Home
last modified time | relevance | path

Searched refs:SfxObjectShell (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/trunk/main/sfx2/source/doc/
H A Dobjxtor.cxx117 DBG_NAME(SfxObjectShell)
160 SfxObjectShell* mpDoc;
162 SfxModelListener_Impl( SfxObjectShell* pDoc ) : mpDoc(pDoc) {}; in SfxModelListener_Impl()
186 if ( SfxObjectShell::GetCurrentComponent() == _rEvent.Source ) in disposing()
189 SfxObjectShell::SetCurrentComponent( Reference< XInterface >() ); in disposing()
212 TYPEINIT1(SfxObjectShell, SfxShell);
215 SfxObjectShell_Impl::SfxObjectShell_Impl( SfxObjectShell& _rDocShell ) in SfxObjectShell_Impl()
280 SfxObjectShell* pDoc = &_rDocShell; in SfxObjectShell_Impl()
282 rArr.C40_INSERT( SfxObjectShell, pDoc, rArr.Count() ); in SfxObjectShell_Impl()
295 SfxObjectShell::SfxObjectShell( const sal_uInt64 i_nCreationFlags ) in SfxObjectShell() function in SfxObjectShell
[all …]
H A Dobjmisc.cxx163 SfxObjectShell* pDoc;
168 SfxHeaderAttributes_Impl( SfxObjectShell* pSh ) : in SfxHeaderAttributes_Impl()
194 void SfxObjectShell::AbortImport() in AbortImport()
201 sal_Bool SfxObjectShell::IsAbortingImport() const in IsAbortingImport()
209 SfxObjectShell::getDocProperties() in getDocProperties()
222 void SfxObjectShell::DoFlushDocInfo() in DoFlushDocInfo()
230 void SfxObjectShell::FlushDocInfo() in FlushDocInfo()
265 void SfxObjectShell::SetError( sal_uInt32 lErr, const ::rtl::OUString& aLogMessage ) in SetError()
278 sal_uInt32 SfxObjectShell::GetError() const in GetError()
285 sal_uInt32 SfxObjectShell::GetErrorCode() const in GetErrorCode()
[all …]
H A Dobjcont.cxx119 SfxObjectShell::GetPreviewMetaFile( sal_Bool bFullContent ) const in GetPreviewMetaFile()
126 SfxObjectShell::CreatePreviewMetaFile_Impl( sal_Bool bFullContent, sal_Bool bHighContrast ) const in CreatePreviewMetaFile_Impl()
145 MapMode aMode( ((SfxObjectShell*)this)->GetMapUnit() ); in CreatePreviewMetaFile_Impl()
159 aTmpSize = ((SfxObjectShell*)this)->GetFirstPageSize(); in CreatePreviewMetaFile_Impl()
181 ((SfxObjectShell*)this)->DoDraw( &aDevice, Point(0,0), aTmpSize, JobSetup(), nAspect ); in CreatePreviewMetaFile_Impl()
189 void SfxObjectShell::UpdateDocInfoForSave() in UpdateDocInfoForSave()
242 void SfxObjectShell::UpdateTime_Impl( in UpdateTime_Impl()
303 SfxDocumentInfoDialog* SfxObjectShell::CreateDocumentInfoDialog in CreateDocumentInfoDialog()
314 SfxStyleSheetBasePool* SfxObjectShell::GetStyleSheetPool() in GetStyleSheetPool()
319 void SfxObjectShell::SetOrganizerSearchMask( in SetOrganizerSearchMask()
[all …]
H A Dobjembed.cxx50 SfxObjectShell* SfxObjectShell::GetParentShellByModel_Impl() in GetParentShellByModel_Impl()
52 SfxObjectShell* pResult = NULL; in GetParentShellByModel_Impl()
62 pResult = reinterpret_cast<SfxObjectShell*>(xParentTunnel->getSomething( in GetParentShellByModel_Impl()
76 Printer* SfxObjectShell::GetDocumentPrinter() in GetDocumentPrinter()
78 SfxObjectShell* pParent = GetParentShellByModel_Impl(); in GetDocumentPrinter()
85 OutputDevice* SfxObjectShell::GetDocumentRefDev() in GetDocumentRefDev()
87 SfxObjectShell* pParent = GetParentShellByModel_Impl(); in GetDocumentRefDev()
94 void SfxObjectShell::OnDocumentPrinterChanged( Printer* /*pNewPrinter*/ ) in OnDocumentPrinterChanged()
100 Rectangle SfxObjectShell::GetVisArea( sal_uInt16 nAspect ) const in GetVisArea()
115 const Rectangle& SfxObjectShell::GetVisArea() const in GetVisArea()
[all …]
H A Dobjstor.cxx143 extern sal_uInt32 CheckPasswd_Impl( SfxObjectShell*, SfxItemPool&, SfxMedium* );
184 sal_Bool SfxObjectShell::Save() in Save()
191 sal_Bool SfxObjectShell::SaveAs( SfxMedium& rMedium ) in SaveAs()
198 sal_Bool SfxObjectShell::QuerySlotExecutable( sal_uInt16 /*nSlotId*/ ) in QuerySlotExecutable()
232 sal_Bool SfxObjectShell::PutURLContentsToVersionStream_Impl( in PutURLContentsToVersionStream_Impl()
290 ::rtl::OUString SfxObjectShell::CreateTempCopyOfStorage_Impl( const uno::Reference< embed::XStorage… in CreateTempCopyOfStorage_Impl()
323 SvGlobalName SfxObjectShell::GetClassName() const in GetClassName()
329 void SfxObjectShell::SetupStorage( const uno::Reference< embed::XStorage >& xStorage, in SetupStorage()
357 …const_cast<SfxObjectShell*>( this )->SetError( ERRCODE_IO_GENERAL, ::rtl::OUString( RTL_CONSTASCII… in SetupStorage()
402 …const_cast<SfxObjectShell*>( this )->SetError( ERRCODE_IO_GENERAL, ::rtl::OUString( RTL_CONSTASCII… in SetupStorage()
[all …]
H A Dobjserv.cxx133 #define SfxObjectShell macro
140 SFX_IMPL_INTERFACE(SfxObjectShell,SfxShell,SfxResId(0))
262 void SfxObjectShell::PrintExec_Impl(SfxRequest &rReq) in PrintExec_Impl()
274 void SfxObjectShell::PrintState_Impl(SfxItemSet &rSet) in PrintState_Impl()
288 sal_Bool SfxObjectShell::APISaveAs_Impl in APISaveAs_Impl()
296 {DBG_CHKTHIS(SfxObjectShell, 0);} in APISaveAs_Impl()
352 void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq) in ExecFile_Impl()
354 {DBG_CHKTHIS(SfxObjectShell, 0);} in ExecFile_Impl()
902 void SfxObjectShell::GetState_Impl(SfxItemSet &rSet) in GetState_Impl()
904 DBG_CHKTHIS(SfxObjectShell, 0); in GetState_Impl()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx191 class SFX2_DLLPUBLIC SfxObjectShell : class
230 SfxObjectShell(SfxObjectCreateMode);
231SfxObjectShell( 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 );
[all …]
H A Dviewfrm.hxx44 class SfxObjectShell;
67 SV_DECL_REF(SfxObjectShell)
83 SAL_DLLPRIVATE void Construct_Impl( SfxObjectShell *pObjSh=NULL );
96 SfxViewFrame( SfxFrame& rFrame, SfxObjectShell *pDoc = NULL );
103 … static SfxViewFrame* LoadHiddenDocument( SfxObjectShell& i_rDoc, const sal_uInt16 i_nViewId );
104 static SfxViewFrame* LoadDocument( SfxObjectShell& i_rDoc, const sal_uInt16 i_nViewId );
105 …static SfxViewFrame* LoadDocumentIntoFrame( SfxObjectShell& i_rDoc, const SfxFrameItem* i_pFram…
106 …static SfxViewFrame* LoadDocumentIntoFrame( SfxObjectShell& i_rDoc, const ::com::sun::star::uno…
107 …static SfxViewFrame* DisplayNewDocument( SfxObjectShell& i_rDoc, const SfxRequest& i_rCreateDoc…
110 …static SfxViewFrame* GetFirst( const SfxObjectShell* pDoc = 0, sal_Bool bOnlyVisible = sal_True…
[all …]
H A Devent.hxx41 class SfxObjectShell;
47 SfxObjectShell* pObjShell;
53 SfxEventHint( sal_uInt16 nId, const ::rtl::OUString& aName, SfxObjectShell *pObj = 0 ) in SfxEventHint()
65 SfxObjectShell* GetObjShell() const in GetObjShell()
78 …SfxViewEventHint( sal_uInt16 nId, const ::rtl::OUString& aName, SfxObjectShell *pObj, const css::u… in SfxViewEventHint()
83 …SfxViewEventHint( sal_uInt16 nId, const ::rtl::OUString& aName, SfxObjectShell *pObj, const css::u… in SfxViewEventHint()
97 SfxObjectShell* _pObjShell;
105 SfxObjectShell *pObj = 0 ) in SfxNamedHint()
112 SfxObjectShell *pObj = 0 ) in SfxNamedHint()
119 SfxObjectShell* GetObjShell() const { return _pObjShell; } in GetObjShell()
[all …]
/trunk/main/sfx2/source/appl/
H A Dappdde.cxx97 SfxObjectShell* pSh;
101 SfxDdeDocTopic_Impl( SfxObjectShell* pShell ) in SfxDdeDocTopic_Impl()
274 long SfxObjectShell::DdeExecute in DdeExecute()
303 long SfxObjectShell::DdeGetData in DdeGetData()
325 long SfxObjectShell::DdeSetData in DdeSetData()
346 ::sfx2::SvLinkSource* SfxObjectShell::DdeCreateLinkSource in DdeCreateLinkSource()
491 void SfxApplication::AddDdeTopic( SfxObjectShell* pSh ) in AddDdeTopic()
523 void SfxApplication::RemoveDdeTopic( SfxObjectShell* pSh ) in RemoveDdeTopic()
564 TypeId aType( TYPE(SfxObjectShell) ); in MakeTopic()
565 SfxObjectShell* pShell = SfxObjectShell::GetFirst( &aType ); in MakeTopic()
[all …]
H A Dappserv.cxx172 for ( SfxObjectShell *pObjSh = SfxObjectShell::GetFirst(); in MiscExec_Impl()
173 pObjSh; pObjSh = SfxObjectShell::GetNext( *pObjSh ) ) in MiscExec_Impl()
311 for ( SfxObjectShell *pObjSh = SfxObjectShell::GetFirst(); in MiscExec_Impl()
313 pObjSh = SfxObjectShell::GetNext( *pObjSh ) ) in MiscExec_Impl()
622 for ( SfxObjectShell *pObjSh = SfxObjectShell::GetFirst(); in MiscState_Impl()
624 pObjSh = SfxObjectShell::GetNext( *pObjSh ) ) in MiscState_Impl()
740 SfxViewFrame* lcl_getBasicIDEViewFrame( SfxObjectShell* i_pBasicIDE ) in lcl_getBasicIDEViewFrame()
898SfxObjectShell* pBasicIDE = SfxObjectShell::CreateObject( lcl_getBasicIDEServiceName() ); in OfaExec_Impl()
940 SfxObjectShell* pObjShell = pView->GetObjectShell(); in OfaExec_Impl()
966 SfxObjectShell* pCurrentShell = SfxObjectShell::Current(); in OfaExec_Impl()
[all …]
H A Dlinkmgr2.cxx71 LinkManager::LinkManager(SfxObjectShell* p) in SV_IMPL_PTRARR()
169 SfxObjectShell* persist = GetPersist(); in Insert()
315 SfxObjectShell* pShell = pLink->GetLinkManager()->GetPersist(); in SetUserAllowsLinkUpdate()
604 SfxObjectShell* pFndShell = 0; in Connect()
620 TypeId aType( TYPE(SfxObjectShell) ); in Connect()
623 SfxObjectShell* pShell = pLink->GetLinkManager()->GetPersist(); in Connect()
638 pShell = SfxObjectShell::GetFirst( &aType, sal_False ); in Connect()
660 pShell = SfxObjectShell::GetFirst( &aType, sal_False ); in Connect()
663 pShell = SfxObjectShell::GetNext( *pShell, &aType, sal_False ); in Connect()
699 pFndShell = SfxObjectShell::CreateAndLoadObject( aArgs ); in Connect()
/trunk/main/sc/source/filter/inc/
H A Dfprogressbar.hxx31 class SfxObjectShell;
112 explicit ScfProgressBar( SfxObjectShell* pDocShell, const String& rText );
113 explicit ScfProgressBar( SfxObjectShell* pDocShell, sal_uInt16 nResId );
148 void Init( SfxObjectShell* pDocShell );
178 SfxObjectShell* mpDocShell; /// The document shell for the progress bar.
197 …explicit ScfSimpleProgressBar( sal_Size nSize, SfxObjectShell* pDocShell, const String&…
198 …explicit ScfSimpleProgressBar( sal_Size nSize, SfxObjectShell* pDocShell, sal_uInt16 nR…
220 …explicit ScfStreamProgressBar( SvStream& rStrm, SfxObjectShell* pDocShell, sal_uInt16 n…
227 void Init( SfxObjectShell* pDocShell, const String& rText );
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx75 SfxObjectShell* findShellForUrl( const rtl::OUString& sMacroURLOrPath ) in findShellForUrl()
77 SfxObjectShell* pFoundShell=NULL; in findShellForUrl()
78 SfxObjectShell* pShell = SfxObjectShell::GetFirst(); in findShellForUrl()
163 pShell = SfxObjectShell::GetNext( *pShell ); in findShellForUrl()
171 bool hasMacro( SfxObjectShell* pShell, const String& sLibrary, String& sMod, const String& sMacro ) in hasMacro()
224 ::rtl::OUString getDefaultProjectName( SfxObjectShell* pShell ) in getDefaultProjectName()
257 ::rtl::OUString resolveVBAMacro( SfxObjectShell* pShell, const ::rtl::OUString& rLibName, const ::r… in resolveVBAMacro()
269 MacroResolvedInfo resolveVBAMacro( SfxObjectShell* pShell, const rtl::OUString& MacroName, bool bSe… in resolveVBAMacro()
289 SfxObjectShell* pFoundShell = 0; in resolveVBAMacro()
427 sal_Bool executeMacro( SfxObjectShell* pShell, const String& sMacroName, uno::Sequence< uno::Any >&… in executeMacro()
[all …]
/trunk/main/svx/inc/svx/
H A Dfmmodel.hxx30 class SfxObjectShell;
34 class SfxObjectShell;
45 SfxObjectShell* m_pObjShell;
56 FmFormModel(SfxItemPool* pPool=NULL, SfxObjectShell* pPers=NULL );
57 FmFormModel(const XubString& rPath, SfxItemPool* pPool=NULL, SfxObjectShell* pPers=NULL );
68 SfxObjectShell* GetObjectShell() const { return m_pObjShell; } in GetObjectShell()
69 void SetObjectShell( SfxObjectShell* pShell );
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx132 … ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute()
156 … ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in Execute()
191 … ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute()
229 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute()
358 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
375 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in GetState()
404 PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
414 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
421 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
428 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
[all …]
/trunk/main/sd/source/ui/docshell/
H A Ddocshell.cxx96 SFX_IMPL_INTERFACE(DrawDocShell, SfxObjectShell, SdResId(0))
117 TYPEINIT1( DrawDocShell, SfxObjectShell );
162 SfxObjectShell( eMode == SFX_CREATE_MODE_INTERNAL ? SFX_CREATE_MODE_EMBEDDED : eMode), in DrawDocShell()
184 SfxObjectShell( nModelCreationFlags ), in DrawDocShell()
208 SfxObjectShell(eMode == SFX_CREATE_MODE_INTERNAL ? SFX_CREATE_MODE_EMBEDDED : eMode), in DrawDocShell()
300 GetSlotState(SID_CLOSEDOC, SfxObjectShell::GetInterface(), &rSet); in GetState()
327 GetSlotState( SID_VERSION, SfxObjectShell::GetInterface(), &rSet ); in GetState()
399 SfxObjectShell::InPlaceActivate( bActive ); in InPlaceActivate()
534 SfxObjectShell::SetModified( bSet ); in SetModified()
H A Ddocshel3.cxx126 SfxObjectShell* pFirstShell = SfxObjectShell::GetFirst(); in Execute()
127 SfxObjectShell* pShell = pFirstShell; in Execute()
136 pShell = SfxObjectShell::GetNext(*pShell); in Execute()
187 ExecuteSlot(rReq, SfxObjectShell::GetStaticInterface()); in Execute()
206 ExecuteSlot( rReq, SfxObjectShell::GetStaticInterface() ); in Execute()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsvbahelper.hxx40 SfxObjectShell* mpDocContext;
44 …inline explicit MacroResolvedInfo( SfxObjectShell* pDocContext = 0 ) : mpDocContext( pDocContext )… in MacroResolvedInfo()
49 MSFILTER_DLLPUBLIC ::rtl::OUString getDefaultProjectName( SfxObjectShell* pShell );
50 MSFILTER_DLLPUBLIC ::rtl::OUString resolveVBAMacro( SfxObjectShell* pShell, const ::rtl::OUString& …
51 MSFILTER_DLLPUBLIC MacroResolvedInfo resolveVBAMacro( SfxObjectShell* pShell, const ::rtl::OUString…
52 MSFILTER_DLLPUBLIC sal_Bool executeMacro( SfxObjectShell* pShell, const String& sMacroName, com::su…
97 SfxObjectShell* mpObjShell;
/trunk/main/sc/source/filter/ftools/
H A Dfprogressbar.cxx45 ScfProgressBar::ScfProgressBar( SfxObjectShell* pDocShell, const String& rText ) : in ScfProgressBar()
51 ScfProgressBar::ScfProgressBar( SfxObjectShell* pDocShell, sal_uInt16 nResId ) : in ScfProgressBar()
68 void ScfProgressBar::Init( SfxObjectShell* pDocShell ) in Init()
206 ScfSimpleProgressBar::ScfSimpleProgressBar( sal_Size nSize, SfxObjectShell* pDocShell, const String… in ScfSimpleProgressBar()
212 ScfSimpleProgressBar::ScfSimpleProgressBar( sal_Size nSize, SfxObjectShell* pDocShell, sal_uInt16 n… in ScfSimpleProgressBar()
233 ScfStreamProgressBar::ScfStreamProgressBar( SvStream& rStrm, SfxObjectShell* pDocShell, sal_uInt16 … in ScfStreamProgressBar()
244 void ScfStreamProgressBar::Init( SfxObjectShell* pDocShell, const String& rText ) in Init()
/trunk/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx94 ScDocShell* pDocShell = (ScDocShell*)SfxObjectShell::GetFirst(&aType); in enableInput()
123 pDocShell = (ScDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in enableInput()
564 ScDocShell* pDocShell = (ScDocShell*)SfxObjectShell::GetFirst(&aType); in SetDispatcherLock()
576 pDocShell = (ScDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in SetDispatcherLock()
593 ScDocShell* pDocShell = (ScDocShell*)SfxObjectShell::GetFirst(&aType); in EnableSpreadsheets()
622 pDocShell = (ScDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in EnableSpreadsheets()
633 ScDocShell* pDocShell = (ScDocShell*)SfxObjectShell::GetFirst(&aType); in lcl_InvalidateWindows()
658 pDocShell = (ScDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in lcl_InvalidateWindows()
711 SfxObjectShell* pParentDoc = NULL; in EnterRefMode()
796 SfxObjectShell* pObjSh = pCurrent->GetObjectShell(); in SwitchToDocument()
[all …]
/trunk/main/svx/source/tbxctrls/
H A Ditemwin.cxx95 mpSh = SfxObjectShell::Current(); in IMPL_LINK()
130 SfxObjectShell::Current() && in Select()
131 SfxObjectShell::Current()->GetItem( SID_DASH_LIST ) ) in Select()
136 SfxObjectShell::Current()->GetItem( SID_DASH_LIST ) ) ); in Select()
275 mpSh = SfxObjectShell::Current(); in FillControl()
306 SfxObjectShell* pSh = SfxObjectShell::Current(); in SvxColorBox()
321 SfxObjectShell* pSh = SfxObjectShell::Current(); in IMPL_LINK()
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx318 SfxObjectShell* pSh = SfxObjectShell::Current(); in IMPL_LINK()
493 SfxObjectShell* pSh = SfxObjectShell::Current(); in IMPL_LINK()
1083 const SfxObjectShell* pSh = SfxObjectShell::Current(); in NotifyItemUpdate()
1108 const SfxObjectShell* pSh = SfxObjectShell::Current(); in NotifyItemUpdate()
1133 const SfxObjectShell* pSh = SfxObjectShell::Current(); in NotifyItemUpdate()
1158 const SfxObjectShell* pSh = SfxObjectShell::Current(); in NotifyItemUpdate()
1193 SfxObjectShell* pSh = SfxObjectShell::Current(); in Update()
/trunk/main/sfx2/source/bastyp/
H A Dprogress.cxx119 SfxObjectShell* pDoc = bAllDocs ? NULL : (SfxObjectShell*) xObjSh; in Enable_Impl()
149 SfxObjectShell* pObjSh, /* SfxObjectShell, an der die Aktion ausgeführt in SfxProgress()
383 SfxObjectShell* pObjSh = pImp->xObjSh; in SetState()
533 for ( SfxObjectShell *pDocSh = SfxObjectShell::GetFirst(); in Lock()
535 pDocSh = SfxObjectShell::GetNext(*pDocSh) ) in Lock()
669 SfxObjectShell* pDocSh /* <SfxObjectShell>, die nach einem laufenden in GetActiveProgress()
/trunk/main/sc/source/ui/app/
H A Dscmod.cxx229 SfxObjectShell* pObjSh = SfxObjectShell::GetFirst(); in ConfigurationChanged()
240 pObjSh = SfxObjectShell::GetNext( *pObjSh ); in ConfigurationChanged()
274 SfxObjectShell* pObjSh = SfxObjectShell::GetFirst(); in ConfigurationChanged()
290 pObjSh = SfxObjectShell::GetNext( *pObjSh ); in ConfigurationChanged()
407 ScDocShell* pDocSh = PTR_CAST(ScDocShell, SfxObjectShell::Current()); in Execute()
510 ScDocShell* pDocSh = PTR_CAST(ScDocShell, SfxObjectShell::Current()); in Execute()
602 ScDocShell* pDocSh = PTR_CAST(ScDocShell, SfxObjectShell::Current()); in GetState()
617 ScDocShell* pDocSh = PTR_CAST(ScDocShell, SfxObjectShell::Current()); in GetState()
973 ScDocShell* pDocSh = PTR_CAST(ScDocShell, SfxObjectShell::Current()); in ModifyOptions()
1297 SfxObjectShell* pObjSh = SfxObjectShell::GetFirst(); in ModifyOptions()
[all …]

12345678910>>...17