summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2012-07-09performance problem with this commitMarkus Mohrhard1-1/+1
2012-07-08we still need to pass the wrong number of read bytesMarkus Mohrhard1-1/+1
2012-07-08export all notes into odf, fdo#49924Markus Mohrhard3-17/+92
2012-07-05prevent invalid memory when loading change tracking from xls, fdo#45209Markus Mohrhard2-2/+15
2012-07-05resolved fdo#51664 some matrix cases broken in binary Excel importEike Rathke1-1/+1
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl5-38/+45
2012-07-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl4-6/+7
2012-06-30the end of the formula is the closing bracket, fdo#51507Markus Mohrhard1-1/+1
2012-06-27add import of axis color for data bars from xlsxMarkus Mohrhard2-0/+14
2012-06-27add support for axis color import/exportMarkus Mohrhard4-1/+18
2012-06-25only export the supported number of rows/columns, fdo#49582Markus Mohrhard1-0/+6
2012-06-22more new formulabuffer const cleanupNoel Power2-10/+10
2012-06-22some const correctness tweaks to various signatures in new formulabufferNoel Power2-38/+40
2012-06-22fix core dump setting preload value for some cell formulaNoel Power2-6/+9
2012-06-22gah :/ some cleanup for 7fff9872 that I applied to wrong source tree.Noel Power5-25/+0
2012-06-22big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)Noel Power10-15/+422
2012-06-21fdo#51249 Disable stream copy when saving a file with 'Changes Record' activePierre-Eric Pelloux-Prayer1-2/+3
2012-06-15remove empty conditions for color format export to excelMarkus Mohrhard1-4/+0
2012-06-15fix cond format import from odsMarkus Mohrhard8-34/+209
2012-06-15fix export of cond formats to odsMarkus Mohrhard1-1/+1
2012-06-15remove uno from oox cond format import codeMarkus Mohrhard2-102/+52
2012-06-15adjust import/export code to merged conditional formatsMarkus Mohrhard5-52/+65
2012-06-15integrate color formats into conditional formatsMarkus Mohrhard2-94/+72
2012-06-15prepare cond format code for merge with color formatsMarkus Mohrhard4-69/+77
2012-06-15export more conditional formatsMarkus Mohrhard1-4/+69
2012-06-12accept BIT* functions as _xlfnodf.* in Excel importEike Rathke1-5/+5
2012-06-12attempt to use mce::FallBack for control/oleObject importNoel Power1-5/+19
2012-06-12fix missing ole and form control(s) on xlsx importNoel Power1-2/+2
2012-06-12get rid of unecessary loop and change commentNoel Power1-11/+3
2012-06-05drop some unused codeCaolán McNamara2-31/+0
2012-06-05Add ODF1.2 extended-but-more-compatible modeThorsten Behrens1-1/+1
2012-06-05Unify ODF extended vs. ODF1.2 handlingThorsten Behrens1-5/+5
2012-06-04better import xlsx heightsNoel Power2-19/+1
2012-06-04remove anchor to cell shape (re)position hackNoel Power3-34/+1
2012-06-02targeted string re-workNorbert Thiebaud1-4/+4
2012-06-02no need for "> 0"Ivan Timofeev1-1/+1
2012-06-01use isEmpty instead of getLength == 0Markus Mohrhard1-1/+1
2012-06-01Remove ScDocFunc calls and unnecessary checks from ODS import for merged cellsDaniel Bankston2-64/+8
2012-06-01Remove header includes that are no longer used.Daniel Bankston1-3/+0
2012-06-01Remove ScDocFunc layer on ODS import for matricesDaniel Bankston1-11/+15
2012-06-01Remove unnecessary code in ODS import for matrix and mergeDaniel Bankston3-80/+24
2012-06-01Convert ScMyTables matrix methods to use direct Sc callsDaniel Bankston3-44/+68
2012-06-01Make suggested code style changesDaniel Bankston3-68/+56
2012-06-01Convert ODS import merge methods to use direct Sc callsDaniel Bankston4-53/+117
2012-06-01targetted revert of minor german comment translationMichael Meeks1-40/+40
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks2-2/+2
2012-05-31targetted minor size vs. empty reversionMichael Meeks2-2/+2
2012-05-31nuke unused typedefTakeshi Abe1-1/+0
2012-05-30don't rotate calc shapes if twoCellAnchor, partial fix bnc#762542Noel Power1-0/+4
2012-05-30fix missing form control, partial fix for fdo#49430Noel Power1-0/+1