summaryrefslogtreecommitdiffstats
path: root/sc/source/filter
Commit message (Expand)AuthorAgeFilesLines
* use ERRCODE_NONE instead of 0Noel Grandin2017-06-142-25/+25
* Use FormulaTokenArray::FirstToken() in one more placeTor Lillqvist2017-06-131-1/+1
* Use FormulaTokenArray::FirstToken() in one more placeTor Lillqvist2017-06-131-1/+1
* cleanup unused css/frame/* includesJochen Nitschke2017-06-122-2/+0
* clang-tidy readability-non-const-parameterNoel Grandin2017-06-091-2/+2
* use comphelper::InitPropertySequence in more placesNoel Grandin2017-06-092-13/+10
* remove some unnecessary use of OUStringBufferNoel Grandin2017-06-084-5/+5
* Take new FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist2017-06-071-4/+5
* Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist2017-06-071-1/+2
* Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist2017-06-071-1/+2
* Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist2017-06-071-2/+3
* tdf#108287 perf regression changing background colorJochen Nitschke2017-06-061-2/+2
* expand out FltError and eERR constantsNoel Grandin2017-06-0618-88/+88
* replace SCERR_NONE with ERRORCODE_NONENoel Grandin2017-06-061-2/+2
* replace SVSTREAM_OK with ERRCODE_NONENoel Grandin2017-06-061-1/+1
* Improved loplugin:cstylecast to reference types: scStephan Bergmann2017-06-051-1/+1
* clang-tidy performance-unnecessary-value-paramNoel Grandin2017-06-059-14/+14
* rework ScQProReader to take SvStream instead of SfxMediumCaolán McNamara2017-06-024-13/+16
* convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin2017-06-021-1/+1
* Resolves: tdf#108279 dimension rows are 32-bit and don't wrap at 64kEike Rathke2017-06-011-1/+1
* remove duplicate 'using namespace'Jochen Nitschke2017-05-302-5/+0
* teach redundantcast plugin about functional castsNoel Grandin2017-05-304-6/+6
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-6/+1
* xlsx export: limit dataValidation list to 255 chars, not 254Justin Luth2017-05-261-1/+1
* tdf#99856 xlsx export: limit dataValidation list to 255 charsJustin Luth2017-05-251-0/+10
* tdf#108017 xlsb import: protection settings were reversedJustin Luth2017-05-251-15/+15
* drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin2017-05-2312-32/+32
* Fix typosAndrea Gelmini2017-05-211-1/+1
* cleanup unused css/script/ includesJochen Nitschke2017-05-201-1/+0
* loplugin:stringcopy: scStephan Bergmann2017-05-193-4/+4
* Revert "Fix typos"Stephan Bergmann2017-05-181-1/+1
* Fix typosAndrea Gelmini2017-05-181-1/+1
* Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke2017-05-189-22/+12
* tdf#43535: support additional sheet protection options.Kohei Yoshida2017-05-176-4/+54
* loplugin:unusedfields improve write-only analysisNoel Grandin2017-05-162-4/+2
* use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard2017-05-131-0/+1
* import stream on the LibreOffice side, tdf#107827Markus Mohrhard2017-05-131-3/+13
* update comments and remove TODOJochen Nitschke2017-05-122-3/+2
* Use ScTokenArray::AssignXMLString() and ScTokenArray stack objectEike Rathke2017-05-121-5/+4
* remove unused uno::Reference varsNoel Grandin2017-05-121-2/+0
* convert SdrLayerId to strong_intNoel Grandin2017-05-123-8/+9
* remove some unnecessary temporary OUStringsNoel Grandin2017-05-113-4/+4
* loplugin:checkunusedparams in sc(part4)Noel Grandin2017-05-101-1/+1
* loplugin:checkunusedparams in sc(part3)Noel Grandin2017-05-1017-66/+45
* loplugin:checkunusedparams in sc(part1)Noel Grandin2017-05-105-5/+5
* Disambiguate Reference -> uno::Reference (tdf#107724 prep rel)Eike Rathke2017-05-102-41/+40
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* make loplugin constantparam smarter about string paramsNoel Grandin2017-05-091-1/+1
* remove unnecessary empty OUString fields and varsNoel Grandin2017-05-092-3/+1
* loplugin:checkunusedparams in xmloffNoel Grandin2017-05-082-9/+5