Home
last modified time | relevance | path

Searched refs:pDocShell (Results 1 – 25 of 229) sorted by relevance

12345678910

/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx369 if (pDocShell) in ~ScModelObj()
407 if (pDocShell) in GetDocument()
429 if (pDocShell) in BeforeXMLLoading()
435 if (pDocShell) in AfterXMLLoading()
637 if (pDocShell) in getSheets()
648 if (pDocShell) in getStyleFamilies()
1311 if (pDocShell) in getLinks()
1322 if (pDocShell) in isActionLocked()
1330 if (pDocShell) in addActionLock()
1337 if (pDocShell) in removeActionLock()
[all …]
H A Dservuno.cxx418 if (pDocShell) in MakeInstance()
423 if (pDocShell) in MakeInstance()
427 if (pDocShell) in MakeInstance()
436 if (pDocShell) in MakeInstance()
440 if (pDocShell) in MakeInstance()
444 if (pDocShell) in MakeInstance()
448 if (pDocShell) in MakeInstance()
452 if (pDocShell) in MakeInstance()
456 if (pDocShell) in MakeInstance()
525 if (pDocShell && pDocShell->GetDocument()) in MakeInstance()
[all …]
H A Dnameuno.cxx98 if (pDocShell) in ~ScNamedRangeObj()
115 if (pDocShell) in GetRangeData_Impl()
307 if (pDocShell) in getReferencePosition()
543 if (pDocShell) in ~ScNamedRangesObj()
562 if (pDocShell) in GetObjectByIndex_Impl()
609 if (pDocShell) in ImplAddNewByScopeAndName()
715 if (pDocShell) in ImplRemoveByScopeAndName()
762 if (pDocShell) in outputList()
784 if (pDocShell) in getCount()
852 if (pDocShell) in getElementNames()
[all …]
H A Dlinkuno.cxx101 if (pDocShell) in ~ScSheetLinkObj()
125 if (pDocShell) in GetLink_Impl()
399 if (pDocShell) in ~ScSheetLinksObj()
418 if (pDocShell) in GetObjectByIndex_Impl()
446 if (pDocShell) in GetObjectByName_Impl()
480 if (pDocShell) in getCount()
543 if (pDocShell) in hasByName()
566 if (pDocShell) in getElementNames()
599 if (pDocShell) in lcl_GetAreaLink()
628 if (pDocShell) in ~ScAreaLinkObj()
[all …]
H A Dchartuno.cxx68 if (pDocShell) in lcl_FindChartObj()
103 pDocShell( pDocSh ), in ScChartsObj()
111 if (pDocShell) in ~ScChartsObj()
129 if ( pDocShell ) in GetObjectByIndex_Impl()
183 if (!pDocShell) in addNewByName()
342 if ( pDocShell ) in getCount()
407 if (pDocShell) in getElementNames()
461 ,pDocShell( pDocSh ) in ScChartObj()
477 if (pDocShell) in ~ScChartObj()
495 ScDocument* pDoc = (pDocShell? pDocShell->GetDocument(): 0); in GetData_Impl()
[all …]
H A Dconfuno.cxx96 : pDocShell(pDocSh) , in ScDocumentConfiguration()
104 if (pDocShell) in ~ScDocumentConfiguration()
115 pDocShell = NULL; // ungueltig geworden in Notify()
138 if(pDocShell) in setPropertyValue()
140 ScDocument* pDoc = pDocShell->GetDocument(); in setPropertyValue()
233 pDocShell->SetUseUserData( bTmp ); in setPropertyValue()
267 pDocShell->SetLoadReadonly( bTmp ); in setPropertyValue()
321 pDocShell->SetDocumentModified(); in setPropertyValue()
338 if(pDocShell) in getPropertyValue()
404 aRet <<= pDocShell->IsUseUserData(); in getPropertyValue()
[all …]
H A Dstyleuno.cxx562 if (pDocShell) in ~ScStyleFamiliesObj()
581 if ( pDocShell ) in GetObjectByType_Impl()
602 if ( pDocShell ) in GetObjectByName_Impl()
753 if (pDocShell) in ~ScStyleFamilyObj()
772 if ( pDocShell ) in GetObjectByIndex_Impl()
792 if ( pDocShell ) in GetObjectByName_Impl()
866 if ( pDocShell ) in removeByName()
920 if ( pDocShell ) in getCount()
976 if ( pDocShell ) in getElementNames()
1101 if (pDocShell) in ScStyleObj()
[all …]
H A Ddefltuno.cxx91 pDocShell( pDocSh ), in ScDocDefaultsObj()
94 pDocShell->GetDocument()->AddUnoObject(*this); in ScDocDefaultsObj()
99 if (pDocShell) in ~ScDocDefaultsObj()
108 pDocShell = NULL; // document gone in Notify()
114 if (pDocShell) in ItemsChanged()
141 if ( !pDocShell ) in setPropertyValue()
151 ScDocument* pDoc = pDocShell->GetDocument(); in setPropertyValue()
235 if ( !pDocShell ) in getPropertyValue()
292 if ( !pDocShell ) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
341 if ( !pDocShell ) in setPropertyToDefault()
[all …]
H A Dtarguno.cxx85 pDocShell( pDocSh ) in ScLinkTargetTypesObj()
87 pDocShell->GetDocument()->AddUnoObject(*this); in ScLinkTargetTypesObj()
95 if (pDocShell) in ~ScLinkTargetTypesObj()
96 pDocShell->GetDocument()->RemoveUnoObject(*this); in ~ScLinkTargetTypesObj()
102 pDocShell = NULL; // document gone in Notify()
110 if (pDocShell) in getByName()
155 pDocShell( pDocSh ), in ScLinkTargetTypeObj()
158 pDocShell->GetDocument()->AddUnoObject(*this); in ScLinkTargetTypeObj()
164 if (pDocShell) in ~ScLinkTargetTypeObj()
171 pDocShell = NULL; // document gone in Notify()
[all …]
H A Deditsrc.cxx191 pDocShell( pDocSh ), in ScAnnotationEditSource()
197 if (pDocShell) in ScAnnotationEditSource()
198 pDocShell->GetDocument()->AddUnoObject(*this); in ScAnnotationEditSource()
205 if (pDocShell) in ~ScAnnotationEditSource()
206 pDocShell->GetDocument()->RemoveUnoObject(*this); in ~ScAnnotationEditSource()
214 return new ScAnnotationEditSource( pDocShell, aCellPos ); in Clone()
228 if ( pDocShell ) in GetTextForwarder()
244 if ( pDocShell ) in GetTextForwarder()
255 if ( pDocShell && pEditEngine ) in UpdateData()
257 ScDocShellModificator aModificator( *pDocShell ); in UpdateData()
[all …]
/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx505 pDocShell->PostPaintGridAll(); in DoChange()
506 pDocShell->PostPaintExtras(); in DoChange()
507 pDocShell->PostDataChanged(); in DoChange()
598 pDocShell->PostPaintGridAll(); in DoChange()
599 pDocShell->PostPaintExtras(); in DoChange()
600 pDocShell->PostDataChanged(); in DoChange()
661 pDocShell->PostPaintExtras(); in DoChange()
662 pDocShell->PostDataChanged(); in DoChange()
876 pDocShell->PostDataChanged(); in Undo()
1149 pDocShell->UpdateLinks(); in DoChange()
[all …]
H A Dundoblk.cxx178 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
285 pDocShell->PostDataChanged(); in DoChange()
389 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
521 pDocShell->PostDataChanged(); in DoChange()
627 pDocShell->PostDataChanged(); in DoChange()
676 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
833 pDocShell->PostDataChanged(); in DoChange()
1077 pDocShell->PostDataChanged(); in DoChange()
1407 pDocShell->PostDataChanged(); in DoChange()
1519 pDocShell->PostDataChanged(); in Undo()
[all …]
H A Dundoblk3.cxx197 pDocShell->PostDataChanged(); in DoChange()
371 pDocShell->PostDataChanged(); in DoChange()
646 pDocShell->PostDataChanged(); in Undo()
728 pDocShell->PostDataChanged(); in Redo()
1173 pDocShell->PostPaintGridAll(); in Undo()
1338 pDocShell->PostDataChanged(); in Undo()
1692 pDocShell->PostPaintGridAll(); in Undo()
1693 pDocShell->PostPaintExtras(); in Undo()
1727 pDocShell->PostPaintGridAll(); in Redo()
1728 pDocShell->PostPaintExtras(); in Redo()
[all …]
H A Dundocell.cxx225 pDocShell->PostDataChanged(); in DoChange()
257 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
302 ScDocument* pDoc = pDocShell->GetDocument(); in Redo()
375 ScDocument* pDoc = pDocShell->GetDocument(); in SetChangeTrack()
397 pDocShell->PostPaintCell( aPos ); in Undo()
412 pDocShell->PostPaintCell( aPos ); in Redo()
483 pDocShell->PostPaintCell( aPos ); in Undo()
501 pDocShell->PostPaintCell( aPos ); in Redo()
645 ScPrintFunc aPrintFunc( pDocShell, pDocShell->GetPrinter(), nTab ); in DoChange()
844 pDocShell->PostPaintCell( maPos ); in Undo()
[all …]
H A Dundodat.cxx111 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
631 ScOutlineDocFunc aFunc( *pDocShell ); in Redo()
761 pDocShell->PostDataChanged(); in Undo()
877 pDocShell->PostDataChanged(); in Undo()
998 ScUndoUtil::MarkSimpleBlock( pDocShell, in Undo()
1062 pDocShell->PostDataChanged(); in Undo()
1355 pDocShell->PostDataChanged(); in Undo()
1427 pDocShell->PostDataChanged(); in Redo()
1594 pDocShell->PostDataChanged(); in Undo()
1897 pDocShell->PostDataChanged(); in Undo()
[all …]
H A Dundobase.cxx56 pDocShell( pDocSh ), in ScSimpleUndo()
104 pDocShell->SetInUndo( sal_True ); in BeginUndo()
117 pDocShell->SetDocumentModified(); in EndUndo()
127 pDocShell->SetInUndo( sal_False ); in EndUndo()
144 pDocShell->SetDocumentModified(); in EndRedo()
154 pDocShell->SetInUndo( sal_False ); in EndRedo()
230 ScDocument* pDoc = pDocShell->GetDocument(); in AdjustHeight()
295 ScDocument* pDoc = pDocShell->GetDocument(); in ScMoveUndo()
310 ScDocument* pDoc = pDocShell->GetDocument(); in UndoRef()
392 ScDocument* pDoc = pDocShell->GetDocument(); in EndUndo()
[all …]
/trunk/main/sw/source/ui/app/
H A Dmainwn.cxx49 SwDocShell *pDocShell; member
60 if ( pTmp->pDocShell == pDocShell ) in lcl_SwFindProgress()
68 SwDocShell *pDocShell ) in StartProgress() argument
84 pProgress->pProgress = new SfxProgress( pDocShell, in StartProgress()
90 pProgress->pDocShell = pDocShell; in StartProgress()
102 SwProgress *pProgress = lcl_SwFindProgress( pDocShell ); in SetProgressState()
109 void EndProgress( SwDocShell *pDocShell ) in EndProgress() argument
118 if ( pTmp->pDocShell == pDocShell ) in EndProgress()
144 SwProgress *pProgress = lcl_SwFindProgress( pDocShell ); in SetProgressText()
151 void RescheduleProgress( SwDocShell *pDocShell ) in RescheduleProgress() argument
[all …]
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx185 SwDocShell * pDocShell, in lcl_GetPrintUIOptions() argument
188 if (!pDocShell) in lcl_GetPrintUIOptions()
369 pDocShell(pShell), in SwXTextDocument()
444 if ( pDocShell->GetDoc() ) in GetNumberFormatter()
1537 pDocShell = 0; in Invalidate()
1545 if(pDocShell && pDocShell != pNewDocShell) in Reactivate()
1547 pDocShell = pNewDocShell; in Reactivate()
2086 pDocShell->Execute ( aRequest ); in setPropertyValue()
2443 SwDoc* pDoc = pDocShell->GetDoc(); in updateLinks()
3243 if ( !pDocShell ) in getXForms()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dexpop2.cxx76 SfxObjectShell* pDocShell = GetDocShell(); in Write() local
93 if( pDocShell && xRootStrg.Is() && bWriteBasicStrg ) in Write()
104 if( pDocShell && xRootStrg.Is() ) in Write()
107 pDocShell->UpdateDocInfoForSave(); in Write()
111 pDocShell->GetModel(), uno::UNO_QUERY_THROW); in Write()
117 pDocShell->GetPreviewMetaFile (sal_False); in Write()
167 SfxObjectShell* pDocShell = GetDocShell(); in Write() local
182 if( pDocShell && xRootStrg.Is() && bWriteBasicStrg ) in Write()
193 if( pDocShell && xRootStrg.Is() ) in Write()
197 pDocShell->GetModel(), uno::UNO_QUERY_THROW); in Write()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx257 SwDocShell* pDocShell = GetDocShell(); in ~SwSrcView() local
271 EndListening(*pDocShell); in ~SwSrcView()
298 if(!pDocShell->IsLoading()) in Init()
299 Load(pDocShell); in Init()
306 StartListening(*pDocShell,sal_True); in Init()
390 SwDocShell* pDocShell = GetDocShell(); in Execute() local
392 if(pDocShell->HasName()) in Execute()
393 pMed = pDocShell->GetMedium(); in Execute()
396 SfxBoolItem* pItem = (SfxBoolItem*)pDocShell->ExecuteSlot(rReq, pDocShell->GetInterface()); in Execute()
398 pMed = pDocShell->GetMedium(); in Execute()
[all …]
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx230 if (pDocShell) in Execute()
359 if (pDocShell) in GetState()
436 if( pDocShell ) // Impress or Draw? in GetState()
463 if( pDocShell ) // Impress or Draw? in IMPL_LINK()
534 SfxObjectShell* pDocShell = xDocShell; in CreateFromTemplate() local
540 else if( pDocShell ) in CreateFromTemplate()
686 ::sd::DrawDocShell* pDocShell = in ExecuteNewDocument()
736 pDocShell->ClearUndoBuffer(); in ExecuteNewDocument()
777 if( !pDocShell ) in ChangeMedium()
1061 if( pDocShell ) in operator ()()
[all …]
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx111 pDocShell( pDocSh ), in ScPreview()
153 ScDocument* pDoc = pDocShell->GetDocument(); in UpdateDrawView()
208 ScDocument* pDoc = pDocShell->GetDocument(); in TestLastPage()
231 ScDocument* pDoc = pDocShell->GetDocument(); in CalcPages()
246 pDocShell->UpdatePendingRowHeights( nAnz-1, true ); in CalcPages()
324 ScDocument* pDoc = pDocShell->GetDocument(); in RecalcPages()
377 ScDocument* pDoc = pDocShell->GetDocument(); in DoPrint()
909 pDocShell->UpdateFontList(); in DataChanged()
1029 ScDocument * pDoc = pDocShell->GetDocument(); in MouseButtonUp()
1209 ScDocument* pDoc = pDocShell->GetDocument(); in MouseButtonUp()
[all …]
/trunk/main/sc/source/ui/miscdlgs/
H A Dredcom.cxx47 pDocShell=pShell; in ScRedComDialog()
65 if(pAction!=NULL && pDocShell !=NULL) in FindPrev()
67 ScDocument* pDoc = pDocShell->GetDocument(); in FindPrev()
86 if(pAction!=NULL && pDocShell !=NULL) in FindNext()
88 ScDocument* pDoc = pDocShell->GetDocument(); in FindNext()
108 if(pChangeAction!=NULL && pDocShell !=NULL) in ReInit()
137 if ( pDocShell!=NULL && pDlg->GetNote() != aComment ) in Execute()
151 if(rRange.IsValid(pDocShell->GetDocument())) in SelectCell()
153 ScViewData* pViewData=pDocShell->GetViewData(); in SelectCell()
163 if (pDocShell!=NULL && pDlgP->GetNote() != aComment ) in IMPL_LINK()
[all …]
H A Danyrefdg.cxx95 while( pDocShell ) in enableInput()
120 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in enableInput()
123 pDocShell = (ScDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in enableInput()
565 while( pDocShell ) in SetDispatcherLock()
574 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in SetDispatcherLock()
576 pDocShell = (ScDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in SetDispatcherLock()
594 while( pDocShell ) in EnableSpreadsheets()
619 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in EnableSpreadsheets()
622 pDocShell = (ScDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in EnableSpreadsheets()
634 while( pDocShell ) in lcl_InvalidateWindows()
[all …]
/trunk/main/sc/source/filter/ftools/
H A Dfprogressbar.cxx45 ScfProgressBar::ScfProgressBar( SfxObjectShell* pDocShell, const String& rText ) : in ScfProgressBar() argument
48 Init( pDocShell ); in ScfProgressBar()
51 ScfProgressBar::ScfProgressBar( SfxObjectShell* pDocShell, sal_uInt16 nResId ) : in ScfProgressBar() argument
54 Init( pDocShell ); in ScfProgressBar()
68 void ScfProgressBar::Init( SfxObjectShell* pDocShell ) in Init() argument
70 mpDocShell = pDocShell; in Init()
207 maProgress( pDocShell, rText ) in ScfSimpleProgressBar()
213 maProgress( pDocShell, nResId ) in ScfSimpleProgressBar()
236 Init( pDocShell, ScGlobal::GetRscString( nResId ) ); in ScfStreamProgressBar()
244 void ScfStreamProgressBar::Init( SfxObjectShell* pDocShell, const String& rText ) in Init() argument
[all …]

Completed in 266 milliseconds

12345678910