• Lionel Elie Mamane's avatar
    cleanup BrowseBox, DbGridControl & friends handle & invalid column handling · f7ed67f2
    Lionel Elie Mamane yazdı
     - 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.
    f7ed67f2
Adı
Son kayıt (commit)
Son güncelleme
..
doc Loading commit data...
inc Loading commit data...
prj Loading commit data...
qa/unoapi Loading commit data...
sdi Loading commit data...
source Loading commit data...
uiconfig/layout Loading commit data...
util Loading commit data...
workben Loading commit data...
xml Loading commit data...
AllLangResTarget_gal.mk Loading commit data...
AllLangResTarget_ofa.mk Loading commit data...
AllLangResTarget_svx.mk Loading commit data...
AllLangResTarget_textconversiondlgs.mk Loading commit data...
JunitTest_svx_unoapi.mk Loading commit data...
Library_svx.mk Loading commit data...
Library_svxcore.mk Loading commit data...
Library_textconversiondlgs.mk Loading commit data...
Makefile Loading commit data...
Module_svx.mk Loading commit data...
Package_inc.mk Loading commit data...
Package_sdi.mk Loading commit data...