Searched refs:nMasterPlaceholder (Results 1 – 3 of 3) sorted by relevance
60 oox::drawingml::ShapePtr findPlaceholder( const sal_Int32 nMasterPlaceholder, sal_Int32 nSubTypeInd… in findPlaceholder() argument66 if ( (*aRevIter)->getSubType() == nMasterPlaceholder ) in findPlaceholder()75 aShapePtr = findPlaceholder( nMasterPlaceholder, nSubTypeIndex, rChildren ); in findPlaceholder()
228 oox::drawingml::ShapePtr PPTShape::findPlaceholder( const sal_Int32 nMasterPlaceholder, std::vector… in findPlaceholder() argument234 if ( (*aRevIter)->getSubType() == nMasterPlaceholder ) in findPlaceholder()240 aShapePtr = findPlaceholder( nMasterPlaceholder, rChildren ); in findPlaceholder()
61 …static oox::drawingml::ShapePtr findPlaceholder( const sal_Int32 nMasterPlaceholder, std::vector< …
Completed in 15 milliseconds