Searched refs:PPTShape (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/oox/source/ppt/ |
H A D | pptshape.cxx | 49 PPTShape::PPTShape( const oox::ppt::ShapeLocation eShapeLocation, const sal_Char* pServiceName ) in PPTShape() function in oox::ppt::PPTShape 56 PPTShape::~PPTShape() in ~PPTShape() 60 void PPTShape::addShape( in addShape() 223 void PPTShape::applyShapeReference( const oox::drawingml::Shape& rReferencedShape ) in applyShapeReference() 228 oox::drawingml::ShapePtr PPTShape::findPlaceholder( const sal_Int32 nMasterPlaceholder, std::vector… in findPlaceholder() 248 oox::drawingml::ShapePtr PPTShape::findPlaceholderByIndex( const sal_Int32 nIdx, std::vector< oox::… in findPlaceholderByIndex() 269 oox::drawingml::ShapePtr PPTShape::findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondP… in findPlaceholder()
|
H A D | pptshapegroupcontext.cxx | 94 …ctorShapeContext( *this, mpGroupShapePtr, oox::drawingml::ShapePtr( new PPTShape( meShapeLocation,… in createFastChildContext() 97 …istPtr, meShapeLocation, mpGroupShapePtr, oox::drawingml::ShapePtr( new PPTShape( meShapeLocation,… in createFastChildContext() 100 …this, mpSlidePersistPtr, mpGroupShapePtr, oox::drawingml::ShapePtr( new PPTShape( meShapeLocation,… in createFastChildContext() 103 …hicShapeContext( *this, mpGroupShapePtr, oox::drawingml::ShapePtr( new PPTShape( meShapeLocation,… in createFastChildContext() 106 …jectFrameContext( *this, mpGroupShapePtr, oox::drawingml::ShapePtr( new PPTShape( meShapeLocation,… in createFastChildContext()
|
H A D | pptshapecontext.cxx | 115 PPTShape* pPPTShapePtr = dynamic_cast< PPTShape* >( mpShapePtr.get() ); in createFastChildContext() 178 PPTShape* pPPTShape = dynamic_cast< PPTShape* >( pPlaceholder.get() ); in createFastChildContext()
|
H A D | presentationfragmenthandler.cxx | 175 ShapePtr( new PPTShape( Slide, "com.sun.star.drawing.GroupShape" ) ), mpTextListStyle ) ); in endDocument() 215 … ShapePtr( new PPTShape( Master, "com.sun.star.drawing.GroupShape" ) ), mpTextListStyle ) ); in endDocument() 269 ShapePtr( new PPTShape( Slide, "com.sun.star.drawing.GroupShape" ) ), mpTextListStyle ) ); in endDocument() 274 ShapePtr( new PPTShape( Slide, "com.sun.star.drawing.GroupShape" ) ), mpTextListStyle ) ); in endDocument()
|
H A D | slidepersist.cxx | 141 PPTShape* pPPTShape = dynamic_cast< PPTShape* >( (*aChildIter).get() ); in createXShapes()
|
H A D | slidefragmenthandler.cxx | 106 …oox::drawingml::ShapePtr( new PPTShape( meShapeLocation, "com.sun.star.drawing.GroupShape" ) ) ) ); in createFastChildContext()
|
/aoo41x/main/oox/inc/oox/ppt/ |
H A D | pptshape.hxx | 32 class PPTShape : public oox::drawingml::Shape class 40 PPTShape( const oox::ppt::ShapeLocation eShapeLocation, 42 virtual ~PPTShape();
|
Completed in 38 milliseconds