Home
last modified time | relevance | path

Searched refs:pObjSh (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/sc/source/core/tool/
H A Dprogress.cxx61 sal_Bool lcl_IsHiddenDocument( SfxObjectShell* pObjSh ) in lcl_IsHiddenDocument() argument
63 if (pObjSh) in lcl_IsHiddenDocument()
65 SfxMedium* pMed = pObjSh->GetMedium(); in lcl_IsHiddenDocument()
86 ScProgress::ScProgress( SfxObjectShell* pObjSh, const String& rText, in ScProgress() argument
92 if ( lcl_IsHiddenDocument(pObjSh) ) in ScProgress()
111 else if ( pObjSh && ( pObjSh->GetCreateMode() == SFX_CREATE_MODE_EMBEDDED || in ScProgress()
112 pObjSh->GetProgress() || in ScProgress()
113 lcl_HasControllersLocked(*pObjSh) ) ) in ScProgress()
123 pProgress = new SfxProgress( pObjSh, rText, nRange, bAllDocs, bWait ); in ScProgress()
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx173 pObjSh; pObjSh = SfxObjectShell::GetNext( *pObjSh ) ) in MiscExec_Impl()
175 if ( !pObjSh->IsModified() ) in MiscExec_Impl()
182 if ( pObjSh->PrepareClose(2) ) in MiscExec_Impl()
183 pObjSh->SetModified( sal_False ); in MiscExec_Impl()
312 pObjSh; in MiscExec_Impl()
313 pObjSh = SfxObjectShell::GetNext( *pObjSh ) ) in MiscExec_Impl()
316 if ( pObjSh->IsModified() ) in MiscExec_Impl()
318 pObjSh->ExecuteSlot( aReq ); in MiscExec_Impl()
623 pObjSh; in MiscState_Impl()
624 pObjSh = SfxObjectShell::GetNext( *pObjSh ) ) in MiscState_Impl()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx114 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in getForeground() local
115 if ( pObjSh ) in getForeground()
155 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in getBackground() local
156 if ( pObjSh ) in getBackground()
355 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in GetNote() local
356 if ( pObjSh ) in GetNote()
404 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in getShadowAttrs() local
405 if ( pObjSh ) in getShadowAttrs()
407 uno::Reference <sheet::XSpreadsheetDocument> xSpreadDoc( pObjSh->GetModel(), uno::UNO_QUERY ); in getShadowAttrs()
490 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in getBorderAttrs() local
[all …]
H A DAccessibleEditObject.cxx422 SfxObjectShell* pObjSh = m_pScDoc->GetDocumentShell(); in GetFgBgColor() local
423 if ( pObjSh ) in GetFgBgColor()
425 … uno::Reference <sheet::XSpreadsheetDocument> xSpreadDoc( pObjSh->GetModel(), uno::UNO_QUERY ); in GetFgBgColor()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx367 if ( pObjSh && pObjSh->ISA(ScDocShell) ) in setPropertyValue()
369 ScDocShell* pDocSh = (ScDocShell*)pObjSh; in setPropertyValue()
491 if ( pObjSh && pObjSh->ISA(ScDocShell) ) in setPropertyValue()
589 if ( pObjSh && pObjSh->ISA(ScDocShell) ) in setPropertyValue()
671 if ( pObjSh && pObjSh->ISA(ScDocShell) ) in getPropertyValue()
673 ScDocShell* pDocSh = (ScDocShell*)pObjSh; in getPropertyValue()
1022 SfxObjectShell* pObjSh = pDoc->GetDocumentShell(); in getAnchor() local
1023 if ( pObjSh && pObjSh->ISA(ScDocShell) ) in getAnchor()
1025 ScDocShell* pDocSh = (ScDocShell*)pObjSh; in getAnchor()
1283 if ( pObjSh && pObjSh->ISA(ScDocShell) ) in getParent()
[all …]
/trunk/main/sfx2/source/bastyp/
H A Dprogress.cxx149 SfxObjectShell* pObjSh, /* SfxObjectShell, an der die Aktion ausgeführt in SfxProgress() argument
180 pImp->xObjSh = pObjSh; in SfxProgress()
194 pImp->pActiveProgress = GetActiveProgress( pObjSh ); in SfxProgress()
195 if ( pObjSh ) in SfxProgress()
196 pObjSh->SetProgress_Impl(this); in SfxProgress()
383 SfxObjectShell* pObjSh = pImp->xObjSh; in SetState() local
385 DBG_ASSERT( pImp->pView || pObjSh, "Can't make progress bar!"); in SetState()
386 if ( pObjSh && ( !pImp->pView || pObjSh != pImp->pView->GetObjectShell() ) ) in SetState()
389 SfxViewFrame* pDocView = SfxViewFrame::GetFirst( pObjSh ); in SetState()
395 SfxMedium* pMedium = pObjSh->GetMedium(); in SetState()
/trunk/main/sfx2/source/doc/
H A Dobjitem.cxx44 return PTR_CAST(SfxObjectShellItem, &rItem)->pObjSh == pObjSh;
58 return new SfxObjectShellItem( Which(), pObjSh ); in Clone()
65 if ( pObjSh ) in QueryValue()
69 rVal <<= pObjSh->GetModel(); in QueryValue()
98pObjSh = reinterpret_cast< SfxObjectShell* >(sal::static_int_cast<sal_IntPtr>( nHandle )); in PutValue()
104 pObjSh = 0; in PutValue()
H A Dobjmisc.cxx1226 const SfxObjectShell* pObjSh = GetCurrentDocument(); in IsAutoLoadLocked_Impl() local
1227 if ( !pObjSh || !pObjSh->IsAutoLoadLocked() ) in IsAutoLoadLocked_Impl()
1617 : aUrl( rURL ), bReload( bReloadP ), pObjSh( pSh ) in AutoReloadTimer_Impl()
1626 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( pObjSh ); in Timeout()
1631 … if ( !pObjSh->CanReload_Impl() || pObjSh->IsAutoLoadLocked() || Application::IsUICaptured() ) in Timeout()
1643 pObjSh->Get_Impl()->pReloadTimer = 0; in Timeout()
1649 pObjSh->Get_Impl()->pReloadTimer = 0; in Timeout()
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx413 SfxObjectShell* pObjSh = rDoc.GetDocumentShell(); in Import() local
414 if ( pObjSh ) in Import()
417 uno::Reference<frame::XModel> xModel(pObjSh->GetModel()); in Import()
514 pObjSh->GetMedium()->GetInteractionHandler() ); in Import()
564 if( pObjSh ) in Import()
717 SfxObjectShell* pObjSh = rDoc.GetDocumentShell(); in lcl_HasValidStream() local
718 if ( pObjSh->IsDocShared() ) in lcl_HasValidStream()
883 SfxObjectShell* pObjSh = rDoc.GetDocumentShell(); in Export() local
907 if ( pObjSh && xStorage.is() ) in Export()
909 pObjSh->UpdateDocInfoForSave(); // update information in Export()
[all …]
/trunk/main/sfx2/source/view/
H A Dviewfrm2.cxx187 SfxObjectShell *pObjSh = GetObjectShell(); in UpdateTitle() local
188 if ( !pObjSh ) in UpdateTitle()
195 const SfxMedium *pMedium = pObjSh->GetMedium(); in UpdateTitle()
198 if ( pObjSh->HasName() ) in UpdateTitle()
210 for ( SfxViewFrame *pView= GetFirst(pObjSh); in UpdateTitle()
212 pView = GetNext(*pView,pObjSh) ) in UpdateTitle()
221 aTitle = pObjSh->UpdateTitle( NULL, pImp->nDocViewNo ); in UpdateTitle()
223 aTitle = pObjSh->UpdateTitle(); in UpdateTitle()
226 String aSbxName = pObjSh->SfxShell::GetName(); in UpdateTitle()
H A Dviewfrm.cxx1486 void SfxViewFrame::Construct_Impl( SfxObjectShell *pObjSh ) in Construct_Impl() argument
1507 xObjSh = pObjSh; in Construct_Impl()
1511 if ( pObjSh ) in Construct_Impl()
1518 pDispatcher->Push( *pObjSh ); in Construct_Impl()
1520 StartListening( *pObjSh ); in Construct_Impl()
1521 pObjSh->ViewAssigned(); in Construct_Impl()
1522 Notify( *pObjSh, SfxSimpleHint(SFX_HINT_TITLECHANGED) ); in Construct_Impl()
1523 Notify( *pObjSh, SfxSimpleHint(SFX_HINT_DOCCHANGED) ); in Construct_Impl()
1524 pDispatcher->SetReadOnly_Impl( pObjSh->IsReadOnly() ); in Construct_Impl()
1721 SfxObjectShell *pObjSh = GetObjectShell(); in GetProgress() local
[all …]
/trunk/main/forms/source/component/
H A Dclickableimage.cxx766 SfxObjectShell *pObjSh = 0; in SetURL() local
775 pObjSh = pTestObjSh; in SetURL()
777 if( !pObjSh ) in SetURL()
780 while( !pObjSh && pTestObjSh ) in SetURL()
784 pObjSh = pTestObjSh; in SetURL()
792 if( pObjSh ) in SetURL()
795 pObjSh->RegisterTransfer( *m_pMedium ); in SetURL()
799 const SfxMedium *pShMedium = pObjSh->GetMedium(); in SetURL()
815 if( pObjSh ) in SetURL()
819 const SfxMedium *pShMedium = pObjSh->GetMedium(); in SetURL()
/trunk/main/sc/source/ui/app/
H A Dscmod.cxx230 while ( pObjSh ) in ConfigurationChanged()
232 if ( pObjSh->Type() == TYPE(ScDocShell) ) in ConfigurationChanged()
234 ScDocShell* pDocSh = ((ScDocShell*)pObjSh); in ConfigurationChanged()
240 pObjSh = SfxObjectShell::GetNext( *pObjSh ); in ConfigurationChanged()
275 while ( pObjSh ) in ConfigurationChanged()
277 if ( pObjSh->Type() == TYPE(ScDocShell) ) in ConfigurationChanged()
279 ScDocShell* pDocSh = ((ScDocShell*)pObjSh); in ConfigurationChanged()
290 pObjSh = SfxObjectShell::GetNext( *pObjSh ); in ConfigurationChanged()
1298 while ( pObjSh ) in ModifyOptions()
1300 if ( pObjSh->Type() == TYPE(ScDocShell) ) in ModifyOptions()
[all …]
H A Dinputwin.cxx1077 SfxObjectShell* pObjSh = SfxObjectShell::Current(); in StartEditEngine() local
1078 if ( pObjSh && pObjSh->IsInModalMode() ) in StartEditEngine()
1151 if ( pObjSh && pObjSh->ISA(ScDocShell) ) in StartEditEngine()
1153 ScDocument* pDoc = ((ScDocShell*)pObjSh)->GetDocument(); // any document in StartEditEngine()
1235 SfxObjectShell* pObjSh = SfxObjectShell::Current(); in SetTextString() local
1236 if ( pObjSh && pObjSh->ISA(ScDocShell) ) in SetTextString()
1239 ScDocument* pDoc = ((ScDocShell*)pObjSh)->GetDocument(); in SetTextString()
1465 SfxObjectShell* pObjSh = SfxObjectShell::Current(); in FillRangeNames() local
1466 if ( pObjSh && pObjSh->ISA(ScDocShell) ) in FillRangeNames()
1468 ScDocument* pDoc = ((ScDocShell*)pObjSh)->GetDocument(); in FillRangeNames()
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx852 const SfxObjectShell* pObjSh = SfxObjectShell::GetFirst(); in ConfigurationChanged() local
853 while( pObjSh ) in ConfigurationChanged()
855 if( pObjSh->IsA(TYPE(SwDocShell)) ) in ConfigurationChanged()
857 const SwDoc* pDoc = ((SwDocShell*)pObjSh)->GetDoc(); in ConfigurationChanged()
863 pObjSh = SfxObjectShell::GetNext(*pObjSh); in ConfigurationChanged()
/trunk/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx796 SfxObjectShell* pObjSh = pCurrent->GetObjectShell(); in SwitchToDocument() local
797 if ( pObjSh && pObjSh->GetTitle() == aDocName ) in SwitchToDocument()
808 SfxObjectShell* pObjSh = pSh->GetObjectShell(); in SwitchToDocument() local
809 if ( pObjSh && pObjSh->GetTitle() == aDocName ) in SwitchToDocument()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx97 SfxObjectShell* pObjSh = SfxObjectShell::GetFirst( &aScType ); in GetManualOrCurrent() local
98 while ( pObjSh && !pSh ) in GetManualOrCurrent()
100 if ( pObjSh->GetTitle() == aManualDoc ) in GetManualOrCurrent()
101 pSh = PTR_CAST( ScDocShell, pObjSh ); in GetManualOrCurrent()
102 pObjSh = SfxObjectShell::GetNext( *pObjSh, &aScType ); in GetManualOrCurrent()
113 SfxObjectShell* pObjSh = pViewSh->GetViewFrame()->GetObjectShell(); in GetManualOrCurrent() local
114 pSh = PTR_CAST( ScDocShell, pObjSh ); in GetManualOrCurrent()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx843 SfxObjectShell* pObjSh; member in AutoReloadTimer_Impl
856 SfxObjectShell* pObjSh; member in SfxObjectShellItem
862 pObjSh( 0 ) in SfxObjectShellItem()
866 pObjSh( pObjShell ) in SfxObjectShellItem()
871 pObjSh( pObjShell ) in SfxObjectShellItem()
880 { return pObjSh; } in GetObjectShell()
/trunk/main/sc/source/ui/undo/
H A Dareasave.cxx97 SfxObjectShell* pObjSh = pDoc->GetDocumentShell(); in InsertNewLink() local
99 if ( pLinkManager && pObjSh ) in InsertNewLink()
101 ScAreaLink* pLink = new ScAreaLink( pObjSh, aFileName, aFilterName, aOptions, in InsertNewLink()
/trunk/main/sw/source/ui/chrdlg/
H A Dnumpara.cxx88 SfxObjectShell* pObjSh; in SwParagraphNumTabPage() local
90 ( 0 != ( pObjSh = SfxObjectShell::Current()) && in SwParagraphNumTabPage()
91 0 != (pItem = pObjSh->GetItem(SID_HTML_MODE)))) in SwParagraphNumTabPage()
/trunk/main/basctl/source/basicide/
H A Dbaside2.hxx72 inline ProgressInfo( SfxObjectShell* pObjSh, const String& rText, sal_uLong nRange );
79 inline ProgressInfo::ProgressInfo( SfxObjectShell* pObjSh, const String& rText, sal_uLong nRange ) in ProgressInfo() argument
80 : SfxProgress( pObjSh, rText, nRange ) in ProgressInfo()
H A Dunomodel.cxx45 SIDEModel::SIDEModel( SfxObjectShell *pObjSh ) in SIDEModel() argument
46 : SfxBaseModel(pObjSh) in SIDEModel()
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel.cxx217 SfxObjectShell* pObjSh = SfxObjectShell::Current(); in MouseButtonDown() local
218 if ( pObjSh && SfxApplication::IsXScriptURL( pInfo->GetMacro() ) ) in MouseButtonDown()
225 pObjSh->CallXScript( pInfo->GetMacro(), in MouseButtonDown()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx149 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in Read() local
150 sal_Bool bLoading = pObjSh && pObjSh->IsLoading(); in Read()
155 pAttributes = pObjSh->GetHeaderAttributes(); in Read()
2791 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in Read() local
2792 if( pObjSh && pObjSh->IsLoading() ) in Read()
2794 pAttributes = pObjSh->GetHeaderAttributes(); in Read()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx220 SfxObjectShell* pObjSh = pDocument ? pDocument->GetDocumentShell() : NULL; in ScDrawLayer() local
221 if ( pObjSh ) in ScDrawLayer()
223 SetObjectShell( pObjSh ); in ScDrawLayer()
226 …const SvxColorTableItem* pColItem = static_cast< const SvxColorTableItem* >(pObjSh->GetItem( SID_C… in ScDrawLayer()
372 SfxObjectShell* pObjSh = pDoc->GetDocumentShell(); in GetCurDocViewWin() local
374 if (pViewSh && pViewSh->GetObjectShell() == pObjSh) in GetCurDocViewWin()

Completed in 156 milliseconds

12