[Libreoffice-bugs] [Bug 147574] Resolve state isn't tracked by track changes

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147574

Dieter  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=73
   ||125

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 73125] Recorded change type (Action) for comment should be Comment instead of Insertion

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73125

Dieter  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||7574

--- Comment #4 from Dieter  ---
(In reply to Buovjaga from comment #3)
> The name of the column is "Action" and "Insertion" is expressed with a green
> plus sign. In the Filter tab you can see the names of the change types in a
> dropdown, if you check the action box.

Thank you for explanation. So ide is to have "Comment" a new action type. But
before it should be clear, if comments hould be part of track changes (as far
as I can see only inserting and deleting of comments are tracked as changes);
see bug 147574

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147765] Calc/Impress/Draw fail to render protected hyphen for Liberation Sans

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147765

--- Comment #7 from OfficeUser  ---
(In reply to m.a.riosv from comment #6)
> Please test with a clean profile, Menu/Help/Restart in Safe Mode

Hi  m.a.riosv,

thanks for commenting. I get the same bad result in safe mode. :-(

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - sc/source

2022-03-08 Thread Szymon Kłos (via logerrit)
 sc/source/ui/cctrl/checklistmenu.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ede013556275e2095914d88d42f5af04d9919b53
Author: Szymon Kłos 
AuthorDate: Tue Mar 8 12:41:42 2022 +0100
Commit: Szymon Kłos 
CommitDate: Wed Mar 9 08:49:51 2022 +0100

lok: autofilter: use correct timer

copy/paste mistake introduced in:

https://cgit.freedesktop.org/libreoffice/core/commit/?h=distro/collabora/co-2021=9419c2928a97d5c14be244dfdec51401b0487809

Change-Id: I08d5290b034d8df415c85917600a6182b3bbfc9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131179
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Mert Tumer 

diff --git a/sc/source/ui/cctrl/checklistmenu.cxx 
b/sc/source/ui/cctrl/checklistmenu.cxx
index e89fdbdb4df5..c72c2217856f 100644
--- a/sc/source/ui/cctrl/checklistmenu.cxx
+++ b/sc/source/ui/cctrl/checklistmenu.cxx
@@ -282,7 +282,7 @@ void ScCheckListMenuControl::queueCloseSubMenu()
 maCloseTimer.mpSubMenu = maOpenTimer.mpSubMenu;
 maCloseTimer.mnMenuPos = maOpenTimer.mnMenuPos;
 if (comphelper::LibreOfficeKit::isActive())
-maOpenTimer.maTimer.Invoke();
+maCloseTimer.maTimer.Invoke();
 else
 maCloseTimer.maTimer.Start();
 }


[Libreoffice-commits] core.git: sw/qa

2022-03-08 Thread Miklos Vajna (via logerrit)
 sw/qa/extras/ooxmlexport/ooxmlexport4.cxx |   27 ---
 1 file changed, 8 insertions(+), 19 deletions(-)

New commits:
commit 493e7a952d291cbb0601ddc7bdc791bf21d5af88
Author: Miklos Vajna 
AuthorDate: Tue Mar 8 20:09:07 2022 +0100
Commit: Miklos Vajna 
CommitDate: Wed Mar 9 08:31:14 2022 +0100

CppunitTest_sw_ooxmlexport4: avoid mustTestImportOf()

Can use CPPUNIT_TEST_FIXTURE() instead.

See commit a226cec52e536c46e03f57a5f1f7931abbeb0cdd
(CppunitTest_sw_rtfimport: convert one testcase to use
CPPUNIT_TEST_FIXTURE(), 2019-11-05) for motivation.

Change-Id: Idcd5b5a2171d9e261f614bbdc1ca69b7feb9fa01
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131223
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
index 5fc907c4d938..25682f90bf11 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
@@ -33,20 +33,6 @@ public:
 Test() : SwModelTestBase("/sw/qa/extras/ooxmlexport/data/", "Office Open 
XML Text") {}
 
 protected:
-/**
- * Denylist handling
- */
-bool mustTestImportOf(const char* filename) const override {
-const char* aDenylist[] = {
-"math-escape.docx",
-"math-mso2k7.docx",
-};
-std::vector vDenylist(aDenylist, aDenylist + 
SAL_N_ELEMENTS(aDenylist));
-
-// If the testcase is stored in some other format, it's pointless to 
test.
-return (OString(filename).endsWith(".docx") && 
std::find(vDenylist.begin(), vDenylist.end(), filename) == vDenylist.end());
-}
-
 virtual std::unique_ptr preTest(const char* filename) override
 {
 if (filename == std::string_view("combobox-control.docx") )
@@ -85,8 +71,9 @@ DECLARE_OOXMLEXPORT_TEST(testRelorientation, 
"relorientation.docx")
 }
 }
 
-DECLARE_OOXMLEXPORT_TEST(testBezier, "bezier.odt")
+CPPUNIT_TEST_FIXTURE(Test, testBezier)
 {
+loadAndReload("bezier.odt");
 CPPUNIT_ASSERT_EQUAL(1, getPages());
 // Check that no shape got lost: a bezier, a line and a text shape.
 CPPUNIT_ASSERT_EQUAL(3, getShapes());
@@ -241,7 +228,7 @@ DECLARE_OOXMLEXPORT_TEST(testTestTitlePage, 
"testTitlePage.docx")
 CPPUNIT_ASSERT_EQUAL(OUString("aaa"), 
parseDump("/root/page[2]/footer/txt/text()"));
 }
 
-DECLARE_OOXMLEXPORT_TEST(testTableRowDataDisplayedTwice,"table-row-data-displayed-twice.docx")
+DECLARE_OOXMLEXPORT_TEST(testTableRowDataDisplayedTwice, 
"table-row-data-displayed-twice.docx")
 {
 // fdo#73534: There was a problem for some documents during export.Invalid 
sectPr getting added
 // because of wrong condition in code.
@@ -447,8 +434,9 @@ CPPUNIT_TEST_FIXTURE(Test, testChartInFooter)
 CPPUNIT_ASSERT_EQUAL(1, getShapes());
 }
 
-DECLARE_OOXMLEXPORT_TEST(testNestedTextFrames, "nested-text-frames.odt")
+CPPUNIT_TEST_FIXTURE(Test, testNestedTextFrames)
 {
+loadAndReload("nested-text-frames.odt");
 CPPUNIT_ASSERT_EQUAL(3, getShapes());
 CPPUNIT_ASSERT_EQUAL(1, getPages());
 // First problem was LO crashed during export (crash test)
@@ -849,8 +837,9 @@ CPPUNIT_TEST_FIXTURE(Test, testParagraphWithComments)
 CPPUNIT_ASSERT_EQUAL( idInDocXml, idInCommentXml );
 }
 
-DECLARE_OOXMLEXPORT_TEST(testTdf104707_urlComment, "tdf104707_urlComment.odt")
+CPPUNIT_TEST_FIXTURE(Test, testTdf104707_urlComment)
 {
+loadAndReload("tdf104707_urlComment.odt");
 CPPUNIT_ASSERT_EQUAL(1, getPages());
 uno::Reference xTextFieldsSupplier(mxComponent, 
uno::UNO_QUERY);
 uno::Reference 
xFieldsAccess(xTextFieldsSupplier->getTextFields());
@@ -1198,7 +1187,7 @@ 
DECLARE_OOXMLEXPORT_TEST(testInheritFirstHeader,"inheritFirstHeader.docx")
 }
 
 #if HAVE_MORE_FONTS
-DECLARE_OOXMLEXPORT_TEST(testTdf81345_045Original,"tdf81345.docx")
+DECLARE_OOXMLEXPORT_TEST(testTdf81345_045Original, "tdf81345.docx")
 {
 //Header wasn't replaced  and columns were missing because no new style 
was created.
 uno::Reference xModel(mxComponent, uno::UNO_QUERY);


[Libreoffice-bugs] [Bug 147863] 500 hours YTTC Rishikesh

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147863

Om Yoga International  changed:

   What|Removed |Added

URL||https://omyogainternational
   ||.com/our-courses/500hours-a
   ||shtanga-vinyasa-hatha-yoga-
   ||ttc/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147863] New: 500 hours YTTC Rishikesh

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147863

Bug ID: 147863
   Summary: 500 hours YTTC Rishikesh
   Product: Document Liberation Project
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: omyogainternationa...@gmail.com

500 hours yoga teacher training Rishikesh is a Yoga Alliance USA-registered
yoga trainer recognized every country. Om Yoga International is a yoga retreat
centre that will help you deepen your practice and increase your flexibility.
This Hatha yoga teacher training Rishikesh course will hone your yogi skills
and knowledge to an advanced level and help you develop your teaching style.
Visit - 
https://omyogainternational.com/
https://omyogainternational.com/our-courses/200hours-ashtanga-vinyasa-hatha-yoga-ttc/
https://omyogainternational.com/our-courses/300hours-ashtanga-vinyasa-hatha-yoga-ttc/
https://omyogainternational.com/our-courses/500hours-ashtanga-vinyasa-hatha-yoga-ttc/
https://omyogainternational.com/our-courses/prenatal-postnatal-yoga-ttc/
https://omyogainternational.com/our-courses/yoga-retreat/
https://omyogainternational.com/our-courses/online-yoga-ttc/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 133764] [META] Very large spreadsheets problem

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133764
Bug 133764 depends on bug 50916, which changed state.

Bug 50916 Summary: Allow more than 1024 columns in calc
https://bugs.documentfoundation.org/show_bug.cgi?id=50916

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 107977] [META] Calc feature enhancements

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107977
Bug 107977 depends on bug 50916, which changed state.

