Searched refs:TablePartStyleContext (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/oox/source/drawingml/table/ |
H A D | tablestylecontext.cxx | 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() 84 xRet = new TablePartStyleContext( *this, mrTableStyle.getLastRow() ); 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 D | tablepartstylecontext.cxx | 38 TablePartStyleContext::TablePartStyleContext( ContextHandler& rParent, TableStylePart& rTableStyleP… in TablePartStyleContext() function in oox::drawingml::table::TablePartStyleContext 44 TablePartStyleContext::~TablePartStyleContext() in ~TablePartStyleContext() 50 TablePartStyleContext::createFastChildContext( ::sal_Int32 aElementToken, const uno::Reference< xml… in createFastChildContext()
|
/aoo4110/main/oox/inc/oox/drawingml/table/ |
H A D | tablepartstylecontext.hxx | 33 class TablePartStyleContext : public ::oox::core::ContextHandler class 36 TablePartStyleContext( ::oox::core::ContextHandler& rParent, TableStylePart& rTableStylePart ); 37 ~TablePartStyleContext();
|
Completed in 17 milliseconds