summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-11-08Retrofit "KeepEmptyLinesAtTheStartOfBlocks: false" into .clang-formatStephan Bergmann3-45/+44
2017-11-08add dif support to fftesterCaolán McNamara1-0/+11
2017-11-08drop uncallable Sc10ImportCaolán McNamara6-3472/+0
2017-11-08ScImportStarCalc10 appears uncallableCaolán McNamara4-24/+0
2017-11-08Replace list by vector for ScMyToFixupOLEs (sc)Julien Nabet2-12/+8
2017-11-07ofz 1-2-3 mem leakCaolán McNamara1-11/+29
2017-11-07LimitRangeToAvailableSheets: check ValidTab() firstEike Rathke1-3/+5
2017-11-07tdf#31231: properly check for SvXMLImportFlags::ALLMike Kaganski3-1/+16
2017-11-07loplugin:constparams in sdNoel Grandin3-3/+3
2017-11-07add 1-2-3 wks to fftesterCaolán McNamara2-13/+20
2017-11-06ofz#4052 limit listener range to actually available sheetsEike Rathke2-2/+87
2017-11-06Fix typosAndrea Gelmini2-2/+2
2017-11-06Translate German variable names in Calc (financial)Johnny_M1-108/+108
2017-11-06Fix typosAndrea Gelmini1-2/+2
2017-11-06tdf#113652: typo in ui fileJulien Nabet1-1/+1
2017-11-05one slash is enoughDavid Tardon1-1/+1
2017-11-05Correct German variables/functions names translation in Calc (financial)Johnny_M2-140/+140
2017-11-04ofz#4041 AbrtCaolán McNamara1-1/+9
2017-11-04lok: temporary workaround: disable formula mode for onlineMarco Cecchetti3-0/+44
2017-11-03SYLK import: set and evaluate col/row overflow to display dialogEike Rathke2-6/+20
2017-11-03ofz#3032 skip invalid positioned formulas entirelyEike Rathke1-3/+24
2017-11-03ofz#4043 Null-deference READCaolán McNamara1-2/+2
2017-11-03Missing dependencyStephan Bergmann1-0/+1
2017-11-03tdf#45904 Move Java _XSheetCellRangeContainer test to C++Jens Carl1-2/+8
2017-11-03ofz: fix leakCaolán McNamara5-144/+111
2017-11-03Resolves: tdf#111428 swap (only) ScColumn::mnBlkCountFormulaEike Rathke3-8/+0
2017-11-03crash on loading tdf77861-3.rtf in calc rtf filterCaolán McNamara1-0/+2
2017-11-03tdf#45904 Move Java _XSheetCellRange tests to C++Jens Carl3-3/+18
2017-11-03tdf#45904 Move Java _XSheetCellRanges tests to C++Jens Carl1-4/+17
2017-11-03tdf#45904 Move Java _XSheetConditionalEntries test to C++Jens Carl3-0/+246
2017-11-03tdf#45904 Move Java _XSheetConditionalEntry tests to C++Jens Carl2-3/+8
2017-11-03tdf#45904 Move Java _XSheetCondition tests to C++Jens Carl5-0/+458
2017-11-02revert drop of SetBufferSizeCaolán McNamara1-2/+5
2017-11-02Unit test for CellStoreEvent::swap() in ScColumn::SwapCol(), tdf#111428Eike Rathke2-0/+30
2017-11-02Resolves: tdf#111428 implement CellStoreEvent::swap() in ScColumn::SwapCol()Eike Rathke3-0/+11
2017-11-01scflt.hxx is only included from sc/source/filter/starcalcStephan Bergmann2-4/+4
2017-11-01Fix prefixes of "double" variables in Calc (financial)Johnny_M1-132/+132
2017-11-01Translate German variable names in Calc (financial)Johnny_M1-147/+147
2017-11-01meSysLang and mnStdScNumFmt can be a const membersTor Lillqvist1-2/+2
2017-11-01Bin unused nHoriVertiTor Lillqvist1-1/+0
2017-11-01Simplify OUString and return earlyMatteo Casalin1-14/+6
2017-10-31tdf#113530 LibreOffice hangs when pasting a few columnsNoel Grandin1-0/+2
2017-10-31loplugin:constantparam in editengNoel Grandin1-1/+1
2017-10-31Removed duplicated includeAndrea Gelmini1-1/+0
2017-10-31loplugin:constantparam in sal,saxNoel Grandin4-4/+4
2017-10-31loplugin:constantparam in scNoel Grandin18-82/+58
2017-10-31convert XclStrFlags to scoped enumNoel Grandin23-70/+75
2017-10-31Rename class from ScAreaLink to ScAreaLinkObjJens Carl1-10/+10
2017-10-30tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+Furkan Ahmet Kara1-4/+4
2017-10-29tdf#45904: Move Java _XSheetFilterable test to C++Jens Carl3-7/+41