Searched refs:TextBody (Results 1 – 19 of 19) sorted by relevance
/aoo42x/main/oox/source/drawingml/ |
H A D | textbody.cxx | 37 TextBody::TextBody() in TextBody() function in oox::drawingml::TextBody 41 TextBody::~TextBody() in ~TextBody() 45 TextParagraph& TextBody::addParagraph() in addParagraph() 52 void TextBody::insertAt( in insertAt()
|
H A D | spdefcontext.cxx | 55 TextBodyPtr xTextBody( new TextBody ); in createFastChildContext()
|
H A D | shapecontext.cxx | 106 TextBodyPtr xTextBody( new TextBody ); in createFastChildContext()
|
H A D | textbodycontext.cxx | 171 TextBodyContext::TextBodyContext( ContextHandler& rParent, TextBody& rTextBody ) in TextBodyContext()
|
H A D | shape.cxx | 189 mpTextBody = TextBodyPtr( new TextBody( *rReferencedShape.mpTextBody.get() ) ); in applyShapeReference()
|
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | objectformatter.cxx | 685 const ModelRef< TextBody >& rxGlobalTextProp ); 694 const ModelRef< TextBody >& rxTextProp ); 721 const ModelRef< TextBody >& rxTextProp ); 727 const ModelRef< TextBody >& rxTextProp ); 938 const TextCharacterProperties* lclGetTextProperties( const ModelRef< TextBody >& rxTextProp ) in lclGetTextProperties() 946 …matterData& rData, const AutoTextEntry* pAutoTextEntry, const ModelRef< TextBody >& rxGlobalTextPr… in TextFormatter() 980 void TextFormatter::convertFormatting( PropertySet& rPropSet, const ModelRef< TextBody >& rxTextPro… in convertFormatting() 1007 void ObjectTypeFormatter::convertTextFormatting( PropertySet& rPropSet, const ModelRef< TextBody >&… in convertTextFormatting() 1012 …opertySet& rPropSet, const ModelRef< Shape >& rxShapeProp, const ModelRef< TextBody >& rxTextProp ) in convertFormatting() 1104 void ObjectFormatter::convertTextFormatting( PropertySet& rPropSet, const ModelRef< TextBody >& rxT… in convertTextFormatting() [all …]
|
H A D | titleconverter.cxx | 80 const OUString& rDefaultText, const ModelRef< TextBody >& rxTextProp, ObjectType eObjType ) in createStringSequence() 174 … ModelRef< TextBody > xTextProp = mrModel.mxTextProp.is() ? mrModel.mxTextProp : rText.mxTextBody; in convertFromModel()
|
/aoo42x/main/oox/inc/oox/drawingml/chart/ |
H A D | titlemodel.hxx | 39 typedef ModelRef< TextBody > TextBodyRef; 53 typedef ModelRef< TextBody > TextBodyRef; 72 typedef ModelRef< TextBody > TextBodyRef;
|
H A D | objectformatter.hxx | 112 const ModelRef< TextBody >& rxTextProp, 119 const ModelRef< TextBody >& rxTextProp, 131 const ModelRef< TextBody >& rxTextProp,
|
H A D | axismodel.hxx | 39 typedef ModelRef< TextBody > TextBodyRef; 59 typedef ModelRef< TextBody > TextBodyRef;
|
H A D | seriesmodel.hxx | 39 typedef ModelRef< TextBody > TextBodyRef; 132 typedef ModelRef< TextBody > TextBodyRef;
|
H A D | chartspacemodel.hxx | 40 typedef ModelRef< TextBody > TextBodyRef;
|
H A D | titleconverter.hxx | 59 const ModelRef< TextBody >& rxTextProp,
|
/aoo42x/main/oox/inc/oox/drawingml/ |
H A D | textbody.hxx | 42 class TextBody class 45 TextBody(); 46 ~TextBody();
|
H A D | textbodycontext.hxx | 38 TextBodyContext( ::oox::core::ContextHandler& rParent, TextBody& rTextBody ); 44 TextBody& mrTextBody;
|
H A D | drawingmltypes.hxx | 64 class TextBody; 65 typedef ::boost::shared_ptr< TextBody > TextBodyPtr;
|
/aoo42x/main/oox/source/drawingml/table/ |
H A D | tablecellcontext.cxx | 66 oox::drawingml::TextBodyPtr xTextBody( new oox::drawingml::TextBody ); in createFastChildContext()
|
/aoo42x/main/oox/source/ppt/ |
H A D | pptshapecontext.cxx | 202 oox::drawingml::TextBodyPtr xTextBody( new oox::drawingml::TextBody ); in createFastChildContext()
|
/aoo42x/main/oox/source/drawingml/diagram/ |
H A D | datamodelcontext.cxx | 170 TextBodyPtr xTextBody( new TextBody ); in createFastChildContext()
|
Completed in 104 milliseconds