[Libreoffice-bugs] [Bug 122080] Changing master slide template back and forth leads to broken result (comment 5)

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122080

--- Comment #18 from Buovjaga  ---
(In reply to Rizal Muttaqin from comment #17)
> (In reply to stragu from comment #8)
> > Created attachment 151808 [details]
> > behaviour in 6.2
> 
> I can not open the file in Firefox 104.0: Video can't be played because the
> file sis corrupt. Using Chrome also throw me nothing. May be we can use my
> attachment from tdf#138656:
> 
> attachment 167823 [details]

You can always Ctrl-S to save the video and play with VLC.

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

[Libreoffice-commits] core.git: Changes to 'refs/tags/co-22.05.6-1'

2022-09-12 Thread Aron Budea (via logerrit)
Tag 'co-22.05.6-1' created by Andras Timar  at 
2022-09-13 05:26 +

co-22.05.6-1

Changes since cp-22.05.6-1-4:
---
 0 files changed
---


[Libreoffice-commits] core.git: Branch 'refs/tags/co-22.05.6-1' - 0 commits -

2022-09-12 Thread (via logerrit)
Rebased ref, commits from common ancestor:


[Libreoffice-commits] core.git: Branch 'distro/collabora/co-22.05' - vcl/win

2022-09-12 Thread Aron Budea (via logerrit)
 vcl/win/app/fileregistration.cxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit fce6bda849536f01320554f67065609b62b0a0c5
Author: Aron Budea 
AuthorDate: Tue Sep 13 07:19:07 2022 +0200
Commit: Aron Budea 
CommitDate: Tue Sep 13 07:19:07 2022 +0200

[cp] Use correct product prefix for file association check

Change-Id: I369cc259cb14c754fabc171c016f3373e1e3d71d

diff --git a/vcl/win/app/fileregistration.cxx b/vcl/win/app/fileregistration.cxx
index 2347e46c4b61..c47e27bbfda6 100644
--- a/vcl/win/app/fileregistration.cxx
+++ b/vcl/win/app/fileregistration.cxx
@@ -168,9 +168,9 @@ void CheckFileExtRegistration(weld::Window* pDialogParent)
 }
 
 static const std::pair formats[] = {
-{ L".odp", L"LibreOffice.ImpressDocument.1" },
-{ L".odt", L"LibreOffice.WriterDocument.1" },
-{ L".ods", L"LibreOffice.CalcDocument.1" },
+{ L".odp", L"CollaboraOffice.ImpressDocument.1" },
+{ L".odt", L"CollaboraOffice.WriterDocument.1" },
+{ L".ods", L"CollaboraOffice.CalcDocument.1" },
 };
 OUString aNonDefaults;
 


[Libreoffice-bugs] [Bug 125577] EDITING: Impress: Background image turns to solid blue when editing Master Slide

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125577

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com,
   ||caol...@redhat.com,
   ||heiko.tietze@documentfounda
   ||tion.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||1711
   Keywords||bibisected, bisected

--- Comment #7 from Aron Budea  ---
(In reply to Andrés Maldonado from comment #0)
> Actual Results:
> The new Master has a solid blue background
> 
> Expected Results:
> The new Master should have the image as background
I wonder why the expectation is to show the background of the deleted master
slide again, I'd expect it to have the default white background, no?

I haven't checked which commit introduced this, but can confirm that in
libreoffice-5-2 the reverts brought back the previous behavior.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=0402ba63551b614c9742b198e48232ac87a2b32b
author  Caolán McNamara 2016-09-30 12:45:03
+0100
committer   David Tardon2016-10-05 06:47:34
+

Resolves: tdf#101711 revert attempt to drop unused bg images

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

[Libreoffice-commits] core.git: include/LibreOfficeKit offapi/com

2022-09-12 Thread Mike Kaganski (via logerrit)
 include/LibreOfficeKit/LibreOfficeKitEnums.h  |2 +-
 offapi/com/sun/star/task/ErrorCodeIOException.idl |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8b5a989dcdcf4edd50c9fdb092d4180432ce4b6a
Author: Mike Kaganski 
AuthorDate: Mon Sep 12 19:14:53 2022 +0300
Commit: Mike Kaganski 
CommitDate: Tue Sep 13 06:35:52 2022 +0200

Fix path in comments

include/tools/errcode.hxx was moved to include/vcl/errcode.hxx in
commit f9f045e7830d184497554e0e438cc478fa990eb6
  Date Mon Apr 24 01:06:41 2017 +1000
tools: move errcode.hxx to the vcl module

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

diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h 
b/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 9a591413f2dd..555d8ef5a397 100644
--- a/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -371,7 +371,7 @@ typedef enum
  * {
  * "classification": "error" | "warning" | "info"
  * "kind": "network" etc.
- * "code": a structured 32-bit error code, the ErrCode from 
LibreOffice's 
+ * "code": a structured 32-bit error code, the ErrCode from 
LibreOffice's 
  * "message": freeform description
  * }
  */
diff --git a/offapi/com/sun/star/task/ErrorCodeIOException.idl 
b/offapi/com/sun/star/task/ErrorCodeIOException.idl
index 09475fc59992..1e3288a5e62d 100644
--- a/offapi/com/sun/star/task/ErrorCodeIOException.idl
+++ b/offapi/com/sun/star/task/ErrorCodeIOException.idl
@@ -25,7 +25,7 @@
  */
 exception ErrorCodeIOException : com::sun::star::io::IOException
 {
-/** specifies the error code; see tools/errcode.hxx for details.
+/** specifies the error code; see vcl/errcode.hxx for details.
  */
 
 long ErrCode;


[Libreoffice-bugs] [Bug 150923] FORMATTING: For some ranges of numbers, the TEXT (DEC2HEX () function gives strange results

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150923

Mike Kaganski  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #2 from Mike Kaganski  ---
This is not a bug.

First of all: what is your expectation using the "TEXT(DEC2HEX)"? The TEXT(...,
"#") function formats the passed number according to the numeric format string;
while DEC2HEX creates a *string* representing the number in hexadecimal form.
So this combination:

=TEXT(DEC2HEX();"#")

first converts  to a string, and then tries to interpret the string as
a number, to be converted to another string again.

Now to the conversion of strings to numbers: any user input is attempted to be
treated as a *decimal* number. So, 2E99 is treated as a decimal number in
exponential (E) notation = 2 * 10 ^ 99 [1].

So:

1. Hexadecimal string "1" treated as decimal, converts to number 1, and then
output as "1";
2. Hexadecimal string "10" (with value of sixteen) is treated as decimal,
converts to number10 (ten!), and output as "10", but it just coincides with
what you expect;
2. Hexadecimal string "2E99" treated as decimal, converts to 2 * 10 ^ 99, and
output as
"2000";
3. Hexadecimal string "1EA" cannot be interpreted as a number in any known
format, and is treated as *string*, so output unmodified as "1EA".

Closing NOTABUG. Use DEC2HEX by its own, without TEXT.

[1] https://en.wikipedia.org/wiki/Scientific_notation#E_notation

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

[Libreoffice-bugs] [Bug 136928] Wrong tabs icons in dark theme with KDE

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136928

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 150663] Crash in: google_breakpad::ExceptionHandler::HandlePureVirtualCall()

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150663

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 150658] The behavior of the Formatting toolbar has changed in 7.4.0.3 from 7.3 and prior when copying and pasting individual Writer table rows.

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150658

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 150657] CALC Chart elements disappear when the data columns are hidden

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150657

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 150886] Text in Exported Writer Forms is Hidden

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150886

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 150886] Text in Exported Writer Forms is Hidden

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150886

--- 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 150639] Master Slides sidebar opens with zero width

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150639

Aron Budea  changed:

   What|Removed |Added

 CC||enhua_2...@163.com

--- Comment #2 from Aron Budea  ---
*** Bug 149732 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 149732] master slides sidebar of Impress Presentation can’t be expanded correctly

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149732

Aron Budea  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE
 CC||aron.bu...@gmail.com

--- Comment #4 from Aron Budea  ---
Let's close this as duplicate, if there are further comments, please post it in
the other bug report.

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

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

[Libreoffice-bugs] [Bug 150925] Some master slide previews in sidebar are replaced when selecting others

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150925

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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

[Libreoffice-bugs] [Bug 103460] [META] Master Slides deck/tab of the sidebar

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103460

Aron Budea  changed:

   What|Removed |Added

 Depends on||150925


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150925
[Bug 150925] Some master slide previews in sidebar are replaced when selecting
others
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150925] New: Some master slide previews in sidebar are replaced when selecting others

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150925

Bug ID: 150925
   Summary: Some master slide previews in sidebar are replaced
when selecting others
   Product: LibreOffice
   Version: 5.3.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: aron.bu...@gmail.com
Blocks: 103460

Created attachment 182400
  --> https://bugs.documentfoundation.org/attachment.cgi?id=182400=edit
Screenshot

In a new Impress presentation, open the Master Slides sidebar, and under
Available for Use (which shows the bundled templates), click around on the
following ones, in no particular order:
- Candy,
- Freshes,
- Grey Elegant,
- Portfolio.

=> Note how their preview all become the first one you chose.

The other template previews are unaffected.

Eg. in the attached screenshot, all of these previews are Freshes (the selected
one is supposed to be Candy).

Observed using LO 7.5.0.0.alpha0+ (ee003ca99f94c9a5517ebba67ed02abb2a60dae8),
and oldest of the 5.3 bibisect repo (with the templates copied there, as
they're newer) / Ubuntu.

There are different issues you might notice that aren't part of this bug
report:
- the Master Slides sidebasr opens with zero width, this is bug 150639,
- if the sidebar deck was already open, the previews aren't shown right away,
this is bug 114980,
- some colors in templates turn into blue, this is bug 135060,
- preview changes to a different master slide in the same template.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103460
[Bug 103460] [META] Master Slides deck/tab of the sidebar
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150924] caroeterk

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150924

caroeterk  changed:

   What|Removed |Added

URL||https://www.bestpostshop.co
   ||m

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

[Libreoffice-bugs] [Bug 150924] New: caroeterk

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150924

Bug ID: 150924
   Summary: caroeterk
   Product: Impress Remote
   Version: 1.0.0
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bestposts...@outlook.com

Description:
https://www.bestpostshop.com
The most important man or woman in my life
if you inquire from me who is the maximum crucial human beings to your life. i
will respond my mother.
sure she is the most essential individual in my existence. at first she gave me
my existence. she permit me alive and touch the world and see eveything.
alternatively, while i used to be very young she taught me how to talk and who
to stroll. whilst i was in school she additionally involved about my research
and if it became rainning outdoor she could also got here to high school and
picked me up. she would really like to attend me in the raining and bloodless
day. i instructed her i need to wear college uniform day after today. she could
cleaned it at night and dry it. then fold it and put it beside my bed. i
definitely impressed along with her.

