Searched refs:GetCharCount (Results 1 – 8 of 8) sorted by relevance
224 sal_uIntPtr nCompare = sal::static_int_cast<sal_uIntPtr>( maFontCharMap.GetCharCount() - 1 ); in LastInView()288 tmpSelected = maFontCharMap.GetCharCount() - 1; in KeyInput()492 sal_Bool bNeedVscroll = (maFontCharMap.GetCharCount() > ROW_COUNT*COLUMN_COUNT); in SetFont()501 int nLastRow = (maFontCharMap.GetCharCount() - 1 + COLUMN_COUNT) / COLUMN_COUNT; in SetFont()553 if( nNewIndex < maFontCharMap.GetCharCount() ) in SelectIndex()709 return maFontCharMap.GetCharCount(); in getMaxCharCount()
128 int ImplFontCharMap::GetCharCount() const in GetCharCount() function in ImplFontCharMap627 int FontCharMap::GetCharCount() const in GetCharCount() function in FontCharMap629 return mpImpl->GetCharCount(); in GetCharCount()
103 int GetCharCount( void ) const;
185 int GetCharCount() const;
1790 DBG_ASSERT( pMap && pMap->GetCharCount(), "no map" ); in GetGlyphWidths()1792 int nCharCount = pMap->GetCharCount(); in GetGlyphWidths()
2219 DBG_ASSERT( pMap && pMap->GetCharCount(), "no charmap" ); in GetGlyphWidths()2224 int nCharCount = pMap->GetCharCount(); in GetGlyphWidths()
3011 DBG_ASSERT( pMap && pMap->GetCharCount(), "no map" ); in GetGlyphWidths()3014 int nCharCount = pMap->GetCharCount(); in GetGlyphWidths()
875 int nSkip = aFontCharMap.GetCharCount() / nMaxCount; in UserDraw()
Completed in 72 milliseconds