Home
last modified time | relevance | path

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

/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclControl.java275 return (Boolean) invoke(Constant.M_Exists);
/trunk/main/automation/source/inc/
H A Drcontrol.hxx218 #define M_Exists ( M_WITH_RETURN | 1 ) macro
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DConstant.java261 public static final char M_Exists = (M_WITH_RETURN | 1); field
/trunk/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...
/trunk/main/automation/source/server/
H A Dstatemnt.cxx3957 case M_Exists: // Oben schon behandelt. Unterdrückt hier nur Fehler in HandleCommonMethods()
4558 case M_Exists: in Execute()
4574 if ( ((nMethodId == M_Exists) && pControl) || in Execute()