summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin2-11/+7
2018-09-03SvXMLUnitConverter::convertDateTime: use tools::Time::GetClock()Eike Rathke1-65/+36
2018-08-30tdf#101856 Handle properties of nested bookmarksSerge Krot2-15/+14
2018-08-29new loplugin:oustringbufferNoel Grandin6-10/+12
2018-08-27tdf#101242 Support draw:display and draw:protect attributes of ODFRegina Henschel2-1/+53
2018-08-22new loplugin:conststringfieldNoel Grandin47-1060/+897
2018-08-22Fix typosAndrea Gelmini1-1/+1
2018-08-21loplugin:useuniqueptr in XMLTextFieldExportNoel Grandin3-4/+5
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-5/+1
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke1-1/+1
2018-08-15tdf#118883 reinstate the try block to not throw on copy/pasteTomaž Vajngerl1-6/+14
2018-08-14create appendCopy method in OUStringBufferNoel Grandin4-5/+5