Searched refs:mxCharProps (Results 1 – 1 of 1) sorted by relevance
145 TextCharacterPropertiesPtr mxCharProps; member in oox::drawingml::FontSchemeContext160 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 …]