Home
last modified time | relevance | path

Searched refs:M_WITH_RETURN (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/automation/source/inc/
H A Drcontrol.hxx131 #define M_WITH_RETURN 0x0200 // Die Variable wird zum Aufnehmen des Wertes gespeichert macro
214 #if ( M_LAST_NO_RETURN >= M_WITH_RETURN )
218 #define M_Exists ( M_WITH_RETURN | 1 )
219 #define M_NotExists ( M_WITH_RETURN | 2 )
220 #define M_IsEnabled ( M_WITH_RETURN | 3 )
221 #define M_IsVisible ( M_WITH_RETURN | 4 )
222 #define M_IsWritable ( M_WITH_RETURN | 5 )
224 #define M_GetPage ( M_WITH_RETURN | 6 )
225 #define M_IsChecked ( M_WITH_RETURN | 7 )
226 #define M_IsTristate ( M_WITH_RETURN | 8 )
[all …]
/AOO42X/test/testcommon/source/org/openoffice/test/vcl/client/
H A DConstant.java126 public static final char M_WITH_RETURN = 0x0200; field
261 public static final char M_Exists = (M_WITH_RETURN | 1);
263 public static final char M_NotExists = (M_WITH_RETURN | 2);
265 public static final char M_IsEnabled = (M_WITH_RETURN | 3);
267 public static final char M_IsVisible = (M_WITH_RETURN | 4);
269 public static final char M_IsWritable = (M_WITH_RETURN | 5);
271 public static final char M_GetPage = (M_WITH_RETURN | 6);
273 public static final char M_IsChecked = (M_WITH_RETURN | 7);
275 public static final char M_IsTristate = (M_WITH_RETURN | 8);
277 public static final char M_GetState = (M_WITH_RETURN | 9);
[all …]
H A DCommandCaller.java461 if ((methodId & M_WITH_RETURN) != 0) { in callCommand()
493 if ((methodId & M_WITH_RETURN) != 0) { in callControl()
/AOO42X/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...
/AOO42X/main/automation/source/server/
H A Dstatemnt.cxx3605 if ( pControl && ( ( ( IsAccessable(pControl) || (nMethodId & M_WITH_RETURN) ) && in ControlOK()