Home
last modified time | relevance | path

Searched refs:TextBodyPtr (Results 1 – 9 of 9) sorted by relevance

/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablecell.hxx80 void setTextBody( const oox::drawingml::TextBodyPtr& pTextBody ){ mpTextBody = pTextBody; }; in setTextBody()
81 oox::drawingml::TextBodyPtr getTextBody(){ return mpTextBody; }; in getTextBody()
89 oox::drawingml::TextBodyPtr mpTextBody;
/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx122 void setTextBody(const TextBodyPtr & pTextBody);
123 TextBodyPtr getTextBody();
175 TextBodyPtr mpTextBody;
H A Ddrawingmltypes.hxx65 typedef ::boost::shared_ptr< TextBody > TextBodyPtr; typedef
/trunk/main/oox/source/drawingml/
H A Dshape.cxx189 mpTextBody = TextBodyPtr( new TextBody( *rReferencedShape.mpTextBody.get() ) ); in applyShapeReference()
535 void Shape::setTextBody(const TextBodyPtr & pTextBody) in setTextBody()
541 TextBodyPtr Shape::getTextBody() in getTextBody()
H A Dspdefcontext.cxx55 TextBodyPtr xTextBody( new TextBody ); in createFastChildContext()
H A Dshapecontext.cxx106 TextBodyPtr xTextBody( new TextBody ); in createFastChildContext()
/trunk/main/oox/source/drawingml/table/
H A Dtablecellcontext.cxx66 oox::drawingml::TextBodyPtr xTextBody( new oox::drawingml::TextBody ); in createFastChildContext()
/trunk/main/oox/source/ppt/
H A Dpptshapecontext.cxx202 oox::drawingml::TextBodyPtr xTextBody( new oox::drawingml::TextBody ); in createFastChildContext()
/trunk/main/oox/source/drawingml/diagram/
H A Ddatamodelcontext.cxx170 TextBodyPtr xTextBody( new TextBody ); in createFastChildContext()

Completed in 34 milliseconds