summaryrefslogtreecommitdiffstats
path: root/sc/source/filter
Commit message (Expand)AuthorAgeFilesLines
* rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke2015-03-052-3/+3
* V801: Decreased performanceCaolán McNamara2015-03-045-40/+40
* cppcheck: redundantConditionNoel Grandin2015-03-021-1/+1
* tdf#89679 - fix incorrect mapping of font-family-complex and CharFontNameAsianMark Hung2015-02-271-1/+1
* remove NUMBERFORMAT_ constantsNoel Grandin2015-02-2513-56/+56
* TyposJulien Nabet2015-02-241-1/+1
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-232-2/+2
* import the document properties before the documentMarkus Mohrhard2015-02-231-12/+12
* boost->stdCaolán McNamara2015-02-1926-154/+154
* make the code easier to readMarkus Mohrhard2015-02-191-5/+7
* Change var name: propertie->propertyStateJulien Nabet2015-02-181-40/+40
* boost->stdCaolán McNamara2015-02-172-4/+4
* coverity#1242895 Untrusted loop boundCaolán McNamara2015-02-141-9/+7
* tdf#89281 fix performance regression of XLS import - cleanupLászló Németh2015-02-121-3/+4
* apparently calling match on a string with an index past the end is now fatalCaolán McNamara2015-02-121-1/+1
* coverity#1242895 Untrusted loop boundCaolán McNamara2015-02-121-16/+20
* tdf#89319 remove redundant file seekings in XLS exportLászló Németh2015-02-111-1/+4
* ExtCfRule::maModel and CondFormatRule::mpDataBar are 2 distinct thingsKatarina Behrens2015-02-102-2/+3
* mbNeg means: a different colour for negative values is definedKatarina Behrens2015-02-101-3/+1
* tdf#68117 Partially fix boolean labels in XLSXUrsache Vladimir2015-02-101-1/+1
* tdf#89281 fix performance regression of XLS importLászló Németh2015-02-101-2/+7
* coverity#1242895 Untrusted loop boundCaolán McNamara2015-02-081-1/+10
* loplugin:deletedspecialStephan Bergmann2015-02-076-31/+17
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-1/+1
* Related tdf#87356: import data bar [non-]gradient from OOXMLKatarina Behrens2015-02-051-0/+3
* Revert "ODF export: don't write invalid "group-name" attribute"Lionel Elie Mamane2015-02-051-2/+1
* Seems that BS() does something else than I thoughtKatarina Behrens2015-02-041-2/+1
* coverity#1242895 Untrusted loop boundCaolán McNamara2015-02-041-1/+1
* tdf#39468 translate German variable in sc export filterChris Sherlock2015-02-031-2/+2
* tdf#39468 translate export option comments for sc filterChris Sherlock2015-02-031-3/+3
* sc: typo in OSL_ENSURE (XclExpChLabelRange::Convert)Chris Sherlock2015-02-031-1/+1
* Related tdf#87356: export data bar [non-]gradient to OOXMLKatarina Behrens2015-02-032-0/+4
* callcatcher: remove some unused methodsCaolán McNamara2015-02-022-18/+0
* fdo#88826: replace MM100toEMU() by convertHmmToEmu()Juan Picca2015-02-022-6/+6
* coverity#1242895 Untrusted loop boundCaolán McNamara2015-02-021-1/+1
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-292-65/+0
* tdf#88810 XLSX export: more cleanupLászló Németh2015-01-295-22/+8
* remove unused typedefsNoel Grandin2015-01-282-2/+0
* tdf#88810 XSLT address export: cleanup and more optimizationLászló Németh2015-01-273-12/+11
* tdf#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh2015-01-275-4/+25
* fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers2015-01-262-2/+2
* Revert "fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX ex...László Németh2015-01-263-23/+3
* fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh2015-01-263-3/+23
* coverity#1266451 Explicit null dereferencedCaolán McNamara2015-01-261-1/+5
* coverity#1266448 Explicit null dereferencedCaolán McNamara2015-01-261-1/+5
* coverity#704680 Dereference after null checkCaolán McNamara2015-01-261-5/+8
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-264-5/+5
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-267-13/+7
* Revert "Globally disable threading for these for now."Michael Meeks2015-01-251-1/+1
* cppcheck: fix redundantPointerOp reportsJulien Nabet2015-01-241-21/+21