Commit Graph

455532 Commits

Author SHA1 Message Date
Stephan Bergmann
40fa3a61ac Extend loplugin:elidestringvar to OString
(In VisitVarDecl, filtering out AbstractConditionalOperator avoids an unhelpful

> ~/lo/core/vcl/source/pdf/XmpMetadata.cxx:63:32: error: replace single use of literal 'rtl::OString' variable with a literal [loplugin:elidestringvar]
>             aXmlWriter.content(sPdfConformance);
>                                ^~~~~~~~~~~~~~~
> ~/lo/core/vcl/source/pdf/XmpMetadata.cxx:52:21: note: literal 'rtl::OString' variable defined here [loplugin:elidestringvar]
>             OString sPdfConformance = (mnPDF_A == 1) ? "A" : "B";
>             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

)

Change-Id: I7d0410f04827d79b4b526752917c37d33cad2671
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104911
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-10-28 08:03:52 +01:00
Michael Stahl
c496792847 tdf#136453 sw_redlinehide: SwUndoDelete: only create extra frames...
... at the start if the section nodes were at the start.

m_bBackSp and m_bJoinNext can't both be true.

(regression from 740f179650)

Change-Id: I999ed3809ca8f527bc3e754b229df02da4576825
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104891
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2020-10-28 08:01:53 +01:00
Noel Grandin
371b84dcb6 std::set->o3tl::sorted_vector in MultiSelection
Change-Id: I88a77f4b07e5aaccc42e6fb6e5bd0366f57381a8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104899
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-10-28 07:57:50 +01:00
Noel Grandin
1977138acb std::set->o3tl::sorted_vector in toolkit
Change-Id: I1ef897d38c26d2875432d279fdd50d2e073ad2a7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104903
Tested-by: Jenkins
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-10-28 07:25:01 +01:00
Noel Grandin
458ee884c5 std::set->o3tl::sorted_vector in PointIndexSet
Change-Id: I223a00b66f6de75eb06969a6d4582200e8229e2f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104900
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-10-28 07:24:16 +01:00
Noel Grandin
765a1ac1ff std::set->o3tl::sorted_vector in OPropertyArrayAggregationHelper
Change-Id: Iec4935af8946e453b39221dcb982059c806f62a4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104902
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-10-28 07:23:55 +01:00
Noel Grandin
ce0f8cff3e std::set->o3tl::sorted_vector in InterfaceBag
Change-Id: I28ecffdcf6c97f9153e62974bf76b972452747eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104901
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-10-28 07:23:39 +01:00
Noel Grandin
917401207e std::set->o3tl::sorted_vector in xmloff
Change-Id: Iba07a9905f37c2fb00d59ac00703744e5f81b1c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104906
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-10-28 07:22:35 +01:00
Noel Grandin
4b6ebf3b4f std::set->o3tl::sorted_vector in oox
Change-Id: Id7cdf8c4787d89adc9c343a5417093bee2aa603a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104905
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-10-28 07:22:17 +01:00
Noel
6436302f40 convert some more long -> tools::Long
grepping for stuff in template params this time

Change-Id: Ia37bfd85480b3a72c3c465489581d56ad8dde851
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104855
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-10-28 07:21:59 +01:00
Noel Grandin
35f16614ee std::set->o3tl::sorted_vector in vcl
Change-Id: Ie486b629b4074da5121b55c76965aeb8ea057f31
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104904
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-10-28 07:21:42 +01:00
Szymon Kłos
a4d4ed8699 Fire selection change event before sidebar is unregistered
Prevent us from crash in online using mobile phone
when leaving chart edit mode with chart type modified.

Change-Id: I8da70612786141a2c92b55a45822ef8ff5713e5b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104606
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-10-27 23:00:22 +01:00
Caolán McNamara
9e51d871a6 avoid warning on set_active(0) on empty GtkComboBox
i.e.

gtk_tree_view_scroll_to_cell: assertion 'tree_view->priv->tree != NULL

Change-Id: I48e7d015ec02ece407c732afebebb43c9c6fed48
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104896
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-10-27 21:49:16 +01:00
Jan-Marek Glogowski
181f19995d Qt5 std::abort, if we're unable to paint
If this crashes LO too often, we can revert it. It helped me to
debug tdf#137804. Then we might need to work with exceptions or
some other way to notifiy the creator of the Qt5Painter, that
the constructor has failed. Much more work to handle all sites
using Qt5Painter...

