summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky2017-12-221-2/+1
* loplugin:unusedindexMike Kaganski2017-12-184-48/+28
* convert EETextFormat to scoped enumNoel Grandin2017-12-161-5/+5
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-142-4/+4
* loplugin:salcall fix functionsNoel Grandin2017-12-1134-49/+49
* loplugin:salcall handle static methodsNoel Grandin2017-12-073-4/+4
* loplugin:constparamsNoel Grandin2017-12-072-2/+2
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-062-0/+2
* Replace deprecated std::bin2nd with lambda in formsStephan Bergmann2017-12-052-5/+3
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-0510-20/+20
* new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin2017-12-041-1/+1
* loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2017-11-271-5/+5
* Fix typosAndrea Gelmini2017-11-201-1/+1
* use implict conversion operator in TypedWhichIdNoel Grandin2017-11-161-1/+1
* TypedWhichIdNoel Grandin2017-11-151-1/+1
* loplugin:finalclasses in formsNoel Grandin2017-11-0217-71/+38
* Replace lists by vectors (forms)Julien Nabet2017-11-022-13/+13
* loplugin:constantparam in connectivityNoel Grandin2017-11-011-2/+1
* loplugin:includeform: formsStephan Bergmann2017-10-2379-170/+170
* overload std::hash for OUString and OStringNoel Grandin2017-10-233-3/+3
* use rtl::Reference in formsNoel Grandin2017-10-184-25/+14
* loplugin:useuniqueptr in tools/inetmsg.hxxNoel Grandin2017-10-171-6/+4
* add << operator for css::uno::ExceptionNoel Grandin2017-10-042-2/+2
* simplify some OUString compareTo callsMuhammet Kara2017-10-011-2/+2
* work around clang-cl ABI bug PR25641Stephan Bergmann2017-09-301-0/+3
* convert IsEqual/etc methods on ESelection to operatorsNoel Grandin2017-09-291-1/+1
* loplugin:flatten check for throw in then clauseNoel Grandin2017-09-291-2/+1
* loplugin:flatten in variousNoel Grandin2017-09-274-54/+38
* Fresh run of bin/update_pch.shMike Kaganski2017-09-221-14/+12
* loplugin:flatten in filter..i18npoolNoel Grandin2017-09-221-5/+2
* unused fields in XFormsEventConcreteNoel Grandin2017-09-202-6/+3
* unused m_nFieldType in OFormattedModelNoel Grandin2017-09-192-6/+0
* clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin2017-09-114-20/+18
* set parent for file dialog helperCaolán McNamara2017-09-081-1/+4
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-2/+2
* loplugin:useuniqueptr in formsNoel Grandin2017-08-242-20/+14
* convert message box style bits to scoped enumNoel Grandin2017-08-231-1/+1
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-5/+5
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-171-7/+7
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-115-9/+9
* loplugin:constparams in formsNoel Grandin2017-08-0310-13/+13
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-3/+3
* move resmgr to unotoolsCaolán McNamara2017-08-011-5/+2
* loplugin:oncevarNoel Grandin2017-07-311-2/+1
* janitorialLionel Elie Mamane2017-07-301-1/+1
* tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane2017-07-305-17/+93
* loplugin:unnecessaryvirtualNoel Grandin2017-07-232-5/+0
* de-hrc various thingsCaolán McNamara2017-07-2126-329/+277
* migrate to boost::gettextCaolán McNamara2017-07-2129-691/+235
* use more OUString::operator== in forms..salNoel Grandin2017-07-131-1/+1