summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlimprt.cxx
AgeCommit message (Expand)Author
2017-05-16tdf#43535: support additional sheet protection options.Kohei Yoshida
2017-01-06read single error constant formula as such, tdf#105024 relatedEike Rathke
2016-11-21tdf#42949 Remove not needed uno headers from filters/xmlBartosz Kosiorek
2016-11-07inherit from ScXMLImportContextNoel Grandin
2016-10-19loplugin:expandablemethodds in scNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-02support TargetFrame in url field import/export code, tdf#77873Markus Mohrhard
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-11recognize another release's unknown currency saved as symbol we knowEike Rathke
2016-06-08tdf#48140 Remove unused headers from xlsx import to improve build performanceBartosz Kosiorek
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-29Avoid reserved identifiersStephan Bergmann
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke
2016-03-16loplugin:constantparam in xmloff/Noel Grandin
2016-03-10loplugin:constantparam in scNoel Grandin
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai
2015-11-23loplugin:unusedfields in scNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-12remove bIsFormula parameter, it was always falseEike Rathke
2015-11-12name this what it doesEike Rathke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-11-09sc: replace boost::ptr_list with std::list<std::unique_ptr>Michael Stahl
2015-11-04loplugin:stringconstantNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Related tdf#93688: better place this into import finalize phaseKatarina Behrens
2015-10-01remove old standalone Sun bug numbersNoel Grandin
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-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-27Clean up sEmptyStephan Bergmann
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann
2015-07-22loplugin:unusedmethods scNoel Grandin
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-23LinkUpdateMode is a global settingStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-01coverity#1296292 merge these two enum typesCaolán McNamara