Commit graph

497904 commits

Author SHA1 Message Date
Caolán McNamara
82b7823cd8 cid#1555070 COPY_INSTEAD_OF_MOVE
and

cid#1555069 COPY_INSTEAD_OF_MOVE
cid#1555128 COPY_INSTEAD_OF_MOVE
cid#1555131 COPY_INSTEAD_OF_MOVE
cid#1555137 COPY_INSTEAD_OF_MOVE
cid#1555142 COPY_INSTEAD_OF_MOVE
cid#1555152 COPY_INSTEAD_OF_MOVE
cid#1555154 COPY_INSTEAD_OF_MOVE
cid#1555161 COPY_INSTEAD_OF_MOVE
cid#1555163 COPY_INSTEAD_OF_MOVE

Change-Id: I86a5b7049ac8f31ca703add11381f5293233d9d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170863
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-23 09:19:37 +02:00
Rafael Lima
a7de9cc5e8 tdf#162104 Make sure the standard palette gets selected in a clear profile
Commit [1] introduced localization of color palette names. However, the name defined in Common.xcs is not localized, so we need to make sure that the standard palette gets selected on a clear profile.

[1] 5e45351c52

Change-Id: I2f03b3ab4bdbb77327388a754e1fc6f9d7413ba7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170732
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-07-23 01:55:43 +02:00
Laurent Balland
7c5cf7578e tdf#161799 Preserve default styles in Yellow Idea
Same as https://gerrit.libreoffice.org/c/core/+/169661
for Yellow Idea template

Change-Id: Iceb74c267285e51b98346c01b0804ab15ff471d5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169944
Tested-by: Jenkins
Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2024-07-22 23:12:57 +02:00
Laurent Balland
c81943ae93 tdf#161799 Preserve default styles in Growing Liberty template
Same as https://gerrit.libreoffice.org/c/core/+/169661
for Growing Liberty template

Change-Id: I58b1d3d24f55217fa5dd4019fbfa147a9ab1da01
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169843
Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
Tested-by: Jenkins
2024-07-22 23:12:29 +02:00
Julien Nabet
a8e738cb2e Update git submodules
* Update dictionaries from branch 'master'
  to 95ad46565d8b72a66bff7201b14040f031e8c615
  - Python: use is None/is not None instead of == None/!= None
    
    Change-Id: Id5d2fdd780ad703deb893df567e716e913efdf64
    Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/170361
    Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
    Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-07-22 22:51:14 +02:00
Andrea Gelmini
c1e86b37ec Fix typo
Change-Id: If48f6b33e37d97b6e9bc086c26be34dbd6f975cf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170862
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2024-07-22 22:47:50 +02:00
Armin Le Grand (Collabora)
3dcee7e080 CairoSDPR: Prepare BitmapAlphaPrimitive2D
This provides a BitmapPrimitive2D extended by a unified
transparency component. It will decompose to a
UnifiedTransparencePrimitive2D containing a
BitmapPrimitive2D and the transparence, so no primitive
processor has to support this primitive directly - but
can if feasible. I plan to use that ASAP

Change-Id: I83ec84eaadc8ba2b21f0ba0cb1fdcf43bdc455db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170852
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
2024-07-22 20:06:20 +02:00
Zainab Abbasi
2b25d81905 tdf#145538 Use range based for loops
Change-Id: I18d00da91253d6ce3b4d2c5af94d919a84309a3e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170329
Reviewed-by: Hossein <hossein@libreoffice.org>
Tested-by: Jenkins
2024-07-22 17:59:03 +02:00
Noel Grandin
f08fdf3e81 crashtesting tdf135164-3.docx
./instdir/program/soffice --headless --convert-to odt
~/Downloads/tdf135164-3.docx

fails after
    commit f98f684d22
    Author: Noel Grandin <noel.grandin@collabora.co.uk>
    Date:   Sat Jul 13 18:50:34 2024 +0200
    remove RecalcObjOrdNums in DoTextBoxZOrderCorrection

add a check to catch this case and flatten the method to make it more
readable

Change-Id: I7827807c77f51b28f16b1042b77b8211ab5416ec
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170839
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-07-22 14:22:04 +02:00
Patrick Luby
d81ffa179d tdf#161858 prevent crashing by catching any JSON exceptions
Change-Id: I733ac428c96a96be668d6334db8c71efaf51beff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170818
Reviewed-by: Patrick Luby <guibomacdev@gmail.com>
Tested-by: Jenkins
2024-07-22 13:56:03 +02:00
Noel Grandin
b5c24d544f no need to dynamic_cast when using GetItemSurrogates
since the items returned are guaranteed to be of the right type

Change-Id: I7912c0ec171b4617a7ac393786f553a1f0b6c78e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170836
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2024-07-22 13:18:46 +02:00
Noel Grandin
546f8dc057 speed up O(n^2) loop in UpdateFieldContents
Change-Id: I53af2d1af22ed58acd384d33396e517d8a395f17
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170834
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2024-07-22 13:18:37 +02:00
Noel Grandin
f1c247acd6 Revert "improve perf of lcl_GetUniqueFlyName"
This reverts commit a61128c95e.

Reason for revert: Causes trouble with UITests because the names of some objects are not predictable

Change-Id: I6320efd694849542ae79f0dc67c15d35eedfb750
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170742
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-07-22 13:17:07 +02:00
Heiko Tietze
8534ad7b7b Resolves tdf#159541 - Fix font color must not change depending on background
Change-Id: I954c9e3f8502a5243c664ed0bf066fb4c4cb4ccc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169991
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-07-22 13:01:43 +02:00
Caolán McNamara
ba9f87966f add a static_assert for sizes of m_nFieldTagAlways and m_nFieldTagBad
Change-Id: I4d847c74d8d069c76f874a19e6fbc99425757a44
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170837
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-22 12:53:59 +02:00
Caolán McNamara
8145fef391 cid#1608488 avoid COPY_INSTEAD_OF_MOVE
can drop the copy and use the orig instead

Change-Id: I1463ee677677a7861162742f0c74c33d4a5951ce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170825
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-22 12:30:22 +02:00
Armin Le Grand (Collabora)
a3081afb19 CairoSDPR: Better support for XOR
Change-Id: Ib6a8489e655640e7a12eaec943977867e94d2793
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170799
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
2024-07-22 12:16:02 +02:00
Noel Grandin
c3e8dbc139 Improve the perf for pool item scanning..
for large complex documents with lots of shapes.

When that happens, we spend a lot of time scanning the std::unordered_set inside DefaultItemInstanceManager.

Since most of our items are already capable of being hashed, and thus avoiding the scanning cost, make it so we can use the HashableItemInstanceManager most of the time.

Change-Id: I43f4c04e956d316c976bea67d1941529d2d91182
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170813
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Tested-by: Armin Le Grand <Armin.Le.Grand@me.com>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-07-22 11:29:32 +02:00
Caolán McNamara
3133788fb5 cid#1608424 COPY_INSTEAD_OF_MOVE
and

cid#1607592 COPY_INSTEAD_OF_MOVE
cid#1607487 COPY_INSTEAD_OF_MOVE
cid#1607480 COPY_INSTEAD_OF_MOVE
cid#1607444 COPY_INSTEAD_OF_MOVE
cid#1607369 COPY_INSTEAD_OF_MOVE
cid#1607356 COPY_INSTEAD_OF_MOVE
cid#1607342 COPY_INSTEAD_OF_MOVE
cid#1607329 COPY_INSTEAD_OF_MOVE
cid#1607327 COPY_INSTEAD_OF_MOVE
cid#1607303 COPY_INSTEAD_OF_MOVE
cid#1607284 COPY_INSTEAD_OF_MOVE

Change-Id: Ia2d5d4e2de8ca96a9557df5266754e52efa4f60e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170826
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-22 11:14:41 +02:00
Weblate
b547d13a46 android-viewer translated using Weblate
Japanese currently translated at 83.6% (97 of 116 strings)

Change-Id: I0f1a0b85fa02badf103683cc589b8cc0a3a99a6b
Co-authored-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings/ja/
Translation: android-viewer/android-strings
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170788
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-07-22 10:42:54 +02:00
Caolán McNamara
2d4aa7861c cid#1608362 Double unlock
and

cid#1608276 Double lock