Actual Results:
caroeterk

Expected Results:
caroeterk


Reproducible: Always


User Profile Reset: No



Additional Info:
caroeterk

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

[Libreoffice-bugs] [Bug 150910] [EDITING] Protected status only is pasted if the source cells belong to one row.

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150910

n gibson  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 Status|RESOLVED|REOPENED

--- Comment #7 from n gibson  ---
(In reply to Eike Rathke from comment #4)
> Note that this bug and bug 123974 somewhat contradict each other in
> expectations.

They do somewhat, but this bug describes a **different behavior**. 

Bug 123974 describes the default ability to copy protected cell status in a
protected sheet (which, to me, is not a bug at all). 

This bug, however, describes an inconsistent behavior in Calc, wherein
*sometimes* it correctly copies cell protection status in a protected sheet,
and *sometimes* it does not. Whether it does or not is wholly dependent on if
the copied cell range spans more than a single row. 

The behavior is shown very clearly in the attached .ods file, and is pretty
clearly undesirable, because unpredictable (unless you are aware of this bug).
I believe this bug should be addressed separately from Bug 123974.

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

[Libreoffice-bugs] [Bug 75305] FORMATTING, FILEOPEN: Automatic row height doesn't work always .xls

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75305

--- Comment #11 from Justin L  ---
In XLSX, we can see row formatting like
ht="12.75" customHeight="false"

where customHeight being false should mean "automatic height" in which case ht
should just be ignored. But we aren't doing that apparently.

It works if ht is not specified at all (but we ALWAYS round-trip an ht value.)


For Sample.xls, I see that row 2 is not custom height, but it seems like row3
is:
sc/source/filter/excel/colrowst.cxx:226: --- row[3] nPrevFlags[9] (Used & Man)

However, I do confirm that Excel 2003 opens Sample.xls with row 3 minimized to
fit the contents, so I'm not sure what is going on there. But at least I can
fix my own problem with http://gerrit.libreoffice.org/c/core/+/139822

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

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

2022-09-12 Thread Justin Luth (via logerrit)
 sc/qa/unit/data/ods/tdf103829_textTab.ods|binary
 sc/qa/unit/subsequent_export_test2.cxx   |   22 ++
 sc/source/filter/xml/celltextparacontext.cxx |4 
 3 files changed, 26 insertions(+)

New commits:
commit 690a35680adad07c4ab79d82cd1531bb82fe4bc1
Author: Justin Luth 
AuthorDate: Sat Sep 10 16:32:46 2022 -0400
Commit: Justin Luth 
CommitDate: Tue Sep 13 01:42:54 2022 +0200

tdf#103829 ods import: parse 

regression since LO 4.1

Change-Id: I65e847a45b8b233c558bf7bc90b554ba8b4b7763
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139757
Tested-by: Justin Luth 
Reviewed-by: Justin Luth 

diff --git a/sc/qa/unit/data/ods/tdf103829_textTab.ods 
b/sc/qa/unit/data/ods/tdf103829_textTab.ods
new file mode 100644
index ..7f5256ebe739
Binary files /dev/null and b/sc/qa/unit/data/ods/tdf103829_textTab.ods differ
diff --git a/sc/qa/unit/subsequent_export_test2.cxx 
b/sc/qa/unit/subsequent_export_test2.cxx
index 11d069c632b1..2d1ecb212ae6 100644
--- a/sc/qa/unit/subsequent_export_test2.cxx
+++ b/sc/qa/unit/subsequent_export_test2.cxx
@@ -125,6 +125,7 @@ public:
 void testTdf91634XLSX();
 void testTdf115159();
 void testTdf112567();
+void testTdf103829();
 void testTdf122191();
 void testTdf142881();
 void testTdf112567b();
@@ -248,6 +249,7 @@ public:
 CPPUNIT_TEST(testTdf91634XLSX);
 CPPUNIT_TEST(testTdf115159);
 CPPUNIT_TEST(testTdf112567);
+CPPUNIT_TEST(testTdf103829);
 CPPUNIT_TEST(testTdf122191);
 CPPUNIT_TEST(testTdf142881);
 CPPUNIT_TEST(testTdf112567b);
@@ -1437,6 +1439,26 @@ void ScExportTest2::testTdf112567()
 xDocSh->DoClose();
 }
 
+void ScExportTest2::testTdf103829()
+{
+// The problem was that tabspaces were not imported or exported at all.
+// These strings match the current implementations of CELLTYPE_EDIT and 
CELLTYPE_STRING.
+const OUString sA1("\x001Leading tab\nTHREE tabs inside: 
[\x001\x001\x001]");
+const OUString sA2("\tLeading tab. THREE tabs inside: [\t\t\t]");
+
+ScDocShellRef xShell = loadDoc(u"tdf103829_textTab.", FORMAT_ODS);
+ScDocument& rDoc = xShell->GetDocument();
+CPPUNIT_ASSERT_EQUAL_MESSAGE("load a1", sA1, rDoc.GetString(0, 0, 0));
+CPPUNIT_ASSERT_EQUAL_MESSAGE("load a1", sA1, rDoc.GetString(0, 0, 0));
+CPPUNIT_ASSERT_EQUAL_MESSAGE("load a2", sA2, rDoc.GetString(0, 1, 0));
+
+xShell = saveAndReload(*xShell, FORMAT_ODS);
+ScDocument& rDoc2 = xShell->GetDocument();
+//CPPUNIT_ASSERT_EQUAL_MESSAGE("reload a1", sA1.getLength(), 
rDoc2.GetString(0, 0, 0).getLength());
+//CPPUNIT_ASSERT_EQUAL_MESSAGE("reload a1", sA1, rDoc2.GetString(0, 0, 0));
+CPPUNIT_ASSERT_EQUAL_MESSAGE("reload a2", sA2, rDoc2.GetString(0, 1, 0));
+}
+
 void ScExportTest2::testTdf122191()
 {
 // Set the system locale to Hungarian
diff --git a/sc/source/filter/xml/celltextparacontext.cxx 
b/sc/source/filter/xml/celltextparacontext.cxx
index 5bbe5f20dea2..ff36a99cae92 100644
--- a/sc/source/filter/xml/celltextparacontext.cxx
+++ b/sc/source/filter/xml/celltextparacontext.cxx
@@ -63,7 +63,11 @@ uno::Reference< xml::sax::XFastContextHandler > SAL_CALL 
ScXMLCellTextParaContex
 return new ScXMLCellFieldURLContext(GetScImport(), *this);
 case XML_ELEMENT( TEXT, XML_RUBY ):
 return new ScXMLCellTextRubyContext(GetScImport(), *this);
+case XML_ELEMENT(TEXT, XML_TAB):
+maContent += "\t";
+break;
 default:
+assert(false && "unknown cell text: element");
 ;
 }
 


[Libreoffice-bugs] [Bug 150882] Toolbar icons are half-seen in Macro dialog in 7.5 with KF5

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150882

Rafael Lima  changed:

   What|Removed |Added

 CC||rafael.palma.l...@gmail.com
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Rafael Lima  ---
Repro with

Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 641d92a73e5b3d0e062e16ed4b42236e1a4796a5
CPU threads: 12; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Calc: threaded

The toolbar is no longer visible in the Basic IDE using kf5.

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

[Libreoffice-bugs] [Bug 150871] Calc sheet UI doesn't redraw after dragging split view bar

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150871

--- Comment #5 from Rafael Lima  ---
NOT REPRO with gtk3

Version: 7.3.5.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 12; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Ubuntu package version: 1:7.3.5-0ubuntu0.22.04.1
Calc: threaded

So it seems to be related to gen and kf5.

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

[Libreoffice-bugs] [Bug 150871] Calc sheet UI doesn't redraw after dragging split view bar

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150871

Rafael Lima  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||rafael.palma.l...@gmail.com

--- Comment #4 from Rafael Lima  ---
This is REPRO in kf5

Version: 7.3.5.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 12; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Ubuntu package version: 1:7.3.5-0ubuntu0.22.04.1
Calc: threaded

Also repro with

Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 641d92a73e5b3d0e062e16ed4b42236e1a4796a5
CPU threads: 12; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Calc: threaded

Dragging the split bar results in weird artifacts right below the column
header. If you select the columns, they disappear.

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

