summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-20pvs-studio: Expression '!bWasSetTypeAttribute' is always true.Caolán McNamara1-10/+4
2018-10-20pvs-studio: An excessive check can be simplifiedCaolán McNamara1-1/+1
2018-10-20pvs-studio: rework expressionCaolán McNamara1-2/+2
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin6-8/+8
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-1/+1
2018-10-19loplugin:staticvar in xmloffNoel Grandin22-210/+196
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-6/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin10-78/+62
2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen2-0/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann3-21/+21
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-10-08Fix for --enable-debug --disable-assert-always-abortStephan Bergmann1-8/+8
2018-10-04pass SvXMLNamespaceMap around using std::unique_ptrNoel Grandin2-5/+5
2018-09-25Simplify containers iterations in xmloff/source/[c-d]*Arkadiy Illarionov21-294/+191
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen3-0/+3
2018-09-20loplugin:useuniqueptr in XMLEventExportNoel Grandin2-12/+6
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann1-4/+4
2018-09-19tdf#118502 Fix loading of eps images with replacement graphicSamuel Mehrbrodt1-0/+4
2018-09-19convert XMLFontAutoStylePool_Impl to sorted_vector<unique_ptr<>>Noel Grandin1-12/+7
2018-09-19convert XMLTextListAutoStylePool_Impl to sorted_vector<unique_ptr<>>Noel Grandin1-9/+7
2018-09-19loplugin:useuniqueptr in XMLEventImportHelperNoel Grandin3-15/+8
2018-09-18Replace manual copying with comphelper::containerToSequenceArkadiy Illarionov1-11/+2
2018-09-17New loplugin:externalStephan Bergmann15-80/+80
2018-09-17Simplify containers iterations in xmloff/source/[f-t]*Arkadiy Illarionov34-401/+232
2018-09-13loplugin:constfields in xmloffNoel Grandin85-352/+368
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin17-47/+10
2018-09-12tdf#118500 Impress losing slide transition sound on savingSamuel Mehrbrodt1-28/+31
2018-09-11tdf#109229: Set "TextBox" prop before filling textbox-related propsMike Kaganski1-5/+9
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen3-0/+3
2018-09-09tdf#114400 Import drawoo:fontwork-xyz attributesIlhan Yesil1-0/+15
2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-9/+1