INTEGRATION: CWS dba24b (1.31.46); FILE MERGED

2007/08/27 10:49:13 fs 1.31.46.1: #i80930# _bRevertValue parameter to fillBool
This commit is contained in:
Jens-Heiner Rechtien 2007-11-01 14:08:44 +00:00
parent 9452d96cb7
commit 609eab8383

View file

@ -4,9 +4,9 @@
* *
* $RCSfile: adminpages.hxx,v $ * $RCSfile: adminpages.hxx,v $
* *
* $Revision: 1.31 $ * $Revision: 1.32 $
* *
* last change: $Author: kz $ $Date: 2007-05-10 10:24:24 $ * last change: $Author: hr $ $Date: 2007-11-01 15:08:44 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -230,8 +230,10 @@ namespace dbaui
The id in the itemset to set whith the new value. The id in the itemset to set whith the new value.
@param _bChangedSomething @param _bChangedSomething
<TRUE/> if something changed otherwise <FALSE/> <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. /** fills the int value into the item set when the value changed.
@param _rSet @param _rSet