summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main
AgeCommit message (Expand)AuthorFilesLines
2021-05-17fix leak in CommandDispatchNoel Grandin2-21/+11
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin1-1/+1
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-4/+4
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-2/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen2-0/+2
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-3/+2
2021-03-11awt::XWindow has setVisible so don't need to fetch VCLXWindow to do thatCaolán McNamara1-7/+5
2021-03-08loplugin:refcounting check for one more caseNoel1-2/+4
2021-02-23we don't need the PopupMenu to derive the info we need hereCaolán McNamara1-8/+7
2021-02-23loplugin:refcounting in chart2Noel2-7/+8
2021-02-17loplugin:referencecasting in chart2Noel1-5/+5
2021-02-10Remove unneeded breaksAndrea Gelmini1-1/+0
2021-02-08tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt1-0/+1
2021-01-29loplugin:stringviewparam extend to new..Noel4-21/+21
2021-01-27cid#1472567 Dereference null return valueCaolán McNamara1-4/+9
2021-01-25avoid some ref-countingNoel Grandin1-3/+3
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2021-01-10static_cast after dynamic_castNoel Grandin1-2/+2
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2021-01-08lok: Apply chart line widthSzymon Kłos2-0/+39
2021-01-08lok: Apply chart line colorSzymon Kłos2-0/+39
2021-01-02introduce Degree100 strong_int typeNoel1-1/+1
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl1-1/+5
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+2
2020-12-23add utility NbcRotate methodNoel Grandin1-4/+1
2020-12-22split SotStorageStream into two classesNoel3-8/+5
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara1-0/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-12-11check that extraction succeededCaolán McNamara1-2/+2
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel2-53/+53
2020-11-11lok: Add posibility to change chart fill gradientSzymon Kłos2-0/+43
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara3-4/+5
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen4-6/+0
2020-10-27Fire selection change event before sidebar is unregisteredSzymon Kłos1-2/+3
2020-10-21use tools::Long in basegfx..chart2Noel4-11/+11
2020-10-06lok: Add posibility to change chart fill colorSzymon Kłos2-0/+29
2020-10-02tdf#137165 chart2: fix label position in Position and SizeBalazs Varga1-8/+8
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák1-1/+1
2020-09-24tdf#136402 Chart View: remove custom label textBalazs Varga1-2/+6
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+5
2020-09-11tdf#136573 chart2: enable arrow keys in data labelTünde Tóth1-8/+24
2020-09-07tdf#136430 Fix chart crash trying to move data labelsBalazs Varga1-1/+6
2020-09-04tdf#124176 Use #pragma once in chart2George Bateman17-81/+17
2020-09-02tdf#136061 Chart ODF/OOXML: fix missing custom labelsBalazs Varga1-0/+1
2020-09-01Fix typo in codeAndrea Gelmini1-2/+2
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-07-22merge duplicate GetFocus implementationsCaolán McNamara2-9/+2