Lines Matching refs:rSlidePersist

2941 	PptSlidePersistEntry& rSlidePersist = *(*pList)[ nAktPageNum ];  in ImportPage()  local
2942 if ( rSlidePersist.bStarDrawFiller ) in ImportPage()
2954 rSlidePersist.pHeaderFooterEntry = new HeaderFooterEntry( pMasterPersist ); in ImportPage()
2955 ProcessData aProcessData( rSlidePersist, (SdPage*)pRet ); in ImportPage()
2966 ImportHeaderFooterContainer( aHd, *rSlidePersist.pHeaderFooterEntry ); in ImportPage()
3002 if ( rSlidePersist.aSlideAtom.nFlags & 4 ) // follow master background ? in ImportPage()
3020 sal_Bool bTemporary = ( rSlidePersist.aSlideAtom.nFlags & 2 ) != 0; in ImportPage()
3023 rSlidePersist.pBObj = ImportObj( rStCtrl, (void*)&aProcessData, aPageSize, aPageSize ); in ImportPage()
3024 rSlidePersist.bBObjIsTemporary = bTemporary; in ImportPage()
3040 rSlidePersist.pBObj = ImportObj( rStCtrl, (void*)&aProcessData, aPageSize, aPageSize ); in ImportPage()
3041 rSlidePersist.bBObjIsTemporary = sal_False; in ImportPage()
3107 if ( rSlidePersist.ePageKind == PPT_SLIDEPAGE ) in ImportPage()
3112 if ( rSlidePersist.pBObj ) in ImportPage()
3116 const SfxItemSet& rObjectItemSet = rSlidePersist.pBObj->GetMergedItemSet(); in ImportPage()
3133 if ( rSlidePersist.pBObj ) in ImportPage()
3139 pRet->getSdrPageProperties().PutItemSet(rSlidePersist.pBObj->GetMergedItemSet()); in ImportPage()
3140 SdrObject::Free( rSlidePersist.pBObj ); in ImportPage()
3152 if ( rSlidePersist.pSolverContainer ) in ImportPage()
3153 SolveSolver( *rSlidePersist.pSolverContainer ); in ImportPage()
3338 …ntry::NeedToImportInstance( const sal_uInt32 nInstance, const PptSlidePersistEntry& rSlidePersist ) in NeedToImportInstance() argument
3343 if ( !( rSlidePersist.aSlideAtom.nFlags & 2 ) ) in NeedToImportInstance()
3345 if ( memcmp( &rSlidePersist.aColorScheme, &pMasterPersist->aColorScheme, 32 ) ) in NeedToImportInstance()