[Libreoffice-bugs] [Bug 150923] FORMATTING: For some ranges of numbers, the TEXT (DEC2HEX () function gives strange results

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150923

Rafael Lima  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Rafael Lima  ---
Repro with

Version: 7.3.5.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 12; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Ubuntu package version: 1:7.3.5-0ubuntu0.22.04.1
Calc: threaded

And also with

Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 641d92a73e5b3d0e062e16ed4b42236e1a4796a5
CPU threads: 12; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Calc: threaded

Indeed the ranges described by the OP show weird results.

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

[Libreoffice-bugs] [Bug 150921] FORMATTING: For some ranges of numbers, the TEXT (DEC2HEX () function gives strange results

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150921

Rafael Lima  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Rafael Lima  ---
This bug was reported twice. Lets use bug 150923 to discuss this issue.

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

[Libreoffice-bugs] [Bug 150923] New: FORMATTING: For some ranges of numbers, the TEXT (DEC2HEX () function gives strange results

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150923

Bug ID: 150923
   Summary: FORMATTING: For some ranges of numbers, the TEXT
(DEC2HEX () function gives strange results
   Product: LibreOffice
   Version: 7.4.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rg.gra...@gmail.com

Description:
I have the formula '=TEXT(DEC2HEX();"#")'. For numbers "1" to "479" the
result is "1"-"1DF". For 480 it is "1", 481 - "10", 482 - "100", and so on.
Starting with 490, "1EA" is correct again. The next strange range is from 736
to 745 ("2" - "2,000,000,000").
Try numbers between 11776 and 11929: you will find following groups of 10 wrong
formatting and 6 correct.
Try to use '=TEXT(DEC2HEX(11929);"#")'. The result is "2" and 99 zeros.
Because this behaviour is cyclic I believe that fix of this should be quite
simple.

Steps to Reproduce:
1.Enter formula '=TEXT(DEC2HEX(11929);"#")' into a cell


Actual Results:
2000

Expected Results:
2E99


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version: 7.4.0.3 (x64) / LibreOffice Community
Build ID: f85e47c08ddd19c015c0114a68350214f7066f5a
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: pl-PL (pl_PL); UI: pl-PL
Calc: threaded

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

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-4' - officecfg/registry

2022-09-12 Thread Gabor Kelemen (via logerrit)
 officecfg/registry/data/org/openoffice/Setup.xcu |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 105b6393984715e2a995056b47a884e63feffc17
Author: Gabor Kelemen 
AuthorDate: Wed Sep 7 16:54:27 2022 +0200
Commit: Gabor Kelemen 
CommitDate: Tue Sep 13 00:19:21 2022 +0200

Migration: move Persona settings to new user profile

This is useful when changing product name and migrating the user profile.
Previously the persona setting was reset to default in our rebranded 
version.

Change-Id: Ic695b93be1ee8d19fb28131b0dc0b182df0bae83
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139598
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 
(cherry picked from commit da22ffb0d54e259deabe11648c424c1a46e39e7c)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139671
Tested-by: Gabor Kelemen 
Reviewed-by: Gabor Kelemen 

diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu 
b/officecfg/registry/data/org/openoffice/Setup.xcu
index 5cb954852f38..56a1e2e12d73 100644
--- a/officecfg/registry/data/org/openoffice/Setup.xcu
+++ b/officecfg/registry/data/org/openoffice/Setup.xcu
@@ -884,6 +884,7 @@
 /org.openoffice.Office.Common/Misc/LastTipOfTheDayID
 
/org.openoffice.Office.Common/Misc/LastTipOfTheDayShown
 /org.openoffice.Office.Common/Misc/MacroRecorderMode
+/org.openoffice.Office.Common/Misc/PersonaSettings
 /org.openoffice.Office.Common/Misc/PluginsEnabled
 
/org.openoffice.Office.Common/Misc/ShowLinkWarningDialog
 /org.openoffice.Office.Common/Misc/ShowTipOfTheDay


[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-4' - officecfg/registry

2022-09-12 Thread Gabor Kelemen (via logerrit)
 officecfg/registry/data/org/openoffice/Setup.xcu |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 1bd067fe81fcb8e639eedbb4a009fde9de8e536a
Author: Gabor Kelemen 
AuthorDate: Wed Sep 7 16:29:28 2022 +0200
Commit: Gabor Kelemen 
CommitDate: Tue Sep 13 00:18:57 2022 +0200

Migration: move ToD settings to new user profile

This is useful when changing product name and migrating
the user profile.
Without this the ToD appeared in our rebranded version even if it
was turned off previously.

Change-Id: I10a9715e8208cf9d88a5ef2052fb4cf5168dae74
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139597
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 
(cherry picked from commit e39d90f5919da88ff75dddb92cc87313923ce9a4)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139670
Tested-by: Gabor Kelemen 
Reviewed-by: Gabor Kelemen 

diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu 
b/officecfg/registry/data/org/openoffice/Setup.xcu
index d8b8f15e8600..5cb954852f38 100644
--- a/officecfg/registry/data/org/openoffice/Setup.xcu
+++ b/officecfg/registry/data/org/openoffice/Setup.xcu
@@ -881,9 +881,12 @@
 
/org.openoffice.Office.Common/Misc/DisableUICustomization
 /org.openoffice.Office.Common/Misc/ExperimentalMode
 
/org.openoffice.Office.Common/Misc/FormControlPilotsEnabled
+/org.openoffice.Office.Common/Misc/LastTipOfTheDayID
+
/org.openoffice.Office.Common/Misc/LastTipOfTheDayShown
 /org.openoffice.Office.Common/Misc/MacroRecorderMode
 /org.openoffice.Office.Common/Misc/PluginsEnabled
 
/org.openoffice.Office.Common/Misc/ShowLinkWarningDialog
+/org.openoffice.Office.Common/Misc/ShowTipOfTheDay
 /org.openoffice.Office.Common/Misc/SymbolSet
 /org.openoffice.Office.Common/Misc/SymbolStyle
 /org.openoffice.Office.Common/Misc/ToolboxStyle


[Libreoffice-commits] core.git: Branch 'distro/collabora/co-22.05' - cui/inc cui/Library_cui.mk cui/source cui/uiconfig cui/UIConfig_cui.mk desktop/source include/linguistic include/sfx2 include/svtoo

2022-09-12 Thread Mert Tumer (via logerrit)
 cui/Library_cui.mk  |1 
 cui/UIConfig_cui.mk |1 
 cui/inc/treeopt.hrc |3 
 cui/source/options/optdeepl.cxx |   55 ++
 cui/source/options/optdeepl.hxx |   37 +
 cui/source/options/treeopt.cxx  |2 
 cui/uiconfig/ui/deepltabpage.ui |  124 
+
 desktop/source/lib/init.cxx |   24 +
 include/linguistic/translate.hxx|9 
 include/sfx2/pageids.hxx|1 
 include/sfx2/sfxsids.hrc|1 
 include/svtools/deeplcfg.hxx|   50 ++
 include/svx/svxids.hrc  |2 
 include/vcl/htmltransferable.hxx|   51 ++
 linguistic/Library_lng.mk   |2 
 linguistic/source/translate.cxx |   70 +++
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |8 
 officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs  |   22 +
 svtools/Library_svt.mk  |1 
 svtools/source/config/deeplcfg.cxx  |  128 
++
 svx/sdi/svx.sdi |   17 
 sw/Library_sw.mk|1 
 sw/Library_swui.mk  |2 
 sw/UIConfig_swriter.mk  |1 
 sw/inc/strings.hrc  |1 
 sw/inc/swabstdlg.hxx|   13 
 sw/sdi/_textsh.sdi  |6 
 sw/source/ui/dialog/swdlgfact.cxx   |   12 
 sw/source/ui/dialog/swdlgfact.hxx   |   14 
 sw/source/ui/misc/translatelangselect.cxx   |  157 
+++
 sw/source/uibase/inc/translatehelper.hxx|   42 ++
 sw/source/uibase/inc/translatelangselect.hxx|   69 +++
 sw/source/uibase/shells/textsh1.cxx |   29 +
 sw/source/uibase/shells/translatehelper.cxx |  208 
++
 sw/uiconfig/sglobal/menubar/menubar.xml |2 
 sw/uiconfig/swriter/menubar/menubar.xml |2 
 sw/uiconfig/swriter/ui/translationdialog.ui |  104 
+
 vcl/Library_vcl.mk  |1 
 vcl/jsdialog/enabled.cxx|1 
 vcl/source/app/htmltransferable.cxx |   78 +++
 40 files changed, 1350 insertions(+), 2 deletions(-)

New commits:
commit f0b4db7355cffa1f22ed5063db829b1f1f285a72
Author: Mert Tumer 
AuthorDate: Tue Jul 5 12:03:27 2022 +0300
Commit: Mert Tumer 
CommitDate: Tue Sep 13 00:02:16 2022 +0200

new uno command uno:Translate with deepl api

New Uno command added for translation
right now it is only using deepl translation api

There's a section in the options > language settings
for setting up the api url and auth key

uno:Translate is a menu button under Format tab
which will bring up Language Selection dialog for translation.

DeepL can accept html as the input for translation, this new
feature leverages that by exporting paragraphs/selections to
html and paste them back without losing the formatting (in theory)
This works good in general but we may lose formatting in very complex
styled sentences.

Translation works in two ways;
1) Whole document
when there is no selection, it assumes that we want to translate whole
document. Each paragraphs is sent one by one so that the output timeout
can be minimum for each paragraph.
2) Selection

Signed-off-by: Mert Tumer 
Change-Id: Ia2d3ab2f6757faf565b939e1d670a7dedac33390
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137199
Tested-by: Jenkins CollaboraOffice 

diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk
index d455a64ab266..c4c0a52b2ef4 100644
--- a/cui/Library_cui.mk
+++ b/cui/Library_cui.mk
@@ -181,6 +181,7 @@ $(eval $(call gb_Library_add_exception_objects,cui,\
 cui/source/options/optgenrl \
 cui/source/options/opthtml \
 cui/source/options/optlanguagetool \
+cui/source/options/optdeepl \
 cui/source/options/optinet2 \
 cui/source/options/optjava \
 

[Libreoffice-bugs] [Bug 112810] [META] Arabic & Farsi language-specific RTL issues

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112810

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||150922


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150922
[Bug 150922] Default Arabic style names have a gratuitous definite article
marker
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150922] Default Arabic style names have a gratuitous definite article marker

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150922

Eyal Rozenberg  changed:

   What|Removed |Added

 Blocks||112810


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112810
[Bug 112810] [META] Arabic & Farsi language-specific RTL issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150922] New: Default Arabic style names have a gratuitous definite article marker

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150922

Bug ID: 150922
   Summary: Default Arabic style names have a gratuitous definite
article marker
   Product: LibreOffice
   Version: 7.5.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eyalr...@gmx.com

If you start LO Writer with Arabic UI, the names of the default styles are
given in Arabic.

It seems that many of the style names have the "Al-" prefix, which is the
definite article marker in Arabic.

Thus, instead of styles being (some examples):

نص ‎   قائمة 1 ‎  قائمة 2
Text  List 1List 2

we get:

النص   ‎  القائمة 1 ‎   القائمة 2
The Text The List 1   The List 2


Native speakers of Arabic may also want to chime in, but - it seems to me like
the "Al-" is redundant, not to mention messing up the sorting order of styles.

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

[Libreoffice-bugs] [Bug 122080] Changing master slide template back and forth leads to broken result (comment 5)

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122080

--- Comment #17 from Rizal Muttaqin  ---
(In reply to stragu from comment #8)
> Created attachment 151808 [details]
> behaviour in 6.2

I can not open the file in Firefox 104.0: Video can't be played because the
file sis corrupt. Using Chrome also throw me nothing. May be we can use my
attachment from tdf#138656:

attachment 167823 [details]

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

[Libreoffice-bugs] [Bug 150921] New: FORMATTING: For some ranges of numbers, the TEXT (DEC2HEX () function gives strange results

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150921

Bug ID: 150921
   Summary: FORMATTING: For some ranges of numbers, the TEXT
(DEC2HEX () function gives strange results
   Product: LibreOffice
   Version: 7.4.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rg.gra...@gmail.com

Description:
I have the formula '=TEXT(DEC2HEX();"#")'. For numbers "1" to "479" the
result is "1"-"1DF". For 480 it is "1", 481 - "10", 482 - "100", and so on.
Starting with 490, "1EA" is correct again. The next strange range is from 736
to 745 ("2" - "2,000,000,000").
Try numbers between 11776 and 11929: following groups of 10 wrong formatting
and 6 correct.
Try to use '=TEXT(DEC2HEX(11929);"#")'. The result is "2" and 99 zeros.
Because this behaviour is cyclic I believe that fix of this should be quite
simple.

Steps to Reproduce:
1.Enter formula '=TEXT(DEC2HEX(11929);"#")' into a cell


Actual Results:
2000

Expected Results:
2E99


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Version: 7.4.0.3 (x64) / LibreOffice Community
Build ID: f85e47c08ddd19c015c0114a68350214f7066f5a
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: pl-PL (pl_PL); UI: pl-PL
Calc: threaded

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

[Libreoffice-bugs] [Bug 149204] FILEOPEN: Incorrect string in chart

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149204

--- Comment #12 from Commit Notification 
 ---
Xisco Fauli committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/2f7e874de97755be283675d7589a3f1401c54330

tdf#149204: chart2_xshape: Add unittest

It will be available in 7.5.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-commits] core.git: chart2/qa

2022-09-12 Thread Xisco Fauli (via logerrit)
 chart2/qa/extras/xshape/chart2xshape.cxx |   42 +-
 chart2/qa/extras/xshape/data/pptx/tdf149204.pptx |binary
 chart2/qa/extras/xshape/data/reference/tdf149204.xml |  395 +++
 3 files changed, 426 insertions(+), 11 deletions(-)

New commits:
commit 2f7e874de97755be283675d7589a3f1401c54330
Author: Xisco Fauli 
AuthorDate: Mon Sep 12 16:49:00 2022 +0200
Commit: Xisco Fauli 
CommitDate: Mon Sep 12 23:32:43 2022 +0200

tdf#149204: chart2_xshape: Add unittest

Change-Id: I601a5b3e649de0f4b02eea9289e175070b31781e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139806
Tested-by: Jenkins
Reviewed-by: Xisco Fauli 

diff --git a/chart2/qa/extras/xshape/chart2xshape.cxx 
b/chart2/qa/extras/xshape/chart2xshape.cxx
index 81250e04754b..97a62f71f5a0 100644
--- a/chart2/qa/extras/xshape/chart2xshape.cxx
+++ b/chart2/qa/extras/xshape/chart2xshape.cxx
@@ -23,6 +23,7 @@ class Chart2XShapeTest : public ChartTest
 public:
 void testFdo75075();
 void testTdf150832();
+void testTdf149204();
 void testPropertyMappingBarChart();
 void testPieChartLabels1();
 void testPieChartLabels2();
@@ -34,6 +35,7 @@ public:
 
 CPPUNIT_TEST_SUITE(Chart2XShapeTest);
 CPPUNIT_TEST(testTdf150832);
+CPPUNIT_TEST(testTdf149204);
 CPPUNIT_TEST(testFdo75075);
 CPPUNIT_TEST(testPropertyMappingBarChart);
 CPPUNIT_TEST(testPieChartLabels1);
@@ -47,7 +49,7 @@ public:
 CPPUNIT_TEST_SUITE_END();
 
 private:
-void compareAgainstReference(std::u16string_view rReferenceFile);
+void compareAgainstReference(const OUString& rDump, std::u16string_view 
rReferenceFile);
 OUString getXShapeDumpString();
 xmlDocUniquePtr getXShapeDumpXmlDoc();
 };
@@ -82,10 +84,11 @@ xmlDocUniquePtr Chart2XShapeTest::getXShapeDumpXmlDoc()
 return xmlDocUniquePtr(xmlParseDoc(reinterpret_cast(aXmlDump.getStr(;
 }
 
-void Chart2XShapeTest::compareAgainstReference(std::u16string_view 
rReferenceFile)
+void Chart2XShapeTest::compareAgainstReference(const OUString& rDump,
+   std::u16string_view 
rReferenceFile)
 {
 checkDumpAgainstFile(
-getXShapeDumpString(),
+rDump,
 OUStringConcatenation(
 
m_directories.getPathFromSrc(u"/chart2/qa/extras/xshape/data/reference/")
 + rReferenceFile),
@@ -106,9 +109,26 @@ void Chart2XShapeTest::testTdf150832()
 // - Expected: 319
 // - Actual  : 0
 load(u"chart2/qa/extras/xshape/data/xls/", u"tdf150832.xls");
-compareAgainstReference(u"tdf150832.xml");
+compareAgainstReference(getXShapeDumpString(), u"tdf150832.xml");
 }
 
+void Chart2XShapeTest::testTdf149204()
+{
+// FIXME: the DPI check should be removed when either (1) the test is 
fixed to work with
+// non-default DPI; or (2) unit tests on Windows are made to use svp VCL 
plugin.
+if (!IsDefaultDPI())
+return;
+
+// Without the fix in place, this test would have failed with
+// - Expected: 12230
+// - Actual  : 12940
+// - Node: /XShapes/XShape[2]
+// - Attr: sizeX
+load(u"chart2/qa/extras/xshape/data/pptx/", u"tdf149204.pptx");
+uno::Reference xChartDoc = 
getChartDocFromDrawImpress(0, 0);
+uno::Reference xDumper(xChartDoc, UNO_QUERY_THROW);
+compareAgainstReference(xDumper->dump(), u"tdf149204.xml");
+}
 void Chart2XShapeTest::testFdo75075()
 {
 // FIXME: the DPI check should be removed when either (1) the test is 
fixed to work with
@@ -117,7 +137,7 @@ void Chart2XShapeTest::testFdo75075()
 return;
 
 load(u"chart2/qa/extras/xshape/data/ods/", u"fdo75075.ods");
-compareAgainstReference(u"fdo75075.xml");
+compareAgainstReference(getXShapeDumpString(), u"fdo75075.xml");
 }
 
 void Chart2XShapeTest::testPropertyMappingBarChart()
@@ -128,7 +148,7 @@ void Chart2XShapeTest::testPropertyMappingBarChart()
 return;
 
 load(u"chart2/qa/extras/xshape/data/ods/", u"property-mapping-bar.ods");
-compareAgainstReference(u"property-mapping-bar.xml");
+compareAgainstReference(getXShapeDumpString(), 
u"property-mapping-bar.xml");
 }
 
 void Chart2XShapeTest::testPieChartLabels1()
@@ -140,7 +160,7 @@ void Chart2XShapeTest::testPieChartLabels1()
 
 // inside placement for the best fit case
 load(u"chart2/qa/extras/xshape/data/xlsx/", u"tdf90839-1.xlsx");
-compareAgainstReference(u"tdf90839-1.xml");
+compareAgainstReference(getXShapeDumpString(), u"tdf90839-1.xml");
 }
 
 void Chart2XShapeTest::testPieChartLabels2()
@@ -152,7 +172,7 @@ void Chart2XShapeTest::testPieChartLabels2()
 
 // text wrap: wrap all text labels except one
 load(u"chart2/qa/extras/xshape/data/xlsx/", u"tdf90839-2.xlsx");
-compareAgainstReference(u"tdf90839-2.xml");
+compareAgainstReference(getXShapeDumpString(), u"tdf90839-2.xml");
 }
 
 void Chart2XShapeTest::testPieChartLabels3()
@@ -164,7 +184,7 @@ void Chart2XShapeTest::testPieChartLabels3()
 
 // 

[Libreoffice-bugs] [Bug 150918] very critical librecalc memory leak: copying three words, 300-400 mb mem leakage! watch yt video

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150918

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #5 from m.a.riosv  ---
Sorry, but if it doesn't happen with 7.4.1, means that it was fixed at some
point between, there not will be new versions on 7.4.0.0.alpha0+.

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

[Libreoffice-bugs] [Bug 150236] Does not open full screen, ooSetupFactoryWindowAttributes not being filled ( steps in comment 21 ) ( LibreOffice 7.4 only )

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150236

V Stuart Foote  changed:

   What|Removed |Added

 CC||jfmildf...@gmail.com

--- Comment #61 from V Stuart Foote  ---
*** Bug 150919 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 150919] Always minimized

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150919

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
 Resolution|--- |DUPLICATE
 Status|NEEDINFO|RESOLVED

--- Comment #3 from V Stuart Foote  ---
Install the 7.4.1 release, rc2 (7.4.1.2) out this week or install rc1 (7.4.1.1)
issue fixed there.

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

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

[Libreoffice-bugs] [Bug 150920] LibreOffice 7.3 Calc will not execute a custom keystroke command for "insert current date"

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150920

Eike Rathke  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[Libreoffice-bugs] [Bug 150920] LibreOffice 7.3 Calc will not execute a custom keystroke command for "insert current date"

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150920

Eike Rathke  changed:

   What|Removed |Added

 Resolution|--- |NOTOURBUG
 Status|NEEDINFO|RESOLVED

--- Comment #2 from Eike Rathke  ---
Congratulations to the Ubuntu folks for setting up Ctrl+; as the global
shortcut for the emoji input editor, which usually was Ctrl+. instead.
Run ibus-setup to change it, tab Emoji.

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

[Libreoffice-bugs] [Bug 150920] LibreOffice 7.3 Calc will not execute a custom keystroke command for "insert current date"

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150920

m.a.riosv  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---
Please test with a clean profile, Menu/Help/Restart in Safe Mode

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

Re: adding an item to rmb context menu in writer

2022-09-12 Thread Ilmari Lauhakangas

On 12.9.2022 22.41, dep wrote:

said Mike Kaganski:

| On 12.09.2022 21:58, dep wrote:
| > greetings.
| >
| > for the longest time, i was able to work efficiently by selecting link
| > text, clicking the right mouse button, and selecting "insert link,"
| > whereupon the little link insertion box popped up, i could add the
| > url, etc., and hit apply, and all would be well.
|
| This is incorrect. There was *never* such an item in context menu in any
| module (Writer/Calc/Draw/Impress); to be sure, I just checked with major
| releases from 2011 till current ones. I also checked OOo 3.2 and AOO 4.1
| to be sure. I suppose you are mistaken, thinking about some other
| software that had that.

Absolutely not so. It was there. I complained about it when it disappeared,
which was sometime after 2011.


I tend to think Mike is right. I tested with 7.0 and 6.3 that seem to 
match "a few versions ago" and there was no such entry.



| Tools->Customize has a "Context Menus" tab, where you may add the
| respective command to a context menu.

I have tried this. I have failed to make the "Insert hyperlink" command
appear in the RMB menu.


I have also tried this now.

1. In the customize dialog, pick Text from the Target dropdown.
2. In the Search field, type hyper
3. In the Available Commands, select Insert Hyperlink
4. In the Assigned Commands, select Paste Special and click the big 
right arrow button in the middle


Adjust actual position based on what you like.

For future support questions, https://ask.libreoffice.org/ is the best 
place.


Ilmari


Re: adding an item to rmb context menu in writer

2022-09-12 Thread dep
said Mike Kaganski:

| On 12.09.2022 21:58, dep wrote:
| > greetings.
| >
| > for the longest time, i was able to work efficiently by selecting link
| > text, clicking the right mouse button, and selecting "insert link,"
| > whereupon the little link insertion box popped up, i could add the
| > url, etc., and hit apply, and all would be well.
|
| This is incorrect. There was *never* such an item in context menu in any
| module (Writer/Calc/Draw/Impress); to be sure, I just checked with major
| releases from 2011 till current ones. I also checked OOo 3.2 and AOO 4.1
| to be sure. I suppose you are mistaken, thinking about some other
| software that had that.

Absolutely not so. It was there. I complained about it when it disappeared,
which was sometime after 2011.

| Tools->Customize has a "Context Menus" tab, where you may add the
| respective command to a context menu.

I have tried this. I have failed to make the "Insert hyperlink" command
appear in the RMB menu.

| Generally, one who wants to ask some question, or to suggest some
| improvement, is welcome to open the project home page
| (https://www.libreoffice.org/), click on GET HELP menu, and see the
| various options listed there - basically, you may get some community
| support (users helping other users answering the "how do I" kind of
| questions) at https://ask.libreoffice.org/; and file a bug report /
| enhancement request on https://bugs.documentfoundation.org/.

Have you ever actually tried to do anything from that page?

| This mailing list is development-related, i.e. for "in which file
| function Foo is implemented" kind of questions.

Sorry to have bothered you. Thanks for your help re. the Context menus tab,
the amusing revision of history, and the pointer to the Get Help page,
which does not actually lead to help but which does explain much about the
LibreOffice organization.
--
dep

Pictures: http://www.ipernity.com/doc/depscribe/album
Column: https://ofb.biz/author/dep/



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

2022-09-12 Thread Caolán McNamara (via logerrit)
 dbaccess/source/filter/hsqldb/utils.cxx |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 6f7d8e1b239438ac0f6d8e17b7441b7c65ab4fde
Author: Caolán McNamara 
AuthorDate: Mon Sep 12 11:25:46 2022 +0100
Commit: Caolán McNamara 
CommitDate: Mon Sep 12 22:06:40 2022 +0200

cid#1509268 Out-of-bounds access

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

diff --git a/dbaccess/source/filter/hsqldb/utils.cxx 
b/dbaccess/source/filter/hsqldb/utils.cxx
index 724ffccfb37f..8387a34e0bf4 100644
--- a/dbaccess/source/filter/hsqldb/utils.cxx
+++ b/dbaccess/source/filter/hsqldb/utils.cxx
@@ -21,6 +21,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "utils.hxx"
 
@@ -109,6 +110,11 @@ OUString utils::getTableNameFromStmt(std::u16string_view 
sSql)
 while (!bProperEndAposFound)
 {
 nAposEnd = sSql.find('"', nAposEnd + 1);
+if (nAposEnd == std::u16string_view::npos)
+{
+SAL_WARN("dbaccess", "no matching \"");
+return OUString();
+}
 if (sSql[nAposEnd - 1] != u'\\')
 bProperEndAposFound = true;
 }


[Libreoffice-bugs] [Bug 150920] New: LibreOffice 7.3 Calc will not execute a custom keystroke command for "insert current date"

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150920

Bug ID: 150920
   Summary: LibreOffice 7.3 Calc will not execute a custom
keystroke command for "insert current date"
   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: galsolo...@yahoo.com

Description:
This used to work on the last version of Ubuntu
Currently running Ubuntu 22.04.1 LTS
Calc 7.3.5.2

Actual Results:
Set up Ctrl+; to invoke "insert current date" [used to work fine], now it
inserts an e with an underbar, but it seems to disappear when I tab out or hit
enter.

Expected Results:
current date to be inserted into cell


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
current date to be inserted into cell

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

[Libreoffice-bugs] [Bug 150918] very critical librecalc memory leak: copying three words, 300-400 mb mem leakage! watch yt video

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150918

--- Comment #4 from elias estatistics  ---
not present in 

Version: 7.4.1.2 / LibreOffice Community
Build ID: 3c58a8f3a960df8bc8fd77b461821e42c061c5f0
CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 150877] [FILEOPEN] DBF Mazovia Encoding (0x69)

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150877

Julien Nabet  changed:

   What|Removed |Added

 CC|serval2...@yahoo.fr |
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #4 from Julien Nabet  ---
I've started a patch here: https://gerrit.libreoffice.org/c/core/+/139819

As you may have seen, I put some questions in it.

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

Re: adding an item to rmb context menu in writer

2022-09-12 Thread Mike Kaganski

On 12.09.2022 21:58, dep wrote:

greetings.

for the longest time, i was able to work efficiently by selecting link
text, clicking the right mouse button, and selecting "insert link,"
whereupon the little link insertion box popped up, i could add the url,
etc., and hit apply, and all would be well.


This is incorrect. There was *never* such an item in context menu in any 
module (Writer/Calc/Draw/Impress); to be sure, I just checked with major 
releases from 2011 till current ones. I also checked OOo 3.2 and AOO 4.1 
to be sure. I suppose you are mistaken, thinking about some other 
software that had that.


OTOH, for some time already we have Ctrl+K shortcut assigned to the 
Insert->Hyperlink by default.



a few versions ago this disappeared. i tore my hair -- i hardly have any
left now.


I suppose that the above clarifies that loosing hair because of that was 
a mistake.



i've searched and searched for a way to add it back to the rmb menu in
writer. i've found none. this surprises me because it was extremely useful
and i can't imagine i'm the only one who misses it.


Tools->Customize has a "Context Menus" tab, where you may add the 
respective command to a context menu.



so, my plea: is there a way to add the idem back to the rmb menu? and if
not, is there a place i can beg for it to be restored?


Generally, one who wants to ask some question, or to suggest some 
improvement, is welcome to open the project home page 
(https://www.libreoffice.org/), click on GET HELP menu, and see the 
various options listed there - basically, you may get some community 
support (users helping other users answering the "how do I" kind of 
questions) at https://ask.libreoffice.org/; and file a bug report / 
enhancement request on https://bugs.documentfoundation.org/.


This mailing list is development-related, i.e. for "in which file 
function Foo is implemented" kind of questions.



thanks in advance.
--
dep

Pictures: http://www.ipernity.com/doc/depscribe/album
Column: https://ofb.biz/author/dep/



--
Best regards,
Mike Kaganski



[Libreoffice-bugs] [Bug 150902] (LibreOffice-Flatpak) "total editing time" is always 00:00:00

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150902

--- Comment #2 from antistress  ---
(In reply to Maneesh from comment #1)
> NOT REPRODUCED
> 
> STEPS
> 
> 1.open a LibreOffice and write a some thing your own time
> 
> 2. And save it 
> 
> 3. Open file Tab 
> 
> 4. scroll down click on properties 
> 
> 5. check the Total timing in your working duration.
> 
> ENVIRONMENT:
> 
> libreoffice7.4.0.0 alpha
> 
> Linux mint 20.3


Thanks

It doesn't seem like you're using the flatpak version, are you ?
Flatpake version number is 7.4.0.3

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

[Libreoffice-bugs] [Bug 150919] Always minimized

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150919

--- Comment #2 from Timur  ---
Or sooner bug 150236.

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

[Libreoffice-bugs] [Bug 150918] very critical librecalc memory leak: copying three words, 300-400 mb mem leakage! watch yt video

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150918

--- Comment #3 from elias estatistics  ---
not happen at 

Version: 7.4.0.3 / LibreOffice Community
Build ID: f85e47c08ddd19c015c0114a68350214f7066f5a
CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

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

Re: Pb with incremental build on Windows

2022-09-12 Thread Julien Nabet

On 11/09/2022 22:17, Noel Grandin wrote:
Every time you update Visual Studio. you will need to do 'make clean', 
that might be a contributing factor.


I'll keep this in mind but I rarely update Visual Studio, in general 
it's after a long period without building on Windows. In these cases, I 
update Windows, Cygwin, Visual Studio, local repo, then make clean && 
./autogen.sh && make


Since you've only responded this, I suppose you don't encounter the pb 
(good for you of course! :-))


Just for curiosity, do you use "enable-dbgutil" when building on Windows?


[Libreoffice-bugs] [Bug 148778] Librecalc memory leakage - it cannot empty memory

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148778

Julien Nabet  changed:

   What|Removed |Added

Summary|Librecalc memory likage -   |Librecalc memory leakage -
   |it cannot empty memory  |it cannot empty memory

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

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

2022-09-12 Thread Andrea Gelmini (via logerrit)
 embeddedobj/source/msole/olecomponent.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b9c37f62bf4e60ddde3925137727e4394be85cbb
Author: Andrea Gelmini 
AuthorDate: Mon Sep 12 10:32:02 2022 +0200
Commit: Julien Nabet 
CommitDate: Mon Sep 12 21:01:34 2022 +0200

Fix typo

Change-Id: I7c98360de8f476ddb5e9eaa9c3c7e8bf0f5cdc2e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139788
Tested-by: Julien Nabet 
Reviewed-by: Julien Nabet 

diff --git a/embeddedobj/source/msole/olecomponent.cxx 
b/embeddedobj/source/msole/olecomponent.cxx
index f3111302355f..fcd659e369a3 100644
--- a/embeddedobj/source/msole/olecomponent.cxx
+++ b/embeddedobj/source/msole/olecomponent.cxx
@@ -595,7 +595,7 @@ namespace
 // Workaround it here to avoid crash in smart COM pointer destructor 
that
 // would try to release already released object. Since we don't know if
 // the bug appears each time STG_E_FILENOTFOUND is returned, this might
-// potentially leak the storge object.
+// potentially leak the storage object.
 if (pIStorage)
 pIStorage->AddRef();
 


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

2022-09-12 Thread Andrea Gelmini (via logerrit)
 vcl/inc/font/PhysicalFontFace.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f7a837dedc1a44f2153ace7b587275dbd4718df1
Author: Andrea Gelmini 
AuthorDate: Mon Sep 12 10:32:41 2022 +0200
Commit: Julien Nabet 
CommitDate: Mon Sep 12 21:00:48 2022 +0200

Fix typo

Change-Id: I9f22a63b912bbb2f12d9ff2d637cab0bb7c9707e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139789
Tested-by: Julien Nabet 
Reviewed-by: Julien Nabet 

diff --git a/vcl/inc/font/PhysicalFontFace.hxx 
b/vcl/inc/font/PhysicalFontFace.hxx
index 8521ce752f32..706f7c68510e 100644
--- a/vcl/inc/font/PhysicalFontFace.hxx
+++ b/vcl/inc/font/PhysicalFontFace.hxx
@@ -112,7 +112,7 @@ public:
 bool IsBetterMatch(const vcl::font::FontSelectPattern&, FontMatchStatus&) 
const;
 sal_Int32 CompareIgnoreSize(const PhysicalFontFace&) const;
 
-// CreateFontSubset: a method to get a subset of glyhps of a font inside a
+// CreateFontSubset: a method to get a subset of glyphs of a font inside a
 // new valid font file
 // returns true if creation of subset was successful
 // parameters: rToFile: contains an osl file URL to write the subset to


[Libreoffice-bugs] [Bug 149285] Table Styles dialog does not adapt to dark mode

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149285

Timur  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |DUPLICATE

--- Comment #4 from Timur  ---
So, let's mark duplicate.

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

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

adding an item to rmb context menu in writer

2022-09-12 Thread dep
greetings.

for the longest time, i was able to work efficiently by selecting link
text, clicking the right mouse button, and selecting "insert link,"
whereupon the little link insertion box popped up, i could add the url,
etc., and hit apply, and all would be well.

a few versions ago this disappeared. i tore my hair -- i hardly have any
left now.

i've searched and searched for a way to add it back to the rmb menu in
writer. i've found none. this surprises me because it was extremely useful
and i can't imagine i'm the only one who misses it.

so, my plea: is there a way to add the idem back to the rmb menu? and if
not, is there a place i can beg for it to be restored?

thanks in advance.
--
dep

Pictures: http://www.ipernity.com/doc/depscribe/album
Column: https://ofb.biz/author/dep/



[Libreoffice-bugs] [Bug 150918] very critical librecalc memory leak: copying three words, 300-400 mb mem leakage! watch yt video

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150918

--- Comment #2 from elias estatistics  ---
I tried on installed 7.1.3.2, not happen here,


Version: 7.1.3.2 / LibreOffice Community
Build ID: 10(Build:2)
CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Ubuntu package version: 1:7.1.3-0ubuntu0.21.04.1
Calc: threaded

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

[Libreoffice-bugs] [Bug 143557] docx 16-color char highlight lost in round trip through odt format

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143557

Justin L  changed:

   What|Removed |Added

Summary|docx highlighting lost in   |docx 16-color char
   |round trip through odt  |highlight lost in round
   |format  |trip through odt format

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

[Libreoffice-commits] core.git: wizards/com

2022-09-12 Thread Caolán McNamara (via logerrit)
 wizards/com/sun/star/wizards/report/DBColumn.java |   16 +---
 1 file changed, 5 insertions(+), 11 deletions(-)

New commits:
commit a6c272bff62f6ec215a11c61fd319784299a12ba
Author: Caolán McNamara 
AuthorDate: Mon Sep 12 16:04:13 2022 +0100
Commit: Caolán McNamara 
CommitDate: Mon Sep 12 20:43:47 2022 +0200

ofz#1509303 DCN: Don't Catch NullPointer Exception

this is since:

commit 8e63258a355d1b74fff89c39369e0ec72091e625
Date:   Wed Jun 25 13:32:18 2008 +

INTEGRATION: CWS rptwizard01 (1.12.68); FILE MERGED
2008/05/21 10:14:32 lla 1.12.68.3: RESYNC: (1.12-1.13); FILE MERGED
2008/04/14 09:11:53 lla 1.12.68.2: #i86092# handle nullpointer, add TODO
2008/02/14 13:00:48 lla 1.12.68.1: #i86092# changes for new Report 
Wizard

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

diff --git a/wizards/com/sun/star/wizards/report/DBColumn.java 
b/wizards/com/sun/star/wizards/report/DBColumn.java
index 5ca1f56a8844..22fe7e657e37 100644
--- a/wizards/com/sun/star/wizards/report/DBColumn.java
+++ b/wizards/com/sun/star/wizards/report/DBColumn.java
@@ -152,17 +152,11 @@ public class DBColumn
 XCell xCell;
 getTableColumns(TableName);
 
-XTableRows xRows = null;
-try
-{
-xRows = xTextTable.getRows();
-}
-catch (java.lang.NullPointerException e)
-{
-e.printStackTrace();
-// TODO: handle the nullpointer right
-//return;
-}
+if (xTextTable == null)
+return;
+
+XTableRows xRows = xTextTable.getRows();
+
 for (int n = 0; n < xTableColumns.getCount(); n++)
 {
 for (int m = 0; m < xRows.getCount(); m++)


[Libreoffice-bugs] [Bug 115439] High DPI mode: SVG icons should be preferred over PNG versions when available (comment 34)

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115439

--- Comment #53 from Tomaz Vajngerl  ---
(In reply to V Stuart Foote from comment #50)
> (In reply to bugzilla2 from comment #49)
> 
> So guess we would add additional bracketing for a 25% increment in scale
> factoring.  Like this maybe:
> 
>  nDPI > 264
>  300 (so 3.0x)
>  nDPI > 240
>  275 (so 2.75x)
>  nDPI > 216
>  250 (so 2.5x)
>  nDPI > 192
>  225 (so 2.25x)
>  nDPI > 168
>  200 (so 2.0x)
>  nDPI > 144
>  175 (so 1.75x)
>  nDPI > 120
>  150 (so 1.5x)
> otherwise 
>  100 (or unscaled and using the prebuilt PNG)
> 
> @Tomaž -- what do you think. Looks easy hackable, but will the current SVG
> to PNG resampling suffice to generate usable icon themes at the 25%
> increments? And any other places in the UI that 25% increments would cause
> problems?

SVG icons shouldn't be a problem - if they are rendered properly.

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

[Libreoffice-bugs] [Bug 150918] very critical librecalc memory leak: copying three words, 300-400 mb mem leakage! watch yt video

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150918

--- Comment #1 from elias estatistics  ---
Created attachment 182399
  --> https://bugs.documentfoundation.org/attachment.cgi?id=182399=edit
data sheet for memory leakage

data sheet for memory leakage

StEPS:

go to regr3 sheet

copy & paste or cut and paste  H48 or E57 ("Model Coefficients - Παραμέληση")
cell anywhere else and check memory usage.

to my sheet, memory goes up 300-400mb up!!!

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

[Libreoffice-bugs] [Bug 149732] master slides sidebar of Impress Presentation can’t be expanded correctly

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149732

stragu  changed:

   What|Removed |Added

 CC||stephane.guil...@member.fsf
   ||.org

--- Comment #3 from stragu  ---
(In reply to Faisal from comment #2)
> Repro on Version: 7.3.4.2 (x64) / LibreOffice Community
> Build ID: 728fec16bd5f605073805c3c9e7c4212a0120dc5
> CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL:
> win
> Locale: en-GB (en_US); UI: en-GB
> Calc: CL
> 
> 
> 
> Steps to reproduce:
> 1. Open a new Impress document.
> 2. Enable sidebar (ctrl + F5)
> 3. Adjust the width of the sidebar to a minimum by dragging on the edge of
> the sidebar, so that only the icons on the sidebar are visible
> 4. Hide the sidebar
> 5. Show the sidebar
> 6. Click on the Master Slides icon
> 
> Actual result:
> The sidebar expands a little without showing UI of the master slides 
> 
> Expected result:
> Master slides settings should be visible, like when other icons on the
> sidebar are pressed

Faisal, I can't reproduce in 7.3. According to the description by enhua and the
simpler steps to follow, this is the same as bug 150639.

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

[Libreoffice-bugs] [Bug 150919] Always minimized

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150919

stragu  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from stragu  ---
When you say "minimised", do you mean to the task bar or simply "window is
visible but not maximised" ?

Can you please also include the version information in Help > About LibreOffice
?

Sounds similar to bug 41777

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

[Libreoffice-bugs] [Bug 150919] New: Always minimized

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150919

Bug ID: 150919
   Summary: Always minimized
   Product: LibreOffice
   Version: 7.4.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jfmildf...@gmail.com

Description:
When I open the main application it is always in the minimized state. How do
you make it open in the maximized state. 

Steps to Reproduce:
1.Click on the office icon
2.
3.

Actual Results:
Always minimized and never maximized

Expected Results:
It should always open with the last setting of being maximized


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: StartModule
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: no

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

[Libreoffice-bugs] [Bug 138625] FILEOPEN DOCX: The footnote number in an imported word text is not in a superscript (non-English UI only)

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138625

Justin L  changed:

   What|Removed |Added

   Keywords||filter:docx
Summary|The footnote number in an   |FILEOPEN DOCX: The footnote
   |imported word text is not   |number in an imported word
   |in a superscript, like in   |text is not in a
   |the original.   |superscript (non-English UI
   ||only)

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

[Libreoffice-bugs] [Bug 138625] The footnote number in an imported word text is not in a superscript, like in the original.

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138625

Justin L  changed:

   What|Removed |Added

 CC||jl...@mail.com
 Whiteboard||non-English-UI-needed

--- Comment #14 from Justin L  ---
For English UI, this was fixed in LO 6.0
commit 707eb4db1918658e0c2c2c2033c6a69f80c4eafd
Author: Justin Luth on Sat Jun 3 10:02:20 2017 +0300
tdf#82173 writerfilter: charStyle XnoteReference->Xnote Characters

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

[Libreoffice-bugs] [Bug 150918] New: very critical librecalc memory leak: copying three words, 300-400 mb mem leakage! watch yt video

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150918

Bug ID: 150918
   Summary: very critical librecalc memory leak: copying three
words, 300-400 mb mem leakage! watch yt video
   Product: LibreOffice
   Version: 7.4.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: elias__0...@yahoo.com

Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 566ee17c2709f9939145ddc7fbb1d61c35049321
CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

I found many memory leak problems but dont know what to put that.

It is the main attraction.

Copying and pastying 3 words --> 300Mb - 400mb increase in memory each time! 


Something very wrong has gone to Librecalc!
Maybe exists people that would like to sabotage librecalc? 

It is so critical that every 3-4 copies i must close librecalc otherwise is
hunging my computer by filling memory... 

Please take popcorn and watch the thriller... : 
(uploaded by me) 
https://www.youtube.com/watch?v=IrnI0vuacMY

P.S. i think it has to do with adapt row problem that you refuse to fix.

P.S. Someone cannot trust a product that is hunging their computers and fill
their memory and it is unstable.

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

[Libreoffice-bugs] [Bug 117001] cell not readed correctly - Tab as Separator

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117001

Justin L  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=10 |
   |3829|
 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED

--- Comment #14 from Justin L  ---
The test file in comment 3 threw me off for a while because the file does NOT
open to the tab/sheet that is being discussed.

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

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

[Libreoffice-bugs] [Bug 149285] Table Styles dialog does not adapt to dark mode

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149285

--- Comment #3 from Rafael Lima  ---
(In reply to Timur from comment #2)
> Yes, but WFM from 7.4.

After some search in Gerrit, I found that this bug was fixed by:

https://gerrit.libreoffice.org/c/core/+/132023

Which is available since LO 7.4. So WFM indeed.

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

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - configure.ac

2022-09-12 Thread Rene Engelhard (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dbf584e9fbf1563fb63a0daeeadb91f323cc149d
Author: Rene Engelhard 
AuthorDate: Mon Sep 12 17:46:57 2022 +0200
Commit: René Engelhard 
CommitDate: Mon Sep 12 19:35:03 2022 +0200

bump harfbuzz dependency to >= 2.1.0

as we already use hb_ot_name_get_utf8() and HB_OT_NAME_ID_FONT_FAMILY

https: //harfbuzz.github.io/harfbuzz-hb-ot-name.html says
Since: 2.1.0
Change-Id: I19bac8be529e4919c4df5a4d2be4ea3363e4a249
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139814
Reviewed-by: Rico Tzschichholz 
Reviewed-by: René Engelhard 
Tested-by: René Engelhard 
(cherry picked from commit b4fbffe25a4b8c78843b3e04d8336a46aa2a6925)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139669
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/configure.ac b/configure.ac
index e6671da20ce2..4065b7623bdd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10871,7 +10871,7 @@ 
libo_CHECK_SYSTEM_MODULE([graphite],[GRAPHITE],[graphite2 >= 0.9.3])
 
 HARFBUZZ_CFLAGS_internal="-I${WORKDIR}/UnpackedTarball/harfbuzz/src"
 HARFBUZZ_LIBS_internal="-L${WORKDIR}/UnpackedTarball/harfbuzz/src/.libs 
-lharfbuzz"
-libo_CHECK_SYSTEM_MODULE([harfbuzz],[HARFBUZZ],[harfbuzz-icu >= 0.9.42])
+libo_CHECK_SYSTEM_MODULE([harfbuzz],[HARFBUZZ],[harfbuzz-icu >= 2.1.0])
 
 if test "$COM" = "MSC"; then # override the above
 GRAPHITE_LIBS="${WORKDIR}/LinkTarget/StaticLibrary/graphite.lib"


[Libreoffice-bugs] [Bug 150832] FILEOPEN: charts cannot be seen (only white boxes)

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150832

--- Comment #7 from Commit Notification 
 ---
Xisco Fauli committed a patch related to this issue.
It has been pushed to "master":

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

tdf#150832: chart2_xshape: Add unittest

It will be available in 7.5.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-commits] core.git: chart2/qa

2022-09-12 Thread Xisco Fauli (via logerrit)
 chart2/qa/extras/xshape/chart2xshape.cxx |   16 
 chart2/qa/extras/xshape/data/reference/tdf150832.xml |  971 +++
 chart2/qa/extras/xshape/data/xls/tdf150832.xls   |binary
 3 files changed, 987 insertions(+)

New commits:
commit f461f8eaa98544f8f1f0561f9110afbe973067c8
Author: Xisco Fauli 
AuthorDate: Mon Sep 12 13:59:22 2022 +0200
Commit: Xisco Fauli 
CommitDate: Mon Sep 12 19:10:29 2022 +0200

tdf#150832: chart2_xshape: Add unittest

Change-Id: I6e74973b79cbefae3e311456989c78ea364a0aa4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139795
Tested-by: Jenkins
Reviewed-by: Xisco Fauli 

diff --git a/chart2/qa/extras/xshape/chart2xshape.cxx 
b/chart2/qa/extras/xshape/chart2xshape.cxx
index 2814dfcce46c..81250e04754b 100644
--- a/chart2/qa/extras/xshape/chart2xshape.cxx
+++ b/chart2/qa/extras/xshape/chart2xshape.cxx
@@ -22,6 +22,7 @@ class Chart2XShapeTest : public ChartTest
 {
 public:
 void testFdo75075();
+void testTdf150832();
 void testPropertyMappingBarChart();
 void testPieChartLabels1();
 void testPieChartLabels2();
@@ -32,6 +33,7 @@ public:
 void testTdf88154LabelRotatedLayout();
 
 CPPUNIT_TEST_SUITE(Chart2XShapeTest);
+CPPUNIT_TEST(testTdf150832);
 CPPUNIT_TEST(testFdo75075);
 CPPUNIT_TEST(testPropertyMappingBarChart);
 CPPUNIT_TEST(testPieChartLabels1);
@@ -93,6 +95,20 @@ void 
Chart2XShapeTest::compareAgainstReference(std::u16string_view rReferenceFil
 .getStr());
 }
 
+void Chart2XShapeTest::testTdf150832()
+{
+// FIXME: the DPI check should be removed when either (1) the test is 
fixed to work with
+// non-default DPI; or (2) unit tests on Windows are made to use svp VCL 
plugin.
+if (!IsDefaultDPI())
+return;
+
+// Without the fix in place, this test would have failed with
+// - Expected: 319
+// - Actual  : 0
+load(u"chart2/qa/extras/xshape/data/xls/", u"tdf150832.xls");
+compareAgainstReference(u"tdf150832.xml");
+}
+
 void Chart2XShapeTest::testFdo75075()
 {
 // FIXME: the DPI check should be removed when either (1) the test is 
fixed to work with
diff --git a/chart2/qa/extras/xshape/data/reference/tdf150832.xml 
b/chart2/qa/extras/xshape/data/reference/tdf150832.xml
new file mode 100644
index ..e0bde0690f2f
--- /dev/null
+++ b/chart2/qa/extras/xshape/data/reference/tdf150832.xml
@@ -0,0 +1,971 @@
+
+ 
+  
+  
+  
+  
+  
+  
+  
+  
+   
+   
+   
+  
+ 
+ 
+  
+   
+
+
+
+
+
+
+
+
+ 
+ 
+ 
+
+   
+   
+
+
+
+
+
+
+
+
+ 
+ 
+ 
+
+   
+   
+
+ 
+  
+   
+
+ 
+  
+  
+  
+  
+  
+  
+  
+  
+   
+   
+   
+  
+ 
+
+
+ 
+ 
+ 
+
+   
+   
+
+ 
+  
+   
+
+ 
+  
+  
+  
+  
+   
+
+
+   
+   
+
+
+   
+   
+
+
+   
+   
+
+
+   
+   
+
+
+   
+   
+
+
+   
+   
+
+
+   
+   
+
+
+   
+  
+  
+   
+
+
+   
+   
+
+
+   
+   
+
+
+   
+   
+
+
+   
+   
+
+
+   
+   
+
+
+   
+   
+
+
+   
+   
+
+
+   
+  
+  
+   
+   
+   
+  
+ 
+ 
+  
+  
+  
+  
+   
+
+
+
+
+
+
+
+
+   
+  
+  
+   
+
+
+
+
+
+
+
+
+   
+  
+  
+   
+   
+   
+  
+ 
+
+
+ 
+  

[Libreoffice-bugs] [Bug 113731] [META] Highlight bugs and enhancements

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113731
Bug 113731 depends on bug 142282, which changed state.

Bug 142282 Summary: Text Background fill color (Highlighting) bucket 
(short-cut-icon) always reverts to yellow after some time
https://bugs.documentfoundation.org/show_bug.cgi?id=142282

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE

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

[Libreoffice-bugs] [Bug 139803] highlight and font colours are always reset to defaults (after print preview) without asking!

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139803

Justin L  changed:

   What|Removed |Added

 CC||judi...@outlook.de

--- Comment #6 from Justin L  ---
*** Bug 142282 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 142282] Text Background fill color (Highlighting) bucket (short-cut-icon) always reverts to yellow after some time

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142282

Justin L  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Justin L  ---
Print Preview can cause this. If you find other situations that do the same
thing, then add that info to bug 139803.

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

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

[Libreoffice-commits] core.git: configure.ac

2022-09-12 Thread Rene Engelhard (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 455f0ac6c019da7299bc779a4fa2b0aade2fb9cb
Author: Rene Engelhard 
AuthorDate: Mon Sep 12 17:46:57 2022 +0200
Commit: René Engelhard 
CommitDate: Mon Sep 12 18:55:51 2022 +0200

bump harfbuzz dependency to >= 2.1.0

as we already use hb_ot_name_get_utf8() and HB_OT_NAME_ID_FONT_FAMILY

https: //harfbuzz.github.io/harfbuzz-hb-ot-name.html says
Since: 2.1.0
Change-Id: I19bac8be529e4919c4df5a4d2be4ea3363e4a249
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139814
Reviewed-by: Rico Tzschichholz 
Reviewed-by: René Engelhard 
Tested-by: René Engelhard 

diff --git a/configure.ac b/configure.ac
index c7509fef481d..067dbae1292e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10882,7 +10882,7 @@ 
libo_CHECK_SYSTEM_MODULE([graphite],[GRAPHITE],[graphite2 >= 0.9.3])
 
 HARFBUZZ_CFLAGS_internal="-I${WORKDIR}/UnpackedTarball/harfbuzz/src"
 HARFBUZZ_LIBS_internal="-L${WORKDIR}/UnpackedTarball/harfbuzz/src/.libs 
-lharfbuzz"
-libo_CHECK_SYSTEM_MODULE([harfbuzz],[HARFBUZZ],[harfbuzz-icu >= 2.0.0])
+libo_CHECK_SYSTEM_MODULE([harfbuzz],[HARFBUZZ],[harfbuzz-icu >= 2.1.0])
 
 if test "$COM" = "MSC"; then # override the above
 GRAPHITE_LIBS="${WORKDIR}/LinkTarget/StaticLibrary/graphite.lib"


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

2022-09-12 Thread Chris Sherlock (via logerrit)
 ucbhelper/source/client/activedatasink.cxx   |5 -
 ucbhelper/source/client/activedatastreamer.cxx   |5 -
 ucbhelper/source/client/commandenvironment.cxx   |7 ---
 ucbhelper/source/provider/cancelcommandexecution.cxx |6 --
 ucbhelper/source/provider/contentidentifier.cxx  |   10 --
 ucbhelper/source/provider/contentinfo.cxx|5 -
 ucbhelper/source/provider/interactionrequest.cxx |6 --
 ucbhelper/source/provider/propertyvalueset.cxx   |7 ---
 ucbhelper/source/provider/registerucb.cxx|4 
 ucbhelper/source/provider/resultset.cxx  |6 --
 ucbhelper/source/provider/resultsethelper.cxx|7 ++-
 ucbhelper/source/provider/resultsetmetadata.cxx  |7 ---
 12 files changed, 2 insertions(+), 73 deletions(-)

New commits:
commit 247bbdf7e071344564af70743eeb5e30f4113601
Author: Chris Sherlock 
AuthorDate: Sun Sep 11 18:49:48 2022 +1000
Commit: Julien Nabet 
CommitDate: Mon Sep 12 18:49:28 2022 +0200

ucb: remove unnecessary comments

Change-Id: I56b8766526972bbf75425baabcecab9f45510fd6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139763
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/ucbhelper/source/client/activedatasink.cxx 
b/ucbhelper/source/client/activedatasink.cxx
index fdbcbdccb977..96e75f565bee 100644
--- a/ucbhelper/source/client/activedatasink.cxx
+++ b/ucbhelper/source/client/activedatasink.cxx
@@ -17,11 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-/**
-TODO
- **
-
- */
 #include 
 
 using namespace com::sun::star;
diff --git a/ucbhelper/source/client/activedatastreamer.cxx 
b/ucbhelper/source/client/activedatastreamer.cxx
index 8438cae49f53..fe6be13536d2 100644
--- a/ucbhelper/source/client/activedatastreamer.cxx
+++ b/ucbhelper/source/client/activedatastreamer.cxx
@@ -17,11 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-/**
-TODO
- **
-
- */
 #include "activedatastreamer.hxx"
 
 using namespace com::sun::star;
diff --git a/ucbhelper/source/client/commandenvironment.cxx 
b/ucbhelper/source/client/commandenvironment.cxx
index 13bc254e029e..37956b2c468f 100644
--- a/ucbhelper/source/client/commandenvironment.cxx
+++ b/ucbhelper/source/client/commandenvironment.cxx
@@ -17,13 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-
-/**
-TODO
- **
-
- */
-
 #include 
 #include 
 
diff --git a/ucbhelper/source/provider/cancelcommandexecution.cxx 
b/ucbhelper/source/provider/cancelcommandexecution.cxx
index 90c0168c6508..42850c5ee306 100644
--- a/ucbhelper/source/provider/cancelcommandexecution.cxx
+++ b/ucbhelper/source/provider/cancelcommandexecution.cxx
@@ -17,12 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-
-/**
-TODO
- **
-
- */
 #include 
 #include 
 #include 
diff --git a/ucbhelper/source/provider/contentidentifier.cxx 
b/ucbhelper/source/provider/contentidentifier.cxx
index d4c13b2c0144..2a5da953d99c 100644
--- a/ucbhelper/source/provider/contentidentifier.cxx
+++ b/ucbhelper/source/provider/contentidentifier.cxx
@@ -17,12 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-
-/**
-TODO
- **
-
- */
 #include 
 
 using namespace com::sun::star::uno;
@@ -33,10 +27,6 @@ using namespace com::sun::star::ucb;
 namespace ucbhelper
 {
 
-
-// struct ContentIdentifier_Impl.
-
-
 struct ContentIdentifier_Impl
 {
 OUString  m_aContentId;
diff --git a/ucbhelper/source/provider/contentinfo.cxx 
b/ucbhelper/source/provider/contentinfo.cxx
index 561a80e77e1c..1e513604eb19 100644
--- 

[Libreoffice-bugs] [Bug 150886] Text in Exported Writer Forms is Hidden

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150886

--- Comment #5 from Marc Schreiber  ---
Here are my version information.

Version: 7.4.0.3 / LibreOffice Community
Build ID: 40(Build:3)
CPU threads: 4; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: de-DE (de_DE.UTF-8); UI: de-DE
7.4.0-3
Calc: threaded

Please note, that the issue was also present in 7.3.

I also unticked the box to generate a PDF form in the PDF export dialog so the
text won't be editable. The attached document “PDF export result in 7.4” is a
PDF form. Exporting PDF forms generates the same result on my system.

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

[Libreoffice-bugs] [Bug 115439] High DPI mode: SVG icons should be preferred over PNG versions when available (comment 34)

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115439

--- Comment #52 from V Stuart Foote  ---
(In reply to Renato S. Yamane from comment #51)
> Just to remember this bug was happening also at 100% scale as you can see on
> the Ckmment below with an screenshot:
> 
> https://bugs.documentfoundation.org/show_bug.cgi?id=117158#c4
> 
> I cannot test anymore, because I switched back to MS Office.

That was never confirmed and in the screen clips provided the LO icons are
clearly not 100% or 150% of the native FHD mode--they've been scaled poorly.

The Yoga L380 in use does have a native screen DPI of ~165dpi, so believe it
does scale the PNG icons to a higher scale--look in
%APPDATA%\LibreOffice\4\cache\Colibre and if 150 shows the PNG rasters were
scaled larger (with the pixilation noted). 

To avoid similar on HiDPI displays close to this resolution, *simply* make a
selection of an SVG based icon theme. Do not use the default PNG based icon
theme.

Anyhow, the set of pre-installed non-SVG icon themes render cleanly from 100 to
150 pct scaling, starting to pixelate above 150 pct. If on a HiDPI display, or
working at higher scaling 150 - 300% first use Tools -> Options -> View and
switch to the bundled SVG icon sets which will then be resampled into clean PNG
sized as needed.

A useful enhancement at this point might be to detect and switch from the PNG
icon themes to SVG theme when at a higher scaling factor is in use--i.e. avoid
scaling the PNG.

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

[Libreoffice-bugs] [Bug 122080] Changing master slide template back and forth leads to broken result (comment 5)

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122080

stragu  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 108392] [META] Master slide bugs and enhancements

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108392

stragu  changed:

   What|Removed |Added

 Depends on||135060


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=135060
[Bug 135060] Clicking a template in Master Slide Sidebar changes color
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 138656] Many graphic/frame elements (sometimes fill color sometimes border color) turns to default blue Tango color when applying Master Slide

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138656

stragu  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED
 CC||stephane.guil...@member.fsf
   ||.org

--- Comment #6 from stragu  ---
I can see this happen with 6.3 already:

Version: 6.3.6.2
Build ID: 2196df99b074d8a661f4036fca8fa0cbfa33a497
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3; 
Locale: en-AU (en_AU.UTF-8); UI-Language: en-US
Calc: threaded

I believe this is a duplicate of Bug 122080

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

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

[Libreoffice-bugs] [Bug 122080] Changing master slide template back and forth leads to broken result (comment 5)

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122080

stragu  changed:

   What|Removed |Added

 CC||riz...@libreoffice.org

--- Comment #16 from stragu  ---
*** Bug 138656 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 150639] Master Slides sidebar opens with zero width

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150639

stragu  changed:

   What|Removed |Added

 CC||stephane.guil...@member.fsf
   ||.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from stragu  ---
Reproduced in:

Version: 7.4.0.3 / LibreOffice Community
Build ID: f85e47c08ddd19c015c0114a68350214f7066f5a
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

and:

Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 24087697d5cf78aac346d4dcea0596373e15a95c
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

but not:

Version: 7.3.6.2 / LibreOffice Community
Build ID: c28ca90fd6e1a19e189fc16c05f8f8924961e12e
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 148675] Table grid lines are black on black in document Dark mode

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148675

--- Comment #5 from Timur  ---
(In reply to lostbits from comment #0)
> Several proposals are made [enhancements]?
> 1. Automatically adjust colors on switching modes.
> 2. Provide an option in Tools->Options->Appearance Colors to allow grid
> color switching (Table Boundaries and Spreadsheet Grid do not work).

I do not understand how Table Boundaries do not work. Changed in Options, they
work for me. 
Only bug I see is that default value is preset to dark, instead of light color.

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

[Libreoffice-bugs] [Bug 150915] [META] Windows Dark Mode bugs and enhancements

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150915

Xisco Faulí  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 143344] [META] Linux Dark Mode bugs and enhancements

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143344

Timur  changed:

   What|Removed |Added

 Depends on|148675  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148675
[Bug 148675] Table grid lines are black on black in document Dark mode
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 103184] [META] UI theming bugs and enhancements

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103184

Timur  changed:

   What|Removed |Added

 Depends on||148675


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148675
[Bug 148675] Table grid lines are black on black in document Dark mode
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148675] Table grid lines are black on black in document Dark mode

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148675

Timur  changed:

   What|Removed |Added

 Blocks|143344  |103184
Summary|Table grid lines are black  |Table grid lines are black
   |on black in Dark mode   |on black in document Dark
   ||mode


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103184
[Bug 103184] [META] UI theming bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=143344
[Bug 143344] [META] Linux Dark Mode bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 115439] High DPI mode: SVG icons should be preferred over PNG versions when available (comment 34)

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115439

--- Comment #51 from Renato S. Yamane  ---
Just to remember this bug was happening also at 100% scale as you can see on
the Ckmment below with an screenshot:

https://bugs.documentfoundation.org/show_bug.cgi?id=117158#c4

I cannot test anymore, because I switched back to MS Office.

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

[Libreoffice-bugs] [Bug 150788] Cannot scroll/see other column widths in table properties dialogue (only tried on writer)

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150788

--- Comment #3 from gb2...@gmail.com ---
(In reply to Jegatheesan from comment #1)
> NOT REPRODUCED
> 
> Description:
> Not knowing about this site I made my initial post here:
> https://ask.libreoffice.org/t/issue-with-column-width-arrows-of-table-
> properties-dialogue/81448/14
> Should be able to glean most of the info you need from there
> 
> Steps to Reproduce:
> 1. Create a table with "Insert Table.." menu option with at least 5-6 columns
> 2. Open "Table properties" dialogue from context menu of the new table
> 3. Go to columns tab and attempt to scroll the width of columns 5, 6 etc
> into view
> 4. After this i test the same field and its fixed and scrolling option is 
> working and show the inserted column and its work.
> 
> ENVIRONMENT: Libre Office 7.4.0.0 alpha/ Linux Mint 20.2

How about trying via manjaro cinnamon in a VM, that's the only version I've
been using for a number of years now, I just never noticed the issue until now
because I never needed tables until now.

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

[Libreoffice-bugs] [Bug 150273] Line Styles preview in Borders dialog does not match with selected option using dark mode

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150273

--- Comment #3 from Timur  ---
I don't reproduce also with older LO, so I don't understand the bug, although
report is very detailed, please clarify and compare with what you expect, maybe
from non-dark mode.

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

[Libreoffice-bugs] [Bug 108288] [META] Bookmark bugs and enhancements

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108288

László Németh  changed:

   What|Removed |Added

 Depends on||150790


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150790
[Bug 150790] Show adjacent bookmark ranges
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108288] [META] Bookmark bugs and enhancements

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108288

László Németh  changed:

   What|Removed |Added

 Depends on||150791


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150791
[Bug 150791] Show point bookmark as I-beam shape (⌶) instead of vertical line
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150717] Add custom color bookmark boundary marks + handle their overlapping/neighboring

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150717

László Németh  changed:

   What|Removed |Added

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

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

  1   2   3   >