Lines Matching refs:mrTableStylePart
41 , mrTableStylePart( rTableStylePart ) in TableStyleTextStyleContext()
45 mrTableStylePart.getTextBoldStyle() = ::boost::optional< sal_Bool >( sal_True ); in TableStyleTextStyleContext()
47 mrTableStylePart.getTextBoldStyle() = ::boost::optional< sal_Bool >( sal_False ); in TableStyleTextStyleContext()
51 mrTableStylePart.getTextItalicStyle() = ::boost::optional< sal_Bool >( sal_True ); in TableStyleTextStyleContext()
53 mrTableStylePart.getTextItalicStyle() = ::boost::optional< sal_Bool >( sal_False ); in TableStyleTextStyleContext()
75 mrTableStylePart.getAsianFont().setAttributes( aAttribs ); in createFastChildContext()
78 mrTableStylePart.getComplexFont().setAttributes( aAttribs ); in createFastChildContext()
81 mrTableStylePart.getSymbolFont().setAttributes( aAttribs ); in createFastChildContext()
84 mrTableStylePart.getLatinFont().setAttributes( aAttribs ); in createFastChildContext()
89 ShapeStyleRef& rFontStyle = mrTableStylePart.getStyleRefs()[ XML_fontRef ]; in createFastChildContext()
99 xRet.set( new ColorValueContext( *this, mrTableStylePart.getTextColor() ) ); in createFastChildContext()