/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterAnimator.cxx | 94 …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 D | PresenterPaneAnimator.cxx | 193 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 D | PresenterAnimation.hxx | 97 virtual void Run (const double nProgress, const sal_uInt64 nCurrentTime) = 0;
|
H A D | PresenterWindowManager.cxx | 1519 virtual void Run (const double nProgress, const sal_uInt64 nCurrentTime) in Run() argument 1522 mpSprite->SetAlpha(1.0 - nProgress); in Run()
|
/aoo42x/main/sc/source/core/data/ |
H A D | table4.cxx | 575 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 …]
|
/aoo42x/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 129 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()
|
/aoo42x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_dialog2.hxx | 78 virtual void updateProgress( const long nProgress ) = 0; 153 virtual void updateProgress( const long nProgress ); 226 virtual void updateProgress( const long nProgress );
|
H A D | dp_gui_dialog2.cxx | 1027 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 D | dp_gui_extensioncmdqueue.cxx | 318 long nProgress = ((m_nCurrentProgress*5) % 100) + 5; in updateProgress() local 320 m_pDialogHelper->updateProgress( nProgress ); in updateProgress()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par4.cxx | 265 ::SetProgressState(nProgress, mpDocShell); // Update in ImportOle() 358 ::SetProgressState( nProgress, rDoc.GetDocShell() ); // Update in ImportOleBase() 428 ::SetProgressState(nProgress, mpDocShell); // Update in ImportOleBase()
|
H A D | ww8par.cxx | 3648 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 D | ww8graf2.cxx | 508 ::SetProgressState(nProgress, mpDocShell); // Update in ImportGraf()
|
H A D | ww8par2.cxx | 2475 ::SetProgressState(pIo->nProgress, pIo->mpDocShell); // Update in CreateSwTable() 3366 ::SetProgressState(pIo->nProgress, pIo->mpDocShell); // Update in TableCellEnd()
|
H A D | ww8par.hxx | 1129 sal_uInt16 nProgress; // %-Angabe fuer Progressbar member in SwWW8ImplReader
|
H A D | ww8graf.cxx | 2520 ::SetProgressState(nProgress, mpDocShell); // Update in Read_GrafLayer()
|
/aoo42x/main/sdext/source/minimizer/ |
H A D | optimizerdialog.cxx | 394 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()
|
H A D | impoptimizer.cxx | 400 …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()
|