Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/drawingml/table/
H A Dtablestylecontext.cxx41 , mrTableStyle( rTableStyle ) in TableStyleContext()
43 mrTableStyle.getStyleId() = xAttribs->getOptionalValue( XML_styleId ); in TableStyleContext()
60 xRet = new TableBackgroundStyleContext( *this, mrTableStyle ); 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()
87 xRet = new TablePartStyleContext( *this, mrTableStyle.getSeCell() ); in createFastChildContext()
90 xRet = new TablePartStyleContext( *this, mrTableStyle.getSwCell() ); in createFastChildContext()
96 xRet = new TablePartStyleContext( *this, mrTableStyle.getNeCell() ); 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()
/aoo4110/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

Completed in 19 milliseconds