Searched refs:M_Select (Results 1 – 8 of 8) sorted by relevance
| /trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
| H A D | VclComboBox.java | 94 invoke(Constant.M_Select, new Object[] {index + 1}); in select() 101 invoke(Constant.M_Select, new Object[] {text}); in select()
|
| H A D | VclListBox.java | 101 invoke(Constant.M_Select, new Object[] { new Integer(index + 1) }); in select() 122 invoke(Constant.M_Select, new Object[] { text }); in select()
|
| H A D | VclTreeListBox.java | 121 invoke(Constant.M_Select, new Object[]{index+1}); in select() 129 invoke(Constant.M_Select, new Object[]{index + 1, false}); in unselect()
|
| /trunk/main/automation/source/server/ |
| H A D | recorder.cxx | 276 …->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Select, comm_ULONG( ((Li… in IMPL_LINK() 311 …->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Select, (comm_ULONG) nPo… in IMPL_LINK()
|
| H A D | statemnt.cxx | 4939 case M_Select: in Execute() 4942 sal_Bool bUnselectBeforeSelect = ( nMethodId == M_Select ); in Execute() 4953 if ( !bBool1 && nMethodId == M_Select ) in Execute() 5036 case M_Select : in Execute() 5549 case M_Select : in Execute() 5901 case M_Select : in Execute() 5998 case M_Select: in Execute() 6035 case M_Select: in Execute() 6091 case M_Select: in Execute() 6234 case M_Select : in Execute()
|
| /trunk/main/automation/source/inc/ |
| H A D | rcontrol.hxx | 139 #define M_Select 21 macro
|
| /trunk/test/testcommon/source/org/openoffice/test/vcl/client/ |
| H A D | Constant.java | 140 public static final char M_Select = 21; field
|
| /trunk/test/testassistant/lib/ |
| HD | testcommon.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/openoffice/
org/ ... |