Searched refs:pPlaceholder (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/oox/source/ppt/ |
H A D | pptshapecontext.cxx | 87 …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 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() 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 D | pptshape.cxx | 271 oox::drawingml::ShapePtr pPlaceholder = findPlaceholder( nFirstPlaceholder, rShapes ); in findPlaceholder() local 272 …return !nSecondPlaceholder || pPlaceholder.get() ? pPlaceholder : findPlaceholder( nSecondPlacehol… in findPlaceholder()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | viewoverlaymanager.cxx | 382 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()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 3297 pPlaceholder[ 0 ] = pMHFE->pPlaceholder[ 0 ]; in HeaderFooterEntry() 3298 pPlaceholder[ 1 ] = pMHFE->pPlaceholder[ 1 ]; in HeaderFooterEntry() 3299 pPlaceholder[ 2 ] = pMHFE->pPlaceholder[ 2 ]; in HeaderFooterEntry() 3300 pPlaceholder[ 3 ] = pMHFE->pPlaceholder[ 3 ]; in HeaderFooterEntry() 3371 MSDFFReadZString( rStCtrl, rE.pPlaceholder[ aHd.nRecInstance ], aHd.nRecLen, sal_True ); in ImportHeaderFooterContainer() 7039 pEntry->pString = new String( rPersistEntry.pHeaderFooterEntry->pPlaceholder[ nVal ] ); in PPTTextObj()
|
/aoo41x/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 1463 if ( pHFE->pPlaceholder ) in SetHeaderFooterPageSettings() 1464 aPlaceHolderString = pHFE->pPlaceholder[ i ]; in SetHeaderFooterPageSettings()
|
/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 496 String pPlaceholder[ 4 ]; member
|
Completed in 107 milliseconds