summaryrefslogtreecommitdiff
path: root/forms/source/component/FormattedField.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-09-25fdo#39468 Translate German comments, clean some wsPhilipp Weissenbacher1-33/+34
2014-09-24fdo#39468 Translated German to EnglishTobias Madl1-18/+17
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet1-6/+6
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errorsJulien Nabet1-7/+7
2014-05-06forms: sal_Bool->boolNoel Grandin1-13/+13
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-05simplifyStephan Bergmann1-1/+1