Home
last modified time | relevance | path

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

/AOO41X/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclTabControl.java70 return ((Long) invoke(Constant.M_GetPageId)).intValue(); in getPageId()
86 return ((Long) invoke(Constant.M_GetPageId, new Object[] { nTabID })) in getPageId()
/AOO41X/main/automation/source/inc/
H A Drcontrol.hxx239 #define M_GetPageId ( M_WITH_RETURN | 21 ) macro
/AOO41X/test/testcommon/source/org/openoffice/test/vcl/client/
H A DConstant.java301 public static final char M_GetPageId = (M_WITH_RETURN | 21); field
/AOO41X/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...
/AOO41X/main/automation/source/server/
H A Dstatemnt.cxx4717 case M_GetPageId: in Execute()