summaryrefslogtreecommitdiff
path: root/forms/source/component/FormattedField.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): formsStephan Bergmann1-1/+1
2019-06-05Fix typoAndrea Gelmini1-1/+1
2019-02-09loplugin:indentation in forms..fpickerNoel Grandin1-2/+2
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-06-21loplugin:useuniqueptr in StandardFormatsSupplierNoel Grandin1-4/+3
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-0/+1
2018-04-17remove no longer necessary operator new/delete overridesNoel Grandin1-2/+0
2018-01-12More loplugin:cstylecast: formsStephan Bergmann1-5/+5
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-02Replace lists by vectors (forms)Julien Nabet1-8/+8
2017-10-23loplugin:includeform: formsStephan Bergmann1-5/+5
2017-09-19unused m_nFieldType in OFormattedModelNoel Grandin1-5/+0
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-02loplugin:casttovoid: formsStephan Bergmann1-2/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+2
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-14/+14
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin1-5/+0
2016-10-05loplugin:unnecessaryoverride in forms/frameworkNoel Grandin1-10/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-16Drop redundant castTakeshi Abe1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-19improve unnecessaryoverride pluginNoel Grandin1-6/+0
2016-06-10Clean up uses of Any::getValue() in formsStephan Bergmann1-2/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-3/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-10-21refactor out some com::sun::star typedefsNoel Grandin1-19/+12
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-10-02com::sun::star->css in forms/Noel Grandin1-34/+34
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-2/+1
2015-08-19comphelper::isA(Any... -> Any::hasStephan Bergmann1-3/+3
2015-08-19Remove two silly typedefsStephan Bergmann1-6/+6
2015-06-29coverity#1308583 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann1-1/+1
2015-04-21Get rid of trivial comphelper::query_interface wrapperStephan Bergmann1-2/+3
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann1-4/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-3/+5
2015-02-17forms: use constructor feature for form modulesChris Sherlock1-4/+12
2014-12-18forms: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2