Type: info
Title: resource compiler: NumericFormatter: new property
"NoThousandSep"
Posted by: [email protected]
Affected: -
Effective from: CWS dba32g
CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/dba32g>
CWS status: new
*Summary*
--------
+ NumericFormatter/NumericField/etc.:
added "NoThousandSep" resource flag
*Description*
-------------
Being tired by repeatedly typing C++ code to tell a NumericField,
loaded from resource, that it should not show a thousand separator (by
calling "SetUseThousandSep( FALSE )"), I introduced a "NoThousandSep"
flag to the resource compiler, for NumericFormatter (and thus all
derived classes). Consequently, the respective section of the output
of "$SOLARVERSION/$OUTPATH$PROEXT/bin$UPDMINOREXT/rsc -syntax" now
looks like this:
class NumericFormatter
{
....
//NumericFormatter
Minimum = IDLONG;
Maximum = IDLONG;
StrictFormat = BOOL;
DecimalDigits = USHORT;
Value = IDLONG;
NoThousandSep = BOOL;
};
Send feedback to [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]