Commit graph

461189 commits

Author SHA1 Message Date
Xisco Fauli
12600d5007 tdf#128737: sw_odfimport: Add unittest
Change-Id: Iaf6f83ae7ca3691682a849830f208218195088e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113062
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-03-25 08:53:53 +01:00
Samuel Mehrbrodt
5302268de6 tdf#141079 Restore double click behavior for script fields
Change-Id: I5daa730740ea042bdae56b832f2557ec974339b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112668
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2021-03-25 07:23:55 +01:00
Seth Chaiklin
f5221d1c74 tdf#128469 add or adjust tooltips for Apply, Reset, Standard in CS
( sw/uiconfig/swriter/ui/templatedialog1.ui ) "Character Style"
    * revert changes to dialog that were made just before another method
      was developed in: 4902e3231f

Change-Id: I7a7cf2df4218fb0745a92c192a6d806c9220ca8e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111692
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-03-25 05:52:21 +01:00
Ashod Nakashian
a025ac482a vcl: lok: don't use window impl after destroy
When destroying floating windows, accessing the GetLOKNotifier
can segfault. The following is the stack-trace from such
a case.

/usr/bin/loolforkit(_ZN7SigUtil13dumpBacktraceEv+0x5e)[0x55cbf9da62fe]
/usr/bin/loolforkit(+0x1d0af5)[0x55cbf9da6af5]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x128a0)[0x7fe0a125f8a0]
/opt/collaboraoffice6.4/program/libmergedlo.so(_ZNK3vcl6Window14GetLOKNotifierEv+0x7)[0x7fe09e67b827]
/opt/collaboraoffice6.4/program/libmergedlo.so(_ZN3vcl6Window24GetParentWithLOKNotifierEv+0x2b)[0x7fe09e67b86b]
/opt/collaboraoffice6.4/program/libmergedlo.so(_ZN14FloatingWindow12StateChangedE16StateChangedType+0x43)[0x7fe09e609a13]
/opt/collaboraoffice6.4/program/libmergedlo.so(_ZN3vcl6Window4ShowEb9ShowFlags+0x2ba)[0x7fe09e67cd5a]
/opt/collaboraoffice6.4/program/libmergedlo.so(_Z21ImplDestroyHelpWindowR14ImplSVHelpDatab+0xe3)[0x7fe09e90c193]
/opt/collaboraoffice6.4/program/libmergedlo.so(_ZN9Scheduler21ProcessTaskSchedulingEv+0x8ea)[0x7fe09e93817a]
/opt/collaboraoffice6.4/program/libmergedlo.so(_ZN14SvpSalInstance12CheckTimeoutEb+0x107)[0x7fe09ea06807]
/opt/collaboraoffice6.4/program/libmergedlo.so(_ZN14SvpSalInstance7DoYieldEbb+0x85)[0x7fe09ea06905]
/opt/collaboraoffice6.4/program/libmergedlo.so(+0x2f5d6fb)[0x7fe09e94f6fb]
/opt/collaboraoffice6.4/program/libmergedlo.so(_ZN11Application7ExecuteEv+0x45)[0x7fe09e950295]
/opt/collaboraoffice6.4/program/libmergedlo.so(+0x1f6d545)[0x7fe09d95f545]
/opt/collaboraoffice6.4/program/libmergedlo.so(_Z10ImplSVMainv+0x51)[0x7fe09e957321]
/opt/collaboraoffice6.4/program/libmergedlo.so(soffice_main+0x98)[0x7fe09d980b88]
/opt/collaboraoffice6.4/program/libmergedlo.so(+0x1f9e7c1)[0x7fe09d9907c1]
/usr/bin/loolforkit(_Z10lokit_mainRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_S6_S6_S6_bbbbm+0x2562)[0x55cbf9d4c792]
/usr/bin/loolforkit(+0x15fc77)[0x55cbf9d35c77]
/usr/bin/loolforkit(_Z18forkLibreOfficeKitRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_S6_S6_i+0xb44)[0x55cbf9d36b24]
/usr/bin/loolforkit(main+0x18a7)[0x55cbf9d00e17]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7fe0a0e7db97]
/usr/bin/loolforkit(_start+0x2a)[0x55cbf9d07efa]

Change-Id: Ia467d51896d1ac657bde5ae2803fcb2557ebd3fe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105366
Tested-by: Jenkins
Reviewed-by: Ashod Nakashian <ash@collabora.com>
2021-03-25 01:42:11 +01:00
Rafael Lima
6aeadc3508 Update git submodules
* Update helpcontent2 from branch 'master'
  to 91287a050719f9c151327cc629cd4630cf61e804
  - tdf#102365 Add note to AMORDEGRC and AMORLINC about MS incompatibility with Basis 2
    
    Change-Id: I58d8ef63c570e637ad1cea832848f4d438025e5d
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112969
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-24 23:45:50 +01:00
Xisco Fauli
6cc9f2ee74 tdf#101104: sc_subsequent_filters: Add unittest
Change-Id: Ifd39b958d011db0ca1575bc340bc23983075062d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113025
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-03-24 21:39:42 +01:00
Caolán McNamara
3a09ac34db pParentWindow is the same as already available mpParentWindow
Change-Id: Ic246f21620dc1ff7a6fd91dce755ff21d0100283
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113065
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 21:32:34 +01:00
Caolán McNamara
69a32bec9b cid#1474353 experiment to silence Untrusted loop bound
the value *is* surely sanity checked here despite coverity's
bleating that it has passed through std::min unchanged when
it is the min value

Change-Id: Ic4f2b718832f88528f842280b4c0e04c4b3a9444
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113031
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 21:32:10 +01:00
Luboš Luňák
0f02651d69 use --enable-ooenv only if --enable-debug/dbgutil
I'm not sure what the original purpose of the ooenv script was,
but now it contains only debugging settings such as malloc debugging,
which has a noticeable overhead (8.2s->10.1s in my random case).
At least openSUSE appears to not actually package the script, but
it still doesn't make sense to use this script in non-debug builds.

Change-Id: I4518bb1680a543ed520399c11c83dd6dc5539f71
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112999
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-03-24 21:10:20 +01:00
Luboš Luňák
b9eca45f56 add a unittest for tdf#132367
Change-Id: I7f694cd830f3aaf7a41fde66c896e6510f2d92e3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113043
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-03-24 21:09:55 +01:00
Caolán McNamara
5e8a5ce17a cid#1242836 rearrange to clear Untrusted value as argument
and...

cid#1242942 Untrusted value as argument
cid#1474015 Untrusted value as argument
cid#1474196 Untrusted value as argument

Change-Id: I3952844908a0d98f04e21bb50c11c53fabcd23a7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113029
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 20:42:45 +01:00
Caolán McNamara
1bc297cb63 cid#1474363 Untrusted value as argument
and...

cid#1474164 Untrusted value as argument
cid#1474033 Untrusted value as argument
cid#1473968 Untrusted value as argument
cid#1473922 Untrusted value as argument
cid#1473817 Untrusted value as argument

Change-Id: I19d3b758767c2b0cb4369257efbe477c37f231ea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113027
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 20:41:58 +01:00
Caolán McNamara
c72a00868c Related: tdf#135363 don't keep a reference to the vcl::Window
in fact, why keep a VclPtr reference to that window at all

Change-Id: I3f0511b41434cba744a63d4a9e185c97a6cef5e7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112992
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 20:39:29 +01:00
Caolán McNamara
305c6fee0b tdf#141197 if we have a sysobj child then include that in the atk hierarchy
this also should make the case of an embedded video visible in the atk
hierarchy as well as the target of the native gtk widgets in a vcl
window container in the startcenter

