aboutsummaryrefslogtreecommitdiff
path: root/source/nl
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-11-30 14:04:26 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2023-11-30 14:04:26 +0100
commit469e6738020aca1cae7a58076cd258ae17467961 (patch)
tree5f46392a7d78ad5dc5d1c9d4475809e81fb0320d /source/nl
parent50d91eb827e9226229af30ac1b620e7d82759fd8 (diff)
Version 7.6.4.1, tag libreoffice-7.6.4.1 libreoffice-7.6.4.1
Change-Id: I2ec395386c989868303a7cb8b0772fb8e5ec620c
Diffstat (limited to 'source/nl')
0 files changed, 0 insertions, 0 deletions
-export LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/sdr/overlay/overlaybitmapex.cxx
AgeCommit message (Collapse)Author
2024-04-05tdf#160084 Simplify comparison for basegfx::fToolsAaron Bourdeaux
Change-Id: I61bcc0054c71273945d3004839be92a25a26d261 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165563 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2024-02-07these casts are no longer necessaryNoel Grandin
Change-Id: Ife51f47d95e286e0fec165882377c31b1a664241 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163058 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin
when creating charts, by using a Primitive2DContainer&& parameter in the GroupPrimitive2D constructor, which forces the call sites to pass a temporary, and at most call sites, we can std::move in an existing local variable. Change-Id: I531970918800c6832ab606b5a4ff5fd2d47ccf5b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121844 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>