Home
last modified time | relevance | path

Searched refs:M_Caption (Results 1 – 6 of 6) sorted by relevance

/AOO42X/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclComboBox.java74 return (invoke(Constant.M_Caption)).toString(); in getText()
H A DVclControl.java107 return (String) invoke(Constant.M_Caption); in getCaption()
/AOO42X/main/automation/source/inc/
H A Drcontrol.hxx235 #define M_Caption ( M_WITH_RETURN | 17 ) macro
/AOO42X/test/testcommon/source/org/openoffice/test/vcl/client/
H A DConstant.java293 public static final char M_Caption = (M_WITH_RETURN | 17); field
/AOO42X/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...
/AOO42X/main/automation/source/server/
H A Dstatemnt.cxx3963 case M_Caption : in HandleCommonMethods()