- 30 Kas, 2011 5 kayıt (commit)
-
-
Eike Rathke yazdı
+ IsValidDate() checks only day and month regarding the year, not Gregorian cut-off date as now does IsValidAndGregorian(). + Normalize() carries over invalid day and month values to next months and years. * All methods that return or internally use a day count now internally normalize the date values, without modifying the actual Date instance. So, if the date is not valid you may get unexpected results. * Previously, a date with month>12 would had accessed the days-of-month array out of bounds on all such methods. So you would had gotten unexpected results anyway.. * Affected methods are: GetDayOfYear() GetWeekOfYear() GetDaysInMonth() static DateToDays()
-
Eike Rathke yazdı
* Read dates with years consisting of less than 4 digits. ISO 8601 specifies that years are to be written with a minimum of 4 digits. However, be lenient in what we accept. * Write years < 1000 with leading zeros to comply with ISO 8601 YYYY.
-
Eike Rathke yazdı
Use the newly introduced Date::Normalize() instead of a never ending while(!date.IsValid())
-
Eike Rathke yazdı
+ IsValidDate() checks only day and month regarding the year, not Gregorian cut-off date as now does IsValidAndGregorian(). + Normalize() carries over invalid day and month values to next months and years. * All methods that return or internally use a day count now internally normalize the date values, without modifying the actual Date instance. So, if the date is not valid you may get unexpected results. * Previously, a date with month>12 would had accessed the days-of-month array out of bounds on all such methods. So you would had gotten unexpected results anyway.. * Affected methods are: GetDayOfYear() GetWeekOfYear() GetDaysInMonth() static DateToDays()
-
Eike Rathke yazdı
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date.
-
- 29 Kas, 2011 35 kayıt (commit)
-
-
Jan Holesovsky yazdı
-
Jan Holesovsky yazdı
-
Jan Holesovsky yazdı
- introduce first two basic tests (to be improved) - rewrite of UpdateInformationProvider::load() to use comphelper - smaller splitting of functions to be able to unit test
-
Jan Holesovsky yazdı
-
Caolán McNamara yazdı
i.e. mnOutWidth = maPaperSize.Width() - 2*maPageOffset.X(); mnOutWidth = maPaperSize.Width() - 2*maPageOffset.Y(); might possibly be intended to be mnOutWidth = maPaperSize.Width() - 2*maPageOffset.X(); mnOutHeight = maPaperSize.Height() - 2*maPageOffset.Y(); either way, its behind a special getenv, so ditch the lot
-
Rene Engelhard yazdı
-
Rene Engelhard yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
sc/qa/complex/calcPreview/ tests do not work automatically and have been left alone.
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
Search me why writerfilter rolls its own, but otherwise they use different ids, because writerfilter does not sort them.
-
Luboš Luňák yazdı
-
Bjoern Michaelsen yazdı
-
Markus Mohrhard yazdı
-
Bjoern Michaelsen yazdı
-
Bjoern Michaelsen yazdı
- this little gremlin touches the header file everytime it is run - as icc is very low level, this causes a lot of pointless rebuild - everything from vcl up gets relinked - this slows every empty 'make build' down by more than 40 percent - would really need to check if the file changed before writing, but as we rarely change icc itself, I didnt bother with that
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Ivan Timofeev yazdı
-
Michael Meeks yazdı
-