office-gobmx/svtools/source
Lionel Elie Mamane f7ed67f2cf cleanup BrowseBox, DbGridControl & friends handle & invalid column handling
- BrowseBox: Check Handle column-related invariants when adding a
   column:
   # only one handle column
   # it is the first

 - BrowseBox: Check column id-related invariants when adding a column:
   # Id is not the special "handle column" value
   # Id is not the special "invalid ID" value
   # unicity of the ID among columns

 - GetColumnId: return BROWSER_INVALIDID, not 0 (== id of handle
   column) for an invalid column; adapt code calling GetColumnId to
   this change.

 - Use the correct const or #define'd symbol instead of magic
   constants; introduce such a symbol if needed

 - General other miscellaneous cleanups:
   # Translation of comments
   # typo/spelling in comments, error messages and the like
   # parenthesise #define'd value
   # use SAL_MAX_UINT16 instead of USHRT_MAX where a sal_uInt16 is
     expected
   # BrowseBox::SetColumnTitle: nItemId is checked to be non-zero, so
     don't test if for zeroness again.
2011-09-12 16:40:51 +02:00
..
brwbox cleanup BrowseBox, DbGridControl & friends handle & invalid column handling 2011-09-12 16:40:51 +02:00
config Remove HTML 3.2 export option 2011-08-26 17:23:02 +03:00
contnr callcatcher: yet more unused code 2011-08-25 09:42:06 +01:00
control callcatcher: drop some Impl methods, regenerate list 2011-09-05 10:54:21 +01:00
dialogs unusedcode: remove various classes 2011-08-31 20:55:58 +02:00
edit Drop unused parts 2011-09-10 07:55:29 +02:00
filter Refactorings in enhwmf.cxx 2011-09-12 13:14:24 +01:00
graphic sb140: #i117291# do not mis-use XTypeProvider.getImplementationId in XUnoTunnel.getSomething 2011-09-09 17:46:39 +02:00
hatchwindow
inc unusedcode: remove various classes 2011-08-31 20:55:58 +02:00
java
misc add a fairly efficient read_LEuInt16s_AsOUString, merge similar things 2011-09-05 10:54:19 +01:00
plugapp callcatcher: chop, hack, slay 2011-08-30 09:32:23 +01:00
svhtml merge together 5 or ascii isalpha/isalnum/isdigit implementations 2011-08-29 09:56:08 +01:00
svrtf merge together 5 or ascii isalpha/isalnum/isdigit implementations 2011-08-29 09:56:08 +01:00
table Work around limitation in the debug version of the MSVC std::lower_bound 2011-08-23 12:29:34 +03:00
toolpanel unusedcode: svt:: 2011-08-23 01:28:24 +02:00
uno callcatcher: drop some Impl methods, regenerate list 2011-09-05 10:54:21 +01:00
urlobj