Change-Id: Ia91439cbccbffbb0badbfb466f7ab6d1ccbfe3ae
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113033
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 20:36:52 +01:00
Noel
6c13e5a92e convert m_pFileName to std::string
which simplifies the code and fixes a problem with using
strdup(), because strdup() allocates with malloc, while
unique_ptr will free it with delete[], and we'll get
a mismatch error from ASAN
(spotted by Mike Kaganski)

Change-Id: I0f21828ef3482898b81aa3f0745b2bd855a2c286
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112980
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-24 20:36:35 +01:00
Caolán McNamara
4f28ca3e16 tdf#141191 use plain GtkComboBoxText for standard case
Change-Id: I0afa3c59737eb44a8775f2958ebf2fc813b23af9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112979
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 20:36:24 +01:00
Seth Chaiklin
2521c30323 corrections to style dialog tooltips
Change-Id: Icc9e78f8eb4b1732b8b153883d84f4edf7916fc7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112719
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-03-24 20:13:33 +01:00
Miklos Vajna
ab6a7a9add sw reqif-xhtml export: fix unexpected height for <td>
The ReqIF validator complains about this, similar to the already
disabled width.

Change-Id: I05137a9dcc7e94bffe92269e98d310724a144b24
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113061
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2021-03-24 20:05:13 +01:00
Noel
a7cf7da8d2 loplugin:unnecessaryvirtual
Change-Id: Ic414b72299b5c5c19e5b37156ac6dec4bedadf65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113038
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-24 20:01:06 +01:00
Noel
3b9866ee35 loplugin:unusedmethods
Change-Id: Id54e7545b3a69e03c29daf9d372bbf605312f547
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113036
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2021-03-24 20:00:47 +01:00
Jean-Pierre Ledure
137b087998 ScriptForge - (scriptforge.py) String class
Only a subset of the available methods is implemented:
  HashStr, IsADate, IsEmail, IsFileName, IsIBAN,
  IsIPv4, IsLike, IsSheetName, IsUrl,
  SplitNotQuoted, Wrap

The other methods are better replaced by Python builtin
functions.

The flgDateArg flag has been introduced to distinguish
a date argument passed as a string that does not require
conversion from a date  passed in iso-format that
requires a conversion to a Basic variable of type Date

Change-Id: I80f7e816dfeaee793862f3c3d35488da7c573c8f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113002
Tested-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
2021-03-24 18:38:42 +01:00
Christian Lohmaier
8dded9c4c9 update credits
also stabilize sorting (number of commits, if equal first commit date)

Change-Id: Ia2f8484991b0de36f9769120f3d810422e8fc201
2021-03-24 17:19:41 +01:00
Pranam Lashkari
24b1ceea96 Notebookbar: skip early init in all apps
for more details 42cc32c95d

Change-Id: I64f1ce22f7e1cbdbab3aea17841030a6313c1c0f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112953
Tested-by: Jenkins
Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
2021-03-24 17:11:46 +01:00
Andreas Heinisch
135892e85c tdf#46062 - Indicate hidden whitespaces using quotes
Indicate hidden whitespaces for the text items in the autofilter dialog
using quotes.

Change-Id: Iabd28ff70a3ecabb1653a3b591d7eb6b24f9fde8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111837
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2021-03-24 16:59:57 +01:00
Xisco Fauli
dd681824b5 tdf#112735: sc_uicalc: Add unittest
Change-Id: I1744f666dbd59f71bc0e43afd81c0aa164aff515
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113016
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-03-24 16:46:11 +01:00
Miklos Vajna
fb20b61828 sw bibliography, refer to a page: add PDF export links
This is similar to hyperlinks or footnote references, but the source
rectangle is a field here and still the links are always external.

With this, the UI and the PDF export result is consistent, it doesn't
happen that you can click on biblio entry fields on the UI, but not in
the PDF export result.

Change-Id: I655ef6d5f79a7e372cdc8448ddc10af9ca488ac5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113035
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2021-03-24 16:35:40 +01:00
Caolán McNamara
31913141d2 Related: ofz#32152
use scanline as buffer and postprocess to premultiply (optionally
relocating alpha)

Change-Id: Ib279429873392b97901294191688b24867dcf450
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112942
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 16:22:00 +01:00
Caolán McNamara
9fb51a1513 ofz#32152 OOM in pngfuzzer
for the simple cases don't use an extra buffer, do it inplace on dest
scanline

Change-Id: I9f71e57b9fede3d9ad777e63278ec5dc1fa68c57
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112666
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 16:21:32 +01:00
Caolán McNamara
6e8d5b28c2 cid#1473991 Dereference null return value
Change-Id: Id5aa369ac5edac5bb5d0c7adaadc4b6495b63750
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113023
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 16:20:40 +01:00
Caolán McNamara
ba5d6da97c cid#1222240 silence bogus Untrusted divisor
Change-Id: Ib828267bdb47414cf4ace0756e5cfd519f679643
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113022
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 16:20:15 +01:00
Xisco Fauli
66db90c01d tdf#96161: chart2_export: Add unittest
Change-Id: I8460a1acd937f06926452dcf01bf39c355e7d9df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113001
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-03-24 16:19:54 +01:00
Caolán McNamara
90477ff28e cid#1474278 Untrusted divisor
Change-Id: Ia7b399d1ccb27317c1ac7f3505f435797b8f47dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113021
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 16:19:36 +01:00
Caolán McNamara
ea5da55b83 cid#1474444 Division or modulo by zero
Change-Id: I46b5c64c250860e38f9d3601266db039a705d9b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113020
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 16:18:52 +01:00
Caolán McNamara
2206e6e8f0 cid#1474443 Uninitialized scalar variable
Change-Id: I346425552d437cfd77dced31efca384d8de7b542
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113019
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 16:17:28 +01:00
Caolán McNamara
493393d651 Resolves: tdf#135364 ensure the window is released by a11y dispose
the window dtor wasn't called with a11y enabled, with the side
effect that the pen color wasn't stored by the dtor