Change-Id: I64529c0b9e9b4df2ee51a024522f82051ccea25d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170824
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-22 09:35:00 +02:00
Caolán McNamara
1cf263e838 cid#1608288 silence Overflowed constant
Change-Id: Ic20c62c06f67792b263a15adcc4855297f2fefef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170823
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-22 09:34:29 +02:00
Caolán McNamara
fdd5d471c1 cid#1607270 silence Overflowed integer argument
Change-Id: Ie5973c23d2d106815af0d1300a99687a84cfed1b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170822
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-22 09:34:18 +02:00
Noel Grandin
041b3d8166 drawpage::getCount is expensive
so only call it once at the start of the loop. Shaves 1% off the cost of
loading complex documents with lots of shapes.

Change-Id: Ieb985b2523f6b4db3313eb000cf64e9c689e65c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170820
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-07-22 08:23:18 +02:00
Rafael Lima
180f0c1ec8 tdf#161501 Improve visuals of selected entries in Vertical tabs
This patch improves the following in vertical tabs:
1) Selected entries are painted natively when possible
2) Entries are a bit taller
3) Text is now vertically centered (for items that are text-only)
4) In native controls a mark is drawn on the selected tab

Change-Id: I42a8e002130030d1484c4149b146258921436af9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170554
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
2024-07-22 07:05:00 +02:00
Olivier Hallot
ba0e0093b0 Update git submodules
* Update helpcontent2 from branch 'master'
  to 805241fc011cf160c349548bcb532f487aa18e38
  - tdf#144986 Blank cells vs. empty string.
    
    Change-Id: If9c718e476625a137881805757f1011938ac9986
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/170816
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2024-07-21 22:59:01 +02:00
Caolán McNamara
5c783662b9 cid#1556239 Use of auto that causes a copy
and

cid#1557287 Use of auto that causes a copy
cid#1558003 Use of auto that causes a copy
cid#1557568 Use of auto that causes a copy
cid#1556546 Use of auto that causes a copy
cid#1557377 Use of auto that causes a copy
cid#1608325 Use of auto that causes a copy

Change-Id: I84e59d2b14bb1e5856f9cac521ad6542b1784243
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170821
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
2024-07-21 22:40:30 +02:00
Caolán McNamara
a97efa53de cid#1606961 silence Overflowed array index read
and

cid#1606751 Overflowed array index read

Change-Id: If9681a61b14b68e6d1f12b0d4907ab23180972f2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170819
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-21 22:40:22 +02:00
Caolán McNamara
4eb2718367 GetEmptyBrushItem is used readonly
Change-Id: I7994e48ffdedeaf99d8422c02d235e89ebf10366
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170815
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
2024-07-21 20:49:08 +02:00
Mike Kaganski
6e51784dc5 Use tools::Duration / DateTime to avoid use of boost
Change-Id: Idec79929952929d1720b67fc865ac4a0c4908678
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170817
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-07-21 19:15:22 +02:00
Laurent Balland
d9c156e70e tdf#161799 Preserve default styles in Candy template
Some default styles ("Filled Blue", "Filled Red", "Filled Yellow",
"Outlined Blue", "Outlined Red", "Outlined Yellow") were modified. But
when slide is copied to other presentation, these new styles are
replaced by default styles.
This change duplicates the formats to preserve them when slides are
copied outside Candy template.

Change-Id: I38ccacbe65912c5b2cfecfa0d309a412bc34a867
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169661
Tested-by: Jenkins
Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2024-07-21 18:20:08 +02:00
Mike Kaganski
a245fd604c tdf#156530: fix OPreparedStatement::setString
The problem was, that the function only considered the target XSQLVAR's
sqltype,  ignoring sqlsubtype.  This led to a situation when assignment
to NUMERIC or DECIMAL  was treated as assignment  to an underlying type,
like SQL_LONG, performed without taking scale into account.

Use ColumnTypeInfo and its getSdbcType, which provides the correct type,
and add missing cases to setString.  Fix setObjectWithInfo to make sure
that the resulting number is correct.

This also fixes export of NUMERIC/DECIMAL in HSQL migration. Previously
it miscalculated the position of decimal separator,  which accidentally
went unnoticed in the existing unit test, because it was compensated by
broken handling in Firebird SDBC for the specific numbers in the test.

