Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/drawingml/
H A Dthemeelementscontext.cxx147 TextCharacterPropertiesPtr mxCharProps; member in oox::drawingml::FontSchemeContext
163 mxCharProps.reset( new TextCharacterProperties ); in createFastChildContext()
164 mrFontScheme[ XML_major ] = mxCharProps; in createFastChildContext()
167 mxCharProps.reset( new TextCharacterProperties ); in createFastChildContext()
168 mrFontScheme[ XML_minor ] = mxCharProps; in createFastChildContext()
172 if( mxCharProps.get() ) in createFastChildContext()
173 mxCharProps->maLatinFont.setAttributes( aAttribs ); in createFastChildContext()
176 if( mxCharProps.get() ) in createFastChildContext()
177 mxCharProps->maAsianFont.setAttributes( aAttribs ); in createFastChildContext()
180 if( mxCharProps.get() ) in createFastChildContext()
[all …]

Completed in 11 milliseconds