Bug 50916 Summary: Allow more than 1024 columns in calc
https://bugs.documentfoundation.org/show_bug.cgi?id=50916

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 50916] Allow more than 1024 columns in calc

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50916

Luboš Luňák  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||l.lu...@collabora.com
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 50916] Allow more than 1024 columns in calc

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50916

--- Comment #190 from Commit Notification 
 ---
Luboš Luňák committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/4c5f8ccf0a2320432b8fe91add1dcadf54d9fd58

change default Calc number of columns to 16384 (tdf#50916)

It will be available in 7.4.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 50916] Allow more than 1024 columns in calc

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50916

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.2.0 target:5.3.0  | target:5.2.0 target:5.3.0
   |target:5.4.0 target:6.0.0   |target:5.4.0 target:6.0.0
   |target:6.1.0 target:6.3.0   |target:6.1.0 target:6.3.0
   |target:6.4.0 target:6.5.0   |target:6.4.0 target:6.5.0
   |target:7.0.0|target:7.0.0 target:7.4.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: pyuno/qa sc/inc

2022-03-08 Thread Luboš Luňák (via logerrit)
 pyuno/qa/pytests/testcollections_XCellRange.py |4 ++--
 sc/inc/address.hxx |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 4c5f8ccf0a2320432b8fe91add1dcadf54d9fd58
Author: Luboš Luňák 
AuthorDate: Tue Mar 8 12:44:49 2022 +0100
Commit: Luboš Luňák 
CommitDate: Wed Mar 9 08:25:44 2022 +0100

change default Calc number of columns to 16384 (tdf#50916)

All tests pass now, and I've also handled all significant bugreports
from tdf#133764. This commit is mainly meant to test this more
in practice and collect feedback. Depending on how this turns out,
there may be a backwards compatibility option or something similar,
but so far I see no significant need for it.

Change-Id: I1a946f4e0b51be5acf4e25dc773e7694c2b17b48
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131180
Tested-by: Jenkins
Reviewed-by: Luboš Luňák 

diff --git a/pyuno/qa/pytests/testcollections_XCellRange.py 
b/pyuno/qa/pytests/testcollections_XCellRange.py
index 3f610ca3485c..641482433375 100644
--- a/pyuno/qa/pytests/testcollections_XCellRange.py
+++ b/pyuno/qa/pytests/testcollections_XCellRange.py
@@ -348,7 +348,7 @@ class TestXCellRange(CollectionsTestBase):
 self.assertEqual(0, rng.RangeAddress.StartRow)
 self.assertEqual(0, rng.RangeAddress.StartColumn)
 self.assertEqual(0, rng.RangeAddress.EndRow)
-self.assertEqual(1023, rng.RangeAddress.EndColumn)
+self.assertEqual(16383, rng.RangeAddress.EndColumn)
 
 spr.close(True)
 
@@ -369,7 +369,7 @@ class TestXCellRange(CollectionsTestBase):
 self.assertEqual(0, rng.RangeAddress.StartRow)
 self.assertEqual(0, rng.RangeAddress.StartColumn)
 self.assertEqual(0, rng.RangeAddress.EndRow)
-self.assertEqual(1023, rng.RangeAddress.EndColumn)
+self.assertEqual(16383, rng.RangeAddress.EndColumn)
 
 spr.close(True)
 
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index 18bd11049e92..13cfd9c408c2 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -60,7 +60,7 @@ const SCSIZE   SCSIZE_MAX   = 
::std::numeric_limits::max();
 
 // Count values
 const SCROW   MAXROWCOUNT= 1048576;
-const SCCOL   MAXCOLCOUNT= 1024;
+const SCCOL   MAXCOLCOUNT= 16384;
 const SCCOL   INITIALCOLCOUNT = 64; // initial number of columns we 
allocate memory for
 /// limiting to 1 for now, problem with 32 bit builds for now
 const SCTAB   MAXTABCOUNT= 1;
@@ -82,7 +82,7 @@ const SCTAB   MAXINITTAB = 1024;
 const SCTAB   MININITTAB = 1;
 
 inline constexpr OUStringLiteral MAXROW_STRING(u"1048575");
-inline constexpr OUStringLiteral MAXCOL_STRING(u"AMJ");
+inline constexpr OUStringLiteral MAXCOL_STRING(u"XFD");
 inline constexpr OUStringLiteral MAXROW_JUMBO_STRING(u"16777215");
 inline constexpr OUStringLiteral MAXCOL_JUMBO_STRING(u"XFD");
 


[Libreoffice-bugs] [Bug 120200] [META] Update or correct help for features

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120200

Dieter  changed:

   What|Removed |Added

 Depends on||147862


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=147862
[Bug 147862] HELP: Improve Toolbar Overview
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147862] HELP: Improve Toolbar Overview

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147862

Dieter  changed:

   What|Removed |Added

 Blocks||120200, 103239


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103239
[Bug 103239] [META] Toolbars bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=120200
[Bug 120200] [META] Update or correct help for features
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 103239] [META] Toolbars bugs and enhancements

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103239

Dieter  changed:

   What|Removed |Added

 Depends on||147862


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=147862
[Bug 147862] HELP: Improve Toolbar Overview
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 120172] [META] Button controls bugs and enhancements

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120172
Bug 120172 depends on bug 67343, which changed state.

Bug 67343 Summary: [META] Standardize order of OK, Cancel, Help buttons in all 
dialog windows
https://bugs.documentfoundation.org/show_bug.cgi?id=67343

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113108] [META] Dialog UI/UX bugs and enhancements

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113108
Bug 113108 depends on bug 67343, which changed state.

Bug 67343 Summary: [META] Standardize order of OK, Cancel, Help buttons in all 
dialog windows
https://bugs.documentfoundation.org/show_bug.cgi?id=67343

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 67343] [META] Standardize order of OK, Cancel, Help buttons in all dialog windows

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67343

Dieter  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 CC||dgp-m...@gmx.de

--- Comment #11 from Dieter  ---
Empty metabug and no further input for five years. So I think we can close it.
Xisco, fee free to change it back to NEW, if you disagree.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 126904] In LO Calc: Right arrow causes a large unexpected column jump in protected sheet.

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126904

--- Comment #33 from Luboš Luňák  ---
You're setting something that should be set by default. You can create a new
blank document and check that the Default style there has protection set. I
don't know how come it's changed for your documents, whether you changed it at
some point, or it was a bug in old LO versions or something else, but it's not
normally supposed to be that way.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147862] New: HELP: Improve Toolbar Overview

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147862

Bug ID: 147862
   Summary: HELP: Improve Toolbar Overview
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dgp-m...@gmx.de
CC: olivier.hal...@libreoffice.org

Actually help page "Toolbars" contains overvie of 18 toolbars (plus Rulers,
that I wouldn't call a toolbar):
https://help.libreoffice.org/7.4/en-GB/text/swriter/main0200.html?DbPAR=WRITER

View -> Toolbars shows 28 toolbars. So we should add informations about them in
the toolbar overview, too, especially for the following ones:

- Fontwork (Toolbar page: [1])
- Form Controls [Toolbar page: [2])
- Form Navigation [Toolbar page: [3])
- Track Changes [Track Changes page: [4]; information for some entries are
missing)

I also propose to give overview an alphabetical order (or at least there should
be the same order in Toolbar help page and content overview) 

[1]
https://help.libreoffice.org/7.4/en-GB/text/shared/fontwork_toolbar.html?=WRITER=WIN

[2]
https://help.libreoffice.org/7.4/en-GB/text/shared/02/0117.html?=WRITER=WIN

[3]
https://help.libreoffice.org/7.4/en-GB/text/shared/main0213.html?=WRITER=WIN

[4]
https://help.libreoffice.org/7.4/en-GB/text/shared/01/0223.html?=WRITER=WIN

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147574] Resolve state isn't tracked by track changes

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147574

Telesto  changed:

   What|Removed |Added

 CC||libreoff...@nisz.hu

--- Comment #2 from Telesto  ---
(In reply to Dieter from comment #1)
> Telesto, as far as I can see, inserting and delting a comment (but see
> 115645) are the only changes, that are tracked. Comments are not part of
> tracking changes, see [1]. So general question is, if comments should be
> included.
> 
> Personally I won't suport this, because changing layout of a comment is not
> such important as in text area and for collaborative work you can always
> answer to a comment.
> 
> What do you think, Telesto? => NEEDINFO
> 
> 
> [1]
> https://help.libreoffice.org/7.3/en-GB/text/shared/01/02230100.
> html?=WRITER=WIN

Well i'm not an expert on the matter. In my perception every change should be
tracked. But I have barely use track changes and didn't check the behaviour
other office suites.
The only reason I reported this is that the Resolved state being introduced
recently. An few implementation errors did occur by not covering all facets  
So I assumed the track changes code not being adapted

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 100525] [FILEOPEN] New lines missing in field (from custom docprop) in specific DOCX

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100525

Justin L  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||7861

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113200] [META] DOC (binary) field bugs and enhancements

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113200

Justin L  changed:

   What|Removed |Added

 Depends on||147861


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=147861
[Bug 147861] FILEOPEN DOC: Custom DocProperty field shows only one value, not
the changed value
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147860] Top Scuba Diving Mallorca Centre

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147860

Petro Divers  changed:

   What|Removed |Added

URL||https://petrodivers.com/es/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147860] New: Top Scuba Diving Mallorca Centre

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147860

