summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/grfpage.cxx
AgeCommit message (Expand)Author
2023-08-25tdf#86628 Add reset crop function to dialogAndrea Rosetti
2023-05-25use more TypedWhichIdNoel Grandin
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin
2022-03-01use SfxItemSet::GetItemIfSet in cuiNoel Grandin
2022-02-14cui: show image pixel size below logic sizeTomaž Vajngerl
2022-02-14cui: prefix member variables of SvxGrfCropPage classTomaž Vajngerl
2022-01-29no need to call GetWhich on these SID_ valuesNoel Grandin
2022-01-10cui: no need to fetch the property from the map twiceTomaž Vajngerl
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen
2021-12-21Transfer preferred DPI into SfxTabPage with additional propertiesTomaž Vajngerl
2021-12-20Set the original size in crop dialog to preferred DPI calc. sizeTomaž Vajngerl
2021-12-03don't use SVXSTR for translation ids that are in cui.moCaolán McNamara
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-07-25use officecfg for drawing optionsNoel Grandin
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski
2021-01-20weld the dialog parent for best cleanupCaolán McNamara
2020-10-21use tools::Long in comphelper..cuiNoel
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-04-01Avoid XOR paint in Crop dialogArmin Le Grand
2020-02-14remove MetricField use from cuiCaolán McNamara
2020-02-14split out MetricField value conversion functionsCaolán McNamara
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-09-24use GetDefDialogParent as an arbitrary parent for temp widgetCaolán McNamara
2019-08-29tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxxGabor Kelemen
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-04-19drop some unneeded includesCaolán McNamara
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-11-08Convert FieldUnit to scoped enumMike Kaganski
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-28loplugin:unusedfieldsNoel Grandin
2018-09-19weld SvxGrfCropPageCaolán McNamara
2018-09-18Size aSz constructed but not usedCaolán McNamara
2018-09-13add GetDialogExampleSet rather than guess at itCaolán McNamara
2018-05-31drop Graphic::GetBitmapNoel Grandin
2018-05-12coverity#1430087 Division by zeroCaolán McNamara
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2018-03-19coverity#1430077 add assert for 'Division or modulo by zero'Caolán McNamara
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-16Revert "loplugin:changetoolsgen in canvas..cui" and reapplyNoel Grandin
2018-02-14loplugin:changetoolsgen in canvas..cuiNoel Grandin
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann
2017-10-26vcl: make MapMode constructor explicitMichael Stahl