Change-Id: I81cd18770dc93d8dd1542972cd4fc220dd0dce09
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104894
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2020-10-27 21:19:47 +01:00
Xisco Fauli
749c84a7ea list-uitest: update pathes after rearrenging tests
also change regex expression suggested by M. Kaganski

Change-Id: I9a93d2ebe6f486fcbaa201a983ded2087446d823
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104889
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2020-10-27 21:04:05 +01:00
Caolán McNamara
9f2daed124 tdf#137726 hide pivot table dlg so its not a candidate as error dlg parent
because this pivot table dialog is going to disappear on response and the error
dialog is not run in its own event loop but instead async so will end up as a
parent of a dialog that doesn't exist

Change-Id: I78302428a246612e3107d2907ffffb97a2d25ea2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104895
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-10-27 20:46:18 +01:00
Caolán McNamara
71f6e3862a tdf#133950 scale hotspot to sync with scaled cursors
keep aspect ratio as well

Change-Id: Ia3c7f84e377ebb952be0a56e9e532fb260f83459
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104890
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Jenkins
2020-10-27 20:33:05 +01:00
Jan-Marek Glogowski
feb5985b46 tdf#137804 Qt5 don't paint empty strings
For a test I added a SAL_WARN, but that created many more debug
messages then expected, just when opening the print dialog. So
this just handles the crash like the CairoTextRender variant of
DrawTextLayout does, by returning early.

Change-Id: Ie5b58ebbba02dace0e777b60fcbc3b9f46ea9d66
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104893
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2020-10-27 20:19:23 +01:00
Seth Chaiklin
aadd34f7fb Update git submodules
* Update helpcontent2 from branch 'master'
  to 4d260d542ebddf6540285885c7750b5663c3862a
  - Add related topic to View - Status Bar about Status Bar
    
      ( /shared/01/03060000.xhp ) View - Status bar
         - add <relatedtopics> section (with appl-switch)
         - add appl - switch to show module specific help for Status bar
         - update to: <h1>
         - remove "taskleiste" section id
    
      ( /smath/main0103.xhp )
        - update to: <h1>,<h2>,<menuitem>
        - change select ID to status_bar, which was already in 03060000.xhp
    
    Change-Id: I841be8750fa8dff526e0a9ea8fa20ff351163805
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104844
    Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
    Tested-by: Jenkins
2020-10-27 18:15:41 +01:00
Caolán McNamara
b8e38e458d Resolves: tdf#137575 fpicker custom sorting setting not restored
Change-Id: Id5fae909a12621f68eb8defcb01b91c304c61df6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104888
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-10-27 17:41:00 +01:00
Caolán McNamara
b9405fbc4e Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window level
a) give it a default implementation based on the current one
b) re-use code introduced for WeldEditView::DeleteSurroundingText
   for the EditView containing vcl::Window in impress/draw and
   various similar Annotation windows

Change-Id: I55547c70e90ee394795b5545450cf8131538fad8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104781
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-10-27 17:00:59 +01:00
Andrea Gelmini
23c30c0734 Removed duplicated include
Change-Id: I2f7e94dc1165b189bb42a0ac34b4e8e004acef93
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104887
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2020-10-27 16:52:44 +01:00
Seth Chaiklin
00c7d90262 Update git submodules
* Update helpcontent2 from branch 'master'
  to 1b7505a4af439d85a6db1d1a8364aa1c347717dd
  - update help page for Status Bar and some of its linked pages
    
       (swriter/main0208.xhp) Status bar
          - embed missing "Word count"control
          - add more explanation about Digital Signature, because no link.
          - use <ul> to display menu options for Language,
              and add <menuitem> to controls.
          - specify that More option in Language context menu opens
               character formatting dialog.
          - change level of Language to <h2>
          - update to <h1>,<h2>
    
       (swriter/01/06040000.xhp)  Word Count menu
          update to <h1>,<menuitem>
    
       ( shared/02/20030000.xhp ) Zoom on status bar
          - change "double-click" to "click" to open Zoom dialog
          - specify "right-click" to open context menu
          - update to: <h1>
    
       ( shared/01/03010000.xhp ) Zoom and View Layout
          update to: <h1>,<h2>
    
       (shared/00/00000403.xhp) View menu
          - corrections to:
             - Access to Zoom on Status Bar
             - menu sequence Zoom Layout
          - remove empty colspan and rowspan from <tablecell>
          - change all image height/width to 1cm
          - <h1>,<menuitem>,<keycodes>
    
    Change-Id: I9db21aea66c67ebd699d7ed90877cb8c6e2f0c06
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104838
    Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
    Tested-by: Jenkins
