/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | XGraphics.idl | 41 /** provides the basic output operation of a device. 45 /** the device of this graphics 101 /** clears the given rectangle on the device 131 /** sets a single pixel in the output device. 136 /** draws a line in the output device. 143 /** draws a rectangle in the output device. 174 /** draws an ellipse in the output device. 226 /** draws text in the output device. 240 in the output device. 253 the width of the region on the device [all …]
|
H A D | XDevice.idl | 49 /** provides information about a graphical output device and 51 operations on the device. 58 device. 64 /** creates a new device which is compatible with this one. 66 <p>If the device does not support the GETBITS device capability, 74 /** returns information about the device. 86 /** returns information about a font offered by this device. 88 @returns the font of this device. 92 The unit of measure is pixel for this device. 98 /** creates a bitmap with the current device depth. [all …]
|
H A D | DeviceInfo.idl | 33 /** contains information about a device. 39 /** contains the width of the device in pixels. 45 /** contains the height of the device in pixels. 75 /** contains the X-axis resolution of the device in pixel/meter. 81 /** contains the Y-axis resolution of the device in pixel/meter. 87 /** contains the color-depth of the device. 93 /** specifies special operations which are possible on the device.
|
H A D | XFont.idl | 45 /** decribes a font on a specific device. 47 <p>All values are in pixels within this device.</p> 55 <p>The unit of measurement is pixels for the device. 70 the character width measured in pixels for the device. 89 measured in pixels for the device. 99 measured in pixels for the device. 103 measured in pixels for the device.
|
H A D | XView.idl | 45 /** makes it possible to attach an oputput device to the object. 53 /** sets the output device. 59 /** returns the output device which was set using the method 66 /** returns the size of the object in device units. 68 <p>A device must be set before.</p>
|
H A D | SimpleFontMetric.idl | 44 device dependent.</p> 56 device dependent.</p> 66 device dependent.</p>
|
H A D | DeviceCapability.idl | 33 /** defines which capabilities a device supports. 39 /** supports the device raster operations.
|
H A D | XDisplayBitmap.idl | 38 a specific output device. 40 <p>Drawing of this bitmap is only valid on a compatible device.</p>
|
H A D | XBitmap.idl | 53 /** returns the device independent bitmap. 59 /** returns the transparence mask of the device independent bitmap.
|
/aoo41x/main/offapi/com/sun/star/rendering/ |
H A D | XIntegerBitmapColorSpace.idl | 94 /** Convert integer bitmap color to generic IEEE double device 100 @param deviceColor Sequence of device color components. Is 101 permitted to contain more than one device color element, 105 @return the corresponding sequence of device colors in the 122 permitted to contain more than one device color element, 144 permitted to contain more than one device color element, 168 permitted to contain more than one device color element, 192 permitted to contain more than one device color element, 217 @return the corresponding sequence of device colors. 237 @return the corresponding sequence of device colors. [all …]
|
H A D | XColorSpace.idl | 144 @param deviceColor Sequence of device color components. Is 145 permitted to contain more than one device color element, 149 @return the corresponding sequence of device colors in the 167 @param deviceColor Sequence of device color components. Is 168 permitted to contain more than one device color element, 189 @param deviceColor Sequence of device color components. Is 190 permitted to contain more than one device color element, 214 permitted to contain more than one device color element, 237 @return the corresponding sequence of device colors. 255 @return the corresponding sequence of device colors. [all …]
|
H A D | XGraphicDevice.idl | 62 /** This interface provides access to a graphic device, such as a 63 printer, or a screen device. Every canvas (@see XCanvas) has 75 share a common graphic device. 80 graphic device. 89 /** Query the color space interface for this graphic device. 98 /** Query the physical resolution of the device in pixel per 124 device-optimized representations already. 134 device-optimized representations already. 144 compatible to the graphic device. 176 sample model is compatible to the graphic device. [all …]
|
H A D | XCanvas.idl | 153 This method clears the whole canvas area to the device default 159 /** Draw a point in device resolution on the device. 179 /** Draw a line in device resolution width (i.e. one device pixel 203 /** Draw a cubic bezier curve in device resolution width (i.e. one 204 device pixel wide). 227 /** Draw a poly-polygon in device resolution line width (i.e. the 228 lines are one device pixel wide). 688 the device color values as specified in the render state.<p> 701 increased global transparency, set all device color channels 721 /** Request the associated graphic device for this canvas.<p> [all …]
|
H A D | RenderState.idl | 53 subsequently transformed to device space by the view 64 view transform before mapped to device coordinate space.<p> 68 (subject to device-dependent constraints, of 79 /** The device color associated with this render operation.<p> 82 device color space.<p>
|
H A D | XSimpleCanvas.idl | 86 operations - usually, device pixel). 195 /** Request the associated graphic device for this canvas.<p> 197 A graphic device provides methods specific to the underlying 198 output device capabilities, which are common for all canvases 199 rendering to such a device. This includes device resolution,
|
H A D | FontMetrics.idl | 37 integer device resolution, or exactly, if fractional font 41 structure only map one-to-one to device pixel, if the combined 45 underlying font technology, actual device output might be off by 46 up to one device pixel from the transformed metrics.
|
H A D | XBitmapPalette.idl | 84 Sequence of device color values in the associated bitmap's 85 device color format. 105 associated bitmap's device color format.
|
H A D | XTextLayout.idl | 78 to the font's local coordinate system (which only equals device 84 transformation, to yield values in device coordinate space. 85 Depending on the underlying font technology, actual device output 86 might be off by up to one device pixel from the transformed 170 characters, e.g. relative to a reference output device.<p>
|
/aoo41x/main/offapi/com/sun/star/xml/dom/events/ |
H A D | EventType.idl | 33 …t occurs when an EventTarget receives focus, for instance via a pointing device being moved onto a… 41 …The DOMFocusOut event occurs when a EventTarget loses focus, for instance via a pointing device be… 57 The click event occurs when the pointing device button is clicked over an element. 74 …The mousedown event occurs when the pointing device button is pressed over an element. This event … 82 …The mouseup event occurs when the pointing device button is released over an element. This event i… 90 …The mouseover event occurs when the pointing device is moved onto an element. This event is valid … 93 …ctrlKey, shiftKey, metaKey, relatedTarget indicates the EventTarget the pointing device is exiting. 98 …The mousemove event occurs when the pointing device is moved while it is over an element. This eve… 106 …The mouseout event occurs when the pointing device is moved away from an element. This event is va… 109 …trlKey, shiftKey, metaKey, relatedTarget indicates the EventTarget the pointing device is entering.
|
/aoo41x/main/apple_remote/ |
H A D | HIDRemoteControlDevice.m | 151 // to the remote control device is lost. This leads to very strange behavior where 226 //close the device 329 /* Callback method for the device queue 387 //Call a method of the intermediate plug-in to create the device interface 391 NSLog( @"Apple Remote: Error: Couldn't create HID class device interface"); 412 // for this device anyway, and thus, it's faster to iterate them 490 NSLog( @"Apple Remote: Error when opening device"); 493 // the device is used exclusive by another application
|
H A D | RemoteControl.m | 34 // have access to the remote control device or if the application has finished 35 // using the remote control device 49 // returns nil if the remote control device is not available
|
/aoo41x/main/offapi/com/sun/star/scanner/ |
H A D | ScanError.idl | 44 /** ScannerNotAvailable: the requested device could not be opened 56 /** ScanInProgress: a scan is already in progress on this device that has 69 /** InvalidContext: a device was requested that does not exist
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | IOErrorCode.idl | 93 /** A device (drive) not ready. 119 /** A specified device is invalid. 179 /** No more space on a device.
|
/aoo41x/main/offapi/com/sun/star/geometry/ |
H A D | AffineMatrix3D.idl | 61 render something onto a physical output device. For 3D coordinates 62 there is also a projection from 3D to 2D device coordiantes needed. 64 and the device resolution determine the actual measurement unit in 3D.<p>
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | MailMergeType.idl | 41 /** The output device is a printer. 47 /** The output device is a file.
|