Lines Matching refs:SfxObjectShell

191 class SFX2_DLLPUBLIC SfxObjectShell :  class
230 SfxObjectShell(SfxObjectCreateMode);
231 SfxObjectShell( const sal_uInt64 i_nCreationFlags ); // see sfxmodelfactory.hxx
232 virtual ~SfxObjectShell();
257 static SfxObjectShell* GetFirst( const TypeId* pType = 0,
259 static SfxObjectShell* GetNext( const SfxObjectShell& rPrev,
262 static SfxObjectShell* Current();
447 static sal_uInt32 HandleFilter( SfxMedium* pMedium, SfxObjectShell* pDoc );
576 virtual sal_Bool Insert( SfxObjectShell &rSource,
595 virtual void LoadStyles( SfxObjectShell &rSource );
601 virtual SfxObjectShell* GetObjectShell();
620 …static SfxObjectShell* CreateObject( const String& rServiceName, SfxObjectCreateMode = SFX_CREATE…
621 …static SfxObjectShell* CreateObjectByFactoryName( const String& rURL, SfxObjectCreateMode = SFX_C…
622 static SfxObjectShell* CreateAndLoadObject( const SfxItemSet& rSet, SfxFrame* pFrame=0 );
653 return const_cast<SfxObjectShell*>(this)->GetStorage(); in getStorage()
787 SAL_DLLPRIVATE SfxObjectShell* GetParentShellByModel_Impl();
812 SfxObjectShell* pPersist;
814 ModifyBlocker_Impl( SfxObjectShell* pPersistP ) : pPersist( pPersistP ) in ModifyBlocker_Impl()
831 SV_DECL_REF(SfxObjectShell)
833 SV_DECL_LOCK(SfxObjectShell)
834 SV_IMPL_LOCK(SfxObjectShell)
835 SV_IMPL_REF(SfxObjectShell)
843 SfxObjectShell* pObjSh;
847 SfxObjectShell* pSh );
856 SfxObjectShell* pObjSh;
864 SfxObjectShellItem( SfxObjectShell *pObjShell ): in SfxObjectShellItem()
869 SfxObjectShell *pObjShell ): in SfxObjectShellItem()
879 SfxObjectShell* GetObjectShell() const in GetObjectShell()