Home
last modified time | relevance | path

Searched refs:requests (Results 1 – 25 of 106) sorted by relevance

12345

/aoo4110/test/testcommon/source/org/openoffice/test/
H A DRun.java38 private static void addRequest(List<NamedRequest> requests, NamedRequest request) { in addRequest() argument
39 for (NamedRequest r : requests) { in addRequest()
46 requests.add(request); in addRequest()
64 List<NamedRequest> requests = new ArrayList<NamedRequest>(); in main() local
130 addRequest(requests, request); in main()
135 addRequest(requests, request); in main()
140 addRequest(requests, request); in main()
144 for (NamedRequest request : requests) { in main()
/aoo4110/main/offapi/com/sun/star/task/
H A DInteractionHandler.idl35 /** An interaction request handler that lets the user handle requests via GUI dialogs.
39 …onfiguring_handlers">configure additional handlers</a>, responsible for arbitrary requests.</a></p>
43 The following well-known requests can be dealt with by the built-in handlers:
65 The requests marked with an asterisk are only handled if (a) their
77 derived type). All other continuations are ignored for these requests.
138 …<p>It is possible to configure additional interaction handlers, to which certain requests can be d…
152 …that the types you specify are general enough to cover all requests you want to handle, but also s…
153 enough to not cover requests which other handlers might be interested in.</p>
H A DInteractionClassification.idl34 /** A classification of interaction requests.
37 This is the base of classified interaction requests.
/aoo4110/main/offapi/com/sun/star/awt/grid/
H A DSortableGridDataModel.idl41 … must be created with a secondary grid data model, which all actual data requests are delegated to.
48 …in this column is taken into account. Further read requests to this column will assume that all no…
53 …<p>All requests made via the <type>XMutableGridDataModel</type> are delegated to the <code>XMutabl…
68 the data model to which read requests are delegated.
80 is the data model to which read requests are delegated
/aoo4110/main/offapi/com/sun/star/drawing/framework/
H A DXConfigurationController.idl86 decide to make requests that then are added to the queue. For example
205 /** Lock the processing of configuration change requests.
208 changes) before all change requests are being made.</p>
215 /** Unlock the processing of configuration change requests.
218 requests is not empty the configuration controller continues the
219 processing of the change requests. An update of the current
251 requests so that the resulting reqeusted configuration equals the
256 listeners can make more configuratio change requests, so that the
H A DXConfigurationControllerRequestQueue.idl35 /** The request queue of the configuration controller handles requests for
38 <p>This interface allows callers to add requests to the back of the
45 /** Return whether there are pending requests for configuration changes.
56 callers. They can add change requests that can not be made with the
H A DXConfigurationChangeRequest.idl42 requests are executed asynchronously. This is done to avoid reentrance
45 configuration change requests. When the requests were executed
/aoo4110/main/offapi/com/sun/star/configuration/backend/
H A DInteractionHandler.idl36 known requests via GUI dialogs.
38 <P>The well known requests handled by this service include
42 The requests marked with an asterisk are only handled if (a) their
54 derived type). All other continuations are ignored for these requests.
/aoo4110/main/offapi/com/sun/star/ucb/
H A DCookiePolicy.idl32 /** A policy how to handle cookie requests.
42 /** Generally accept all cookie requests.
47 /** Generally ignore all cookie requests.
H A DRemoteProxyContentProvider.idl53 passing on requests to the underlying <type>XContentProvider</type>.
59 passing on requests to the underlying
H A DCookieRequest.idl32 /** Cookie requests.
/aoo4110/main/offapi/com/sun/star/frame/
H A DDispatchProvider.idl44 queried purposes only. They can handle requests with guaranteed
60 and can be called for requests if result isn't neccessary for dispatch operation.
72 intercepts all requests of <type>XDispatch</type> to this instance.
H A DDispatchRecorder.idl39 /** provides functionality to record <member>XDispatch::dispatch()</member> requests
48 for further requests or disable it in general by setting this property to <NULL/>.
H A DSessionManager.idl53 coordinates these requests and grants every application in need of user
72 the session manager's signals as well as requests to the session manager.
H A DXDispatchRecorder.idl48 With such recorder it will be possible to record requests of type
68 it includes the document on which such requests shall be recorded
H A DXToolbarController.idl81 /** requests to create a popup window for additional functions.
91 /** requests to create an item window which can be added to the toolbar.
/aoo4110/main/offapi/com/sun/star/sdb/application/
H A DDefaultViewController.idl49 /** allows intercepting context menu requests done by the user
58 …reports are displayed in a tree-like fashion. Currently, only context menu requests on this tree v…
59 …can be intercepted using the <code>XContextMenuInterception</code> interface. Context menu requests
H A DCopyTableWizard.idl61 <li>fulfilling parameter requests. This might become necessary if the copy source
205 handle all requests described <a href="#interaction">above</a>.</p>
/aoo4110/ext_libraries/serf/
H A Dserf-1.2.1.logging.patch8 -#define SSL_MSG_VERBOSE 0 /* logs decrypted requests and responses. */
20 +#define SSL_MSG_VERBOSE SERF_VERBOSE_FLAG /* logs decrypted requests and responses. */
/aoo4110/main/offapi/com/sun/star/embed/
H A DXHatchWindowController.idl43 A hatch window owner is responsible to handle resize/move requests
51 /** requests window owner to resize/move the window.
/aoo4110/main/binaryurp/source/
H A Dbridge.cxx135 OutgoingRequests & requests, rtl::ByteSequence const & tid,
149 OutgoingRequests & requests, rtl::ByteSequence const & tid, in PopOutgoingRequest() argument
151 requests_(requests), tid_(tid), cleared_(false) in PopOutgoingRequest()
/aoo4110/main/offapi/com/sun/star/configuration/
H A DAdministrationProvider.idl88 <p>Using the first of these service specifiers requests a read-only view of
95 <p>Using the second form requests an updatable view of the configuration.
H A DConfigurationProvider.idl73 <p>Using the first of these service specifiers requests a read-only view of
80 <p>Using the second form requests an updatable view of the configuration.
/aoo4110/main/offapi/com/sun/star/linguistic2/
H A DProofreadingIterator.idl42 process requests for proofreading text portions.</p>
/aoo4110/main/offapi/com/sun/star/awt/
H A DXEventHandler.idl45 /** requests the implementor of this interface to handle a platform

Completed in 49 milliseconds

12345