summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-09-27 23:21:07 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-09-27 23:21:07 +0200
commit2768b48ed3ad36fd31c38b2cbb5b0b7c37afebf2 (patch)
treedcb5884f28fb03f3470761f0aafdb5ed9680ec18 /tools/inc
parentfc85672befcbbca764c6a082040387fc2d41d8a8 (diff)
dba34a: #i31275# allow 'select as you type' aka 'quick selection' for tree list boxes (SvLBox derivees, to be precise), and enable this for Base main window, and the stylist
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/wintypes.hxx16
1 files changed, 9 insertions, 7 deletions
diff --git a/tools/inc/tools/wintypes.hxx b/tools/inc/tools/wintypes.hxx
index ae90392c7034..9c7052e22d77 100644
--- a/tools/inc/tools/wintypes.hxx
+++ b/tools/inc/tools/wintypes.hxx
@@ -274,13 +274,15 @@ typedef sal_Int64 WinBits;
#define WB_STDTABCONTROL 0
// For TreeListBox
-#define WB_HASBUTTONS ((WinBits)SAL_CONST_INT64(0x0100000000))
-#define WB_HASLINES ((WinBits)SAL_CONST_INT64(0x0200000000))
-#define WB_HASLINESATROOT ((WinBits)SAL_CONST_INT64(0x0400000000))
-#define WB_HASBUTTONSATROOT ((WinBits)SAL_CONST_INT64(0x0800000000))
-#define WB_NOINITIALSELECTION ((WinBits)SAL_CONST_INT64(0x1000000000))
-#define WB_HIDESELECTION ((WinBits)SAL_CONST_INT64(0x2000000000))
-#define WB_FORCE_MAKEVISIBLE ((WinBits)SAL_CONST_INT64(0x4000000000))
+#define WB_HASBUTTONS ((WinBits)SAL_CONST_INT64(0x000100000000))
+#define WB_HASLINES ((WinBits)SAL_CONST_INT64(0x000200000000))
+#define WB_HASLINESATROOT ((WinBits)SAL_CONST_INT64(0x000400000000))
+#define WB_HASBUTTONSATROOT ((WinBits)SAL_CONST_INT64(0x000800000000))
+#define WB_NOINITIALSELECTION ((WinBits)SAL_CONST_INT64(0x001000000000))
+#define WB_HIDESELECTION ((WinBits)SAL_CONST_INT64(0x002000000000))
+#define WB_FORCE_MAKEVISIBLE ((WinBits)SAL_CONST_INT64(0x004000000000))
+// DO NOT USE: 0x008000000000, that's WB_SYSTEMCHILDWINDOW
+#define WB_QUICK_SEARCH ((WinBits)SAL_CONST_INT64(0x010000000000))
// For FileOpen Dialog