Searched refs:pAbort (Results 1 – 13 of 13) sorted by relevance
111 … ::rtl::Reference< ::comphelper::OInteractionAbort > pAbort( new ::comphelper::OInteractionAbort ); in requestDocumentPassword()113 pRequest->addContinuation( pAbort.get() ); in requestDocumentPassword()119 if ( pAbort->wasSelected() ) in requestDocumentPassword()
1475 OInteractionAbort* pAbort = new OInteractionAbort; in save() local1476 pRequest->addContinuation(pAbort); in save()1483 if ( pAbort->wasSelected() ) in save()1550 OInteractionAbort* pAbort = new OInteractionAbort; in saveAs() local1551 pRequest->addContinuation(pAbort); in saveAs()1558 if ( pAbort->wasSelected() ) in saveAs()
1177 OInteractionAbort* pAbort = new OInteractionAbort; in connectWithCompletion() local1196 pRequest->addContinuation(pAbort); in connectWithCompletion()
495 ::rtl::Reference< ::comphelper::OInteractionAbort > pAbort( in handleError()503 pRequest->addContinuation( pAbort.get() ); in handleError()511 OSL_ENSURE(pAbort->wasSelected(), "no continuation selected?"); in handleError()
2118 ::comphelper::OInteractionAbort* pAbort = new ::comphelper::OInteractionAbort(); in UseInteractionToHandleError()2121 … static_cast< task::XInteractionContinuation* >( pAbort ), uno::UNO_QUERY ); in UseInteractionToHandleError()2129 bResult = pAbort->wasSelected(); in UseInteractionToHandleError()
4108 … ::rtl::Reference< ::comphelper::OInteractionAbort > pAbort( new ::comphelper::OInteractionAbort ); in CallApproveHandler()4109 aContinuations[ 1 ] = pAbort.get(); in CallApproveHandler()
640 OInteractionAbort* pAbort = new OInteractionAbort; in completeParameters() local651 pRequest->addContinuation( pAbort ); in completeParameters()
1840 OInteractionAbort* pAbort = new OInteractionAbort; in askForParameters() local1850 pRequest->addContinuation(pAbort); in askForParameters()
853 OInteractionAbort* pAbort = new OInteractionAbort; in lcl_handle() local854 pRequest->addContinuation( pAbort ); in lcl_handle()
311 … ::rtl::Reference< comphelper::OInteractionAbort > pAbort = new comphelper::OInteractionAbort; in getCurrentSettings()317 pRequest->addContinuation(pAbort.get()); in getCurrentSettings()
1059 comphelper::OInteractionAbort* pAbort = new comphelper::OInteractionAbort(); in impl_furtherDocsAllowed() local1063 static_cast< css::task::XInteractionContinuation* >(pAbort), in impl_furtherDocsAllowed()
1478 OInteractionAbort* pAbort = new OInteractionAbort; in approveParameter() local1487 pParamRequest->addContinuation(pAbort); in approveParameter()
3966 OInteractionAbort* pAbort = new OInteractionAbort; in approveParameter() local3975 pParamRequest->addContinuation(pAbort); in approveParameter()
Completed in 152 milliseconds