Lines Matching refs:mrTableCell

40 , mrTableCell( rTableCell )  in TableCellContext()
43 mrTableCell.setRowSpan( xAttribs->getOptionalValue( XML_rowSpan ).toInt32() ); in TableCellContext()
45 mrTableCell.setGridSpan( xAttribs->getOptionalValue( XML_gridSpan ).toInt32() ); in TableCellContext()
48 mrTableCell.sethMerge( aAttribs.getBool( XML_hMerge, sal_False ) ); in TableCellContext()
49 mrTableCell.setvMerge( aAttribs.getBool( XML_vMerge, sal_False ) ); in TableCellContext()
67 mrTableCell.setTextBody( xTextBody ); in createFastChildContext()
75 mrTableCell.setLeftMargin( aAttribs.getInteger( XML_marL, 91440 ) ); in createFastChildContext()
76 mrTableCell.setRightMargin( aAttribs.getInteger( XML_marR, 91440 ) ); in createFastChildContext()
77 mrTableCell.setTopMargin( aAttribs.getInteger( XML_marT, 45720 ) ); in createFastChildContext()
78 mrTableCell.setBottomMargin( aAttribs.getInteger( XML_marB, 45720 ) ); in createFastChildContext()
79mrTableCell.setVertToken( xAttribs->getOptionalValueToken( XML_vert, XML_horz ) ); … in createFastChildContext()
80mrTableCell.setAnchorToken( xAttribs->getOptionalValueToken( XML_anchor, XML_t ) ); … in createFastChildContext()
81 mrTableCell.setAnchorCtr( aAttribs.getBool( XML_anchorCtr, sal_False ) ); in createFastChildContext()
82mrTableCell.setHorzOverflowToken( xAttribs->getOptionalValueToken( XML_horzOverflow, XML_clip ) );… in createFastChildContext()
86 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
89 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
92 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
95 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
98 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
101 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
110 …lPropertiesContext::createFillContext( *this, aElementToken, xAttribs, mrTableCell.maFillPropertie… in createFastChildContext()