Home
last modified time | relevance | path

Searched refs:request (Results 1 – 25 of 231) sorted by relevance

12345678910

/trunk/main/desktop/source/deployment/manager/
H A Ddp_commandenvironments.cxx162 uno::Any request( xRequest->getRequest() ); in handle() local
172 if ((request >>= verExc) in handle()
173 || (request >>= licExc) in handle()
174 || (request >>= instExc)) in handle()
205 if (request >>= licExc) in handle()
244 if (request >>= licExc) in handle()
273 if (request >>= licExc) in handle()
278 else if ((request >>= platformExc) in handle()
279 || (request >>= depExc)) in handle()
281 m_Exception = request; in handle()
[all …]
/trunk/test/testcommon/source/org/openoffice/test/
H A DRun.java40 if (r.getName().equals(request.getName())) { in addRequest()
41 r.merge(request); in addRequest()
46 requests.add(request); in addRequest()
129 NamedRequest request = NamedRequest.tc(s); in main() local
130 addRequest(requests, request); in main()
134 NamedRequest request = NamedRequest.tp(s); in main() local
135 addRequest(requests, request); in main()
139 NamedRequest request = NamedRequest.tm(s); in main() local
140 addRequest(requests, request); in main()
144 for (NamedRequest request : requests) { in main()
[all …]
/trunk/main/ucb/source/ucp/webdav/
H A DCurlRequest.cxx105 CurlRequest *request = static_cast< CurlRequest* >( userdata ); in Curl_SeekCallback() local
107 request->requestBodyOffset = (size_t) offset; in Curl_SeekCallback()
109 request->requestBodyOffset += (size_t) offset; in Curl_SeekCallback()
111 request->requestBodyOffset += (size_t) ((curl_off_t)request->requestBodySize + offset); in Curl_SeekCallback()
114 if ( request->requestBodyOffset > request->requestBodySize ) in Curl_SeekCallback()
115 request->requestBodyOffset = request->requestBodySize; in Curl_SeekCallback()
121 CurlRequest *request = static_cast< CurlRequest* >( userdata ); in Curl_SendMoreBody() local
123 return request->curlSendMoreBody( buffer, nitems ); in Curl_SendMoreBody()
302 CurlRequest *request = static_cast< CurlRequest* >( userdata ); in Curl_HeaderReceived() local
304 request->curlHeaderReceived( buffer, nitems ); in Curl_HeaderReceived()
[all …]
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx230 Any request( xRequest->getRequest() ); in handle() local
231 OSL_ASSERT( request.getValueTypeClass() == TypeClass_EXCEPTION ); in handle()
233 + ::comphelper::anyToString(request) + OUSTR("\n\n")); in handle()
247 if (request >>= wtExc) { in handle()
268 request = wtExc.TargetException; in handle()
276 else if (request >>= licExc) in handle()
280 else if (request >>= instExc) in handle()
286 else if (request >>= platExc) in handle()
295 if (request >>= nc_exc) { in handle()
309 OUString msg = ::comphelper::anyToString(request); in handle()
/trunk/main/offapi/com/sun/star/ucb/
H A DWebDAVHTTPMethod.idl34 /** HTTP request method as defined in
39 /** HTTP request method as defined in
44 /** HTTP request method as defined in
49 /** HTTP request method as defined in
54 /** HTTP request method as defined in
59 /** HTTP request method as defined in
64 /** HTTP request method as defined in
69 /** HTTP request method as defined in
74 /** HTTP request method as defined in
H A DXWebDAVCommandEnvironment.idl36 /** This method gets called while assembling an WebDAV/HTTP request.
38 the list of request headers before the request is dispatched.
41 The request URI.
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXConfigurationController.idl66 <li>when the last pending request for configuration changes has been
76 request that is being made by calling
81 into a queue. The request objects in the queue are processed
83 Only when one request object is processed a change to the requested
90 <p>This process goes on until the queue of request objects becomes
117 configuration change request is executed, not when the
125 configuration change request is executed that is created when for
163 <p>The request is processed asynchronously. Notifications about
169 resource activation to the request queue, similar resources
182 <p>The request is processed asynchronously. Notifications about
[all …]
H A DXConfigurationControllerRequestQueue.idl35 /** The request queue of the configuration controller handles requests for
47 Returns <TRUE/> when there is at least one request object in the
53 /** Add a request for a configuration change to the request queue.
60 The configuration change represented by this request object must only
H A DXConfigurationChangeRequest.idl38 /** A single explicit request for a configuration change.
47 their request call has not yet returned.</p>
54 /** Commit the configuration change request represented by the called
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DMessage.java35 ThreadId threadId, boolean request, String objectId, in Message() argument
41 this.request = request; in Message()
71 return request; in isRequest()
182 private final boolean request; field in Message
/trunk/main/udkapi/com/sun/star/task/
H A DXInteractionHandler2.idl37 /** An interaction request handler.
40 the way that a caller can determine whether an interaction request was
48 /** Handle an interaction request.
50 @param Request the inteaction request to handle.
52 @return <true/>, if the handler handled the request, <false/> otherwise.
H A DXInteractionRequest.idl42 /** The description of an interaction request.
49 /** Get information about the request itself.
60 the client supports for this request.
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXDictionaryList.idl167 /** increases request level for event buffering by one.
169 <P>The request level for event buffering is an integer
171 As long as the request level is not 0, events will be buffered
175 the current request level for event buffering.
185 /** flushes the event buffer and decreases the request level for
194 the current request level for event buffering.
208 the current request level for event buffering.
/trunk/main/desktop/source/deployment/misc/
H A Ddp_interact.cxx108 Any const & request, in InteractionRequest() argument
110 : m_request( request ), in InteractionRequest()
138 bool interactContinuation( Any const & request, in interactContinuation() argument
158 new InteractionRequest( request, conts ) ); in interactContinuation()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx354 uno::Any request( xRequest->getRequest() ); in handle() local
355 OSL_ASSERT( request.getValueTypeClass() == uno::TypeClass_EXCEPTION ); in handle()
357 + ::comphelper::anyToString(request) + OUSTR("\n")); in handle()
370 if (request >>= wtExc) { in handle()
405 else if (request >>= depExc) in handle()
423 else if (request >>= licExc) in handle()
439 else if (request >>= verExc) in handle()
444 else if (request >>= instExc) in handle()
463 else if (request >>= platExc) in handle()
/trunk/main/offapi/com/sun/star/task/
H A DInteractionHandler.idl35 /** An interaction request handler that lets the user handle requests via GUI dialogs.
78 The request is only handled if the set <VAR>C</VAR> is any of the
94 depending on the request's
146 …<p>Whenever the <code>InteractionHandler</code> encounteres a request it cannot fulfill itself, it…
147 …the configuration, to find a handler implementation for the request, and delegate it to the first …
150 …<p>If multiple custom interaction handlers declare themself responsible for the same request type,…
158 /** Handle an interaction request.
H A DPasswordContainerInteractionHandler.idl34 /** An interaction request handler that uses the
39 request, the service implementation selects the
41 continuation, that should be supplied with the interaction request.
44 authentication request, the service implementation selects no continuation.
H A DXInteractionRequestStringResolver.idl52 informational interaction request.
54 <p>An informational interaction request contains not more than one
55 interaction continuation (user has no choice; request is just
59 @param Request the interaction request for that the message shall
H A DFutureDocumentVersionProductUpdateRequest.idl35 /** describes a request to the user to update OpenOffice.org to a newer version, since
39 <p>An interaction request of this type usually comes with an <type>XInteractionApprove</type>,
49 … <p>If the request was not issued because of a too-new ODF version of the document, but because
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory.java124 : request("queryInterface", args); in invoke()
128 return request(method.getName(), args); in invoke()
136 request("release", null); in finalize()
144 private Object request(String operation, Object[] args) throws Throwable in request() method in ProxyFactory.Handler
/trunk/main/offapi/com/sun/star/frame/
H A DDispatchStatement.idl47 …URL</var> parameter of a corresponding <member>XDispatchProvider::queryDispatch()</member> request.
59 …ame</var> parameter of a corresponding <member>XDispatchProvider::queryDispatch()</member> request.
70 …e <var>Arguments</var> parameter of a corresponding <member>XDispatch::dispatch()</member> request.
80 …ags</var> parameter of a corresponding <member>XDispatchProvider::queryDispatch()</member> request.
/trunk/main/bridges/source/jni_uno/
H A Dnativethreadpool.cxx180 jboolean request, jboolean oneWay) SAL_THROW_EXTERN_C() in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob() argument
198 if (request) { in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob()
208 request ? static_cast< void * >(j) : static_cast< void * >(ref), in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob()
209 request ? executeRequest : 0, oneWay); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob()
/trunk/main/offapi/com/sun/star/sdb/
H A DDatabaseInteractionHandler.idl35 …<type scope="com::sun::star::task">InteractionHandler</type> service, and pass it your request. Ba…
36 configuration data, this implementation will decide where to forward the request to.</p>
43 …and if your interaction request supplies such a <code>SQLException</code> (or an instance of any d…
48 …If your interaction request supplies an <type scope="com::sun::star::sdb">ParametersRequest</type>,
/trunk/main/offapi/com/sun/star/util/
H A DXCloseListener.idl59 Then it's not allowed to break this request - it must be accepted!
79 again, if this listener disagree with the request by throwing the exception.
88 If this listener doesn't disagree with th close request it depends from his internal
104 … if listener disagree with the close request on listened object he must throw this exception
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp2736 RequestParams request; in SendCrashReport() local
2738 request.success = false; in SendCrashReport()
2739 request.fpin = fptemp; in SendCrashReport()
2740 request.lpServer = REPORT_SERVER; in SendCrashReport()
2741 request.uPort = REPORT_PORT; in SendCrashReport()
2742 request.lpProxyServer = szProxyServer[0] ? szProxyServer : NULL; in SendCrashReport()
2743 request.uProxyPort = uProxyPort; in SendCrashReport()
2744 request.hwndStatus = NULL; in SendCrashReport()
2756 (LPARAM)&request in SendCrashReport()
2759 success = request.success; in SendCrashReport()
[all …]

Completed in 91 milliseconds

12345678910