Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 25 of 126) sorted by relevance

123456

/aoo42x/main/vcl/aqua/source/a11y/
H A Daqua11ylistener.cxx45 NSString * notification = nil; in getTableNotification() local
51 notification = NSAccessibilityRowCountChangedNotification; in getTableNotification()
54 return notification; in getTableNotification()
84 NSString * notification = nil; in notifyEvent() local
100 notification = NSAccessibilityTitleChangedNotification; in notifyEvent()
107 notification = NSAccessibilityCreatedNotification; in notifyEvent()
134 notification = NSAccessibilitySelectedTextChangedNotification; in notifyEvent()
138 notification = getTableNotification(aEvent); in notifyEvent()
146 notification = NSAccessibilityValueChangedNotification; in notifyEvent()
153 if( nil != notification ) in notifyEvent()
[all …]
/aoo42x/main/offapi/com/sun/star/xml/sax/
H A DXDocumentHandler.idl49 /** receives notification of general document events.
59 /** receives notification of the beginning of a document.
66 /** receives notification of the end of a document.
73 /** receives notification of the beginning of an element .
81 /** receives notification of the end of an element.
88 /** receives notification of character data.
95 /** receives notification of white space that can be ignored.
102 /** receives notification of a processing instruction.
H A DXFastContextHandler.idl49 /** receives notification of sax document events from a
58 /** receives notification of the beginning of an element .
80 /** receives notification of the beginning of an unknown element .
95 /** receives notification of the end of an known element.
103 /** receives notification of the end of an kown element.
111 /** receives notification of the beginning of a known child element.
132 /** receives notification of the beginning of a unknown child element .
147 /** receives notification of character data.
H A DXFastSerializer.idl53 /** receives notification of sax document events to write into an XOutputStream.
73 /** receives notification of the beginning of an element .
95 /** receives notification of the beginning of an unknown element .
110 /** receives notification of the end of an known element.
118 /** receives notification of the end of an known element.
126 /** receives notification of the beginning of a single element .
148 /** receives notification of the beginning of a single unknown element .
163 /** receives notification of character data.
H A DXErrorHandler.idl57 /** receives notification of a recoverable error.
63 /** receives notification of a non-recoverable error.
69 /** receives notification of a warning.
H A DXDTDHandler.idl54 /** receives notification of a notation declaration event.
62 /** receives notification of an unparsed entity declaration event.
H A DXExtendedDocumentHandler.idl49 /** receives notification about the start of a CDATA section in the
67 /** receives notification about a comment in the XML-source.
/aoo42x/main/offapi/com/sun/star/configuration/backend/
H A DXSchemaHandler.idl56 /** receives notification that a schema description is started.
93 /** receives notification that the schema depends on templates
116 /** receives notification that a component description is started.
144 /** receives notification that a component description is complete.
257 /** receives notification that a template description is complete.
280 /** receives notification that a group description is started.
320 /** receives notification that a set description is started.
366 /** receives notification that a node description is complete.
430 /** receives notification that a property having a default value
474 /** receives notification that the current group has a child node
[all …]
H A DXUpdateHandler.idl61 /** receives notification that a update or description is started.
107 /** receives notification that a modification of a node is started.
165 /** receives notification that a node is started as a new item.
212 /** receives notification that a node is started as a new item
262 /** receives notification that a node modification is complete.
285 /** receives notification that an item is to be dropped from a set.
373 /** receives notification about a change to the value of
404 /** receives notification about a change to the value of
440 /** receives notification that the value of the current property
460 /** receives notification that the value of the current property
[all …]
H A DXLayerHandler.idl57 /** receives notification that a layer description is started
76 /** receives notification that a layer description is complete.
98 /** receives notification that a description of a node override is started.
146 /** receives notification that a new item is started.
194 /** receives notification that a new item based on a particular template
245 /** receives notification that a node description is complete.
268 /** receives notification that a node is dropped from a set.
295 /** receives notification that an existing property is modified.
364 /** receives notification that the value of the current property
437 /** receives notification that a property description is complete.
[all …]
/aoo42x/main/offapi/com/sun/star/ucb/
H A DListActionType.idl43 /** First notification to a single listener for purpose of initialization.
45 <p>This type of notification is required to be sended first and only once
52 During and after the notification only the new set is valid for access.
121 No other notification is needed, to explain or complete this action).
168 <p>This notification is required to be send, to indicate, that now the full
H A DXRemoteContentProviderDoneListener.idl36 /** A notification mechanism that a
45 /** A notification that all remote content providers added to the given
/aoo42x/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DBug108825_Test.java87 test.notification(); in run()
126 public void notification() { in getInstance() method in Bug108825_Test.Provider
153 void notification();
/aoo42x/main/offapi/com/sun/star/xml/crypto/sax/
H A DElementMarkPriority.idl34 * Defines priority for the element mark's notification.
40 * The PRI_AFTERMODIFY priority represents the notification will be
43 * The PRI_BEFOREMODIFY proirity represents the notification will be
H A DXSAXEventKeeperStatusChangeBroadcaster.idl49 * notification.
59 * After a listener is removed, no status change notification will be
H A DXReferenceResolvedBroadcaster.idl49 * this listener will receive a notification.
62 * When a listener is removed, it will not receive notification when
/aoo42x/main/offapi/com/sun/star/xml/input/
H A DXElement.idl89 /** Receives notification of white space that can be ignored.
97 /** Receives notification of a processing instruction.
108 /** Receives notification of element closing.
H A DXRoot.idl42 /** Receives notification of the beginning of a document.
52 /** Receives notification of the end of a document.
57 /** Receives notification of a processing instruction.
/aoo42x/test/testcommon/source/org/openoffice/test/common/
H A DCSVReporter.java30 import org.junit.runner.notification.Failure;
31 import org.junit.runner.notification.RunListener;
H A DXMLReporter.java33 import org.junit.runner.notification.Failure;
34 import org.junit.runner.notification.RunListener;
/aoo42x/main/offapi/com/sun/star/datatransfer/clipboard/
H A DXClipboardNotifier.idl54 /** Removes listener from notification list.
57 The object to remove from notification list.
/aoo42x/main/apple_remote/source/
H A DHIDRemoteControlDevice.m46 - (void) remoteControlAvailable:(NSNotification *)notification;
322 - (void) remoteControlAvailable:(NSNotification *)notification {
495 // 1. we register for the FINISHED_USING_REMOTE_CONTROL_NOTIFICATION notification
498 // 2. send a distributed notification that we wanted to use the remote control
/aoo42x/main/offapi/com/sun/star/util/
H A DXBroadcaster.idl36 /** allows to control notification behaviour of a broadcaster.
69 An implementation can decide to broadcast all pending notification in
/aoo42x/test/testcommon/source/org/openoffice/test/
H A DRun.java30 import org.junit.runner.notification.RunListener;
31 import org.junit.runner.notification.Failure;
/aoo42x/main/offapi/com/sun/star/datatransfer/dnd/
H A DXDragSourceListener.idl66 <p><strong>NOTE:</strong> currently this notification can not be ensured by all
78 <p><strong>NOTE:</strong> Currently this notification can not be ensured by all

Completed in 75 milliseconds

123456