Home
last modified time | relevance | path

Searched refs:WINDOW_LAST (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/tools/inc/tools/
H A Dwintypes.hxx117 #define WINDOW_LAST (WINDOW_RULER) macro
/AOO42X/test/testcommon/source/org/openoffice/test/vcl/client/
H A DConstant.java683 public final static int WINDOW_LAST = (WINDOW_DOCKINGAREA); field
/AOO42X/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...
/AOO42X/main/vcl/source/window/
H A Dwindow.cxx326 if ( (pWindow->GetType() < WINDOW_FIRST) || (pWindow->GetType() > WINDOW_LAST) ) in ImplDbgCheckWindow()