2020-10-27 16:44:07 +01:00
Bartosz Kosiorek
b73151c8f8 tdf#116214 Allow for scientific notation in Custom Properties
To keep compatibility with OOXML format, it should be allowed
to use Scientific Format in Custom Properties.
The solution is backward compatible with standard numbers
(it is still possible to write integer numbers and fractions).

With that fix it is also possible to store very small and very big
numbers in scientific notation.

Change-Id: Ic788a6e3f4f748b905828f3d6c8c40dc7e46ba52
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104569
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
2020-10-27 16:04:35 +01:00
Xisco Fauli
713fcfae06 uitest: move all calc tests to sc/qa/uitest
and remove a few duplicated ones

Change-Id: I409ca78dcd7a67e993f6b3a1493ffa6fefd127b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104864
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2020-10-27 15:29:59 +01:00
Christian Lohmaier
04cf65e02c Update git submodules
* Update translations from branch 'master'
  to 21ea3a68e438396c58be1e282e1dfc8f6d7b5fd2
  - update translations for master
    
    and force-fix errors using pocheck
    
    Change-Id: Idacdc23e832352386c34c211e4bea478f2f5dcc0
2020-10-27 15:04:09 +01:00
Seth Chaiklin
2c0419b021 Other part to resolve: tdf#127279 Change Search attribute
Change-Id: I8078f14f25844facf2ec6bb4e0888c5c0f78e3d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104672
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2020-10-27 14:31:42 +01:00
Seth Chaiklin
052dcb7665 Partially resolves: tdf#127279 Change "register-true" to "Page line-spacing"
in Page and Paragraph

   For all places in UI where "register-true" appears, change
   to "Page line-spacing".

   -For Paragraph dialog, remove section heading and rename checkbox to
      "Activate page line-spacing"
   -For Page Style dialog, change label to: "Use page line-spacing"

   -Add tooltip and extended tooltip in Paragraph dialog;
   -Shorten tooltip in Page dialog, and add extended tooltip

   Bonus:
   -Add tooltip to "Automatic" in Paragraph dialog
   -Remove contraction in control label (in accordance with UI guidelines)

Change-Id: I826ce35051b1d2c04f0e52d4e9fe4e6cfd1d7cf9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104331
Tested-by: Jenkins
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-10-27 14:29:18 +01:00
Caolán McNamara
9bf58fd458 ofz#26676 null deref
Change-Id: Ic2bd8b49762266ad48263bd68a143b46fb5fd66f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104863
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-10-27 14:14:20 +01:00
Christian Lohmaier
7accc57517 Update git submodules
* Update translations from branch 'master'
  to 9e37d57a9ccfcba5925a14f5e29397b2fbf0e261
  - update translations for master / 7.1.0.0 alpha1
    
    and force-fix errors using pocheck
    
    Change-Id: Ic49ef021112516a473dac6df957ca8e4c27d2369
2020-10-27 14:13:40 +01:00
Regényi Balázs
ca83804ffc tdf#137678 DOCX VML shape import: fix missing horizontal mirroring
The MirroredY property is set (in the CustomShapeGeometry property), but
it is not supported for the LineShape by UNO, so we have to make the
mirroring during importing.

Change-Id: Iaa7e3a352598ad12c5e0d40b4fcd43fd197c4df9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104662
Tested-by: Jenkins
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2020-10-27 14:05:55 +01:00
Szabolcs Toth
c690d49770 tdf#137641 DOCX export: fix relative from top page border
alignment.

