Home
last modified time | relevance | path

Searched refs:pPlaceholder (Results 1 – 6 of 6) sorted by relevance

/trunk/main/oox/source/ppt/
H A Dpptshapecontext.cxx87 …oox::drawingml::ShapePtr pPlaceholder = findPlaceholder( nFirstPlaceholder, nSubTypeIndex, rShapes… in findPlaceholder() local
88 …return !nSecondPlaceholder || pPlaceholder.get() ? pPlaceholder : findPlaceholder( nSecondPlacehol… in findPlaceholder()
160 oox::drawingml::ShapePtr pPlaceholder; in createFastChildContext() local
162pPlaceholder = findPlaceholder( nFirstPlaceholder, nSecondPlaceholder, -1, mpSlidePersistPtr->getS… in createFastChildContext()
169pPlaceholder = findPlaceholder( nFirstPlaceholder, nSecondPlaceholder, -1, pMasterPersist->getShap… in createFastChildContext()
171 pPlaceholder = findPlaceholder( nFirstPlaceholder, nSecondPlaceholder, in createFastChildContext()
175 if ( pPlaceholder.get() ) in createFastChildContext()
177 mpShapePtr->applyShapeReference( *pPlaceholder.get() ); in createFastChildContext()
178 PPTShape* pPPTShape = dynamic_cast< PPTShape* >( pPlaceholder.get() ); in createFastChildContext()
H A Dpptshape.cxx271 oox::drawingml::ShapePtr pPlaceholder = findPlaceholder( nFirstPlaceholder, rShapes ); in findPlaceholder() local
272 …return !nSecondPlaceholder || pPlaceholder.get() ? pPlaceholder : findPlaceholder( nSecondPlacehol… in findPlaceholder()
/trunk/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx382 SdrObject* pPlaceholder = mxPlaceholderObj.get(); in createOverlayImage() local
384 const Rectangle& rSnapRect = pPlaceholder->GetSnapRect(); in createOverlayImage()
417 SdrObject* pPlaceholder = mxPlaceholderObj.get(); in addCustomHandles() local
419 const Rectangle& rSnapRect = pPlaceholder->GetSnapRect(); in addCustomHandles()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx3296 pPlaceholder[ 0 ] = pMHFE->pPlaceholder[ 0 ]; in HeaderFooterEntry()
3297 pPlaceholder[ 1 ] = pMHFE->pPlaceholder[ 1 ]; in HeaderFooterEntry()
3298 pPlaceholder[ 2 ] = pMHFE->pPlaceholder[ 2 ]; in HeaderFooterEntry()
3299 pPlaceholder[ 3 ] = pMHFE->pPlaceholder[ 3 ]; in HeaderFooterEntry()
3370 MSDFFReadZString( rStCtrl, rE.pPlaceholder[ aHd.nRecInstance ], aHd.nRecLen, sal_True ); in ImportHeaderFooterContainer()
7038 pEntry->pString = new String( rPersistEntry.pHeaderFooterEntry->pPlaceholder[ nVal ] ); in PPTTextObj()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1463 if ( pHFE->pPlaceholder ) in SetHeaderFooterPageSettings()
1464 aPlaceHolderString = pHFE->pPlaceholder[ i ]; in SetHeaderFooterPageSettings()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx496 String pPlaceholder[ 4 ]; member

Completed in 76 milliseconds