Home
last modified time | relevance | path

Searched refs:triggered (Results 1 – 25 of 82) sorted by relevance

1234

/trunk/main/framework/qa/complex/imageManager/
H A DCheckImageManager.java154 private boolean triggered = false; field in CheckImageManager.OXUIConfigurationListenerImpl
165 return triggered; in actionWasTriggered()
169 triggered = true; in disposing()
173 triggered = true; in elementInserted()
177 triggered = true; in elementRemoved()
181 triggered = true; in elementReplaced()
186 triggered = !triggered; in fireEvent()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DUIConfigurationManager.java123 private boolean triggered = false; field in UIConfigurationManager.ConfigurationListener
136 triggered = false; in reset()
179 return triggered; in actionWasTriggered()
182 triggered = true; in disposing()
186 triggered = true; in elementInserted()
190 triggered = true; in elementRemoved()
194 triggered = true; in elementReplaced()
H A DModuleUIConfigurationManager.java171 private boolean triggered = false; field in ModuleUIConfigurationManager.ConfigurationListener
182 triggered = false; in reset()
221 return triggered; in actionWasTriggered()
227 triggered = true; in elementInserted()
231 triggered = true; in elementRemoved()
235 triggered = true; in elementReplaced()
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShow.idl87 triggered. This method returns <FALSE>, if there is no show
89 triggered, or the implementation failed to trigger the next
96 The current slide is displayed as if the last user-triggered effect
97 has never been triggered. If there is no previous effect on the
106 triggered. This method returns <FALSE/>, if there is no show
108 triggered, or the implementation failed to trigger the previous
170 are triggered. This is typically used when going back one
175 triggered.
H A DParagraphTarget.idl39 after the event is triggered.
/trunk/main/offapi/com/sun/star/task/
H A DJobExecutor.idl39 Can start registered uno services on triggered events and handle there
42 specification. But triggered events must be available inside the
H A DXJobExecutor.idl36 /** starts action for any triggered event from outside
56 automatically, if they are registered for triggered event.
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm64 -(void)triggered:(id)pSender;
469 -(void)triggered:(id)pSender
805 [pBtn setAction: @selector(triggered:)];
878 [pCell setAction: @selector(triggered:)];
947 [pBtn setAction: @selector(triggered:)];
1032 [pStep setAction: @selector(triggered:)];
1067 [pFieldView setAction: @selector(triggered:)];
/trunk/main/offapi/com/sun/star/awt/
H A DXImageProducer.idl53 is triggered by a call to the startProduction method.</p>
77 the image data should be triggered as soon as possible.</p>
H A DUnoControlRoadmap.idl67 is set to 'true' the listener is triggered each time the user selects a RoadmapItem
/trunk/main/offapi/com/sun/star/sdb/
H A DSQLErrorEvent.idl34 /** is invoked in case of fired database exception triggered by
/trunk/main/offapi/com/sun/star/form/
H A DErrorEvent.idl38 /** occurs in case of fired database exceptions triggered by
H A DFormButtonType.idl40 /** requires the button to act like a common push button, means no special action is triggered.
H A DXErrorListener.idl43 <p>Each time an exception is triggered by a database form, the error
H A DXBoundComponent.idl44 model (component) of the control is triggered by the environment
H A DXResetListener.idl46 <ul><li>a reset is triggered on a component</li>
H A DXSubmit.idl66 the event which triggered the submit, if it was a mouse event
/trunk/main/offapi/com/sun/star/animations/
H A DEvent.idl39 after the event is triggered.
/trunk/main/offapi/com/sun/star/form/component/
H A DSubmitButton.idl56 Instead, submissions are triggered by a control (not a control <em>model</em>).
H A DNavigationToolBar.idl135 repeatedly triggered when the user keeps the mouse pressed over such a button.<br/>
/trunk/main/offapi/com/sun/star/inspection/
H A DXPropertyControlFactory.idl57 which is usually triggered by a <member>LineDescriptor::PrimaryButton</member>.</p>
/trunk/main/offapi/com/sun/star/form/control/
H A DCommandButton.idl60 it's approve-method will prevent any action which would usually be triggered - this includes
H A DImageButton.idl60 it's approve-method will prevent any action which would usually be triggered - this includes
H A DSubmitButton.idl69 /** allows interception (and vetoing) of submissions triggered by the control.
/trunk/main/offapi/com/sun/star/setup/
H A DProductRegistration.idl60 This is usually triggered by some user interaction, for instance upon choosing a menu item

Completed in 56 milliseconds

1234