summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann4-5/+17
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin2-3/+3
2019-01-07Fix typoAndrea Gelmini1-1/+1
2018-12-31tdf#112782: data-pilot-source is invalid in odf1.2 strictJulien Nabet1-1/+1
2018-12-29tdf#47471 odfexport: use stylename if autostyle missing.Justin Luth1-2/+3
2018-12-28tdf#112480 drawooo:enhanced-path only with ODF ver > 1.2Regina Henschel1-1/+1
2018-12-28related tdf#47471 textgraphic: use stylename if autostyle missingJustin Luth1-2/+3
2018-12-27related tdf#47471 textframe: use stylename if autostyle missingJustin Luth1-2/+3
2018-12-26tdf#122335 follow-up, typoJulien Nabet1-1/+1
2018-12-26tdf#122335: sub-view-size can only be used with ODF ver > 1.2Julien Nabet1-0/+5
2018-12-20use unique_ptr in xmloffNoel Grandin2-17/+8
2018-12-18sw_redlinehide_4b: xmloff: destroy TextImportHelper before ModelMichael Stahl1-0/+1
2018-12-18use unique_ptr in ImpXMLAutoLayoutInfoNoel Grandin1-20/+8
2018-12-18use unique_ptr in XMLTextImportPropertyMapperNoel Grandin1-36/+36
2018-12-18use unique_ptr in XMLPropertyBackpatcherNoel Grandin2-16/+8
2018-12-13address forward incompatibility of InputRequired default changeLionel Elie Mamane1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann19-37/+37
2018-12-08related tdf#51671, store new "hide legend" feature also in ODFMarkus Mohrhard6-14/+39
2018-12-07HAVE_CPP_INLINE_VARIABLES is always true nowStephan Bergmann6-64/+0
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin4-409/+400
2018-11-26remove some unused enum values in xmloffNoel Grandin1-1/+0
2018-11-24BoolAttrFlags::DefaultMask is unnecessaryNoel Grandin2-3/+2
2018-11-23improve function local staticsNoel Grandin1-7/+6
2018-11-16loplugin:staticmethods improvementNoel Grandin2-9/+9
2018-11-13loplugin singlevalfields improvementNoel Grandin1-8/+1
2018-11-11cppCheck redundantAssignmentZdibák Zoltán1-3/+1
2018-11-11cppCheck redundantAssignment variable pContextZdibák Zoltán1-3/+1
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-11/+2
2018-11-09Revert "Fix some layout values"Julien Nabet1-2/+2
2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski1-18/+1
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-9/+9
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin5-41/+23
2018-11-08Fix some layout valuesJulien Nabet1-2/+2
2018-11-06tdf#121188 form controls should have InputRequired false by defaultLionel Elie Mamane1-1/+1
2018-11-06tdf#118582 Disable signature line signing once it is signedSamuel Mehrbrodt1-0/+3
2018-11-06convert some macros to local functionsNoel Grandin2-4/+8
2018-11-05-Werror=unused-parameterStephan Bergmann1-3/+3
2018-11-05tdf#121172: use first polygonMike Kaganski1-2/+2
2018-11-05ofz#11261 null-derefCaolán McNamara1-0/+5
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-16/+4
2018-10-29tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-18/+7
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2-36/+21
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-2/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen20-0/+20
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin7-18/+18
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin7-12/+9
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara1-1/+1
2018-10-21pvs-studio: A part of conditional expression is always true: bDisplayOKCaolán McNamara1-1/+1
2018-10-20pvs-studio: loop-variable-too-smallCaolán McNamara5-39/+22