Change-Id: I5f482f53d4d93f1e2632cacf7c0a7407f0df1450
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112991
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 16:16:17 +01:00
László Németh
0fe7070c9f tdf#140757 sw ChangesInMargin: fix crash on Undo of Accept All
Change-Id: Ia1e0a58b0843f34c0f5042fdc147c4035e868255
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112946
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2021-03-24 15:10:07 +01:00
Balazs Santha
e463d23955 tdf#140731: sw transliteration: avoid too many redlines
As a workaround for the performance regression
from commit 2d3c77e9b1
(tdf#109266 sw change tracking: track transliteration),
switch off redlining to avoid ~freezing, if a single
transliteration could result too many (>~500) redlines.

A single transliteration creates n redlines
for n paragraphs of the selected text, except in
the case of transliterating to title case, where it
creates n redlines for n words. It's very easy
to freeze Writer, because Writer's slowing down with
n redlines is described by an O(n²) (quadratic) time
complexity. Eg. in an experiment, title casing
~660 words was 6 sec, but ~3000 words was 85 sec,
regarding to creating 660 vs 3000 redlines.

Note: this is a partial revert of commit
2d3c77e9b1, if the
selection contains more than 500 paragraphs (or in the
case transliterating to title case, ~500 words).

Change-Id: Iad98943cc9e1ed64aa9779e49ee3e941abad02ac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111637
Tested-by: Jenkins
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2021-03-24 15:08:18 +01:00
Noel
4f3fb443ce use mutable rather than const_cast..this
Change-Id: I0512ac563a8065814bccbcd942a47f1c5fa11c04
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113018
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-24 14:33:04 +01:00
Alain Romedenne
2c5677647e Update git submodules
* Update helpcontent2 from branch 'master'
  to 1b6dd9ef516340ceeef990671ea1571b70794d0e
  - Basic DateXXX methods
    
    - Fix to Basic DateXxx examples
    - Locale independant date literals documentation
    - keywords arguments examples
    
    Change-Id: I906b035bb687e6164c6b296f50449986414fa756
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112616
    Tested-by: Jenkins
    Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
2021-03-24 14:30:15 +01:00
Justin Luth
34e80d9040 tdf#141173 docx export: revert fdo#75604: File Corruption
It looks to me like a "this fixes my document" patch.
In the meantime, the real issue seems to have been solved,
since the unit test passes, and a round-tripped document
looks fine in MS Word 2016.

This fixes a regression in 7.2 - bug 11173.
(The regression backport to 7.1 should just be reverted.)

Change-Id: I329b3b9ca23d86acd05a0a61c719f2c3bce412f2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112994
Tested-by: Jenkins
Reviewed-by: Justin Luth <justin_luth@sil.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-03-24 13:39:14 +01:00
Miklos Vajna
07db9f59c0 sw: clean up not needed HAVE_FEATURE_PDFIUM ifdefs
Towards completely avoiding the HAVE_FEATURE_PDFIUM ifdef forest.

Change-Id: I0bbeeda32b61669429ad12f51d4ce0e8603e4822
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113010
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-03-24 13:37:11 +01:00
Miklos Vajna
faa8f4ff35 sw bibliography, refer to a page: add open hyperlink context menu
This brings bibliography entry fields with URLs closer to hyperlinks,
which already had the same context menu.

Change-Id: I8680a0fccb1f75c15cdcc52f86fabf1c57b5635e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112981
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2021-03-24 12:48:04 +01:00
Andrea Gelmini
b6632bd41b Revert "Fix typo"
This reverts commit 4550b35781.

Change-Id: I279bb86bb876179d470a736f638446ffeaac9508
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112959
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-03-24 12:47:08 +01:00
Olivier Hallot
477bbad3dd Update git submodules
* Update helpcontent2 from branch 'master'
  to 234c4c4faf76533586563f828fc6d533eeac8bc1
  - fix build
    
    Change-Id: I2755ba81c466844a1876a51daa6157f731670caf
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112961
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-24 11:53:38 +01:00
Hossein
c16158772d Using .md extension/Markdown syntax for modules README
Renaming all README files for all top level modules to README.md,
applying no content change at this stage to be able to track history
of the files. These files should be edited to use correct Markdown
syntax later.

Change-Id: I542fa3f3d32072156f16eaad2211a397cc212665
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112977
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2021-03-24 11:46:14 +01:00
Steve Fanning
ea184837a5 Update git submodules
* Update helpcontent2 from branch 'master'
  to 1a5176e2d466ff7dddcdd6c609e85357fc6451a3
  - Update to improve the Help page for Calc's 12 database functions.
    
    File affected - 04060101.xhp
    
    Change-Id: Iacc2be5f269b1e7157a1cc62b3706d84bac9985e
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112517
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-24 11:43:40 +01:00
Xisco Fauli
58eedc89e9 tdf#117879: sc: Add UItest
Change-Id: I131470b6c0d41d99a23e03e08209a7f222e6ba67
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113014
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-03-24 11:34:02 +01:00
Ilmari Lauhakangas
8c8f3f88bf Update git submodules
* Update helpcontent2 from branch 'master'
  to a202f3a40b93e86354a32bcac95e595f5f636769
  - tdf#139778 Change border to margin in QR code help
    
    Change-Id: I526f67251df7d1b8118bb3ee2c273e0037a12bdd
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113024
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-24 11:28:31 +01:00
Andrea Gelmini
d81115693e Update git submodules
* Update helpcontent2 from branch 'master'
  to 828039873c64350a1677d899f858150eb6765686
  - Fix typo
    
    Change-Id: I11719133be2c9172d5fcec47b8ffd83a3441c321
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113008
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-24 11:24:58 +01:00
Andrea Gelmini
a4f4f08011 Update git submodules
* Update helpcontent2 from branch 'master'
  to e4bcdd6581b7b639a6efe165b4a7852321872afe
  - Fix typo
    
    Change-Id: I37bbe9182c4d6c2d919d26e4f1fcd21833f88318
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113007
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-24 11:23:58 +01:00