info/CWS dba32g : resource compiler: NumericFormatter: new property "NoThousandSep"
[email protected] Mon, 7 Sep 2009 09:24:33 +0200 (CEST)
| Newsgroups | gmane.comp.openoffice.announce.interface |
|---|---|
| Message-ID | <2098711.3341252308273302.JavaMail.root@so-web5> |
------=_Part_35586_4404306.1252308273301
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
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]
------=_Part_35586_4404306.1252308273301
Content-Type: text/plain; charset=us-ascii
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
------=_Part_35586_4404306.1252308273301--