summaryrefslogtreecommitdiff
path: root/editeng/source/misc/splwrap.cxx
AgeCommit message (Expand)Author
2020-04-14loplugin:flatten in editengNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen
2019-10-31avoid intermediate vcl::WindowsCaolán McNamara
2019-10-29remove unnecessary includesCaolán McNamara
2019-10-04loplugin:unusedfieldsNoel Grandin
2019-09-28loplugin:virtualdead in editengNoel Grandin
2019-07-19loplugin:referencecasting in editengNoel Grandin
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-09-20weld SvxHyphenWordDialogCaolán McNamara
2018-07-20Fix typosAndrea Gelmini
2018-03-11Use for-range loops in editengJulien Nabet
2018-02-22weld native message dialogsCaolán McNamara
2018-01-12More loplugin:cstylecast: editengStephan Bergmann
2017-07-28loplugin:constparams in editengNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-23loplugin:unusedfields in desktop..editengNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
2017-04-20SvxSpellWrapper::ReplaceAll doesn't use it's second paramNoel Grandin
2017-02-07Revert "remove ugly operator* in DynamicErrorInfo"Michael Stahl
2017-02-07remove ugly operator* in DynamicErrorInfoNoel Grandin
2016-12-21convert VclButtonsType to scoped enumNoel Grandin
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-08-15convert SvxSpellArea to scoped enumNoel Grandin
2016-07-10Remove redundant SvxGet* wrappers around LinguMgr functionsStephan Bergmann
2016-07-08SvxGetOrCreatePosDic parameter is unusedStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-18loplugin:constantfunction in editengNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-12loplugin:unusedmethods unused return value in include/editengNoel Grandin
2015-12-23loplugin:unusedfields in /includeNoel Grandin
2015-11-24loplugin:unusedfields in include/comphelper,include/editengNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-07-16loplugin:unusedmethods editengNoel Grandin
2015-07-03Fix typosAndrea Gelmini
2015-06-30Fix typosAndrea Gelmini
2015-06-01sal_uInt16 to sal_Int32, and use -1 as a special caseMatteo Casalin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin