Searched refs:maLatinFont (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/svtools/source/control/ |
H A D | scriptedtext.cxx | 46 Font maLatinFont; /// The font for latin text portions. member in SvtScriptedTextHelper_Impl 107 maLatinFont( _pLatinFont ? *_pLatinFont : _rOutDevice.GetFont() ), in SvtScriptedTextHelper_Impl() 116 maLatinFont( _rCopy.maLatinFont ), in SvtScriptedTextHelper_Impl() 136 case i18n::ScriptType::LATIN: return maLatinFont; in GetFont() 267 maLatinFont = _pLatinFont ? *_pLatinFont : maDefltFont; in SetFonts()
|
/aoo4110/main/oox/source/drawingml/ |
H A D | textcharacterproperties.cxx | 49 maLatinFont.assignIfUsed( rSourceProps.maLatinFont ); in assignUsed() 76 if( maLatinFont.getFontData( aFontName, nFontPitch, nFontFamily, rFilter ) ) in pushToPropMap()
|
H A D | theme.cxx | 90 return &pCharProps->maLatinFont; in resolveFont()
|
H A D | textcharacterpropertiescontext.cxx | 148 mrTextCharacterProperties.maLatinFont.setAttributes( aAttribs ); in createFastChildContext()
|
H A D | textrun.cxx | 84 …aTextCharacterProps.maLatinFont.getFontData( aLatinFontName, nLatinFontPitch, nLatinFontFamily, rF… in insertAt()
|
H A D | themeelementscontext.cxx | 173 mxCharProps->maLatinFont.setAttributes( aAttribs ); in createFastChildContext()
|
/aoo4110/main/oox/inc/oox/drawingml/table/ |
H A D | tablestylepart.hxx | 51 ::oox::drawingml::TextFont& getLatinFont(){ return maLatinFont; } in getLatinFont() 66 ::oox::drawingml::TextFont maLatinFont;
|
/aoo4110/main/oox/inc/oox/drawingml/ |
H A D | textcharacterproperties.hxx | 42 TextFont maLatinFont; member
|
/aoo4110/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 708 maLatinFont.maName = maDesc.Name; in ApiFontData() 1081 lclSetFontName( maApiData.maLatinFont, maApiData.maDesc, bHasLatin ); in finalizeImport() 1104 if( maApiData.maLatinFont.maName.getLength() > 0 ) in writeToPropertyMap() 1106 rPropMap[ PROP_CharFontName ] <<= maApiData.maLatinFont.maName; in writeToPropertyMap() 1107 rPropMap[ PROP_CharFontFamily ] <<= maApiData.maLatinFont.mnFamily; in writeToPropertyMap() 1108 rPropMap[ PROP_CharFontCharSet ] <<= maApiData.maLatinFont.mnTextEnc; in writeToPropertyMap()
|
/aoo4110/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 117 aTextCharProps.maLatinFont = rTableStylePart.getLatinFont(); in applyTableStylePart()
|
/aoo4110/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 236 ApiScriptFontName maLatinFont; /// Font name for latin scripts. member
|
Completed in 77 milliseconds