Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
LGPLv3+/MPL1.1
|
|
LGPLv3+/MPL1.1
|
|
|
|
|
|
|
|
|
|
* For date formats choose the datetime format when editing a value with a time
fraction.
* When editing time formats choose the time format only if 0>=value<1, choose
the duration format when editing a value that may represent a duration, i.e.
is <0 or >=1, and absolute value is less than 32k hours. If greater than 32k
hours choose the datetime format.
|
|
|
|
* Fixed discarding of prefixes.
* Fixed the broken handling of Thai calendar and numerals speciality.
* Added bits to actually display a format with embedded LCID in the dialog if
the LCID doesn't match the currently viewed locale.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
... such as [RED], [NatNumX] etc.
|
|
|
|
|
|
|
|
Don't actually compile anything, though... Just the rscsfx.hxx is
needed.
|
|
|
|
For calc to be free of SvULongs SfxIntegerListItem has to use SvULongs.
Additionaly a constructor with Sequence used in calc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|