summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl1-1/+0
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-1/+1
2023-08-01gtk_tree_view_scroll_to_cell: assertion 'tree_view->priv->tree != NULL' failedCaolán McNamara1-1/+1
2023-07-31loplugin:stringconstant: Catch some O[U]String::getStr anti-patternsStephan Bergmann1-2/+2
2023-07-26improve override of Window::Invalidate(*)Noel Grandin2-17/+3
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny2-82/+72
2023-07-23tdf#156234: Don’t round glyph coordinates when doing subpixel positioningKhaled Hosny10-1079/+1093
2023-07-16tdf#155526 Remove Insert R2 in all casesLaurent Balland3-4/+24
2023-07-14simplify calculations in SeriesHeader::SetPosNoel Grandin1-10/+5
2023-07-12tdf#105362 better support for transparency in PNG & GIF exportArmin Le Grand (allotropia)1-1/+0
2023-07-12simplifyNoel Grandin1-3/+3
2023-07-05tdf#138504 svx,etc.: decorative flag on SdrObject shapesMichael Stahl1-1/+4
2023-07-05convert *CommandId enum to scoped enumNoel Grandin8-198/+154
2023-07-01cid#1500458 help coverity see that Dereference after null check is falseCaolán McNamara1-3/+3
2023-06-29tdf#155526 Restore status bar for moving averageLaurent Balland1-20/+28
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin1-11/+13
2023-06-27tdf#155526 Moving average: remove Insert R2Laurent Balland5-3/+34
2023-06-26new loplugin:constexprliteralNoel Grandin11-16/+16
2023-06-18tdf#155526 Add Period to trend line equationLaurent Balland3-16/+11
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