summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2017-12-18vcl: rename Window::Notify to EventNotifyMichael Stahl2-3/+3
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin8-12/+12
2017-12-18convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin1-2/+2
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-5/+5
2017-06-27tdf#108732 ListBox: in absence of a field, treat data as stringLionel Elie Mamane1-1/+3
2017-05-30tdf#107720 Bound Control initFromField: consider the case of the insert rowLionel Elie Mamane1-1/+11
2017-03-10tdf#106462 old value and new value were swappedLionel Elie Mamane1-2/+2
2017-03-01better fix for tdf#103830Noel Grandin1-7/+9
2017-02-24tdf#103830 Form field names not update in python macroNoel Grandin1-2/+2
2017-02-18loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2-2/+2
2017-01-26tdf#101828 handle rtf/richtext correctlyOliver Specht1-2/+4
2016-11-21remove use of tryPropertyValue Any specialisationJochen Nitschke2-10/+18
2016-11-17loplugin:unusedfieldsNoel Grandin2-5/+2
2016-11-11loplugin:countusersofdefaultparams in editeng..rscNoel Grandin1-1/+1
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin4-5/+5
2016-11-08loplugin:expandablemethods in forms..formulaNoel Grandin26-206/+31
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin1-2/+2
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin4-12/+2
2016-10-27coverity#1374310 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-27coverity#1374311 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-27coverity#1374312 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-27coverity#1374313 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-27coverity#1374314 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-27coverity#1374315 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-27coverity#1374316 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-26coverity#1374286 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-26coverity#1374281 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-26coverity#1374280 Uncaught exceptionCaolán McNamara2-4/+2
2016-10-26coverity#1374279 Uncaught exceptionCaolán McNamara2-2/+3
2016-10-26coverity#1374278 Uncaught exceptionCaolán McNamara2-4/+3
2016-10-26coverity#1374277 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-26coverity#1374276 Uncaught exceptionCaolán McNamara2-4/+3
2016-10-26coverity#1374275 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-26coverity#1374274 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-26coverity#1374273 Uncaught exceptionCaolán McNamara2-2/+4
2016-10-26coverity#1374272 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-26coverity#1374271 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-26coverity#1374270 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-26coverity#1374269 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-19'>>=' with rhs Any is a copy assignmentJochen Nitschke1-1/+1
2016-10-19loplugin:expandablemethodds in filter..formsNoel Grandin9-44/+12
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke2-2/+2
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann1-2/+2
2016-10-05loplugin:unnecessaryoverride in forms/frameworkNoel Grandin12-81/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin4-8/+8
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann22-28/+28
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-09-16Drop redundant castTakeshi Abe1-1/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-5/+5
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann42-52/+52