Searched refs:aSubDocument (Results 1 – 1 of 1) sorted by relevance
/trunk/main/dbaccess/source/ext/macromigration/ |
H A D | migrationengine.cxx | 1141 SubDocument aSubDocument( _rDocument ); in impl_handleDocument_nothrow() local 1164 bool bSuccess = impl_checkScriptStorageStructure_nothrow( aSubDocument ); 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() 1185 impl_adjustDocumentEvents_nothrow( aSubDocument ); in impl_handleDocument_nothrow() 1186 impl_adjustFormComponentEvents_nothrow( aSubDocument ); in impl_handleDocument_nothrow() 1195 && ScriptsStorage::removeFromDocument( aSubDocument.xDocument, m_rLogger ) in impl_handleDocument_nothrow() 1196 && lcl_commitDocumentStorage_nothrow( aSubDocument.xDocument, m_rLogger ) in impl_handleDocument_nothrow() 1197 && lcl_storeEmbeddedDocument_nothrow( aSubDocument ); in impl_handleDocument_nothrow() [all …]
|
Completed in 16 milliseconds