Searched refs:aFontCharMap (Results 1 – 5 of 5) sorted by relevance
424 FontCharMap aFontCharMap; in IMPL_LINK() local425 aShowSet.GetFontCharMap( aFontCharMap ); in IMPL_LINK()426 pSubsetMap = new SubsetMap( &aFontCharMap ); in IMPL_LINK()
849 FontCharMap aFontCharMap; in UserDraw() local850 bool bHasCharMap = rUDEvt.GetDevice()->GetFontCharMap( aFontCharMap ); in UserDraw()875 int nSkip = aFontCharMap.GetCharCount() / nMaxCount; in UserDraw()884 cNewChar = aFontCharMap.GetPrevChar( cNewChar ); in UserDraw()
1117 FontCharMap aFontCharMap; in SetAllAttr() local1118 if ( pVirDev->GetFontCharMap( aFontCharMap ) ) in SetAllAttr()1120 if ( ( aFontCharMap.GetFirstChar() & 0xff00 ) == 0xf000 ) in SetAllAttr()
2375 FontCharMap aFontCharMap; in SetFont() local2376 aCharsetDisplay.GetFontCharMap( aFontCharMap ); in SetFont()2379 pSubsetMap = new SubsetMap( &aFontCharMap ); in SetFont()
8049 FontCharMap aFontCharMap; in HasGlyphs() local8050 sal_Bool bRet = GetFontCharMap( aFontCharMap ); in HasGlyphs()8059 if( ! aFontCharMap.HasChar( *pStr ) ) in HasGlyphs()
Completed in 92 milliseconds