Home
last modified time | relevance | path

Searched refs:CountCharsInRange (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx212 int ImplFontCharMap::CountCharsInRange( sal_UCS4 cMin, sal_UCS4 cMax ) const in CountCharsInRange() function in ImplFontCharMap
634 int FontCharMap::CountCharsInRange( sal_UCS4 cMin, sal_UCS4 cMax ) const in CountCharsInRange() function in FontCharMap
636 return mpImpl->CountCharsInRange( cMin, cMax ); in CountCharsInRange()
/trunk/main/vcl/inc/vcl/
H A Dmetric.hxx102 int CountCharsInRange( sal_UCS4 cMin, sal_UCS4 cMax ) const;
/trunk/main/vcl/inc/
H A Dimpfont.hxx184 int CountCharsInRange( sal_uInt32 cMin, sal_uInt32 cMax ) const;
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx893 int nCount = pFontCharMap->CountCharsInRange( cMin, cMax ); in ApplyCharMap()

Completed in 35 milliseconds