summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2011-07-19Out-of-bounds array access fix. (Thanks to Fridrich too).Muthu Subramanian1-3/+3
2011-07-18fdo#37767: Fix broken refresh() from UNO API (and Basic).Kohei Yoshida3-33/+40
2011-07-15fdo#36688: Make sure the drawing layer is initialized before use.Kohei Yoshida1-0/+1
2011-07-08fix for fdo#37880Markus Mohrhard2-1/+15
2011-07-07Make sure to only export up to 1026 manual page breaks to XLS.Kohei Yoshida1-0/+8
2011-07-06fix for fdo#38380: update local range namesMarkus Mohrhard1-0/+17
2011-06-30fix for fdo#36963: name box always selects cell in the first sheetMarkus Mohrhard2-2/+2
2011-06-28fdo#38456: Always set column offset to 0Katarina Machalkova1-3/+0
2011-06-24Revert "fdo#36688: Fixed undisplayed calc page and header / footer borders"Petr Mladek1-7/+4
2011-06-23fix for fdo#38544 enable Object/Edit menu item for ole/embedded objectsNoel Power1-1/+1
2011-06-23fix for fdo#38593: don't call vector::back on an empty vectorMarkus Mohrhard1-1/+3
2011-06-23fix for fdo#38204: formulas with range names were not imported correctlyMarkus Mohrhard1-1/+1
2011-06-21better fix for fdo#38455Markus Mohrhard1-2/+3
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-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 Yoshida1-15/+33
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 Yoshida1-2/+3
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-10fdo#36933: Fixed array comparison with external references.Kohei Yoshida3-16/+88
2011-05-09use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard7-52/+52
2011-05-09check for less equal, not greater equalMarkus Mohrhard1-3/+3
2011-05-09add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard1-7/+108
2011-05-06Explicitly specify less function object for map, to get it to build with MSVC.Kohei Yoshida1-0/+5
2011-05-06Remove range names with external references regardless of cells.Kohei Yoshida1-13/+12