summaryrefslogtreecommitdiff
path: root/xmloff/source/forms
AgeCommit message (Expand)AuthorFilesLines
2018-12-13address forward incompatibility of InputRequired default changeLionel Elie Mamane1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann3-8/+8
2018-11-24BoolAttrFlags::DefaultMask is unnecessaryNoel Grandin2-3/+2
2018-11-23improve function local staticsNoel Grandin1-7/+6
2018-11-06tdf#121188 form controls should have InputRequired false by defaultLionel Elie Mamane1-1/+1
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-16/+4
2018-10-19loplugin:staticvar in xmloffNoel Grandin2-33/+19
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann1-4/+4
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-17Simplify containers iterations in xmloff/source/[f-t]*Arkadiy Illarionov10-190/+103
2018-09-13loplugin:constfields in xmloffNoel Grandin3-6/+6
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin2-4/+3
2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-9/+1
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin1-1/+1
2018-07-28loplugin:stringloop in xmloffNoel Grandin4-16/+11
2018-07-12Add missing sal/log.hxx headersGabor Kelemen7-0/+7
2018-07-06tdf#117261 xmloff: ODF import: convert form:connection-resource URLMichael Stahl1-1/+1
2018-05-20Fix typosAndrea Gelmini1-6/+6
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann1-3/+2
2018-05-17Avoid warning C4101 with some over-eager MSVCStephan Bergmann1-0/+1
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-1/+6
2018-05-05Fix typosAndrea Gelmini1-1/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-3/+0
2018-04-10xmloff: fix leak in XMLPropertySetMapperEntry_ImplMichael Stahl1-3/+7
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+3
2018-04-03new loplugin:dbgunhandledexceptionNoel Grandin1-3/+3
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin3-14/+13
2018-03-14loplugin:constantparamNoel Grandin1-3/+2
2018-03-11xmloff: convert form controls to use Graphic property on importTomaž Vajngerl5-17/+24
2018-03-10xmloff: modify code relying on Graph.Object URL and cleanup codeTomaž Vajngerl1-12/+27
2018-01-15More loplugin:cstylecast: xmloffStephan Bergmann3-9/+9
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann7-22/+22
2018-01-04loplugin:redundantinline (--disable-debug)Stephan Bergmann1-4/+4
2017-12-20Fix typosAndrea Gelmini1-1/+1
2017-12-02Replace list by vector in property_description (xmloff)Julien Nabet1-2/+1
2017-11-24loplugin:countusersofdefaultparams in sw (1)Noel Grandin1-1/+1
2017-11-22xmloff: These arrays are constantTakeshi Abe1-4/+4
2017-11-21Fix typosAndrea Gelmini1-1/+1
2017-11-15loplugin:flatten in xmloffNoel Grandin1-83/+84
2017-10-31loplugin:constantparam in sal,saxNoel Grandin1-1/+1
2017-10-23loplugin:includeform: xmloffStephan Bergmann6-6/+6
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+2
2017-10-07drop use of tools::SvRef in xmloffNoel Grandin2-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-10-03loplugin:finalclasses in xmloffNoel Grandin9-20/+7
2017-09-25Fix typosAndrea Gelmini1-1/+1
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara6-22/+22
2017-09-14clang-tidy modernize-use-emplace in xmloffNoel Grandin1-9/+6
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-3/+2