Searched refs:mpProgress (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/sd/source/ui/view/ |
| H A D | outlview.cxx | 117 , 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 D | htmlex.cxx | 852 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 D | htmlex.hxx | 105 SfxProgress* mpProgress; member in HtmlExport
|
| /trunk/main/sd/source/ui/dlg/ |
| H A D | brkdlg.cxx | 68 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 D | print3.cxx | 167 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 D | cuigaldlg.cxx | 84 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 D | cuigaldlg.hxx | 75 SearchProgress* mpProgress; member in SearchThread 132 TakeProgress* mpProgress; member in TakeThread
|
| /trunk/main/sd/source/ui/inc/ |
| H A D | BreakDlg.hxx | 83 SfxProgress *mpProgress; member in sd::BreakDlg
|
| H A D | OutlineView.hxx | 203 SfxProgress* mpProgress; member in sd::OutlineView
|