summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-09Merge branch 'libreoffice-3-4'Kohei Yoshida
2011-05-09fdo#36933: Fixed array comparison with external references.Kohei Yoshida
2011-05-10remove unused member variableMarkus Mohrhard
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-08use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard
2011-05-08Remove deprecated List in XclImpAutoFilterBuffer.Rafael Dominguez
2011-05-08Fix simple cppcheck warningJulien Nabet
2011-05-07Remove 2 private empty methods and their respective callJulien Nabet
2011-05-06fdo#36789: Set all dynamic controls invisible upon instantiation.Kohei Yoshida
2011-05-06Explicitly specify less function object for map, to get it to build with MSVC.Kohei Yoshida
2011-05-06Disable temporarily 2 unit tests that break with non en-us localesFridrich Štrba
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-05Some cppcheck cleaningJulien Nabet
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-05check for less equal, not greater equalMarkus Mohrhard
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-04add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard
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-03DataPilot -> pivot table in en-US stringsAndras Timar
2011-05-03Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)Petr Mladek
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-05-01Remove DECLARE_QUEUE( ScChangeTrackMsgQueue,Rafael Dominguez