summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2-4/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin34-49/+49
2017-12-07loplugin:salcall handle static methodsNoel Grandin3-4/+4
2017-12-07loplugin:constparamsNoel Grandin2-2/+2
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2-0/+2
2017-12-05Replace deprecated std::bin2nd with lambda in formsStephan Bergmann2-5/+3
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin10-20/+20
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin1-1/+1
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-5/+5
2017-11-20Fix typosAndrea Gelmini1-1/+1
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin1-1/+1
2017-11-15TypedWhichIdNoel Grandin1-1/+1
2017-11-02loplugin:finalclasses in formsNoel Grandin17-71/+38
2017-11-02Replace lists by vectors (forms)Julien Nabet2-13/+13
2017-11-01loplugin:constantparam in connectivityNoel Grandin1-2/+1
2017-10-23loplugin:includeform: formsStephan Bergmann79-170/+170
2017-10-23overload std::hash for OUString and OStringNoel Grandin3-3/+3
2017-10-18use rtl::Reference in formsNoel Grandin4-25/+14
2017-10-17loplugin:useuniqueptr in tools/inetmsg.hxxNoel Grandin1-6/+4
2017-10-04add << operator for css::uno::ExceptionNoel Grandin2-2/+2
2017-10-01simplify some OUString compareTo callsMuhammet Kara1-2/+2
2017-09-30work around clang-cl ABI bug PR25641Stephan Bergmann1-0/+3
2017-09-29convert IsEqual/etc methods on ESelection to operatorsNoel Grandin1-1/+1
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-2/+1
2017-09-27loplugin:flatten in variousNoel Grandin4-54/+38
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-14/+12
2017-09-22loplugin:flatten in filter..i18npoolNoel Grandin1-5/+2
2017-09-20unused fields in XFormsEventConcreteNoel Grandin2-6/+3
2017-09-19unused m_nFieldType in OFormattedModelNoel Grandin2-6/+0
2017-09-11clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin4-20/+18
2017-09-08set parent for file dialog helperCaolán McNamara1-1/+4
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-08-24loplugin:useuniqueptr in formsNoel Grandin2-20/+14
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-5/+5
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-7/+7
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin5-9/+9
2017-08-03loplugin:constparams in formsNoel Grandin10-13/+13
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-3/+3
2017-08-01move resmgr to unotoolsCaolán McNamara1-5/+2
2017-07-31loplugin:oncevarNoel Grandin1-2/+1
2017-07-30janitorialLionel Elie Mamane1-1/+1
2017-07-30tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane5-17/+93
2017-07-23loplugin:unnecessaryvirtualNoel Grandin2-5/+0
2017-07-21de-hrc various thingsCaolán McNamara26-329/+277
2017-07-21migrate to boost::gettextCaolán McNamara29-691/+235
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-1/+1
2017-07-13loplugin:oncevar: empty strings: formsStephan Bergmann1-2/+1
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-1/+1
2017-07-11use more range-for on uno::SequenceNoel Grandin2-10/+3