Lines Matching refs:aSubDocument

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()
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()
1201 bSuccess = lcl_unloadSubDocument_nothrow( aSubDocument, m_rLogger ) in impl_handleDocument_nothrow()