Home
last modified time | relevance | path

Searched refs:operation (Results 51 – 75 of 287) sorted by relevance

12345678910>>...12

/aoo41x/main/vcl/aqua/source/dtrans/
H A DDragSource.hxx73 -(void)draggedImage:(NSImage *)anImage endedAt:(NSPoint)aPoint operation:(NSDragOperation)operation;
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/merge/
H A DDocumentMerge.java107 int operation = currentDiff.getOperation(); in applyDifference() local
111 switch (operation) { in applyDifference()
/aoo41x/main/offapi/com/sun/star/ucb/
H A DXSimpleFileAccess3.idl65 operation system supports this operation.
/aoo41x/main/jurt/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory.java144 private Object request(String operation, Object[] args) throws Throwable in request() argument
146 Object res = requestHandler.sendRequest(oid, type, operation, args); in request()
/aoo41x/main/offapi/com/sun/star/datatransfer/dnd/
H A DDropTargetDragEvent.idl41 <p>It contains information regarding the current state of the operation to enable
51 /** The drop target context of the current drag operation.
H A DXAutoscroll.idl39 subject of the operation on a region of a scrollable GUI control that is
43 institute a scroll operation in order to make obscured region(s) visible to
/aoo41x/main/offapi/com/sun/star/form/
H A DXResetListener.idl48 <li>if all listeners approve the reset operation, the data is reset</li>
65 <TRUE/> when reset was approved, <FALSE/> when the reset operation should be cancelled.
/aoo41x/main/offapi/com/sun/star/awt/
H A DFocusEvent.idl49 operation, such as window deactivation or a scrollbar drag. In this
51 that operation is finished, or for the case of window deactivation,
H A DXRegion.idl84 /** applies an exclusive-or operation with the specified rectangle
109 /** applies an exclusive-or operation with the specified region
H A DXGraphics.idl41 /** provides the basic output operation of a device.
65 /** the raster operation.
242 <p>Note that some devices may not support this operation.</p>
H A DXDevice.idl57 /** creates a new graphics whose output operation is directed to this
113 so that the output operation is fast.</p>
H A DUnoControlButtonModel.idl251 /** specifies whether the button should toggle on a single operation.
253 … <p>If this property is set to <TRUE/>, a single operation of the button control (pressing space
/aoo41x/main/offapi/com/sun/star/sdbcx/
H A DXAlterTable.idl54 This operation must be atomic, in that it is done in one step.s
70 This operation must be atomic, in that it is done in one step.s
/aoo41x/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DJobQueue_Test.java191 private void testSendRequests(TestWorkAt workAt, String operation, in testSendRequests() argument
195 (MethodDescription) __workAt_td.getMethodDescription(operation), in testSendRequests()
/aoo41x/main/offapi/com/sun/star/sheet/
H A DSubTotalDescriptor.idl50 which control the behaviour of operation.</p>
118 while performing a subtotal operation.
H A DDatabaseRange.idl84 when the size of the range is changed by an update operation.
92 when the size of the range is changed by an update operation.
/aoo41x/main/offapi/com/sun/star/document/
H A DXTypeDetection.idl86 and perform the operation. If this stream isn't already included the detection
89 A combination of both parameters can be usefull to perform the operation
/aoo41x/main/offapi/com/sun/star/xml/sax/
H A DXFastContextHandler.idl68 <b>or</b> operation.
121 namespace combined with an arithmetic <b>or</b> operation.
H A DXFastSerializer.idl83 <b>or</b> operation.
136 <b>or</b> operation.
/aoo41x/main/offapi/com/sun/star/rendering/
H A DXGraphicDevice.idl160 operation with them produce a
193 operation with them produce a
288 value denotes the success of the operation.
H A DXBufferController.idl108 any rendering operation to this buffer will block, until it is
109 safe to perform the operation without visible cluttering.<p>
/aoo41x/main/sc/addin/datefunc/
H A Ddfa.cl212 * Two modes of operation are provided.
256 * @param dMode - mode of operation
301 * @param dMode - mode of operation
348 * @param dMode - mode of operation
/aoo41x/main/udkapi/com/sun/star/lang/
H A DLocale.idl38 <p>An operation that requires a <code>Locale</code> to perform
41 displaying a number is a locale-sensitive operation; the number
/aoo41x/main/basic/source/classes/
H A Dsb.src239 Text [ en-US ] = "External application cannot execute DDE operation." ;
249 Text [ en-US ] = "User pressed ESCAPE during DDE operation." ;
257 Text [ en-US ] = "DDE operation without data." ;
577 Text [ en-US ] = "Can't perform requested operation." ;
/aoo41x/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch400 + * In some situation, some cryptographic operation should act in a user
433 + * If @mech is available( @mech != CKM_INVALID_MECHANISM ), every operation with
2319 + xmlSecAssert2((transform->operation == xmlSecTransformOperationEncrypt) || (transform->operati…
2327 + if(transform->operation == xmlSecTransformOperationEncrypt) {
2346 + xmlSecAssert2((transform->operation == xmlSecTransformOperationEncrypt) || (transform->operati…
3056 + int operation ;
3061 + xmlSecAssert2( ( transform->operation == xmlSecTransformOperationEncrypt ) || ( transform->ope…
3081 + operation = ( transform->operation == xmlSecTransformOperationEncrypt ) ? 1 : 0 ;
3084 + rtv = xmlSecNssKeyWrapCtxInit( context, inBuf , outBuf , operation , transformCtx ) ;
3117 + rtv = xmlSecNssKeyWrapCtxFinal( context, inBuf , outBuf , operation , transformCtx ) ;
[all …]

Completed in 206 milliseconds

12345678910>>...12