summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main
AgeCommit message (Expand)Author
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-11awt::XWindow has setVisible so don't need to fetch VCLXWindow to do thatCaolán McNamara
2021-03-08loplugin:refcounting check for one more caseNoel
2021-02-23we don't need the PopupMenu to derive the info we need hereCaolán McNamara
2021-02-23loplugin:refcounting in chart2Noel
2021-02-17loplugin:referencecasting in chart2Noel
2021-02-10Remove unneeded breaksAndrea Gelmini
2021-02-08tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-27cid#1472567 Dereference null return valueCaolán McNamara
2021-01-25avoid some ref-countingNoel Grandin
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-10static_cast after dynamic_castNoel Grandin
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-08lok: Apply chart line widthSzymon Kłos
2021-01-08lok: Apply chart line colorSzymon Kłos
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-23add utility NbcRotate methodNoel Grandin
2020-12-22split SotStorageStream into two classesNoel
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-11check that extraction succeededCaolán McNamara
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-11lok: Add posibility to change chart fill gradientSzymon Kłos
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-10-27Fire selection change event before sidebar is unregisteredSzymon Kłos
2020-10-21use tools::Long in basegfx..chart2Noel
2020-10-06lok: Add posibility to change chart fill colorSzymon Kłos
2020-10-02tdf#137165 chart2: fix label position in Position and SizeBalazs Varga
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-09-24tdf#136402 Chart View: remove custom label textBalazs Varga
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-11tdf#136573 chart2: enable arrow keys in data labelTünde Tóth
2020-09-07tdf#136430 Fix chart crash trying to move data labelsBalazs Varga
2020-09-04tdf#124176 Use #pragma once in chart2George Bateman
2020-09-02tdf#136061 Chart ODF/OOXML: fix missing custom labelsBalazs Varga
2020-09-01Fix typo in codeAndrea Gelmini
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-07-22merge duplicate GetFocus implementationsCaolán McNamara
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: chart2Stephan Bergmann
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-22move InterimItemWindow to vclCaolán McNamara
2020-05-20chart2: avoid assert on SvxAdjustItem with WhichId 0Michael Stahl
2020-05-18use for-range on Sequence in chart2Noel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin