summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2015-03-13Typo: elemet->elementJulien Nabet1-1/+1
2015-03-13V803 decreased performance postfix incrementMichael Stahl1-1/+1
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis1-0/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara5-58/+34
2015-03-09V801: Decreased performanceCaolán McNamara14-68/+68
2015-03-08tdf#50133: Wrong underlining in ReportsJulien Nabet1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-4/+4
2015-03-03TyposJulien Nabet1-1/+1
2015-03-01make this a bit less crypticDavid Tardon1-10/+8
2015-03-01remove duplicate lineDavid Tardon1-1/+0
2015-03-01i assume this is what is wantedDavid Tardon1-1/+1
2015-02-26cppcheck: redundantAssignmentCaolán McNamara1-14/+3
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin2-32/+32
2015-02-18Change var name: propertie->propertyStateJulien Nabet1-129/+129
2015-02-18Missing includeStephan Bergmann1-0/+4
2015-02-17boost->stdCaolán McNamara8-77/+77
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara3-265/+250
2015-02-10cppcheck: cstyleCastCaolán McNamara2-3/+3
2015-02-10cppcheck: variableScopeCaolán McNamara1-2/+4
2015-02-09xmloff: replace legacy DBG_WARNINGsMichael Stahl7-13/+9
2015-02-09OFormsRootImport::CreateChildContext: survive a missing css.form.FormsMiklos Vajna1-1/+9
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage3-7/+6
2015-02-05Revert "ODF export: don't write invalid "group-name" attribute"Lionel Elie Mamane2-4/+6
2015-02-05Revert "xmloff: dead code gives MSVC fits"Lionel Elie Mamane1-0/+30
2015-02-05Updated all precompiled headers.Ashod Nakashian2-1/+7
2015-02-03xmloff: write character borders in the extension namespace for nowMiklos Vajna1-38/+68
2015-02-01Resolves: #i114416# use default service name for scroll bar...Tsutomu Uchino2-0/+7
2015-01-28Use vector::dataStephan Bergmann1-2/+1
2015-01-28remove unused typedefsNoel Grandin2-3/+0
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann5-0/+5
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin4-16/+16
2015-01-23fix 64-bit build after OUStringBuffer changeMichael Stahl2-3/+3
2015-01-23sal: try to avoid abuse of OUStringBuffer(int) ctorMichael Stahl1-1/+1
2015-01-20Some more loplugin:cstylecast: xmloffStephan Bergmann1-1/+1
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn7-12/+10
2015-01-11LeakSanitizer: leak detected in ooo56669-1.odtCaolán McNamara1-2/+2
2015-01-09xmloff_uxmloff fails on Linux too, now -> disable it (mergelibs)Matúš Kukan1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl4-4/+4
2015-01-08Revert "Don't assume that the ZOrder property of shapes is an enumeration"David Tardon3-21/+12
2015-01-06fdo#78921 save embedded fonts in Flat ODFDavid Tardon1-3/+43
2015-01-06fdo#84938: convert SEF_EXPORT_ #defines to 'enum class'Noel Grandin2-68/+68
2015-01-06fdo#84938: convert ERROR_ #defines to 'enum class'Noel Grandin2-15/+15
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin20-133/+133
2015-01-06fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin13-24/+24
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin9-37/+37
2015-01-06fdo#84938: convert TEXT_PROP_MAP #defines to 'enum class'Noel Grandin5-40/+40
2015-01-05export format of embedded font tooDavid Tardon1-0/+4
2015-01-05read embedded fonts from Flat ODFDavid Tardon2-3/+32
2015-01-02Fix simple typos.Andrea Gelmini1-3/+3
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara12-27/+26