Searched refs:nSecondPlaceholder (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/oox/source/ppt/ |
H A D | pptshapecontext.cxx | 84 oox::drawingml::ShapePtr findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondPlaceholder, in findPlaceholder() argument 88 …return !nSecondPlaceholder || pPlaceholder.get() ? pPlaceholder : findPlaceholder( nSecondPlacehol… in findPlaceholder() 123 sal_Int32 nSecondPlaceholder = 0; in createFastChildContext() local 128 nSecondPlaceholder = XML_title; in createFastChildContext() 133 nSecondPlaceholder = XML_title; in createFastChildContext() 138 nSecondPlaceholder = XML_body; in createFastChildContext() 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 | 269 … PPTShape::findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondPlaceholder, std::vector… in findPlaceholder() argument 272 …return !nSecondPlaceholder || pPlaceholder.get() ? pPlaceholder : findPlaceholder( nSecondPlacehol… in findPlaceholder()
|
/aoo42x/main/oox/inc/oox/ppt/ |
H A D | pptshape.hxx | 63 …::ShapePtr findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondPlaceholder, std::vector…
|
Completed in 17 milliseconds