Searched refs:ProgressMixer (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/dbaccess/source/ext/macromigration/ |
H A D | progressmixer.cxx | 144 ProgressMixer::ProgressMixer( IProgressConsumer& _rConsumer ) in ProgressMixer() function in dbmm::ProgressMixer 150 ProgressMixer::~ProgressMixer() in ~ProgressMixer() 155 void ProgressMixer::registerPhase( const PhaseID _nID, const PhaseWeight _nWeight ) in registerPhase() 165 void ProgressMixer::startPhase( const PhaseID _nID, const sal_uInt32 _nPhaseRange ) in startPhase() 175 void ProgressMixer::advancePhase( const sal_uInt32 _nPhaseProgress ) in advancePhase() 193 void ProgressMixer::endPhase() in endPhase()
|
H A D | progressmixer.hxx | 60 class ProgressMixer class 63 ProgressMixer( IProgressConsumer& _rConsumer ); 64 ~ProgressMixer();
|
H A D | migrationengine.cxx | 835 PhaseGuard( ProgressMixer& _rMixer ) in PhaseGuard() 840 PhaseGuard( ProgressMixer& _rMixer, const PhaseID _nID, const sal_uInt32 _nPhaseRange ) in PhaseGuard() 857 ProgressMixer& m_rMixer; 914 ProgressMixer& _rProgress, 923 ProgressMixer& _rProgress, 1155 ProgressMixer aProgressMixer( aDelegator ); in impl_handleDocument_nothrow() 1331 const ScriptType _eScriptType, ProgressMixer& _rProgress, const PhaseID _nPhaseID ) const in impl_migrateScriptStorage_nothrow() 1461 … const ScriptType _eScriptType, ProgressMixer& _rProgress, const PhaseID _nPhaseID ) const in impl_migrateContainerLibraries_nothrow()
|
Completed in 15 milliseconds