Home
last modified time | relevance | path

Searched refs:PPTShape (Results 1 – 7 of 7) sorted by relevance

/trunk/main/oox/source/ppt/
H A Dpptshape.cxx49 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 Dpptshapegroupcontext.cxx94 …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 Dpptshapecontext.cxx115 PPTShape* pPPTShapePtr = dynamic_cast< PPTShape* >( mpShapePtr.get() ); in createFastChildContext()
178 PPTShape* pPPTShape = dynamic_cast< PPTShape* >( pPlaceholder.get() ); in createFastChildContext()
H A Dpresentationfragmenthandler.cxx175 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 Dslidepersist.cxx141 PPTShape* pPPTShape = dynamic_cast< PPTShape* >( (*aChildIter).get() ); in createXShapes()
H A Dslidefragmenthandler.cxx119 …oox::drawingml::ShapePtr( new PPTShape( meShapeLocation, "com.sun.star.drawing.GroupShape" ) ) ) ); in createFastChildContext()
/trunk/main/oox/inc/oox/ppt/
H A Dpptshape.hxx32 class PPTShape : public oox::drawingml::Shape class
40 PPTShape( const oox::ppt::ShapeLocation eShapeLocation,
42 virtual ~PPTShape();

Completed in 32 milliseconds