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.cxx4933 case M_GetSelText : in Execute()
5019 case M_GetSelText : in Execute()
5607 case M_GetSelText : in Execute()
5881 case M_GetSelText : in Execute()
6020 case M_GetSelText : in Execute()
6059 case M_GetSelText : in Execute()
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 54 milliseconds