Lines Matching refs:xRet
60 uno::Reference< xml::sax::XFastContextHandler > xRet; in createFastChildContext() local
68 xRet = new oox::drawingml::TextBodyContext( *this, *xTextBody ); 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()
114 if ( !xRet.is() ) in createFastChildContext()
117 xRet.set( xTmp ); in createFastChildContext()
119 return xRet; in createFastChildContext()