Home
last modified time | relevance | path

Searched refs:mpProgress (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Doutlview.cxx117 , mpProgress(NULL) in OutlineView()
234 if( mpProgress ) in ~OutlineView()
235 delete mpProgress; in ~OutlineView()
713 if(mpProgress) in IMPL_LINK()
714 mpProgress->SetState(mnPagesProcessed); in IMPL_LINK()
718 if(mpProgress) in IMPL_LINK()
720 delete mpProgress; in IMPL_LINK()
721 mpProgress = NULL; in IMPL_LINK()
778 if( mpProgress ) in IMPL_LINK()
779 delete mpProgress; in IMPL_LINK()
[all …]
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx852 mpProgress = new SfxProgress( mpDocSh, aStr, nProgrCount ); in InitProgress()
859 delete mpProgress; in ResetProgress()
860 mpProgress = NULL; in ResetProgress()
1043 if (mpProgress) in CreateImagesForPresPages()
1044 mpProgress->SetState(++mnPagesWritten); in CreateImagesForPresPages()
1154 if (mpProgress) in CreateHtmlTextForPresPages()
1155 mpProgress->SetState(++mnPagesWritten); in CreateHtmlTextForPresPages()
1859 if (mpProgress) in CreateHtmlForPresPages()
1860 mpProgress->SetState(++mnPagesWritten); in CreateHtmlForPresPages()
1985 if (mpProgress) in CreateContentPage()
[all …]
H A Dhtmlex.hxx105 SfxProgress* mpProgress; member in HtmlExport
/trunk/main/sd/source/ui/dlg/
H A Dbrkdlg.cxx68 mpProgress ( NULL ) in BreakDlg()
72 mpProgress = new SfxProgress( pShell, String(SdResId(STR_BREAK_METAFILE)), nSumActionCount*3 ); in BreakDlg()
86 if( mpProgress ) in ~BreakDlg()
87 delete mpProgress; in ~BreakDlg()
122 if(mpProgress) in IMPL_LINK()
123 mpProgress->SetState( pProgrInfo->GetSumCurAction() ); in IMPL_LINK()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx167 vcl::PrintProgressDialog* mpProgress; member in vcl::ImplPrinterControllerData
182 mpProgress( NULL ), in ImplPrinterControllerData()
186 ~ImplPrinterControllerData() { delete mpProgress; } in ~ImplPrinterControllerData()
896 if( mpImplData->mpProgress ) in getPageFile()
899 if( mpImplData->mpProgress->isCanceled() ) in getPageFile()
901 mpImplData->mpProgress->tick(); in getPageFile()
1200 if( mpImplData->mpProgress ) in printFilteredPage()
1203 if( mpImplData->mpProgress->isCanceled() ) in printFilteredPage()
1259 delete mpImplData->mpProgress; in triggerAppToFreeResources()
1260 mpImplData->mpProgress = NULL; in triggerAppToFreeResources()
[all …]
/trunk/main/cui/source/dialogs/
H A Dcuigaldlg.cxx84 mpProgress ( pProgess ), in SearchThread()
127 Application::PostUserEvent( LINK( mpProgress, SearchProgress, CleanUpHdl ) ); in onTerminated()
139 mpProgress->SetDirectory( rStartURL ); in ImplSearch()
140 mpProgress->Sync(); in ImplSearch()
281 mpProgress ( pProgess ), in TakeThread()
325 mpProgress->SetFile( aURL.GetMainURL( INetURLObject::DECODE_UNAMBIGUOUS ) ); in run()
327 mpProgress->Sync(); in run()
344 Application::PostUserEvent( LINK( mpProgress, TakeProgress, CleanUpHdl ) ); in onTerminated()
/trunk/main/cui/source/inc/
H A Dcuigaldlg.hxx75 SearchProgress* mpProgress; member in SearchThread
132 TakeProgress* mpProgress; member in TakeThread
/trunk/main/sd/source/ui/inc/
H A DBreakDlg.hxx83 SfxProgress *mpProgress; member in sd::BreakDlg
H A DOutlineView.hxx203 SfxProgress* mpProgress; member in sd::OutlineView