summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2014-12-19remove operator>> methodsNoel Grandin26-637/+948
2014-12-19remove operator>> and operator<< methodsNoel Grandin22-107/+278
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann11-27/+27
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann3-3/+3
2014-12-16implement an actually working setErrorCell() from BIFF error codesEike Rathke3-10/+18
2014-12-16fdo#79249 call formula compiler with error stringEike Rathke1-1/+6
2014-12-16correct error string, #N/A instead of #NAEike Rathke1-1/+1
2014-12-15coverity#1242937 Use of untrusted scalar valueCaolán McNamara1-0/+4
2014-12-15coverity#1242939 Untrusted loop boundCaolán McNamara1-1/+2
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann6-44/+39
2014-12-12resolved fdo#86809 connect filter conditions correctlyEike Rathke1-3/+10
2014-12-12fix typo, thanks to MatteoCaolán McNamara1-1/+1
2014-12-12coverity#1242775 Use of untrusted scalar valueCaolán McNamara1-0/+2
2014-12-12coverity#1242895 Untrusted loop boundCaolán McNamara1-0/+7
2014-12-12coverity#1242728 Use of untrusted scalar valueCaolán McNamara1-0/+4
2014-12-12coverity#1257735 Logically dead codeCaolán McNamara1-4/+7
2014-12-12remove operator>> and operator<< methodsNoel Grandin3-6/+9
2014-12-11coverity#1242939 Untrusted value as argumentCaolán McNamara1-2/+2
2014-12-10Globally disable threading for these for now.Kohei Yoshida1-0/+1
2014-12-09coverity#1242895 Untrusted loop boundCaolán McNamara1-1/+3
2014-12-09coverity#1242793 Untrusted value as argumentCaolán McNamara1-2/+2
2014-12-09fdo#82312 - Excel chart has a wrong sizeNoel Grandin1-0/+20
2014-12-07put that attribute into an extension namespaceMarkus Mohrhard3-4/+12
2014-12-07correct order of xml elements, related fdo#45266Markus Mohrhard1-1/+1
2014-12-07remove invalid attribute that is not read anywayMarkus Mohrhard1-2/+0
2014-12-07use correct xml element name, related fdo#45266Markus Mohrhard3-2/+3
2014-12-06that just looks wrong, related fdo#51935Markus Mohrhard1-1/+0
2014-12-03Lotus 1-2-3: fix import of mathematical functionsAndras Timar1-2/+33
2014-12-03Lotus 1-2-3: fix import of database functionsAndras Timar1-8/+14
2014-12-03Lotus 1-2-3: fix import of @AVG, @PUREAVG, @COUNT, @PURECOUNTAndras Timar1-6/+6
2014-12-03Lotus 1-2-3: fix import of @VAR, @VARS, @PUREVAR, @PUREVARSAndras Timar1-5/+5
2014-12-03Lotus 1-2-3: fix import of @STD, @STDS, @PURESTD, @PURESTDSAndras Timar1-5/+5
2014-12-03Lotus 1-2-3: fix import of @MIN, @MAX, @PUREMIN, @PUREMAXAndras Timar1-6/+6
2014-11-30amended solution to @TERM and @CTERM import from Lotus 1-2-3Andras Timar1-5/+9
2014-11-30coverity#1242775 Use of untrusted scalar valueCaolán McNamara2-98/+123
2014-11-30fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-4/+4
2014-11-30don't call XLSX methods in XLS export, related fdo#59762Markus Mohrhard1-8/+14
2014-11-27unused function Calc_nBLIPPosAndras Timar2-7/+0
2014-11-27fdo#86687 Avoid deadlock updating progress barMatthew J. Francis1-1/+4
2014-11-24import @TERM and @CTERM functions from Lotus 1-2-3 files (related: fdo#86241)Andras Timar1-11/+35
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist1-4/+4
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-9/+9
2014-11-23make sure to check for formula first, fdo#80301Julien Nabet1-8/+10
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida1-2/+2
2014-11-19coverity#1242708 Untrusted loop boundCaolán McNamara1-0/+11
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-18WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
2014-11-18Thread excel table row/column format finalization.Michael Meeks2-8/+55
2014-11-18coverity#1242538 Untrusted loop boundCaolán McNamara1-0/+10