summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui
AgeCommit message (Expand)Author
2021-06-09Simplify Sequences initializations (reportdesign)Julien Nabet
2021-06-02no need to allocate these on the heapNoel Grandin
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-04-08Typos in code with variables containing "inital"->"initial"Julien Nabet
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-12we just use the OutputDevice api for setZoomFactorCaolán McNamara
2021-03-11tdf#114441: Convert use of sal_uLong to better integer typesBayram Çiçek
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara
2021-03-05use container_focus_changed instead of toplevel_focus_changedCaolán McNamara
2021-02-25drop archaic rollable supportCaolán McNamara
2021-02-25drop WB_ROLLABLECaolán McNamara
2021-02-23reportdesigner focus out handler clobbering the preexisting handlerCaolán McNamara
2021-02-23construct XPopupMenu without directly creating a VCLXPopupMenuCaolán McNamara
2021-02-23use XPopupMenu::execute to run the menuCaolán McNamara
2021-02-22forward declare some things and avoid includesCaolán McNamara
2021-02-21loplugin:refcounting in package..saxNoel
2021-02-16merge OStartMarker with its childrenCaolán McNamara
2021-02-16loplugin:referencecasting in reportdesignNoel
2021-02-04use more getSdrObjectFromXShapeNoel
2021-01-25avoid some ref-countingNoel Grandin
2021-01-16tdf#97087 Give unique, comphrehensible names to idleshomeboy445
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-10static_cast after dynamic_castNoel Grandin
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-24custom literal for Degree10Noel Grandin
2020-12-23add utility NbcRotate methodNoel Grandin
2020-12-21weld reportdesign groupsortmenu menuCaolán McNamara
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-19tdf#123936 Formatting files in module reportdesign with clang-formatPhilipp Hofer
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann
2020-11-18Clarify signature of some opertor() that must match ColorSelectFunctionStephan Bergmann
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin
2020-11-12remove Fraction::operator tools::Long()Noel
2020-11-11loplugin:stringviewNoel
2020-11-070xffffffff is COL_TRANSPARENT/COL_AUTOCaolán McNamara
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara