Home
last modified time | relevance | path

Searched refs:continuations (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/ucb/test/com/sun/star/comp/ucb/
H A DGlobalTransfer_Test.java163 XInteractionContinuation[] continuations in handle() local
165 for ( int i = 0; i < continuations.length; ++i ) { in handle()
192 continuations[ i ] ); in handle()
/aoo42x/main/offapi/com/sun/star/configuration/backend/
H A DInteractionHandler.idl43 continuations match certain restrictions (see below), and (b) the
49 subset of the provided continuations that are of type
54 derived type). All other continuations are ignored for these requests.
/aoo42x/main/offapi/com/sun/star/task/
H A DInteractionHandler.idl66 continuations match certain restrictions (see below), and (b) the
72 subset of the provided continuations that are of type
77 derived type). All other continuations are ignored for these requests.
/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DDatabaseDocument.java235 final XInteractionContinuation continuations[] = _request.getContinuations(); in handle() local
236 for (int i = 0; i < continuations.length; ++i) in handle()
238 …nteractionApprove approve = UnoRuntime.queryInterface(XInteractionApprove.class, continuations[i]); in handle()
/aoo42x/main/offapi/com/sun/star/sdb/application/
H A DCopyTableContinuation.idl33 /** specifies the possible continuations when copying a table row via a

Completed in 36 milliseconds