Home
last modified time | relevance | path

Searched refs:nProgress (Results 1 – 17 of 17) sorted by path

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx1027 void ExtMgrDialog::updateProgress( const long nProgress ) in updateProgress() argument
1031 m_nProgress = nProgress; in updateProgress()
1437 void UpdateRequiredDialog::updateProgress( const long nProgress ) in updateProgress() argument
1441 m_nProgress = nProgress; in updateProgress()
H A Ddp_gui_dialog2.hxx78 virtual void updateProgress( const long nProgress ) = 0;
153 virtual void updateProgress( const long nProgress );
226 virtual void updateProgress( const long nProgress );
H A Ddp_gui_extensioncmdqueue.cxx318 long nProgress = ((m_nCurrentProgress*5) % 100) + 5; in updateProgress() local
320 m_pDialogHelper->updateProgress( nProgress ); in updateProgress()
/trunk/main/sc/source/core/data/
H A Dtable4.cxx575 sal_uLong nProgress = rProgress.GetState(); in FillAuto() local
736 nProgress += nIMax - nIMin + 1; in FillAuto()
737 rProgress.SetStateOnPercent( nProgress ); in FillAuto()
905 ++nProgress; in FillAuto()
912 rProgress.SetStateOnPercent( nProgress ); in FillAuto()
929 nProgress = rProgress.GetState(); in FillAuto()
1352 sal_uLong nProgress = rProgress.GetState(); in FillSeries() local
1403 nProgress += nIMax - nIMin + 1; in FillSeries()
1481 nProgress += nIMax - nIMin + 1; in FillSeries()
1587 nProgress += nIMax - nIMin + 1; in FillSeries()
[all …]
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx129 sal_uLong nProgress = 0; in WriteToDocument() local
401 pProgress->SetStateOnPercent( ++nProgress ); in WriteToDocument()
409 nProgress = 0; in WriteToDocument()
410 pProgress->SetState( nProgress, nEndCol - nStartCol + 1 ); in WriteToDocument()
416 pProgress->SetState( ++nProgress ); in WriteToDocument()
/trunk/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx400 …sal_Int32 nProgress = static_cast< sal_Int32 >( 40.0 * ( i / static_cast< double >( rGraphicList.s… in CompressGraphics() local
401 rOptimizer.SetStatusValue( TK_Progress, Any( static_cast< sal_Int32 >( nProgress ) ) ); in CompressGraphics()
H A Doptimizerdialog.cxx394 sal_Int32 nProgress = 0; in UpdateStatus() local
395 if ( *pVal >>= nProgress ) in UpdateStatus()
396 setControlProperty( TKGet( TK_Progress ), TKGet( TK_ProgressValue ), Any( nProgress ) ); in UpdateStatus()
/trunk/main/sdext/source/presenter/
H A DPresenterAnimation.hxx97 virtual void Run (const double nProgress, const sal_uInt64 nCurrentTime) = 0;
H A DPresenterAnimator.cxx94 …double nProgress (nTotalDuration > 0 ? (nCurrentTime - pAnimation->GetStartTime()) / nTotalDuratio… in Process() local
95 if (nProgress <= 0) in Process()
96 nProgress = 0; in Process()
97 else if (nProgress >= 1) in Process()
98 nProgress = 1; in Process()
101 nCurrentTime/1e6, nRequestedTime/1e6, nProgress); in Process()
102 pAnimation->Run(nProgress, nCurrentTime); in Process()
H A DPresenterPaneAnimator.cxx193 virtual void Run (const double nProgress, const sal_uInt64 nCurrentTime);
1282 void MultiAnimation::Run (const double nProgress, const sal_uInt64 nCurrentTime) in Run() argument
1288 (*iAnimation)(nProgress); in Run()
H A DPresenterWindowManager.cxx1519 virtual void Run (const double nProgress, const sal_uInt64 nCurrentTime) in Run() argument
1522 mpSprite->SetAlpha(1.0 - nProgress); in Run()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx2520 ::SetProgressState(nProgress, mpDocShell); // Update in Read_GrafLayer()
H A Dww8graf2.cxx508 ::SetProgressState(nProgress, mpDocShell); // Update in ImportGraf()
H A Dww8par.cxx3648 nProgress = (sal_uInt16)( l * 100 / nTextLen ); in ReadText()
3649 ::SetProgressState(nProgress, mpDocShell); // Update in ReadText()
3785 nProgress = 0; in SwWW8ImplReader()
4428 ::SetProgressState(nProgress, mpDocShell); // Update in CoreLoad()
4436 ::SetProgressState(nProgress, mpDocShell); // Update in CoreLoad()
4447 ::SetProgressState(nProgress, mpDocShell); // Update in CoreLoad()
4529 ::SetProgressState(nProgress, mpDocShell); // Update in CoreLoad()
4567 ::SetProgressState(nProgress, mpDocShell); // Update in CoreLoad()
H A Dww8par.hxx1129 sal_uInt16 nProgress; // %-Angabe fuer Progressbar member in SwWW8ImplReader
H A Dww8par2.cxx2475 ::SetProgressState(pIo->nProgress, pIo->mpDocShell); // Update in CreateSwTable()
3366 ::SetProgressState(pIo->nProgress, pIo->mpDocShell); // Update in TableCellEnd()
H A Dww8par4.cxx265 ::SetProgressState(nProgress, mpDocShell); // Update in ImportOle()
358 ::SetProgressState( nProgress, rDoc.GetDocShell() ); // Update in ImportOleBase()
428 ::SetProgressState(nProgress, mpDocShell); // Update in ImportOleBase()

Completed in 134 milliseconds