Home
last modified time | relevance | path

Searched refs:maFontCharMap (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/svx/source/dialog/
H A Dcharmap.cxx288 tmpSelected = maFontCharMap.GetCharCount() - 1; in KeyInput()
299 sal_UCS4 cNext = maFontCharMap.GetNextChar( cChar - 1 ); in KeyInput()
300 tmpSelected = maFontCharMap.GetIndexFromChar( cNext ); in KeyInput()
361 buf.appendUtf32( maFontCharMap.GetCharFromIndex( i ) ); in DrawChars_Impl()
489 GetFontCharMap( maFontCharMap ); in SetFont()
529 int nMapIndex = maFontCharMap.GetIndexFromChar( cPrev ); in SelectIndex()
553 if( nNewIndex < maFontCharMap.GetCharCount() ) in SelectIndex()
617 sal_UCS4 cNext = maFontCharMap.GetNextChar( cNew - 1 ); in SelectCharacter()
619 int nMapIndex = maFontCharMap.GetIndexFromChar( cNext ); in SelectCharacter()
687 buf.appendUtf32( maFontCharMap.GetCharFromIndex( _nPos ) ); in ImplGetItem()
[all …]
/aoo41x/main/svx/inc/svx/
H A Dcharmap.hxx122 FontCharMap maFontCharMap; member in SvxShowCharSet

Completed in 57 milliseconds