Home
last modified time | relevance | path

Searched refs:evt (Results 1 – 25 of 165) sorted by relevance

1234567

/trunk/main/extensions/workben/
H A Dtestframecontrol.cxx70 virtual void mouseMoved( const VclMouseEvent& evt );
73 virtual void keyPressed( const VclKeyEvent& evt );
74 virtual void keyReleased( const VclKeyEvent& evt );
77 virtual void focusGained( const FocusEvent& evt );
78 virtual void focusLost( const FocusEvent& evt );
82 virtual void windowMoved( const WindowEvent& evt );
83 virtual void windowShown( const EventObject& evt );
87 virtual void windowPaint( const PaintEvent& evt );
90 virtual void disposing( const EventObject& evt );
181 if (evt.Source.is()) in windowPaint()
[all …]
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx191 awt::MouseEvent evt; in ooMouseEvtToVBADblClick() local
194 (evt.ClickCount != 2) ) in ooMouseEvtToVBADblClick()
203 awt::MouseEvent evt; in ooMouseEvtToVBAMouseEvt() local
224 awt::KeyEvent evt; in ooKeyPressedToVBAKeyPressed() local
232 keyCode.Value = evt.KeyCode; in ooKeyPressedToVBAKeyPressed()
240 awt::KeyEvent evt; in ooKeyPressedToVBAKeyUpDown() local
251 keyCode.Value = evt.KeyCode; in ooKeyPressedToVBAKeyUpDown()
744 firing_Impl( evt ); in firing()
751 firing_Impl( evt, &ret ); in approveFiring()
827 evt.Arguments[ 0 ] >>= aEvent; in FindControl()
[all …]
/trunk/main/reportdesign/source/core/sdr/
H A DPropertyForward.cxx111 sal_Bool bDest = (evt.Source == m_xDest); in propertyChange()
119 xProp->setPropertyValue(evt.PropertyName,evt.NewValue); in propertyChange()
143 || evt.PropertyName == PROPERTY_CHARSTRIKEOUT in propertyChange()
144 || evt.PropertyName == PROPERTY_CHARWORDMODE in propertyChange()
145 || evt.PropertyName == PROPERTY_CHARROTATION in propertyChange()
146 || evt.PropertyName == PROPERTY_CHARSCALEWIDTH in propertyChange()
149 || evt.PropertyName == PROPERTY_CHARFONTPITCH in propertyChange()
150 || evt.PropertyName == PROPERTY_CHARHEIGHT in propertyChange()
151 || evt.PropertyName == PROPERTY_CHARUNDERLINE in propertyChange()
152 || evt.PropertyName == PROPERTY_CHARWEIGHT in propertyChange()
[all …]
H A DUndoEnv.cxx400 void SAL_CALL OXUndoEnvironment::elementInserted(const ContainerEvent& evt) throw(uno::RuntimeExcep… in elementInserted() argument
406 Reference< uno::XInterface > xIface( evt.Element, UNO_QUERY ); in elementInserted()
412 Reference< report::XSection > xContainer(evt.Source,uno::UNO_QUERY); in elementInserted()
435 uno::Reference< report::XFunctions> xContainer(evt.Source,uno::UNO_QUERY); in elementInserted()
458 void SAL_CALL OXUndoEnvironment::elementReplaced(const ContainerEvent& evt) throw(uno::RuntimeExcep… in elementReplaced() argument
463 Reference< XInterface > xIface(evt.ReplacedElement,uno::UNO_QUERY); in elementReplaced()
467 xIface.set(evt.Element,uno::UNO_QUERY); in elementReplaced()
474 void SAL_CALL OXUndoEnvironment::elementRemoved(const ContainerEvent& evt) throw(uno::RuntimeExcept… in elementRemoved() argument
479 Reference< uno::XInterface > xIface( evt.Element, UNO_QUERY ); in elementRemoved()
482 Reference< report::XSection > xContainer(evt.Source,uno::UNO_QUERY); in elementRemoved()
[all …]
H A DUndoActions.cxx358 ORptUndoPropertyAction::ORptUndoPropertyAction(SdrModel& rNewMod, const PropertyChangeEvent& evt) in ORptUndoPropertyAction() argument
360 ,m_xObj(evt.Source, UNO_QUERY) in ORptUndoPropertyAction()
361 ,m_aPropertyName(evt.PropertyName) in ORptUndoPropertyAction()
362 ,m_aNewValue(evt.NewValue) in ORptUndoPropertyAction()
363 ,m_aOldValue(evt.OldValue) in ORptUndoPropertyAction()
410 ,const PropertyChangeEvent& evt in OUndoPropertyGroupSectionAction() argument
415 :ORptUndoPropertyAction(_rMod,evt) in OUndoPropertyGroupSectionAction()
427 ,const PropertyChangeEvent& evt in OUndoPropertyReportSectionAction() argument
432 :ORptUndoPropertyAction(_rMod,evt) in OUndoPropertyReportSectionAction()
/trunk/main/svx/source/form/
H A Dfmundo.cxx103 m_vbaListener->firing( evt ); in firing()
112 return m_vbaListener->approveFiring( evt ); in approveFiring()
634 …aSetPos->second.bHasEmptyControlSource = !evt.NewValue.hasValue() || (::comphelper::getString(evt.… in propertyChange()
743 …rSetInfo.bHasEmptyControlSource = !evt.NewValue.hasValue() || (::comphelper::getString(evt.NewValu… in propertyChange()
758 evt.Element >>= xIface; in elementInserted()
783 evt.ReplacedElement >>= xIface; in elementReplaced()
787 evt.Element >>= xIface; in elementReplaced()
1002 ,xObj(evt.Source, UNO_QUERY) in FmUndoPropertyAction()
1003 ,aPropertyName(evt.PropertyName) in FmUndoPropertyAction()
1004 ,aNewValue(evt.NewValue) in FmUndoPropertyAction()
[all …]
H A Dnavigatortreemodel.cxx88 if( evt.PropertyName != FM_PROP_NAME ) return; in propertyChange()
90 Reference< XFormComponent > xFormComponent(evt.Source, UNO_QUERY); in propertyChange()
91 Reference< XForm > xForm(evt.Source, UNO_QUERY); in propertyChange()
101 ::rtl::OUString aNewName = ::comphelper::getString(evt.NewValue); in propertyChange()
110 …void SAL_CALL OFormComponentObserver::elementInserted(const ContainerEvent& evt) throw(RuntimeExce… in elementInserted() argument
120 evt.Element >>= xTemp; in elementInserted()
121 Insert(xTemp, ::comphelper::getINT32(evt.Accessor)); in elementInserted()
161 evt.ReplacedElement >>= xReplaced; in elementReplaced()
168 evt.Element >>= xComp; in elementReplaced()
201 …void SAL_CALL OFormComponentObserver::elementRemoved(const ContainerEvent& evt) throw(RuntimeExcep… in elementRemoved() argument
[all …]
/trunk/main/slideshow/source/engine/
H A Drehearsetimingsactivity.cxx126 virtual bool handleMousePressed( awt::MouseEvent const & evt );
129 virtual bool handleMouseExited( awt::MouseEvent const & evt );
131 virtual bool handleMouseMoved( awt::MouseEvent const & evt );
506 awt::MouseEvent const & evt ) const in isInArea()
509 basegfx::B2DPoint( evt.X, evt.Y ) ); in isInArea()
526 awt::MouseEvent const & evt ) in handleMousePressed() argument
528 if( evt.Buttons == awt::MouseButton::LEFT && isInArea(evt) ) in handleMousePressed()
538 awt::MouseEvent const & evt ) in handleMouseReleased() argument
542 mbHasBeenClicked = isInArea(evt); // fini if in in handleMouseReleased()
564 awt::MouseEvent const & evt ) in handleMouseDragged() argument
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeBean/
H A DOOoBeanViewer.java109 public void actionPerformed(java.awt.event.ActionEvent evt) in init()
119 public void actionPerformed(java.awt.event.ActionEvent evt) in init()
129 public void actionPerformed(java.awt.event.ActionEvent evt) in init()
139 public void actionPerformed(java.awt.event.ActionEvent evt) in init()
149 public void actionPerformed(java.awt.event.ActionEvent evt) in init()
159 public void actionPerformed(java.awt.event.ActionEvent evt) in init()
176 public void actionPerformed(java.awt.event.ActionEvent evt) in init()
193 public void actionPerformed(java.awt.event.ActionEvent evt) in init()
209 public void actionPerformed(java.awt.event.ActionEvent evt) in init()
217 public void actionPerformed(java.awt.event.ActionEvent evt) in init()
[all …]
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx457 evt.NewValue >>= nValue; in PositionAndSizeChange()
510 evt.OldValue >>= aOldName; in NameChange()
514 evt.NewValue >>= aNewName; in NameChange()
634 evt.OldValue >>= nTabIndex; in TabIndexChange()
652 evt.OldValue >>= nOldTabIndex; in TabIndexChange()
654 evt.NewValue >>= nNewTabIndex; in TabIndexChange()
1254 if ( evt.PropertyName == DLGED_PROP_POSITIONX || evt.PropertyName == DLGED_PROP_POSITIONY || in _propertyChange()
1255 evt.PropertyName == DLGED_PROP_WIDTH || evt.PropertyName == DLGED_PROP_HEIGHT || in _propertyChange()
1258 PositionAndSizeChange( evt ); in _propertyChange()
1273 NameChange(evt); in _propertyChange()
[all …]
/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx477 switch( evt.PropertyHandle ) in propertyChange()
495 evt.OldValue >>= nOldInt16; in propertyChange()
500 evt.NewValue >>= nOldInt16; in propertyChange()
512 evt.OldValue >>= nOldInt32; in propertyChange()
516 evt.NewValue >>= nOldInt32; in propertyChange()
535 switch( evt.PropertyHandle ) in vetoableChange()
572 evt.OldValue >>= nOldInt32; in vetoableChange()
576 evt.NewValue >>= nOldInt32; in vetoableChange()
598 switch( evt.PropertyHandle ) in propertiesChange()
630 evt.OldValue >>= nOldInt32; in propertiesChange()
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DParcelPropertiesVisualPanel.java93 public void actionPerformed(java.awt.event.ActionEvent evt) { in initComponents()
94 recipeNameActionPerformed(evt); in initComponents()
99 public void focusGained(java.awt.event.FocusEvent evt) { in initComponents()
100 recipeNameFocusGained(evt); in initComponents()
102 public void focusLost(java.awt.event.FocusEvent evt) { in initComponents()
103 recipeNameFocusLost(evt); in initComponents()
125 public void actionPerformed(java.awt.event.ActionEvent evt) { in initComponents()
126 languagesComboBoxActionPerformed(evt); in initComponents()
146 …private void recipeNameFocusGained(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_recipeNameFoc… in recipeNameFocusGained() argument
150 …private void recipeNameFocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_recipeNameFocus… in recipeNameFocusLost() argument
[all …]
H A DSelectPathVisualPanel.java78 public void actionPerformed(java.awt.event.ActionEvent evt) { in SelectPathVisualPanel()
79 installationsComboBoxActionPerformed(evt); in SelectPathVisualPanel()
100 java.awt.event.ActionEvent evt) { in installationsComboBoxActionPerformed() argument
167 public void actionPerformed(java.awt.event.ActionEvent evt) { in initComponents()
168 browseButtonActionPerformed(evt); in initComponents()
180 …private void browseButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_browse… in browseButtonActionPerformed() argument
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java621 … r[i++]= li.evt.OldValue.equals(val1) && li.evt.NewValue.equals(val2) && li.evt.Source == cl; in addPropertyChangeListener()
630 … r[i++]= li.evt.OldValue.equals(val2) && li.evt.NewValue.equals(val3) && li.evt.Source == cl in addPropertyChangeListener()
642 … r[i++]= li.evt.OldValue.equals(val3) && li.evt.NewValue.equals(val1) && li.evt.Source == cl; in addPropertyChangeListener()
643 … r[i++]= li2.evt.OldValue.equals(val3) && li2.evt.NewValue.equals(val1) && li2.evt.Source == cl; in addPropertyChangeListener()
644 … r[i++]= li3.evt.OldValue.equals(val3) && li3.evt.NewValue.equals(val1) && li3.evt.Source == cl ; in addPropertyChangeListener()
701 … r[i++]= li.evt.OldValue.equals(val1) && li.evt.NewValue.equals(val2) && li.evt.Source == cl; in addPropertyChangeListener()
711 … r[i++]= li.evt.OldValue.equals(val2) && li.evt.NewValue.equals(val3) && li.evt.Source == cl in addPropertyChangeListener()
723 … r[i++]= li.evt.OldValue.equals(val3) && li.evt.NewValue.equals(val1) && li.evt.Source == cl; in addPropertyChangeListener()
724 … r[i++]= li2.evt.OldValue.equals(val3) && li2.evt.NewValue.equals(val1) && li2.evt.Source == cl; in addPropertyChangeListener()
1655 this.evt= evt; in propertyChange()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/script/
H A D_XEventAttacherManager.java190 ScriptEventDescriptor evt) { in contains() argument
192 if (equal(container[i], evt)) { in contains()
239 void printEvent(ScriptEventDescriptor evt) { in printEvent() argument
240 if (evt == null) { in printEvent()
244 + evt.EventMethod + "\",\"" in printEvent()
245 + evt.ScriptType + "\",\"" in printEvent()
246 + evt.ScriptCode + "\",\"" in printEvent()
247 + evt.AddListenerParam + "\""); in printEvent()
482 public void firing(ScriptEvent evt) { in firing() argument
486 return evt.Helper; in approveFiring()
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DSwingDialogProvider.java185 public void actionPerformed(java.awt.event.ActionEvent evt) { in addOpenDocumentMenu()
186 String sTDocUrl = evt.getActionCommand(); in addOpenDocumentMenu()
200 public void actionPerformed(java.awt.event.ActionEvent evt) { in addApplicationDocumentMenu()
201 String sApplicationDocUrl = evt.getActionCommand(); in addApplicationDocumentMenu()
232 public void actionPerformed(java.awt.event.ActionEvent evt) { in getHelpMenuItem()
243 public void actionPerformed(java.awt.event.ActionEvent evt) { in addFileMenu()
250 public void actionPerformed(java.awt.event.ActionEvent evt) { in addFileMenu()
261 public void actionPerformed(java.awt.event.ActionEvent evt) { in getInspectMenuItem()
272 public void actionPerformed(java.awt.event.ActionEvent evt) { in getSourceCodeMenuItem()
282 public void actionPerformed(java.awt.event.ActionEvent evt) { in getInvokeMenuItem()
[all …]
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DConvwatchGUI.java191 public void componentResized(java.awt.event.ComponentEvent evt) { in initComponents()
192 formComponentResized(evt); in initComponents()
196 public void propertyChange(java.beans.PropertyChangeEvent evt) { in initComponents()
197 formPropertyChange(evt); in initComponents()
261 public void actionPerformed(java.awt.event.ActionEvent evt) { in initComponents()
262 jButton1ActionPerformed(evt); in initComponents()
268 public void actionPerformed(java.awt.event.ActionEvent evt) { in initComponents()
269 jButton2ActionPerformed(evt); in initComponents()
275 public void actionPerformed(java.awt.event.ActionEvent evt) { in initComponents()
276 jButton3ActionPerformed(evt); in initComponents()
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A DWinFileOpenImpl.cxx691 FilePickerEvent evt; in onSelChanged() local
692 m_FilePicker->fileSelectionChanged(evt); in onSelChanged()
814 FilePickerEvent evt; in onFolderChanged() local
815 m_FilePicker->directoryChanged(evt); in onFolderChanged()
826 FilePickerEvent evt; in onTypeChanged() local
827 evt.ElementId = LISTBOX_FILTER; in onTypeChanged()
828 m_FilePicker->controlStateChanged(evt); in onTypeChanged()
842 FilePickerEvent evt; in onCtrlCommand() local
843 evt.ElementId = ctrlId; in onCtrlCommand()
844 m_FilePicker->controlStateChanged(evt); in onCtrlCommand()
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx624 beans::PropertySetInfoChangeEvent evt( in addProperty() local
629 notifyPropertySetInfoChange( evt ); in addProperty()
729 beans::PropertySetInfoChangeEvent evt( in removeProperty() local
734 notifyPropertySetInfoChange( evt ); in removeProperty()
858 sal_Int32 nCount = evt.getLength(); in notifyPropertiesChange()
874 xListener->propertiesChange( evt ); in notifyPropertiesChange()
939 const beans::PropertySetInfoChangeEvent& evt ) const in notifyPropertySetInfoChange()
952 xListener->propertySetInfoChange( evt ); in notifyPropertySetInfoChange()
972 xListener->commandInfoChange( evt ); in notifyCommandInfoChange()
978 const com::sun::star::ucb::ContentEvent& evt ) const in notifyContentEvent()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DSetupActionListener.java42 public void actionPerformed (java.awt.event.ActionEvent evt) { in actionPerformed() argument
43 if (evt.getActionCommand().equals(SetupFrame.ACTION_CANCEL)) { in actionPerformed()
60 } else if (evt.getActionCommand().equals(SetupFrame.ACTION_STOP)) { in actionPerformed()
81 } else if (evt.getActionCommand().equals(SetupFrame.ACTION_PREVIOUS)) { in actionPerformed()
85 } else if (evt.getActionCommand().equals(SetupFrame.ACTION_NEXT)) { in actionPerformed()
93 } else if (evt.getActionCommand().equals(SetupFrame.ACTION_DETAILS)) { in actionPerformed()
102 } else if (evt.getActionCommand().equals(SetupFrame.ACTION_HELP)) { in actionPerformed()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1479 if (evt.PropertyName == FM_PROP_VALUE || m_xCursor == evt.Source) in propertyChange()
1480 pGrid->propertyChange(evt); in propertyChange()
1490 if (evt.Source == xCurrent) in propertyChange()
1501 if (evt.PropertyName == FM_PROP_LABEL) in propertyChange()
1507 else if (evt.PropertyName == FM_PROP_WIDTH) in propertyChange()
1516 if (evt.NewValue >>= nTest) in propertyChange()
1533 else if (evt.PropertyName == FM_PROP_HIDDEN) in propertyChange()
1537 if (::comphelper::getBOOL(evt.NewValue)) in propertyChange()
1542 else if (evt.PropertyName == FM_PROP_ALIGN) in propertyChange()
1553 else if (evt.PropertyName == FM_PROP_FORMATKEY) in propertyChange()
[all …]
/trunk/main/slideshow/source/engine/slide/
H A Dshapemanagerimpl.hxx102 ::com::sun::star::awt::MouseEvent const& evt );
104 ::com::sun::star::awt::MouseEvent const& evt );
106 ::com::sun::star::awt::MouseEvent const& evt );
108 ::com::sun::star::awt::MouseEvent const& evt );
110 ::com::sun::star::awt::MouseEvent const& evt );
112 ::com::sun::star::awt::MouseEvent const& evt );
/trunk/main/udkapi/com/sun/star/test/
H A DXTestListener.idl49 @param evt
53 void notifyError( [in] com::sun::star::test::TestEvent evt );
58 @param evt
62 void notifyWarning( [in] com::sun::star::test::TestEvent evt );
69 @param evt
73 void protocol( [in] com::sun::star::test::TestEvent evt );
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx898 SbaXDataBrowserController::propertyChange(evt); in propertyChange()
908 else if (evt.PropertyName.equals(PROPERTY_WIDTH)) in propertyChange()
914 if(!evt.NewValue.hasValue()) in propertyChange()
922 else if (evt.PropertyName.equals(PROPERTY_HIDDEN)) in propertyChange()
930 else if (evt.PropertyName.equals(PROPERTY_ALIGN)) in propertyChange()
937 if(evt.NewValue.hasValue()) in propertyChange()
940 if(evt.NewValue >>= nAlign) in propertyChange()
956 else if ( (evt.PropertyName.equals(PROPERTY_FORMATKEY)) in propertyChange()
968 else if (evt.PropertyName.equals(PROPERTY_ROW_HEIGHT)) in propertyChange()
975 sal_Bool bDefault = !evt.NewValue.hasValue(); in propertyChange()
[all …]
/trunk/main/reportdesign/source/ui/report/
H A DReportControllerObserver.cxx414 void SAL_CALL OXReportControllerObserver::elementInserted(const container::ContainerEvent& evt) thr… in elementInserted() argument
420 uno::Reference< uno::XInterface > xIface( evt.Element, uno::UNO_QUERY ); in elementInserted()
428 void SAL_CALL OXReportControllerObserver::elementReplaced(const container::ContainerEvent& evt) thr… in elementReplaced() argument
433 uno::Reference< uno::XInterface > xIface(evt.ReplacedElement,uno::UNO_QUERY); in elementReplaced()
437 xIface.set(evt.Element,uno::UNO_QUERY); in elementReplaced()
442 void SAL_CALL OXReportControllerObserver::elementRemoved(const container::ContainerEvent& evt) thro… in elementRemoved() argument
447 uno::Reference< uno::XInterface > xIface( evt.Element, uno::UNO_QUERY ); in elementRemoved()

Completed in 155 milliseconds

1234567