Searched refs:WINDOW_FIRST (Results 1 – 4 of 4) sorted by relevance
35 #define WINDOW_FIRST (WINDOW_BASE + 0x30) macro36 #define WINDOW_MESSBOX (WINDOW_FIRST)37 #define WINDOW_INFOBOX (WINDOW_FIRST + 0x01)38 #define WINDOW_WARNINGBOX (WINDOW_FIRST + 0x02)39 #define WINDOW_ERRORBOX (WINDOW_FIRST + 0x03)40 #define WINDOW_QUERYBOX (WINDOW_FIRST + 0x04)41 #define WINDOW_WINDOW (WINDOW_FIRST + 0x05)42 #define WINDOW_SYSWINDOW (WINDOW_FIRST + 0x06)43 #define WINDOW_WORKWINDOW (WINDOW_FIRST + 0x07)45 #define WINDOW_FLOATINGWINDOW (WINDOW_FIRST + 0x09)[all …]
520 public final static int WINDOW_FIRST = (WINDOW_BASE + 0x30); field522 public final static int WINDOW_MESSBOX = (WINDOW_FIRST);524 public final static int WINDOW_INFOBOX = (WINDOW_FIRST + 0x01);526 public final static int WINDOW_WARNINGBOX = (WINDOW_FIRST + 0x02);528 public final static int WINDOW_ERRORBOX = (WINDOW_FIRST + 0x03);530 public final static int WINDOW_QUERYBOX = (WINDOW_FIRST + 0x04);532 public final static int WINDOW_WINDOW = (WINDOW_FIRST + 0x05);534 public final static int WINDOW_SYSWINDOW = (WINDOW_FIRST + 0x06);536 public final static int WINDOW_WORKWINDOW = (WINDOW_FIRST + 0x07);539 public final static int WINDOW_FLOATINGWINDOW = (WINDOW_FIRST + 0x09);[all …]
META-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...
326 if ( (pWindow->GetType() < WINDOW_FIRST) || (pWindow->GetType() > WINDOW_LAST) ) in ImplDbgCheckWindow()