Home
last modified time | relevance | path

Searched refs:GetCharCount (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dcharmap.cxx224 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()
/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx128 int ImplFontCharMap::GetCharCount() const in GetCharCount() function in ImplFontCharMap
627 int FontCharMap::GetCharCount() const in GetCharCount() function in FontCharMap
629 return mpImpl->GetCharCount(); in GetCharCount()
/trunk/main/vcl/inc/vcl/
H A Dmetric.hxx103 int GetCharCount( void ) const;
/trunk/main/vcl/inc/
H A Dimpfont.hxx185 int GetCharCount() const;
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1790 DBG_ASSERT( pMap && pMap->GetCharCount(), "no map" ); in GetGlyphWidths()
1792 int nCharCount = pMap->GetCharCount(); in GetGlyphWidths()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2219 DBG_ASSERT( pMap && pMap->GetCharCount(), "no charmap" ); in GetGlyphWidths()
2224 int nCharCount = pMap->GetCharCount(); in GetGlyphWidths()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx3011 DBG_ASSERT( pMap && pMap->GetCharCount(), "no map" ); in GetGlyphWidths()
3014 int nCharCount = pMap->GetCharCount(); in GetGlyphWidths()
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx875 int nSkip = aFontCharMap.GetCharCount() / nMaxCount; in UserDraw()

Completed in 77 milliseconds