summaryrefslogtreecommitdiff
path: root/svtools/source/control/valueset.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-17tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-10/+1
2016-10-21loplugin:expandablemethodds in include/svtoolsNoel Grandin1-6/+1
2016-10-18loplugin:unusedmethodsNoel Grandin1-16/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-08-31Resolves: tdf#98100 no valueset tooltips with extended tips...Caolán McNamara1-1/+1
2016-08-11loplugin:constantparamNoel Grandin1-1/+1
2016-06-24loplugin:singlevalfields in svtoolsNoel Grandin1-29/+11
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-2/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-3/+3
2016-03-17loplugin:constantparam in svtoolsNoel Grandin1-4/+4
2016-03-01loplugin:unuseddefaultparam in svtoolsNoel Grandin1-25/+10
2016-01-13loplugin:unusedmethods unused return value in include/svtoolsNoel Grandin1-5/+3
2015-12-11tdf#96382: background color is not applied unintentionallyOliver Specht1-0/+1
2015-11-12Encourage ValueSet to render a legend as well as an icon.Michael Meeks1-11/+70
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-10-19afl-eventtesting: div by zeroCaolán McNamara1-1/+1
2015-09-08convert Link<> to typedNoel Grandin1-1/+1
2015-09-04convert Link<> to typedNoel Grandin1-2/+1
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-4/+4
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-1/+1
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin1-1/+1
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-1/+1
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-1/+1
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin1-2/+2
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-20/+26
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin1-1/+1
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin1-3/+3
2015-05-13fix crasher in ValueSetTomaž Vajngerl1-2/+6
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11crash in numbering on/off->more numberingCaolán McNamara1-0/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-4/+4
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-2/+2
2015-05-11refactor ValueSet to use RenderContextTomaž Vajngerl1-280/+288
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-8/+8
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-17svtools: convert new to ::Create.Noel Grandin1-3/+3
2015-04-10vcl cleanup post re-base.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-37/+37
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin1-6/+6
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin1-0/+6
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-24/+24
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-4/+4
2014-12-04callcatcher: update unused codeCaolán McNamara1-9/+0