Searched refs:xNewDocument (Results 1 – 2 of 2) sorted by relevance
547 Reference< XOfficeDatabaseDocument > xNewDocument; in impl_reloadDocument_nothrow() local569 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()
357 Reference< XComponent > xNewDocument; in newDocument() local394 …xNewDocument.set( xContent->execute( aCommand, xContent->createCommandIdentifier(), NULL ), UNO_QU… in newDocument()402 return xNewDocument; in newDocument()
Completed in 10 milliseconds