Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/drawingml/
H A Dtextcharacterpropertiescontext.cxx50 , 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()
131 mrTextCharacterProperties.moUnderlineLineFollowText = true; in createFastChildContext()
140 mrTextCharacterProperties.moUnderlineFillFollowText = true; in createFastChildContext()
148 mrTextCharacterProperties.maLatinFont.setAttributes( aAttribs ); in createFastChildContext()
[all …]
/aoo4110/main/oox/inc/oox/drawingml/
H A Dtextcharacterpropertiescontext.hxx45 TextCharacterProperties& mrTextCharacterProperties; member in oox::drawingml::TextCharacterPropertiesContext

Completed in 16 milliseconds