Home
last modified time | relevance | path

Searched refs:SfxProgress (Results 1 – 25 of 41) sorted by relevance

12

/trunk/main/sfx2/source/bastyp/
H A Dprogress.cxx89 SfxProgress* pActiveProgress;
147 SfxProgress::SfxProgress in SfxProgress() function in SfxProgress
204 SfxProgress::~SfxProgress() in ~SfxProgress()
225 void SfxProgress::Stop() in Stop()
256 void SfxProgress::SetText in SetText()
440 void SfxProgress::Resume() in Resume()
485 void SfxProgress::Suspend() in Suspend()
526 void SfxProgress::Lock() in Lock()
565 void SfxProgress::UnLock() in UnLock()
667 SfxProgress* SfxProgress::GetActiveProgress in GetActiveProgress()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dprogress.hxx43 class SFX2_DLLPUBLIC SfxProgress class
50 SfxProgress( SfxObjectShell* pObjSh,
54 virtual ~SfxProgress();
74 static SfxProgress* GetActiveProgress( SfxObjectShell *pDocSh = 0 );
79 DECL_DLLPRIVATE_STATIC_LINK( SfxProgress, SetStateHdl, PlugInLoadStatus* );
80 DECL_DLLPRIVATE_STATIC_LINK( SfxProgress, DefaultBindingProgress, SvProgressArg* );
H A Dapp.hxx73 class SfxProgress;
215 SfxProgress* GetProgress() const;
293 SAL_DLLPRIVATE void SetProgress_Impl(SfxProgress *);
H A Dviewfrm.hxx46 class SfxProgress;
128 SfxProgress* GetProgress() const;
H A Dobjsh.hxx85 class SfxProgress;
497 SfxProgress* GetProgress() const;
784 SAL_DLLPRIVATE void SetProgress_Impl( SfxProgress *pProgress );
/trunk/main/svx/inc/svx/
H A Dsvimbase.hxx84 class SfxProgress;
129 sal_uIntPtr nLast = 0, SfxProgress* pProgress = NULL );
144 sal_uIntPtr nLast = 0, SfxProgress* pProgress = NULL );
185 SfxProgress* pProgress = NULL );
188 sal_Bool DoUndo( SfxProgress* pProgress = NULL );
189 sal_Bool DoRedo( SfxProgress* pProgress = NULL );
/trunk/main/sc/inc/
H A Dprogress.hxx46 static SfxProgress* pGlobalProgress;
57 SfxProgress* pProgress;
70 static SfxProgress* GetGlobalSfxProgress() { return pGlobalProgress; } in GetGlobalSfxProgress()
91 SfxProgress* GetSfxProgress() const { return pProgress; } in GetSfxProgress()
/trunk/main/sc/source/core/tool/
H A Dprogress.cxx49 SfxProgress* ScProgress::pGlobalProgress = NULL;
90 if ( pGlobalProgress || SfxProgress::GetActiveProgress( NULL ) ) in ScProgress()
123 pProgress = new SfxProgress( pObjSh, rText, nRange, bAllDocs, bWait ); in ScProgress()
/trunk/main/sw/source/core/inc/
H A Dlayact.hxx38 class SfxProgress;
65 SfxProgress * pProgress;
168 void SetProgress(SfxProgress * _pProgress = NULL) in SetProgress()
/trunk/main/sd/source/ui/inc/
H A DBreakDlg.hxx40 class SfxProgress;
83 SfxProgress *mpProgress;
H A DOutlineView.hxx37 class SfxProgress;
203 SfxProgress* mpProgress;
H A Danimobjs.hxx171 SfxProgress* pStbMgr ) const;
/trunk/main/sw/source/ui/app/
H A Dmainwn.cxx50 SfxProgress *pProgress;
84 pProgress->pProgress = new SfxProgress( pDocShell, in StartProgress()
/trunk/main/sfx2/source/inc/
H A Dappdata.hxx39 class SfxProgress;
123 SfxProgress* pProgress;
H A Dobjshimp.hxx71 SfxProgress* pProgress;
/trunk/main/sd/source/filter/html/
H A Dhtmlex.hxx59 class SfxProgress;
105 SfxProgress* mpProgress;
/trunk/main/sd/source/ui/func/
H A Dfucopy.cxx185 SfxProgress* pProgress = NULL; in DoExecute()
194 pProgress = new SfxProgress( mpDocSh, aStr, nNumber ); in DoExecute()
H A Dfuinsfil.cxx702 SfxProgress* pProgress = new SfxProgress( mpDocSh, String( SdResId(STR_CREATE_PAGES)), nNewPages); in InsTextOrRTFinOlMode()
/trunk/main/basctl/source/basicide/
H A Dbaside2.hxx65 class ProgressInfo : public SfxProgress
80 : SfxProgress( pObjSh, rText, nRange ) in ProgressInfo()
/trunk/main/sfx2/source/appl/
H A Dapp.cxx506 SfxProgress *pProgress = pNewContainerFrame->GetProgress(); in SetViewFrame_Impl()
591 SfxProgress *pProgress in SetProgress_Impl()
H A Dappmisc.cxx153 SfxProgress* SfxApplication::GetProgress() const in GetProgress()
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx307 SfxProgress* pProgress = NULL; in IMPL_LINK()
314 pProgress = new SfxProgress( NULL, aStr, nFullTime ); in IMPL_LINK()
698 SfxProgress* pProgress ) const in WaitInEffect()
H A Dbrkdlg.cxx72 mpProgress = new SfxProgress( pShell, String(SdResId(STR_BREAK_METAFILE)), nSumActionCount*3 ); in BreakDlg()
/trunk/main/sd/inc/
H A Dsdfilter.hxx42 class SfxProgress;
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx308 SfxProgress::EnterLock(); //Keine Progress-Reschedules im Paint (SwapIn) in Paint()
367 SfxProgress::LeaveLock(); in Paint()

Completed in 112 milliseconds

12