Tag: cws_src680_dba24b User: fs Date: 2007-08-27 10:49:15+0000 Modified: dba/dbaccess/source/ui/dlg/adminpages.hxx
Log: #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.31.46.1 Delta lines: +6 -4 ------------------- --- adminpages.hxx 2007-05-10 10:24:24+0000 1.31 +++ adminpages.hxx 2007-08-27 10:49:13+0000 1.31.46.1 @@ -4,9 +4,9 @@ * * $RCSfile: adminpages.hxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.31.46.1 $ * - * last change: $Author: kz $ $Date: 2007/05/10 10:24:24 $ + * last change: $Author: fs $ $Date: 2007/08/27 10:49:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -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]
