Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dcharmap.cxx224 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()
[all …]
/trunk/main/svx/inc/svx/
H A Dcharmap.hxx122 FontCharMap maFontCharMap; member in SvxShowCharSet