summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97
AgeCommit message (Expand)Author
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke
2016-07-13loplugin:singlevalfields in sc(part3)Noel Grandin
2016-07-08loplugin:redundantcast: redundant static_casts in scStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page
2016-06-03loplugin:constantparamsNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-12fix memory leak in change tracking exportMarkus Mohrhard
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-03-11add assert to prevent memory leakMarkus Mohrhard
2016-02-04tdf#94269 Replace "n" prefix for bool variables with "b"Chris Sherlock
2016-01-15oox: move enum DocumentType out of drawingml.hxxMichael Stahl
2015-11-19loplugin:sallogareasStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19cleanup some local var declarationsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06Return std::unique_ptr from some XclEscherEx::Create... functionsStephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-28Fix check for empty stackStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha
2015-08-14loplugin: defaultparamsNoel Grandin
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-05-27loplugin:stringconstantStephan Bergmann
2015-05-27support R1C1 reference for hyperlinksMarkus Mohrhard
2015-05-27transform calc URLs to OOXML format, related tdf#91334Markus Mohrhard
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-02fdo#88826: replace MM100toEMU() by convertHmmToEmu()Juan Picca
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-12-22WaE: variable ´nOldSize´ set but not usedTor Lillqvist
2014-12-22fix OOXML validation errorsMarkus Mohrhard
2014-12-19remove operator>> methodsNoel Grandin