Home
last modified time | relevance | path

Searched refs:aFontCharMap (Results 1 – 5 of 5) sorted by relevance

/trunk/main/cui/source/dialogs/
H A Dcuicharmap.cxx424 FontCharMap aFontCharMap; in IMPL_LINK() local
425 aShowSet.GetFontCharMap( aFontCharMap ); in IMPL_LINK()
426 pSubsetMap = new SubsetMap( &aFontCharMap ); in IMPL_LINK()
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx849 FontCharMap aFontCharMap; in UserDraw() local
850 bool bHasCharMap = rUDEvt.GetDevice()->GetFontCharMap( aFontCharMap ); in UserDraw()
875 int nSkip = aFontCharMap.GetCharCount() / nMaxCount; in UserDraw()
884 cNewChar = aFontCharMap.GetPrevChar( cNewChar ); in UserDraw()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx1117 FontCharMap aFontCharMap; in SetAllAttr() local
1118 if ( pVirDev->GetFontCharMap( aFontCharMap ) ) in SetAllAttr()
1120 if ( ( aFontCharMap.GetFirstChar() & 0xff00 ) == 0xf000 ) in SetAllAttr()
/trunk/main/starmath/source/
H A Ddialog.cxx2375 FontCharMap aFontCharMap; in SetFont() local
2376 aCharsetDisplay.GetFontCharMap( aFontCharMap ); in SetFont()
2379 pSubsetMap = new SubsetMap( &aFontCharMap ); in SetFont()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx8049 FontCharMap aFontCharMap; in HasGlyphs() local
8050 sal_Bool bRet = GetFontCharMap( aFontCharMap ); in HasGlyphs()
8059 if( ! aFontCharMap.HasChar( *pStr ) ) in HasGlyphs()

Completed in 65 milliseconds