summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)Author
2021-02-10Remove unneeded breaksAndrea Gelmini
2021-02-08tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt
2021-02-06Use more conversion functions from <tools/UnitConversion.hxx>Mike Kaganski
2021-02-04use more getSdrObjectFromXShapeNoel
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-27cid#1472567 Dereference null return valueCaolán McNamara
2021-01-26loplugin:passstuffbyrefNoel
2021-01-25avoid some ref-countingNoel Grandin
2021-01-25chart2: Merge some if'sDr. David Alan Gilbert
2021-01-20improve some IllegalArgumentException messagesNoel
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-12transparency->alpha in tools::ColorNoel
2021-01-12-Werror=maybe-uninitializedStephan Bergmann
2021-01-10fix coverity parse errorsCaolán McNamara
2021-01-10static_cast after dynamic_castNoel Grandin
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-09AccessibleShapeTreeInfo needs a vcl::WindowNoel Grandin
2021-01-08lok: send chart line width updatesSzymon Kłos
2021-01-08lok: Apply chart line widthSzymon Kłos
2021-01-08lok: send chart color updatesSzymon Kłos
2021-01-08lok: Apply chart line colorSzymon Kłos
2021-01-07tdf#42982 Improved UNO API error reportinghomeboy445
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2021-01-02introduce Degree100 strong_int typeNoel
2021-01-02use SdrAngleItem for SCHATTR_STARTING_ANGLENoel Grandin
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-28tdf#121281 pie chart: improve data label positionTünde Tóth
2020-12-28use SdrAngleItem for SCHATTR_TEXT_DEGREESNoel Grandin
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-23add utility NbcRotate methodNoel Grandin
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara
2020-12-22split SotStorageStream into two classesNoel
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-16tdf#136816: fix hidden legend entries in "Column and Line" chartsTünde Tóth
2020-12-16tdf#138777 pie chart: improve long data label widthTünde Tóth
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-12-07loplugin:unusedmethodsNoel
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24tdf#138181 Chart OOXML: fix deleted legend entries of pie chartsTünde Tóth
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-23tdf#134059 Always include hidden cells in chart series labelOuyang Leyan
2020-11-22tdf#123936 Formatting files in module chart2 with clang-formatPhilipp Hofer
2020-11-18Clarify signature of some opertor() that must match ColorSelectFunctionStephan Bergmann
2020-11-17tdf#138204 Chart OOXML Import: doesn't show placeholderBalazs Varga