summaryrefslogtreecommitdiff
path: root/chart2/source/tools
AgeCommit message (Expand)Author
2021-09-06[API CHANGE] oox: fix import of chart date categoriesDennis Francis
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-17rtl::Static -> thread-safe static localNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-08-07no need to use UNO_QUERY hereNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-22OPropertySet doesn't need a pimplNoel Grandin
2021-07-03Purge out when safe rtl::math ( isValidArcArg / sin / cos )BaiXiaochun
2021-06-30Purge out rtl::math::setNanBaiXiaochun
2021-06-29constructing SaveOptions just to read default versionNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-11Simplify vector initializationsJulien Nabet
2021-06-10tdf#139658 OOXML: fix broken chart import at labels with quotesTünde Tóth
2021-06-08Simplify Sequences initializations (chart2)(part1)Julien Nabet
2021-05-19tdf#124295 - Always select a 3D scheme in the chart wizardAndreas Heinisch
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-15tdf#141689 Fix crash in 'Central' moving avg functionSamuel Mehrbrodt
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-10tdf#133423 Fix 'central' formula for moving averageSamuel Mehrbrodt
2021-03-09Avoid signed-integer-overflow parsing table:cell-range-address="PivotChart"Stephan Bergmann
2021-03-03Chart debug dump: Support for several lines of headersOuyang Leyan
2021-03-02Correct arguments to create a svl::GridPrinterOuyang Leyan
2021-02-24cid#1473315 Uninitialized scalar fieldCaolán McNamara
2021-02-23loplugin:refcounting in chart2Noel
2021-02-22[API CHANGE] tdf#133423 Implement chart:regression-moving-typeSamuel Mehrbrodt
2021-02-18tdf#92768 Add rendering support for hiding title object in chart2Quan Nguyen
2021-02-08tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-20improve some IllegalArgumentException messagesNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-07tdf#42982 Improved UNO API error reportinghomeboy445
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-07loplugin:unusedmethodsNoel
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-22tdf#123936 Formatting files in module chart2 with clang-formatPhilipp Hofer
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-10-09tdf#134978 Chart OOXML Import: fix pie chart label custom positionTünde Tóth
2020-09-24tdf#136402 Chart View: remove custom label textBalazs Varga
2020-09-18tdf#136267 OOXML Chart Import: create main category axis labels onceBalazs Varga
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann