Home
last modified time | relevance | path

Searched refs:mrTableProperties (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/drawingml/table/
H A Dtablecontext.cxx40 , mrTableProperties( *pShapePtr->getTableProperties().get() ) in TableContext()
60 mrTableProperties.isRtl() = aAttribs.getBool( XML_rtl, sal_False ); in createFastChildContext()
61 mrTableProperties.isFirstRow() = aAttribs.getBool( XML_firstRow, sal_False ); in createFastChildContext()
62 mrTableProperties.isFirstCol() = aAttribs.getBool( XML_firstCol, sal_False ); in createFastChildContext()
63 mrTableProperties.isLastRow() = aAttribs.getBool( XML_lastRow, sal_False ); in createFastChildContext()
64 mrTableProperties.isLastCol() = aAttribs.getBool( XML_lastCol, sal_False ); in createFastChildContext()
65 mrTableProperties.isBandRow() = aAttribs.getBool( XML_bandRow, sal_False ); in createFastChildContext()
66 mrTableProperties.isBandCol() = aAttribs.getBool( XML_bandCol, sal_False ); in createFastChildContext()
71 boost::shared_ptr< TableStyle >& rTableStyle = mrTableProperties.getTableStyle(); in createFastChildContext()
77 xRet.set( new oox::drawingml::GuidContext( *this, mrTableProperties.getStyleId() ) ); in createFastChildContext()
[all …]
/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablecontext.hxx44 TableProperties& mrTableProperties; member in oox::drawingml::table::TableContext