Lines Matching refs:xAttribs
38 …Handler& rParent, const uno::Reference< xml::sax::XFastAttributeList >& xAttribs, TableCell& rTabl… in TableCellContext() argument
42 if ( xAttribs->hasAttribute( XML_rowSpan ) ) in TableCellContext()
43 mrTableCell.setRowSpan( xAttribs->getOptionalValue( XML_rowSpan ).toInt32() ); in TableCellContext()
44 if ( xAttribs->hasAttribute( XML_gridSpan ) ) in TableCellContext()
45 mrTableCell.setGridSpan( xAttribs->getOptionalValue( XML_gridSpan ).toInt32() ); in TableCellContext()
47 AttributeList aAttribs( xAttribs ); in TableCellContext()
57 …ontext( ::sal_Int32 aElementToken, const uno::Reference< xml::sax::XFastAttributeList >& xAttribs ) in createFastChildContext() argument
74 AttributeList aAttribs( xAttribs ); in createFastChildContext()
79 …mrTableCell.setVertToken( xAttribs->getOptionalValueToken( XML_vert, XML_horz ) ); // ST_TextV… in createFastChildContext()
80 …mrTableCell.setAnchorToken( xAttribs->getOptionalValueToken( XML_anchor, XML_t ) ); // ST_Text… in createFastChildContext()
82 …mrTableCell.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 …xRet.set( FillPropertiesContext::createFillContext( *this, aElementToken, xAttribs, mrTableCell.ma… in createFastChildContext()