summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tpcolor.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-26Update CMYK color field correctlyRishabh Kumar1-2/+1
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin1-2/+2
2016-05-11Convert MESS_BTN to scoped enumNoel Grandin1-2/+2
2016-04-12clang-tidy performance-unnecessary-value-param in cuiNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-22/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-10-16convert Link<> to typedNoel Grandin1-4/+2
2015-10-12convert Link<> to typedNoel Grandin1-10/+7
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara1-2/+2
2015-09-14boost->stdCaolán McNamara1-4/+3
2015-09-14convert Link<> to typedNoel Grandin1-2/+1
2015-09-08convert Link<> to typedNoel Grandin1-2/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-18/+8
2015-06-20callcatcher: update unused codeCaolán McNamara1-8/+0
2015-06-07Resolves: tdf#89905 don't copy palettes from shared to userCaolán McNamara1-2/+20
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-6/+6
2015-05-26Resolves: tdf#89904 allow the options color page to load/save palettesCaolán McNamara1-14/+5
2015-05-26dynamic_cast of this to the type is already isCaolán McNamara1-3/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29cui: loplugin:literaltoboolconversionMichael Stahl1-1/+1
2015-04-29on using 'add' color button, don't frighten with an errorCaolán McNamara1-35/+49
2015-04-29convert CT_ constants to scoped enumNoel Grandin1-8/+8
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-25/+54
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-3/+3
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks1-10/+10
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-4/+4
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-4/+28
2015-04-09prophylactic double dispose audit.Michael Meeks1-2/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-10/+10
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+6
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-5/+5
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-10-23loplugin: cstylecastNoel Grandin1-7/+7
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-02Avoid possible memory leaks in case of exceptionsTakeshi Abe1-9/+6
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin1-1/+1