/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/ |
H A D | AccessibleKeyBinding.java | 27 import com.sun.star.awt.KeyStroke; 95 case com.sun.star.awt.Key.A: in convertKeyCode() 98 case com.sun.star.awt.Key.B: in convertKeyCode() 101 case com.sun.star.awt.Key.C: in convertKeyCode() 104 case com.sun.star.awt.Key.D: in convertKeyCode() 107 case com.sun.star.awt.Key.E: in convertKeyCode() 110 case com.sun.star.awt.Key.F: in convertKeyCode() 113 case com.sun.star.awt.Key.G: in convertKeyCode() 116 case com.sun.star.awt.Key.H: in convertKeyCode() 119 case com.sun.star.awt.Key.I: in convertKeyCode() [all …]
|
H A D | Dialog.java | 38 java.awt.EventQueue eventQueue = null; 66 java.awt.Component initialComponent = null; 498 public java.awt.Color getBackground() { in getBackground() 511 public java.awt.Color getForeground() { in getForeground() 523 public java.awt.Cursor getCursor() { in getCursor() 532 public java.awt.Font getFont() { in getFont() 537 public void setFont(java.awt.Font f) { in setFont() 541 public java.awt.FontMetrics getFontMetrics(java.awt.Font f) { in getFontMetrics() 585 public java.awt.Point getLocation() { in getLocation() 600 public java.awt.Rectangle getBounds() { in getBounds() [all …]
|
/aoo41x/main/avmedia/source/java/ |
H A D | WindowAdapter.java | 24 import sun.awt.*; 25 import com.sun.star.awt.*; 87 case( java.awt.event.KeyEvent.VK_A ): nRet = com.sun.star.awt.Key.A; break; in implGetUNOKeyCode() 88 case( java.awt.event.KeyEvent.VK_B ): nRet = com.sun.star.awt.Key.B; break; in implGetUNOKeyCode() 89 case( java.awt.event.KeyEvent.VK_C ): nRet = com.sun.star.awt.Key.C; break; in implGetUNOKeyCode() 90 case( java.awt.event.KeyEvent.VK_D ): nRet = com.sun.star.awt.Key.D; break; in implGetUNOKeyCode() 91 case( java.awt.event.KeyEvent.VK_E ): nRet = com.sun.star.awt.Key.E; break; in implGetUNOKeyCode() 92 case( java.awt.event.KeyEvent.VK_F ): nRet = com.sun.star.awt.Key.F; break; in implGetUNOKeyCode() 93 case( java.awt.event.KeyEvent.VK_G ): nRet = com.sun.star.awt.Key.G; break; in implGetUNOKeyCode() 94 case( java.awt.event.KeyEvent.VK_H ): nRet = com.sun.star.awt.Key.H; break; in implGetUNOKeyCode() [all …]
|
/aoo41x/main/framework/source/accelerators/ |
H A D | keymapping.cxx | 51 {css::awt::Key::NUM0 , "KEY_0" }, 52 {css::awt::Key::NUM1 , "KEY_1" }, 53 {css::awt::Key::NUM2 , "KEY_2" }, 54 {css::awt::Key::NUM3 , "KEY_3" }, 55 {css::awt::Key::NUM4 , "KEY_4" }, 56 {css::awt::Key::NUM5 , "KEY_5" }, 57 {css::awt::Key::NUM6 , "KEY_6" }, 58 {css::awt::Key::NUM7 , "KEY_7" }, 59 {css::awt::Key::NUM8 , "KEY_8" }, 60 {css::awt::Key::NUM9 , "KEY_9" }, [all …]
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | keycodes.hxx | 57 #define KEY_A ((sal_uInt16)::com::sun::star::awt::Key::A) 58 #define KEY_B ((sal_uInt16)::com::sun::star::awt::Key::B) 59 #define KEY_C ((sal_uInt16)::com::sun::star::awt::Key::C) 60 #define KEY_D ((sal_uInt16)::com::sun::star::awt::Key::D) 61 #define KEY_E ((sal_uInt16)::com::sun::star::awt::Key::E) 62 #define KEY_F ((sal_uInt16)::com::sun::star::awt::Key::F) 63 #define KEY_G ((sal_uInt16)::com::sun::star::awt::Key::G) 64 #define KEY_H ((sal_uInt16)::com::sun::star::awt::Key::H) 65 #define KEY_I ((sal_uInt16)::com::sun::star::awt::Key::I) 66 #define KEY_J ((sal_uInt16)::com::sun::star::awt::Key::J) [all …]
|
/aoo41x/main/toolkit/source/helper/ |
H A D | listenermultiplexer.cxx | 74 …HOD( FocusListenerMultiplexer, ::com::sun::star::awt::XFocusListener, focusGained, ::com::sun::sta… 75 …THOD( FocusListenerMultiplexer, ::com::sun::star::awt::XFocusListener, focusLost, ::com::sun::star… 97 …METHOD( KeyListenerMultiplexer, ::com::sun::star::awt::XKeyListener, keyPressed, ::com::sun::star:… 98 …METHOD( KeyListenerMultiplexer, ::com::sun::star::awt::XKeyListener, keyReleased, ::com::sun::star… 104 …OD( MouseListenerMultiplexer, ::com::sun::star::awt::XMouseListener, mousePressed, ::com::sun::sta… 107 …HOD( MouseListenerMultiplexer, ::com::sun::star::awt::XMouseListener, mouseExited, ::com::sun::sta… 138 …THOD( TextListenerMultiplexer, ::com::sun::star::awt::XTextListener, textChanged, ::com::sun::star… 164 …NERMETHOD( SpinListenerMultiplexer, ::com::sun::star::awt::XSpinListener, up, ::com::sun::star::aw… 165 …ERMETHOD( SpinListenerMultiplexer, ::com::sun::star::awt::XSpinListener, down, ::com::sun::star::a… 166 …RMETHOD( SpinListenerMultiplexer, ::com::sun::star::awt::XSpinListener, first, ::com::sun::star::a… [all …]
|
/aoo41x/main/qadevOOo/objdsc/forms/ |
H A D | com.sun.star.comp.forms.OCurrencyControl.csv | 1 "OCurrencyControl";"com::sun::star::awt::XLayoutConstrains";"getMinimumSize()" 4 "OCurrencyControl";"com::sun::star::awt::XView";"setGraphics()" 5 "OCurrencyControl";"com::sun::star::awt::XView";"getGraphics()" 6 "OCurrencyControl";"com::sun::star::awt::XView";"getSize()" 7 "OCurrencyControl";"com::sun::star::awt::XView";"draw()" 8 "OCurrencyControl";"com::sun::star::awt::XView";"setZoom()" 40 "OCurrencyControl";"com::sun::star::awt::XControl";"getPeer()" 41 "OCurrencyControl";"com::sun::star::awt::XControl";"setModel()" 42 "OCurrencyControl";"com::sun::star::awt::XControl";"getModel()" 43 "OCurrencyControl";"com::sun::star::awt::XControl";"getView()" [all …]
|
H A D | com.sun.star.comp.forms.ODateControl.csv | 4 "ODateControl";"com::sun::star::awt::XView";"setGraphics()" 5 "ODateControl";"com::sun::star::awt::XView";"getGraphics()" 6 "ODateControl";"com::sun::star::awt::XView";"getSize()" 7 "ODateControl";"com::sun::star::awt::XView";"draw()" 8 "ODateControl";"com::sun::star::awt::XView";"setZoom()" 14 "ODateControl";"com::sun::star::awt::XDateField";"setDate()" 15 "ODateControl";"com::sun::star::awt::XDateField";"getDate()" 16 "ODateControl";"com::sun::star::awt::XDateField";"setMin()" 17 "ODateControl";"com::sun::star::awt::XDateField";"getMin()" 18 "ODateControl";"com::sun::star::awt::XDateField";"setMax()" [all …]
|
H A D | com.sun.star.comp.forms.ONumericControl.csv | 1 "ONumericControl";"com::sun::star::awt::XLayoutConstrains";"getMinimumSize()" 4 "ONumericControl";"com::sun::star::awt::XView";"setGraphics()" 5 "ONumericControl";"com::sun::star::awt::XView";"getGraphics()" 6 "ONumericControl";"com::sun::star::awt::XView";"getSize()" 7 "ONumericControl";"com::sun::star::awt::XView";"draw()" 8 "ONumericControl";"com::sun::star::awt::XView";"setZoom()" 24 "ONumericControl";"com::sun::star::awt::XControl";"getPeer()" 25 "ONumericControl";"com::sun::star::awt::XControl";"setModel()" 26 "ONumericControl";"com::sun::star::awt::XControl";"getModel()" 27 "ONumericControl";"com::sun::star::awt::XControl";"getView()" [all …]
|
H A D | com.sun.star.comp.forms.OTimeControl.csv | 4 "OTimeControl";"com::sun::star::awt::XView";"setGraphics()" 5 "OTimeControl";"com::sun::star::awt::XView";"getGraphics()" 6 "OTimeControl";"com::sun::star::awt::XView";"getSize()" 7 "OTimeControl";"com::sun::star::awt::XView";"draw()" 8 "OTimeControl";"com::sun::star::awt::XView";"setZoom()" 14 "OTimeControl";"com::sun::star::awt::XTimeField";"setTime()" 15 "OTimeControl";"com::sun::star::awt::XTimeField";"getTime()" 16 "OTimeControl";"com::sun::star::awt::XTimeField";"setMin()" 17 "OTimeControl";"com::sun::star::awt::XTimeField";"getMin()" 18 "OTimeControl";"com::sun::star::awt::XTimeField";"setMax()" [all …]
|
H A D | com.sun.star.comp.forms.OComboBoxControl.csv | 1 "OComboBoxControl";"com::sun::star::awt::XLayoutConstrains";"getMinimumSize()" 4 "OComboBoxControl";"com::sun::star::awt::XView";"setGraphics()" 5 "OComboBoxControl";"com::sun::star::awt::XView";"getGraphics()" 6 "OComboBoxControl";"com::sun::star::awt::XView";"getSize()" 7 "OComboBoxControl";"com::sun::star::awt::XView";"draw()" 8 "OComboBoxControl";"com::sun::star::awt::XView";"setZoom()" 14 "OComboBoxControl";"com::sun::star::awt::XControl";"setContext()" 17 "OComboBoxControl";"com::sun::star::awt::XControl";"getPeer()" 18 "OComboBoxControl";"com::sun::star::awt::XControl";"setModel()" 19 "OComboBoxControl";"com::sun::star::awt::XControl";"getModel()" [all …]
|
H A D | com.sun.star.comp.forms.OPatternControl.csv | 1 "OPatternControl";"com::sun::star::awt::XLayoutConstrains";"getMinimumSize()" 4 "OPatternControl";"com::sun::star::awt::XView";"setGraphics()" 5 "OPatternControl";"com::sun::star::awt::XView";"getGraphics()" 6 "OPatternControl";"com::sun::star::awt::XView";"getSize()" 7 "OPatternControl";"com::sun::star::awt::XView";"draw()" 8 "OPatternControl";"com::sun::star::awt::XView";"setZoom()" 24 "OPatternControl";"com::sun::star::awt::XControl";"getPeer()" 25 "OPatternControl";"com::sun::star::awt::XControl";"setModel()" 26 "OPatternControl";"com::sun::star::awt::XControl";"getModel()" 27 "OPatternControl";"com::sun::star::awt::XControl";"getView()" [all …]
|
H A D | com.sun.star.comp.forms.OListBoxControl.csv | 1 "OListBoxControl";"com::sun::star::awt::XLayoutConstrains";"getMinimumSize()" 4 "OListBoxControl";"com::sun::star::awt::XView";"setGraphics()" 5 "OListBoxControl";"com::sun::star::awt::XView";"getGraphics()" 6 "OListBoxControl";"com::sun::star::awt::XView";"getSize()" 7 "OListBoxControl";"com::sun::star::awt::XView";"draw()" 8 "OListBoxControl";"com::sun::star::awt::XView";"setZoom()" 19 "OListBoxControl";"com::sun::star::awt::XControl";"getPeer()" 20 "OListBoxControl";"com::sun::star::awt::XControl";"setModel()" 21 "OListBoxControl";"com::sun::star::awt::XControl";"getModel()" 22 "OListBoxControl";"com::sun::star::awt::XControl";"getView()" [all …]
|
H A D | com.sun.star.comp.forms.OFormattedControl.csv | 1 "OFormattedControl";"com::sun::star::awt::XLayoutConstrains";"getMinimumSize()" 4 "OFormattedControl";"com::sun::star::awt::XView";"setGraphics()" 5 "OFormattedControl";"com::sun::star::awt::XView";"getGraphics()" 6 "OFormattedControl";"com::sun::star::awt::XView";"getSize()" 7 "OFormattedControl";"com::sun::star::awt::XView";"draw()" 8 "OFormattedControl";"com::sun::star::awt::XView";"setZoom()" 24 "OFormattedControl";"com::sun::star::awt::XControl";"getPeer()" 25 "OFormattedControl";"com::sun::star::awt::XControl";"setModel()" 26 "OFormattedControl";"com::sun::star::awt::XControl";"getModel()" 27 "OFormattedControl";"com::sun::star::awt::XControl";"getView()" [all …]
|
/aoo41x/main/qadevOOo/objdsc/toolkit/ |
H A D | com.sun.star.awt.UnoControlCurrencyField.csv | 1 "UnoControlCurrencyField";"com::sun::star::awt::XLayoutConstrains";"getMinimumSize()" 4 "UnoControlCurrencyField";"com::sun::star::awt::XView";"setGraphics()" 5 "UnoControlCurrencyField";"com::sun::star::awt::XView";"getGraphics()" 6 "UnoControlCurrencyField";"com::sun::star::awt::XView";"getSize()" 7 "UnoControlCurrencyField";"com::sun::star::awt::XView";"draw()" 8 "UnoControlCurrencyField";"com::sun::star::awt::XView";"setZoom()" 38 "UnoControlCurrencyField";"com::sun::star::awt::XControl";"getPeer()" 39 "UnoControlCurrencyField";"com::sun::star::awt::XControl";"setModel()" 40 "UnoControlCurrencyField";"com::sun::star::awt::XControl";"getModel()" 41 "UnoControlCurrencyField";"com::sun::star::awt::XControl";"getView()" [all …]
|
H A D | com.sun.star.awt.UnoControlNumericField.csv | 1 "UnoControlNumericField";"com::sun::star::awt::XLayoutConstrains";"getMinimumSize()" 4 "UnoControlNumericField";"com::sun::star::awt::XView";"setGraphics()" 5 "UnoControlNumericField";"com::sun::star::awt::XView";"getGraphics()" 6 "UnoControlNumericField";"com::sun::star::awt::XView";"getSize()" 7 "UnoControlNumericField";"com::sun::star::awt::XView";"draw()" 8 "UnoControlNumericField";"com::sun::star::awt::XView";"setZoom()" 22 "UnoControlNumericField";"com::sun::star::awt::XControl";"getPeer()" 23 "UnoControlNumericField";"com::sun::star::awt::XControl";"setModel()" 24 "UnoControlNumericField";"com::sun::star::awt::XControl";"getModel()" 25 "UnoControlNumericField";"com::sun::star::awt::XControl";"getView()" [all …]
|
H A D | com.sun.star.awt.UnoControlDateField.csv | 4 "UnoControlDateField";"com::sun::star::awt::XView";"setGraphics()" 5 "UnoControlDateField";"com::sun::star::awt::XView";"getGraphics()" 6 "UnoControlDateField";"com::sun::star::awt::XView";"getSize()" 7 "UnoControlDateField";"com::sun::star::awt::XView";"draw()" 8 "UnoControlDateField";"com::sun::star::awt::XView";"setZoom()" 12 "UnoControlDateField";"com::sun::star::awt::XDateField";"setDate()" 13 "UnoControlDateField";"com::sun::star::awt::XDateField";"getDate()" 14 "UnoControlDateField";"com::sun::star::awt::XDateField";"setMin()" 15 "UnoControlDateField";"com::sun::star::awt::XDateField";"getMin()" 16 "UnoControlDateField";"com::sun::star::awt::XDateField";"setMax()" [all …]
|
H A D | com.sun.star.awt.UnoControlTimeField.csv | 4 "UnoControlTimeField";"com::sun::star::awt::XView";"setGraphics()" 5 "UnoControlTimeField";"com::sun::star::awt::XView";"getGraphics()" 6 "UnoControlTimeField";"com::sun::star::awt::XView";"getSize()" 7 "UnoControlTimeField";"com::sun::star::awt::XView";"draw()" 8 "UnoControlTimeField";"com::sun::star::awt::XView";"setZoom()" 12 "UnoControlTimeField";"com::sun::star::awt::XTimeField";"setTime()" 13 "UnoControlTimeField";"com::sun::star::awt::XTimeField";"getTime()" 14 "UnoControlTimeField";"com::sun::star::awt::XTimeField";"setMin()" 15 "UnoControlTimeField";"com::sun::star::awt::XTimeField";"getMin()" 16 "UnoControlTimeField";"com::sun::star::awt::XTimeField";"setMax()" [all …]
|
H A D | com.sun.star.awt.UnoControlPatternField.csv | 1 "UnoControlPatternField";"com::sun::star::awt::XLayoutConstrains";"getMinimumSize()" 4 "UnoControlPatternField";"com::sun::star::awt::XView";"setGraphics()" 5 "UnoControlPatternField";"com::sun::star::awt::XView";"getGraphics()" 6 "UnoControlPatternField";"com::sun::star::awt::XView";"getSize()" 7 "UnoControlPatternField";"com::sun::star::awt::XView";"draw()" 8 "UnoControlPatternField";"com::sun::star::awt::XView";"setZoom()" 22 "UnoControlPatternField";"com::sun::star::awt::XControl";"getPeer()" 23 "UnoControlPatternField";"com::sun::star::awt::XControl";"setModel()" 24 "UnoControlPatternField";"com::sun::star::awt::XControl";"getModel()" 25 "UnoControlPatternField";"com::sun::star::awt::XControl";"getView()" [all …]
|
H A D | com.sun.star.awt.UnoControlComboBox.csv | 1 "UnoControlComboBox";"com::sun::star::awt::XLayoutConstrains";"getMinimumSize()" 4 "UnoControlComboBox";"com::sun::star::awt::XView";"setGraphics()" 5 "UnoControlComboBox";"com::sun::star::awt::XView";"getGraphics()" 6 "UnoControlComboBox";"com::sun::star::awt::XView";"getSize()" 7 "UnoControlComboBox";"com::sun::star::awt::XView";"draw()" 8 "UnoControlComboBox";"com::sun::star::awt::XView";"setZoom()" 12 "UnoControlComboBox";"com::sun::star::awt::XControl";"setContext()" 15 "UnoControlComboBox";"com::sun::star::awt::XControl";"getPeer()" 16 "UnoControlComboBox";"com::sun::star::awt::XControl";"setModel()" 17 "UnoControlComboBox";"com::sun::star::awt::XControl";"getModel()" [all …]
|
H A D | com.sun.star.awt.UnoControlListBox.csv | 4 "UnoControlListBox";"com::sun::star::awt::XView";"setGraphics()" 5 "UnoControlListBox";"com::sun::star::awt::XView";"getGraphics()" 6 "UnoControlListBox";"com::sun::star::awt::XView";"getSize()" 7 "UnoControlListBox";"com::sun::star::awt::XView";"draw()" 8 "UnoControlListBox";"com::sun::star::awt::XView";"setZoom()" 12 "UnoControlListBox";"com::sun::star::awt::XControl";"setContext()" 15 "UnoControlListBox";"com::sun::star::awt::XControl";"getPeer()" 16 "UnoControlListBox";"com::sun::star::awt::XControl";"setModel()" 17 "UnoControlListBox";"com::sun::star::awt::XControl";"getModel()" 18 "UnoControlListBox";"com::sun::star::awt::XControl";"getView()" [all …]
|
H A D | com.sun.star.awt.UnoControlFormattedField.csv | 1 "UnoControlFormattedField";"com::sun::star::awt::XLayoutConstrains";"getMinimumSize()" 4 "UnoControlFormattedField";"com::sun::star::awt::XView";"setGraphics()" 5 "UnoControlFormattedField";"com::sun::star::awt::XView";"getGraphics()" 6 "UnoControlFormattedField";"com::sun::star::awt::XView";"getSize()" 7 "UnoControlFormattedField";"com::sun::star::awt::XView";"draw()" 8 "UnoControlFormattedField";"com::sun::star::awt::XView";"setZoom()" 22 "UnoControlFormattedField";"com::sun::star::awt::XControl";"getPeer()" 23 "UnoControlFormattedField";"com::sun::star::awt::XControl";"setModel()" 24 "UnoControlFormattedField";"com::sun::star::awt::XControl";"getModel()" 25 "UnoControlFormattedField";"com::sun::star::awt::XControl";"getView()" [all …]
|
H A D | com.sun.star.awt.UnoControlEdit.csv | 4 "UnoControlEdit";"com::sun::star::awt::XView";"setGraphics()" 5 "UnoControlEdit";"com::sun::star::awt::XView";"getGraphics()" 6 "UnoControlEdit";"com::sun::star::awt::XView";"getSize()" 7 "UnoControlEdit";"com::sun::star::awt::XView";"draw()" 8 "UnoControlEdit";"com::sun::star::awt::XView";"setZoom()" 12 "UnoControlEdit";"com::sun::star::awt::XControl";"setContext()" 13 "UnoControlEdit";"com::sun::star::awt::XControl";"getContext()" 15 "UnoControlEdit";"com::sun::star::awt::XControl";"getPeer()" 16 "UnoControlEdit";"com::sun::star::awt::XControl";"setModel()" 17 "UnoControlEdit";"com::sun::star::awt::XControl";"getModel()" [all …]
|
/aoo41x/main/framework/qa/complex/accelerators/ |
H A D | KeyMapping.java | 82 new KeyIdentifierInfo("A", new Short(com.sun.star.awt.Key.A)), in KeyMapping() 83 new KeyIdentifierInfo("B", new Short(com.sun.star.awt.Key.B)), in KeyMapping() 84 new KeyIdentifierInfo("C", new Short(com.sun.star.awt.Key.C)), in KeyMapping() 85 new KeyIdentifierInfo("D", new Short(com.sun.star.awt.Key.D)), in KeyMapping() 86 new KeyIdentifierInfo("E", new Short(com.sun.star.awt.Key.E)), in KeyMapping() 87 new KeyIdentifierInfo("F", new Short(com.sun.star.awt.Key.F)), in KeyMapping() 88 new KeyIdentifierInfo("G", new Short(com.sun.star.awt.Key.G)), in KeyMapping() 89 new KeyIdentifierInfo("H", new Short(com.sun.star.awt.Key.H)), in KeyMapping() 90 new KeyIdentifierInfo("I", new Short(com.sun.star.awt.Key.I)), in KeyMapping() 91 new KeyIdentifierInfo("J", new Short(com.sun.star.awt.Key.J)), in KeyMapping() [all …]
|
/aoo41x/main/rsc/source/parser/ |
H A D | rscibas.cxx | 350 SETCONST( pKey, "KEY_A", com::sun::star::awt::Key::A ); in InitKey() 351 SETCONST( pKey, "KEY_B", com::sun::star::awt::Key::B ); in InitKey() 352 SETCONST( pKey, "KEY_C", com::sun::star::awt::Key::C ); in InitKey() 353 SETCONST( pKey, "KEY_D", com::sun::star::awt::Key::D ); in InitKey() 354 SETCONST( pKey, "KEY_E", com::sun::star::awt::Key::E ); in InitKey() 355 SETCONST( pKey, "KEY_F", com::sun::star::awt::Key::F ); in InitKey() 356 SETCONST( pKey, "KEY_G", com::sun::star::awt::Key::G ); in InitKey() 357 SETCONST( pKey, "KEY_H", com::sun::star::awt::Key::H ); in InitKey() 358 SETCONST( pKey, "KEY_I", com::sun::star::awt::Key::I ); in InitKey() 359 SETCONST( pKey, "KEY_J", com::sun::star::awt::Key::J ); in InitKey() [all …]
|