summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2023-06-08check for empty model like ObjectIdentifier::getObjectPropertySetCaolán McNamara1-0/+3
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin3-3/+3
2023-06-05tdf#155549 MCGR: Recreate 'axial' from symmetric 'linear'Regina Henschel1-3/+2
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin3-5/+7
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin3-7/+5
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin1-2/+1
2023-05-25merge some stringaddsNoel Grandin2-6/+6
2023-05-25svx: combine svx::NamedThemedColor into NamedColorTomaž Vajngerl2-2/+2
2023-05-25svx: change NamedColor be a struct instead of std::pairTomaž Vajngerl1-1/+1
2023-05-24tdf#138279 Revert "On double click on chart select the chart backgroud"Justin Luth1-4/+1
2023-05-19tdf#148142 chart: fix export of modified On/Between tick marksTünde Tóth2-0/+25
2023-05-18improved B2DHomMatrixNoel Grandin1-6/+7
2023-05-15MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)3-13/+7
2023-05-11tdf#155231 CRASH: with embedded OLE chartNoel Grandin4-9/+20
2023-05-10tdf#155231: fix CRASH: with embedded OLE chartJulien Nabet1-2/+3
2023-05-10tdf#143148 Use pragma once instead of include guards in chart2gilssonn2-8/+2
2023-05-10chart2: remove duplicated codeXisco Fauli3-29/+14
2023-05-09tdf#155210 FILESAVE ODT Default chart row labels disappear from Writer chartNoel Grandin1-3/+0
2023-05-08tdf#114441 Convert use of sal_uLong to sal_uInt32mostafa-elsharnoby1-1/+1
2023-05-05chart2: move UItest to CppUnittestXisco Fauli2-0/+82
2023-05-05tdf#101894: chart2: move UItest to CppUnittestXisco Fauli2-0/+76
2023-05-04tdf#105404 [API CHANGE] add index to accessiblity change eventNoel Grandin1-1/+1
2023-05-04WIP ODF import and export for MCGRRegina Henschel1-1/+1
2023-05-03MCGR: Make MCGR default for oox im/export, cleanupArmin Le Grand (allotropia)2-13/+54
2023-04-25Add script to find unused using declarationsGabor Kelemen6-7/+0
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin3-4/+4
2023-04-23tdf#148251 Use std::swap instead of using temporary valuesNabeel Siddiqui2-9/+3
2023-04-20Add a bit of consistencyMike Kaganski6-40/+46
2023-04-20return this map by const&Noel Grandin1-1/+1
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [a-c]*Gabor Kelemen15-25/+0
2023-04-19loplugin::unusedmethodsNoel Grandin5-58/+0
2023-04-17Resolves: tdf#146068 don't crash when MA(central) lacks dataCaolán McNamara1-0/+2
2023-04-04jsdialog: enable and make async chart line prop dialogSzymon Kłos2-38/+60
2023-04-02make some methods final in chart OPropertySetNoel Grandin3-16/+16
2023-04-02map->unordered_map in chart OPropertySetNoel Grandin2-5/+4
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski15-22/+22
2023-04-01fix locking in chart::DiagramNoel Grandin5-17/+31
2023-04-01use more XVclWindowPeerNoel Grandin1-1/+1
2023-03-31crashtesting: XDataSeries OPropertySetHelper::getFastPropertyValue crashCaolán McNamara1-3/+6
2023-03-30use more concrete types in chart2Noel Grandin6-69/+29
2023-03-29use more concrete types in chart2Noel Grandin3-18/+19
2023-03-29use more get/setFastPropertyValue in chart2Noel Grandin7-21/+41
2023-03-29use more get/setFastPropertyValue in chart2Noel Grandin10-37/+61
2023-03-29use more concrete types in chart2Noel Grandin2-13/+17
2023-03-29fix bug in WrappedRegressionCurvesProperty::setValueToSeriesNoel Grandin1-3/+4
2023-03-29use more concrete types in chart2Noel Grandin4-22/+18
2023-03-29use more get/setFastPropertyValue in pie chartsNoel Grandin8-31/+34
2023-03-29use more concrete types in chart2Noel Grandin5-10/+11
2023-03-29crashtesting: Null-deref on export of forum-mso-en4-274729.xls to odsCaolán McNamara1-0/+2
2023-03-29fix concurrent access to fontcacheNoel Grandin9-6/+58