summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)Author
2016-09-01coverity#1372386 Uncaught exceptionCaolán McNamara
2016-08-30default dtors are fine hereCaolán McNamara
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (forms)Stephan Bergmann
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-26tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu
2016-08-21tdf#89329: use unique_ptr for pImpl in richtextvclcontrolArnold Dumas
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-08-17convert SvxEscapement to scoped enumNoel Grandin
2016-08-17convert SvxLineSpace to scoped enumNoel Grandin
2016-08-17convert SvxInterLineSpaceRule to scoped enumNoel Grandin
2016-08-12loplugin:unusedenumconstants in forms..sotNoel Grandin
2016-08-05loplugin:countusersofdefaultparams in editeng..fpickerNoel Grandin
2016-07-19improve unnecessaryoverride pluginNoel Grandin
2016-07-15Improve loplugin:unnecessaryoverrideStephan Bergmann
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin
2016-07-04Localize error message in ODataTypeRepositoryMuhammet Kara
2016-06-29move #includes to top of fileNoel Grandin
2016-06-29Further clean-upStephan Bergmann
2016-06-29Remove unused template parameterStephan Bergmann
2016-06-28loplugin:singlevalfields in variousNoel Grandin
2016-06-20Remove unused includesStephan Bergmann
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann
2016-06-10Clean up uses of Any::getValue() in formsStephan Bergmann
2016-06-08remove some manual ref-counting in formsNoel Grandin
2016-06-08split AddRemoveListener into two methodsNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-30Simplifiy unnecessary uses of int2enumStephan Bergmann
2016-05-27tdf#93403 check for changed DataSource on all Controls on form reloadLionel Elie Mamane
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-05-10Missing break in switchStephan Bergmann
2016-05-09fix windows build, ambiguous symbolNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann
2016-05-01Fix typosAndrea Gelmini
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin
2016-04-26tdf#60418: improve perf of opening/closing odts with form tagsAron Budea
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-22Elide const varsStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-20loplugin:simplifyboolStephan Bergmann
2016-04-18cppcheck: silence known condition warning in formsJochen Nitschke
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-15loplugin:passstuffbyrefStephan Bergmann
2016-04-15tdf#95845 Use CommandInfoProvider in formsSamuel Mehrbrodt