summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2017-10-16Resolves: tdf#112780 no ResetDirty() after SetHybridEmptyDisplayedAsString()Eike Rathke1-1/+6
2017-10-01Resolves: tdf#100822 use sax::Converter::parseDateTime() for 'd' ISO 8601 dateEike Rathke1-8/+11
2017-09-07tdf#111974: Ensure sufficient space for all sheets in FormulaBuffer...Dennis Francis1-1/+1
2017-08-23tdf#83562: Make the EditTextObject export of automatic colors...Dennis Francis1-1/+7
2017-08-02tdf#90352: set/handle LinkNumberFormatToSource property in xls...Dennis Francis3-4/+18
2017-07-27tdf#90510 : Override default point label placement setting...Dennis Francis2-6/+11
2017-07-13repaint whole range for range based cond formats, tdf#105696Markus Mohrhard2-3/+11
2017-07-09tdf#79304 - Handle CrossedOutItems in HTML export.Sean Stangl1-4/+11
2017-07-03always import page scaling, tdf#65848Markus Mohrhard1-1/+1
2017-06-06tdf#108287 perf regression changing background colorJochen Nitschke1-2/+2
2017-06-01Resolves: tdf#108279 dimension rows are 32-bit and don't wrap at 64kEike Rathke1-1/+1
2017-05-26tdf#99856 xlsx export: limit dataValidation list to 255 charsJustin Luth1-0/+10
2017-05-26tdf#108017 xlsb import: protection settings were reversedJustin Luth1-15/+15
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin12-32/+32
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke9-22/+12
2017-05-17tdf#43535: support additional sheet protection options.Kohei Yoshida6-4/+54
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin2-4/+2
2017-05-13use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard1-0/+1
2017-05-13import stream on the LibreOffice side, tdf#107827Markus Mohrhard1-3/+13
2017-05-12update comments and remove TODOJochen Nitschke2-3/+2
2017-05-12Use ScTokenArray::AssignXMLString() and ScTokenArray stack objectEike Rathke1-5/+4
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-05-12convert SdrLayerId to strong_intNoel Grandin3-8/+9
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin3-4/+4
2017-05-10loplugin:checkunusedparams in sc(part4)Noel Grandin1-1/+1
2017-05-10loplugin:checkunusedparams in sc(part3)Noel Grandin17-66/+45
2017-05-10loplugin:checkunusedparams in sc(part1)Noel Grandin5-5/+5
2017-05-10Disambiguate Reference -> uno::Reference (tdf#107724 prep rel)Eike Rathke2-41/+40
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin1-1/+1
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin2-3/+1
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin2-9/+5
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin3-4/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock4-10/+10
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock4-10/+10
2017-05-05Fix typosAndrea Gelmini1-1/+1
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin4-91/+95
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-04-28loplugin:salunicodeliteral: scStephan Bergmann3-24/+24
2017-04-26use strong_int for LanguageTypeNoel Grandin1-3/+3
2017-04-25vcl: change ErrorHandlerFlags to DialogMaskChris Sherlock1-2/+2
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock49-0/+50
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin3-15/+5
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin1-52/+51
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin5-10/+10
2017-04-16first stab at replacing hard coded relationships with calls to a methodMarkus Mohrhard1-1/+2
2017-04-15Fix typosAndrea Gelmini1-1/+1
2017-04-13convert AX_FONTDATA to o3tl::typed_flagsNoel Grandin1-5/+5
2017-04-13Removed duplicated includesAndrea Gelmini4-5/+0