Lines Matching refs:mrTextCharacterProperties

50 , mrTextCharacterProperties( rTextCharacterProperties )  in TextCharacterPropertiesContext()
54 mrTextCharacterProperties.moLang = aAttribs.getString( XML_lang ); in TextCharacterPropertiesContext()
56 mrTextCharacterProperties.moHeight = aAttribs.getInteger( XML_sz ); in TextCharacterPropertiesContext()
58 mrTextCharacterProperties.moUnderline = aAttribs.getToken( XML_u ); in TextCharacterPropertiesContext()
60 mrTextCharacterProperties.moStrikeout = aAttribs.getToken( XML_strike ); in TextCharacterPropertiesContext()
64 mrTextCharacterProperties.moBold = aAttribs.getBool( XML_b ); in TextCharacterPropertiesContext()
66 mrTextCharacterProperties.moItalic = aAttribs.getBool( XML_i ); in TextCharacterPropertiesContext()
117 xRet.set( new ColorContext( *this, mrTextCharacterProperties.maCharColor ) ); in createFastChildContext()
126 xRet.set( new ColorContext( *this, mrTextCharacterProperties.maHighlightColor ) ); in createFastChildContext()
131 mrTextCharacterProperties.moUnderlineLineFollowText = true; in createFastChildContext()
140 mrTextCharacterProperties.moUnderlineFillFollowText = true; in createFastChildContext()
143 … xRet.set( new SimpleFillPropertiesContext( *this, mrTextCharacterProperties.maUnderlineColor ) ); in createFastChildContext()
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()
162 …xRet.set( new HyperLinkContext( *this, xAttributes, mrTextCharacterProperties.maHyperlinkProperty… in createFastChildContext()