summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)Author
2024-07-17Resolves: tdf#158753 GtkAssistant loses current page on hide+showCaolán McNamara
2024-07-16cid#1554709 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-11cid#1607892 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-09checkForUniqueItem should take a reference parameterNoel Grandin
2024-07-06cid#1608554 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-06-20loplugin:unusedmethodsNoel Grandin
2024-06-19tdf#159543 - Proper feedback needed when resizing a frame...Sahil Gautam
2024-06-18tdf#161607 Chart: import-export LeaderLines dataAttila Szűcs
2024-06-14crashtesting: avoid eventual assert when double inf is cast to sal_Int32Caolán McNamara
2024-06-14tdf#160522 Chart > 4 columns, Only 4 colorsNoel Grandin
2024-05-30AreObjectsMarked -> GetMarkedObjectList().GetMarkCount() != 0Xisco Fauli
2024-05-29GetMarkedObjectCount() -> GetMarkedObjectList().GetMarkCount()Xisco Fauli
2024-05-16tdf#159547 of-pie connector lines aren't quite geometrically correctKurt Nordback
2024-05-16Drop unneeded 'using' instancesGabor Kelemen
2024-05-10tdf#161013 Rendering error when changing chart type for saved of-pie chartKurt Nordback
2024-05-10chart2 a11y: Drop ChildListVectorType typedefMichael Weghorn
2024-05-10chart2 a11y: Use XAccessible ref, not XInterfaceMichael Weghorn
2024-05-09workaround segfault in compiler on macos-clang-intelNoel Grandin
2024-05-09workaround segfault in compiler on macos-clang-intelNoel Grandin
2024-05-09tdf#58038 - chart: make available format characters toolbar forBalazs Varga
2024-05-07loplugin:ostr in chart2Noel Grandin
2024-04-27Simplify a bitMike Kaganski
2024-04-19loplugin:unusedfieldsNoel Grandin
2024-04-18tdf#160517 - chart odf: import/export formatted chart titlesBalazs Varga
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski
2024-04-09tdf#146619 Drop unused 'using namespace' in: chart2/Gabor Kelemen
2024-04-08cid#1596254 Null pointer dereferences in GetSotStorageStreamNoel Grandin
2024-04-04loplugin:unusedmethodsNoel Grandin
2024-04-03Fix typoAndrea Gelmini
2024-04-02Related: tdf#39052 - chart ooxml: export formatted chart titlesBalazs Varga
2024-04-02tdf#39052 - Chart: make characters formatable in editable chart textshapesBalazs Varga
2024-04-02tdf#78027 - Fix Chart OOXML Import with non-uniform formatted titlesBalazs Varga
2024-04-02Disable chart modification in readony view mode.Gökay Şatır
2024-04-02simplify SotTempStream and lifetimeNoel Grandin
2024-03-28fix comparison of UIObject's inside UITestsNoel Grandin
2024-03-27convert UncachedDataSequence to comphelper::WeakComponentImplHelperNoel Grandin
2024-03-27convert CachedDataSequence to comphelper::WeakComponentImplHelperNoel Grandin
2024-03-27tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)
2024-03-18tdf#50934: Add a pie-with-remainder-as-another-pie chart typeKurt Nordback
2024-03-17tdf#160225, related tdf#92768: hide axis title not taken into account when...Julien Nabet
2024-03-11tdf#96944: Stacked column chart does not show connection linesKurt Nordback
2024-03-09tdf#158237 Use C++20 contains() instead of find() and end()Sujatro Bhadra
2024-03-08cid#1592990 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-03-08Fix typoAndrea Gelmini
2024-03-08tdf#159456 - chart view: fix wrongly shifted value Y axisBalazs Varga
2024-03-08tdf#159422 - chart view: fix symbols position of data table legendBalazs Varga
2024-03-08tdf#159443 - chart view: fix Data table is not rendered below chartBalazs Varga
2024-03-03tdf#153706: do not add categories, when source data doesn't have themMike Kaganski
2024-03-03Make Chart Object Properties Dialogs Asynccodewithvk