[Libreoffice-commits] core.git: codemaker/source include/unotools

2022-12-02 Thread Stephan Bergmann (via logerrit)
codemaker/source/cppumaker/cpputype.cxx | 12 ++-- include/unotools/weakref.hxx|7 ++- 2 files changed, 16 insertions(+), 3 deletions(-) New commits: commit 485c9d4f0e59e13e772da8f8a7975f0ddd77c33e Author: Stephan Bergmann AuthorDate: Fri Dec 2 17:01:02 2022 +01

[Libreoffice-commits] core.git: odk/examples

2022-12-02 Thread Chenxiong Qi (via logerrit)
odk/examples/examples.html| 48 + odk/examples/python/Text/BookmarkInsertion.py | 160 odk/examples/python/Text/GraphicsInserter.py | 100 ++ odk/examples/python/Text/HardFormatting.py| 110 +++ odk/examples/python/

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

2022-12-02 Thread Khaled Hosny (via logerrit)
vcl/source/font/fontmetric.cxx | 79 + 1 file changed, 41 insertions(+), 38 deletions(-) New commits: commit f1eaad31122024034d8e7299780eeb123204b20a Author: Khaled Hosny AuthorDate: Fri Dec 2 23:21:49 2022 +0200 Commit: خالد حسني CommitDate: Sa

[Libreoffice-commits] core.git: include/vbahelper sw/qa sw/source

2022-12-02 Thread Justin Luth (via logerrit)
include/vbahelper/vbacollectionimpl.hxx | 17 + sw/qa/core/data/docm/testModernVBA.docm |binary sw/source/ui/vba/vbacontentcontrol.cxx |6 +++--- sw/source/ui/vba/vbacontentcontrols.cxx | 15 --- 4 files changed, 24 insertions(+), 14 deletions(-) New commits:

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

2022-12-02 Thread Caolán McNamara (via logerrit)
svx/source/sidebar/possize/PosSizePropertyPanel.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 8d17ad0bb36b5c330e839fdd7517b37fa72002ae Author: Caolán McNamara AuthorDate: Fri Dec 2 15:57:58 2022 + Commit: Caolán McNamara CommitDate: Sat Dec 3 0

[Libreoffice-commits] core.git: include/vcl

2022-12-02 Thread Caolán McNamara (via logerrit)
include/vcl/kernarray.hxx | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) New commits: commit a611f2fc149153aabea8948f74ee004944acf681 Author: Caolán McNamara AuthorDate: Fri Dec 2 16:49:54 2022 + Commit: Caolán McNamara CommitDate: Fri Dec 2 18:33:01 2022 +

[Libreoffice-commits] core.git: helpcontent2

2022-12-02 Thread Alain Romedenne (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8293fc346a7332fe66d78a918659376e494b7778 Author: Alain Romedenne AuthorDate: Fri Dec 2 16:24:23 2022 + Commit: Gerrit Code Review CommitDate: Fri Dec 2 16:24:23 2022 + Update git submo

[Libreoffice-commits] help.git: source/text

2022-12-02 Thread Alain Romedenne (via logerrit)
source/text/shared/01/01060002.xhp | 21 + source/text/shared/01/0107.xhp | 24 source/text/shared/01/01070001.xhp | 20 +++- 3 files changed, 52 insertions(+), 13 deletions(-) New commits: commit d700f1fe9e6e265d0f0125a0fb734

[Libreoffice-commits] core.git: 12 commits - canvas/source cppcanvas/source cppuhelper/source drawinglayer/source editeng/source emfio/inc emfio/source filter/source include/editeng include/svx includ

2022-12-02 Thread Caolán McNamara (via logerrit)
canvas/source/cairo/cairo_textlayout.cxx| 19 +-- canvas/source/cairo/cairo_textlayout.hxx|2 canvas/source/directx/dx_textlayout_drawhelper.cxx |6 canvas/source/opengl/ogl_canvashelper.cxx |6 canvas/source/vcl/textlayout.cxx

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - 4 commits - download.lst drawinglayer/source external/cairo sc/qa sc/source vcl/win

2022-12-02 Thread Caolán McNamara (via logerrit)
download.lst |4 - drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 10 +++ external/cairo/ExternalPackage_pixman.mk |2 external/cairo/ExternalProject_pixman.mk |2 external/cairo/pixman/

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-22.05' - 8 commits - cui/source cui/uiconfig desktop/source include/svtools lingucomponent/source linguistic/CppunitTest_linguistic_restprot

2022-12-02 Thread Szymon Kłos (via logerrit)
cui/source/options/optlanguagetool.cxx|3 cui/source/options/optlanguagetool.hxx|3 cui/uiconfig/ui/langtoolconfigpage.ui | 38 +- desktop/source/lib/init.cxx | 1

Re: Where to put a static method for common use in oox?

2022-12-02 Thread Tomaž Vajngerl
Hi Regina, On Fri, Dec 2, 2022 at 8:06 PM Regina Henschel wrote: > Hi Tomaž, > > isn't /core/include/oox/drawingml/shape.hxx a too wide scope? Would a > new file in /core/oox/inc/drawingml/ work as well? > I wouldn't worry about one function (there are already many classes and functions in "inc

Re: Installation from LibreOffice on MAC (arm64) with VENTURA.....

2022-12-02 Thread Christian Lohmaier
Hi *, On Fri, Dec 2, 2022 at 9:51 AM Alexander Thurgood wrote: > > Just tested the macOS x86_64 dev daily version from > > https://dev-builds.libreoffice.org/daily/master/MacOSX-x86_64@tb92-TDF/current/ > > and > > https://dev-builds.libreoffice.org/daily/master/MacOSX-aarch64@tb92-TDF/current/

Re: Where to put a static method for common use in oox?

2022-12-02 Thread Regina Henschel
Hi Tomaž, isn't /core/include/oox/drawingml/shape.hxx a too wide scope? Would a new file in /core/oox/inc/drawingml/ work as well? Kind regards, Regina Tomaž Vajngerl schrieb am 02.12.2022 um 01:03: Hi Regina, On Fri, Dec 2, 2022 at 8:39 AM Regina Henschel >

Re: Installation from LibreOffice on MAC (arm64) with VENTURA.....

2022-12-02 Thread Alexander Thurgood
Hi all, Just tested the macOS x86_64 dev daily version from https://dev-builds.libreoffice.org/daily/master/MacOSX-x86_64@tb92-TDF/current/ and https://dev-builds.libreoffice.org/daily/master/MacOSX-aarch64@tb92-TDF/current/ The x86_64 version will install and run, via the Shift-Open mechani