Home
last modified time | relevance | path

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

12345678910

/AOO42X/main/sc/source/ui/unoobj/
H A Ddocuno.cxx355 pDocShell( pDocSh ), in ScModelObj()
361 if ( pDocShell ) in ScModelObj()
363 pDocShell->GetDocument()->AddUnoObject(*this); // SfxModel is derived from SfxListener in ScModelObj()
369 if (pDocShell) in ~ScModelObj()
370 pDocShell->GetDocument()->RemoveUnoObject(*this); in ~ScModelObj()
382 if ( !xNumberAgg.is() && pDocShell ) in GetFormatter()
389 …util::XNumberFormatsSupplier> xFormatter(new SvNumberFormatsSupplierObj(pDocShell->GetDocument()->… in GetFormatter()
407 if (pDocShell) in GetDocument()
408 return pDocShell->GetDocument(); in GetDocument()
414 return pDocShell; in GetEmbeddedObject()
[all …]
H A Dservuno.cxx77 ScVbaObjectForCodeNameProvider( ScDocShell* pDocShell ) : mpDocShell( pDocShell ) in ScVbaObjectForCodeNameProvider() argument
169 ScVbaCodeNameProvider( ScDocShell* pDocShell ) : mpDocShell( pDocShell ) {} in ScVbaCodeNameProvider() argument
385 sal_uInt16 nType, ScDocShell* pDocShell ) in MakeInstance() argument
418 if (pDocShell) in MakeInstance()
419 xRet.set((sheet::XSheetCellRanges*)new ScCellRangesObj( pDocShell, ScRangeList() )); in MakeInstance()
423 if (pDocShell) in MakeInstance()
424 xRet.set((beans::XPropertySet*)new ScDocDefaultsObj( pDocShell )); in MakeInstance()
427 if (pDocShell) in MakeInstance()
428 xRet.set((beans::XPropertySet*)new ScDrawDefaultsObj( pDocShell )); in MakeInstance()
436 if (pDocShell) in MakeInstance()
[all …]
H A Dnameuno.cxx89 pDocShell( pDocSh ), in ScNamedRangeObj()
93 pDocShell->GetDocument()->AddUnoObject(*this); in ScNamedRangeObj()
98 if (pDocShell) in ~ScNamedRangeObj()
99 pDocShell->GetDocument()->RemoveUnoObject(*this); in ~ScNamedRangeObj()
107 pDocShell = NULL; // ungueltig geworden in Notify()
115 if (pDocShell) in GetRangeData_Impl()
117 ScRangeName* pNames = pDocShell->GetDocument()->GetRangeName(); in GetRangeData_Impl()
124 pDocShell->GetDocument()->GetTable( aScopeName, nameScope ); in GetRangeData_Impl()
142 if (pDocShell) in Modify_Impl()
144 ScDocument* pDoc = pDocShell->GetDocument(); in Modify_Impl()
[all …]
H A Dlinkuno.cxx93 pDocShell( pDocSh ), in ScSheetLinkObj()
96 pDocShell->GetDocument()->AddUnoObject(*this); in ScSheetLinkObj()
101 if (pDocShell) in ~ScSheetLinkObj()
102 pDocShell->GetDocument()->RemoveUnoObject(*this); in ~ScSheetLinkObj()
113 pDocShell = NULL; // pointer is invalid in Notify()
125 if (pDocShell) in GetLink_Impl()
127 sfx2::LinkManager* pLinkManager = pDocShell->GetDocument()->GetLinkManager(); in GetLink_Impl()
303 String aNewStr(ScGlobal::GetAbsDocName( String(rNewName), pDocShell )); in setFileName()
307 ScDocument* pDoc = pDocShell->GetDocument(); in setFileName()
320 pDocShell->UpdateLinks(); // alter Link raus, evtl. neuen Link anlegen in setFileName()
[all …]
H A Dchartuno.cxx66 SdrOle2Obj* lcl_FindChartObj( ScDocShell* pDocShell, SCTAB nTab, const String& rName ) in lcl_FindChartObj() argument
68 if (pDocShell) in lcl_FindChartObj()
70 ScDocument* pDoc = pDocShell->GetDocument(); in lcl_FindChartObj()
87 … String aObjName = pDocShell->GetEmbeddedObjectContainer().GetEmbeddedObjectName( xObj ); in lcl_FindChartObj()
103 pDocShell( pDocSh ), in ScChartsObj()
106 pDocShell->GetDocument()->AddUnoObject(*this); in ScChartsObj()
111 if (pDocShell) in ~ScChartsObj()
112 pDocShell->GetDocument()->RemoveUnoObject(*this); in ~ScChartsObj()
122 pDocShell = NULL; // ungueltig geworden in Notify()
129 if ( pDocShell ) in GetObjectByIndex_Impl()
[all …]
H A Dconfuno.cxx96 : pDocShell(pDocSh) , in ScDocumentConfiguration()
99 pDocShell->GetDocument()->AddUnoObject(*this); in ScDocumentConfiguration()
104 if (pDocShell) in ~ScDocumentConfiguration()
105 pDocShell->GetDocument()->RemoveUnoObject(*this); in ~ScDocumentConfiguration()
115 pDocShell = NULL; // ungueltig geworden in Notify()
138 if(pDocShell) in setPropertyValue()
140 ScDocument* pDoc = pDocShell->GetDocument(); in setPropertyValue()
149pDocShell->Stamp_SetPrintCancelState( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
186 … if ( sPrinterName.getLength() != 0 && pDocShell->GetCreateMode() != SFX_CREATE_MODE_EMBEDDED ) in setPropertyValue()
188 SfxPrinter* pPrinter = pDocShell->GetPrinter(); in setPropertyValue()
[all …]
H A Dstyleuno.cxx555 pDocShell( pDocSh ) in ScStyleFamiliesObj()
557 pDocShell->GetDocument()->AddUnoObject(*this); in ScStyleFamiliesObj()
562 if (pDocShell) in ~ScStyleFamiliesObj()
563 pDocShell->GetDocument()->RemoveUnoObject(*this); in ~ScStyleFamiliesObj()
573 pDocShell = NULL; // ungueltig geworden in Notify()
581 if ( pDocShell ) in GetObjectByType_Impl()
584 return new ScStyleFamilyObj( pDocShell, SFX_STYLE_FAMILY_PARA ); in GetObjectByType_Impl()
586 return new ScStyleFamilyObj( pDocShell, SFX_STYLE_FAMILY_PAGE ); in GetObjectByType_Impl()
602 if ( pDocShell ) in GetObjectByName_Impl()
606 return new ScStyleFamilyObj( pDocShell, SFX_STYLE_FAMILY_PARA ); in GetObjectByName_Impl()
[all …]
H A Ddefltuno.cxx91 pDocShell( pDocSh ), in ScDocDefaultsObj()
94 pDocShell->GetDocument()->AddUnoObject(*this); in ScDocDefaultsObj()
99 if (pDocShell) in ~ScDocDefaultsObj()
100 pDocShell->GetDocument()->RemoveUnoObject(*this); in ~ScDocDefaultsObj()
108 pDocShell = NULL; // document gone in Notify()
114 if (pDocShell) in ItemsChanged()
118 pDocShell->PostPaint( 0,0,0, MAXCOL,MAXROW,MAXTAB, PAINT_GRID ); in ItemsChanged()
141 if ( !pDocShell ) in setPropertyValue()
151 ScDocument* pDoc = pDocShell->GetDocument(); in setPropertyValue()
167 ScDocument* pDoc = pDocShell->GetDocument(); in setPropertyValue()
[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()
115 …eturn uno::makeAny(uno::Reference< beans::XPropertySet >(new ScLinkTargetTypeObj( pDocShell, i ))); in getByName()
155 pDocShell( pDocSh ), in ScLinkTargetTypeObj()
158 pDocShell->GetDocument()->AddUnoObject(*this); in ScLinkTargetTypeObj()
164 if (pDocShell) in ~ScLinkTargetTypeObj()
[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()
219 ScPostIt* pNote = pDocShell->GetDocument()->GetNote( aCellPos ); in GetCaptionObj()
228 if ( pDocShell ) in GetTextForwarder()
230 pEditEngine = new ScNoteEditEngine( pDocShell->GetDocument()->GetNoteEngine() ); in GetTextForwarder()
244 if ( pDocShell ) in GetTextForwarder()
[all …]
/AOO42X/main/sc/source/ui/undo/
H A Dundotab.cxx96 pDrawUndo = GetSdrUndoAction( pDocShell->GetDocument() ); in ScUndoInsertTab()
115 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in SetChangeTrack()
131 pDocShell->SetInUndo( sal_True ); //! BeginUndo in Undo()
135 pDocShell->SetInUndo( sal_False ); //! EndUndo in Undo()
137 DoSdrUndoAction( pDrawUndo, pDocShell->GetDocument() ); in Undo()
139 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in Undo()
144 pDocShell->Broadcast( SfxSimpleHint( SC_HINT_FORCESETTAB ) ); in Undo()
153 pDocShell->SetInUndo( sal_True ); //! BeginRedo in Redo()
163 pDocShell->SetInUndo( sal_False ); //! EndRedo in Redo()
194 pDrawUndo = GetSdrUndoAction( pDocShell->GetDocument() ); in ScUndoInsertTables()
[all …]
H A Dundoblk.cxx166 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in SetChangeTrack()
178 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
252 … if ( pDocShell->AdjustRowHeight( aWorkRange.aStart.Row(), aWorkRange.aEnd.Row(), pTabs[i] )) in DoChange()
266 … if ( pDocShell->AdjustRowHeight( aWorkRange.aStart.Row(), aWorkRange.aEnd.Row(), pTabs[i]) ) in DoChange()
282 pDocShell->PostPaint( aWorkRange.aStart.Col(), aWorkRange.aStart.Row(), pTabs[i], in DoChange()
285 pDocShell->PostDataChanged(); in DoChange()
295 …WaitObject aWait( pDocShell->GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei Upd… in Undo()
303 …WaitObject aWait( pDocShell->GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei Upd… in Redo()
379 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in SetChangeTrack()
389 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
[all …]
H A Dundoblk3.cxx104 pDrawUndo = GetSdrUndoAction( pDocShell->GetDocument() ); in ScUndoDeleteContents()
132 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in SetChangeTrack()
145 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
176 pDocShell->UpdatePaintExt( nExtFlags, aRange ); // content after the change in DoChange()
180 pDocShell->UpdatePaintExt( nExtFlags, aRange ); // content before the change in DoChange()
195 /*A*/ pDocShell->PostPaint( aRange, PAINT_GRID | PAINT_EXTRAS, nExtFlags ); in DoChange()
197 pDocShell->PostDataChanged(); in DoChange()
214 ScModelObj* pModelObj = ScModelObj::getImplementation( pDocShell->GetModel() ); in Undo()
233 ScModelObj* pModelObj = ScModelObj::getImplementation( pDocShell->GetModel() ); in Redo()
309 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in SetChangeTrack()
[all …]
H A Dundocell.cxx83 ScDocumentPool* pPool = pDocShell->GetDocument()->GetPool(); in ScUndoCursorAttr()
91 ScDocumentPool* pPool = pDocShell->GetDocument()->GetPool(); in ~ScUndoCursorAttr()
107 pDocShell->GetDocument()->SetPattern( nCol, nRow, nTab, *pWhichPattern, sal_True ); in DoChange()
127 pDocShell->PostPaint( nCol,nRow,nTab, nCol,nRow,nTab, PAINT_GRID, nFlags ); in DoChange()
216 pDocShell->AdjustRowHeight( nRow, nRow, pTabs[i] ); in DoChange()
225 pDocShell->PostDataChanged(); in DoChange()
230 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in SetChangeTrack()
257 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
275 pDocShell->PostPaintCell( nCol, nRow, pTabs[i] ); in Undo()
286 ScModelObj* pModelObj = ScModelObj::getImplementation( pDocShell->GetModel() ); in Undo()
[all …]
H A Dundodat.cxx111 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
137 pDocShell->PostPaint(0,0,nTab,MAXCOL,MAXROW,nTab,PAINT_GRID|PAINT_LEFT|PAINT_TOP); in Undo()
204 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
208 ScUndoUtil::MarkSimpleBlock( pDocShell, aBlockStart, aBlockEnd ); in Undo()
216 pDocShell->PostPaint(0,0,nTab,MAXCOL,MAXROW,nTab,PAINT_GRID|PAINT_LEFT|PAINT_TOP|PAINT_SIZE); in Undo()
227 ScUndoUtil::MarkSimpleBlock( pDocShell, aBlockStart, aBlockEnd ); in Redo()
234 pDocShell->PostPaint(0,0,aBlockStart.Tab(),MAXCOL,MAXROW,aBlockEnd.Tab(),PAINT_GRID); in Redo()
291 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
314 pDocShell->PostPaint(0,0,nTab,MAXCOL,MAXROW,nTab,PAINT_GRID|PAINT_LEFT|PAINT_TOP); in Undo()
381 ScDocument* pDoc = pDocShell->GetDocument(); 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()
132 pDocShell->SetInUndo( sal_True ); //! eigenes Flag fuer Redo? in BeginRedo()
144 pDocShell->SetDocumentModified(); in EndRedo()
154 pDocShell->SetInUndo( sal_False ); in EndRedo()
186 pDrawUndo = GetSdrUndoAction( pDocShell->GetDocument() ); in ScBlockUndo()
197 EnableDrawAdjust( pDocShell->GetDocument(), sal_False ); in BeginUndo()
205 EnableDrawAdjust( pDocShell->GetDocument(), sal_True ); in EndUndo()
[all …]
/AOO42X/main/sw/source/ui/uno/
H A Dunotxdoc.cxx185 SwDocShell * pDocShell, in lcl_GetPrintUIOptions() argument
188 if (!pDocShell) in lcl_GetPrintUIOptions()
191 const sal_Bool bWebDoc = NULL != dynamic_cast< const SwWebDocShell * >(pDocShell); in lcl_GetPrintUIOptions()
195 const bool bHasPostIts = lcl_GetPostIts( pDocShell->GetDoc(), 0 ); in lcl_GetPrintUIOptions()
198 const SwPrintData &rPrintData = pDocShell->GetDoc()->getPrintData(); in lcl_GetPrintUIOptions()
217 void lcl_DisposeView( SfxViewFrame* pToClose, SwDocShell* pDocShell ) in lcl_DisposeView() argument
220 SfxViewFrame* pFound = SfxViewFrame::GetFirst( pDocShell, in lcl_DisposeView()
230 pDocShell, in lcl_DisposeView()
369 pDocShell(pShell), in SwXTextDocument()
433 pPropertyHelper = new SwXDocumentPropertyHelper(*pDocShell->GetDoc()); in GetPropertyHelper()
[all …]
/AOO42X/main/sw/source/ui/app/
H A Dmainwn.cxx49 SwDocShell *pDocShell; member
55 static SwProgress *lcl_SwFindProgress( SwDocShell *pDocShell ) in lcl_SwFindProgress() argument
60 if ( pTmp->pDocShell == pDocShell ) in lcl_SwFindProgress()
68 SwDocShell *pDocShell ) in StartProgress() argument
78 if ( 0 != (pProgress = lcl_SwFindProgress( pDocShell )) ) in StartProgress()
84 pProgress->pProgress = new SfxProgress( pDocShell, in StartProgress()
90 pProgress->pDocShell = pDocShell; in StartProgress()
98 void SetProgressState( long nPosition, SwDocShell *pDocShell ) in SetProgressState() argument
102 SwProgress *pProgress = lcl_SwFindProgress( pDocShell ); in SetProgressState()
109 void EndProgress( SwDocShell *pDocShell ) in EndProgress() argument
[all …]
/AOO42X/main/sc/source/filter/excel/
H A Dexpop2.cxx76 SfxObjectShell* pDocShell = GetDocShell(); in Write() local
77 DBG_ASSERT( pDocShell, "ExportBiff5::Write - no document shell" ); in Write()
93 if( pDocShell && xRootStrg.Is() && bWriteBasicStrg ) in Write()
95 SvxImportMSVBasic aBasicImport( *pDocShell, *xRootStrg, bWriteBasicCode, bWriteBasicStrg ); in Write()
98pDocShell->SetError( nErr, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ) ); 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
[all …]
/AOO42X/main/sw/source/ui/uiview/
H A Dsrcview.cxx257 SwDocShell* pDocShell = GetDocShell(); in ~SwSrcView() local
258 DBG_ASSERT(PTR_CAST(SwWebDocShell, pDocShell), "Wieso keine WebDocShell?"); in ~SwSrcView()
260 …((SwWebDocShell*)pDocShell)->SetSourcePara( static_cast< sal_uInt16 >( rSel.GetStart().GetPara() )… in ~SwSrcView()
263 pDocShell->GetModel(), uno::UNO_QUERY_THROW); in ~SwSrcView()
268 pDocShell->SetAutoLoad(INetURLObject(url), delay, in ~SwSrcView()
271 EndListening(*pDocShell); in ~SwSrcView()
295 SwDocShell* pDocShell = GetDocShell(); in Init() local
298 if(!pDocShell->IsLoading()) in Init()
299 Load(pDocShell); in Init()
306 StartListening(*pDocShell,sal_True); in Init()
[all …]
/AOO42X/main/sd/source/ui/app/
H A Dsdmod1.cxx229 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute()
230 if (pDocShell) in Execute()
232 ::sd::ViewShell* pViewShell = pDocShell->GetViewShell(); in Execute()
358 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
359 if (pDocShell) in GetState()
361 ::sd::ViewShell* pViewShell = pDocShell->GetViewShell(); in GetState()
435 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
436 if( pDocShell ) // Impress or Draw? in GetState()
438 ::sd::ViewShell* pViewShell = pDocShell->GetViewShell(); in GetState()
440 if( pViewShell && (pDocShell->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) ) in GetState()
[all …]
/AOO42X/main/sc/source/ui/view/
H A Dpreview.cxx100 pDocShell( pDocSh ), in ScPreview()
141 ScDocument* pDoc = pDocShell->GetDocument(); in UpdateDrawView()
195 ScDocument* pDoc = pDocShell->GetDocument(); in TestLastPage()
217 ScDocument* pDoc = pDocShell->GetDocument(); in CalcPages()
232 pDocShell->UpdatePendingRowHeights( nAnz-1, true ); in CalcPages()
243 ScPrintFunc aPrintFunc( this, pDocShell, i, nAttrPage, 0, NULL, &aOptions ); in CalcPages()
309 ScDocument* pDoc = pDocShell->GetDocument(); in RecalcPages()
331 Fraction aHorPrevZoom( (long)( 100 * nZoom / pDocShell->GetOutputFactor() ), 10000 ); in DoPrint()
361 ScDocument* pDoc = pDocShell->GetDocument(); in DoPrint()
371 pPrintFunc = new ScPrintFunc( this, pDocShell, aState, &aOptions ); in DoPrint()
[all …]
/AOO42X/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()
111 pChangeAction->GetDescription( aTitle, pDocShell->GetDocument()); in ReInit()
137 if ( pDocShell!=NULL && pDlg->GetNote() != aComment ) in Execute()
138 pDocShell->SetChangeComment( pChangeAction, pDlg->GetNote()); in Execute()
151 if(rRange.IsValid(pDocShell->GetDocument())) in SelectCell()
[all …]
H A Danyrefdg.cxx94 ScDocShell* pDocShell = (ScDocShell*)SfxObjectShell::GetFirst(&aType); in enableInput() local
95 while( pDocShell ) in enableInput()
97 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in enableInput()
120 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in enableInput()
123 pDocShell = (ScDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in enableInput()
564 ScDocShell* pDocShell = (ScDocShell*)SfxObjectShell::GetFirst(&aType); in SetDispatcherLock() local
565 while( pDocShell ) in SetDispatcherLock()
567 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in SetDispatcherLock()
574 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in SetDispatcherLock()
576 pDocShell = (ScDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in SetDispatcherLock()
[all …]
/AOO42X/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()
206 ScfSimpleProgressBar::ScfSimpleProgressBar( sal_Size nSize, SfxObjectShell* pDocShell, const String… in ScfSimpleProgressBar() argument
207 maProgress( pDocShell, rText ) in ScfSimpleProgressBar()
212 ScfSimpleProgressBar::ScfSimpleProgressBar( sal_Size nSize, SfxObjectShell* pDocShell, sal_uInt16 n… in ScfSimpleProgressBar() argument
213 maProgress( pDocShell, nResId ) in ScfSimpleProgressBar()
[all …]

12345678910