Searched refs:meShapeLocation (Results 1 – 6 of 6) sorted by relevance
/trunk/main/oox/source/ppt/ |
H A D | pptshapegroupcontext.cxx | 58 , meShapeLocation( eShapeLocation ) in PPTShapeGroupContext() 94 …ext( *this, mpGroupShapePtr, oox::drawingml::ShapePtr( new PPTShape( meShapeLocation, "com.sun.sta… in createFastChildContext() 97 …text( *this, mpSlidePersistPtr, meShapeLocation, mpGroupShapePtr, oox::drawingml::ShapePtr( new PP… in createFastChildContext() 100 …PersistPtr, mpGroupShapePtr, oox::drawingml::ShapePtr( new PPTShape( meShapeLocation, "com.sun.sta… in createFastChildContext() 103 …xt( *this, mpGroupShapePtr, oox::drawingml::ShapePtr( new PPTShape( meShapeLocation, "com.sun.sta… in createFastChildContext() 106 …ext( *this, mpGroupShapePtr, oox::drawingml::ShapePtr( new PPTShape( meShapeLocation, "com.sun.sta… in createFastChildContext()
|
H A D | pptshape.cxx | 51 , meShapeLocation( eShapeLocation ) in PPTShape() 69 if ( mnSubType && ( meShapeLocation == Master ) ) in addShape() 94 if ( ( meShapeLocation == Master ) || ( meShapeLocation == Layout ) ) in addShape()
|
H A D | slidefragmenthandler.cxx | 59 , meShapeLocation( eShapeLocation ) in SlideFragmentHandler() 118 *this, mpSlidePersistPtr, meShapeLocation, mpSlidePersistPtr->getShapes(), in createFastChildContext() 119 …oox::drawingml::ShapePtr( new PPTShape( meShapeLocation, "com.sun.star.drawing.GroupShape" ) ) ) ); in createFastChildContext()
|
/trunk/main/oox/inc/oox/ppt/ |
H A D | pptshape.hxx | 34 …ShapeLocation meShapeLocation; // placeholdershapes (mnSubType != 0) on Master are never displ… member in oox::ppt::PPTShape 56 …void setShapeLocation( const oox::ppt::ShapeLocation eShapeLocation ) { meShapeLocation = eShapeLo… in setShapeLocation() 57 ShapeLocation getShapeLocation() const { return meShapeLocation; }; in getShapeLocation()
|
H A D | pptshapegroupcontext.hxx | 35 ShapeLocation meShapeLocation; member in oox::ppt::PPTShapeGroupContext
|
H A D | slidefragmenthandler.hxx | 49 ShapeLocation meShapeLocation; member in oox::ppt::SlideFragmentHandler
|
Completed in 23 milliseconds