summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml
AgeCommit message (Expand)Author
2015-04-08the attribute name is actually table:database-table-nameMarkus Mohrhard
2015-04-07loplugin:staticmethodsNoel Grandin
2015-04-07condition-source-range-address is optional but may not be emptyMarkus Mohrhard
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2015-03-24also import and export to ODF the new databar propertyMarkus Mohrhard
2015-03-20coverity#988421 unchecked return valueCaolán McNamara
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis
2015-03-11correct b0rken logic that accidentally worked neverthelessEike Rathke
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-06V801: Decreased performanceCaolán McNamara
2015-02-27tdf#89679 - fix incorrect mapping of font-family-complex and CharFontNameAsianMark Hung
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-18Change var name: propertie->propertyStateJulien Nabet
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-28remove unused typedefsNoel Grandin
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-24cppcheck: fix redundantPointerOp reportsJulien Nabet
2015-01-20Some more loplugin:cstylecast: scStephan Bergmann
2015-01-18rename AddRange to SetRangeMarkus Mohrhard
2015-01-13use DateTime instead of separate Date and TimeEike Rathke
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-08Revert "Don't assume that the ZOrder property of shapes is an enumeration"David Tardon
2015-01-08sc: ODF import of data pilot:Michael Stahl
2015-01-06fdo#84938: convert SEF_EXPORT_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-26coverity#982280 Resource leak in objectCaolán McNamara
2014-12-22Remove unused includesMatúš Kukan
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn
2014-12-19Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12resolved fdo#86809 connect filter conditions correctlyEike Rathke
2014-12-07put that attribute into an extension namespaceMarkus Mohrhard
2014-12-07correct order of xml elements, related fdo#45266Markus Mohrhard
2014-12-07remove invalid attribute that is not read anywayMarkus Mohrhard
2014-12-07use correct xml element name, related fdo#45266Markus Mohrhard
2014-12-06that just looks wrong, related fdo#51935Markus Mohrhard
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-13valgrind: check return of convertDateTime before using fDateCaolán McNamara