Home
last modified time | relevance | path

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

/trunk/main/automation/source/inc/
H A Drcontrol.hxx214 #if ( M_LAST_NO_RETURN >= M_WITH_RETURN )
218 #define M_Exists ( M_WITH_RETURN | 1 )
224 #define M_GetPage ( M_WITH_RETURN | 6 )
228 #define M_GetText ( M_WITH_RETURN | 10 )
234 #define M_IsOpen ( M_WITH_RETURN | 16 )
235 #define M_Caption ( M_WITH_RETURN | 17 )
236 #define M_IsMax ( M_WITH_RETURN | 18 )
238 #define M_GetRT ( M_WITH_RETURN | 20 )
241 #define M_GetPosX ( M_WITH_RETURN | 23 )
250 #define M_IsPin ( M_WITH_RETURN | 31 )
[all …]
/trunk/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);
271 public static final char M_GetPage = (M_WITH_RETURN | 6);
277 public static final char M_GetState = (M_WITH_RETURN | 9);
279 public static final char M_GetText = (M_WITH_RETURN | 10);
291 public static final char M_IsOpen = (M_WITH_RETURN | 16);
295 public static final char M_IsMax = (M_WITH_RETURN | 18);
299 public static final char M_GetRT = (M_WITH_RETURN | 20);
321 public static final char M_IsPin = (M_WITH_RETURN | 31);
351 public static final char M_IsMin = (M_WITH_RETURN | 53);
[all …]
H A DCommandCaller.java461 if ((methodId & M_WITH_RETURN) != 0) { in callCommand()
493 if ((methodId & M_WITH_RETURN) != 0) { in callControl()
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/trunk/main/automation/source/server/
H A Dstatemnt.cxx3611 if ( pControl && ( ( ( IsAccessable(pControl) || (nMethodId & M_WITH_RETURN) ) && in ControlOK()

Completed in 74 milliseconds