Bug ID: 147860
   Summary: Top Scuba Diving Mallorca Centre
   Product: Document Liberation Project
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: petrodivers@gmail.com

Scuba Diving Mallorca is a favourite activity popular all over Spain & Germany.
People would love to enjoy their vacations at Petro Divers with the top
trainers. Here, the families come from far away to enjoy the perfect Diving in
Mallorca. To know about the pricing & other offers you can contact us.
Visit - https://petrodivers.com/de/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 114263] [LOCALHELP] More BASIC functions to document in Help pages

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114263

--- Comment #18 from Mike Kaganski  ---
Option Compatible help page [1] needs this detail added to the list of the
affected things:

With it, this is a valid syntax:

  Dim opt(0) As com.sun.star.beans.PropertyValue

Without, it must have New:

  Dim opt(0) As New com.sun.star.beans.PropertyValue

[1]
https://help.libreoffice.org/latest/en-US/text/sbasic/shared/compatible.html?DbPAR=BASIC

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-ux-advise] [Bug 115645] Should be able to permanently delete comments with track changes enabled.

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115645

Telesto  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||tele...@surfxs.nl
   Keywords||needsUXEval

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 115645] Should be able to permanently delete comments with track changes enabled.

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115645

Telesto  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||tele...@surfxs.nl
   Keywords||needsUXEval

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147859] Good Web Design company in India

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147859

matebiz  changed:

   What|Removed |Added

URL||https://www.matebiz.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147859] New: Good Web Design company in India

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147859

Bug ID: 147859
   Summary: Good Web Design company in India
   Product: Document Liberation Project
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: matebiz@gmail.com

A good website not only reflects your company, but it is also one of the main
reasons why a potential customer will convert into a client. A good web design
company in India can help you increase traffic and drive leads to help your
business grow. Matebiz was founded in 2016 and is now a web development company
in India based in Delhi. Contact us to get in touch with our support team.

Visit us:- https://www.matebiz.com/web-design-company-india/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: cui/inc cui/uiconfig sd/uiconfig

2022-03-08 Thread Adolfo Jayme Barrientos (via logerrit)
 cui/inc/strings.hrc |2 +-
 cui/uiconfig/ui/textcolumnstabpage.ui   |2 +-
 sd/uiconfig/simpress/ui/publishingdialog.ui |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d6cd44b74cf0b6b0eaeea6f986f749da42d171ac
Author: Adolfo Jayme Barrientos 
AuthorDate: Wed Mar 2 00:56:19 2022 -0600
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Mar 9 07:44:42 2022 +0100

Fix some mistakes in strings reported by translators

Change-Id: I56defd20865ddfcefd51dae624f3331abc8dd93c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131228
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc
index c8c1b36fb3b1..b0dccedc413f 100644
--- a/cui/inc/strings.hrc
+++ b/cui/inc/strings.hrc
@@ -400,7 +400,7 @@
 #define RID_CUISTR_OLE_INSERT   
NC_("RID_SVXSTR_OLE_INSERT", "Inserting OLE object...")
 
 #define RID_CUISTR_CLICK_RESULT 
NC_("RID_CUISTR_CLICK_RESULT", "(Click on any test to view its resultant bitmap 
image)")
-#define RID_CUISTR_ZIPFAIL  NC_("RID_CUISTR_ZIPFAIL", 
"Creation of Zip file failed!")
+#define RID_CUISTR_ZIPFAIL  NC_("RID_CUISTR_ZIPFAIL", 
"Creation of ZIP file failed.")
 #define RID_CUISTR_SAVEDNC_("RID_CUISTR_SAVED", 
"The results have been successfully saved in the file 
'GraphicTestResults.zip'!")
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/uiconfig/ui/textcolumnstabpage.ui 
b/cui/uiconfig/ui/textcolumnstabpage.ui
index a0a34c181fc5..6fae67f9ad06 100644
--- a/cui/uiconfig/ui/textcolumnstabpage.ui
+++ b/cui/uiconfig/ui/textcolumnstabpage.ui
@@ -105,7 +105,7 @@
 
 
   
-Sets the columns 
layout properties for text in the selected drawing or text object.
+Sets the columns’ 
layout properties for text in the selected drawing or text object.
   
 
   
diff --git a/sd/uiconfig/simpress/ui/publishingdialog.ui 
b/sd/uiconfig/simpress/ui/publishingdialog.ui
index af362fb2b36b..7166d6e8a3a8 100644
--- a/sd/uiconfig/simpress/ui/publishingdialog.ui
+++ b/sd/uiconfig/simpress/ui/publishingdialog.ui
@@ -1192,7 +1192,7 @@
 resolution1Radiobutton
 
   
-Select a full hd 
resolution for a very high quality slide display.
+Select a full HD 
resolution for a very high-quality slide display.
   
 
   


[Libreoffice-commits] core.git: cui/inc

2022-03-08 Thread Adolfo Jayme Barrientos (via logerrit)
 cui/inc/tipoftheday.hrc |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 59bb9076aba89bb13fd16cb68943825554223913
Author: Adolfo Jayme Barrientos 
AuthorDate: Mon Jan 31 02:32:35 2022 -0600
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Mar 9 07:44:25 2022 +0100

Update a string I forgot to include in 
9f16c3b5ac3ae1c9d24fe137ff48b67f54e4899b

Change-Id: If0a281ec47f856720ec7baabfdfd4f9d77a9ada2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131227
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 81894f5c77b2..4c6d7378fbcc 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -59,7 +59,7 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "Cannot see all the text in a cell? Expand 
the input line in the formula bar and you can scroll."), "", 
"expand_formula_bar.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Optimize your table layout with Table ▸ 
Size ▸ Distribute Rows / Columns Evenly."), "", "tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Find all expressions in brackets per Edit ▸ 
Find and Replace ▸ Find ▸ \\([^)]+\\) (check “Regular expressions”)"), "", 
"tipoftheday_w.png"},
- { NC_("RID_CUI_TIPOFTHEDAY", "Select a different icon set from Tools ▸ 
Options ▸ %PRODUCTNAME ▸ View ▸ User Interface ▸ Icon style."), "", 
"icon_sets.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "Select a different icon set from Tools ▸ 
Options ▸ %PRODUCTNAME ▸ View ▸ User Interface ▸ Icon Theme."), "", 
"icon_sets.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "You can display a number as a fraction 
(0.125 = 1/8): Format ▸ Cells, Number ▸ Fraction."), "", "fraction.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "To remove a hyperlink but keep its text, 
right-click on the hyperlink, and use “Remove Hyperlink”."), "", 
"remove_hyperlink.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "To remove several hyperlinks at once, 
select the text with the hyperlinks, then right-click and use “Remove 
Hyperlink”."), "", "tipoftheday_w.png"},


[Libreoffice-bugs] [Bug 147858] New: CSV import: "String delimiter" drop-down needs indication that it's editable

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147858

Bug ID: 147858
   Summary: CSV import: "String delimiter" drop-down needs
indication that it's editable
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: needsUXEval
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikekagan...@hotmail.com

In CSV import dialog, the "Text delimiter" field is a drop-down with some
pre-defined often-used values; but it is editable, allowing to define own
delimiter, or to remove it completely. This is not obvious, especially for
newbies - see e.g. [1].

The proposal is to amend the "Text delimiter" label with "(clear to disable)"
comment. While I realize it will become very long, it still is UX improvement
IMO. It may be moved to an own line to accommodate for the translatable string.

An option to introduce a checkbox to disable the delimiter was considered, but
I suppose it's bad: (a) it would be inconsistent second way to do the same
(remove the character); and (b) it would not draw attention to editability (my
suggestion allows one to realize other ways to customize the delimiter).

Of course, maybe there are better ways to improve the situation; whichever way
is decided, this needs an UX improvement.

[1]
https://ask.libreoffice.org/t/import-csv-file-ignore-string-delimiter-while-importing/55999

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147852] FILEOPEN PPTX Master textbox with "Slide background fill" is not transparent

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147852

Thorsten Behrens (allotropia)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||t...@libreoffice.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147857] Top escort girls in Norway

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147857

Europe Escort Girls  changed:

   What|Removed |Added

   Keywords||topicWeb
URL||https://www.europeescortgir
   ||ls.com/profiles/category/sa
   ||lon-massage

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147857] New: Top escort girls in Norway

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147857

Bug ID: 147857
   Summary: Top escort girls in Norway
   Product: Document Liberation Project
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: europeescortsgi...@gmail.com

Escort girls in Norway provide escort service as well as erotic massage.
Independent escorts and call girls from escort agencies await you in Norway.
Europe Escort Girls is the most well-known escort agency, with over 500 Escorts
on our website.   Choose from your favourite escort in Norway list to satisfy
your every need.
Read more - https://www.europeescortgirls.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 78470] MS WORD legacy input field not supported

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78470

--- Comment #15 from Justin L  ---
repro 7.4+

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147560] Writer Crashes with multi page documents using numbering outline (different headings) and inserted pictures.

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147560

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||dgp-m...@gmx.de
 Whiteboard| QA:needsComment|

--- Comment #2 from Dieter  ---
Document is very uncommon. Almost the whole document is written in one cell of
a table (table 1). If you open the document and move down or up with arrow keys
you will notice, that number of pages will always change.

So please change formatting and retest.

Does this solve your problem?

=> NEEDINFO

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 73125] Recorded change type (Action) for comment should be Comment instead of Insertion

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73125

Buovjaga  changed:

   What|Removed |Added

Summary|Recorded change type for|Recorded change type
   |comment should be Comment   |(Action) for comment should
   |instead of Insertion|be Comment instead of
   ||Insertion
 Status|NEEDINFO|NEW

--- Comment #3 from Buovjaga  ---
(In reply to Dieter from comment #2)
> I can only see one insertion, but I can't see the column "Type" in Manage
> Changes Dialog. Perhps appearance of the dialog has changed. Could you
> please retest?

The name of the column is "Action" and "Insertion" is expressed with a green
plus sign. In the Filter tab you can see the names of the change types in a
dropdown, if you check the action box.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147574] Resolve state isn't tracked by track changes

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147574

Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 Whiteboard| QA:needsComment|
 CC||dgp-m...@gmx.de

--- Comment #1 from Dieter  ---
Telesto, as far as I can see, inserting and delting a comment (but see 115645)
are the only changes, that are tracked. Comments are not part of tracking
changes, see [1]. So general question is, if comments should be included.

Personally I won't suport this, because changing layout of a comment is not
such important as in text area and for collaborative work you can always answer
to a comment.

What do you think, Telesto? => NEEDINFO


[1]
https://help.libreoffice.org/7.3/en-GB/text/shared/01/02230100.html?=WRITER=WIN

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 73125] Recorded change type for comment should be Comment instead of Insertion

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73125

Dieter  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||dgp-m...@gmx.de

--- Comment #2 from Dieter  ---
Tested with

Version: 7.3.1.2 (x64) / LibreOffice Community
Build ID: 9fff0292474d6d0bf5df787b512c71d9ac4bc98e
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

I can only see one insertion, but I can't see the column "Type" in Manage
Changes Dialog. Perhps appearance of the dialog has changed. Could you please
retest?

=> NEEDINFO

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: sc/inc sc/source

2022-03-08 Thread Andrea Gelmini (via logerrit)
 sc/inc/Sparkline.hxx   |2 +-
 sc/source/filter/oox/SparklineFragment.cxx |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 84e56886d7470b9a51740b831047132922daacce
Author: Andrea Gelmini 
AuthorDate: Wed Mar 9 05:38:05 2022 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Mar 9 07:04:47 2022 +0100

Fix typos

Change-Id: Ibaefacb89a680f5d7a34e64fdf856fbd0575ee4e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131226
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/sc/inc/Sparkline.hxx b/sc/inc/Sparkline.hxx
index c8bb4d1baa22..0c5a9deeb774 100644
--- a/sc/inc/Sparkline.hxx
+++ b/sc/inc/Sparkline.hxx
@@ -20,7 +20,7 @@ namespace sc
 /** Sparkline data, used for rendering the content of a cell
  *
  * Contains the input range of the data that is being drawn and a reference
- * to the SparklineGroup, which inclues common properties of multiple
+ * to the SparklineGroup, which includes common properties of multiple
  * sparklines.
  */
 class SC_DLLPUBLIC Sparkline
diff --git a/sc/source/filter/oox/SparklineFragment.cxx 
b/sc/source/filter/oox/SparklineFragment.cxx
index bfc5a259a883..2a73fb9a81c4 100644
--- a/sc/source/filter/oox/SparklineFragment.cxx
+++ b/sc/source/filter/oox/SparklineFragment.cxx
@@ -192,7 +192,7 @@ void SparklineGroupsContext::onCharacters(const OUString& 
rChars)
 rLastSparkline.m_aTargetRange = aRange;
 
 // Need to set the current sheet index to the range as
-// it is assumed that the address string referes to
+// it is assumed that the address string refers to
 // the current sheet and is not defined in the string.
 for (auto& rRange : rLastSparkline.m_aTargetRange)
 {


[Libreoffice-bugs] [Bug 138068] When there are a lot of pictures, typing the text is very slow (macOS/GTK3/GDI)

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138068

--- Comment #54 from Buovjaga  ---
*** Bug 139068 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 139068] Extremely slow scrolling in Writer when images are enabled in a document (KDE, GTK3, GDI worse, SKIA better)

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139068

Buovjaga  changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE

--- Comment #29 from Buovjaga  ---
(In reply to Jean-François Fortin Tam from comment #28)
> I've tested this now too, with version 7.3.1.3 as a flatpak from Flathub,
> and also version 7.0.6.2, and much to my surprise, the issue is gone not
> only with 7.3.x but also with that older 7.0.6.2, whereas with 7.0.4.x and
> earlier it was a problem.
> 
> I don't know what crazy optimizations happened since between 7.0.4.x and
> 7.0.6.x (or newer versions) but unless it's "just luck" while testing right
> now, it seems to have really made a huge difference...

Ok, then I think we can close as duplicate of bug 138068 because it had landed
in 7.0.5.

*** This bug has been marked as a duplicate of bug 138068 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147856] New: Best Gold Buyers

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147856

Bug ID: 147856
   Summary: Best Gold Buyers
   Product: LibreOffice
   Version: 3.3.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Android Viewer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tenok83...@ketchet.com

Description:
https://ambicagoldbuyers.com/;>Gold buyers in bangalore
https://ambicagoldbuyers.com/;>where can i sell gold
https://ambicagoldbuyers.com/;>gold buyers
https://ambicagoldbuyers.com/;>best gold buyers
https://ambicagoldbuyers.com/;>gold and silver buyer

Actual Results:
https://ambicagoldbuyers.com/;>Gold buyers in bangalore
https://ambicagoldbuyers.com/;>where can i sell gold
https://ambicagoldbuyers.com/;>gold buyers
https://ambicagoldbuyers.com/;>best gold buyers
https://ambicagoldbuyers.com/;>gold and silver buyer

Expected Results:
https://ambicagoldbuyers.com/;>Gold buyers in bangalore
https://ambicagoldbuyers.com/;>where can i sell gold
https://ambicagoldbuyers.com/;>gold buyers
https://ambicagoldbuyers.com/;>best gold buyers
https://ambicagoldbuyers.com/;>gold and silver buyer


Reproducible: Always


User Profile Reset: No



Additional Info:
https://ambicagoldbuyers.com/;>Gold buyers in bangalore
https://ambicagoldbuyers.com/;>where can i sell gold
https://ambicagoldbuyers.com/;>gold buyers
https://ambicagoldbuyers.com/;>best gold buyers
https://ambicagoldbuyers.com/;>gold and silver buyer

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 79357] Trend line can't be added by the Insert menu

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79357

gold buyers  changed:

   What|Removed |Added

URL||https://ambicagoldbuyers.co
   ||m/
   Keywords||accessibility
 Whiteboard||Gold Buyers

--- Comment #17 from gold buyers  ---
https://ambicagoldbuyers.com/
https://ambicagoldbuyers.com/
https://ambicagoldbuyers.com/
https://ambicagoldbuyers.com/
https://ambicagoldbuyers.com/
https://ambicagoldbuyers.com/
https://ambicagoldbuyers.com/
https://ambicagoldbuyers.com/
https://ambicagoldbuyers.com/
https://ambicagoldbuyers.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 101285] Manage Conditional Formatting dialog doesn't remember position, column sizes, and range selection

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101285

--- Comment #5 from Dan Dascalescu  ---
Bug still present 5+ years later in v7.1.8.1 / LibreOffice Community
Build ID: e1f30c802c3269a1d052614453f260e49458c82c

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: sal/qa sal/rtl

2022-03-08 Thread Mike Kaganski (via logerrit)
 sal/qa/rtl/oustring/rtl_OUString2.cxx |   23 
 sal/rtl/strtmpl.hxx   |   63 ++
 2 files changed, 49 insertions(+), 37 deletions(-)

New commits:
commit 82a1d32d3d3ac1b4b0a6d4cfaca791c77d9b3c03
Author: Mike Kaganski 
AuthorDate: Tue Mar 8 17:49:03 2022 +0300
Commit: Mike Kaganski 
CommitDate: Wed Mar 9 06:05:37 2022 +0100

Simplify getToken

It should not attempt to dereference pointers when nIndex is negative.
Properly handle too large nIndex.
Also it is not necessary to parse the string when nToken is negative.

Related to commit be281db569bafaac379feb604c39e220f51b18c4

  Author Rüdiger Timm 
  Date   Mon Sep 20 07:43:20 2004 +

INTEGRATION: CWS ause011 (1.18.22); FILE MERGED
2004/08/18 11:47:54 sb 1.18.22.1: #i33153# Made getToken more robust.

Change-Id: I6fc77a5b70308ccca08cb2132bd78d024bd7e3e0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131221
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/sal/qa/rtl/oustring/rtl_OUString2.cxx 
b/sal/qa/rtl/oustring/rtl_OUString2.cxx
index 0ce047e9fb32..5f68629a4c09 100644
--- a/sal/qa/rtl/oustring/rtl_OUString2.cxx
+++ b/sal/qa/rtl/oustring/rtl_OUString2.cxx
@@ -32,6 +32,7 @@
 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -781,6 +782,26 @@ public:
 "token should be empty", ab.getToken(0, '-', n).isEmpty());
 }
 
+void getToken_006()
+{
+OUString suTokenStr;
+auto pTokenStr = suTokenStr.getStr();
+sal_uInt64 n64 = reinterpret_cast(pTokenStr) / 
sizeof(sal_Unicode);
+// Point either to 0x0, or to some random address -4GiB away from this 
string
+sal_Int32 n = n64 > o3tl::make_unsigned(SAL_MAX_INT32) ? -SAL_MAX_INT32
+   : 
-static_cast(n64);
+suTokenStr.getToken(0, ';', n);
+// should not GPF with negative index
+}
+
+void getToken_007()
+{
+OUString suTokenStr("a;b");
+sal_Int32 n = 5; // greater than string length
+CPPUNIT_ASSERT_EQUAL(OUString(), suTokenStr.getToken(0, ';', n));
+CPPUNIT_ASSERT_EQUAL(sal_Int32(-1), n);
+}
+
 CPPUNIT_TEST_SUITE(getToken);
 CPPUNIT_TEST(getToken_000);
 CPPUNIT_TEST(getToken_001);
