summaryrefslogtreecommitdiff
path: root/forms/source/component/FormattedField.cxx
AgeCommit message (Expand)Author
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-06-21loplugin:useuniqueptr in StandardFormatsSupplierNoel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-17remove no longer necessary operator new/delete overridesNoel Grandin
2018-01-12More loplugin:cstylecast: formsStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-02Replace lists by vectors (forms)Julien Nabet
2017-10-23loplugin:includeform: formsStephan Bergmann
2017-09-19unused m_nFieldType in OFormattedModelNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-02loplugin:casttovoid: formsStephan Bergmann
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin
2016-10-05loplugin:unnecessaryoverride in forms/frameworkNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-16Drop redundant castTakeshi Abe
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-19improve unnecessaryoverride pluginNoel Grandin
2016-06-10Clean up uses of Any::getValue() in formsStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-21refactor out some com::sun::star typedefsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-02Fix typosAndrea Gelmini
2015-10-02com::sun::star->css in forms/Noel Grandin
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-19comphelper::isA(Any... -> Any::hasStephan Bergmann
2015-08-19Remove two silly typedefsStephan Bergmann
2015-06-29coverity#1308583 Uncaught exceptionCaolán McNamara
2015-06-16Fix typosAndrea Gelmini
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann
2015-04-21Get rid of trivial comphelper::query_interface wrapperStephan Bergmann
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-02-17forms: use constructor feature for form modulesChris Sherlock
2014-12-18forms: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-09-25fdo#39468 Translate German comments, clean some wsPhilipp Weissenbacher
2014-09-24fdo#39468 Translated German to EnglishTobias Madl
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet