Searched refs:findPlaceholder (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/oox/source/ppt/ |
H A D | pptshapecontext.cxx | 60 oox::drawingml::ShapePtr findPlaceholder( const sal_Int32 nMasterPlaceholder, sal_Int32 nSubTypeInd… in findPlaceholder() function 75 aShapePtr = findPlaceholder( nMasterPlaceholder, nSubTypeIndex, rChildren ); in findPlaceholder() 84 oox::drawingml::ShapePtr findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondPlaceholder, in findPlaceholder() function 87 …oox::drawingml::ShapePtr pPlaceholder = findPlaceholder( nFirstPlaceholder, nSubTypeIndex, rShapes… in findPlaceholder() 88 …return !nSecondPlaceholder || pPlaceholder.get() ? pPlaceholder : findPlaceholder( nSecondPlacehol… in findPlaceholder() 162 …pPlaceholder = findPlaceholder( nFirstPlaceholder, nSecondPlaceholder, -1, mpSlidePersistPtr->getS… in createFastChildContext() 169 …pPlaceholder = findPlaceholder( nFirstPlaceholder, nSecondPlaceholder, -1, pMasterPersist->getShap… in createFastChildContext() 171 pPlaceholder = findPlaceholder( nFirstPlaceholder, nSecondPlaceholder, in createFastChildContext()
|
H A D | pptshape.cxx | 228 oox::drawingml::ShapePtr PPTShape::findPlaceholder( const sal_Int32 nMasterPlaceholder, std::vector… in findPlaceholder() function in oox::ppt::PPTShape 240 aShapePtr = findPlaceholder( nMasterPlaceholder, rChildren ); in findPlaceholder() 269 oox::drawingml::ShapePtr PPTShape::findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondP… in findPlaceholder() function in oox::ppt::PPTShape 271 oox::drawingml::ShapePtr pPlaceholder = findPlaceholder( nFirstPlaceholder, rShapes ); in findPlaceholder() 272 …return !nSecondPlaceholder || pPlaceholder.get() ? pPlaceholder : findPlaceholder( nSecondPlacehol… in findPlaceholder()
|
/aoo4110/main/oox/inc/oox/ppt/ |
H A D | pptshape.hxx | 61 …static oox::drawingml::ShapePtr findPlaceholder( const sal_Int32 nMasterPlaceholder, std::vector< … 63 …static oox::drawingml::ShapePtr findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondPla…
|
Completed in 24 milliseconds