Home
last modified time | relevance | path

Searched refs:TablePartStyleContext (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/oox/source/drawingml/table/
H A Dtablestylecontext.cxx63 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 Dtablepartstylecontext.cxx38 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()
/aoo41x/main/oox/inc/oox/drawingml/table/
H A Dtablepartstylecontext.hxx33 class TablePartStyleContext : public ::oox::core::ContextHandler class
36 TablePartStyleContext( ::oox::core::ContextHandler& rParent, TableStylePart& rTableStylePart );
37 ~TablePartStyleContext();

Completed in 11 milliseconds