/aoo41x/main/embedserv/source/inprocserv/ |
H A D | inprocembobj.cxx | 516 if ( SUCCEEDED( hr ) && pPersist ) in IsDirty() 517 return pPersist->IsDirty(); in IsDirty() 533 if ( SUCCEEDED( hr ) && pPersist ) in InitNew() 567 if ( SUCCEEDED( hr ) && pPersist ) in Load() 570 hr = pPersist->Load( pStg ); in Load() 607 if ( SUCCEEDED( hr ) && pPersist ) in Save() 633 if ( SUCCEEDED( hr ) && pPersist ) in SaveCompleted() 671 if ( SUCCEEDED( hr ) && pPersist ) in HandsOffStorage() 694 ComSmart< IPersistFile > pPersist; in Load() local 698 if ( SUCCEEDED( hr ) && pPersist ) in Load() [all …]
|
/aoo41x/main/svx/source/unodraw/ |
H A D | unoshap4.cxx | 417 ::comphelper::IEmbeddedHelper *pPersist = mpObj->GetModel()->GetPersist(); in getPropertyValueImpl() 418 …if( (NULL == pPersist) || !pPersist->getEmbeddedObjectContainer().HasEmbeddedObject( pOle->GetPers… in getPropertyValueImpl() 457 ::comphelper::IEmbeddedHelper* pPersist = mpModel->GetPersist(); in createObject() 511 ::comphelper::IEmbeddedHelper* pPersist = mpModel->GetPersist(); in createLink() 517 uno::Reference< task::XInteractionHandler > xInteraction = pPersist->getInteractionHandler(); in createLink() 527 pPersist->getEmbeddedObjectContainer().InsertEmbeddedLink( aMediaDescr , aPersistName ); in createLink() 566 ::comphelper::IEmbeddedHelper* pPersist = mpModel ? mpModel->GetPersist() : 0; in resetModifiedState() 567 if( pPersist && !pPersist->isEnableSetModified() ) in resetModifiedState() 592 ::comphelper::IEmbeddedHelper* pPersist = mpModel->GetPersist(); in GetClassName_Impl() 593 if( pPersist ) in GetClassName_Impl() [all …]
|
H A D | unopage.cxx | 790 ::comphelper::IEmbeddedHelper *pPersist = pSdrModel->GetPersist(); in CreateShapeByTypeAndInventor() 791 if( pPersist ) in CreateShapeByTypeAndInventor() 793 … uno::Reference < embed::XEmbeddedObject > xObject = pPersist->getEmbeddedObjectContainer(). in CreateShapeByTypeAndInventor()
|
/aoo41x/main/svx/source/xml/ |
H A D | xmlexport.cxx | 92 ::comphelper::IEmbeddedHelper *pPersist = pModel->GetPersist(); in SvxDrawingLayerExport() 93 if( pPersist ) in SvxDrawingLayerExport() 95 pObjectHelper = SvXMLEmbeddedObjectHelper::Create( *pPersist, EMBEDDEDOBJECTHELPER_MODE_WRITE ); in SvxDrawingLayerExport() 205 ::comphelper::IEmbeddedHelper *pPersist = pModel->GetPersist(); in SvxDrawingLayerImport() 206 if( pPersist ) in SvxDrawingLayerImport() 209 *pPersist, in SvxDrawingLayerImport()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | linkmgr.hxx | 57 SfxObjectShell *pPersist; // LinkMgr muss vor SfxObjectShell freigegeben werden member in sfx2::LinkManager 79 SfxObjectShell* GetPersist() const { return pPersist; } in GetPersist() 80 void SetPersist( SfxObjectShell * p ) { pPersist = p; } in SetPersist()
|
H A D | objsh.hxx | 812 SfxObjectShell* pPersist; member 814 ModifyBlocker_Impl( SfxObjectShell* pPersistP ) : pPersist( pPersistP ) in ModifyBlocker_Impl() 823 pPersist->EnableSetModified( bWasEnabled ); in ~ModifyBlocker_Impl()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par4.cxx | 218 SfxObjectShell *pPersist = rDoc.GetPersist(); in InsertOle() local 219 ASSERT(pPersist, "No persist, cannot insert objects correctly"); in InsertOle() 220 if (!pPersist) in InsertOle() 248 sw::hack::DrawingOLEAdaptor aOLEObj(rObject, *pPersist); in InsertOle()
|
H A D | ww8graf.cxx | 2589 SwDocShell* pPersist = rDoc.GetDocShell(); in Read_GrafLayer() local 2595 rDoc.SetDocShell(pPersist); //#i20540# Persist guard in Read_GrafLayer()
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | wrtxml.cxx | 108 SfxObjectShell *pPersist = pDoc->GetPersist(); in _Write() local 109 if( pPersist ) in _Write() 112 xStg, *pPersist, in _Write()
|
H A D | xmlexp.cxx | 357 SfxObjectShell *pPersist = pDoc->GetPersist(); in exportDoc() local 358 if( pPersist ) in exportDoc() 361 *pPersist, in exportDoc()
|
H A D | swxml.cxx | 561 SfxObjectShell *pPersist = rDoc.GetPersist(); in Read() local 562 if( pPersist ) in Read() 565 xStorage, *pPersist, in Read()
|
H A D | xmlimp.cxx | 775 SfxObjectShell *pPersist = pDoc->GetPersist(); in startDocument() local 776 if( pPersist ) in startDocument() 779 *pPersist, in startDocument()
|
/aoo41x/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 744 PptSlidePersistEntry* pPersist = ( pList && ( nAktPageNum < pList->Count() ) ) in Import() local 746 if ( pPersist ) in Import() 748 …if ( pPersist->bStarDrawFiller && pPersist->bNotesMaster && ( nAktPageNum > 2 ) && ( ( nAktPageNum… in Import() 760 else if ( pPersist->bStarDrawFiller == sal_False ) in Import() 762 PptSlidePersistEntry* pE = pPersist; in Import()
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 1018 ::comphelper::IEmbeddedHelper *pPersist = mpDoc ? mpDoc->GetPersist() : NULL; in createInstance() 1019 if( NULL == pPersist ) in createInstance() 1022 …return (::cppu::OWeakObject * )new SvXMLEmbeddedObjectHelper( *pPersist, EMBEDDEDOBJECTHELPER_MODE… in createInstance() 1027 ::comphelper::IEmbeddedHelper *pPersist = mpDoc ? mpDoc->GetPersist() : NULL; in createInstance() 1028 if( NULL == pPersist ) in createInstance() 1031 …return (::cppu::OWeakObject * )new SvXMLEmbeddedObjectHelper( *pPersist, EMBEDDEDOBJECTHELPER_MODE… in createInstance()
|
/aoo41x/main/oox/inc/oox/ppt/ |
H A D | presentationfragmenthandler.hxx | 52 const oox::ppt::SlidePersistPtr pPersist );
|
/aoo41x/main/sc/inc/ |
H A D | drwlayer.hxx | 239 static void SetGlobalDrawPersist(SfxObjectShell* pPersist);
|
/aoo41x/main/sd/source/core/ |
H A D | sdpage.cxx | 1487 ::comphelper::IEmbeddedHelper *pPersist = pSdrModel->GetPersist(); in findAutoLayoutShapesImpl() 1488 if( pPersist ) in findAutoLayoutShapesImpl() 1490 … uno::Reference < embed::XEmbeddedObject > xObject = pPersist->getEmbeddedObjectContainer(). in findAutoLayoutShapesImpl()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | linkmgr2.cxx | 68 : pPersist(p), in SV_IMPL_PTRARR()
|
/aoo41x/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 2055 void ScDrawLayer::SetGlobalDrawPersist(SfxObjectShell* pPersist) // static in SetGlobalDrawPersist() argument 2058 pGlobalDrawPersist = pPersist; in SetGlobalDrawPersist()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 2785 … PptSlidePersistEntry* pPersist = (*pPageList)[ nMasterNum ]; // get the masterpage's persistentry in SeekToShape() local 2786 if ( pPersist && pPersist->pPresentationObjects ) in SeekToShape() 2802 nShapePos = pPersist->pPresentationObjects[ TSS_TYPE_PAGETITLE ]; in SeekToShape() 2805 nShapePos = pPersist->pPresentationObjects[ TSS_TYPE_PAGETITLE ]; in SeekToShape() 2811 nShapePos = pPersist->pPresentationObjects[ TSS_TYPE_BODY ]; in SeekToShape()
|