summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/ReportController.cxx
AgeCommit message (Expand)Author
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-02-16loplugin:referencecasting in reportdesignNoel
2021-01-16make the Color constructors explicitly specify transparencyNoel
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara
2020-10-04loplugin:reducevarscope in reportdesignNoel
2020-09-18Resolves tdf#97918 - Individual UNO commands for distribution optionsHeiko Tietze
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-01Fix typo in codeAndrea Gelmini
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-07-25reportdesign/ui: create instances with uno constructorsNoel Grandin
2020-06-04Upcoming loplugin:elidestringvar: reportdesignStephan Bergmann
2020-05-05tdf#42949 Fix IWYU warnings in reportdesign/*/*cxxGabor Kelemen
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-15loplugin:buriedassign in reportdesignNoel Grandin
2020-04-02loplugin:flatten in reportdesignNoel Grandin
2020-02-10reportdesign: Hide some internal commands from customizationMaxim Monastirsky
2020-02-09Fix undo and redo dropdowns in non-sfx2 modulesMaxim Monastirsky
2020-01-10use more std::make_sharedNoel Grandin
2019-12-13loplugin:unusedmethodsNoel Grandin
2019-12-04weld OGroupsSortingDialogCaolán McNamara
2019-12-02use weld::WaitObjectCaolán McNamara
2019-10-13weld ConditionalFormattingDialogCaolán McNamara
2019-10-05Convert various RPTUI_ID_* to SfxUInt16ItemNoel Grandin
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): reportdesignStephan Bergmann
2019-06-15loplugin:logexceptionnicely in package..reportdesignNoel Grandin
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-04-29tdf#62699 Drop pass-through header file include/svx/xfillit.hxxGabor Kelemen
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov
2019-02-09loplugin:indentation in registry..saxNoel Grandin
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-11-08Convert FieldUnit to scoped enumMike Kaganski
2018-10-30Revert tdf#120782, tdf#120728, tdf#120152, tdf#120151Julien Nabet
2018-10-24tdf#120728: retrieve label pageJulien Nabet
2018-10-24weld AdvancedSettingsDialogCaolán McNamara