summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-30rename, and bundle the postgresql driver if it is enabledMichael Meeks
2011-11-30fix TARGETGUI for windowsBjoern Michaelsen
2011-11-30Fixed fdo#42778 pass count in Manage Breakpoints and crash in dialogNiklas Johansson
When entering pass count 2 it is expected that the breakpoint is passed two times before breaking not to break the second time. Also fixed a crash due to dangling pointers of breakpoints.
2011-11-30no need to check for Gregorian cut-off date hereEike Rathke
2011-11-30OSL_TRACE in sal/rtl/source/alloc_*.cxx leads to deadlock...Stephan Bergmann
...with SAL_LOG=+INFO due to std::ostringstream in log.cxx using global operator new, which potentially calls rtl_allocateMemory.
2011-11-30Remove unused variable PACKAGE_LIB_DIRFrançois Tigeot
2011-11-30temporary hack: soffice.bin should be type of GUI app, not CUI app fdo#42914Andras Timar
It is puzzling that Executable_soffice.bin.mk contains the line $(eval $(call gb_Executable_set_targettype_gui,$(sofficebin),YES)) yet, in the build log we see -SUBSYSTEM:CONSOLE among the linker flags. I added -SUBSYSTEM:WINDOWS flag exlicitely, and it comes later so it prevails. I guess MinGW will be still affected. It really should be fixed correctly by a gbuild expert.
2011-11-30fix license headerAndras Timar
2011-11-30sampleicc has not yet been packaged in pkgsrcFrançois Tigeot
2011-11-30Translate German commentsPhilipp Weissenbacher
2011-11-30Translate German commentsPhilipp Weissenbacher
2011-11-30Removed unused sal/inc/internal/once.h.Stephan Bergmann
2011-11-30Convert group of consts to enumAugust Sodora
2011-11-30Use SmART Gallery 0.95Kalman Szalai - KAMI
2011-11-30String->OUStringAugust Sodora
2011-11-30Reduce usage of GetQueryItem() (singular version).Kohei Yoshida
I added that as a convenience method while working on implementing multi-value filtering. But we need to stick with the plural version GetQueryItems() from now on for clarity.
2011-11-30Remove some obsolete config optionsFridrich Štrba
2011-11-29Export multi-value filters to xlsx.Kohei Yoshida
2011-11-29sal_Bool to bool.Kohei Yoshida
2011-11-29Correctly import multi-value filter settings.Kohei Yoshida
We are still not 100% compatible, e.g. Excel's "show blanks" setting is not cleanly mapped (partly due to ODF's limitation). But that's a future TODO.
2011-11-29Switch to TableFilterField3, but no other changes.Kohei Yoshida
2011-11-29Removed duplicate code block.Kohei Yoshida
2011-11-29Implemented the new multi-value filter API.Kohei Yoshida
2011-11-29New UNO API to handle multi-value filters.Kohei Yoshida
2011-11-30catch by constant referenceTakeshi Abe
2011-11-30introduced Date::IsValidDate() and Date::Normalize()Eike Rathke
+ 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()
2011-11-30handle dates with year < 1000Eike Rathke
* 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.
2011-11-30fixed fdo#40363 freeze chart wizard with non-gregorian dateEike Rathke
Use the newly introduced Date::Normalize() instead of a never ending while(!date.IsValid())
2011-11-30introduced Date::IsValidDate() and Date::Normalize()Eike Rathke
+ 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()
2011-11-30renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date.
2011-11-30online update: Now check even the checkForUpdates().Jan Holesovsky
2011-11-30online update: Cleanup after UpdateInformationProvider::load() rewrite.Jan Holesovsky
2011-11-30online update: Unit testing framework + rewrite of load().Jan Holesovsky
- 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
2011-11-30online update: Make the test for update to actually start (still fails).Jan Holesovsky
2011-11-29getenv based debugging code doesn't make complete sense, removeCaolán McNamara
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
2011-11-29don't remove Makefile on make distclean, we need it now in all cases...Rene Engelhard
2011-11-29fix test: s/==/=/Rene Engelhard
2011-11-29Check for empty URLs after all, to avoid warnings from canonic().Stephan Bergmann
2011-11-29Adapted to new assertion/logging mechanisms.Stephan Bergmann
2011-11-29Enabled sc/qa/complex again.Stephan Bergmann
sc/qa/complex/calcPreview/ tests do not work automatically and have been left alone.
2011-11-29import docx m:mLuboš Luňák
2011-11-29finish reading in while() also when end of stream, just in caseLuboš Luňák
2011-11-29improve import of docx m:dLuboš Luňák
2011-11-29docx OMathArg can actually be more than one elementLuboš Luňák
2011-11-29docx m:r can contain multiple m:tLuboš Luňák
2011-11-29implement docx m:groupChrLuboš Luňák
2011-11-29implement m:func, m:limLow, m:limUppLuboš Luňák
2011-11-29fix reading when the next tag can be one of severalLuboš Luňák
2011-11-29better debug output when skipping an elementLuboš Luňák
2011-11-29no debug about skipping tags if not actually skippingLuboš Luňák