Home
last modified time | relevance | path

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

/AOO41X/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclControl.java291 String ret = (String) invoke(Constant.M_GetScreenRectangle, new Object[] { Boolean.FALSE });
/AOO41X/main/automation/source/inc/
H A Drcontrol.hxx298 #define M_GetScreenRectangle ( M_WITH_RETURN | 92 ) macro
/AOO41X/test/testcommon/source/org/openoffice/test/vcl/client/
H A DConstant.java373 public static final char M_GetScreenRectangle = (M_WITH_RETURN | 92); field
/AOO41X/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...
/AOO41X/main/automation/source/server/
H A Dstatemnt.cxx3929 case M_GetScreenRectangle: in HandleVisibleControls()