Home
last modified time | relevance | path

Searched refs:SfxObjectShell (Results 26 – 50 of 405) sorted by relevance

12345678910>>...17

/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx130 SFX_IMPL_INTERFACE( SwDocShell, SfxObjectShell, SW_RES(0) )
135 TYPEINIT2(SwDocShell, SfxObjectShell, SfxListener);
335 if( SfxObjectShell::Save() ) in Save()
369 nVBWarning = GetSaveWarningOfMSVBAStorage( (SfxObjectShell&) (*this) ); in Save()
481 if( SfxObjectShell::SaveAs( rMedium ) ) in SaveAs()
817 sal_Bool bRet = SfxObjectShell::SaveCompleted( xStor ); in SaveCompleted()
933 SfxObjectShell::SetVisArea( aRect ); in SetVisArea()
948 return SfxObjectShell::GetVisArea( nAspect ); in GetVisArea()
978 sal_uInt16 nState = SfxObjectShell::GetHiddenInformationState( nStates ); in GetHiddenInformationState()
1225 SfxObjectShell::CancelTransfers(); in CancelTransfers()
[all …]
H A Ddocshini.cxx118 sal_Bool bRet = SfxObjectShell::InitNew( xStor ); in InitNew()
365 SfxObjectShell ( eMode ), in SwDocShell()
384 SfxObjectShell ( i_nSfxCreationFlags ), in SwDocShell()
403 SfxObjectShell ( eMode ), in SwDocShell()
552 if( SfxObjectShell::Load( rMedium )) in Load()
728 SfxObjectShell::LoadFrom( rMedium ); in LoadFrom()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbaaccesshelper.hxx40 …s::uno::Reference< css::lang::XMultiServiceFactory > getVBAServiceFactory( SfxObjectShell* pShell ) in getVBAServiceFactory()
49 …o::Reference< css::uno::XInterface > createVBAUnoAPIServiceWithArgs( SfxObjectShell* pShell, cons… in createVBAUnoAPIServiceWithArgs()
58 … VBAHELPER_DLLPRIVATE inline bool isAlienDoc( SfxObjectShell& rDocShell, const char* pMimeType ) in isAlienDoc()
66 …VBAHELPER_DLLPUBLIC inline bool isAlienExcelDoc( SfxObjectShell& rDocShell ) { return isAlienDoc( … in isAlienExcelDoc()
67 …VBAHELPER_DLLPUBLIC inline bool isAlienWordDoc( SfxObjectShell& rDocShell ) { return isAlienDoc( r… in isAlienWordDoc()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh6.cxx117 Rectangle aOldVisArea = SfxObjectShell::GetVisArea(); in SetVisAreaOrSize()
142 SfxObjectShell::SetVisArea( aArea ); in SetVisAreaOrSize()
186 Rectangle aOldArea = SfxObjectShell::GetVisArea(); in UpdateOle()
266 void __EXPORT ScDocShell::LoadStyles( SfxObjectShell &rSource ) in LoadStyles()
270 SfxObjectShell::LoadStyles(rSource); in LoadStyles()
349 sal_Bool __EXPORT ScDocShell::Insert( SfxObjectShell &rSource, in Insert()
353 sal_Bool bRet = SfxObjectShell::Insert( rSource, nSourceIdx1, nSourceIdx2, nSourceIdx3, in Insert()
H A Ddocsh.cxx551 sal_Bool bRet = SfxObjectShell::Load( rMedium ); in Load()
980 SfxObjectShell::LoadFrom( rMedium ); in LoadFrom()
1566 sal_Bool bRet = SfxObjectShell::Save(); in Save()
1626 return SfxObjectShell::IsInformationLost(); in IsInformationLost()
2368 return SfxObjectShell::SaveCompleted( xStor ); in SaveCompleted()
2476 SfxObjectShell::PrepareReload(); // tut nichts? in PrepareReload()
2569 SfxObjectShell( rShell.GetCreateMode() ), in ScDocShell()
2598 : SfxObjectShell( i_nSfxCreationFlags )
2678 if ( SfxObjectShell::IsEnableSetModified() ) in SetModified()
2680 SfxObjectShell::SetModified( bModified ); in SetModified()
[all …]
/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx292 bRet = SfxObjectShell::InitNew( xStorage ); in InitNew()
339 bRet = SfxObjectShell::Load( rMedium ); in Load()
354 …if( ( GetCreateMode() == SFX_CREATE_MODE_EMBEDDED ) && SfxObjectShell::GetVisArea( ASPECT_CONTENT … in Load()
365 SfxObjectShell::SetAutoLoad( aUrl, 0, sal_False ); in Load()
556 SfxObjectShell::SetVisArea( Rectangle() ); in Save()
558 sal_Bool bRet = SfxObjectShell::Save(); in Save()
597 SfxObjectShell::SetVisArea( Rectangle() ); in SaveAs()
600 sal_Bool bRet = SfxObjectShell::SaveAs( rMedium ); in SaveAs()
689 if( SfxObjectShell::SaveCompleted(xStorage) ) in SaveCompleted()
1211 return SfxObjectShell::SaveAsOwnFormat(rMedium); in SaveAsOwnFormat()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dlinkmgr.hxx32 class SfxObjectShell;
56 SfxObjectShell *pPersist; // LinkMgr has to be deallocated before SfxObjectShell
75 LinkManager( SfxObjectShell * pCacheCont );
78 SfxObjectShell* GetPersist() const { return pPersist; } in GetPersist()
79 void SetPersist( SfxObjectShell * p ) { pPersist = p; } in SetPersist()
H A Dapp.hxx70 class SfxObjectShell;
149 SV_DECL_REF(SfxObjectShell)
163 SAL_DLLPRIVATE short QuerySave_Impl(SfxObjectShell &, sal_Bool bAutoSave = sal_False);
201 void AddDdeTopic( SfxObjectShell* );
202 void RemoveDdeTopic( SfxObjectShell* );
H A Dframe.hxx74 class SfxObjectShell;
137 …static SfxFrame* Create( SfxObjectShell& rDoc, Window& rWindow, sal_uInt16 nViewId, bool bHidde…
158 SfxObjectShell* GetCurrentDocument() const;
167 void UpdateDescriptor( SfxObjectShell *pDoc );
217 SAL_DLLPRIVATE void PrepareForDoc_Impl( SfxObjectShell& i_rDoc );
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx332 SfxObjectShell *pShell = pChild->GetCurrentDocument(); in ExecReload_Impl()
359 SfxObjectShell* pSh = GetObjectShell(); in ExecReload_Impl()
913 SfxObjectShell* pSh = GetObjectShell(); in StateReload_Impl()
1541 SfxObjectShell* pObjShell in SfxViewFrame()
1654 const SfxObjectShell* pDoc, in GetFirst()
1679 const SfxObjectShell* pDoc, in GetNext()
1721 SfxObjectShell *pObjSh = GetObjectShell(); in GetProgress()
2056 SfxObjectShell* SfxViewFrame::GetObjectShell() in GetObjectShell()
2258 const SfxObjectShell* pDoc = i_pDoc; in Get()
2655 SfxObjectShell *pDocSh = GetObjectShell(); in StateView_Impl()
[all …]
H A Dorgmgr.cxx253 …for ( SfxObjectShell* pTmp = SfxObjectShell::GetFirst(); pTmp; pTmp = SfxObjectShell::GetNext(*pTm… in SfxOrganizeMgr()
318 return (SfxObjectShellRef)(SfxObjectShell*)(pEntry->aDocShell); in CreateObjectShell()
325 …pEntry->aDocShell = SfxObjectShell::CreateObject( pFilter->GetServiceName(), SFX_CREATE_MODE_ORGAN… in CreateObjectShell()
337 return ( SfxObjectShellRef )(SfxObjectShell*)(pEntry->aDocShell); in CreateObjectShell()
H A Dviewfrm2.cxx98 SfxObjectShell* pDoc = pFrame->GetObjectShell(); in StateChanged()
187 SfxObjectShell *pObjSh = GetObjectShell(); in UpdateTitle()
356 SfxObjectShell *pDocSh = GetObjectShell(); in Exec_Impl()
394 SfxObjectShell *pDocSh = GetObjectShell(); in GetState_Impl()
493 SfxObjectShell *pDocSh = GetObjectShell(); in INetState_Impl()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx97 SfxObjectShell* pObjSh = SfxObjectShell::GetFirst( &aScType ); in GetManualOrCurrent()
102 pObjSh = SfxObjectShell::GetNext( *pObjSh, &aScType ); in GetManualOrCurrent()
113 SfxObjectShell* pObjSh = pViewSh->GetViewFrame()->GetObjectShell(); in GetManualOrCurrent()
174 SfxObjectShell* pShell = pDoc->GetDocumentShell(); in getAltLongDescText()
623 ScDocShell* pCurrentSh = PTR_CAST( ScDocShell, SfxObjectShell::Current() ); in Command()
624 SfxObjectShell* pSh = SfxObjectShell::GetFirst(); in Command()
639 pSh = SfxObjectShell::GetNext( *pSh ); in Command()
972 SfxObjectShell* pShell = pDoc->GetDocumentShell(); in GetDrawNames()
1213 SfxObjectShell* pShell = pDoc->GetDocumentShell(); in DrawNamesChanged()
1668 SfxObjectShell* pSh = SfxObjectShell::GetFirst(); in SelectDoc()
[all …]
/trunk/main/sw/source/core/ole/
H A Dndole.cxx305 SfxObjectShell* p = GetDoc()->GetPersist(); in RestorePersistentData()
346 SfxObjectShell* p = GetDoc()->GetPersist(); in SavePersistentData()
460 SfxObjectShell* pPersistShell = pDoc->GetPersist(); in MakeCopy()
473 SfxObjectShell* pSrc = GetDoc()->GetPersist(); in MakeCopy()
535 SfxObjectShell* p = GetDoc()->GetPersist(); in IsOLEObjectDeleted()
605 SfxObjectShell* pPers = GetDoc()->GetPersist(); in BreakFileLink_Impl()
718 SfxObjectShell* p = pOLENd->GetDoc()->GetPersist(); in ~SwOLEObj()
767 SfxObjectShell* p = pDoc->GetPersist(); in SetNode()
813 SfxObjectShell* p = pOLENd->GetDoc()->GetPersist(); in GetOleRef()
896 SfxObjectShell* p = pDoc->GetPersist(); in UnloadObject()
/trunk/main/sw/inc/
H A Ddocsh.hxx65 class SW_DLLPUBLIC SwDocShell: public SfxObjectShell, public SfxListener
151 using SfxObjectShell::GetVisArea;
152 using SfxObjectShell::GetStyleFamilyBitmap;
221 virtual sal_Bool Insert(SfxObjectShell &rSource,
268 virtual void LoadStyles( SfxObjectShell& rSource );
270 void _LoadStyles( SfxObjectShell& rSource, sal_Bool bPreserveCurrentDocument );
/trunk/main/starmath/source/
H A Ddocument.cxx116 TYPEINIT1( SmDocShell, SfxObjectShell );
118 SFX_IMPL_INTERFACE(SmDocShell, SfxObjectShell, SmResId(0))
697 SfxObjectShell( i_nSfxCreationFlags ), in SmDocShell()
806 if ( SfxObjectShell::InitNew( xStorage ) ) in InitNew()
820 if( SfxObjectShell::Load( rMedium )) in Load()
864 if ( SfxObjectShell::Save() ) in Save()
937 if ( SfxObjectShell::SaveAs( rMedium ) ) in SaveAs()
990 if( SfxObjectShell::SaveCompleted( xStorage )) in SaveCompleted()
1369 SfxObjectShell::SetVisArea( aNewRect ); in SetVisArea()
1407 return SfxObjectShell::GetMiscStatus() | SVOBJ_MISCSTATUS_NOTRESIZEABLE in GetMiscStatus()
[all …]
/trunk/main/sfx2/source/dialog/
H A Dsecuritypage.cxx146 SfxObjectShell* pCurDocShell = SfxObjectShell::Current(); in lcl_IsPasswordCorrect()
286 SfxObjectShell* pCurDocShell = SfxObjectShell::Current(); in FillItemSet_Impl()
334 SfxObjectShell* pCurDocShell = SfxObjectShell::Current(); in Reset_Impl()
/trunk/main/sfx2/source/inc/
H A Deventsupplier.hxx84 class SfxObjectShell;
96 SfxObjectShell *mpObjShell;
101 SfxEvents_Impl( SfxObjectShell* pShell,
129 …static SvxMacro* ConvertToMacro( const ANY& rElement, SfxObjectShell* pDoc, sal_Bool bN…
130 static void NormalizeMacro( const ANY& rIn, ANY& rOut, SfxObjectShell* pDoc );
134 SfxObjectShell* i_document );
/trunk/main/sd/inc/
H A Dsdabstdlg.hxx50 class SfxObjectShell;
188 … CreateSdTabCharDialog( ::Window* pParent, const SfxItemSet* pAttr, SfxObjectShell* pDocShell ) =…
189 … CreateSdTabPageDialog( ::Window* pParent, const SfxItemSet* pAttr, SfxObjectShell* pDocShell, sa…
200 …virtual SfxAbstractTabDialog* CreateSdPresLayoutTemplateDlg( SfxObjectShell* pDocSh, ::Window* pP…
202 …virtual SfxAbstractTabDialog* CreateSdTabTemplateDlg( ::Window* pParent, const SfxObjectShell* pD…
/trunk/main/basctl/source/basicide/
H A Ddocsignature.cxx55 SfxObjectShell* pShell;
71 SfxObjectShell* pShell = SfxObjectShell::GetFirst(); in DocumentSignature()
76 pShell = SfxObjectShell::GetNext( *pShell ); in DocumentSignature()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvxmsbas.hxx32 class SfxObjectShell;
52 SvxImportMSVBasic( SfxObjectShell &rDocS, SotStorage &rRoot, in SvxImportMSVBasic()
75 static sal_uLong GetSaveWarningOfMSVBAStorage( SfxObjectShell &rDocS );
80 SfxObjectShell &rDocSh;
/trunk/main/svx/source/mnuctrls/
H A Dfntszctl.cxx122 SfxObjectShell *pDoc = SfxObjectShell::Current(); in StateChanged()
144 SfxObjectShell* pSh = SfxObjectShell::Current(); in StateChanged()
/trunk/main/sc/source/ui/miscdlgs/
H A Dmvtabdlg.cxx120 SfxObjectShell* pSh = SfxObjectShell::GetFirst(); in InitDocListBox()
134 if ( pScSh == SfxObjectShell::Current() ) in InitDocListBox()
142 pSh = SfxObjectShell::GetNext( *pSh ); in InitDocListBox()
/trunk/main/sfx2/source/doc/
H A Ddocundomanager.cxx102 … const SfxObjectShell* getObjectShell() const { return rAntiImpl.getBaseModel().GetObjectShell(); } in getObjectShell()
103SfxObjectShell* getObjectShell() { return rAntiImpl.getBaseModel().GetObjectShell(); } in getObjectShell()
122 SfxObjectShell* pObjectShell = i_baseModel.GetObjectShell(); in impl_retrieveUndoManager()
139 SfxObjectShell* pObjectShell = rAntiImpl.getBaseModel().GetObjectShell(); in getImplUndoManager()
158 const SfxObjectShell* pDocShell = getObjectShell(); in invalidateXDo_nolck()
/trunk/main/svx/source/form/
H A Dfmmodel.cxx39 class SfxObjectShell;
72 FmFormModel::FmFormModel(SfxItemPool* pPool, SfxObjectShell* pPers) in FmFormModel()
91 FmFormModel::FmFormModel(const XubString& rPath, SfxItemPool* pPool, SfxObjectShell* pPers) in FmFormModel()
294 void FmFormModel::SetObjectShell( SfxObjectShell* pShell ) in SetObjectShell()

Completed in 163 milliseconds

12345678910>>...17