/aoo41x/main/sw/source/ui/app/ |
H A D | mainwn.cxx | 81 if ( !pProgress ) in StartProgress() 84 pProgress->pProgress = new SfxProgress( pDocShell, in StartProgress() 103 if ( pProgress ) in SetProgressState() 104 pProgress->pProgress->SetState(nPosition - pProgress->nStartValue); in SetProgressState() 125 if ( pProgress && 0 == --pProgress->nStartCount ) in EndProgress() 127 pProgress->pProgress->Stop(); in EndProgress() 129 delete pProgress->pProgress; in EndProgress() 145 if ( pProgress ) in SetProgressText() 146 pProgress->pProgress->SetStateText( 0, SW_RESSTR(nId) ); in SetProgressText() 156 if ( pProgress ) in RescheduleProgress() [all …]
|
/aoo41x/main/sfx2/source/appl/ |
H A D | app.cxx | 507 if ( pProgress ) in SetViewFrame_Impl() 510 pProgress->Resume(); in SetViewFrame_Impl() 512 pProgress->SetState( pProgress->GetState() ); in SetViewFrame_Impl() 591 SfxProgress *pProgress in SetProgress_Impl() argument 595 DBG_ASSERT( ( !pAppData_Impl->pProgress && pProgress ) || in SetProgress_Impl() 596 ( pAppData_Impl->pProgress && !pProgress ), in SetProgress_Impl() 599 if ( pAppData_Impl->pProgress && pProgress ) in SetProgress_Impl() 601 pAppData_Impl->pProgress->Suspend(); in SetProgress_Impl() 602 pAppData_Impl->pProgress->UnLock(); in SetProgress_Impl() 603 delete pAppData_Impl->pProgress; in SetProgress_Impl() [all …]
|
/aoo41x/main/sc/inc/ |
H A D | progress.hxx | 57 SfxProgress* pProgress; member in ScProgress 91 SfxProgress* GetSfxProgress() const { return pProgress; } in GetSfxProgress() 95 if ( pProgress ) in SetStateText() 100 if ( !pProgress->SetStateText( nVal, rVal, nNewRange ) ) in SetStateText() 108 if ( pProgress ) in SetState() 113 if ( !pProgress->SetState( nVal, nNewRange ) ) in SetState() 121 if ( pProgress ) in SetStateCountDown() 124 if ( !pProgress->SetState( nGlobalRange - nVal ) ) in SetStateCountDown() 147 if ( pProgress ) in GetState() 148 return pProgress->GetState(); in GetState()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | progress.cxx | 95 pProgress = NULL; in ScProgress() 100 pProgress = NULL; in ScProgress() 109 pProgress = NULL; in ScProgress() 119 pProgress = NULL; in ScProgress() 123 pProgress = new SfxProgress( pObjSh, rText, nRange, bAllDocs, bWait ); in ScProgress() 124 pGlobalProgress = pProgress; in ScProgress() 133 pProgress( NULL ) in ScProgress() 140 if ( pProgress ) in ~ScProgress() 142 delete pProgress; in ~ScProgress()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | bitmap.hxx | 427 const BmpFilterParam* pFilterParam, const Link* pProgress ); 428 …PRIVATE sal_Bool ImplMedianFilter( const BmpFilterParam* pFilterParam, const Link* pProgress ); 429 …DLLPRIVATE sal_Bool ImplSobelGrey( const BmpFilterParam* pFilterParam, const Link* pProgress ); 430 …LLPRIVATE sal_Bool ImplEmbossGrey( const BmpFilterParam* pFilterParam, const Link* pProgress ); 431 …_DLLPRIVATE sal_Bool ImplSolarize( const BmpFilterParam* pFilterParam, const Link* pProgress ); 432 SAL_DLLPRIVATE sal_Bool ImplSepia( const BmpFilterParam* pFilterParam, const Link* pProgress ); 433 …SAL_DLLPRIVATE sal_Bool ImplMosaic( const BmpFilterParam* pFilterParam, const Link* pProgress … 434 …SAL_DLLPRIVATE sal_Bool ImplPopArt( const BmpFilterParam* pFilterParam, const Link* pProgress … 808 const Link* pProgress = NULL ); 833 const Link* pProgress = NULL ); [all …]
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmlmeta.cxx | 187 ProgressBarHelper* pProgress = GetProgressBarHelper(); in SetStatistics() local 188 pProgress->SetReference( nProgressReference + 3*PROGRESS_BAR_STEP ); in SetStatistics() 189 pProgress->SetValue( 0 ); in SetStatistics() 203 ProgressBarHelper *pProgress = GetProgressBarHelper(); in _ExportMeta() local 204 pProgress->SetValue( pProgress->GetValue() + 2 ); in _ExportMeta()
|
H A D | xmlexp.cxx | 292 ProgressBarHelper *pProgress = GetProgressBarHelper(); in exportDoc() local 293 if( -1 == pProgress->GetReference() ) in exportDoc() 321 pProgress->SetReference( nRef ); in exportDoc() 322 pProgress->SetValue( 0 ); in exportDoc()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svimbase.hxx | 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 );
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fucopy.cxx | 185 SfxProgress* pProgress = NULL; in DoExecute() local 194 pProgress = new SfxProgress( mpDocSh, aStr, nNumber ); in DoExecute() 220 if( pProgress ) in DoExecute() 221 pProgress->SetState( i ); in DoExecute() 297 if ( pProgress ) in DoExecute() 298 delete pProgress; in DoExecute()
|
H A D | fuinsfil.cxx | 702 SfxProgress* pProgress = new SfxProgress( mpDocSh, String( SdResId(STR_CREATE_PAGES)), nNewPages); in InsTextOrRTFinOlMode() local 703 if( pProgress ) in InsTextOrRTFinOlMode() 704 pProgress->SetState( 0, 100 ); in InsTextOrRTFinOlMode() 735 if( pProgress ) in InsTextOrRTFinOlMode() 736 pProgress->SetState( nNewPages ); in InsTextOrRTFinOlMode() 746 if( pProgress ) in InsTextOrRTFinOlMode() 747 delete pProgress; in InsTextOrRTFinOlMode()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | impvect.cxx | 739 sal_uInt8 cReduce, sal_uLong nFlags, const Link* pProgress ) in ImplVectorize() argument 743 VECT_PROGRESS( pProgress, 0 ); in ImplVectorize() 782 VECT_PROGRESS( pProgress, FRound( fPercent += 10.0 ) ); in ImplVectorize() 791 VECT_PROGRESS( pProgress, FRound( fPercent += fPercentStep_2 ) ); in ImplVectorize() 815 VECT_PROGRESS( pProgress, FRound( fPercent += fPercentStep_2 ) ); in ImplVectorize() 836 VECT_PROGRESS( pProgress, 100 ); in ImplVectorize() 845 sal_uLong nFlags, const Link* pProgress ) in ImplVectorize() argument 852 VECT_PROGRESS( pProgress, 10 ); in ImplVectorize() 857 VECT_PROGRESS( pProgress, 30 ); in ImplVectorize() 864 VECT_PROGRESS( pProgress, 60 ); in ImplVectorize() [all …]
|
H A D | bitmap4.cxx | 48 …Bool Bitmap::Filter( BmpFilter eFilter, const BmpFilterParam* pFilterParam, const Link* pProgress ) in Filter() argument 57 bRet = ImplConvolute3( &pSmoothMatrix[ 0 ], 17, pFilterParam, pProgress ); in Filter() 64 bRet = ImplConvolute3( &pSharpenMatrix[ 0 ], 8, pFilterParam, pProgress ); in Filter() 69 bRet = ImplMedianFilter( pFilterParam, pProgress ); in Filter() 73 bRet = ImplSobelGrey( pFilterParam, pProgress ); in Filter() 77 bRet = ImplSolarize( pFilterParam, pProgress ); in Filter() 81 bRet = ImplSepia( pFilterParam, pProgress ); in Filter() 85 bRet = ImplMosaic( pFilterParam, pProgress ); in Filter() 89 bRet = ImplEmbossGrey( pFilterParam, pProgress ); in Filter() 93 bRet = ImplPopArt( pFilterParam, pProgress ); in Filter()
|
H A D | impvect.hxx | 54 sal_uInt8 cReduce, sal_uLong nFlags, const Link* pProgress ); 56 sal_uLong nFlags, const Link* pProgress );
|
/aoo41x/main/cui/source/dialogs/ |
H A D | cuifmsearch.cxx | 774 IMPL_LINK(FmSearchDialog, OnSearchProgress, FmSearchProgress*, pProgress) in IMPL_LINK() argument 780 switch (pProgress->aSearchState) in IMPL_LINK() 783 if (pProgress->bOverflow) in IMPL_LINK() 790 m_ftRecord.SetText(String::CreateFromInt32(1 + pProgress->nCurrentRecord)); in IMPL_LINK() 798 m_ftRecord.SetText(String::CreateFromInt32(pProgress->nCurrentRecord)); in IMPL_LINK() 803 OnFound(pProgress->aBookmark, (sal_Int16)pProgress->nFieldIndex); in IMPL_LINK() 810 sal_uInt16 nErrorId = (FmSearchProgress::STATE_ERROR == pProgress->aSearchState) in IMPL_LINK() 823 friInfo.aPosition = pProgress->aBookmark; in IMPL_LINK() 829 m_ftRecord.SetText(String::CreateFromInt32(1 + pProgress->nCurrentRecord)); in IMPL_LINK()
|
H A D | cuigaldlg.cxx | 1002 SearchProgress* pProgress = new SearchProgress( this, aURL ); in SearchFiles() local 1010 pProgress->SetFileType( aCbbFileType.GetText() ); in SearchFiles() 1011 pProgress->SetDirectory( rtl::OUString() ); in SearchFiles() 1012 pProgress->Update(); in SearchFiles() 1014 pProgress->StartExecuteModal( LINK( this, TPGalleryThemeProperties, EndSearchProgressHdl ) ); in SearchFiles()
|
/aoo41x/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 127 ScProgress* pProgress = new ScProgress( mpDoc->GetDocumentShell(), in WriteToDocument() local 401 pProgress->SetStateOnPercent( ++nProgress ); in WriteToDocument() 410 pProgress->SetState( nProgress, nEndCol - nStartCol + 1 ); in WriteToDocument() 416 pProgress->SetState( ++nProgress ); in WriteToDocument() 419 DELETEZ( pProgress ); // SetOptimalHeight hat seinen eigenen ProgressBar in WriteToDocument() 452 if ( pProgress ) in WriteToDocument() 453 delete pProgress; in WriteToDocument()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 307 SfxProgress* pProgress = NULL; in IMPL_LINK() local 314 pProgress = new SfxProgress( NULL, aStr, nFullTime ); in IMPL_LINK() 341 WaitInEffect( nTime, nTmpTime, pProgress ); in IMPL_LINK() 346 WaitInEffect( 100, nTmpTime, pProgress ); in IMPL_LINK() 378 if( pProgress ) in IMPL_LINK() 380 delete pProgress; in IMPL_LINK() 698 SfxProgress* pProgress ) const in WaitInEffect() 706 if( pProgress ) in WaitInEffect() 707 pProgress->SetState( nTime + nMilliSeconds + aCurrent - aEnd ); in WaitInEffect()
|
/aoo41x/main/sfx2/source/bastyp/ |
H A D | progress.cxx | 708 SfxProgress *pProgress = 0; in GetActiveProgress() local 710 pProgress = pDocSh->GetProgress(); in GetActiveProgress() 711 if ( !pProgress ) in GetActiveProgress() 712 pProgress = SFX_APP()->GetProgress(); in GetActiveProgress() 713 return pProgress; in GetActiveProgress()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtstyle.cxx | 120 ProgressBarHelper *pProgress = GetExport().GetProgressBarHelper(); in exportStyleAttributes() local 121 pProgress->SetValue( pProgress->GetValue()+2 ); in exportStyleAttributes()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | read.cxx | 89 ::std::auto_ptr< ScfSimpleProgressBar > pProgress( new ScfSimpleProgressBar( in Read() 140 pProgress->ProgressAbs( nProgressBaseSize + aIn.GetSvStreamPos() - nProgressBasePos ); in Read() 749 pProgress.reset(); in Read() 816 ::std::auto_ptr< ScfSimpleProgressBar > pProgress( new ScfSimpleProgressBar( in Read() 909 pProgress->ProgressAbs( nProgressBaseSize + aIn.GetSvStreamPos() - nProgressBasePos ); in Read() 1211 pProgress.reset(); in Read()
|
/aoo41x/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 169 pProgress = 0; in EditorWindow() 617 DELETEZ( pProgress ); in CreateEditEngine() 835 if ( pProgress ) in DoSyntaxHighlight() 836 pProgress->StepProgress(); in DoSyntaxHighlight() 845 if ( pProgress ) in DoDelayedSyntaxHighlight() 846 pProgress->StepProgress(); in DoDelayedSyntaxHighlight() 897 if ( pProgress ) in ParagraphInsertedDeleted() 898 pProgress->StepProgress(); in ParagraphInsertedDeleted() 932 DBG_ASSERT( !pProgress, "ProgressInfo existiert schon" ); in CreateProgress() 933 …pProgress = new ProgressInfo( IDE_DLL()->GetShell()->GetViewFrame()->GetObjectShell(), rText, nRan… in CreateProgress() [all …]
|
/aoo41x/main/sfx2/source/doc/ |
H A D | objmisc.cxx | 1129 return pImp->pProgress; in GetProgress() 1136 SfxProgress *pProgress /* zu startender <SfxProgress> oder 0, falls in SetProgress_Impl() argument 1147 DBG_ASSERT( ( !pImp->pProgress && pProgress ) || in SetProgress_Impl() 1148 ( pImp->pProgress && !pProgress ), in SetProgress_Impl() 1150 pImp->pProgress = pProgress; in SetProgress_Impl()
|
/aoo41x/main/sc/source/core/data/ |
H A D | table1.cxx | 293 ScProgress* pProgress = NULL; in SetOptimalHeight() local 295 pProgress = pOuterProgress; in SetOptimalHeight() 297 pProgress = new ScProgress( pDocument->GetDocumentShell(), in SetOptimalHeight() 325 if (pProgress) in SetOptimalHeight() 331 pProgress->SetState( nWeightedCount + nProgressStart ); in SetOptimalHeight() 395 if ( pProgress != pOuterProgress ) in SetOptimalHeight() 396 delete pProgress; in SetOptimalHeight()
|
/aoo41x/main/svx/source/dialog/ |
H A D | docrecovery.cxx | 817 SaveProgressDialog* pProgress = new SaveProgressDialog(this, m_pCore); in execute() local 818 m_nResult = pProgress->Execute(); in execute() 819 delete pProgress; in execute() 845 PluginProgress* pProgress = new PluginProgress( &m_aProgrParent, pCore->getSMGR() ); in SaveProgressDialog() local 846 …s::task::XStatusIndicator >(static_cast< css::task::XStatusIndicator* >(pProgress), css::uno::UNO_… in SaveProgressDialog() 1071 PluginProgress* pProgress = new PluginProgress( &m_aProgrParent, pCore->getSMGR() ); in RecoveryDialog() local 1072 …s::task::XStatusIndicator >(static_cast< css::task::XStatusIndicator* >(pProgress), css::uno::UNO_… in RecoveryDialog()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | layact.hxx | 65 SfxProgress * pProgress; member in SwLayAction 169 { pProgress = _pProgress; } in SetProgress()
|