[Libreoffice-commits] core.git: drawinglayer/source svx/source vcl/qa

2022-12-01 Thread Michael Stahl (via logerrit)
drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx |5 + svx/source/table/viewcontactoftableobj.cxx |8 ++ vcl/qa/cppunit/pdfexport/pdfexport.cxx | 41 - 3 files changed, 52 insertions(+), 2 deletions(-) New commits: commit

[Libreoffice-commits] core.git: drawinglayer/source svx/source

2022-05-30 Thread Noel Grandin (via logerrit)
drawinglayer/source/primitive2d/PolyPolygonSelectionPrimitive2D.cxx |2 +- drawinglayer/source/primitive2d/graphicprimitive2d.cxx |2 +- drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx|2 +- drawinglayer/source/primitive2d/mediaprimitive2d.cxx

[Libreoffice-commits] core.git: drawinglayer/source svx/source

2021-02-18 Thread Mike Kaganski (via logerrit)
drawinglayer/source/tools/wmfemfhelper.cxx | 34 +- svx/source/svdraw/svdopath.cxx |5 - svx/source/table/viewcontactoftableobj.cxx |4 svx/source/unodraw/unoshape.cxx| 142 +++-- 4 files changed, 69 insertions(+), 116 deletions(-)

[Libreoffice-commits] core.git: drawinglayer/source svx/source

2020-05-07 Thread Mike Kaganski (via logerrit)
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx |4 +++- svx/source/sdr/primitive2d/sdrcustomshapeprimitive2d.cxx | 13 +++-- svx/source/sdr/primitive2d/sdrgrafprimitive2d.cxx| 13 +++-- 3 files changed, 17 insertions(+), 13 deletions(-) New commits:

[Libreoffice-commits] core.git: drawinglayer/source svx/source

2019-12-11 Thread Andrea Gelmini (via logerrit)
drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx |2 +- drawinglayer/source/tools/wmfemfhelper.cxx |2 +- svx/source/sdr/primitive2d/sdrmeasureprimitive2d.cxx |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit

[Libreoffice-commits] core.git: drawinglayer/source svx/source

2018-10-25 Thread Libreoffice Gerrit user
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx |6 +++--- svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit d3f009819132ba59d260a8a0a1ca4d0ceceb3976 Author: Andrea Gelmini AuthorDate: Thu

[Libreoffice-commits] core.git: drawinglayer/source svx/source

2018-08-17 Thread Libreoffice Gerrit user
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 42 - svx/source/unodraw/UnoGraphicExporter.cxx | 122 +++- 2 files changed, 59 insertions(+), 105 deletions(-) New commits: commit 046df0a876b3d948bb1e14443c00c180bc8cccaa Author: Armin Le Grand

[Libreoffice-commits] core.git: drawinglayer/source svx/source

2013-06-15 Thread Armin Le Grand
drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx |5 ++- drawinglayer/source/processor2d/vclpixelprocessor2d.cxx| 19 + drawinglayer/source/processor2d/vclprocessor2d.cxx | 18 svx/source/sdr/contact/objectcontactofpageview.cxx |7

[Libreoffice-commits] core.git: drawinglayer/source svx/source

2013-06-13 Thread Armin Le Grand
drawinglayer/source/primitive2d/discreteshadowprimitive2d.cxx | 40 ++--- drawinglayer/source/processor2d/vclhelperbitmaprender.cxx | 78 -- drawinglayer/source/processor2d/vclhelperbitmaprender.hxx |5 drawinglayer/source/processor2d/vclprocessor2d.cxx| 16

Re: [Libreoffice-commits] core.git: drawinglayer/source svx/source

2013-05-02 Thread Caolán McNamara
On Tue, 2013-04-30 at 12:17 +0200, Thorsten Behrens wrote: diff --git a/drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx b/drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx index 77487db..495c06f 100644 --- a/drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx

Re: [Libreoffice-commits] core.git: drawinglayer/source svx/source

2013-05-02 Thread Thorsten Behrens
Caolan McNamara wrote: Seeing as the statics in there aren't read-only init-once type of things, but rather modifyable things the lock taken when they get potentially modified needs to remain. Ah - looked no further than static sal_uInt32 nSegments - sorry. Thanks for the fixup! -- Thorsten

[Libreoffice-commits] core.git: drawinglayer/source svx/source

2013-04-30 Thread Noel Grandin
drawinglayer/source/geometry/viewinformation2d.cxx |7 --- drawinglayer/source/geometry/viewinformation3d.cxx |3 --- drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx |3 ++- drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx |2 --

Re: [Libreoffice-commits] core.git: drawinglayer/source svx/source

2013-04-30 Thread Thorsten Behrens
Noel Grandin wrote: Clang cleanup, unused mutex variables Some of these were doing nothing useful at all. I removed those. A couple were protecting static data, and I fixed those to use Mutex and MutexGuard properly. Change-Id: