summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-12loplugin:constantparam in extensions..lotuswordproNoel Grandin4-43/+18
2016-09-01coverity#1372386 Uncaught exceptionCaolán McNamara4-6/+6
2016-08-30default dtors are fine hereCaolán McNamara3-13/+0
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (forms)Stephan Bergmann1-1/+1
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke2-2/+2
2016-08-26tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-2/+2
2016-08-21tdf#89329: use unique_ptr for pImpl in richtextvclcontrolArnold Dumas2-3/+4
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara2-5/+5
2016-08-17convert SvxEscapement to scoped enumNoel Grandin1-4/+4
2016-08-17convert SvxLineSpace to scoped enumNoel Grandin1-1/+1
2016-08-17convert SvxInterLineSpaceRule to scoped enumNoel Grandin1-1/+1
2016-08-12loplugin:unusedenumconstants in forms..sotNoel Grandin2-6/+0
2016-08-05loplugin:countusersofdefaultparams in editeng..fpickerNoel Grandin5-7/+7
2016-07-19improve unnecessaryoverride pluginNoel Grandin2-9/+0
2016-07-15Improve loplugin:unnecessaryoverrideStephan Bergmann6-29/+0
2016-07-15new loplugin unnecessary overrideNoel Grandin10-52/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin2-4/+4
2016-07-04Localize error message in ODataTypeRepositoryMuhammet Kara3-2/+9
2016-06-29move #includes to top of fileNoel Grandin2-71/+41
2016-06-29Further clean-upStephan Bergmann1-1/+1
2016-06-29Remove unused template parameterStephan Bergmann4-4/+4
2016-06-28loplugin:singlevalfields in variousNoel Grandin2-3/+1
2016-06-20Remove unused includesStephan Bergmann1-1/+0
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-2/+2
2016-06-10Clean up uses of Any::getValue() in formsStephan Bergmann6-14/+11
2016-06-08remove some manual ref-counting in formsNoel Grandin6-36/+15
2016-06-08split AddRemoveListener into two methodsNoel Grandin1-2/+2
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+3
2016-05-30Simplifiy unnecessary uses of int2enumStephan Bergmann1-2/+2
2016-05-27tdf#93403 check for changed DataSource on all Controls on form reloadLionel Elie Mamane1-1/+1
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-4/+4
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin5-24/+2
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin2-2/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann4-5/+5
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-05-10Missing break in switchStephan Bergmann1-0/+1
2016-05-09fix windows build, ambiguous symbolNoel Grandin1-2/+2
2016-05-04use Any constructor instead of temporariesNoel Grandin1-1/+1