summaryrefslogtreecommitdiff
path: root/chart2/source/controller
AgeCommit message (Expand)AuthorFilesLines
2021-05-05Resolves: tdf#142049 expand widget to use unused extra spaceCaolán McNamara1-1/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann4-8/+8
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-2/+1
2021-04-29rename ECKEN -> CORNERNoel Grandin1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen2-0/+2
2021-04-06forward declare vcl::window in vcl/event.hxxCaolán McNamara1-6/+5
2021-03-25const OUString -> const OUStringLiteralMike Kaganski4-8/+7
2021-03-11awt::XWindow has setVisible so don't need to fetch VCLXWindow to do thatCaolán McNamara1-7/+5
2021-03-11remove intermediate containers in sidebarsCaolán McNamara15-186/+79
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara1-2/+2
2021-03-08loplugin:refcounting check for one more caseNoel1-2/+4
2021-03-07ref-count SdrPageNoel1-3/+3
2021-03-04SidebarPanelBase is always created with a PanelLayoutCaolán McNamara13-13/+13
2021-03-04drop some unused forward declaresCaolán McNamara1-4/+0
2021-03-02loplugin:refcounting in chart2Noel3-3/+6
2021-03-01new loplugin:staticdynamicNoel1-2/+3
2021-02-23we don't need the PopupMenu to derive the info we need hereCaolán McNamara1-8/+7
2021-02-23loplugin:refcounting in chart2Noel3-8/+9
2021-02-22Trendline dlg: Enable widgets only when matching type is selectedSamuel Mehrbrodt1-0/+3
2021-02-22Update Data Label dlg according to UX mockupSamuel Mehrbrodt2-7/+2
2021-02-22[API CHANGE] tdf#133423 Implement chart:regression-moving-typeSamuel Mehrbrodt5-1/+65
2021-02-18tdf#92768 Add rendering support for hiding title object in chart2Quan Nguyen1-3/+1
2021-02-17loplugin:referencecasting in chart2Noel6-16/+16
2021-02-16tdf#140387 grab focus to first panel widget on panel gaining focusCaolán McNamara5-0/+10
2021-02-10Remove unneeded breaksAndrea Gelmini1-1/+0
2021-02-08tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt6-9/+31
2021-02-04use more getSdrObjectFromXShapeNoel1-3/+1
2021-01-29loplugin:stringviewparam extend to new..Noel5-22/+22
2021-01-27cid#1472567 Dereference null return valueCaolán McNamara1-4/+9
2021-01-26loplugin:passstuffbyrefNoel1-1/+1
2021-01-25avoid some ref-countingNoel Grandin2-4/+4
2021-01-16make the Color constructors explicitly specify transparencyNoel5-9/+9
2021-01-12-Werror=maybe-uninitializedStephan Bergmann1-1/+1
2021-01-10static_cast after dynamic_castNoel Grandin1-2/+2
2021-01-09fix coverity parse errorsCaolán McNamara2-2/+2
2021-01-09AccessibleShapeTreeInfo needs a vcl::WindowNoel Grandin1-1/+1
2021-01-08lok: send chart line width updatesSzymon Kłos2-0/+23
2021-01-08lok: Apply chart line widthSzymon Kłos3-0/+40
2021-01-08lok: send chart color updatesSzymon Kłos1-0/+14
2021-01-08lok: Apply chart line colorSzymon Kłos3-0/+40
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-3/+7
2021-01-02introduce Degree100 strong_int typeNoel11-23/+24
2021-01-02use SdrAngleItem for SCHATTR_STARTING_ANGLENoel Grandin2-6/+7
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl1-1/+5
2020-12-28use SdrAngleItem for SCHATTR_TEXT_DEGREESNoel Grandin7-14/+21
2020-12-26New loplugin:stringliteralvarStephan Bergmann2-2/+3
2020-12-23add utility NbcRotate methodNoel Grandin1-4/+1
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara1-6/+6
2020-12-22split SotStorageStream into two classesNoel3-8/+5
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-1/+1