Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationdialog.cxx547 Reference< XOfficeDatabaseDocument > xNewDocument; in impl_reloadDocument_nothrow() local
569 if ( !xNewDocument.is() ) in impl_reloadDocument_nothrow()
571 xNewDocument.set( xReloaded, UNO_QUERY_THROW ); in impl_reloadDocument_nothrow()
573 aDocumentArgs.put( "Model", xNewDocument ); in impl_reloadDocument_nothrow()
578 OSL_ENSURE( xNewDocument == xReloaded, in impl_reloadDocument_nothrow()
584 m_pData->xDocument = xNewDocument; in impl_reloadDocument_nothrow()
585 m_pData->xDocumentModel.set( xNewDocument, UNO_QUERY ); in impl_reloadDocument_nothrow()
/aoo4110/main/dbaccess/source/ui/misc/
H A Dlinkeddocuments.cxx357 Reference< XComponent > xNewDocument; in newDocument() local
394xNewDocument.set( xContent->execute( aCommand, xContent->createCommandIdentifier(), NULL ), UNO_QU… in newDocument()
402 return xNewDocument; in newDocument()

Completed in 12 milliseconds