Searched refs:aProgressMixer (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/dbaccess/source/ext/macromigration/ |
H A D | migrationengine.cxx | 1155 ProgressMixer aProgressMixer( aDelegator ); in impl_handleDocument_nothrow() local 1156 aProgressMixer.registerPhase( PHASE_JAVASCRIPT, 1 ); in impl_handleDocument_nothrow() 1157 aProgressMixer.registerPhase( PHASE_BEANSHELL, 1 ); in impl_handleDocument_nothrow() 1158 aProgressMixer.registerPhase( PHASE_PYTHON, 1 ); in impl_handleDocument_nothrow() 1159 aProgressMixer.registerPhase( PHASE_JAVA, 1 ); in impl_handleDocument_nothrow() 1160 aProgressMixer.registerPhase( PHASE_BASIC, 5 ); in impl_handleDocument_nothrow() 1162 aProgressMixer.registerPhase( PHASE_DIALOGS, 1 ); in impl_handleDocument_nothrow() 1169 … && impl_migrateScriptStorage_nothrow( aSubDocument, eBeanShell, aProgressMixer, PHASE_BEANSHELL ) in impl_handleDocument_nothrow() 1170 … && impl_migrateScriptStorage_nothrow( aSubDocument, ePython, aProgressMixer, PHASE_PYTHON ) in impl_handleDocument_nothrow() 1171 … && impl_migrateScriptStorage_nothrow( aSubDocument, eJava, aProgressMixer, PHASE_JAVA ); in impl_handleDocument_nothrow() [all …]
|
Completed in 18 milliseconds