summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlexprt.cxx
AgeCommit message (Expand)Author
2018-12-31tdf#114919: fix ods export in ODF 1.2 strictJulien Nabet
2018-11-15loplugin:staticmethods in scNoel Grandin
2018-11-15tdf#42949 Fix IWYU warnings in sc/source/filter/{excel,lotus,xml}/*hxxGabor Kelemen
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-07loplugin:collapseif in scNoel Grandin
2018-11-06don't leave empty slots in array in ScXMLExport::GetViewSettingsNoel Grandin
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin
2018-10-22pvs-studio: V571 Recurring checkCaolán McNamara
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-15Conditional formatting: Use the nElements from g_IconSetMap.Jan Holesovsky
2018-09-17cppcheck: variableScope in scJochen Nitschke
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-08-22new loplugin:conststringfieldNoel Grandin
2018-08-20coverity#1438402 Improper use of negative valueCaolán McNamara
2018-08-18coverity#1438401 assert nPrevIndex >= 0Caolán McNamara
2018-08-17loplugin:useuniqueptr in ScFormatRangeStylesNoel Grandin
2018-08-17loplugin:useuniqueptr in ScColumnRowStylesBaseNoel Grandin
2018-08-06Export Data Transformations to ODF - follow-upVikas Mahato
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-12tdf#65353 separate autostyle collection and exportTomaž Vajngerl
2018-07-12fix the buildMarkus Mohrhard
2018-07-11ODF export data transformations -follow-upVikas Mahato
2018-07-02Export data transformations to odfVikas
2018-06-26sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro
2018-06-26loplugin:useuniqueptr in ScConsolidateParamNoel Grandin
2018-04-10loplugin:useuniqueptr in ScXMLExportNoel Grandin
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-06tdf#114552 Add a third anchor type for calc graphicsSamuel Mehrbrodt
2018-03-06add some color conversion methods to sax::ConverterNoel Grandin
2018-03-05drop sax::tools::*base64 methodsNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-07tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashesMichael Stahl
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-08-24loplugin:constparam in sc part4Noel Grandin
2017-08-20tdf#83562: Make the EditTextObject export of automatic colors...Dennis Francis
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-15loplugin:checkunusedparams in scNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-31add initial file format representation for data import featureMarkus Mohrhard
2017-07-14use more OUString::operator== in scNoel Grandin
2017-07-13loplugin:oncevar: empty strings: scStephan Bergmann
2017-07-11use more range-for on uno::SequenceNoel Grandin