Searched refs:mpProgress (Results 1 – 9 of 9) sorted by relevance
/aoo41x/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() 718 if(mpProgress) in IMPL_LINK() 778 if( mpProgress ) in IMPL_LINK() 798 if (mpProgress) in IMPL_LINK() 853 if (mpProgress) in IMPL_LINK() 858 if(mpProgress) in IMPL_LINK() 1414 if( mpProgress ) in IMPL_LINK() [all …]
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | brkdlg.cxx | 70 mpProgress ( NULL ) in BreakDlg() 74 mpProgress = new SfxProgress( pShell, String(SdResId(STR_BREAK_METAFILE)), nSumActionCount*3 ); in BreakDlg() 88 if( mpProgress ) in ~BreakDlg() 89 delete mpProgress; in ~BreakDlg() 124 if(mpProgress) in IMPL_LINK() 125 mpProgress->SetState( pProgrInfo->GetSumCurAction() ); in IMPL_LINK()
|
/aoo41x/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 1043 if (mpProgress) in CreateImagesForPresPages() 1154 if (mpProgress) in CreateHtmlTextForPresPages() 1859 if (mpProgress) in CreateHtmlForPresPages() 1985 if (mpProgress) in CreateContentPage() 2022 if (mpProgress) in CreateNotesPages() 2088 if (mpProgress) in CreateOutlinePages() 2393 if (mpProgress) in CreateFrames() 2516 if (mpProgress) in CreateNavBarFrames() 2991 if (mpProgress) in CopyScript() 3059 if (mpProgress) in CreateImageFileList() [all …]
|
H A D | htmlex.hxx | 105 SfxProgress* mpProgress; member in HtmlExport
|
/aoo41x/main/vcl/source/gdi/ |
H A D | print3.cxx | 182 mpProgress( NULL ), 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() 1259 delete mpImplData->mpProgress; in triggerAppToFreeResources() 1260 mpImplData->mpProgress = NULL; in triggerAppToFreeResources() 1597 if( ! mpImplData->mpProgress ) in createProgressDialog() 1617 mpImplData->mpProgress->Show(); in createProgressDialog() 1621 mpImplData->mpProgress->reset(); in createProgressDialog() [all …]
|
/aoo41x/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()
|
/aoo41x/main/cui/source/inc/ |
H A D | cuigaldlg.hxx | 75 SearchProgress* mpProgress; member in SearchThread 132 TakeProgress* mpProgress; member in TakeThread
|
/aoo41x/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
|
Completed in 89 milliseconds