Home
last modified time | relevance | path

Searched refs:M_GetSelText (Results 1 – 7 of 7) sorted by relevance

/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclTreeListBox.java92 return (String) invoke(Constant.M_GetSelText, new Object[]{1}); in getSelText()
102 return (String) invoke(Constant.M_GetSelText, new Object[]{col + 1}); in getSelText()
112 return invoke(Constant.M_GetSelText, new Object[]{(index + 1), (col + 1)}).toString(); in getSelText()
H A DVclComboBox.java66 return (String) invoke(Constant.M_GetSelText); in getSelText()
H A DVclListBox.java92 return (String) invoke(Constant.M_GetSelText); in getSelText()
/trunk/main/automation/source/inc/
H A Drcontrol.hxx231 #define M_GetSelText ( M_WITH_RETURN | 13 ) macro
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DConstant.java285 public static final char M_GetSelText = (M_WITH_RETURN | 13); field
/trunk/main/automation/source/server/
H A Dstatemnt.cxx4928 case M_GetSelText : in Execute()
5014 case M_GetSelText : in Execute()
5602 case M_GetSelText : in Execute()
5871 case M_GetSelText : in Execute()
6008 case M_GetSelText : in Execute()
6047 case M_GetSelText : in Execute()
/trunk/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...