Searched refs:aSubDocument (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/dbaccess/source/ext/macromigration/ |
| H A D | migrationengine.cxx | 1141 SubDocument aSubDocument( _rDocument ); in impl_handleDocument_nothrow() local 1142 …OpenDocResult eResult = lcl_loadSubDocument_nothrow( aSubDocument, pStatusIndicator.get(), m_rLogg… in impl_handleDocument_nothrow() 1164 bool bSuccess = impl_checkScriptStorageStructure_nothrow( aSubDocument ); in impl_handleDocument_nothrow() 1168 …&& impl_migrateScriptStorage_nothrow( aSubDocument, eJavaScript, aProgressMixer, PHASE_JAVASCRIPT… 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() 1175 … && impl_migrateContainerLibraries_nothrow( aSubDocument, eBasic, aProgressMixer, PHASE_BASIC ) in impl_handleDocument_nothrow() 1176 …&& impl_migrateContainerLibraries_nothrow( aSubDocument, eDialog, aProgressMixer, PHASE_DIALOGS ); in impl_handleDocument_nothrow() 1185 impl_adjustDocumentEvents_nothrow( aSubDocument ); in impl_handleDocument_nothrow() [all …]
|