summaryrefslogtreecommitdiff
path: root/cui/source/options/optchart.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-3/+3
2019-09-26TODO rename to GetFrameWeldCaolán McNamara1-1/+1
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-4/+4
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-8/+2
2019-08-29tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxxGabor Kelemen1-1/+0
2019-08-01weld SvxDefaultColorOptPageCaolán McNamara1-90/+69
2019-07-25tdf#42949 Fix IWYU warnings in cui/*hxxGabor Kelemen1-0/+1
2019-06-09Remove unread value nPosMuhammet Kara1-1/+0
2019-05-22tdf#42949 Fix IWYU warnings in include/svx/[h-r]*Gabor Kelemen1-0/+1
2019-04-19drop some unneeded includesCaolán McNamara1-1/+0
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-03-21Make SvxChartColorTableItem more constArmin Le Grand1-31/+29
2019-02-16tdf#123021 Fix options dialog cancel doesn't cancel chart color changesJim Raykowski1-4/+9
2019-01-01tdf#105225 Add palette selection to options charts default colorsJim Raykowski1-63/+20
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-16loplugin:staticmethods improvementNoel Grandin1-1/+1
2018-11-01drop LISTBOX_ERRORNoel Grandin1-12/+9
2018-06-21use more OutputDevice::GetBitmapExNoel Grandin1-1/+1
2018-06-20loplugin:useuniqueptr in SvxDefaultColorOptPageNoel Grandin1-9/+7
2018-06-01drop Image(Bitmap) constructorNoel Grandin1-1/+1
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-04-07tdf#42949 Remove unnecessary localization headers from cuiGabor Kelemen1-1/+0
2018-03-23Typo: GetSelectItemId -> GetSelectedItemIdSamuel Mehrbrodt1-1/+1
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-1/+0
2018-02-26ColorData->Color in variousNoel Grandin1-1/+1
2018-02-22weld native message dialogsCaolán McNamara1-4/+6
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-3/+3
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-06-20loplugin:oncevar in cuiNoel Grandin1-1/+1
2017-05-14fix gdi resource leak with unreleased virtual deviceJulien Nabet1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-1/+1
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara1-17/+90
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud1-90/+17
2016-11-04replace last ColorLB use with a listbox of colorsCaolán McNamara1-95/+37
2016-11-04simplify, its just a vector of colorsCaolán McNamara1-54/+14
2016-11-04replace user draw with an Image of the colorCaolán McNamara1-52/+11
2016-11-04strip down to the used piecesCaolán McNamara1-118/+2
2016-11-04move now combined ColorLB to location of last userCaolán McNamara1-0/+328
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-5/+5
2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-19loplugin:defaultparamsStephan Bergmann1-3/+3
2015-10-12convert Link<> to typedNoel Grandin1-6/+4
2015-09-08convert Link<> to typedNoel Grandin1-3/+1