Home
last modified time | relevance | path

Searched refs:pProgress (Results 1 – 25 of 47) sorted by relevance

12

/aoo42x/main/sw/source/ui/app/
H A Dmainwn.cxx81 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 …]
/aoo42x/main/sfx2/source/appl/
H A Dapp.cxx507 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 …]
/aoo42x/main/sc/inc/
H A Dprogress.hxx57 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()
/aoo42x/main/sc/source/core/tool/
H A Dprogress.cxx95 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()
/aoo42x/main/vcl/inc/vcl/
H A Dbitmap.hxx427 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 …]
/aoo42x/main/sw/source/filter/xml/
H A Dxmlmeta.cxx187 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 Dxmlexp.cxx288 ProgressBarHelper *pProgress = GetProgressBarHelper(); in exportDoc() local
289 if( -1 == pProgress->GetReference() ) in exportDoc()
317 pProgress->SetReference( nRef ); in exportDoc()
318 pProgress->SetValue( 0 ); in exportDoc()
/aoo42x/main/vcl/source/gdi/
H A Dimpvect.cxx739 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 Dbitmap4.cxx48 …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 Dimpvect.hxx54 sal_uInt8 cReduce, sal_uLong nFlags, const Link* pProgress );
56 sal_uLong nFlags, const Link* pProgress );
/aoo42x/main/sd/source/ui/func/
H A Dfucopy.cxx185 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 Dfuinsfil.cxx702 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()
/aoo42x/main/svx/inc/svx/
H A Dsvimbase.hxx129 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 );
/aoo42x/main/cui/source/dialogs/
H A Dcuifmsearch.cxx774 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 Dcuigaldlg.cxx1002 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()
/aoo42x/main/sc/source/filter/rtf/
H A Deeimpars.cxx127 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()
/aoo42x/main/sd/source/ui/dlg/
H A Danimobjs.cxx307 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()
/aoo42x/main/sfx2/source/bastyp/
H A Dprogress.cxx708 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()
/aoo42x/main/basctl/source/basicide/
H A Dbaside2b.cxx169 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()
933pProgress = new ProgressInfo( IDE_DLL()->GetShell()->GetViewFrame()->GetObjectShell(), rText, nRan… in CreateProgress()
[all …]
/aoo42x/main/sc/source/filter/excel/
H A Dread.cxx89 ::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()
/aoo42x/main/xmloff/source/text/
H A Dtxtstyle.cxx120 ProgressBarHelper *pProgress = GetExport().GetProgressBarHelper(); in exportStyleAttributes() local
121 pProgress->SetValue( pProgress->GetValue()+2 ); in exportStyleAttributes()
/aoo42x/main/sfx2/source/doc/
H A Dobjmisc.cxx1132 return pImp->pProgress; in GetProgress()
1139 SfxProgress *pProgress /* zu startender <SfxProgress> oder 0, falls in SetProgress_Impl() argument
1150 DBG_ASSERT( ( !pImp->pProgress && pProgress ) || in SetProgress_Impl()
1151 ( pImp->pProgress && !pProgress ), in SetProgress_Impl()
1153 pImp->pProgress = pProgress; in SetProgress_Impl()
/aoo42x/main/sc/source/core/data/
H A Dtable1.cxx293 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()
/aoo42x/main/svx/source/dialog/
H A Ddocrecovery.cxx817 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()
/aoo42x/main/sw/source/core/inc/
H A Dlayact.hxx65 SfxProgress * pProgress; member in SwLayAction
169 { pProgress = _pProgress; } in SetProgress()

Completed in 145 milliseconds

12