summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-17Properly return empty string when asked, as it did previosly.Kohei Yoshida1-5/+8
2011-06-15give local range names higher priority than global onesMarkus Mohrhard1-6/+5
2011-06-14Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)libreoffice-3.4.1.1Petr Mladek0-0/+0
2011-06-14fdo#37776Takeshi Abe1-0/+6
2011-06-13fdo#38154: convert split win Y coord to 16bit int before xls exportKatarina Machalkova3-6/+7
2011-06-10Prevent a crash during multiple operations.Kohei Yoshida1-1/+19
2011-06-10fdo#36719: Prevent crash on pivot table with invalid database connection.Norbert Thiebaud3-5/+40
2011-06-10fix for fdo#37872: we don't allow points in range names any moreMarkus Mohrhard2-0/+5
2011-06-10fdo#37622: Fix incorrect font attribute lookup during XLS import.Kohei Yoshida1-3/+7
2011-06-10fdo#37764: Get ISBLANK() to work correctly with external refs.Kohei Yoshida2-2/+9
2011-06-09fdo#37673: Fix a crasher during HTML import on Windows.Kohei Yoshida1-2/+4
2011-06-09fdo#33705: Fixed cell function N.Kohei Yoshida2-15/+97
2011-06-09fdo#37947: Correctly import sheet-local named ranges.Kohei Yoshida5-49/+101
2011-06-09fdo#37816: Fix a crasher in datapilot table when moving a field button.Kohei Yoshida1-1/+4
2011-06-06fix a dialog layout problem - fdo#37985Andras Timar1-2/+2
2011-06-01fdo#34214: Fixed selection by arrow keys around merged cells.Kohei Yoshida1-12/+159
2011-05-31fix for fdo#37772: Insert sheets in a protected spreadsheet documentMarkus Mohrhard1-0/+2
2011-05-26fdo#37356: Fix broken transposition during paste of cell range.Kohei Yoshida1-1/+1
2011-05-26fdo#37458: Prevent crash on named range deletion.Kohei Yoshida1-2/+10
2011-05-24fix for fdo#37548: InsertNames->InsertAll doesn't insert anythingMarkus Mohrhard1-1/+1
2011-05-24fdo#37520: Don't cache the array size but query it dynamically.Kohei Yoshida1-1/+3
2011-05-24fdo#35345: Query the sheet for the presence of anonymous DB rangesKatarina Machalkova1-2/+9
2011-05-23fix for fdo#37429 crash when copy/paste table from writer to calcMarkus Mohrhard1-1/+1
2011-05-20fdo#37418, fix a layout problem in Export text (CSV) dialogAndras Timar1-1/+1
2011-05-20update sheet local db data when sheets are inserted/deletedMarkus Mohrhard1-2/+12
2011-05-20fix for fdo#37323: Correct autofilter import from ODS.Markus Mohrhard1-9/+6
2011-05-20Let's not change the signature of UNO call & prefer static_cast.Kohei Yoshida2-3/+4
2011-05-19fdo#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-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