Lines Matching defs:const
112 void ImplFontCharMap::AddReference( void) const in AddReference()
119 void ImplFontCharMap::DeReference( void) const in DeReference()
135 int ImplFontCharMap::ImplFindRangeIndex( sal_UCS4 cChar ) const in ImplFindRangeIndex()
154 bool ImplFontCharMap::HasChar( sal_UCS4 cChar ) const in HasChar()
173 int ImplFontCharMap::GetGlyphIndex( sal_UCS4 cChar ) const in GetGlyphIndex()
212 int ImplFontCharMap::CountCharsInRange( sal_UCS4 cMin, sal_UCS4 cMax ) const in CountCharsInRange()
253 sal_UCS4 ImplFontCharMap::GetNextChar( sal_UCS4 cChar ) const in GetNextChar()
268 sal_UCS4 ImplFontCharMap::GetPrevChar( sal_UCS4 cChar ) const in GetPrevChar()
283 int ImplFontCharMap::GetIndexFromChar( sal_UCS4 cChar ) const in GetIndexFromChar()
305 sal_UCS4 ImplFontCharMap::GetCharFromIndex( int nCharIndex ) const in GetCharFromIndex()
634 int FontCharMap::CountCharsInRange( sal_UCS4 cMin, sal_UCS4 cMax ) const in CountCharsInRange()
665 bool FontCharMap::HasChar( sal_UCS4 cChar ) const in HasChar()
686 sal_UCS4 FontCharMap::GetNextChar( sal_UCS4 cChar ) const in GetNextChar()
693 sal_UCS4 FontCharMap::GetPrevChar( sal_UCS4 cChar ) const in GetPrevChar()
700 int FontCharMap::GetIndexFromChar( sal_UCS4 cChar ) const in GetIndexFromChar()
707 sal_UCS4 FontCharMap::GetCharFromIndex( int nIndex ) const in GetCharFromIndex()