Home
last modified time | relevance | path

Searched refs:events (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DPropertySetAdapter.java355 if (events.length != eventCount) { in firePropertiesChangeEvent()
357 System.arraycopy(events, 0, tmp, 0, eventCount); in firePropertiesChangeEvent()
358 events = tmp; in firePropertiesChangeEvent()
360 listener.propertiesChange(events); in firePropertiesChangeEvent()
370 events[eventCount++] = new PropertyChangeEvent( in fire()
375 fireListeners(hasChanged, events[i].PropertyName, events[i]); in fire()
376 fireListeners(hasChanged, "", events[i]); in fire()
379 if (eventCount != events.length) { in fire()
381 System.arraycopy(events, 0, tmp, 0, eventCount); in fire()
382 events = tmp; in fire()
[all …]
/trunk/main/writerfilter/qa/cppunittests/xxml/
H A DtestXXML.cxx74 int events; member in MyHandler
84 events=1; in startDocument()
88 events++; in endDocument()
92 events++; in startElement()
97 events++; in startElement()
127 events++; in endElement()
153 events++; in characters()
171 …is time/event=%0.10fs\n", handler.events, t2.Seconds-t1.Seconds, (double)(t2.Seconds-t1.Seconds)/(… in test()
/trunk/main/unoxml/
H A DLibrary_unoxml.mk76 unoxml/source/events/event \
77 unoxml/source/events/eventdispatcher \
78 unoxml/source/events/mutationevent \
79 unoxml/source/events/uievent \
80 unoxml/source/events/mouseevent \
81 unoxml/source/events/testlistener \
/trunk/main/offapi/com/sun/star/xml/dom/events/
H A DXMutationEvent.idl26 #include <com/sun/star/xml/dom/events/EventType.idl>
27 #include <com/sun/star/xml/dom/events/AttrChangeType.idl>
28 #include <com/sun/star/xml/dom/events/XEvent.idl>
29 #include <com/sun/star/xml/dom/events/XEventTarget.idl>
30 #include <com/sun/star/xml/dom/events/XEventListener.idl>
34 module com { module sun { module star { module xml { module dom { module events {
H A DXMouseEvent.idl26 #include <com/sun/star/xml/dom/events/EventType.idl>
27 #include <com/sun/star/xml/dom/events/XEvent.idl>
28 #include <com/sun/star/xml/dom/events/XUIEvent.idl>
29 #include <com/sun/star/xml/dom/events/XEventTarget.idl>
30 #include <com/sun/star/xml/dom/events/XEventListener.idl>
32 module com { module sun { module star { module xml { module dom { module events {
H A DXEventTarget.idl28 #include <com/sun/star/xml/dom/events/EventType.idl>
29 #include <com/sun/star/xml/dom/events/EventException.idl>
30 #include <com/sun/star/xml/dom/events/XEventListener.idl>
33 module com { module sun { module star { module xml { module dom { module events {
H A DXEvent.idl27 #include <com/sun/star/xml/dom/events/XEventTarget.idl>
28 #include <com/sun/star/xml/dom/events/EventType.idl>
29 #include <com/sun/star/xml/dom/events/PhaseType.idl>
32 module com { module sun { module star { module xml { module dom { module events {
/trunk/main/offapi/com/sun/star/xml/crypto/sax/
H A DXElementStackKeeper.idl39 * Manipulate the "key SAX events" in a SAX event stream.
46 * Starts to buffer key SAX events.
51 * Stops buffering key SAX events.
56 * Transfers the bufferred key SAX events to a document handler.
58 * All transferred events are removed from the buffer.
60 * @param handler the document to receive key SAX events
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/script/
H A D_XEventAttacherManager.java210 ScriptEventDescriptor[] events) { in containsArray() argument
211 for (int i = 0; i < events.length; i++) { in containsArray()
212 if (!contains(container, events[i])) { in containsArray()
255 void printEvents(ScriptEventDescriptor events[]) { in printEvents() argument
256 if (events == null) { in printEvents()
259 for (int i = 0; i < events.length; i++) { in printEvents()
260 printEvent(events[i]); in printEvents()
/trunk/main/offapi/com/sun/star/document/
H A DXDocumentEventBroadcaster.idl51 /** allows to be notified of events happening in an <type>OfficeDocument</type>, and to cause notif…
52 of such events.
62 /** registers a listener which is notified about document events
70 … /** revokes a listener which has previously been registered to be notified about document events.
87 … <p>Implementations might also decide to limit the list of allowed events (means event names) at
103 … if the broadcaster implementation does not supported broadcasting events induced externally.
104 … This is usually used for components which multiplex events from multiple sources, and thus would
/trunk/main/unoxml/source/events/
H A Deventdispatcher.hxx43 using namespace com::sun::star::xml::dom::events;
49 namespace events { namespace
51 typedef std::multimap< xmlNodePtr, Reference< com::sun::star::xml::dom::events::XEventListener> > L…
65 const Reference<com::sun::star::xml::dom::events::XEventListener>& aListener,
71 const Reference<com::sun::star::xml::dom::events::XEventListener>& aListener,
/trunk/main/offapi/com/sun/star/linguistic2/
H A DDictionaryListEvent.idl43 its listeners about certain events.
45 events before broadcasting them to it's listeners the
48 If more specific information about the events is requested by a
49 listener, a sequence of all dictionary-list events since the
60 /** the combined type of the accumulated events.
74 /** list of accumulated dictionary events.
/trunk/main/udkapi/com/sun/star/script/
H A DXEventAttacherManager.idl52 /** registers listeners for specified events.
72 /** registers several events for an object identified by its index.
100 used to register events. If this event at this index has
119 /** revokes all events which are registered for the given index.
121 <p>If the events at this index have been attached to any
142 <p>If any events are registered at this index, they will
143 be revoked, too. So if the events at this index have been
154 all events registered for the given object index.
H A DXScriptEventsAttacher.idl57 This interface can be used to attach script events to a number of
58 objects that give access to the definition of events that should
64 Attaches the events defined by XScriptEventsSupplier to the
69 support <type>XScriptEventsAttacher</type> to define the events
74 All events (if defined by XScriptEventsSupplier) that are fired
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java239 List< ContainerEvent > events = listener.assertExclusiveInsertionEvents(); in testGridColumnModel() local
241 …rtEquals( "wrong number of events fired by setDefaulColumns", defaultColumnsCount, events.size() ); in testGridColumnModel()
244 final ContainerEvent event = events.get(i); in testGridColumnModel()
296 events = listener.assertExclusiveRemovalEvents(); in testGridColumnModel()
298 … assertEquals( "removing a single column should notify a single event", 1, events.size() ); in testGridColumnModel()
299 final ContainerEvent event = events.get(0); in testGridColumnModel()
322 events = listener.assertExclusiveInsertionEvents(); in testGridColumnModel()
324 assertEquals( "addColumn notifies the wrong number of insertion events", 1, events.size() ); in testGridColumnModel()
325 final int insertionIndex = impl_assertInteger( events.get(0).Accessor ); in testGridColumnModel()
/trunk/main/offapi/com/sun/star/ui/
H A DXAcceleratorConfiguration.idl58 <li>Key events structure</li>
81 /** return the list of all key events, which
85 The key events are the "primary keys" of this configuration sets.
86 Means: Commands are registerd for key events.
96 @return A list of key events.
183 possible key events - and the outside code can select an possible one.
207 list of key events.
232 @return A (non packed!) list of key events, where every item match by index
H A DXContextChangeEventMultiplexer.idl46 /** Provide a central access point for a group of events.
49 They are only called for events that originate at the specified source.
57 /** Add an event listener that is called only when events are broadcast for the specified
75 a view. Using an XController restricts events passed to
76 a listener to events that belong to one view.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DJobExecutor.java128 XNameAccess events = null; in initialize() local
146 events = (XNameAccess) UnoRuntime.queryInterface in initialize()
152 configured = jobs.hasByName("TestJob") && events.hasByName("TestEvent"); in initialize()
172 UnoRuntime.queryInterface(XSingleServiceFactory.class, events); in initialize()
191 UnoRuntime.queryInterface(XNameContainer.class, events); in initialize()
/trunk/main/offapi/com/sun/star/script/vba/
H A DVBAEventId.idl33 /** Constants used to identify VBA document events.
35 <p>If one of these events is fired, a specific VBA macro in a specific
51 // Global events (identifiers from 1 to 999)
78 // document events (2001-2099)
104 // sheet events (2101-2199)
/trunk/main/offapi/com/sun/star/util/
H A DXCloseBroadcaster.idl42 The called object for closing must post the closing events immediately
56 /** adds the specified listener to receive or have a veto for "close" events
59 the listener which is interested on closing events
67 the listener which isn't interested on closing events any longer
/trunk/main/offapi/com/sun/star/awt/
H A DFocusEvent.idl43 <p>There are two levels of focus change events: permanent and temporary.
44 Permanent focus change events occur when focus is directly moved
47 Temporary focus change events occur when focus is
53 events are delivered using the FOCUS_GAINED and FOCUS_LOST event ids;
H A DXComboBox.idl52 /** registers a listener for item events.
58 /** unregisters a listener for item events.
64 /** registers a listener for action events.
70 /** unregisters a listener for action events.
H A DXListBox.idl52 /** registers a listener for item events.
58 /** unregisters a listener for item events.
64 /** registers a listener for action events.
70 /** unregisters a listener for action events.
/trunk/main/offapi/com/sun/star/ucb/
H A DContentAction.idl32 /** specifies actions which can be transported with content events.
37 useful definitions, a list of events that happen to contents, and a list of
38 reactions taken by contents in response to those events.
56 The events that can happen to contents (and that are of interest in this
87 events gives a description of what kinds of ContentEvents are sent in which
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl88 <p>This parser generates either 'fast' events that use integer token
89 values for namespaces, elements and attributes or 'unknown' events for
102 get unknown sax events. This can be useful if you are only interested
113 <p>If the parent context returns an empty reference, no further events for
147 sax events for the parsed stream.

Completed in 73 milliseconds

12345678910>>...17