summaryrefslogtreecommitdiffstats
path: root/forms/source/xforms
Commit message (Expand)AuthorAgeFilesLines
* limit forms to http[s]Caolán McNamara2020-05-132-0/+9
* tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen2018-10-171-0/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-172-2/+3
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-1/+1
* Replace SAL_OVERRIDE with override in internal codeStephan Bergmann2018-09-201-3/+3
* no need to allocate a new string in parseDurationNoel Grandin2018-08-301-19/+10
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-291-3/+3
* new loplugin:oustringbufferNoel Grandin2018-08-291-1/+1
* loplugin:stringloop in variousNoel Grandin2018-08-021-8/+7
* Add missing sal/log.hxx headersGabor Kelemen2018-07-302-0/+2
* loplugin:useuniqueptr in PropertySetBaseNoel Grandin2018-06-212-4/+2
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-054-3/+4
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-251-2/+4
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-032-2/+2
* remove unused processfactory.hxx includesJochen Nitschke2018-04-012-2/+0
* Modernize a bit formsJulien Nabet2018-01-274-45/+22
* new loplugin: pointerboolNoel Grandin2018-01-231-1/+1
* More loplugin:cstylecast: formsStephan Bergmann2018-01-123-10/+10
* loplugin:salcall fix functionsNoel Grandin2017-12-113-3/+3
* loplugin:salcall handle static methodsNoel Grandin2017-12-072-2/+2
* new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin2017-12-041-1/+1
* loplugin:finalclasses in formsNoel Grandin2017-11-022-6/+3
* loplugin:includeform: formsStephan Bergmann2017-10-238-13/+13
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-1/+1
* loplugin:flatten check for throw in then clauseNoel Grandin2017-09-291-2/+1
* loplugin:flatten in variousNoel Grandin2017-09-274-54/+38
* loplugin:flatten in filter..i18npoolNoel Grandin2017-09-221-5/+2
* unused fields in XFormsEventConcreteNoel Grandin2017-09-202-6/+3
* clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin2017-09-111-5/+3
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-3/+3
* loplugin:constparams in formsNoel Grandin2017-08-035-6/+6
* de-hrc various thingsCaolán McNamara2017-07-212-2/+3
* migrate to boost::gettextCaolán McNamara2017-07-215-141/+101
* loplugin:oncevar filter..formsNoel Grandin2017-06-233-5/+3
* loplugin:unusedfields in forms..idlcNoel Grandin2017-06-232-8/+1
* cleanup unused css/frame/* includesJochen Nitschke2017-06-121-1/+0
* Fix typosAndrea Gelmini2017-06-011-1/+1
* teach redundantcast plugin about functional castsNoel Grandin2017-05-301-1/+1
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-3/+1
* remove unused uno::Reference varsNoel Grandin2017-05-121-1/+0
* loplugin:salunicodeliteral: formsStephan Bergmann2017-04-283-11/+11
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* Fix typosAndrea Gelmini2017-03-253-3/+3
* Remove redundant 'inline' keywordStephan Bergmann2017-03-032-5/+5
* typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin2017-03-011-2/+2
* Remove MinGW supportStephan Bergmann2017-02-101-3/+3
* space typoEike Rathke2017-02-091-1/+1
* Add missing #includesStephan Bergmann2017-02-065-5/+5
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-2/+2
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-1/+1