@@ -788,6 +809,8 @@ public:
 CPPUNIT_TEST(getToken_003);
 CPPUNIT_TEST(getToken_004);
 CPPUNIT_TEST(getToken_005);
+CPPUNIT_TEST(getToken_006);
+CPPUNIT_TEST(getToken_007);
 CPPUNIT_TEST_SUITE_END();
 }; // class getToken
 
diff --git a/sal/rtl/strtmpl.hxx b/sal/rtl/strtmpl.hxx
index 37f274a69cf2..0f0cc6755eb3 100644
--- a/sal/rtl/strtmpl.hxx
+++ b/sal/rtl/strtmpl.hxx
@@ -1256,54 +1256,43 @@ sal_Int32 getToken( 
IMPL_RTL_STRINGDATA** ppThis
 {
 assert(ppThis);
 assert(pStr);
-const auto* pCharStr= pStr->buffer;
-sal_Int32   nLen= pStr->length-nIndex;
-sal_Int32   nTokCount   = 0;
 
 // Set ppThis to an empty string and return -1 if either nToken or nIndex 
is
 // negative:
-if (nIndex < 0)
-nToken = -1;
-
-pCharStr += nIndex;
-const auto* pOrgCharStr = pCharStr;
-const auto* pCharStrStart = pCharStr;
-while ( nLen > 0 )
+if (nIndex >= 0 && nToken >= 0)
 {
-if ( *pCharStr == cTok )
+const auto* pOrgCharStr = pStr->buffer;
+const auto* pCharStr = pOrgCharStr + nIndex;
+sal_Int32 nLen = pStr->length - nIndex;
+sal_Int32 nTokCount = 0;
+const auto* pCharStrStart = pCharStr;
+while (nLen > 0)
 {
-nTokCount++;
-
-if ( nTokCount == nToken )
-pCharStrStart = pCharStr+1;
-else
+if (*pCharStr == cTok)
 {
-if ( nTokCount > nToken )
+nTokCount++;
+
+if (nTokCount > nToken)
 break;
+if (nTokCount == nToken)
+pCharStrStart = pCharStr + 1;
 }
-}
 
-pCharStr++;
-nLen--;
+pCharStr++;
+nLen--;
+}
+if (nTokCount >= nToken)
+{
+newFromStr_WithLength(ppThis, pCharStrStart, pCharStr - 
pCharStrStart);
+if (nLen > 0)
+return pCharStr - pOrgCharStr + 1;
+else
+return -1;
+}
 }
 
-if ( (nToken < 0) || (nTokCount < nToken) || (pCharStr == pCharStrStart) )
-{
-new_( ppThis );
-if( (nToken < 0) || (nTokCount < nToken) )
-return -1;
-else if( nLen > 0 )
-return nIndex+(pCharStr-pOrgCharStr)+1;
-else return -1;
-}
-else
-{
-newFromStr_WithLength( ppThis, pCharStrStart, pCharStr-pCharStrStart );
-if ( nLen )
-return 

[Libreoffice-commits] core.git: icon-themes/colibre icon-themes/colibre_svg

2022-03-08 Thread Rizal Muttaqin (via logerrit)
 icon-themes/colibre/cmd/32/formfilternavigator.png |binary
 icon-themes/colibre/cmd/32/patternfield.png|binary
 icon-themes/colibre/cmd/32/reportnavigator.png |binary
 icon-themes/colibre/cmd/32/showfmexplorer.png  |binary
 icon-themes/colibre/cmd/32/switchcontroldesignmode.png |binary
 icon-themes/colibre/cmd/lc_formfilternavigator.png |binary
 icon-themes/colibre/cmd/lc_patternfield.png|binary
 icon-themes/colibre/cmd/lc_reportnavigator.png |binary
 icon-themes/colibre/cmd/lc_showfmexplorer.png  |binary
 icon-themes/colibre/cmd/lc_switchcontroldesignmode.png |binary
 icon-themes/colibre/cmd/sc_formfilternavigator.png |binary
 icon-themes/colibre/cmd/sc_patternfield.png|binary
 icon-themes/colibre/cmd/sc_reportnavigator.png |binary
 icon-themes/colibre/cmd/sc_showfmexplorer.png  |binary
 icon-themes/colibre_svg/cmd/32/formfilternavigator.svg |2 
 icon-themes/colibre_svg/cmd/32/patternfield.svg|2 
 icon-themes/colibre_svg/cmd/32/reportnavigator.svg |2 
 icon-themes/colibre_svg/cmd/32/showfmexplorer.svg  |2 
 icon-themes/colibre_svg/cmd/32/switchcontroldesignmode.svg |2 
 icon-themes/colibre_svg/cmd/lc_formfilternavigator.svg |   31 -
 icon-themes/colibre_svg/cmd/lc_patternfield.svg|2 
 icon-themes/colibre_svg/cmd/lc_reportnavigator.svg |2 
 icon-themes/colibre_svg/cmd/lc_showfmexplorer.svg  |2 
 icon-themes/colibre_svg/cmd/lc_switchcontroldesignmode.svg |2 
 icon-themes/colibre_svg/cmd/sc_formfilternavigator.svg |2 
 icon-themes/colibre_svg/cmd/sc_patternfield.svg|2 
 icon-themes/colibre_svg/cmd/sc_reportnavigator.svg |5 --
 icon-themes/colibre_svg/cmd/sc_showfmexplorer.svg  |3 -
 28 files changed, 14 insertions(+), 47 deletions(-)

New commits:
commit db5207644308f304372d4d63a5f8f3f904b26869
Author: Rizal Muttaqin 
AuthorDate: Wed Mar 9 09:43:00 2022 +0700
Commit: Rizal Muttaqin 
CommitDate: Wed Mar 9 05:21:38 2022 +0100

Colibre: Update some icons with navigation and ruler element

Change-Id: I53afd1f54cfc883c3b14a9eb2b66cdf141661d34
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131225
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 

diff --git a/icon-themes/colibre/cmd/32/formfilternavigator.png 
b/icon-themes/colibre/cmd/32/formfilternavigator.png
index 49d9b1415d0e..5d132649e141 100644
Binary files a/icon-themes/colibre/cmd/32/formfilternavigator.png and 
b/icon-themes/colibre/cmd/32/formfilternavigator.png differ
diff --git a/icon-themes/colibre/cmd/32/patternfield.png 
b/icon-themes/colibre/cmd/32/patternfield.png
index 555214b21727..6cd90bd09e46 100644
Binary files a/icon-themes/colibre/cmd/32/patternfield.png and 
b/icon-themes/colibre/cmd/32/patternfield.png differ
diff --git a/icon-themes/colibre/cmd/32/reportnavigator.png 
b/icon-themes/colibre/cmd/32/reportnavigator.png
index c53d6a846cd8..4bda5ee79254 100644
Binary files a/icon-themes/colibre/cmd/32/reportnavigator.png and 
b/icon-themes/colibre/cmd/32/reportnavigator.png differ
diff --git a/icon-themes/colibre/cmd/32/showfmexplorer.png 
b/icon-themes/colibre/cmd/32/showfmexplorer.png
index 03ae9052530a..bf7412e220da 100644
Binary files a/icon-themes/colibre/cmd/32/showfmexplorer.png and 
b/icon-themes/colibre/cmd/32/showfmexplorer.png differ
diff --git a/icon-themes/colibre/cmd/32/switchcontroldesignmode.png 
b/icon-themes/colibre/cmd/32/switchcontroldesignmode.png
index ac1391cb3ba8..e5b27494c444 100644
Binary files a/icon-themes/colibre/cmd/32/switchcontroldesignmode.png and 
b/icon-themes/colibre/cmd/32/switchcontroldesignmode.png differ
diff --git a/icon-themes/colibre/cmd/lc_formfilternavigator.png 
b/icon-themes/colibre/cmd/lc_formfilternavigator.png
index 0a19047961af..558bc6e77be0 100644
Binary files a/icon-themes/colibre/cmd/lc_formfilternavigator.png and 
b/icon-themes/colibre/cmd/lc_formfilternavigator.png differ
diff --git a/icon-themes/colibre/cmd/lc_patternfield.png 
b/icon-themes/colibre/cmd/lc_patternfield.png
index 489fcab9a4c0..1b1cfee81c3f 100644
Binary files a/icon-themes/colibre/cmd/lc_patternfield.png and 
b/icon-themes/colibre/cmd/lc_patternfield.png differ
diff --git a/icon-themes/colibre/cmd/lc_reportnavigator.png 
b/icon-themes/colibre/cmd/lc_reportnavigator.png
index 2f05bd31326e..71440e52c9ef 100644
Binary files a/icon-themes/colibre/cmd/lc_reportnavigator.png and 
b/icon-themes/colibre/cmd/lc_reportnavigator.png differ
diff --git a/icon-themes/colibre/cmd/lc_showfmexplorer.png 
b/icon-themes/colibre/cmd/lc_showfmexplorer.png
index 662a9e5558a7..07d9b115d547 100644
Binary files a/icon-themes/colibre/cmd/lc_showfmexplorer.png and 
b/icon-themes/colibre/cmd/lc_showfmexplorer.png differ
diff --git a/icon-themes/colibre/cmd/lc_switchcontroldesignmode.png 

[Libreoffice-bugs] [Bug 147531] Thai default font on Linux is too big

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147531

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147600] Cannot open any file

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147600

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147594] com.sun.star.ui.dialogs.FilePicker:mac --C++ code threw unknown exception, win -- suspend

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147594

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147591] Don't Collapse Help in Same Section

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147591

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147579] Windows taskbar does not indicate dialogs / child windows

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147579

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147794] Clicking "Add New Sheet" button (+) once, continuously add new sheets up to Sheet1328

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147794

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147794] Clicking "Add New Sheet" button (+) once, continuously add new sheets up to Sheet1328

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147794

--- Comment #5 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141400] LO should remember settings of last user session

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141400

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141400] LO should remember settings of last user session

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141400

--- Comment #6 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 136649] Choice of multiple columns is ignored when inserting an alphabetical index

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136649

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 136649] Choice of multiple columns is ignored when inserting an alphabetical index

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136649

--- Comment #16 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143770] Imported file with graphics and text not displaying properly

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143770

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143770] Imported file with graphics and text not displaying properly

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143770

--- Comment #3 from QA Administrators  ---
Dear Paul Sutton,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143650] Libre office calc tabella pivot origine e destinazione

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143650

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143650] Libre office calc tabella pivot origine e destinazione

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143650

--- Comment #3 from QA Administrators  ---
Dear franco,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 140484] LibreOffice 7.1 cannot save odb files created in previous versions on cifs filesystem (see steps in comment 6)

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140484

--- Comment #12 from QA Administrators  ---
Dear Lionel Elie Mamane,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147794] Clicking "Add New Sheet" button (+) once, continuously add new sheets up to Sheet1328

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147794

--- Comment #4 from andhy  ---
Thanks for the response, Miguel.
I am sorry for my un-familiarity with this bug reporting method.
I am still looking for the origin of the problems from certain files that make
strange behavior. It does not always happens. Only for files from certain
source, with many sheets and big size, and only after I work on the file for
hours (doing heavy editing, data addition and calculation cells addition, file
auto saving and many time save button click).
For comparison, doing the same actions with Microsoft Excel 2013 for the
similar file does not create this problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146014] [META] Poor Scrolling Performance

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146014
Bug 146014 depends on bug 139068, which changed state.

Bug 139068 Summary: Extremely slow scrolling in Writer when images are enabled 
in a document  (KDE, GTK3, GDI worse, SKIA better)
https://bugs.documentfoundation.org/show_bug.cgi?id=139068

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108437] [META] Image bugs and enhancements

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108437
Bug 108437 depends on bug 139068, which changed state.

Bug 139068 Summary: Extremely slow scrolling in Writer when images are enabled 
in a document  (KDE, GTK3, GDI worse, SKIA better)
https://bugs.documentfoundation.org/show_bug.cgi?id=139068

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 139068] Extremely slow scrolling in Writer when images are enabled in a document (KDE, GTK3, GDI worse, SKIA better)

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139068

Jean-François Fortin Tam  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #28 from Jean-François Fortin Tam  ---
I've tested this now too, with version 7.3.1.3 as a flatpak from Flathub, and
also version 7.0.6.2, and much to my surprise, the issue is gone not only with
7.3.x but also with that older 7.0.6.2, whereas with 7.0.4.x and earlier it was
a problem.

I don't know what crazy optimizations happened since between 7.0.4.x and
7.0.6.x (or newer versions) but unless it's "just luck" while testing right
now, it seems to have really made a huge difference...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147855] Incorrect word position in text box when aligning center

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147855

--- Comment #1 from Po-Yen Huang  ---
Created attachment 178738
  --> https://bugs.documentfoundation.org/attachment.cgi?id=178738=edit
Incorrect word position presentation saving in LibreOffice 5.2.7.2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147855] New: Incorrect word position in text box when aligning center

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147855

Bug ID: 147855
   Summary: Incorrect word position in text box when aligning
center
   Product: LibreOffice
   Version: 5.4.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: j...@mail.ossii.com.tw

Description:
When I set aligning center in text box, I will expect it aligns center
horizontally and vertically, but if I save it using old version LibreOffice
(actually 5.2.7.2), it will show incorrect word position (will align a little
bottom, even if opening in latest version), but if I use same setting in later
version (in this case 7.3.1.3) and save it, it will show in correct position
(even if opening in older version).

This issue is the same on Windows and GNU/Linux.

Steps to Reproduce:
1.Insert a text box in Impress
2.Type any words in text box
3.Drag text box to enlarge it
4.Set align center (both horizontal and vertical)
5.Save it

Actual Results:
It will align a little bottom (but close to center) when saving in LibreOffice
5.2.7.2

Expected Results:
Align center in text box


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Version: 7.3.1.3 / LibreOffice Community
Build ID: 30(Build:3)
CPU threads: 8; OS: Linux 5.16; UI render: default; VCL: kf5 (cairo+xcb)
Locale: zh-TW (zh_TW.UTF-8); UI: zh-TW
7.3.1-1
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147359] Copied dragged form is not displayed

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147359

Scott Clewell  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147359] Copied dragged form is not displayed

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147359

--- Comment #6 from Scott Clewell  ---
Created attachment 178737
  --> https://bugs.documentfoundation.org/attachment.cgi?id=178737=edit
Normal behavior for Writer ctrl & drag to copy

Thank you fml2 for submitting this issue.

I agree with you that this complicates copy placement. However, documentation
shows this is normal behavior in Writer.

I was able to have a viewable shape for copy placement by "deselecting" the
object before ctrl + click dragging to copy.

I am setting the status of your report to "RESOLVED". If my proposed solution
does not help you then please set the status back to "UNCONFIRMED" with
additional comments.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 126904] In LO Calc: Right arrow causes a large unexpected column jump in protected sheet.

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126904

--- Comment #32 from Daniel Baran  ---
After completing this recommendation in a number of workbooks, I had a
realization.
I'm setting protections for cells (and in columns) which don't yet exist.
It's not too hard to see how end users might not anticipate that requirement.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: sw/source

2022-03-08 Thread Jim Raykowski (via logerrit)
 sw/source/uibase/uiview/viewmdi.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 279abd670317760dd1d58c549a0589c3a31c1e4d
Author: Jim Raykowski 
AuthorDate: Mon Mar 7 17:59:37 2022 -0900
Commit: Jim Raykowski 
CommitDate: Wed Mar 9 00:23:04 2022 +0100

Fix annotation window from being created by Navigate By Comment

when a text selection is present.

Change-Id: Icef331334a8ad7a499477860c6d883f26e909577
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131158
Tested-by: Jenkins
Reviewed-by: Jim Raykowski 