OResultSet::makeNumericString was also fixed; it didn't handle properly
the case of zero fractional part:  initial number 1200 with scale 2 was
converted to a string "12.000" instead of expected "12.00".

Change-Id: I5adac59737d21f91c782fe867d4827fb880fd62a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170812
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-07-21 17:22:52 +02:00
Caolán McNamara
b53ea34333 ofz#70572 build failure
Change-Id: Id52104ee937306fc628d99c6f9dc6083fb054ffc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170814
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-21 15:30:22 +02:00
Andrea Gelmini
7c55e42630 Remove duplicated include
Change-Id: Ie0ab653d1301b6cc401738fb35e51f49b4e526ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170811
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Tested-by: Jenkins
2024-07-21 15:29:55 +02:00
Eike Rathke
d6030b66f1 Pull today DateTime out of loop
It's unnecessary to obtain system time twice or thrice and also prevents
different today values when looping over midnight.

Change-Id: Ifcf4917769bb1d853e326049711e295d54408eef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170699
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
2024-07-21 13:22:30 +02:00
Noel Grandin
a61128c95e improve perf of lcl_GetUniqueFlyName
reduces the load time of a complex document from 18s to 16s

Change-Id: I5382e27bf1b6beaf7276ef46f10d43d5bf9822d6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170795
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-07-21 12:00:36 +02:00
varshneydevansh
07ae0e5ada tdf#82716 Add initial implementation of the Histogram Chart
- Add the Histogram selection to the UI
- Histogram bars showing with No Gap
- Convert X and Y axis to group data into bins and frequency
- Adjusted failing UI test (tdf138556) as a new chart type was added

Change-Id: Id1f161adac943ead5e17c7fbb7e14c9ab7f1655e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167068
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2024-07-21 08:02:43 +02:00
Mike Kaganski
b92b1ca8c1 Refactor for clarity
Change-Id: Ie15fe9d2542000132c9928099f515dca8d287d52
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170737
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-07-21 07:13:34 +02:00
Mike Kaganski
8705cfecd5 Unchecked dereference of UNO_QUERY result
Change-Id: I85599f303e45ea003b5e214206e4ae3e5216509d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170735
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-07-21 04:09:20 +02:00
Mike Kaganski
3bc868b8a4 Optimize a bit
Change-Id: I3ad48edd96dd7d390174626cda6841be04b2db07
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170736
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-07-21 04:09:11 +02:00
Caolán McNamara
2b2cbdb006 cid#1608102 Double unlock
Change-Id: I8cb89726926d2f079735e81491f2b9f1d61f6416
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170807
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
2024-07-21 01:29:32 +02:00
Caolán McNamara
a4befb29f3 cid#1610738 Logically dead code
Change-Id: I5f10539adb2c109c19ec6ec41ec84c0db03b4d22
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170801
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-21 01:29:15 +02:00
Andrea Gelmini
0e195e0734 Fix typo
Change-Id: Icfce04f91f76119f970073bbcdbe65770f0e31c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170798
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Tested-by: Jenkins
2024-07-20 23:53:11 +02:00
Andrea Gelmini
81a5193629 Fix typo
Change-Id: I0f82c1ef158213cdf77621fb0b46be9b7424feb0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170797
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Tested-by: Jenkins
2024-07-20 23:52:43 +02:00
Caolán McNamara
d33d592801 cid#1554791 COPY_INSTEAD_OF_MOVE
and

