Lines Matching refs:mrTableProperties
40 , 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()
84 std::vector< sal_Int32 >& rvTableGrid( mrTableProperties.getTableGrid() ); in createFastChildContext()
90 std::vector< TableRow >& rvTableRows( mrTableProperties.getTableRows() ); in createFastChildContext()