diff --git a/sw/source/uibase/uiview/viewmdi.cxx 
b/sw/source/uibase/uiview/viewmdi.cxx
index 9acb7f8f7bd0..72986fe7d8d6 100644
--- a/sw/source/uibase/uiview/viewmdi.cxx
+++ b/sw/source/uibase/uiview/viewmdi.cxx
@@ -530,6 +530,7 @@ IMPL_LINK( SwView, MoveNavigationHdl, void*, p, void )
 {
 if (m_pPostItMgr->HasNotes())
 {
+rSh.EnterStdMode();
 m_pPostItMgr->AssureStdModeAtShell();
 m_pPostItMgr->SetActiveSidebarWin(nullptr);
 GetEditWin().GrabFocus();


[Libreoffice-bugs] [Bug 147853] FORMATTING: Conditional formatting is inconsistent when inserting new first row

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147853

Peter F  changed:

   What|Removed |Added

 OS|Linux (All) |All

--- Comment #3 from Peter F  ---
I was just able to reproduce in Windows on what looks like the same version:
Version: 7.2.6.2 (x64) / LibreOffice Community
Build ID: b0ec3a565991f7569a5a7f5d24fed7f52653d754
CPU threads: 6; OS: Windows 10.0 Build 19042; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

Here is what I did:
1. Open Calc (makes a new document).
2. Select cells B1:B5.
3. Navigate to menu Format > Conditional > Condition
4. Change "is equal to" to "is less than" and enter 1 in the rightmost box.
5. Change "Accent" to "Note".
6. Select "OK".
7. Select Row 1.
8. Right-click Row 1 and select "Insert Rows Above".
9. Enter "2" into the new cell (yellow background disappears).
10. Enter "0" into the new cell (yellow background reappears).
11. Navigate to menu Format > Conditional > Manage... (Range field does not
match formatted range).

Is there anything I can do to help narrow down the issue?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147854] New: New @ function callsign for Calc

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147854

Bug ID: 147854
   Summary: New @ function callsign for Calc
   Product: LibreOffice
   Version: 7.3.1.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dihox76...@toudrum.com

Description:
 User experience, initial report:

1. I realize that many people have an initial difficulty using Calc. This
problem would be solved if we could bring Calc closer to Excel. I know that
this statement can be strange when you are a person who uses 100% free stuff
like LibreOffice.
2. In my case, I really like LibreOffice and I think it's more complete than
Microsoft Office. That's my brief opinion for now - but I can always change my
mind! I talked about this because I don't want this to be my initial
"justification" to be based on "Improve LibreOffice Calc". There are other
points of view I want to report. For example, this case here:
 - I feel that some people I come in contact with are not used to using Calc,
perhaps because most of these people don't have a good knowledge of Calc or
don't have information available today and it's easy to help these people to
use Calc the best way. Again here, this is something I've noticed for years, so
I put it here to see if you have this same user experience that I'm reporting
here. That's not a justification yet, it's just an empirical observation.
3. I apologize to everyone if I'm wrong, and I could be wrong. The world is
very complex in terms of usability and user experience. Each person may have
different user experiences and usability in terms of software as in the case I
report here - in my case for LibreOffice, specifically with the Calc program
which is an alternative to Excel that I consider good and valid.
4. One of the initial problems that I notice is the indicator of a function
that is not equal to Excel in Calc.
5. After this brief introduction of my Calc user experience, here I will
describe some initial assumptions that are the basis of my "thesis",
"justification".

Steps to Reproduce:
 The brief justification, these are my assumptions:
1. "To improve the experience of new LibreOffice users with the Calc program",
we must use the same Excel function indicator in Calc. This would be done as
follows: both the @ symbol and the = symbol are used to call or better indicate
Calc functions.
2. Using the same function indicator allows the user to have the same
experience of using Excel or Calc. Which facilitates or can facilitate the
migration of the same partially or completely from Excel to Calc, as well as
from Calc to Excel.
3. Some believe that Calc is an Excel alternative, and if this is true, to be
an Excel alternative "it, the user would have to have an Excel-like user
experience".
4. Users may have knowledge to use Calc and not necessarily Excel, just as they
may have knowledge to use Excel and not necessarily Calc, in this sense, if you
have similar experience with the 2 software: Calc and Excel, it happens that
you do not differentiate the experience of using one software (Excel) for
another software (Calc), that is, in the end it is so easy that the user makes
the decision to find which is the best software for his particular use.
5. The difference between Calc and Excel is pretty small, but if it were "Calc
is closer to Excel", these differences in usage or user experience would be
none.


 sample
@sum(A1:B5), @media(D4:E10) or =sum(A1:B5), =media(D4:E10)

### excel vs calc
excel: @sum(A1:B5), @media(D4:E10) or =sum(A1:B5), =media(D4:E10)
calc: =sum(A1:B5), =media(D4:E10)

### before, after
excel: @sum(A1:B5), @media(D4:E10) or =sum(A1:B5), =media(D4:E10)
calc: @sum(A1:B5), @media(D4:E10) or =sum(A1:B5), =media(D4:E10)





Actual Results:
1. This has not yet been implemented, so there are no current results.
2. @sum(A1:B5), @media(D4:E10) or =sum(A1:B5), =media(D4:E10)

Expected Results:
1. People could easily migrate from Excel to Calc easily.
2. There would be no difference between Excel and Calc, which makes the user
experience very easy and common.
3. A small difference between one software(Excel) and other software(Calc)
could be fixed, improved.


Reproducible: Always


User Profile Reset: No



Additional Info:
References:
-
https://wiki.openoffice.org/wiki/Documentation/UserGuide/Migration_Guide/Calc_and_Excel
-
https://wiki.documentfoundation.org/Feature_Comparison:_LibreOffice_-_Microsoft_Office
-
https://www.quora.com/What-exactly-can-Excel-do-that-LibreOffice-Calc-cannot-do
-
https://www.openoffice.org/documentation/manuals/oooauthors/SpreadsheetDifferences.pdf
-
https://www.strategicsourceror.com/2014/01/can-libre-calc-replace-microsoft-office.html
-

[Libreoffice-bugs] [Bug 146842] All pages are empty/white when printing (skia, macOS only)

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146842

m.a.riosv  changed:

   What|Removed |Added

 CC||b...@peirce-family.com

--- Comment #57 from m.a.riosv  ---
*** Bug 147848 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147848] Print Preview works; Print is blank.

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147848

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from m.a.riosv  ---


*** This bug has been marked as a duplicate of bug 146842 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147812] When an Undo only affects out-of-view content, scroll there instead

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147812

--- Comment #5 from Eyal Rozenberg  ---
(In reply to jan d from comment #4)
> I tried this with applications that are not editors/IDEs: Affinity Photo
> (Image manipulation), Inkscape (Vector Drawing), TextMaker (Word
> Processing). None of these applications showed the behavior. 

I don't know about TextMaker, but for the other two, it typically makes no
sense, since, since there's no linearly-scrolled document to go back and forth
in (AFAICT).

> I understand that such behavior might be useful – seeing what changes makes
> sense.
> 
> However, there are difficulties like potentially erratic scroll behavior,

Can you explain what you mean? Why would the scroll behavior be erratic? It's
like when you click a cross-ref link.

> timing of the change (probably one would first scroll, then very shortly
> after execute the change?)

Ah, actually, sometimes you would make the change - but sometimes you would
decide not to.

And here's the best thing, which is a completely bonus feature: You can use
"undo" to get back to where you last edited if you don't remember where it is
:-)


> and the question of how to return to the starting
> place and other possible surprises. 

You don't return to the starting place - which is the same as the behavior we
have now. Undo means undo. But - you first undo your last move away from the
change, then decide if you want to undo the change as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-ux-advise] [Bug 147812] When an Undo only affects out-of-view content, scroll there instead

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147812

--- Comment #5 from Eyal Rozenberg  ---
(In reply to jan d from comment #4)
> I tried this with applications that are not editors/IDEs: Affinity Photo
> (Image manipulation), Inkscape (Vector Drawing), TextMaker (Word
> Processing). None of these applications showed the behavior. 

I don't know about TextMaker, but for the other two, it typically makes no
sense, since, since there's no linearly-scrolled document to go back and forth
in (AFAICT).

> I understand that such behavior might be useful – seeing what changes makes
> sense.
> 
> However, there are difficulties like potentially erratic scroll behavior,

Can you explain what you mean? Why would the scroll behavior be erratic? It's
like when you click a cross-ref link.

> timing of the change (probably one would first scroll, then very shortly
> after execute the change?)

Ah, actually, sometimes you would make the change - but sometimes you would
decide not to.

And here's the best thing, which is a completely bonus feature: You can use
"undo" to get back to where you last edited if you don't remember where it is
:-)


> and the question of how to return to the starting
> place and other possible surprises. 

You don't return to the starting place - which is the same as the behavior we
have now. Undo means undo. But - you first undo your last move away from the
change, then decide if you want to undo the change as well.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 147853] FORMATTING: Conditional formatting is inconsistent when inserting new first row

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147853

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---
Works fine for me.
Version: 7.2.6.2 (x64) / LibreOffice Community
Build ID: b0ec3a565991f7569a5a7f5d24fed7f52653d754
CPU threads: 4; OS: Windows 10.0 Build 21390; UI render: Skia/Vulkan; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147769] No ability to select all content with a specific style

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147769

--- Comment #9 from jan d  ---
This request makes sense to me. 

> 5. I want to change its style to something else.

While we suggest using "search and replace" to change, this function is not
particularly intuitive[1]. Selecting and changing with the usual commandsthat
just affect what is selected builds upon existing knowledge instead.  

>>  1. MS Word lets me do that!
> Worst argument possible :-)

Most people will have used Word before, so they might be familiar with its
functions[2]. And I guess MS has more resources than we do for usability tests
and getting design ideas implementated, so I would not say that "it’s in MS
word" is a bad take (except for our pride).


[1] Search/Replace: For example, Search/replace for styles does require
understanding the barely signaled modes of the format selection-dialog.
[2] https://www.asktog.com/papers/raskinintuit.html

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-ux-advise] [Bug 147769] No ability to select all content with a specific style

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147769

--- Comment #9 from jan d  ---
This request makes sense to me. 

> 5. I want to change its style to something else.

While we suggest using "search and replace" to change, this function is not
particularly intuitive[1]. Selecting and changing with the usual commandsthat
just affect what is selected builds upon existing knowledge instead.  

>>  1. MS Word lets me do that!
> Worst argument possible :-)

Most people will have used Word before, so they might be familiar with its
functions[2]. And I guess MS has more resources than we do for usability tests
and getting design ideas implementated, so I would not say that "it’s in MS
word" is a bad take (except for our pride).


[1] Search/Replace: For example, Search/replace for styles does require
understanding the barely signaled modes of the format selection-dialog.
[2] https://www.asktog.com/papers/raskinintuit.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-ux-advise] [Bug 147812] When an Undo only affects out-of-view content, scroll there instead

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147812

--- Comment #4 from jan d  ---
> > Got examples?
> Eclipse - an IDE.
> Kile - a LaTeX editor.
> CLion - an IDE.

I tried this with applications that are not editors/IDEs: Affinity Photo (Image
manipulation), Inkscape (Vector Drawing), TextMaker (Word Processing). None of
these applications showed the behavior. 

I understand that such behavior might be useful – seeing what changes makes
sense.

However, there are difficulties like potentially erratic scroll behavior,
timing of the change (probably one would first scroll, then very shortly after
execute the change?) and the question of how to return to the starting place
and other possible surprises. 
It thus seems to be a costly feature to implement and one that would need
extensive testing.
So I would either wontfix or keep it as a potentially interesting idea on low
priority.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 147812] When an Undo only affects out-of-view content, scroll there instead

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147812

--- Comment #4 from jan d  ---
> > Got examples?
> Eclipse - an IDE.
> Kile - a LaTeX editor.
> CLion - an IDE.

I tried this with applications that are not editors/IDEs: Affinity Photo (Image
manipulation), Inkscape (Vector Drawing), TextMaker (Word Processing). None of
these applications showed the behavior. 

I understand that such behavior might be useful – seeing what changes makes
sense.

However, there are difficulties like potentially erratic scroll behavior,
timing of the change (probably one would first scroll, then very shortly after
execute the change?) and the question of how to return to the starting place
and other possible surprises. 
It thus seems to be a costly feature to implement and one that would need
extensive testing.
So I would either wontfix or keep it as a potentially interesting idea on low
priority.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147830] CRASH when apply particular advanced filter in particular document

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147830

