summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-11some cleanup in vbaMarkus Mohrhard3-14/+0
2011-05-11MCE Export: Initial Implementation/Test for commentPr.Muthu Subramanian1-3/+21
2011-05-10Use ScSortParam as data member in ScDBData.Kohei Yoshida2-107/+23
2011-05-10More cleanups of ScDBData.Kohei Yoshida12-238/+238
2011-05-10Have ScDBData use ScQueryParam as data member.Kohei Yoshida3-113/+32
2011-05-10Have ScDBData use ScImportParam & more String -> rtl::OUString.Kohei Yoshida2-53/+30
2011-05-10Cleaned up ScImportParam.Kohei Yoshida6-32/+32
2011-05-09Merge branch 'libreoffice-3-4'Kohei Yoshida88-1383/+3878
2011-05-09fdo#36933: Fixed array comparison with external references.Kohei Yoshida3-16/+88
2011-05-10remove unused member variableMarkus Mohrhard2-4/+0
2011-05-09use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard8-52/+53
2011-05-09check for less equal, not greater equalMarkus Mohrhard1-3/+3
2011-05-09add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard2-7/+138
2011-05-09Force calc unit test to use en-US locale and stringsThorsten Behrens1-23/+14
2011-05-08use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard8-52/+53
2011-05-08Remove deprecated List in XclImpAutoFilterBuffer.Rafael Dominguez2-28/+19
2011-05-08Fix simple cppcheck warningJulien Nabet2-1/+2
2011-05-07Remove 2 private empty methods and their respective callJulien Nabet2-10/+0
2011-05-06fdo#36789: Set all dynamic controls invisible upon instantiation.Kohei Yoshida2-0/+47
2011-05-06Explicitly specify less function object for map, to get it to build with MSVC.Kohei Yoshida3-2/+12
2011-05-06Disable temporarily 2 unit tests that break with non en-us localesFridrich Štrba1-2/+2
2011-05-06Remove range names with external references regardless of cells.Kohei Yoshida1-13/+12
2011-05-06Wrong approach. You can't use remove_if with set.Kohei Yoshida1-22/+43
2011-05-06fdo#34930: Remove range names with external references when breaking link.Kohei Yoshida1-1/+47
2011-05-05Properly cache external reference values in named ranges.Kohei Yoshida1-28/+57
2011-05-05Some cppcheck cleaningJulien Nabet19-70/+71
2011-05-05Get external references to work with MAX and MIN.Kohei Yoshida1-2/+6
2011-05-05Let's not use const_iterator here, as MSVC complains about it.Kohei Yoshida1-2/+2
2011-05-05check for less equal, not greater equalMarkus Mohrhard1-3/+3
2011-05-05fdo#36406: Let's not use invalidated iterators.Kohei Yoshida1-20/+26
2011-05-04Added unit test for PRODUCT cell function with inline array.Kohei Yoshida1-3/+22
2011-05-04fdo#36848: Typing a named range in the position window should jump.Kohei Yoshida1-6/+9
2011-05-04Properly close the document shell when erased from the manager.Kohei Yoshida1-0/+8
2011-05-04fdo#33137: Fixed external references with COUNTIF.Kohei Yoshida2-22/+22
2011-05-04fdo#36849: Assume that the range list member may be NULL.Kohei Yoshida2-8/+19
2011-05-04add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard2-7/+138
2011-05-03fdo#36051: Eliminated the hang due to removal of autofill undo object.Kohei Yoshida9-129/+9
2011-05-03Simplify the code a bit.Kohei Yoshida1-10/+2
2011-05-03fdo#36721: Fixed a crash on datapilot while editing the source range.Kohei Yoshida1-0/+13
2011-05-03Invalidate page breaks on print range changes.Kohei Yoshida1-0/+8
2011-05-03fdo#36746: Prevent crash during sort.Kohei Yoshida1-1/+16
2011-05-03DataPilot -> pivot table in en-US stringsAndras Timar2-2/+2
2011-05-03Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)libreoffice-3.3.99.4Petr Mladek0-0/+0
2011-05-03Attempt to explicitly get UI locale to en-US during unit test.Kohei Yoshida1-0/+22
2011-05-03Turn off debug output from unit test file.Kohei Yoshida1-1/+1
2011-05-03Added code to test standard query filter in data pilot tables.Kohei Yoshida1-3/+30
2011-05-03fdo#36771: Treat filter by "filter" and filter by "page" separate.Kohei Yoshida2-18/+40
2011-05-03Added another unit test to test filtering in data pilot tables.Kohei Yoshida1-4/+143
2011-05-03Extracted a method that creates ScDPObject instance from a definition.Kohei Yoshida1-68/+84
2011-05-02Fixed bug regarding zero values not appearing (Bug 36748).Cassio Neri1-1/+1