Follow-up of commit 1c593e1916
(tdf#133045 sw: add shape alignment to the top page border).

Change-Id: Ie5bc536556b72030d17829a917f91a15ad5157a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104660
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2020-10-27 13:35:49 +01:00
Daniel Arato (NISZ)
c9eb53f200 tdf#135198 sw editing: text box fell out of its shape
Without this patch if a shape anchored to a paragraph and containing
a text box was moved upwards beyond the vertical position of its anchor,
the text box failed to keep its position in sync with the shape.

This is fixed by telling the text box the absolute vertical position of
the corresponding shape after the latter is moved.

Note: Other fix is associated to the shortcut keys
Shift-Arrow Up/Shift-Arrow Down for moving text frames with
bigger steps vertically. Now it's not possible to use these
keys, but that was bad with text boxes, because it moved only
the text content of the text box.

Note: this patch fixes the vertical position of the text box
of textbox-wps-only.docx of the unit test textboxWpsOnly.

Change-Id: Ib66b13cae455462c616fed6bbd088433c83e61a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104520
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2020-10-27 13:27:55 +01:00
Mike Kaganski
ebea072fa7 Update git submodules
* Update helpcontent2 from branch 'master'
  to 934cd73d20322b68c830c78ac596eeddcdf85051
  - Improve "Enable regular expressions in formulas" section
    
    Add a link to regular expressions list; add LOOKUP to affected functions
    
    Change-Id: Ic753552b916bdccfcb13335ff32490babe0d840a
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104836
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-10-27 13:21:58 +01:00
Olivier Hallot
baf99eed05 Update git submodules
* Update helpcontent2 from branch 'master'
  to c1b3e8ec874a7d3fa2463a17bd55452315cec6df
  - Refactor database Help pages
    
    Move pages to proper Help module (WIP)
    
    Change-Id: I15fce44e0f066439db88175d1fd3754f4b618e23
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104880
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-10-27 13:13:00 +01:00
Jan-Marek Glogowski
bd6b817725 Add libgobject to gstreamer allowed libs...
and factor out the common glib, gdbus and gio combinations.
Seem code commonly either just uses gobject or depends on the full
set of glib libraries.

Regressed-by: b65d21596b
Change-Id: Ibd13fb25185a35181552df85d86e5c43fdd5152e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104862
Tested-by: Jenkins
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2020-10-27 12:06:50 +01:00
Mike Kaganski
dff273cc00 Put may succeed even if outer error is set
And use SbxValues ctor taking SbxDataType for simplicity

Change-Id: I25622bae33597a8782d9451f88eadce1cf07388d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104860
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-10-27 11:35:18 +01:00
Mike Kaganski
94044b8981 Replace these macro-based implementations with normal C++
Change-Id: Ibb227a0f9e7178ea388e720874ec31a178c2aab0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104859
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-10-27 11:22:46 +01:00
Miklos Vajna
4a35c118a3 tdf#137413 EMF import: fix transparency in the PDF fallback case
Commit d75c5b3891 (tdf#136836 emfio: speed
up import of EMF import when the orig PDF is available, 2020-09-17)
improved both performance and correctness of the EMF import, in case it
had a PDF fallback.

It turns out that PDF fallback can be nominally non-transparent, and
still the EMF equivalent supports transparency.

Fix the problem by enabling transparency in the PDF-in-EMF case.

Change-Id: I4d1585a5db6f28bd9c9cb380b5f193f4d5edcc8d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104849
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2020-10-27 11:20:46 +01:00
Jan-Marek Glogowski
6dfbab4090 tdf#136555 apply window bg color for button boxes
The default background color of the frame is APPBACKGROUND, which
is matched to GetWorkspaceColor(). That color is visible in Writer
as the default document workspace background.

Originally I just saw the dark background of the button box in the
start center, and thought the workspace color in Qt is wrong and
changed it in the reverted commit, missing the change of the color
around the Writer document.

Now that the button boxes's background color isn't fixed via the
"branding" setting, we also must react to changed style settings,
so we override the DataChanged function.

This also reverts commit e0c72e31c1.

Regressed-by: a927e0964b
Change-Id: I62396355054523baef1197a8a8af61c2f0d29ef3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104740
Tested-by: Jenkins
Reviewed-by: Thorsten Wagner <thorsten.wagner.4@gmail.com>
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2020-10-27 10:50:59 +01:00
Stephan Bergmann
c070fac05f Teach loplugin:toolslong about curl_easy_getinfo
...see a9266c39cc "loplugin:toolslong
(--enable-online-update)" arguing that "the third argument to

  curl_easy_getinfo(..., CURLINFO_RESPONSE_CODE, ...)

must be a pointer to long".

Change-Id: I7c542595219d2387cf869953fe40faef2b41b44f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104857
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-10-27 10:14:28 +01:00
Michael Stahl
142dc93d9a (related: tdf#131679) sw: only unmark if this SwFlyFrame is marked
Seems kind of pointless to unmark flys that aren't deleted.

SwFEShell::SelectObj() apparently guarantees that at most 1 SwFlyFrame
is marked.

Change-Id: I061fc640512192e6e0a916020e3ac0b91c75d5c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104818
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2020-10-27 09:46:16 +01:00
Caolán McNamara
7ae9e8b6ba ofz#26619 detect if SwFrameFormat deleted during import
Change-Id: I5dc778e44dcb670353e83037a5a5d469fa437186
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104853
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-10-27 09:41:37 +01:00
Seth Chaiklin
b69a5f5e6c Update git submodules
* Update helpcontent2 from branch 'master'
  to 3286cc1b7c171cb84c8661e0c5685c5600693218
  - rename German id in Tools menu
    
       tastatur --> "keyboard"  (in shared/00/00000406.xhp)
       and update shared/01/06140200.xhp, which referred to it.
       update (a few) to: <menuitem> and <h1> in Tools menu
    
    Change-Id: I177bfd6894e3bdb95c407422f086fdc16d3a4d40
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104833
    Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
    Tested-by: Jenkins
2020-10-27 09:25:26 +01:00
Seth Chaiklin
892caad9a4 Update git submodules
* Update helpcontent2 from branch 'master'
  to 93ee2d0f1ea9432d1bae5e7f69adc61ac169fb06
  - rename German ID
    
        hinweis --> "referencehelp"
        in swriter/01/04090003 and embedded in swriter/01/04090005 
    
    Change-Id: I81706d0cdf420aab69ccf4ad02a187f71faaf0ab
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104832
    Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
    Tested-by: Jenkins
2020-10-27 02:13:17 +01:00
Eike Rathke
352840a49b Resolves: tdf#137617 Use document address convention to create names
... from selection.

Change-Id: I0b170f36cfdb592e7cebae0246fba12c0180e2c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104854
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2020-10-27 01:47:59 +01:00
Xisco Fauli
f27c4ec5c8 uitest: sw: forgot to move this file
Change-Id: I429e6ff82cb28bea0c700a7d382509a524aad57d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104827
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2020-10-27 00:32:58 +01:00
Xisco Fauli
879f847d9d tdf#104649: move UItest to CppunitTest
Change-Id: I950432390e65dfabb4562a61b6091b085b9f5d0c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104813
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2020-10-27 00:32:14 +01:00
Caolán McNamara
c575569f20 rhbz#1891326 suggest package install of the most appropiate pt langpack
Change-Id: I87ff1a941a3a5dc0c321440a9c286ae73c9d0384
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104783
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-10-26 21:41:23 +01:00
Seth Chaiklin
f91b7c2ec4 Update git submodules
* Update helpcontent2 from branch 'master'
  to f551d6b2ddcb319c162c7789ae65de4274b8d5d1
  - tdf#131206 improve explanation of Insert Document (Field) (wip)
    
      - moved <note> about HTML export of date and time down to Format
          section
      - add initials for Author Type, and a sys-dependent advice about
          how to update that field.
      - remove table about Select items for Page Type, because it is 
          mentioned already in Table, plus it is part of auswahl section,
          which is embedded into DocInformation (04090004.xhp), which does
          not insert any "pages" in that dialog tab.
      - add "select list" to the tip about double-clicking
      - update <literal>,<menuitem>
      - update to: <h1>,<h2> in main page for Fields
      - eliminate German id: dokument-->document in 040900001.xhp
    
    Change-Id: I72803af2a9f38d8fd1e5ef45b3751934888d8a88
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104687
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2020-10-26 21:08:01 +01:00