Home
last modified time | relevance | path

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

/trunk/main/forms/source/xforms/
H A Dsubmission.cxx542 Reference<XInteractionContinuation> xCancel = pCancel; in submitWithInteraction() local
543 pRequest->addContinuation( xCancel ); in submitWithInteraction()
/trunk/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx1415 Reference< ::com::sun::star::util::XCancellable > xCancel(m_xMainForm, UNO_QUERY); in cancel() local
1416 if (xCancel.is()) in cancel()
1418 xCancel->cancel(); in cancel()

Completed in 61 milliseconds