--- Comment #7 from Commit Notification 
 ---
Luboš Luňák committed a patch related to this issue.
It has been pushed to "libreoffice-7-2":

https://git.libreoffice.org/core/commit/a03b08319f24c4a8570941460b91678a151ba5a2

proper columns range check (tdf#147830)

It will be available in 7.2.7.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147830] CRASH when apply particular advanced filter in particular document

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147830

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:7.4.0 target:7.3.2   |target:7.4.0 target:7.3.2
   ||target:7.2.7

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - sc/source

2022-03-08 Thread Luboš Luňák (via logerrit)
 sc/source/core/data/table3.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a03b08319f24c4a8570941460b91678a151ba5a2
Author: Luboš Luňák 
AuthorDate: Tue Mar 8 12:59:47 2022 +0100
Commit: Xisco Fauli 
CommitDate: Tue Mar 8 22:14:54 2022 +0100

proper columns range check (tdf#147830)

Change-Id: Ib23bc3f194fa418035e7c70a4f3e1b682f9c46b8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131181
Tested-by: Jenkins
Reviewed-by: Luboš Luňák 
(cherry picked from commit d032b81bbf2ca87114d15749d74166d0ba414972)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131195
Reviewed-by: Xisco Fauli 

diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index d57f405111a8..deefa64ac345 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -3495,7 +3495,7 @@ bool ScTable::CreateExcelQuery(SCCOL nCol1, SCROW nRow1, 
SCCOL nCol2, SCROW nRow
 if (bValid)
 {
 sal_uLong nVisible = 0;
-for ( nCol=nCol1; nCol<=nCol2; nCol++ )
+for ( nCol=nCol1; nCol<=ClampToAllocatedColumns(nCol2); nCol++ )
 nVisible += aCol[nCol].VisibleCount( nRow1+1, nRow2 );
 
 if ( nVisible > SCSIZE_MAX / sizeof(void*) )


[Libreoffice-commits] core.git: vcl/source

2022-03-08 Thread Caolán McNamara (via logerrit)
 vcl/source/fontsubset/sft.cxx |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit de3f19062a84890fc89cd4836512ded5b5d82b94
Author: Caolán McNamara 
AuthorDate: Tue Mar 8 20:01:04 2022 +
Commit: Caolán McNamara 
CommitDate: Tue Mar 8 22:00:58 2022 +0100

ofz: Timeout, give up earlier with a broken font

Change-Id: Iccaedebe94db567cb248e0263d03983fc42b5d3d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131224
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx
index f650703090d2..681e974dc8a2 100644
--- a/vcl/source/fontsubset/sft.cxx
+++ b/vcl/source/fontsubset/sft.cxx
@@ -583,16 +583,19 @@ static int GetCompoundTTOutline(AbstractTrueTypeFont 
*ttf, sal_uInt32 glyphID, C
 
 glyphlist.push_back( index );
 
-if ((np = GetTTGlyphOutline(ttf, index, , nullptr, 
)) == 0)
+np = GetTTGlyphOutline(ttf, index, , nullptr, 
);
+
+if( ! glyphlist.empty() )
+glyphlist.pop_back();
+
+if (np == 0)
 {
 /* XXX that probably indicates a corrupted font */
 SAL_WARN("vcl.fonts", "An empty compound!");
 /* assert(!"An empty compound"); */
+return 0;
 }
 
-if( ! glyphlist.empty() )
-glyphlist.pop_back();
-
 if ((flags & USE_MY_METRICS) && metrics)
 GetMetrics(ttf, index, metrics);
 


[Libreoffice-bugs] [Bug 147852] FILEOPEN PPTX Master textbox with "Slide background fill" is not transparent

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147852

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
(In reply to Gabor Kelemen (allotropia) from comment #0)
> ...
> https://git.libreoffice.org/core/+/
> f3d1ac75c4b7fa63022e54a9cbff46ba99535076%5E%21
> 
> authorMatus UzakTue Mar 08 21:44:21 
> 2016 +0100
> committer Katarina Behrens   Wed Mar 23 
> 06:49:01
> 2016 +
> 
> tdf#93868: PPTX import: Incorrect inheritance of shape fill properties
> ...

Just for info, there's been
https://cgit.freedesktop.org/libreoffice/core/commit/?id=554158f7d33742284905ed4953dd09041ea04a5d
to fix some pb with the commit quoted.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: sc/source

2022-03-08 Thread Caolán McNamara (via logerrit)
 sc/source/core/tool/scopetools.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ee116e166286d2fe0f35f1759c126d4207ee213f
Author: Caolán McNamara 
AuthorDate: Tue Mar 8 14:15:58 2022 +
Commit: Caolán McNamara 
CommitDate: Tue Mar 8 21:41:50 2022 +0100

cid#1502938 Uncaught exception

Change-Id: Ie0c408a7cdbf09e877d0ff8d62c0675ad5e4f2eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131212
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/sc/source/core/tool/scopetools.cxx 
b/sc/source/core/tool/scopetools.cxx
index 340d4a4d8a8d..38ca8c25270d 100644
--- a/sc/source/core/tool/scopetools.cxx
+++ b/sc/source/core/tool/scopetools.cxx
@@ -114,7 +114,7 @@ 
DelayDeletingBroadcasters::DelayDeletingBroadcasters(ScDocument& doc)
 
 DelayDeletingBroadcasters::~DelayDeletingBroadcasters()
 {
-mDoc.EnableDelayDeletingBroadcasters( mOldValue );
+
suppress_fun_call_w_exception(mDoc.EnableDelayDeletingBroadcasters(mOldValue));
 }
 
 }


[Libreoffice-bugs] [Bug 147853] FORMATTING: Conditional formatting is inconsistent when inserting new first row

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147853

--- Comment #1 from Peter F  ---
Created attachment 178736
  --> https://bugs.documentfoundation.org/attachment.cgi?id=178736=edit
Screenshot of mismatched formatting and format range

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147853] New: FORMATTING: Conditional formatting is inconsistent when inserting new first row

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147853

Bug ID: 147853
   Summary: FORMATTING: Conditional formatting is inconsistent
when inserting new first row
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: documentfoundat...@peterfab.com

Created attachment 178735
  --> https://bugs.documentfoundation.org/attachment.cgi?id=178735=edit
Document used for testing

Description:
If a new row is inserted above the first row of a spreadsheet, and cells in
that row have conditional formatting, the conditional formatting is applied to
the new top row. However, this is not reflected in the ranges shown in "Format
> Conditional > Manage..."; additionally, when saving and reopening, the new
top row is no longer conditionally formatted.

Reproduction steps:
1. Open the attached document bug_test.ods, or create a new document with
conditional formatting applied to cells in the top row.
2. Right-click on the row number of Row 1 and select "Insert Rows Above".
3. Edit the value of the new cell to observe that it is conditionally
formatted.
4. Navigate to the menu Format > Conditional > Manage... and observe that the
new cell is not included in the conditional formatting range.
5. Save, close, and reopen the document.
6. Observe that the cell in the new top row is no longer conditionally
formatting.

Expected behavior:
Either of the following (not sure which is intended).
1. Cells in the new first row do not inherit conditional formatting from the
previous first row.
2. Cells in the new first row inherit conditional formatting from the previous
first row, and this is correctly saved and shown in the Manage Conditional
Formatting dialog.

Version information:
Version: 7.2.5.2.0+ / LibreOffice Community
Build ID: 20(Build:2)
CPU threads: 6; OS: Linux 5.16; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
7.2.5-4
Calc: threaded

Package information:
Operating system: Arch Linux x64
Package source: https://archlinux.org/packages/extra/x86_64/libreoffice-still/
Package version: 7.2.5-4

Also reproduced with the following version:

Version information:
Version: 7.3.0.3 / LibreOffice Community
Build ID: 30(Build:3)
CPU threads: 6; OS: Linux 5.16; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
7.3.0-5
Calc: threaded

Package information:
Operating system: Arch Linux x64
Package source: https://archlinux.org/packages/extra/x86_64/libreoffice-fresh/
Package version: 7.3.0-5

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147852] FILEOPEN PPTX Master textbox with "Slide background fill" is not transparent

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147852

--- Comment #2 from Gabor Kelemen (allotropia)  ---
Created attachment 178734
  --> https://bugs.documentfoundation.org/attachment.cgi?id=178734=edit
The example file in PP 2013 and current master in slide edit view

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147852] FILEOPEN PPTX Master textbox with "Slide background fill" is not transparent

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147852

--- Comment #1 from Gabor Kelemen (allotropia)  ---
Created attachment 178733
  --> https://bugs.documentfoundation.org/attachment.cgi?id=178733=edit
The example file in PP 2013 and current master in Master slide view

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147849] Recent versions of Writer are hanging on MacOS 11 and 12 - UNUSABLE!!!!!!!!!!

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147849

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Buovjaga  ---
Not sure, if it makes a difference, but when you downloaded 7.3.1, did you pick
"macOS (Apple Silicon)"?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 128150] FILEOPEN: Shape in master slide is white using useBgFill=1

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128150

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||7852

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 139898] [META] PPTX Master slides / notes / handouts related issues

2022-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139898

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

 Depends on||147852


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=147852
[Bug 147852] FILEOPEN PPTX Master textbox with "Slide background fill" is not
transparent
-- 
You are receiving this mail because:
You are the assignee for the bug.

  1   2   3   4   >