Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dthemeelementscontext.cxx145 TextCharacterPropertiesPtr mxCharProps; member in oox::drawingml::FontSchemeContext
160 mxCharProps.reset( new TextCharacterProperties ); in createFastChildContext()
161 mrFontScheme[ XML_major ] = mxCharProps; in createFastChildContext()
164 mxCharProps.reset( new TextCharacterProperties ); in createFastChildContext()
165 mrFontScheme[ XML_minor ] = mxCharProps; in createFastChildContext()
169 if( mxCharProps.get() ) in createFastChildContext()
170 mxCharProps->maLatinFont.setAttributes( aAttribs ); in createFastChildContext()
173 if( mxCharProps.get() ) in createFastChildContext()
174 mxCharProps->maAsianFont.setAttributes( aAttribs ); in createFastChildContext()
177 if( mxCharProps.get() ) in createFastChildContext()
[all …]