summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-25fdo#37520: Don't cache the array size but query it dynamically.libreoffice-3-4-0Kohei Yoshida1-1/+3
2011-05-24Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)libreoffice-3.4.0.2libreoffice-3.4.0-finalPetr Mladek0-0/+0
2011-05-24update sheet local db data when sheets are inserted/deletedMarkus Mohrhard1-2/+12
2011-05-24fix for fdo#37323: Correct autofilter import from ODS.Markus Mohrhard1-9/+6
2011-05-23fdo#37418, fix a layout problem in Export text (CSV) dialogAndras Timar1-1/+1
2011-05-23fix for fdo#37429 crash when copy/paste table from writer to calcMarkus Mohrhard1-1/+1
2011-05-20Fix index out of bounds in ScTableConditionalFormat.Rafael Dominguez1-1/+1
2011-05-20fdo#37326: Sign number must be either 1 or -1, never 0.Regina Henschel1-6/+2
2011-05-19Fix for fdo#37322 (binary import crash)Katarina Machalkova1-1/+1
2011-05-17Branch libreoffice-3-4-0Petr Mladek0-0/+0
2011-05-17Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)libreoffice-3.4.0.1Petr Mladek0-0/+0
2011-05-13Properly initialize and copy fValKohei Yoshida1-20/+11
2011-05-10Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)libreoffice-3.3.99.5Petr Mladek0-0/+0
2011-05-10fdo#36933: Fixed array comparison with external references.Kohei Yoshida3-16/+88
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-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-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-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-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-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-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
2011-05-02Fixed a crash when creating a new datapilot table from external database.Kohei Yoshida1-5/+8
2011-05-02Typo.Kohei Yoshida1-1/+1
2011-05-02Let's not friend a class just because of one private method.Kohei Yoshida1-2/+1
2011-05-02Fixed indentation and naming inconsistencies.Kohei Yoshida1-5/+5
2011-05-02Avoid branching in for loop.Kohei Yoshida1-8/+5