summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* tdf#108473: don't let empty date in datetime in formsJulien Nabet2018-01-261-0/+3
* 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
* loplugin:oncevar: empty strings: formsStephan Bergmann2017-07-131-2/+1
* simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2017-07-111-1/+1
* use more range-for on uno::SequenceNoel Grandin2017-07-112-10/+3
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-073-5/+4
* use more begin()/end() for SequenceNoel Grandin2017-07-065-56/+37
* use begin()/end() when working with SequenceNoel Grandin2017-07-031-1/+1
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-033-8/+8
* loplugin:casttovoid: formsStephan Bergmann2017-07-0211-22/+6
* eItemMapUnit is unusedStephan Bergmann2017-07-021-2/+0
* remove default-able copy ctors and copy operatorsJochen Nitschke2017-06-282-9/+0
* s/catched/caughtNoel Grandin2017-06-261-1/+1