summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-18fdo#36688: Fixed undisplayed calc page and header / footer bordersCédric Bosdonnat1-4/+7
2011-05-18Fix index out of bounds in ScTableConditionalFormat.Rafael Dominguez1-1/+1
2011-05-17fdo#37226: Use real function objects with standard algorithms.Kohei Yoshida1-17/+49
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
2011-05-02Pass const reference.Kohei Yoshida2-4/+4
2011-04-29Removed unnecessary virtual-ness from the destructor.Kohei Yoshida1-1/+1
2011-04-29A bit of cleanups & annotation of data members.Kohei Yoshida2-28/+59
2011-04-29Output valid OOXML incl. msSymbol valueMarkus Mohrhard1-0/+5
2011-04-29support export of anonymous db data to OOXMLMarkus Mohrhard4-84/+26
2011-04-29Manage data caches for named range data source separately.Kohei Yoshida4-3/+74
2011-04-29dlopen-global-symbols.diff: use global namespace for dlopened symThorsten Behrens2-2/+3