Searched refs:M_WITH_RETURN (Results 1 – 5 of 5) sorted by relevance
131 #define M_WITH_RETURN 0x0200 // Die Variable wird zum Aufnehmen des Wertes gespeichert macro214 #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 …]
126 public static final char M_WITH_RETURN = 0x0200; field261 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 …]
461 if ((methodId & M_WITH_RETURN) != 0) { in callCommand()493 if ((methodId & M_WITH_RETURN) != 0) { in callControl()
META-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...
3605 if ( pControl && ( ( ( IsAccessable(pControl) || (nMethodId & M_WITH_RETURN) ) && in ControlOK()