/vcl/null/

tTransferable.hxx?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartTransferable.hxx
AgeCommit message (Collapse)Author
2024-04-02simplify SotTempStream and lifetimeNoel Grandin
It is really just an SvStream instance, and the lifetime does not need reference counting Change-Id: Idb5ffd96f852aae0dc1a94cddc0a83fbcdf974ff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165655 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-09-13cid#1500679 Resource leak in objectCaolán McNamara
to reproduce this in reality, insert a chart, activate it, select and copy and paste something like a bar of a bar chart. Select that copy and copy to clipboard again. reactivate chart, paste that element into the surrounding spreadsheet, select and copy something else to clear the chart transferrable and the model created by the chart transferrable leaks. there are an unrelated blizzard of a11y mutex deadlocks here btw :-( Change-Id: I650885d8c784cc1b2b023af8f5e23b3dceb2d9f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139794 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-12-22split SotStorageStream into two classesNoel
since it has two completely different paths of control Change-Id: I89b739d318d52245208a4bda1230f69d19f3ae0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108104 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-09-04tdf#124176 Use #pragma once in chart2George Bateman
This commit was carried out mostly by a Python script, source of which is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97. Change-Id: Ifee23b494264f895e5612952d0875cac064e4132 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100181 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>