Searched refs:mrTableStylePart (Results 1 – 6 of 6) sorted by relevance
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()[all …]
41 , mrTableStylePart( rTableStylePart ) in TableStyleCellStyleContext()76 …std::map < sal_Int32, ::oox::drawingml::LinePropertiesPtr >& rLineBorders = mrTableStylePart.getLi… in createFastChildContext()87 ShapeStyleRef& rLineStyleRef = mrTableStylePart.getStyleRefs()[ mnLineType ]; in createFastChildContext()97 FillPropertiesPtr& rxFillProperties = mrTableStylePart.getFillProperties(); in createFastChildContext()104 ShapeStyleRef& rStyleRef = mrTableStylePart.getStyleRefs()[ XML_fillRef ]; in createFastChildContext()
40 , mrTableStylePart( rTableStylePart ) in TablePartStyleContext()58 xRet.set( new TableStyleTextStyleContext( *this, xAttribs, mrTableStylePart ) ); in createFastChildContext()61 xRet.set( new TableStyleCellStyleContext( *this, mrTableStylePart ) ); in createFastChildContext()
43 TableStylePart& mrTableStylePart; member in oox::drawingml::table::TablePartStyleContext
43 TableStylePart& mrTableStylePart; member in oox::drawingml::table::TableStyleCellStyleContext
45 TableStylePart& mrTableStylePart; member in oox::drawingml::table::TableStyleTextStyleContext
Completed in 14 milliseconds