Type: info
         Title: resource compiler: NumericFormatter: new property 
"NoThousandSep"
     Posted by: frank.schoenh...@sun.com
      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 interface-announce@openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: interface-announce-unsubscr...@openoffice.org
For additional commands, e-mail: interface-announce-h...@openoffice.org

Reply via email to