summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlexprt.cxx
AgeCommit message (Expand)Author
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-10-17pamper over-pessimistic whining compilers, tdf#102357 follow-upEike Rathke
2016-10-17Resolves: tdf#102357 export correct locale attribution, not just countryEike Rathke
2016-10-11loplugin:constantfunctionNoel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-02support TargetFrame in url field import/export code, tdf#77873Markus Mohrhard
2016-09-27tdf#101843, ensure repeated rows set the hidden/filtered flag correctlyMarkus 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-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-08tdf#48140 Remove unused headers from xlsx import to improve build performanceBartosz Kosiorek
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-04-14no need to call rowHidden and rowFiltered repeatedly, tdf#90659Markus Mohrhard
2016-03-29Avoid reserved identifiersStephan Bergmann
2016-03-25use the ScRefCellValue that is already available, tdf#93405Markus Mohrhard
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-16loplugin:constantparam in xmloff/Noel Grandin
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-02-25loplugin:unuseddefaultparams in xmloff/Noel Grandin
2016-02-20write ODF table:use-wildcards to calculation settings, tdf#72196Eike Rathke
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2016-01-04these fields can be static constantsNoel Grandin
2015-12-22sc: loplugin:defaultparamsMiklos Vajna
2015-12-22tdf#89999: Fix ODF export of sub|superscript textKatarina Behrens
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin
2015-11-25store custom icon set info into ODFMarkus Mohrhard
2015-11-23loplugin:unusedfields in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04loplugin:stringconstantNoel Grandin
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
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-09-05cppcheck: fix some redundantCondition warningsJulien Nabet