Lines Matching refs:drawingml
38 using namespace ::oox::drawingml;
63 const oox::drawingml::Theme* pTheme, in addShape()
66 ::oox::drawingml::ShapeIdMap* pShapeMap ) in addShape()
76 oox::drawingml::TextListStylePtr aMasterTextListStyle; 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()
230 oox::drawingml::ShapePtr aShapePtr; in findPlaceholder()
231 std::vector< oox::drawingml::ShapePtr >::reverse_iterator aRevIter( rShapes.rbegin() ); in findPlaceholder()
239 std::vector< oox::drawingml::ShapePtr >& rChildren = (*aRevIter)->getChildren(); in findPlaceholder()
248 oox::drawingml::ShapePtr PPTShape::findPlaceholderByIndex( const sal_Int32 nIdx, std::vector< oox::… in findPlaceholderByIndex()
250 oox::drawingml::ShapePtr aShapePtr; in findPlaceholderByIndex()
251 std::vector< oox::drawingml::ShapePtr >::reverse_iterator aRevIter( rShapes.rbegin() ); in findPlaceholderByIndex()
259 std::vector< oox::drawingml::ShapePtr >& rChildren = (*aRevIter)->getChildren(); in findPlaceholderByIndex()
269 oox::drawingml::ShapePtr PPTShape::findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondP… in findPlaceholder()
271 oox::drawingml::ShapePtr pPlaceholder = findPlaceholder( nFirstPlaceholder, rShapes ); in findPlaceholder()