Home
last modified time | relevance | path

Searched refs:findPlaceholder (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/source/ppt/
H A Dpptshapecontext.cxx60 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 Dpptshape.cxx228 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()
/trunk/main/oox/inc/oox/ppt/
H A Dpptshape.hxx61 …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 14 milliseconds