Lines Matching refs:drawingml
54 …rent, const SlidePersistPtr pSlidePersistPtr, oox::drawingml::ShapePtr pMasterShapePtr, oox::drawi… in PPTShapeContext()
55 : oox::drawingml::ShapeContext( rParent, pMasterShapePtr, pShapePtr ) in PPTShapeContext()
60 oox::drawingml::ShapePtr findPlaceholder( const sal_Int32 nMasterPlaceholder, sal_Int32 nSubTypeInd… in findPlaceholder()
62 oox::drawingml::ShapePtr aShapePtr; in findPlaceholder()
63 std::vector< oox::drawingml::ShapePtr >::reverse_iterator aRevIter( rShapes.rbegin() ); in findPlaceholder()
74 std::vector< oox::drawingml::ShapePtr >& rChildren = (*aRevIter)->getChildren(); in findPlaceholder()
84 oox::drawingml::ShapePtr findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondPlaceholder, in findPlaceholder()
85 sal_Int32 nSubTypeIndex, std::vector< oox::drawingml::ShapePtr >& rShapes ) in findPlaceholder()
87 …oox::drawingml::ShapePtr pPlaceholder = findPlaceholder( nFirstPlaceholder, nSubTypeIndex, rShapes… in findPlaceholder()
160 oox::drawingml::ShapePtr pPlaceholder; in createFastChildContext()
197 xRet = new oox::drawingml::ShapeStyleContext( *this, *mpShapePtr ); in createFastChildContext()
202 oox::drawingml::TextBodyPtr xTextBody( new oox::drawingml::TextBody ); in createFastChildContext()
205 xRet = new oox::drawingml::TextBodyContext( *this, *xTextBody ); in createFastChildContext()