Searched refs:xTextBody (Results 1 – 5 of 5) sorted by relevance
202 oox::drawingml::TextBodyPtr xTextBody( new oox::drawingml::TextBody ); in createFastChildContext() local203 …xTextBody->getTextProperties().maPropertyMap[ PROP_FontIndependentLineSpacing ] <<= static_cast< s… in createFastChildContext()204 mpShapePtr->setTextBody( xTextBody ); in createFastChildContext()205 xRet = new oox::drawingml::TextBodyContext( *this, *xTextBody ); in createFastChildContext()
55 TextBodyPtr xTextBody( new TextBody ); in createFastChildContext() local56 mrDefaultObject.setTextBody( xTextBody ); in createFastChildContext()57 xRet = new TextBodyPropertiesContext( *this, xAttribs, xTextBody->getTextProperties() ); in createFastChildContext()
106 TextBodyPtr xTextBody( new TextBody ); in createFastChildContext() local107 mpShapePtr->setTextBody( xTextBody ); in createFastChildContext()108 xRet = new TextBodyContext( *this, *xTextBody ); in createFastChildContext()
65 oox::drawingml::TextBodyPtr xTextBody( new oox::drawingml::TextBody ); in createFastChildContext() local66 mrTableCell.setTextBody( xTextBody ); in createFastChildContext()67 xRet = new oox::drawingml::TextBodyContext( *this, *xTextBody ); in createFastChildContext()
167 TextBodyPtr xTextBody( new TextBody ); in createFastChildContext() local168 mpPoint->getShape()->setTextBody( xTextBody ); in createFastChildContext()169 xRet = new TextBodyContext( *this, *xTextBody ); in createFastChildContext()