Home
last modified time | relevance | path

Searched refs:mrTableStyle (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/oox/source/drawingml/table/
H A Dtablestylecontext.cxx41 , mrTableStyle( rTableStyle ) in TableStyleContext()
43 mrTableStyle.getStyleId() = xAttribs->getOptionalValue( XML_styleId ); in TableStyleContext()
44 mrTableStyle.getStyleName() = xAttribs->getOptionalValue( XML_styleName ); in TableStyleContext()
60 xRet = new TableBackgroundStyleContext( *this, mrTableStyle ); in createFastChildContext()
63 xRet = new TablePartStyleContext( *this, mrTableStyle.getWholeTbl() ); in createFastChildContext()
66 xRet = new TablePartStyleContext( *this, mrTableStyle.getBand1H() ); in createFastChildContext()
69 xRet = new TablePartStyleContext( *this, mrTableStyle.getBand2H() ); in createFastChildContext()
72 xRet = new TablePartStyleContext( *this, mrTableStyle.getBand1V() ); in createFastChildContext()
75 xRet = new TablePartStyleContext( *this, mrTableStyle.getBand2V() ); in createFastChildContext()
78 xRet = new TablePartStyleContext( *this, mrTableStyle.getLastCol() ); in createFastChildContext()
[all …]
H A Dtablebackgroundstylecontext.cxx40 , mrTableStyle( rTableStyle ) in TableBackgroundStyleContext()
60 …boost::shared_ptr< FillProperties >& rxFillProperties = mrTableStyle.getBackgroundFillProperties(); in createFastChildContext()
67 ShapeStyleRef& rStyleRef = mrTableStyle.getBackgroundFillStyleRef(); in createFastChildContext()
/AOO41X/main/oox/inc/oox/drawingml/table/
H A Dtablebackgroundstylecontext.hxx43 TableStyle& mrTableStyle; member in oox::drawingml::table::TableBackgroundStyleContext
H A Dtablestylecontext.hxx45 TableStyle& mrTableStyle; member in oox::drawingml::table::TableStyleContext