summaryrefslogtreecommitdiff
path: root/chart2/source/tools
AgeCommit message (Expand)AuthorFilesLines
2022-01-22remove css::chart::XChartTypeTemplateNoel Grandin7-2/+9
2022-01-22use more concrete types in chart2, ChartTypeNoel Grandin8-32/+56
2022-01-22use more concrete types in chart2, BaseCoordinateSystemNoel Grandin2-169/+122
2022-01-21use more concrete types in chart2, ChartModelNoel Grandin1-0/+12
2022-01-21use more concrete types in chart2, BaseCoordinateSystemNoel Grandin1-7/+3
2022-01-21use more concrete types in chart2, DiagramNoel Grandin2-29/+35
2022-01-20use more concrete types in chart2, ChartModelNoel Grandin2-0/+16
2022-01-19use more concrete types in chart2, InternalDataProviderNoel Grandin2-3/+4
2022-01-19use more concrete types in chart2, UncachedDataSequenceNoel Grandin1-8/+8
2022-01-19use more concrete types in chart2, BaseCoordinateSystemNoel Grandin7-51/+56
2022-01-19use more concrete types in chart2, ChartTypeTemplateNoel Grandin1-4/+5
2022-01-19use more concrete types in chart2, DiagramNoel Grandin7-26/+33
2022-01-19use more concrete types in chart2, NameContainerNoel Grandin1-17/+5
2022-01-19use more concrete types in chart2, ChartTypeTemplateNoel Grandin1-1/+2
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin2-12/+18
2022-01-14improvements to ModifyEventForwarderNoel Grandin1-116/+13
2022-01-14use more concrete types in chart2Noel Grandin9-118/+31
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen2-2/+0
2022-01-12remove unused codeNoel Grandin1-63/+0
2022-01-11use vectors to build up point data, instead of SequenceNoel Grandin2-20/+150
2022-01-06bypass SvxShape when creating rectangles in chart2Noel Grandin1-0/+28
2022-01-02use concrete types in chart2, createTextNoel Grandin1-1/+32
2021-12-29use comphelper::WeakComponentImplHelper in ModifyListenerCallBackNoel Grandin1-8/+5
2021-12-29use comphelper::WeakComponentImplHelper in PopupRequestNoel Grandin1-8/+1
2021-12-29use comphelper::WeakComponentImplHelper in RangeHighlighterNoel Grandin1-9/+6
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski2-2/+2
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin1-31/+31
2021-12-19use more cppu::BaseMutexNoel Grandin3-6/+6
2021-12-05speed up property access in chartsNoel Grandin5-13/+18
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski1-66/+66
2021-11-10tdf#136111 fix scaling problem on chart driven by a macroAndras Timar1-0/+13
2021-11-04libstdc++ bug 103022 is fixed in GCC 12Stephan Bergmann1-0/+2
2021-11-01add a comment referencing gcc#103022Caolán McNamara1-0/+1
2021-10-31crashtesting: assert on conversion of fdo67521-1.odg to pdfCaolán McNamara1-0/+3
2021-10-29Prepare for removal of non-const operator[] from Sequence in chart2Mike Kaganski1-9/+10
2021-10-29Prepare for removal of non-const operator[] from Sequence in chart2Mike Kaganski22-136/+145
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-2/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski5-13/+11
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-1/+1
2021-10-11loplugin:moveparam in chart2Noel Grandin2-28/+28
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann2-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-09-06[API CHANGE] oox: fix import of chart date categoriesDennis Francis1-5/+15
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin6-14/+4
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin1-1/+1
2021-08-17rtl::Static -> thread-safe static localNoel Grandin2-115/+69
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin2-0/+2
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin1-4/+4
2021-08-07no need to use UNO_QUERY hereNoel Grandin2-9/+4