summaryrefslogtreecommitdiff
path: root/forms/source/solar/control
AgeCommit message (Expand)Author
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-10-17loplugin:staticvar in editeng..frameworkNoel Grandin
2018-06-03tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-16Revert "loplugin:changetoolsgen in filter..framework" and reapply pluginNoel Grandin
2018-02-14loplugin:changetoolsgen in filter..frameworkNoel Grandin
2018-01-27Modernize a bit formsJulien Nabet
2018-01-12More loplugin:cstylecast: formsStephan Bergmann
2017-10-23loplugin:includeform: formsStephan Bergmann
2017-09-11clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-23loplugin:oncevar filter..formsNoel Grandin
2017-03-13Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann
2017-02-21Use module name when getting labelsMaxim Monastirsky
2017-02-21tdf#95844 Refactor CommandInfoProviderRohan Kumar
2016-12-21remove newly unused SfxImageManagerCaolán McNamara
2016-11-08loplugin:expandablemethods in forms..formulaNoel Grandin
2016-09-12loplugin:constantparam in extensions..lotuswordproNoel Grandin
2016-04-15loplugin:passstuffbyrefStephan Bergmann
2016-04-15tdf#95845 Use CommandInfoProvider in formsSamuel Mehrbrodt
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-21more removal of com::sun::star typedefsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07cppcheck: noExplicitConstructorCaolán McNamara
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-16drawinglayer, editeng, forms, fpicker: convert new to ::Create.Michael Meeks
2015-04-16fix live children left behind at destroyNoel Grandin
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in formsNoel Grandin
2014-12-18forms: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-05fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-05-25Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante
2014-05-08RFC: add IsValueChangedFromSaved to VCL button and listboxNoel Grandin
2014-05-06forms: sal_Bool->boolNoel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26Remove visual noise from formsAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-18Drop unnecessary #includeTakeshi Abe