Home
last modified time | relevance | path

Searched refs:xTextBody (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/oox/source/ppt/
H A Dpptshapecontext.cxx202 oox::drawingml::TextBodyPtr xTextBody( new oox::drawingml::TextBody ); in createFastChildContext() local
203xTextBody->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()
/aoo41x/main/oox/source/drawingml/
H A Dspdefcontext.cxx55 TextBodyPtr xTextBody( new TextBody ); in createFastChildContext() local
56 mrDefaultObject.setTextBody( xTextBody ); in createFastChildContext()
57 xRet = new TextBodyPropertiesContext( *this, xAttribs, xTextBody->getTextProperties() ); in createFastChildContext()
H A Dshapecontext.cxx106 TextBodyPtr xTextBody( new TextBody ); in createFastChildContext() local
107 mpShapePtr->setTextBody( xTextBody ); in createFastChildContext()
108 xRet = new TextBodyContext( *this, *xTextBody ); in createFastChildContext()
/aoo41x/main/oox/source/drawingml/table/
H A Dtablecellcontext.cxx66 oox::drawingml::TextBodyPtr xTextBody( new oox::drawingml::TextBody ); in createFastChildContext() local
67 mrTableCell.setTextBody( xTextBody ); in createFastChildContext()
68 xRet = new oox::drawingml::TextBodyContext( *this, *xTextBody ); in createFastChildContext()
/aoo41x/main/oox/source/drawingml/diagram/
H A Ddatamodelcontext.cxx170 TextBodyPtr xTextBody( new TextBody ); in createFastChildContext() local
171 mpPoint->getShape()->setTextBody( xTextBody ); in createFastChildContext()
172 xRet = new TextBodyContext( *this, *xTextBody ); in createFastChildContext()

Completed in 32 milliseconds