diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-10-09 14:17:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-10-09 14:17:58 +0000 |
commit | 964b0ad45c017161db80ab8bd2ebfd4082bc2b1d (patch) | |
tree | 30d9cbba8c08696d3f6e5ecc360cc860aebc576f /vcl | |
parent | 5dbf5d096f4f240415b7951fe256e2d6f4f4e3aa (diff) |
INTEGRATION: CWS aquavcl03 (1.4.2); FILE MERGED
2007/09/17 17:25:08 pl 1.4.2.3: RESYNC: (1.4-1.5); FILE MERGED
2007/08/23 12:20:08 isma87 1.4.2.2: #i80969#: add definition of CTRL_LISTNODE and CTRL_LISTNET and native drawing for them
2007/08/20 10:40:56 isma87 1.4.2.1: #i80842# add flag CTRL_INTROPROGRESS for native progress bar in splash screen
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/salnativewidgets.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/vcl/inc/vcl/salnativewidgets.hxx b/vcl/inc/vcl/salnativewidgets.hxx index e714bcf3e600..c09eec257e31 100644 --- a/vcl/inc/vcl/salnativewidgets.hxx +++ b/vcl/inc/vcl/salnativewidgets.hxx @@ -4,9 +4,9 @@ * * $RCSfile: salnativewidgets.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ihi $ $Date: 2007-09-13 16:32:17 $ + * last change: $Author: kz $ $Date: 2007-10-09 15:17:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -151,6 +151,14 @@ typedef sal_uInt32 ControlType; //to draw border of frames natively #define CTRL_FRAME 160 +// for nodes in listviews +// used in svtools/source/contnr/svtreebx.cxx +#define CTRL_LISTNODE 170 +// nets between elements of listviews +// with nodes +#define CTRL_LISTNET 171 + + /* Control Parts: * * Uniquely identify a part of a control, |