Searched refs:TextBodyContext (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/oox/source/drawingml/ |
H A D | textbodycontext.cxx | 171 TextBodyContext::TextBodyContext( ContextHandler& rParent, TextBody& rTextBody ) in TextBodyContext() function in oox::drawingml::TextBodyContext 179 void TextBodyContext::endFastElement( sal_Int32 ) throw (SAXException, RuntimeException) in endFastElement() 185 Reference< XFastContextHandler > TextBodyContext::createFastChildContext( sal_Int32 aElementToken, … in createFastChildContext()
|
H A D | shapecontext.cxx | 108 xRet = new TextBodyContext( *this, *xTextBody ); in createFastChildContext()
|
/aoo41x/main/oox/source/drawingml/chart/ |
H A D | titlecontext.cxx | 58 return new TextBodyContext( *this, mrModel.mxTextBody.create() ); in onCreateContext() 109 return new TextBodyContext( *this, mrModel.mxTextProp.create() ); in onCreateContext() 146 return new TextBodyContext( *this, mrModel.mxTextProp.create() ); in onCreateContext()
|
H A D | axiscontext.cxx | 80 return new TextBodyContext( *this, mrModel.mxTextProp.create() ); in onCreateContext() 149 return new TextBodyContext( *this, mrModel.mxTextProp.create() ); in onCreateContext()
|
H A D | seriescontext.cxx | 86 return new TextBodyContext( rContext, orModel.mxTextProp.create() ); in lclDataLabelSharedCreateContext() 265 return new TextBodyContext( *this, mrModel.mxTextProp.create() ); in onCreateContext()
|
H A D | chartspacefragment.cxx | 76 return new TextBodyContext( *this, mrModel.mxTextProp.create() ); in onCreateContext()
|
/aoo41x/main/oox/inc/oox/drawingml/ |
H A D | textbodycontext.hxx | 35 class TextBodyContext : public ::oox::core::ContextHandler class 38 TextBodyContext( ::oox::core::ContextHandler& rParent, TextBody& rTextBody );
|
/aoo41x/main/oox/source/drawingml/table/ |
H A D | tablecellcontext.cxx | 68 xRet = new oox::drawingml::TextBodyContext( *this, *xTextBody ); in createFastChildContext()
|
/aoo41x/main/oox/source/ppt/ |
H A D | pptshapecontext.cxx | 205 xRet = new oox::drawingml::TextBodyContext( *this, *xTextBody ); in createFastChildContext()
|
/aoo41x/main/oox/source/drawingml/diagram/ |
H A D | datamodelcontext.cxx | 172 xRet = new TextBodyContext( *this, *xTextBody ); in createFastChildContext()
|
Completed in 29 milliseconds