Searched refs:xDocContainer (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/dbaccess/source/ui/app/ |
H A D | AppControllerDnD.cxx | 600 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()
|
/aoo42x/main/dbaccess/source/ext/macromigration/ |
H A D | migrationengine.cxx | 1108 … 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 30 milliseconds