/trunk/test/testcommon/source/org/openoffice/test/ |
H A D | Run.java | 38 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()
|
/trunk/main/offapi/com/sun/star/task/ |
H A D | InteractionHandler.idl | 35 /** 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 D | InteractionClassification.idl | 34 /** A classification of interaction requests. 37 This is the base of classified interaction requests.
|
/trunk/main/offapi/com/sun/star/awt/grid/ |
H A D | SortableGridDataModel.idl | 41 … 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
|
/trunk/main/offapi/com/sun/star/drawing/framework/ |
H A D | XConfigurationController.idl | 86 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 D | XConfigurationControllerRequestQueue.idl | 35 /** 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 D | XConfigurationChangeRequest.idl | 42 requests are executed asynchronously. This is done to avoid reentrance 45 configuration change requests. When the requests were executed
|
/trunk/main/offapi/com/sun/star/configuration/backend/ |
H A D | InteractionHandler.idl | 36 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.
|
/trunk/main/offapi/com/sun/star/ucb/ |
H A D | CookiePolicy.idl | 32 /** A policy how to handle cookie requests. 42 /** Generally accept all cookie requests. 47 /** Generally ignore all cookie requests.
|
H A D | RemoteProxyContentProvider.idl | 53 passing on requests to the underlying <type>XContentProvider</type>. 59 passing on requests to the underlying
|
H A D | CookieRequest.idl | 32 /** Cookie requests.
|
H A D | HandleCookiesRequest.idl | 44 /** An error requesting guidance on how to handle cookie requests.
|
/trunk/main/offapi/com/sun/star/frame/ |
H A D | DispatchProvider.idl | 44 queried purposes only. They can handle requests with guaranteed 60 and can be called for requests if result isn't necessary for dispatch operation. 72 intercepts all requests of <type>XDispatch</type> to this instance.
|
H A D | DispatchRecorder.idl | 39 /** 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 D | SessionManager.idl | 53 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 D | XToolbarController.idl | 81 /** requests to create a popup window for additional functions. 91 /** requests to create an item window which can be added to the toolbar.
|
H A D | XDispatchRecorder.idl | 48 With such recorder it will be possible to record requests of type 68 it includes the document on which such requests shall be recorded
|
/trunk/main/offapi/com/sun/star/sdb/application/ |
H A D | DefaultViewController.idl | 49 /** 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 D | CopyTableWizard.idl | 61 <li>fulfilling parameter requests. This might become necessary if the copy source 205 handle all requests described <a href="#interaction">above</a>.</p>
|
/trunk/main/offapi/com/sun/star/embed/ |
H A D | XHatchWindowController.idl | 43 A hatch window owner is responsible to handle resize/move requests 51 /** requests window owner to resize/move the window.
|
/trunk/main/binaryurp/source/ |
H A D | bridge.cxx | 135 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()
|
/trunk/main/offapi/com/sun/star/configuration/ |
H A D | AdministrationProvider.idl | 88 <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 D | ConfigurationProvider.idl | 73 <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.
|
/trunk/main/offapi/com/sun/star/linguistic2/ |
H A D | ProofreadingIterator.idl | 42 process requests for proofreading text portions.</p>
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XEventHandler.idl | 45 /** requests the implementor of this interface to handle a platform
|