summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann2-16/+16
2023-10-06SdrModel::getUnoModel can use XModel instead of XInterfaceNoel Grandin2-6/+4
2023-10-05crashtesting: crash seen on exit of chartCaolán McNamara1-1/+4
2023-09-24Drop some newly obsolete __GNUC__ version checksStephan Bergmann2-4/+0
2023-09-23Use less epoxy external headers dependencyGabor Kelemen1-1/+0
2023-09-18fix emscripten buildSarper Akdemir1-0/+6
2023-09-11remove dead m_bCancelOperation flag from XMLFilterNoel Grandin2-15/+1
2023-09-11jsdialog: fix layout of chart type dialogSzymon Kłos2-2/+14
2023-09-08improve log messageNoel Grandin1-1/+1
2023-09-06tdf#157115 crash on inserting chart (gtk3)Noel Grandin1-14/+8
2023-09-02use more concrete type in chart::AccessibleTextHelperNoel Grandin8-101/+28
2023-09-02drop ChartController service nameNoel Grandin4-45/+0
2023-09-02use more concrete type in AccessibleChartViewNoel Grandin7-107/+166
2023-09-02replace set(nullptr) with clear()Noel Grandin6-23/+23
2023-08-21Drop a leftoverMike Kaganski1-1/+0
2023-08-21move BGradient to awt::Gradient2 UNO conversion into docmodelTomaž Vajngerl4-4/+9
2023-08-21Tests with color stops to assert Color and not BColor valuesTomaž Vajngerl1-5/+5
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