summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2011-05-10fdo#36933: Fixed array comparison with external references.Kohei Yoshida
2011-05-09use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard
2011-05-09check for less equal, not greater equalMarkus Mohrhard
2011-05-09add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard
2011-05-09Force calc unit test to use en-US locale and stringsThorsten Behrens
2011-05-06Explicitly specify less function object for map, to get it to build with MSVC.Kohei Yoshida
2011-05-06Remove range names with external references regardless of cells.Kohei Yoshida
2011-05-06Wrong approach. You can't use remove_if with set.Kohei Yoshida
2011-05-06fdo#34930: Remove range names with external references when breaking link.Kohei Yoshida
2011-05-05Properly cache external reference values in named ranges.Kohei Yoshida
2011-05-05Get external references to work with MAX and MIN.Kohei Yoshida
2011-05-05Let's not use const_iterator here, as MSVC complains about it.Kohei Yoshida
2011-05-05fdo#36406: Let's not use invalidated iterators.Kohei Yoshida
2011-05-04Added unit test for PRODUCT cell function with inline array.Kohei Yoshida
2011-05-04fdo#36848: Typing a named range in the position window should jump.Kohei Yoshida
2011-05-04Properly close the document shell when erased from the manager.Kohei Yoshida
2011-05-04fdo#33137: Fixed external references with COUNTIF.Kohei Yoshida
2011-05-04fdo#36849: Assume that the range list member may be NULL.Kohei Yoshida
2011-05-03fdo#36051: Eliminated the hang due to removal of autofill undo object.Kohei Yoshida
2011-05-03Simplify the code a bit.Kohei Yoshida
2011-05-03fdo#36721: Fixed a crash on datapilot while editing the source range.Kohei Yoshida
2011-05-03Invalidate page breaks on print range changes.Kohei Yoshida
2011-05-03fdo#36746: Prevent crash during sort.Kohei Yoshida
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