713732b0a2ad91555dcd706d93527dbb9d154015
Author: Neil Roberts
AuthorDate: Thu Sep 18 18:59:14 2025 +0200
Commit: Xisco Fauli
CommitDate: Wed Sep 24 20:28:13 2025 +0200
Add a unit test for the accelerator configurations
This is meant to test the problems described in the following commits
Hi,
Chris Sherlock writes:
> But if you do the following:
>
> aCreationMetaDateString.append(char('0' + ((aDT.Year / 1000) % 10))
> + char('0' + ((aDT.Year / 100) % 10))
> + char('0' + ((aDT.Year / 10) % 10))
> + char('0' + ((aDT.Year) % 10)));
>
> Then the compiler thinks the char needs nume
framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java | 43
+++---
1 file changed, 13 insertions(+), 30 deletions(-)
New commits:
commit a215aea6e861f1b257b299c6d14d3f22260d4fc3
Author: Neil Roberts
AuthorDate: Fri Sep 19 17:12:24 2025 +0200
Commit: Noel Grandin
framework/JunitTest_framework_complex.mk |2
vcl/headless/svpframe.cxx| 70 ++-
2 files changed, 69 insertions(+), 3 deletions(-)
New commits:
commit b55a3b23b9c33c1875c5a47c5798ada44dd25052
Author: Neil Roberts
AuthorDate: Fri Sep 19 22:07
framework/source/accelerators/acceleratorconfiguration.cxx |6 ++
1 file changed, 6 insertions(+)
New commits:
commit 96491f3f842bb911aca62e74d29865c3f36618e8
Author: Neil Roberts
AuthorDate: Mon Sep 15 12:29:48 2025 +0200
Commit: Noel Grandin
CommitDate: Fri Sep 19 09:40:29
framework/source/accelerators/acceleratorconfiguration.cxx |7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
New commits:
commit 7da503470666bbcf2062e60fd4796f7316ac14f8
Author: Neil Roberts
AuthorDate: Mon Sep 15 14:43:12 2025 +0200
Commit: Noel Grandin
CommitDate: Fri
Hi,
I’m new here so please let me know if this isn’t an appropriate place to
ask these kinds of questions. Otherwise I have two unrelated questions:
• Does anybody know if there is any documentation explaining the primary
and secondary caches in XCUBasedAcceleratorConfiguration? There’s some
vcl/osx/salmenu.cxx | 10 --
vcl/unx/gtk3/gtksalmenu.cxx | 21 ++---
2 files changed, 22 insertions(+), 9 deletions(-)
New commits:
commit 0084db9109705594c997d7b93ad8c5d58f5abab1
Author: Neil Roberts
AuthorDate: Sun Sep 14 11:16:18 2025 +0200
Commit
framework/source/accelerators/acceleratorcache.cxx | 48 ++---
framework/source/inc/accelerators/acceleratorcache.hxx |4 +
2 files changed, 35 insertions(+), 17 deletions(-)
New commits:
commit 4be9be221922db6e1872e061b312f3942bca900e
Author: Neil Roberts
AuthorDate
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 150
--
sw/qa/extras/uiwriter/uiwriter3.cxx| 24 +
2 files changed, 148 insertions(+), 26 deletions(-)
New commits:
commit 5c62e4ec31aa31e0bbb118a39c550233b4ea9a7e
Author: Neil Roberts
sc/source/ui/app/inputhdl.cxx | 19 ---
sc/source/ui/inc/inputhdl.hxx |1 +
sc/source/ui/view/cellsh4.cxx | 13 +++--
3 files changed, 24 insertions(+), 9 deletions(-)
New commits:
commit 41acf1ab0e102c2341d2ae0d5d5949c21a962cf2
Author: Neil Roberts
sfx2/source/appl/shutdowniconaqua.mm | 50 +++
1 file changed, 10 insertions(+), 40 deletions(-)
New commits:
commit debbb3b40e485f924e2066229480ea2302ea2643
Author: Neil Roberts
AuthorDate: Tue Sep 2 12:37:56 2025 +0200
Commit: Adolfo Jayme Barrientos
sfx2/source/appl/shutdowniconaqua.mm | 50 +++
1 file changed, 10 insertions(+), 40 deletions(-)
New commits:
commit 166e4c13b579fc43ba7144c0b78a1cde39d2df6c
Author: Neil Roberts
AuthorDate: Tue Sep 2 12:37:56 2025 +0200
Commit: Adolfo Jayme Barrientos
sfx2/source/appl/shutdowniconaqua.mm | 50 +++
1 file changed, 10 insertions(+), 40 deletions(-)
New commits:
commit 9d2da58ec93db75d2fcfce3dc001d9db0851e3c6
Author: Neil Roberts
AuthorDate: Tue Sep 2 12:37:56 2025 +0200
Commit: Patrick Luby
CommitDate
sw/source/uibase/docvw/SidebarTxtControl.cxx |5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 92952f59f091b8f9a5092e27ae88bbd88de5e5f3
Author: Neil Roberts
AuthorDate: Mon Aug 18 15:36:19 2025 +0200
Commit: Noel Grandin
CommitDate: Tue Aug 19 07:57:30
All of my past & future contributions to LibreOffice may be licensed
under the MPLv2/LGPLv3+ dual license.
– Neil Roberts
16 matches
Mail list logo