| /AOO41X/main/extensions/workben/ |
| H A D | testframecontrol.cxx | 63 virtual void mousePressed( const VclMouseEvent& evt ); 64 virtual void mouseReleased( const VclMouseEvent& evt ); 65 virtual void mouseEntered( const VclMouseEvent& evt ); 66 virtual void mouseExited( const VclMouseEvent& evt ); 69 virtual void mouseDragged( const VclMouseEvent& evt ); 70 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 ); [all …]
|
| /AOO41X/main/scripting/source/vbaevents/ |
| H A D | eventhelper.cxx | 137 void dumpEvent( const ScriptEvent& evt ) 140 rtl::OUStringToOString( comphelper::anyToString( makeAny(evt.Source)), 144 rtl::OUStringToOString( evt.ScriptType, 148 rtl::OUStringToOString( evt.ScriptCode, 152 rtl::OUStringToOString( evt.ListenerType.getTypeName(), 156 rtl::OUStringToOString( evt.MethodName, 160 sal_Int32 nLen = evt.Arguments.getLength(); 164 rtl::OUStringToOString( comphelper::anyToString( evt.Arguments[ index ] ), 172 bool isKeyEventOk( awt::KeyEvent& evt, const Sequence< Any >& params ) in isKeyEventOk() argument 175 !( params[ 0 ] >>= evt ) ) in isKeyEventOk() [all …]
|
| /AOO41X/main/reportdesign/source/core/sdr/ |
| H A D | PropertyForward.cxx | 101 void SAL_CALL OPropertyMediator::propertyChange( const PropertyChangeEvent& evt ) throw(RuntimeExce… in propertyChange() argument 109 sal_Bool bDest = (evt.Source == m_xDest); in propertyChange() 116 if ( xPropInfo->hasPropertyByName(evt.PropertyName) ) in propertyChange() 117 xProp->setPropertyValue(evt.PropertyName,evt.NewValue); in propertyChange() 120 TPropertyNamePair::iterator aFind = m_aNameMap.find(evt.PropertyName); in propertyChange() 130 … ::std::bind2nd(::std::equal_to< ::rtl::OUString >(), evt.PropertyName), in propertyChange() 138 … xProp->setPropertyValue(sPropName,aFind->second.second->operator()(sPropName,evt.NewValue)); in propertyChange() 139 else if ( evt.PropertyName == PROPERTY_CHARFONTNAME in propertyChange() 140 || evt.PropertyName == PROPERTY_CHARFONTSTYLENAME in propertyChange() 141 || evt.PropertyName == PROPERTY_CHARSTRIKEOUT in propertyChange() [all …]
|
| H A D | UndoActions.cxx | 358 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()
|
| H A D | UndoEnv.cxx | 400 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 …]
|
| /AOO41X/main/svx/source/form/ |
| H A D | fmundo.cxx | 98 virtual void SAL_CALL firing(const ScriptEvent& evt) throw(RuntimeException) in firing() argument 103 m_vbaListener->firing( evt ); in firing() 107 …virtual Any SAL_CALL approveFiring(const ScriptEvent& evt) throw( com::sun::star::reflection::Invo… in approveFiring() argument 112 return m_vbaListener->approveFiring( evt ); in approveFiring() 554 void SAL_CALL FmXUndoEnvironment::propertyChange(const PropertyChangeEvent& evt) throw(::com::sun::… in propertyChange() argument 561 Reference< XPropertySet > xSet(evt.Source, UNO_QUERY); in propertyChange() 579 if (0 == evt.PropertyName.compareTo(pDefaultValueProperties[i])) in propertyChange() 583 xSet->setPropertyValue(aValueProperties[i], evt.NewValue); in propertyChange() 632 if (evt.PropertyName.equals(FM_PROP_CONTROLSOURCE)) in propertyChange() 634 …aSetPos->second.bHasEmptyControlSource = !evt.NewValue.hasValue() || (::comphelper::getString(evt.… in propertyChange() [all …]
|
| H A D | navigatortreemodel.cxx | 84 …void SAL_CALL OFormComponentObserver::propertyChange(const PropertyChangeEvent& evt) throw(Runtime… in propertyChange() argument 88 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() 151 …void SAL_CALL OFormComponentObserver::elementReplaced(const ContainerEvent& evt) throw(RuntimeExce… in elementReplaced() argument 161 evt.ReplacedElement >>= xReplaced; in elementReplaced() [all …]
|
| /AOO41X/main/slideshow/source/engine/ |
| H A D | rehearsetimingsactivity.cxx | 126 virtual bool handleMousePressed( awt::MouseEvent const & evt ); 127 virtual bool handleMouseReleased( awt::MouseEvent const & evt ); 128 virtual bool handleMouseEntered( awt::MouseEvent const & evt ); 129 virtual bool handleMouseExited( awt::MouseEvent const & evt ); 130 virtual bool handleMouseDragged( awt::MouseEvent const & evt ); 131 virtual bool handleMouseMoved( awt::MouseEvent const & evt ); 134 bool isInArea( com::sun::star::awt::MouseEvent const & evt ) const; 505 awt::MouseEvent const & evt ) const in isInArea() 508 basegfx::B2DPoint( evt.X, evt.Y ) ); in isInArea() 525 awt::MouseEvent const & evt ) in handleMousePressed() argument [all …]
|
| /AOO41X/main/odk/examples/DevelopersGuide/OfficeBean/ |
| H A D | OOoBeanViewer.java | 109 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 …]
|
| /AOO41X/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/ |
| H A D | ParcelPropertiesVisualPanel.java | 93 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 D | SelectPathVisualPanel.java | 78 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
|
| /AOO41X/main/cppuhelper/test/ |
| H A D | testpropshlp.cxx | 470 void SAL_CALL propertyChange(const PropertyChangeEvent& evt) throw (RuntimeException) in propertyChange() argument 477 switch( evt.PropertyHandle ) in propertyChange() 482 …OSL_ENSURE( evt.PropertyName == OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ), "PropertySetHelpe… in propertyChange() 488 …OSL_ENSURE( evt.PropertyName == OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), "PropertySetHelp… in propertyChange() 495 evt.OldValue >>= nOldInt16; in propertyChange() 500 evt.NewValue >>= nOldInt16; in propertyChange() 507 …OSL_ENSURE( evt.PropertyName == OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ), "PropertySetHelp… in propertyChange() 512 evt.OldValue >>= nOldInt32; in propertyChange() 516 evt.NewValue >>= nOldInt32; in propertyChange() 528 …void SAL_CALL vetoableChange(const PropertyChangeEvent& evt) throw (PropertyVetoException, Runtim… in vetoableChange() argument [all …]
|
| /AOO41X/main/basctl/source/dlged/ |
| H A D | dlgedobj.cxx | 427 void DlgEdObj::PositionAndSizeChange( const beans::PropertyChangeEvent& evt ) in PositionAndSizeChange() argument 457 evt.NewValue >>= nValue; in PositionAndSizeChange() 460 if ( evt.PropertyName == DLGED_PROP_POSITIONX ) in PositionAndSizeChange() 467 else if ( evt.PropertyName == DLGED_PROP_POSITIONY ) in PositionAndSizeChange() 474 else if ( evt.PropertyName == DLGED_PROP_WIDTH ) in PositionAndSizeChange() 481 else if ( evt.PropertyName == DLGED_PROP_HEIGHT ) in PositionAndSizeChange() 494 xPSet->setPropertyValue( evt.PropertyName, aNewValue ); in PositionAndSizeChange() 506 void SAL_CALL DlgEdObj::NameChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) thro… in NameChange() argument 510 evt.OldValue >>= aOldName; in NameChange() 514 evt.NewValue >>= aNewName; in NameChange() [all …]
|
| /AOO41X/main/qadevOOo/tests/java/ifc/script/ |
| H A D | _XEventAttacherManager.java | 190 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() 243 log.println("\"" + evt.ListenerType + "\",\"" 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 [all …]
|
| /AOO41X/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
| H A D | PropertySet_Test.java | 621 … 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() 631 … && li2.evt.OldValue.equals(val2) && li2.evt.NewValue.equals(val3) && li2.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() 712 … && li2.evt.OldValue.equals(val2) && li2.evt.NewValue.equals(val3) && li2.evt.Source == cl ; in addPropertyChangeListener() 723 … r[i++]= li.evt.OldValue.equals(val3) && li.evt.NewValue.equals(val1) && li.evt.Source == cl; in addPropertyChangeListener() [all …]
|
| /AOO41X/main/odk/examples/java/Inspector/ |
| H A D | SwingDialogProvider.java | 185 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 …]
|
| /AOO41X/main/testgraphical/ui/java/ConvwatchGUIProject/src/ |
| H A D | ConvwatchGUI.java | 191 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 …]
|
| /AOO41X/main/fpicker/source/win32/filepicker/ |
| H A D | WinFileOpenImpl.cxx | 691 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 …]
|
| /AOO41X/main/javainstaller2/src/JavaSetup/org/openoffice/setup/ |
| H A D | SetupActionListener.java | 42 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()
|
| /AOO41X/main/ucbhelper/source/provider/ |
| H A D | contenthelper.cxx | 624 beans::PropertySetInfoChangeEvent evt( in addProperty() local 629 notifyPropertySetInfoChange( evt ); in addProperty() 729 beans::PropertySetInfoChangeEvent evt( in removeProperty() local 734 notifyPropertySetInfoChange( evt ); in removeProperty() 853 const uno::Sequence< beans::PropertyChangeEvent >& evt ) const in notifyPropertiesChange() 858 sal_Int32 nCount = evt.getLength(); in notifyPropertiesChange() 874 xListener->propertiesChange( evt ); in notifyPropertiesChange() 880 const beans::PropertyChangeEvent* pEvents = evt.getConstArray(); in notifyPropertiesChange() 939 const beans::PropertySetInfoChangeEvent& evt ) const in notifyPropertySetInfoChange() 952 xListener->propertySetInfoChange( evt ); in notifyPropertySetInfoChange() [all …]
|
| /AOO41X/main/svx/source/fmcomp/ |
| H A D | fmgridif.cxx | 1466 void FmXGridPeer::propertyChange(const PropertyChangeEvent& evt) throw( RuntimeException ) in propertyChange() argument 1478 Reference< XRowSet > xCursor(evt.Source, UNO_QUERY); in propertyChange() 1479 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() 1503 String aName = ::comphelper::getString(evt.NewValue); in propertyChange() 1507 else if (evt.PropertyName == FM_PROP_WIDTH) in propertyChange() 1510 if (evt.NewValue.getValueType().getTypeClass() == TypeClass_VOID) in propertyChange() 1516 if (evt.NewValue >>= nTest) in propertyChange() [all …]
|
| /AOO41X/main/slideshow/source/engine/slide/ |
| H A D | shapemanagerimpl.hxx | 102 ::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 );
|
| /AOO41X/main/udkapi/com/sun/star/test/ |
| H A D | XTestListener.idl | 49 @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 );
|
| /AOO41X/main/reportdesign/source/ui/report/ |
| H A D | ReportControllerObserver.cxx | 414 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()
|
| /AOO41X/main/ucb/source/ucp/ftp/ |
| H A D | ftpcontent.cxx | 890 Sequence<PropertyChangeEvent > evt; in setPropertyValues() local 912 evt.realloc(1); in setPropertyValues() 913 evt[0].PropertyName = in setPropertyValues() 915 evt[0].Further = false; in setPropertyValues() 916 evt[0].PropertyHandle = -1; in setPropertyValues() 917 evt[0].OldValue <<= OldTitle; in setPropertyValues() 918 evt[0].NewValue <<= Title; in setPropertyValues() 946 if(evt.getLength()) { in setPropertyValues() 948 notifyPropertiesChange(evt); in setPropertyValues()
|