summaryrefslogtreecommitdiff
path: root/forms/source/runtime
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: formsStephan Bergmann1-4/+4
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-07-30tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane2-14/+51
2017-07-21migrate to boost::gettextCaolán McNamara2-12/+11
2017-07-02loplugin:casttovoid: formsStephan Bergmann1-2/+1
2017-06-23loplugin:oncevar filter..formsNoel Grandin1-1/+1
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin1-8/+2
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-3/+3
2017-03-07loplugin:loopvartoosmallStephan Bergmann2-7/+6
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-5/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-46/+46
2016-11-08loplugin:expandablemethods in forms..formulaNoel Grandin2-17/+2
2016-10-19loplugin:expandablemethodds in filter..formsNoel Grandin2-5/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-11/+11
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-4/+4
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-11loplugin:unusedmethods unused return value in formsNoel Grandin2-12/+8
2016-01-10Fix typosAndrea Gelmini2-3/+3
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-8/+8
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-24/+24
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-07cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-10-02com::sun::star->css in forms/Noel Grandin2-55/+53
2015-08-11forms: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-0/+4
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin2-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-2/+2
2015-03-28forms: Replace these macrosMatúš Kukan1-1/+0
2015-02-19callcatcher: update unused codeCaolán McNamara2-12/+0
2015-02-17forms: use constructor feature for form modulesChris Sherlock1-6/+7
2015-02-07loplugin:deletedspecialStephan Bergmann1-3/+2
2014-12-17fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-6/+6
2014-05-25Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante1-4/+0
2014-05-08various: sal_Bool->boolNoel Grandin1-4/+4
2014-05-06forms: sal_Bool->boolNoel Grandin1-24/+24