Lines Matching refs:mxCharProps
147 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()
181 mxCharProps->maComplexFont.setAttributes( aAttribs ); in createFastChildContext()
193 mxCharProps.reset(); in endFastElement()