Home
last modified time | relevance | path

Searched refs:consumer (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/offapi/com/sun/star/awt/
H A DXImageProducer.idl47 /** registers an image consumer with the image producer for accessing
51 image data to the consumer using the <type>XImageConsumer</type>
63 <p>It is not considered an error to remove a consumer that is not
65 to this consumer as soon as it is feasible.</p>
71 /** registers the given image consumer as a consumer
74 <p>The image data will then be delivered to this consumer and any other
75 consumer which may have already been registered with the producer.
H A DXImageConsumer.idl40 <p>An image consumer is a component which wants to display or just
49 /** initializes the consumer with image dimensions.
115 image has occurred. The image consumer should remove itself from the
/aoo42x/main/qadevOOo/tests/java/ifc/awt/
H A D_XImageProducer.java98 TestImageConsumer consumer = null ; field in _XImageProducer
104 consumer = new TestImageConsumer(log) ; in before()
114 oObj.addConsumer(consumer) ; in _addConsumer()
131 oObj.removeConsumer(consumer) ; in _removeConsumer()
156 tRes.tested("startProduction()", consumer.initCalled) ; in _startProduction()
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetValueBinding.java88 XListEntrySink consumer = (XListEntrySink)UnoRuntime.queryInterface( in prepareDocument() local
90 consumer.setListEntrySource( entrySource ); in prepareDocument()
/aoo42x/main/udkapi/com/sun/star/beans/
H A DOptional.idl48 should leave this member defaulted, and a consumer of such a structure
/aoo42x/main/offapi/com/sun/star/datatransfer/
H A DXSystemTransferable.idl43 /** Called by a data consumer to obtain a system specific data object from the
H A DXTransferable.idl57 /** Called by a data consumer to obtain data from the source in a specified
/aoo42x/main/offapi/com/sun/star/form/component/
H A DDatabaseImageControl.idl85 a new data stream, which is displayed by the control (which is a consumer for this stream).<br/>

Completed in 35 milliseconds