User: hr Date: 2007-11-01 15:08:47+0000 Modified: dba/dbaccess/source/ui/dlg/adminpages.hxx
Log: INTEGRATION: CWS dba24b (1.31.46); FILE MERGED 2007/08/27 10:49:13 fs 1.31.46.1: #i80930# _bRevertValue parameter to fillBool File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: adminpages.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/adminpages.hxx?r1=1.31&r2=1.32 Delta lines: +3 -1 ------------------- --- adminpages.hxx 2007-05-10 10:24:24+0000 1.31 +++ adminpages.hxx 2007-11-01 15:08:44+0000 1.32 @@ -230,8 +230,10 @@ The id in the itemset to set whith the new value. @param _bChangedSomething <TRUE/> if something changed otherwise <FALSE/> + @param _bRevertValue + set to <TRUE/> if the display value should be reverted before putting it into the set */ - void fillBool(SfxItemSet& _rSet,CheckBox* _pCheckBox,USHORT _nID,sal_Bool& _bChangedSomething); + void fillBool( SfxItemSet& _rSet, CheckBox* _pCheckBox, USHORT _nID, sal_Bool& _bChangedSomething, bool _bRevertValue = false); /** fills the int value into the item set when the value changed. @param _rSet --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
