S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && /usr/bin/ccache x86_64-linux-gnu-g++ -pthread -shared -Wl,-z,noexecstack -Wl,-z,origin '-Wl,-rpath,$ORIGIN/../Library' -Wl,-rpath-link,$I/program -Wl,-z,defs -Wl,-rpath-link,/lib:/usr/lib -Wl,-z,combreloc -Wl,--hash-style=gnu -Wl,-Bsymbolic-functions -L$W/LinkTarget/StaticLibrary -L$I/sdk/lib -L$I/program -L$I/program -L$W/LinkTarget/Library -Wl,-z,relro $W/CxxObject/vcl/qa/cppunit/BackendTest.o -Wl,--start-group -lcppunit -Wl,--end-group -Wl,--no-as-needed -lmergedlo -luno_cppu -luno_cppuhelpergcc3 -luno_sal -ltest -lunotest -o $W/LinkTarget/CppunitTest/libtest_vcl_backend_test.so
/home/rene/LibreOffice/git/master/workdir/CxxObject/vcl/qa/cppunit/outdev.o: in function `VclOutdevTest::testDrawPixel()':
././vcl/qa/cppunit/outdev.cxx:1091: undefined reference to `typeinfo for MetaPixelAction'
/usr/bin/ld: /home/rene/LibreOffice/git/master/workdir/CxxObject/vcl/qa/cppunit/outdev.o: in function `VclOutdevTest::testDrawRect()':
././vcl/qa/cppunit/outdev.cxx:1203: undefined reference to `typeinfo for MetaRoundRectAction'
/usr/bin/ld: /home/rene/LibreOffice/git/master/workdir/CxxObject/vcl/qa/cppunit/outdev.o: in function `VclOutdevTest::testDrawEllipse()':
././vcl/qa/cppunit/outdev.cxx:1225: undefined reference to `typeinfo for MetaEllipseAction'
/usr/bin/ld: /home/rene/LibreOffice/git/master/workdir/CxxObject/vcl/qa/cppunit/outdev.o: in function `VclOutdevTest::testDrawPie()':
././vcl/qa/cppunit/outdev.cxx:1243: undefined reference to `typeinfo for MetaPieAction'
/usr/bin/ld: /home/rene/LibreOffice/git/master/workdir/CxxObject/vcl/qa/cppunit/outdev.o: in function `VclOutdevTest::testDrawChord()':
././vcl/qa/cppunit/outdev.cxx:1263: undefined reference to `typeinfo for MetaChordAction'
/usr/bin/ld: /home/rene/LibreOffice/git/master/workdir/CxxObject/vcl/qa/cppunit/outdev.o: in function `VclOutdevTest::testDrawArc()':
././vcl/qa/cppunit/outdev.cxx:1284: undefined reference to `typeinfo for MetaArcAction'
Change-Id: I65f79d726de553d894c848a89cf1dd97d5e45b54
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123329
Tested-by: Jenkins
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
like we do for menubar menus (tdf#125803)
Change-Id: Ib70b90bd9ec9b1f624b1cdff5ba6d304f75f8919
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123344
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
seeing as GetHmmFromInch is already using limit_cast, use saturating_add here
Change-Id: I3123ac15edd300f6d7d64c458ce95b20c9220117
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123340
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Otherwise it duplicates the precompiled_system.o object, the second
copy brought in by libscqahelper, making Clang LTO build fail.
Change-Id: Ic6827b0745e134ab327ad18fc212ca31084ff579
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123327
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
When in font options, the Fonts in "Font Setting for HTML, Basic and SQL
Sources" were not showing any fixed (non-proportional) fonts in the list
when "Non-proportional fonts only" was ticked.
The reason this was occuring was because we were not populating the
fixed font attribute when getting the CT font descriptor.
Change-Id: I06127ac48bd0f3bc9b70217b36bbf584a1b0fdc2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123316
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
At least, it'll be easier to search bookmark in whole code if there's a bookmark pb
Change-Id: I25cbfb8dae823495b87d5bfcdd41cea479230eee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123319
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
I changed this one only because the goal was above all to change filename
in a following patch to put bookmark.hxx instead
Change-Id: Ia224f32227404e5685e03efb134dd525a88b3917
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123320
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* The black square in the down right corner is also
highlight color now
Change-Id: I249872da70cde25b2d14e6fb3189a5a21e52f492
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123300
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
regarding 3a9167e1b8
'tdf#143919: Calc: add diagonal borders in Toolbar>Borders'
- criss-cross border icon replaced with a new one
- rename -> 'diagonal left' to 'diagonal down'
- rename -> 'diagonal right' to 'diagonal up'
- code refactoring: large if-else blocks refactored
as methods and called from proper cases
- clang-format
- "Set" word dropped from include/svx/strings.hrc
Change-Id: I1284e69b9481e1a512f7cab29913bf23b6a493c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121117
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Remove overloads taking const char* which were not needed, because
every their use eventually took a string literal convertible to
OUString directly.
Many other literals were converted to OUStringLiterals.
Change-Id: Ia1e742a8087776cd20bf5094dc415dafd9a8834a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123155
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
headings in tables and sections
Currently after navigating to a heading in a table or section from the
Navigator the table or section is selected in the Navigator content
tree. This patch makes the Navigator selection remain on the heading
until the cursor is moved to another outline position which then makes
the Navigator track tables and sections again.
Change-Id: Idfcfd168fbbda541d07bbcadbaad62772ef156af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123244
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
the xpad didn't do anything in vcl, and is deprecated for gtk. There
was additional padding shown in gen anyway because a yalign of
0.5 wrongly horizontally centering, which is now fixed.
Change-Id: I546ec72b0449185217213ee1ba061dd051122880
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123270
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
on launching development tools
probably since...
commit 81d6ed89d1
Date: Mon May 17 13:59:25 2021 +0300
tdf#142276 Use vertical GtkBox insted of horizontal GtkGrid for the left side.
Change-Id: I6d4e4a056fb25c6ffb44e0ed734eb7a553a78ba3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123263
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
In order to allow any font size in the toolbar/sidebar, correctly round
the height of the font in the status listener.
Change-Id: Iebd07f5e710a01c5a9be4a7dd8c950d191d5d629
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122332
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
- tested PhysicalFontCollection, noted odd behaviour with search names
and normalization
- moved PhysicalFontCollection.hxx to vcl/inc/font
- moved PhysicalFontCollection into vcl::font namespace
Note that I needed to regenerate the pch file otherwise errors were
generated.
Change-Id: Ifa0c7b871c40687bd15002565d2f7a3e408218f8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122036
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>