Lines Matching refs:_rProgress
869 IMigrationProgress& _rProgress,
914 ProgressMixer& _rProgress,
923 ProgressMixer& _rProgress,
994 …const Reference< XOfficeDatabaseDocument >& _rxDocument, IMigrationProgress& _rProgress, Migration… in MigrationEngine_Impl() argument
998 ,m_rProgress( _rProgress ) in MigrationEngine_Impl()
1331 const ScriptType _eScriptType, ProgressMixer& _rProgress, const PhaseID _nPhaseID ) const in impl_migrateScriptStorage_nothrow() argument
1342 PhaseGuard aPhase( _rProgress ); in impl_migrateScriptStorage_nothrow()
1354 _rProgress.startPhase( _nPhaseID, 1 ); in impl_migrateScriptStorage_nothrow()
1355 _rProgress.endPhase(); in impl_migrateScriptStorage_nothrow()
1414 _rProgress.advancePhase( element - aStorageElements.getConstArray() ); in impl_migrateScriptStorage_nothrow()
1461 … const ScriptType _eScriptType, ProgressMixer& _rProgress, const PhaseID _nPhaseID ) const in impl_migrateContainerLibraries_nothrow() argument
1467 PhaseGuard aPhase( _rProgress ); in impl_migrateContainerLibraries_nothrow()
1591 _rProgress.advancePhase( pSourceLibName - pSourceLibBegin ); in impl_migrateContainerLibraries_nothrow()
1955 const Reference< XOfficeDatabaseDocument >& _rxDocument, IMigrationProgress& _rProgress, in MigrationEngine() argument
1957 :m_pImpl( new MigrationEngine_Impl( _rContext, _rxDocument, _rProgress, _rLogger ) ) in MigrationEngine()