Home
last modified time | relevance | path

Searched refs:xDocContainer (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx600 Reference< XNameAccess > xDocContainer; in getDocumentsAccess() local
604 xDocContainer.set( getElements( _eType ) ); in getDocumentsAccess()
605 …OSL_ENSURE( xDocContainer.is(), "OApplicationController::getDocumentsAccess: invalid container!" ); in getDocumentsAccess()
609 getView(), this, getORB(), xDocContainer, xConnection, getDatabaseName() in getDocumentsAccess()
/aoo41x/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx1108 … Reference< XNameAccess > xDocContainer( m_xDocument->getFormDocuments(), UNO_SET_THROW ); in impl_collectSubDocuments_nothrow() local
1110 …lcl_collectHierarchicalElementNames_throw( xDocContainer, ::rtl::OUString(), m_aSubDocs, eForm, m_… in impl_collectSubDocuments_nothrow()
1112 xDocContainer.set( m_xDocument->getReportDocuments(), UNO_SET_THROW ); in impl_collectSubDocuments_nothrow()
1114 …lcl_collectHierarchicalElementNames_throw( xDocContainer, ::rtl::OUString(), m_aSubDocs, eReport, … in impl_collectSubDocuments_nothrow()

Completed in 87 milliseconds