summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-11-12Resolves: fdo#56009 fdo#54695 Calculate positions of cell-anchored objectsKohei Yoshida1-0/+3
2012-10-31rhbz#854451 fdo#46278 - misc comment import/export fixesNoel Power1-1/+1
2012-09-14fix for fdo#49255Noel Power1-1/+2
2012-09-11fdo#54721 fix vba not tracking currently selected doc correctlyNoel Power1-8/+3
2012-09-10don't use unitialized global variable, fdo#53713Markus Mohrhard3-6/+15
2012-08-16fix for fdo#53229, import group shapes position and size correctlyNoel Power1-0/+37
2012-08-16fdo#47311 don't crash when pasting into more than 1 sheetDavid Tardon1-1/+1
2012-08-15ensure placeholder substitution on XclImpDrawObjBase::ReadObj8 failureCaolán McNamara1-2/+7
2012-07-31warning: statement has no effectMichael Stahl1-2/+2
2012-07-31added back a missing elseEike Rathke1-1/+2
2012-07-31Lotus WK: fix warningsEike Rathke [er]14-477/+553
2012-07-31StarCalc 1.0: fix memory leaksEike Rathke [er]2-90/+136
2012-07-31QuattroPro warningsEike Rathke [er]2-8/+22
2012-07-15fdo#47947 Data Form dialog layout fixAndras Timar3-31/+35
2012-07-15prevent double delete in calc's html parser, fdo#52107Markus Mohrhard1-0/+1
2012-07-13fdo#35953 resize controls on Solver dialog of CalcAndras Timar1-42/+42
2012-07-09resolved rhbz#838248 init filter criteria stringEike Rathke1-1/+25
2012-07-03check for invalid tab number, fdo#51667Markus Mohrhard1-2/+2
2012-07-03resolved fdo#51601 do not attempt to compile running formula cellEike Rathke1-7/+4
2012-06-26Revert "export all style information to xls/xlsx, fdo#46738"Petr Mladek9-24/+10
2012-06-21fdo#51249 Disable stream copy when saving a file with 'Changes Record' activePierre-Eric Pelloux-Prayer1-2/+3
2012-06-11fix excel row height export problems ( I hope ) fdo#50304Noel Power1-15/+38
2012-06-11better import xlsx heightsNoel Power1-4/+0
2012-06-11Revert "Fixed #i116848# Shapes are at wrong position"Fridrich Štrba3-3/+3
2012-06-11Revert "calc69: #i118068# handle all-hidden case in ScDrawUtil::CalcScale"Eike Rathke1-12/+0
2012-05-18ensure that number of tabs is correctly set in ScViewData, fdo#45987Markus Mohrhard1-0/+3
2012-05-18WaE: is abstract but has non-virtual destructorTor Lillqvist1-0/+1
2012-05-18WaE: has virtual functions but non-virtual destructorTor Lillqvist1-0/+1
2012-05-18WaE: abstract but has non-virtual destructorTor Lillqvist1-0/+1
2012-05-18WaE: converting ‘false’ to pointer typeDavid Tardon1-1/+1
2012-05-18WaE: converting ‘false’ to pointer typeDavid Tardon1-1/+1
2012-05-11resolved fdo#49639 import .xls with HTML as such, not CSVEike Rathke1-2/+4
2012-05-11fix initial height of multiline input windowNoel Power2-7/+13
2012-05-08resolved rhbz#819118 catch exception from VBA lib containerEike Rathke1-6/+12
2012-05-07string result of formula is also valid, fdo#49052Markus Mohrhard1-1/+9
2012-04-20resolved fdo#48856 update sheet-local named expressions correctlyEike Rathke5-43/+42
2012-04-18fdo#44861 make "Replace All" work with REsDavid Tardon1-2/+2
2012-04-17resolved rhbz#813280 the current document is not always the first in listEike Rathke2-10/+19
2012-04-17fdo#46983 Macros: Macro to set filter in Calc does not work with .StringValueTakeshi Abe1-1/+1
2012-04-17fdo#48431: More reliable way to check for RTL text.Kohei Yoshida2-26/+35
2012-04-05resolved fdo#40021 CSV import got confused by erroneous HTML detectionEike Rathke1-15/+24
2012-04-02use same border width information for xls import and export, fdo#44742Markus Mohrhard3-26/+29
2012-04-02this hack in no longer needed, fdo#44337Markus Mohrhard1-4/+1
2012-03-27export all style information to xls/xlsx, fdo#46738Markus Mohrhard9-10/+24
2012-03-26prevent update during init in new autofilter dlg, fdo#45679Markus Mohrhard2-0/+4
2012-03-23cache calls to mdds:mixed_type_matrix::size, related fdo#47299Markus Mohrhard1-17/+16
2012-03-23increase nCol before next iteratation to prevent loop, fdo#46220Markus Mohrhard1-0/+4
2012-03-22Make sure one base class does not use another one after destructionStephan Bergmann1-3/+6
2012-03-20check for negative sheet number here too, fdo#47503Markus Mohrhard1-1/+1
2012-03-19only shrink to used area in text export, fdo#46230, related n#677811Markus Mohrhard2-9/+14