Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx480 …::rtl::Reference< ::ucbhelper::InteractionContinuation > xSelected = xInteractionRequestImpl->getS… in CheckFileDate()
481 … if ( uno::Reference< task::XInteractionAbort >( xSelected.get(), uno::UNO_QUERY ).is() ) in CheckFileDate()
964 …::rtl::Reference< ::ucbhelper::InteractionContinuation > xSelected = xInteractionRequestImpl->getS… in ShowLockedWebDAVDocumentDialog()
965 if ( uno::Reference< task::XInteractionAbort >( xSelected.get(), uno::UNO_QUERY ).is() ) in ShowLockedWebDAVDocumentDialog()
969 … else if ( uno::Reference< task::XInteractionDisapprove >( xSelected.get(), uno::UNO_QUERY ).is() ) in ShowLockedWebDAVDocumentDialog()
1063 …::rtl::Reference< ::ucbhelper::InteractionContinuation > xSelected = xInteractionRequestImpl->getS… in ShowLockedDocumentDialog()
1064 if ( uno::Reference< task::XInteractionAbort >( xSelected.get(), uno::UNO_QUERY ).is() ) in ShowLockedDocumentDialog()
1068 … else if ( uno::Reference< task::XInteractionDisapprove >( xSelected.get(), uno::UNO_QUERY ).is() ) in ShowLockedDocumentDialog()
1231 …::rtl::Reference< ::ucbhelper::InteractionContinuation > xSelected = xIgnoreRequestImpl->getSelect… in LockOrigFileOnDemand()
1232 …bResult = ( uno::Reference< task::XInteractionApprove >( xSelected.get(), uno::UNO_QUERY ).is() ); in LockOrigFileOnDemand()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_DataSource.cxx462 Reference< XDataSeries > xSelected; in fillSeriesListBox() local
465 xSelected.set( pEntry->m_xDataSeries ); in fillSeriesListBox()
504 if( bHasSelectedEntry && ((*aIt).second.first == xSelected)) in fillSeriesListBox()

Completed in 38 milliseconds