summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlimprt.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-07inherit from ScXMLImportContextNoel Grandin1-6/+3
2016-10-19loplugin:expandablemethodds in scNoel Grandin1-8/+6
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-02support TargetFrame in url field import/export code, tdf#77873Markus Mohrhard1-0/+1
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard1-0/+8
2016-09-23convert formula error codes to scoped enumNoel Grandin1-1/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-3/+3
2016-08-11recognize another release's unknown currency saved as symbol we knowEike Rathke1-0/+9
2016-06-08tdf#48140 Remove unused headers from xlsx import to improve build performanceBartosz Kosiorek1-2/+0
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-7/+4
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-2/+0
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-2/+1
2016-03-29Avoid reserved identifiersStephan Bergmann1-1/+1
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke1-5/+5
2016-03-16loplugin:constantparam in xmloff/Noel Grandin1-3/+1
2016-03-10loplugin:constantparam in scNoel Grandin1-3/+3
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-2/+2
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-6/+0
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-3/+2
2015-11-23loplugin:unusedfields in scNoel Grandin1-5/+4
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-12remove bIsFormula parameter, it was always falseEike Rathke1-1/+1
2015-11-12name this what it doesEike Rathke1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-110/+110
2015-11-09sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-8/+7
2015-11-09sc: replace boost::ptr_list with std::list<std::unique_ptr>Michael Stahl1-9/+9
2015-11-04loplugin:stringconstantNoel Grandin1-3/+3
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+1
2015-10-28com::sun::star->css in scNoel Grandin1-8/+8
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-10-12Related tdf#93688: better place this into import finalize phaseKatarina Behrens1-0/+17
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-5/+0
2015-09-18boost->stdCaolán McNamara1-1/+1
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-1/+1
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-4/+4
2015-08-27Clean up sEmptyStephan Bergmann1-4/+4
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann1-3/+0
2015-07-22loplugin:unusedmethods scNoel Grandin1-1/+0
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-23LinkUpdateMode is a global settingStephan Bergmann1-1/+9
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-5/+5
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-05-01coverity#1296292 merge these two enum typesCaolán McNamara1-1/+1
2015-04-17add attribute mandated by ODFMarkus Mohrhard1-0/+1
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1