Lines Matching refs:ImplFontCharMap

47 ImplFontCharMap::ImplFontCharMap( const CmapResult& rCR )  in ImplFontCharMap()  function in ImplFontCharMap
64 static ImplFontCharMap* pDefaultImplFontCharMap = NULL;
70 bool ImplFontCharMap::IsDefaultMap() const in IsDefaultMap()
78 ImplFontCharMap::~ImplFontCharMap() in ~ImplFontCharMap()
89 ImplFontCharMap* ImplFontCharMap::GetDefaultMap( bool bSymbols) in GetDefaultMap()
104 pDefaultImplFontCharMap = new ImplFontCharMap( aDefaultCR ); in GetDefaultMap()
112 void ImplFontCharMap::AddReference( void) const in AddReference()
119 void ImplFontCharMap::DeReference( void) const in DeReference()
128 int ImplFontCharMap::GetCharCount() const in GetCharCount()
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()
239 sal_UCS4 ImplFontCharMap::GetFirstChar() const in GetFirstChar()
246 sal_UCS4 ImplFontCharMap::GetLastChar() const in GetLastChar()
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()
614 : mpImpl( ImplFontCharMap::GetDefaultMap() ) in FontCharMap()
641 void FontCharMap::Reset( const ImplFontCharMap* pNewMap ) in Reset()
646 mpImpl = ImplFontCharMap::GetDefaultMap(); in Reset()