summaryrefslogtreecommitdiff
path: root/forms/source/component
AgeCommit message (Expand)Author
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
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-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-01coverity#1372386 Uncaught exceptionCaolán McNamara
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
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-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin
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-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-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann
2016-05-01Fix typosAndrea Gelmini
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-04-13tdf#97087 Give comprehensible names to timersMuhammet Kara
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-05loplugin:constantparamNoel Grandin
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-04-01sequence->vector in formsNoel Grandin
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-23loplugin:constantparam in formsNoel Grandin
2016-03-14inline some use-once macrosNoel Grandin
2016-03-02loplugin:unuseddefaultparam in formsNoel Grandin
2016-02-25convert FilterComponent to scoped enumNoel Grandin
2016-02-25convert EComposeRule to scoped enumNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-02-05Fix typosAndrea Gelmini