summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97
AgeCommit message (Expand)AuthorFilesLines
2017-03-08Write the 'FtNts' subrecord of 'Obj' when necessaryTor Lillqvist1-1/+20
2016-01-18oox: move enum DocumentType out of drawingml.hxxMichael Stahl1-1/+1
2015-11-19loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-96/+96
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara2-3/+3
2015-10-28com::sun::star->css in scNoel Grandin2-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann2-3/+2
2015-10-19cleanup some local var declarationsNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-6/+6
2015-10-06Return std::unique_ptr from some XclEscherEx::Create... functionsStephan Bergmann1-6/+6
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-09-28Fix check for empty stackStephan Bergmann1-1/+1
2015-09-18boost->stdCaolán McNamara1-3/+3
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-3/+3
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha1-15/+15
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+1
2015-07-06improve the returnbyref lopluginNoel Grandin2-7/+7
2015-05-27loplugin:stringconstantStephan Bergmann1-2/+2
2015-05-27support R1C1 reference for hyperlinksMarkus Mohrhard1-2/+12
2015-05-27transform calc URLs to OOXML format, related tdf#91334Markus Mohrhard2-8/+110
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann2-3/+3
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-1/+1
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara1-3/+0
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2015-02-02fdo#88826: replace MM100toEMU() by convertHmmToEmu()Juan Picca1-4/+4
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-1/+1
2014-12-22WaE: variable ´nOldSize´ set but not usedTor Lillqvist1-1/+2
2014-12-22fix OOXML validation errorsMarkus Mohrhard1-0/+6
2014-12-19remove operator>> methodsNoel Grandin1-7/+10
2014-10-28loplugin: cstylecastNoel Grandin3-10/+10
2014-10-23Use sc::CompileFormulaContext for faster exportMatúš Kukan1-1/+1
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+2
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-12bnc#822170: Let's not even try to export invalid chart objects.Kohei Yoshida1-9/+61
2014-07-18Remove unused classes.Kohei Yoshida1-48/+0
2014-07-18bnc#885548: Adjust xlsx export of revisions to get it to work in Excel.Kohei Yoshida1-101/+212
2014-07-17Let's use this macro since it's there.Kohei Yoshida1-3/+3
2014-07-17fdo#81470: Fix a crasher during xlsx export with revisions.Kohei Yoshida1-1/+0
2014-07-17And this too.Kohei Yoshida1-4/+0
2014-07-17We can use ptr_vector for this.Kohei Yoshida1-27/+23
2014-07-17No need to check for NULL value before deleting.Kohei Yoshida1-8/+4
2014-07-14Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida2-7/+21
2014-06-25remove whitespaceMarkus Mohrhard4-55/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0