Home
last modified time | relevance | path

Searched refs:mrTableStylePart (Results 1 – 6 of 6) sorted by relevance

/trunk/main/oox/source/drawingml/table/
H A Dtablestyletextstylecontext.cxx41 , 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 …]
H A Dtablestylecellstylecontext.cxx41 , 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()
H A Dtablepartstylecontext.cxx40 , mrTableStylePart( rTableStylePart ) in TablePartStyleContext()
58 xRet.set( new TableStyleTextStyleContext( *this, xAttribs, mrTableStylePart ) ); in createFastChildContext()
61 xRet.set( new TableStyleCellStyleContext( *this, mrTableStylePart ) ); in createFastChildContext()
/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablepartstylecontext.hxx43 TableStylePart& mrTableStylePart; member in oox::drawingml::table::TablePartStyleContext
H A Dtablestylecellstylecontext.hxx43 TableStylePart& mrTableStylePart; member in oox::drawingml::table::TableStyleCellStyleContext
H A Dtablestyletextstylecontext.hxx45 TableStylePart& mrTableStylePart; member in oox::drawingml::table::TableStyleTextStyleContext

Completed in 19 milliseconds