Lines Matching refs:xDocument

162         Reference< XModel >             xDocument;          // valid only temporarily  member
170 ,xDocument() in SubDocument()
302 … OSL_PRECOND( !_rDocument.xDocument.is(), "lcl_loadSubDocument_nothrow: already loaded!" ); in lcl_loadSubDocument_nothrow()
322 _rDocument.xDocument.set( xDocComponent, UNO_QUERY_THROW ); in lcl_loadSubDocument_nothrow()
350 return _rDocument.xDocument.is() ? eOpenedDoc : eFailure; in lcl_loadSubDocument_nothrow()
377 _rDocument.xDocument.clear(); in lcl_unloadSubDocument_nothrow()
1195 && ScriptsStorage::removeFromDocument( aSubDocument.xDocument, m_rLogger ) in impl_handleDocument_nothrow()
1196 && lcl_commitDocumentStorage_nothrow( aSubDocument.xDocument, m_rLogger ) in impl_handleDocument_nothrow()
1287 …OSL_PRECOND( _rDocument.xDocument.is(), "MigrationEngine_Impl::impl_checkScriptStorageStructure_no… in impl_checkScriptStorageStructure_nothrow()
1288 if ( !_rDocument.xDocument.is() ) in impl_checkScriptStorageStructure_nothrow()
1294 ScriptsStorage aDocStorage( _rDocument.xDocument, m_rLogger ); in impl_checkScriptStorageStructure_nothrow()
1333 …OSL_PRECOND( _rDocument.xDocument.is(), "MigrationEngine_Impl::impl_migrateScriptStorage_nothrow: … in impl_migrateScriptStorage_nothrow()
1334 if ( !_rDocument.xDocument.is() ) in impl_migrateScriptStorage_nothrow()
1348 ScriptsStorage aDocStorage( _rDocument.xDocument, m_rLogger ); in impl_migrateScriptStorage_nothrow()
1474 Reference< XEmbeddedScripts > xSubDocScripts( _rDocument.xDocument, UNO_QUERY ); in impl_migrateContainerLibraries_nothrow()
1763 Reference< XEventsSupplier > xSuppEvents( _rDocument.xDocument, UNO_QUERY ); in impl_adjustDocumentEvents_nothrow()
1903 DrawPageIterator aPageIter( _rDocument.xDocument ); in impl_adjustFormComponentEvents_nothrow()