summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2011-05-03Attempt to explicitly get UI locale to en-US during unit test.Kohei Yoshida
2011-05-03Turn off debug output from unit test file.Kohei Yoshida
2011-05-03Added code to test standard query filter in data pilot tables.Kohei Yoshida
2011-05-03fdo#36771: Treat filter by "filter" and filter by "page" separate.Kohei Yoshida
2011-05-03Added another unit test to test filtering in data pilot tables.Kohei Yoshida
2011-05-03Extracted a method that creates ScDPObject instance from a definition.Kohei Yoshida
2011-05-02Fixed bug regarding zero values not appearing (Bug 36748).Cassio Neri
2011-05-02Fixed a crash when creating a new datapilot table from external database.Kohei Yoshida
2011-05-02Typo.Kohei Yoshida
2011-05-02Let's not friend a class just because of one private method.Kohei Yoshida
2011-05-02Fixed indentation and naming inconsistencies.Kohei Yoshida
2011-05-02Avoid branching in for loop.Kohei Yoshida
2011-05-02Pass const reference.Kohei Yoshida
2011-04-29Removed unnecessary virtual-ness from the destructor.Kohei Yoshida
2011-04-29A bit of cleanups & annotation of data members.Kohei Yoshida
2011-04-29Output valid OOXML incl. msSymbol valueMarkus Mohrhard
2011-04-29support export of anonymous db data to OOXMLMarkus Mohrhard
2011-04-29Manage data caches for named range data source separately.Kohei Yoshida
2011-04-29dlopen-global-symbols.diff: use global namespace for dlopened symThorsten Behrens
2011-04-28Added unit test for datapilot refresh.Kohei Yoshida
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida
2011-04-26Fixed crash on load when loading doc with pivot table.Kohei Yoshida
2011-04-26n#677917: Try a bit harder to determine the number format of a dimension.Kohei Yoshida
2011-04-26Prefer empty() over size() where it makes sense.Kohei Yoshida
2011-04-26Let's use the constant in unonames.hxx to be consistent.Kohei Yoshida
2011-04-26Put more source local functions into anonymous namespace.Kohei Yoshida
2011-04-26Fixed doubly nested anonymous namespaces.Kohei Yoshida
2011-04-26Moved ScDPOutputImpl into the source file of ScDPOutput.Kohei Yoshida
2011-04-26Killed more sal_Bool family & tabs.Kohei Yoshida
2011-04-26Ugh!Kohei Yoshida
2011-04-26Let's make the class name more descriptive and be consistent.Kohei Yoshida
2011-04-26killed sal_Bool and tabs.Kohei Yoshida
2011-04-26support export of sheet local anonymous db data to excel binaryMarkus Mohrhard
2011-04-26make excel binary import use anonymous db dataMarkus Mohrhard
2011-04-26make VbaWorksheet Autofilter work with sheet local DBDataMarkus Mohrhard
2011-04-26n#689442: Don't forget to create undo object for normal merging.Kohei Yoshida
2011-04-26fixed problem with return value in ScVbaWorksheet::createSheetCopyInNewDocMarkus Mohrhard
2011-04-25Fixed layout problem on Windows. It was not entirely platform independent.Kohei Yoshida
2011-04-22Excel only allows strings that are up to 32767 chars long (0x7FFF).Kohei Yoshida
2011-04-22Fixed address input box to work in R1C1 mode.Kohei Yoshida
2011-04-21disable the testCVE unittest for now because it breaks in some casesRobert Nagy
2011-04-20fdo#36365: Watch out for NULL pointer de-referencing.Kohei Yoshida
2011-04-19Don't forget to NULL the pointer after deleting the instance.Kohei Yoshida
2011-04-19fdo#33341: Copy print ranges when copying sheet.Kohei Yoshida
2011-04-19Fixed indentation mis-match.Kohei Yoshida
2011-04-18More accurate error messages.Kohei Yoshida
2011-04-18New unit test for toggling relative/absolute reference (Shift-F4).Kohei Yoshida
2011-04-18Resolves: fdo#36128 fix up paths for gbuildCaolán McNamara
2011-04-16fdo#36124: Fix relative/absolute toggling in R1C1 mode.Kohei Yoshida
2011-04-15fdo#35142: Avoid importing unnamed styles from XLS.Kohei Yoshida