Lines Matching refs:maFontCharMap

224 	sal_uIntPtr nCompare = sal::static_int_cast<sal_uIntPtr>( maFontCharMap.GetCharCount() - 1 );  in LastInView()
288 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()
470 getSelectedChar() = maFontCharMap.GetCharFromIndex( nSelectedIndex ); in GetSelectCharacter()
480 getSelectedChar() = maFontCharMap.GetCharFromIndex( nSelectedIndex ); in SetFont()
489 GetFontCharMap( maFontCharMap ); in SetFont()
492 sal_Bool bNeedVscroll = (maFontCharMap.GetCharCount() > ROW_COUNT*COLUMN_COUNT); in SetFont()
501 int nLastRow = (maFontCharMap.GetCharCount() - 1 + COLUMN_COUNT) / COLUMN_COUNT; in SetFont()
508 int nMapIndex = maFontCharMap.GetIndexFromChar( getSelectedChar() ); in SetFont()
528 sal_uInt32 cPrev = maFontCharMap.GetPrevChar( getSelectedChar() ); in SelectIndex()
529 int nMapIndex = maFontCharMap.GetIndexFromChar( cPrev ); in SelectIndex()
553 if( nNewIndex < maFontCharMap.GetCharCount() ) in SelectIndex()
586 getSelectedChar() = maFontCharMap.GetCharFromIndex( nSelectedIndex ); 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()
709 return maFontCharMap.GetCharCount(); in getMaxCharCount()