/aoo41x/main/desktop/source/deployment/manager/ |
H A D | dp_commandenvironments.cxx | 162 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 …]
|
/aoo41x/test/testcommon/source/org/openoffice/test/ |
H A D | Run.java | 40 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 …]
|
/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | SerfCallbacks.cxx | 48 serf_request_t *request, in Serf_Credentials() argument 59 request, in Serf_Credentials() 78 extern "C" apr_status_t Serf_SetupRequest( serf_request_t *request, in Serf_SetupRequest() argument 89 return pReqProc->setupSerfRequest( request, in Serf_SetupRequest() 98 extern "C" serf_bucket_t* Serf_AcceptResponse( serf_request_t *request, in Serf_AcceptResponse() argument 105 return pReqProc->acceptSerfResponse( request, in Serf_AcceptResponse() 110 extern "C" apr_status_t Serf_HandleResponse( serf_request_t *request, in Serf_HandleResponse() argument 117 return pReqProc->handleSerfResponse( request, in Serf_HandleResponse()
|
H A D | SerfCallbacks.hxx | 36 serf_request_t *request, 50 extern "C" apr_status_t Serf_SetupRequest( serf_request_t *request, 59 extern "C" serf_bucket_t* Serf_AcceptResponse( serf_request_t *request, 64 extern "C" apr_status_t Serf_HandleResponse( serf_request_t *request,
|
/aoo41x/main/desktop/source/pkgchk/unopkg/ |
H A D | unopkg_cmdenv.cxx | 230 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()
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | WebDAVHTTPMethod.idl | 34 /** 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 D | XWebDAVCommandEnvironment.idl | 36 /** 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.
|
/aoo41x/main/offapi/com/sun/star/drawing/framework/ |
H A D | XConfigurationController.idl | 66 <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 D | XConfigurationControllerRequestQueue.idl | 35 /** 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 D | XConfigurationChangeRequest.idl | 38 /** 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
|
/aoo41x/main/jurt/com/sun/star/lib/uno/environments/remote/ |
H A D | Message.java | 35 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
|
/aoo41x/main/udkapi/com/sun/star/task/ |
H A D | XInteractionHandler2.idl | 37 /** 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 D | XInteractionRequest.idl | 42 /** The description of an interaction request. 49 /** Get information about the request itself. 60 the client supports for this request.
|
/aoo41x/main/offapi/com/sun/star/linguistic2/ |
H A D | XDictionaryList.idl | 167 /** 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.
|
/aoo41x/main/desktop/source/deployment/misc/ |
H A D | dp_interact.cxx | 108 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()
|
/aoo41x/main/offapi/com/sun/star/task/ |
H A D | PasswordContainerInteractionHandler.idl | 34 /** 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 D | InteractionHandler.idl | 35 /** 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 D | XInteractionRequestStringResolver.idl | 52 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 D | FutureDocumentVersionProductUpdateRequest.idl | 35 /** 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
|
/aoo41x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_extensioncmdqueue.cxx | 354 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()
|
/aoo41x/main/jurt/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | ProxyFactory.java | 124 : 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
|
/aoo41x/main/offapi/com/sun/star/frame/ |
H A D | DispatchStatement.idl | 47 …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.
|
/aoo41x/main/bridges/source/jni_uno/ |
H A D | nativethreadpool.cxx | 180 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()
|
/aoo41x/main/offapi/com/sun/star/sdb/ |
H A D | DatabaseInteractionHandler.idl | 35 …<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>,
|
/aoo41x/main/offapi/com/sun/star/util/ |
H A D | XCloseListener.idl | 59 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
|