cid#1554819 COPY_INSTEAD_OF_MOVE
cid#1554837 COPY_INSTEAD_OF_MOVE
cid#1554881 COPY_INSTEAD_OF_MOVE
cid#1554882 COPY_INSTEAD_OF_MOVE
cid#1554884 COPY_INSTEAD_OF_MOVE
cid#1554891 COPY_INSTEAD_OF_MOVE
cid#1554892 COPY_INSTEAD_OF_MOVE
cid#1554897 COPY_INSTEAD_OF_MOVE
cid#1554904 COPY_INSTEAD_OF_MOVE
cid#1554918 COPY_INSTEAD_OF_MOVE
cid#1554928 COPY_INSTEAD_OF_MOVE
cid#1554931 COPY_INSTEAD_OF_MOVE
cid#1554944 COPY_INSTEAD_OF_MOVE
cid#1554945 COPY_INSTEAD_OF_MOVE
cid#1554959 COPY_INSTEAD_OF_MOVE
cid#1554960 COPY_INSTEAD_OF_MOVE
cid#1554963 COPY_INSTEAD_OF_MOVE
cid#1554966 COPY_INSTEAD_OF_MOVE
cid#1554969 COPY_INSTEAD_OF_MOVE
cid#1554973 COPY_INSTEAD_OF_MOVE
cid#1555011 COPY_INSTEAD_OF_MOVE
cid#1555012 COPY_INSTEAD_OF_MOVE
cid#1555015 COPY_INSTEAD_OF_MOVE
cid#1555044 COPY_INSTEAD_OF_MOVE
cid#1555051 COPY_INSTEAD_OF_MOVE
cid#1555055 COPY_INSTEAD_OF_MOVE
cid#1555063 COPY_INSTEAD_OF_MOVE
cid#1555068 COPY_INSTEAD_OF_MOVE
cid#1555073 COPY_INSTEAD_OF_MOVE
cid#1555074 COPY_INSTEAD_OF_MOVE
cid#1555078 COPY_INSTEAD_OF_MOVE
cid#1555080 COPY_INSTEAD_OF_MOVE
cid#1555091 COPY_INSTEAD_OF_MOVE
cid#1555099 COPY_INSTEAD_OF_MOVE
cid#1555101 COPY_INSTEAD_OF_MOVE
cid#1555121 COPY_INSTEAD_OF_MOVE
cid#1610739 COPY_INSTEAD_OF_MOVE
cid#1608424 COPY_INSTEAD_OF_MOVE
cid#1608059 COPY_INSTEAD_OF_MOVE
cid#1607952 COPY_INSTEAD_OF_MOVE
cid#1607653 COPY_INSTEAD_OF_MOVE
cid#1607614 COPY_INSTEAD_OF_MOVE
cid#1607592 COPY_INSTEAD_OF_MOVE

Change-Id: Ie9f922a9fe1b8001dfab31e2741fe8bd5558e442
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170802
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-20 23:03:28 +02:00
Stanislav Horacek
f12f05dae4 Update git submodules
* Update helpcontent2 from branch 'master'
  to 401844aa0d051bad2cb8861a185b9a7c0f88cf48
  - allow localization of XLOOKUP example
    
    Change-Id: I024907e9fbc45c41ef4240eaca018c1af1491f4e
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/170804
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2024-07-20 22:54:37 +02:00
Stanislav Horacek
7185e17512 Update git submodules
* Update helpcontent2 from branch 'master'
  to de354a5e67e0e079d471c3ba7d806044f997c238
  - use same names of XMATCH arguments as in UI
    
    Change-Id: I1ce3a68d071bdccb1caa9af3c4389d8c0db82979
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/170805
    Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
    Tested-by: Jenkins
2024-07-20 22:54:16 +02:00
Caolán McNamara
bfd5670ab7 cid#1610739 COPY_INSTEAD_OF_MOVE
Change-Id: I618fbda65c66985c3179578d1fa106514c5aef30
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170800
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
2024-07-20 21:38:10 +02:00
Jim Raykowski
de9a7a5936 Resolves tdf#162018 Unexpected loss in focus in the "Manage Changes"
window when adding a change in the document (Track changes mode),
round 2

Addresses two situations where the list still jumps to the top:

Situation 1:
When an entry is added to the end of the changes list.

Situation 2:
After editing a comment for a change list entry with the 'Comment'
dialog.

Change-Id: I4a75e6bcba13fb9cc735cf78756fe736b9d4665d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170598
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Tested-by: Jenkins
2024-07-20 20:48:23 +02:00
Armin Le Grand (Collabora)
45c45e97e1 CairoSDPR: make use of RGBA PolyPolygon in more cases
Change-Id: I7cd93e5452bce96eef295c766f4cb391ddd67250
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170792
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Tested-by: Jenkins
2024-07-20 19:31:36 +02:00