/trunk/main/svx/source/form/ |
H A D | fmsrcimp.cxx | 960 FmSearchProgress aProgress; in PropagateProgress() local 964 aProgress.nCurrentRecord = m_xSearchCursor.getRow() - 1; in PropagateProgress() 975 m_aProgressHandler.Call(&aProgress); in PropagateProgress() 1087 FmSearchProgress aProgress; variable 1097 aProgress.aBookmark = m_aPreviousLocBookmark; 1102 aProgress.aBookmark = m_xSearchCursor.getBookmark(); 1109 aProgress.nCurrentRecord = m_xSearchCursor.getRow() - 1; 1117 m_aProgressHandler.Call(&aProgress); 1129 FmSearchProgress aProgress; in IMPL_LINK() local 1130 aProgress.nCurrentRecord = (sal_uIntPtr)pCounterAsVoid; in IMPL_LINK() [all …]
|
/trunk/main/padmin/source/ |
H A D | newppdlg.cxx | 125 ProgressDialog aProgress( Application::GetFocusWindow() ); in Import() local 126 aProgress.startOperation( m_aLoadingPPD ); in Import() 132 aProgress.setRange( 0, aFiles.size() ); in Import() 135 aProgress.setValue( ++i ); in Import() 136 aProgress.setFilename( aFiles.front() ); in Import()
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | optsolver.cxx | 819 ScSolverProgressDialog aProgress( this ); in CallSolver() local 822 aProgress.SetTimeLimit( nTimeout ); in CallSolver() 824 aProgress.HideTimeLimit(); in CallSolver() 825 aProgress.Show(); in CallSolver() 826 aProgress.Update(); in CallSolver() 827 aProgress.Sync(); in CallSolver() 1018 aProgress.Hide(); in CallSolver()
|
/trunk/main/sc/source/core/data/ |
H A D | documen4.cxx | 1024 ScProgress aProgress( GetDocumentShell(), in CompareDocument() local 1042 rOtherDoc, nThisTab, nOtherTab, nEndCol, NULL, &aProgress, 0 ); in CompareDocument() 1048 pOtherCols, &aProgress, nThisEndRow ); in CompareDocument() 1189 aProgress.SetStateOnPercent(nProgressStart+nThisRow); in CompareDocument()
|
H A D | table3.cxx | 532 ScProgress aProgress( pDocument->GetDocumentShell(), in Sort() local 538 SortReorder( pArray, aProgress ); in Sort() 555 ScProgress aProgress( pDocument->GetDocumentShell(), in Sort() local 559 SortReorder( pArray, aProgress ); in Sort()
|
H A D | table4.cxx | 1610 ScProgress aProgress( pDocument->GetDocumentShell(), in Fill() local 1616 FillAuto(nCol1, nRow1, nCol2, nRow2, nFillCount, eFillDir, aProgress); in Fill() 1619 eFillCmd, eFillDateCmd, nStepValue, nMaxValue, 0, sal_True, aProgress); in Fill()
|
H A D | document.cxx | 3130 ScProgress aProgress( GetDocumentShell(), ScGlobal::GetRscString( in CompileXML() local 3138 if (pTab[i]) pTab[i]->CompileXML( aProgress ); in CompileXML() 3418 …ScProgress aProgress( GetDocumentShell(), ScGlobal::GetRscString(STR_PROGRESS_HEIGHTING), nCellCou… in UpdateAllRowHeights() local 3425 pDev, nPPTX, nPPTY, rZoomX, rZoomY, sal_False, &aProgress, nProgressStart ); in UpdateAllRowHeights()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh8.cxx | 262 ScProgress aProgress( this, ScGlobal::GetRscString( STR_LOAD_DOC ), 0 ); in DBaseImport() local 315 aProgress.SetState( 0 ); in DBaseImport() 719 ScProgress aProgress( this, ScGlobal::GetRscString( STR_SAVE_DOC ), in DBaseExport() local 966 if ( !aProgress.SetStateOnPercent( nDocRow - nFirstRow ) ) in DBaseExport()
|
H A D | dbdocimp.cxx | 216 ScProgress aProgress( &rDocShell, ScGlobal::GetRscString(STR_UNDO_IMPORTDATA), 0 ); in DoImport() local 386 if (!aProgress.SetStateText( 0, aText )) // stopped by user? in DoImport()
|
H A D | docsh3.cxx | 879 ScProgress aProgress( this, in MergeDocument() local 1181 aProgress.SetStateCountDown( --nNewActionCount ); in MergeDocument()
|
H A D | docsh.cxx | 1744 ScProgress aProgress( this, ScGlobal::GetRscString( STR_SAVE_DOC ), nEndRow ); in AsciiSave() local 2058 aProgress.SetStateOnPercent( nRow ); in AsciiSave()
|
/trunk/main/svx/source/gallery2/ |
H A D | galctrl.cxx | 101 GalleryProgress aProgress( pFilter ); in SetGraphic() local
|
/trunk/main/sw/source/ui/dbui/ |
H A D | dbmgr.cxx | 994 SfxProgress aProgress(pSourrceDocSh, ::aEmptyStr, 1); in MergeMailFiles() local
|