summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-10-13fixed another "Out of bounds substring access"Eike Rathke1-6/+5
2013-10-03Resolves: rhbz#1013844 fdo#47482 encrypted OOo 1.0 docs cannot be reopenedCaolán McNamara2-0/+10
2013-09-30fdo#69450 - IDF_ATTRIB & IDF_CONTENTS must be disjoint.Michael Meeks1-1/+1
2013-09-16fdo#69091: Copying data from Base-table to Calc by drag and dropJulien Nabet1-1/+1
2013-08-26fdo#39484 - don't loose outlines while trying to undo formulae changes.Michael Meeks3-6/+8
2013-08-19fix for bnc#834705 missing drop downs for autofilterNoel Power3-4/+32
2013-08-16import .xlsx files saved by Calc before fdo#59727 was patchedWinfried Donkers1-2/+12
2013-08-14fdo#59727 fix #NAME?-error with add-in functions on (re)open of xlsxWinfried1-0/+13
2013-08-03hopefully fixed MSVC build breaker, ambiguous call to overloaded functionEike Rathke1-1/+1
2013-08-031st step fix for exporting SheetProtection fdo#64753 is to import correctlyNoel Power6-6/+117
2013-07-30fix for fdo#62729 reference pos can point to non existing tableNoel Power3-0/+31
2013-07-28fdo#61201: Don't forget to calculate row offset for external single ref.Kohei Yoshida1-0/+1
2013-07-15fdo#63998: Filtering by page fields to work again.Kohei Yoshida3-116/+201
2013-07-02Resolves: fdo#66263 calc's protect records doesn't do anything, sid collisionCaolán McNamara1-1/+2
2013-07-02resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke2-4/+2
2013-06-28resolved fdo#35756 import more than 64k HTML table cellsEike Rathke22-85/+85
2013-06-27fdo#65856 allow shift cells in paste special for copy-modeWinfried Donkers1-1/+1
2013-06-18resolved fdo#65082 RATE function should not find roots <= -1Eike Rathke1-13/+46
2013-06-07only reset marked area when using find/replace all, fdo#53106Markus Mohrhard1-5/+8
2013-06-07don't hide cell content behind pivot table buttons, fdo#60877Markus Mohrhard1-1/+1
2013-06-06correct fix for fdo#62938Markus Mohrhard1-1/+2
2013-05-30r is an optional attribute in c and r, fdo#65059Markus Mohrhard2-5/+29
2013-05-29fdo#63323 fix the comment position when the mouse over cellFaisal M. Al-Otaibi1-0/+4
2013-05-28restore old behavior for external references, fdo#64229Markus Mohrhard1-1/+1
2013-05-28correctly delete note captions, fdo#64068Markus Mohrhard1-1/+3
2013-05-27we need a reference to the DifParser.aData, fdo#64920Markus Mohrhard2-26/+12
2013-05-27range names need to be checked upper case, fdo#64031Markus Mohrhard1-2/+3
2013-05-27remove chart listener when chart is deleted, fdo#64639Markus Mohrhard3-0/+8
2013-05-22fdo#64011 fix the position and the drawing from left to right in RTL sheetFaisal M. Al-Otaibi1-0/+7
2013-05-22fdo#63878 fix the zoom bug on RTL sheetFaisal M. Al-Otaibi1-0/+3
2013-05-17resolved fdo#63805 max day of month of the intended monthEike Rathke1-2/+1
2013-05-17Revert "fdo#63878 fix the zoom problem when the sheet are RTL"Noel Power1-3/+0
2013-05-17fix for fdo#53031Manal Alhassoun2-0/+2
2013-05-15resolved fdo#60468 no special tab case workaround for CSV importEike Rathke1-13/+0
2013-05-13fix for fdo#51300Noel Power1-3/+17
2013-05-11resolved fdo#64384 check subtotal row filtered also for single referenceEike Rathke1-0/+4
2013-05-10fix compile for change to boost 1.53.0 declaring smart pointer operator bool ...Mark Wright4-5/+5
2013-05-09fdo#61060 - Freezing now marks spreadsheet as unsaved.Sameer Deshmukh1-0/+1
2013-05-07fdo#51828 - UI: Sort: can use more than 3 criteria once only - additional fixAlbert Thuswaldner2-16/+25
2013-05-06fdo#63878 fix the zoom problem when the sheet are RTLFaisal M. Al-Otaibi1-0/+3
2013-05-03fdo#64048 - fix calc/VBA clearcontents regression.Michael Meeks1-1/+1
2013-04-29Resolves: fdo#51556 allow tab traversing into the conditional formatting listCaolán McNamara3-5/+13
2013-04-24fixed out of bounds vector accessEike Rathke1-1/+1
2013-04-24fdo#61820: Avoid crasher when file URL contains unicode bytes.Kohei Yoshida2-5/+30
2013-04-16Remove the 4th option from the pivot table source selection dialog.Kohei Yoshida2-1/+5
2013-04-15resolved fdo#63421 crash in pivot table with accessibilityEike Rathke1-27/+64
2013-04-13somewhat blind wae fix ( doesn't happen for me )Noel Power1-0/+3
2013-04-12fdo#51828 - UI: Sort: can use more than 3 criteria once onlyAlbert Thuswaldner1-2/+11
2013-04-11prevent vector and sequence out of bounds access, fdo#60300Eike Rathke1-12/+42
2013-04-11prevent out of bounds vector access in ooo62493-1.xls recalculationEike Rathke1-0/+2