Lines Matching refs:aAttribs
52 AttributeList aAttribs( rXAttributes ); in TextCharacterPropertiesContext() local
53 if ( aAttribs.hasAttribute( XML_lang ) ) in TextCharacterPropertiesContext()
54 mrTextCharacterProperties.moLang = aAttribs.getString( XML_lang ); in TextCharacterPropertiesContext()
55 if ( aAttribs.hasAttribute( XML_sz ) ) in TextCharacterPropertiesContext()
56 mrTextCharacterProperties.moHeight = aAttribs.getInteger( XML_sz ); in TextCharacterPropertiesContext()
57 if ( aAttribs.hasAttribute( XML_u ) ) in TextCharacterPropertiesContext()
58 mrTextCharacterProperties.moUnderline = aAttribs.getToken( XML_u ); in TextCharacterPropertiesContext()
59 if ( aAttribs.hasAttribute( XML_strike ) ) in TextCharacterPropertiesContext()
60 mrTextCharacterProperties.moStrikeout = aAttribs.getToken( XML_strike ); in TextCharacterPropertiesContext()
63 if ( aAttribs.hasAttribute( XML_b ) ) in TextCharacterPropertiesContext()
64 mrTextCharacterProperties.moBold = aAttribs.getBool( XML_b ); in TextCharacterPropertiesContext()
65 if ( aAttribs.hasAttribute( XML_i ) ) in TextCharacterPropertiesContext()
66 mrTextCharacterProperties.moItalic = aAttribs.getBool( XML_i ); in TextCharacterPropertiesContext()
107 AttributeList aAttribs( xAttributes ); in createFastChildContext() local
148 mrTextCharacterProperties.maLatinFont.setAttributes( aAttribs ); in createFastChildContext()
151 mrTextCharacterProperties.maAsianFont.setAttributes( aAttribs ); in createFastChildContext()
154 mrTextCharacterProperties.maComplexFont.setAttributes( aAttribs ); in createFastChildContext()
157 mrTextCharacterProperties.maSymbolFont.setAttributes( aAttribs ); in createFastChildContext()