Home
last modified time | relevance | path

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

/trunk/main/oox/source/ppt/
H A Dpptshapecontext.cxx84 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 Dpptshape.cxx269 … PPTShape::findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondPlaceholder, std::vector… in findPlaceholder() argument
272 …return !nSecondPlaceholder || pPlaceholder.get() ? pPlaceholder : findPlaceholder( nSecondPlacehol… in findPlaceholder()
/trunk/main/oox/inc/oox/ppt/
H A Dpptshape.hxx63 …::ShapePtr findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondPlaceholder, std::vector…

Completed in 17 milliseconds