Searched refs:nFirstPlaceholder (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/oox/source/ppt/ |
H A D | pptshapecontext.cxx | 84 oox::drawingml::ShapePtr findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondPlaceholder, in findPlaceholder() argument 87 …oox::drawingml::ShapePtr pPlaceholder = findPlaceholder( nFirstPlaceholder, nSubTypeIndex, rShapes… in findPlaceholder() 122 sal_Int32 nFirstPlaceholder = 0; in createFastChildContext() local 127 nFirstPlaceholder = XML_ctrTitle; in createFastChildContext() 132 nFirstPlaceholder = XML_subTitle; in createFastChildContext() 137 nFirstPlaceholder = XML_obj; in createFastChildContext() 154 nFirstPlaceholder = nSubType; in createFastChildContext() 158 if ( nFirstPlaceholder ) in createFastChildContext() 162 …pPlaceholder = findPlaceholder( nFirstPlaceholder, nSecondPlaceholder, -1, mpSlidePersistPtr->getS… in createFastChildContext() 169 …pPlaceholder = findPlaceholder( nFirstPlaceholder, nSecondPlaceholder, -1, pMasterPersist->getShap… in createFastChildContext() [all …]
|
H A D | pptshape.cxx | 269 oox::drawingml::ShapePtr PPTShape::findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondP… in findPlaceholder() argument 271 oox::drawingml::ShapePtr pPlaceholder = findPlaceholder( nFirstPlaceholder, rShapes ); in findPlaceholder()
|
/aoo41x/main/oox/inc/oox/ppt/ |
H A D | pptshape.hxx | 63 …static oox::drawingml::ShapePtr findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondPla…
|
Completed in 12 milliseconds