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()
66 oox::drawingml::TextBodyPtr xTextBody( new oox::drawingml::TextBody ); in createFastChildContext() local67 mrTableCell.setTextBody( xTextBody ); in createFastChildContext()68 xRet = new oox::drawingml::TextBodyContext( *this, *xTextBody ); in createFastChildContext()
170 TextBodyPtr xTextBody( new TextBody ); in createFastChildContext() local171 mpPoint->getShape()->setTextBody( xTextBody ); in createFastChildContext()172 xRet = new TextBodyContext( *this, *xTextBody ); in createFastChildContext()
Completed in 27 milliseconds