[Libreoffice-bugs] [Bug 112543] Can't edit/open hyperlinks in text boxes and shapes in Writer

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112543

--- Comment #5 from Commit Notification 
 ---
Samuel Mehrbrodt committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/86cb2a1f98c0585d2121e6ae34fe62f072ef9a63%5E%21

tdf#112543 Add Edit/Remove hyperlink to text boxes/shapes in Writer

It will be available in 6.4.0.

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

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 112543] Can't edit/open hyperlinks in text boxes and shapes in Writer

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112543

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 118445] attempt to link documents circularly freezes writer

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118445

--- Comment #3 from Yury  ---
Actual results now:
LO crashes on the attempt to 'insert' a section in the 2nd doc.

Version: 6.2.5.2
Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3; 
Locale: en-GB (en_GB.UTF-8); UI-Language: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 33173] Tabbed UI (Writer): Division/section-per-tab (similar to Lotus WordPro)

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33173

--- Comment #34 from rol...@logikalsolutions.com ---
(In reply to Heiko Tietze from comment #33)
> (In reply to David from comment #29)
> > This bug most definitely is not a duplicate of bug 37134.  Bug 37134
> > concerns having each document as a tab within a single application window. 
> > This bug is about sections of a document being displayed as tabs within the
> > document.
> 
> The screenshots show a different situation. What I understand by " sections
> of a document being displayed" separately is what MSO has where you can
> split the scrollbar.

That would be an incorrect understanding. The screenshot uploaded 2016-05-26
clearly shows a completely different situation.

I'm several weeks away from finishing my current contract and going home. When
I get home I will actually write a multi-part document and take screen shots
for you. I may even burn a few days attempting to install SmartSuite under
Wine.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126399] New: Members remain in SbiStdObject until LibreOffice is closed.

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126399

Bug ID: 126399
   Summary: Members remain in SbiStdObject until LibreOffice is
closed.
   Product: LibreOffice
   Version: 6.4.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: himajin100...@gmail.com

Description:
see steps to reproduce

Steps to Reproduce:
0. Take a look at the following codes.
Make sure that ChrW is COMPATONLY_ Function.
Make sure that Blue is NORMONLY_ Function.

https://opengrok.libreoffice.org/xref/core/basic/source/runtime/stdobj.cxx?r=7283125c#136
https://opengrok.libreoffice.org/xref/core/basic/source/runtime/stdobj.cxx?r=7283125c#87

Steps A:

1. Open the attached ChrW.odt
2. Run Main() in ChrW.odt
3. Error is given as follows(Expected)

BASIC runtime error.
Sub-procedure or function procedure not defined.

4. Close the error dialog
5. Modify the source so that Option VBASupport is 1
6. Run Main() again
7. the macro runs without errors(Expected)
8. Modify the source so that Option VBASupport is 0
9. the runs without errors(UNEXPECTED)

10. Close all the LibreOffice applications, and then reopen ChrW.odt
11. We have VBASupport 0. When we run Main(), it gives me the same
error(Expected)

Steps B:

1. Open the attached Blue.odt
2. Run Main() in Blue.odt
3. Error is given as follows(Expected)

BASIC runtime error.
Sub-procedure or function procedure not defined.

4. Close the error dialog
5. Modify the source so that Option VBASupport is 0
6. Run Main() again
7. the macro runs without errors(Expected)
8. Modify the source so that Option VBASupport is 1
9. the runs without errors(UNEXPECTED)
10. Close all the LibreOffice applications, and then reopen Blue.odt
11. We have VBASupport 1. When we run Main(), it gives me the same
error(Expected)

Actual Results:
Main()s unexpectedly runs without errors in A-9 and B-9 

Expected Results:
Main()s stop with errors in A-9 and B-9 


Reproducible: Always


User Profile Reset: No



Additional Info:
once methods are added to the candidate list, the runtime never removes the
additions?

https://opengrok.libreoffice.org/xref/core/basic/source/runtime/stdobj.cxx?r=7283125c#753

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126310] FILEOPEN DOCX Two pages document containing WMF images appears as one page

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126310

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.4.0|target:6.4.0 target:6.3.0.2

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126310] FILEOPEN DOCX Two pages document containing WMF images appears as one page

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126310

--- Comment #12 from Commit Notification 
 ---
Gabor Kelemen committed a patch related to this issue.
It has been pushed to "libreoffice-6-3":

https://git.libreoffice.org/core/+/1c04b5c97ca3b12e52ec55572da77f7b6636e34c%5E%21

tdf#126310 Disable lazy loading of WMF images

It will be available in 6.3.0.2.

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

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123150] FIREBIRD: Query with 'LIKE' fails with error "malformed string", when index is set for the field of the condition of the query

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123150

--- Comment #25 from Commit Notification 
 ---
Tamas Bunth committed a patch related to this issue.
It has been pushed to "libreoffice-6-3":

https://git.libreoffice.org/core/+/4897c78c4b0ce88b65d509066990bdf5ae444d9a%5E%21

tdf#123150: Firebird: set UTF-8 client connection

It will be available in 6.3.0.2.

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

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123150] FIREBIRD: Query with 'LIKE' fails with error "malformed string", when index is set for the field of the condition of the query

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123150

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.4.0|target:6.4.0 target:6.3.0.2

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 112023] Copying data from Base truncates precision to the shown format

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112023

--- Comment #10 from Lars Jødal  ---
Still reproducible in:

Version: 6.2.5.2 (x64)
Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: da-DK (da_DK); UI-Language: en-GB
Calc: threaded

Also reproducible in:

Version: 6.3.0.1 (x64)
Build ID: 41ac97386aba908b6db860cfb4cfe2da871886ae
CPU tråde: 4; Styresystem: Windows 10.0; Gengiver af brugergrænseflade: GL;
VCL: win; 
Lokalisering: da-DK (da_DK); UI-Language: da-DK
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126401] New: Base: Data corruption in Firebird migration

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126401

Bug ID: 126401
   Summary: Base: Data corruption in Firebird migration
   Product: LibreOffice
   Version: 6.3.0.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: l...@rn.dk

Description:
Testing out LO 6.3.0.1 on attachment 135786 (originally created for bug
112023), I am asked if I want to migrate embedded HSQL data to Firebird. If
answering yes, the file opens, but the data are corrupted. No warning or other
indication is given.

The original file contains these data:

MyTimestampMyDouble
01-01-2015 00:00:011.2345
01-01-2015 00:00:153.1415

which in standard viewing is shown as (correctly, just shown in lower
precision):

MyTimestamp   MyDouble
01-01-15 00:001.23
01-01-15 00:003.14

However, after migration to Firebird, the view is

MyTimestamp   MyDouble
31-12-14 23:000
31-12-14 23:001.10E+227

I.e., the timestamp has lost one hour (thereby moving just past midnight 2015
to one hour before midnight 2014), while the numerical data are completely
corrupted.

Steps to Reproduce:
1. Open the attachment in LO 6.3.0.1
2. Click on tables and answer "Later" to migration
3. Open Table1 and note results
4. Close file
5. Re-open, answer "Yes" to migration
6. Open Table1 and note results

Actual Results:
Data are corrupted after migration.

Expected Results:
Data should be unchanged after migration.


Reproducible: Always


User Profile Reset: No



Additional Info:
Problem found in:

Version: 6.3.0.1 (x64)
Build ID: 41ac97386aba908b6db860cfb4cfe2da871886ae
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: da-DK (da_DK); UI-Language: en-GB
Calc: threaded

Current "fresh" version does not suggest migration and opens the file without
problems::

Version: 6.2.5.2 (x64)
Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: da-DK (da_DK); UI-Language: en-GB
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 107733] [META] Hyperlink bugs and enhancements

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107733

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 Depends on||126369


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=126369
[Bug 126369] Gray field background colour is not removed immediately after
removing a hyperlink
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126369] Gray field background colour is not removed immediately after removing a hyperlink

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126369

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 Blocks||107733


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107733
[Bug 107733] [META] Hyperlink bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 33173] Tabbed UI (Writer): Division/section-per-tab (similar to Lotus WordPro)

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33173

--- Comment #33 from Heiko Tietze  ---
(In reply to David from comment #29)
> This bug most definitely is not a duplicate of bug 37134.  Bug 37134
> concerns having each document as a tab within a single application window. 
> This bug is about sections of a document being displayed as tabs within the
> document.

The screenshots show a different situation. What I understand by " sections of
a document being displayed" separately is what MSO has where you can split the
scrollbar.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123840] Opening and closing quotation marks have different format from locale’s default when writing in Cyrillic

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123840

--- Comment #12 from Buovjaga  ---
There is bug 113298. In comment 1 of that report it is said that language
detection based on input method / keyboard layout is supported on Windows. So
has it broken on Windows recently?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 118626] centos repo repomd.xml missing

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118626

Andras Timar  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #4 from Andras Timar  ---
Fixed, thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 33467] Mac: Default printer should be taken from the OS when printing

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33467

Brother Printer Customer Service Phone Number  changed:

   What|Removed |Added

URL||https://www.brotherprinters
   ||upport.net/brother-printer-
   ||customer-service/

--- Comment #16 from Brother Printer Customer Service Phone Number 
 ---
Contact Brother Printer Customer Service Phone Number. It is required for every
person to be in touch with a specialist Wireless Printer Assistance, who can
help them to fix any type of software or equipment issues connected to printers
from time to time.
Visit Us:
https://www.brotherprintersupport.net/brother-printer-customer-service/

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126284] PDF Export: PDF shows only two pages of a document with three pages (one page is hidden in the odf document) (see comment 3)

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126284

--- Comment #10 from flx  ---
Created attachment 152779
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152779=edit
Another example demonstrating the bug, taken from my thesis

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126284] PDF Export: PDF shows only two pages of a document with three pages (one page is hidden in the odf document) (see comment 3)

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126284

--- Comment #9 from flx  ---
(In reply to Heiko Tietze from comment #8)
> We discussed this issue in the design meeting yesterday. It's rather not a
> bug and intended behavior. Admittedly, when you search for page 3 but there
> are just 2 would be confusing but in those situations you have set up a
> non-standard layout, hidden pages, or you are in book layout. All those are
> expert features where it can be expected that users read the manual.
> Besides, if the number shows not the total count but the visible we likely
> make users unhappy who expect exactly the opposite.
> 
> I'll keep the ticket open as it was reopened. But the recommendation is NAB.

But the number does not show the total count. Consider a common document with a
one-sided page layout with a cover page followed by several text pages; the
number will always show one page too much. Consider that in a pdf document
there is no such thing as a "front" or "back" page. These are totally
non-expert circumstances.

Please take a look at the latest screenshots: How is it not confusing / not a
bug that if I export page 9 (as the bottom bar says "Page 9 of 50 (Page 1)") as
a PDF file, I will get the subsequent page (10), because the page with the
headline "Introduction" is ACTUALLY page 8 of the document?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126004] Crash swlo!SwEditShell::ValidateAllParagraphSignatures

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126004

Xisco Faulí  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #14 from Xisco Faulí  ---
Verified in

Version: 6.4.0.0.alpha0+
Build ID: ed2107f047528d8e49135d3270705f389ed5
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US
Calc: threaded

@Julien Nabet, Thanks for fixing this issue!

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126369] Gray field background colour is not removed immediately after removing a hyperlink

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126369

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 OS|Linux (All) |All

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 112543] Can't edit/open hyperlinks in text boxes and shapes in Writer

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112543

Gabor Kelemen  changed:

   What|Removed |Added

 Blocks||123626


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123626
[Bug 123626] FILEOPEN | DOCX, Hyperlink missing from Shape in LO
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123626] FILEOPEN | DOCX, Hyperlink missing from Shape in LO

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123626

Gabor Kelemen  changed:

   What|Removed |Added

 Depends on||112543


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112543
[Bug 112543] Can't edit/open hyperlinks in text boxes and shapes in Writer
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126395] Incorrect direction for table using word document (rtl)

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126395

--- Comment #2 from seven  ---
Created attachment 152771
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152771=edit
Good document for compare

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126395] New: Incorrect direction for table using word document (rtl)

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126395

Bug ID: 126395
   Summary: Incorrect direction for table using word document
(rtl)
   Product: LibreOffice
   Version: 6.3.0.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: seve...@mail.ru

Description:
Document have problem with save or show when open

Steps to Reproduce:
1. Open word document (from attachment)
2. It you see from left to right, but need for arabic document from right to
left
3. Using properties table you see it is right to left, change direction to
"left to right" and table will be with column #1 in right side (it is correct
and same in .odt file)

Actual Results:
Change not saved or not apply when reopen document

Expected Results:
Change saved or open same like i see before close


Reproducible: Always


User Profile Reset: No



Additional Info:

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126395] Incorrect direction for table using word document (rtl)

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126395

--- Comment #1 from seven  ---
Created attachment 152770
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152770=edit
Document with problem

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123627] FILEOPEN DOCX Hyperlink’s target folder changes if making a copy in a different folder

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123627

Gabor Kelemen  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 117199] Objects in VSDX files are not treated as single objects in LO Draw

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117199

--- Comment #9 from Walter Cheuk  ---
VSD file uploaded.

Yes, it has the same problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126399] Members remain in SbiStdObject until LibreOffice is closed.

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126399

--- Comment #3 from himajin100...@gmail.com ---
errata:

the real error message for Blue.odt in B-3 was 

BASIC runtime error.
'35'
Blue

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126400] New: LibreOffice math does not get focus back after using tool window

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126400

Bug ID: 126400
   Summary: LibreOffice math does not get focus back after using
tool window
   Product: LibreOffice
   Version: 6.2.4.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: daniel.mo...@laposte.net

Description:
example when using division/fraction component from component window to create
a fraction between 2 components: the most efficient way to process is to select
the numerator component by selection and select the division component from the
tool window ; it works fine as we can see the numerator filled correctly and
the denominator that appears with  (question mark colored in black) ready to
be edited BUT WITH THE FOCUS STILL ON TOOL WINDOW RATHER THAT ON MAIN EDIT
WINDOW. This bug appeared recently as it worked fine before. A picture is
attached

Steps to Reproduce:
1.select a field for numerator
2.select division (fraction) component
3.try to enter data in denominator field with keyboard

Actual Results:
to get data need to reset focus on main window
this of course is the same with all other tool window components

Expected Results:
automatic focus set on main window after use of tool window


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
left focus on tool window to put it on main window

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123627] FILEOPEN DOCX Hyperlink’s target folder changes if making a copy in a different folder

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123627

Gabor Kelemen  changed:

   What|Removed |Added

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

--- Comment #9 from Gabor Kelemen  ---
More detailed reproduction steps:

1, In Word create a file with a hyperlink to a local folder ("Új mappa" in the
example file).
2, Save the file to a different directory (say, Test in your home dir) and
reload it. Clicking the hyperlink will open the same folder.

3, Open the original file in Writer, and make sure that Settings - Load/Save -
General - Save URLs relative to filesystem is checked.
3, Click the hyperlink, the folder will open
4, Save the file to a different directory (say, Test in your home dir) and
reload it. Click the link and it will NOT open, since it will try to look up
the "Új mappa" directory inside the same "Test" directory where the saved file
is.

5, Disable Settings - Load/Save - General - Save URLs relative to filesystem
6, Reload the original Word file
7, Save the file to the Test directory and reload it. Click the hyperlink, and
it will open correctly the "Új mappa".

We think this happens because of: 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=40acf8d6447065077acba9e800c56239f58c8262

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 65331] Changing default animation direction in Impress

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65331

Lars Jødal  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126394] New: UI Impress, enhancement request: Allow changing animations for several objects at once

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126394

Bug ID: 126394
   Summary: UI Impress, enhancement request: Allow changing
animations for several objects at once
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: l...@rn.dk

Description:
Currently (LO 6.2.5.2), it is tedious to work with animations other than the
standard "Appear", because animations can be changed only one object at a time.
If more than one object is chosen, then most fields in the Animation window are
greyed out. (Only "Start" can be changed for several objects at once.) To
change animation effect or properties of the effect, you have to do it one
object at a time.

It is suggested to add the possibility of choosing several objects and apply
changes like choice of animation to all objects at the same time.

Steps to Reproduce:
1. Create an Impress slide with more than one object, e.g. a bullet list with
more than entry.
2. Open animation window: View > Animation
3. Choose more than one object and add animation (which will by default be
"Appear")


Actual Results:
The "Category" and most other other fields in the Animation window are greyed
out. To choose a different animation, e.g. "Box", you have to choose only one
object in the list.

Expected Results:
"Category" and relevant other fields should be active, allowing changes to the
animation of several objects at a time.


Reproducible: Always


User Profile Reset: No



Additional Info:
A similar request is mentioned in the thread of bug 65331.

Version used was LO 6.2.5.2, but has also been tested in 6.3.0.1 rc with
similar results.

Version: 6.2.5.2 (x64)
Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: da-DK (da_DK); UI-Language: en-GB
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126394] UI Impress, enhancement request: Allow changing animations for several objects at once

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126394

Lars Jødal  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126352] “Create Style” Dialogue Does not Work Correctly if Opened via Menu or Toolbar: (often/always) shows other styles than the 'own styles', sometimes inactive when it shoul

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126352

--- Comment #7 from Heiko Tietze  ---
(In reply to Cor Nouws from comment #6)
> That is not the same as doing some fancy direct formatting and then from
> that text create a new style.

I'm trying to get rid of the 'create style' dialog and we could show the
paragraph formatting dialog per New (all New) populated with the Default
properties or with your fancy direct formatting. The name field is editable so
there would be no regression.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 117800] [FreeTDS][SQL Server]Incorrect syntax near 'Database-Name'.

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117800

Vegard Vesterheim  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #11 from Vegard Vesterheim  ---
I installed Version: 6.2.5.2 on Ubuntu 18.04
Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159

The error is still present, with symptoms like before.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125314] DOCX: document linking is not supported in .docx format and causes a silent failure and loss of function

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125314

Gabor Kelemen  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 62561] FORMATTING / UI: Add "Remove hyperlink" to (context) menu in Calc

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62561

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 62561] FORMATTING / UI: Add "Remove hyperlink" to (context) menu in Calc

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62561

--- Comment #13 from Commit Notification 
 ---
Samuel Mehrbrodt committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/040f348ee00a0d01653b3071be3d9886a08f87fe%5E%21

tdf#62561 Add remove/edit hyperlink to calc context menu

It will be available in 6.4.0.

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

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 75057] [META] OOXML Chart object issues

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75057
Bug 75057 depends on bug 126193, which changed state.

Bug 126193 Summary: FILESAVE XLSX Multi-level category labels property not saved
https://bugs.documentfoundation.org/show_bug.cgi?id=126193

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126240] Embedded videos open in new (un-closable) "OpenGL renderer" window

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126240

--- Comment #1 from Marcus Tomlinson  ---
Created attachment 152776
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152776=edit
Screenshot of un-closable "OpenGL renderer" window

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126399] Members remain in SbiStdObject until LibreOffice is closed.

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126399

--- Comment #1 from himajin100...@gmail.com ---
Created attachment 152777
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152777=edit
ChrW

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126399] Members remain in SbiStdObject until LibreOffice is closed.

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126399

--- Comment #2 from himajin100...@gmail.com ---
Created attachment 152778
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152778=edit
Blue

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126310] FILEOPEN DOCX Two pages document containing WMF images appears as one page

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126310

Miklos Vajna  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |kelem...@ubuntu.com
   |desktop.org |
 Resolution|--- |FIXED
 Status|NEW |RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126284] PDF Export: PDF shows only two pages of a document with three pages (one page is hidden in the odf document) (see comment 3)

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126284

flx  changed:

   What|Removed |Added

 Attachment #152640|0   |1
is obsolete||

--- Comment #11 from flx  ---
Created attachment 152780
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152780=edit
The resulting pdf if "Page 9" is exported from the example document

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 39593] copy/paste code detector / fixing

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39593

--- Comment #73 from Commit Notification 
 ---
Arkadiy Illarionov committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/f926de93c455f7cede505ad8cf849fe81eb514cf%5E%21

tdf#39593 Remove SvxUnoDrawMSFactory::concatServiceNames

It will be available in 6.4.0.

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

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 66791] FORMATTING: Incorrect application of "Asian text font"

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66791

Volga  changed:

   What|Removed |Added

 CC||plateauw...@qq.com

--- Comment #16 from Volga  ---
*** Bug 126387 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126387] Unsymmetrical fonts for quotation marks in mixed western and Asian text

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126387

Volga  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Volga  ---


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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126393] New: Hard to select a cell which contains only a hyperlink

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126393

Bug ID: 126393
   Summary: Hard to select a cell which contains only a hyperlink
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: s.mehrbr...@gmail.com

Insert a hyperlink in a cell in calc, e.g. http://example.com

Try to select that cell with the mouse.

Expected: Cell is selected when clicking on the hyperlink (ctrl-click open
hyperlink)

Actual: Cell is *not* selected when clicking on the hyperlink. You have to
select a nearby cell and move the selection with the keyboard.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 117199] Objects in VSDX files are not treated as single objects in LO Draw

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117199

--- Comment #10 from Walter Cheuk  ---
Created attachment 152773
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152773=edit
VSD file

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126398] New: CONDITIONAL FORMATTING visual bug

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126398

Bug ID: 126398
   Summary: CONDITIONAL FORMATTING visual bug
   Product: LibreOffice
   Version: 6.2.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mattia@gmail.com

Description:
When using some characters (at the moment I have had problem with '~' tilde
only) in the right field (the one in which I can actually specify the value of
the condition) for a condition.
Then the recap of that condition, does not show the character!
I attach two screenshot in which:
- first shows the bug, that is missing '~' in the recap
- second shows how to reproduce the bug, that is insert '~' 

Steps to Reproduce:
1. open Manage Conditional Formatting
2. click Add
3. click on the right and empty field (press 3x TAB)
4. type "~" (including the two double quotes)
5. click Add, again
6. note the recap of the just filled condition does not show "~"

Actual Results:
does not show '~' character

Expected Results:
show '~' character


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126398] CONDITIONAL FORMATTING visual bug

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126398

--- Comment #1 from mattia.b89  ---
Additional info:
Version: 6.2.5.2
Build ID: 6.2.5-1
CPU threads: 4; OS: Linux 5.1; UI render: default; VCL: gtk3; 
Locale: it-IT (en_GB.UTF-8); UI-Language: en-GB
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123150] FIREBIRD: Query with 'LIKE' fails with error "malformed string", when index is set for the field of the condition of the query

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123150

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #27 from Xisco Faulí  ---
(In reply to Gerhard Schaber from comment #16)
> You might be right. I tried with FB 3.0.4.
> 
> Fails with malformed string:
> select * from "table1" where "LastName" LIKE 'Ö%';
> 
> Works:
> select * from "table1" where "LastName" LIKE UPPER(_iso8859_1 'Ö%');

I do confirm this issue is fixed in

Version: 6.4.0.0.alpha0+
Build ID: ed2107f047528d8e49135d3270705f389ed5
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US
Calc: threaded

when selecting 'Show output"

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126369] Gray field background colour is not removed immediately after removing a hyperlink

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126369

Samuel Mehrbrodt (CIB)  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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126396] LibreWriter cant handle landscape orientation like portrait, wrong print

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126396

--- Comment #1 from reikenb...@gmx.de ---
Created attachment 152772
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152772=edit
screenshots

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126398] CONDITIONAL FORMATTING visual bug

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126398

--- Comment #3 from mattia.b89  ---
Created attachment 152775
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152775=edit
screenshot 2

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126398] CONDITIONAL FORMATTING visual bug

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126398

--- Comment #2 from mattia.b89  ---
Created attachment 152774
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152774=edit
screenshot 1

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126310] FILEOPEN DOCX Two pages document containing WMF images appears as one page

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126310

Xisco Faulí  changed:

   What|Removed |Added

Version|6.4.0.0.alpha0+ Master  |6.1.0.0.alpha0+

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123150] FIREBIRD: Query with 'LIKE' fails with error "malformed string", when index is set for the field of the condition of the query

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123150

--- Comment #26 from Gerhard Schaber  ---
Thanks for putting this into 6.3. There has not been a master build with the
changes, so I have not been able to test it, yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126272] Application Error with invalid SAL_USE_VCLPLUGIN values

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126272

Xisco Faulí  changed:

   What|Removed |Added

 CC||deme...@gmail.com

--- Comment #22 from Xisco Faulí  ---
*** Bug 126351 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126351] Crash in: Invalid signature

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126351

Xisco Faulí  changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE

--- Comment #9 from Xisco Faulí  ---
i guess we can close this as a duplicate of bug 126272

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125783] .uno:WhatsNew command lacks name and tooltip

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125783

Heiko Tietze  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |heiko.tietze@documentfounda
   |desktop.org |tion.org
 Status|NEW |ASSIGNED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123840] Opening and closing quotation marks have different format from locale’s default when writing in Cyrillic

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123840

--- Comment #13 from Regina Henschel  ---
In my tests I see, that the initial language is wrong. And I see, that after
switching the language, the status bar is not updated immediately, but you need
to write a true character (not a space) to make the status bar update to the
new language.

Tested with Version: 5.4.7.2 (x64)
Build ID: c838ef25c16710f8838b1faec480ebba495259d0
CPU threads: 8; OS: Windows 6.19; UI render: default; 
Locale: de-DE (en_US); Calc: CL

and with Version: 6.3.0.0.alpha1+ (x64)
Build ID: c74f633467e1cd272b8d0c285389bd855f3217a0
CPU threads: 8; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@62-TDF, Branch:master, Time: 2019-05-26_00:04:50
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126310] FILEOPEN DOCX Two pages document containing WMF images appears as one page

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126310

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126310] FILEOPEN DOCX Two pages document containing WMF images appears as one page

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126310

--- Comment #11 from Commit Notification 
 ---
Gabor Kelemen committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/184a4771dad448a37f80b29bc62ad62e0a6a4bb6%5E%21

tdf#126310 Disable lazy loading of WMF images

It will be available in 6.4.0.

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

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 75057] [META] OOXML Chart object issues

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75057
Bug 75057 depends on bug 126195, which changed state.

Bug 126195 Summary: FILESAVE DOCX Multiple axis categories are saved 
concatenated to chart data table
https://bugs.documentfoundation.org/show_bug.cgi?id=126195

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125543] Calc resizes to zero

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125543

Heiko Tietze  changed:

   What|Removed |Added

   Keywords||needsDevEval
 CC||glo...@fbihome.de,
   ||mentoring@documentfoundatio
   ||n.org

--- Comment #4 from Heiko Tietze  ---
SetMinOutputSizePixel() is implemented for include/vcl/syswindow and
include/sfx2/dockwin but not include/vcl/window.hxx. And this function should
receive the actual value from the OS/DE. Probably an easy hack for more
experienced developers. Thanks jmux for the code pointers.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123627] FILEOPEN DOCX Hyperlink’s target folder changes if making a copy in a different folder

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123627

Gabor Kelemen  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #8 from Gabor Kelemen  ---
(In reply to Xisco Faulí from comment #7)
> (In reply to Gabor Kelemen from comment #5)
> > Might have been MSO 2007 as well. We should recheck with more recent ones.
> 
> Any update ?

So we checked and the original instructions were not perfect: in step 3 saving
to another file is necessary, not copying (with a file manager).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126396] New: LibreWriter cant handle landscape orientation like portrait, wrong print

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126396

Bug ID: 126396
   Summary: LibreWriter cant handle landscape orientation like
portrait, wrong print
   Product: LibreOffice
   Version: 6.0.7.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: reikenb...@gmx.de

Description:
Printing a user defined paper size on portrait gives the expected result,
change to landscape the pring goes wrong.

If the size of the sheet for example 10,16mm x 15,24mm fits 100% to the paper
of the printer there is no problem for portrait and landscape.

If the size is a bit lower, for example 10,16mm x 15,00mm, protrait works, but
landscape goes wrong.

If the print goes right for portrait it should be also right for landscape but
it does not. But bot orientation fits on the paper, so it should give in both
cases the right print.



Steps to Reproduce:
1. Create a userdefined page for example 10,16mm x 15,24mm
2. Printing works in portrait and landscape
3. Change 15,24 to 15,00
4. Printing works in portrait but fails in landscape

Actual Results:
Printing in landscape goes wrong.

Expected Results:
Printing in landscape should fit on the page like protrait.



Reproducible: Always


User Profile Reset: No



Additional Info:
This behavior, that protrait works and landscape not is confusing.

A normal user dont figure it out that the size of the page in librewriter dont
exactly is the same as the printer page size. If he created a custom size at it
works all the time for protrait in the past, and now he want to print in
landscape, and it does not work is annoying.

Both page orientation should work the same,
or there should be a warning for the user that the page must fit 100% on the
target.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 51780] [META] Default to Firebird not HSQLDB in Base (for _new_ files)

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51780
Bug 51780 depends on bug 123591, which changed state.

Bug 123591 Summary: base(firebird): Incorrect Posting of Numeric Data
https://bugs.documentfoundation.org/show_bug.cgi?id=123591

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126402] FILEOPEN Line endings are not imported properly

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126402

Bartosz  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |gan...@poczta.onet.pl
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126402] FILEOPEN Line endings are not imported properly

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126402

Bartosz  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126402] New: FILEOPEN Line endings are not imported properly

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126402

Bug ID: 126402
   Summary: FILEOPEN Line endings are not imported properly
   Product: Document Liberation Project
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: libvisio
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gan...@poczta.onet.pl

Created attachment 152781
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152781=edit
Visio electric diagram which do not displays properly

File ending are not displayed properly.
Steps to reproduce bug:

1. Open attached file

Current result:
- Line Joints are shifted, and not directly on crossing the lines
- Some endings are not displayed correclty. For example empty circle are
displayed as arrow
- after editing the the end style, it is marked as "None"

Expected result:
- Line Joints are placed directly on crossing the lines
- All endings are not displayed correclty. For example empty circle.
- after editing the the end style, it is marked as "Circle", or "Arrow"

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126403] New: html color palett

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126403

Bug ID: 126403
   Summary: html color palett
   Product: LibreOffice
   Version: 6.4.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

Description:
the existing html color palett is very complex and it's not that easy to find
the correct color. Ordinary you want to use the HTML color name, but in
libreoffice you see the name only with hover

Steps to Reproduce:
1. writer text color drop down menu

Actual Results:
all colors are in one frame but there is no separation between the different
color areas (blue, green, pink, ...)

Expected Results:
each block should start with a new line
https://en.wikipedia.org/wiki/Web_colors


Reproducible: Always


User Profile Reset: No



Additional Info:

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126403] Revise layout of HTML color palette swatches

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126403

V Stuart Foote  changed:

   What|Removed |Added

   Keywords||needsUXEval
Summary|html color palett   |Revise layout of HTML color
   ||palette swatches
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||rb.hensc...@t-online.de,
   ||vstuart.fo...@utsa.edu

--- Comment #3 from V Stuart Foote  ---
I've no problem with reordering the swatches (note they've been alphabetical by
name since X11 era, and now here they are grouped by color hue).

Also, I'm fine with adding the extra white space (#ff) swatches to give
structure to the 12 column color rows.

I did not check color by color, but if ALL X11-SVG 1.0 colors in the HTML.soc
are still named against their sRGB value--this would not disrupt the import of
SVG or of Web pages. But none of the named colors can be dropped from the
palette. 

I only object to duplicating a color & with a new color name positioned to the
last column of each row.  I acknowledge the intent of making the color pick
easier visually, but don't think it is necessary here.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126388] OpenGL: Empty drop-down list Line Width in Sidebar when open it first time after drawing of line with arrow

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126388

Telesto  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #3 from Telesto  ---
Repro
Version: 6.4.0.0.alpha0+ (x86)
Build ID: 2f2f4767089512c34514896bc37823f9310e9dd4
CPU threads: 4; OS: Windows 6.3; UI render: GL; VCL: win; 
TinderBox: Win-x86@42, Branch:master, Time: 2019-07-10_00:49:53
Locale: nl-NL (nl_NL); UI-Language: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126407] New: Copying tables from Calc to ACAD on LibreOffice 6.2.5

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126407

Bug ID: 126407
   Summary: Copying tables from Calc to ACAD on LibreOffice 6.2.5
   Product: LibreOffice
   Version: 6.2.5.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: werner.hor...@gmail.com

Description:
LO 6.1.6.3 handels copying tables to ACAD and pasting it as an ACAD Entity very
well. The next version 6.2.5 converts Border lines in double lines when pasting
a table in ACAD.
In version 6.1.6.3 reducing width line to 0.01 was enough to avoid this issue

Steps to Reproduce:
1.Create a table, draw borders to cells
2.Copy the table
3.Paste the table into ACAD as an Entity. Paste Special -- As ACAD Entity

Actual Results:
Table is copied with double lines (polylines)

Expected Results:
Table should be pasted as single lines, like in version 6.1.6.3


Reproducible: Always


User Profile Reset: No



Additional Info:

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123670] EDITING: cell selection changed selecting multiple columns via keyboard

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123670

--- Comment #8 from don  ---
This is not resolved for LibreOffice Calc. The old versions worked fine. The
new version
Version: 6.2.4.2 (x64)
Build ID: 2412653d852ce75f65fbfa83fb7e7b669a126d64

no longer matches the cell selection used by Excel. This is a major bug.
Please look again at the behavior as described by Oliver; he verified that all
the Excel and Calc versions worked correctly but the new version did not.
Don

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126284] PDF Export: PDF shows only two pages of a document with three pages (one page is hidden in the odf document) (see comment 3)

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126284

--- Comment #12 from Dieter Praas  ---
(In reply to Heiko Tietze from comment #8)
> Admittedly, when you search for page 3 but there
> are just 2 would be confusing but in those situations you have set up a
> non-standard layout, hidden pages, or you are in book layout. All those are
> expert features where it can be expected that users read the manual.

Where can I find this information in a manual?

Book layout shows blank page and "blank page" entry. That makes it more clear.
But what is the idea of that blank page, if you are not able to take this into
account during printing, neither with PDF nor with a normal printer?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126401] Base: Data corruption in Firebird migration

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126401

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Xisco Faulí  ---
This is fixed in

Version: 6.4.0.0.alpha0+
Build ID: ed2107f047528d8e49135d3270705f389ed5
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US
Calc: threaded

Dupe of bug 126268

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126403] html color palett

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126403

andreas_k  changed:

   What|Removed |Added

 CC||kain...@gmail.com

--- Comment #1 from andreas_k  ---
Created attachment 152783
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152783=edit
proposal arrangement of html color palett

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126406] Implement Kaiming styled punctuation compressing algorithm

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126406

Volga  changed:

   What|Removed |Added

 Blocks||83066


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83066
[Bug 83066] [META] CJK (Chinese, Japanese, Korean, and Vietnamese) language
issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 83066] [META] CJK (Chinese, Japanese, Korean, and Vietnamese) language issues

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83066

Volga  changed:

   What|Removed |Added

 Depends on||126406


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=126406
[Bug 126406] Implement Kaiming styled punctuation compressing algorithm
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 121793] Animated gif causes big CPU load

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121793

--- Comment #11 from Commit Notification 
 ---
Noel Grandin committed a patch related to this issue.
It has been pushed to "libreoffice-6-3":

https://git.libreoffice.org/core/+/c80eb85eda40604ff15ccd100c613c11c350ed72%5E%21

tdf#121793 use cairo_path_extents

It will be available in 6.3.0.2.

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

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126393] Hard to select a cell which contains only a hyperlink

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126393

Jacques Guilleron  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jal...@laposte.net
 Ever confirmed|0   |1

--- Comment #1 from Jacques Guilleron  ---
Hi Samuel,

I reproduce with
LO  6.4.0.0.alpha0+ (x86) Build ID: 719f4a93e46a6b397356dbb605d2867639ca3942
CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; 
Locale: en-US (fr_FR); UI-Language: en-US Calc: CL
and
LO  3.5.3.2 Version ID : 235ab8a-3802056-4a8fed3-2d66ea8-e241b80
So probably inherited from OOo.
You have to find a blank zone(to the left or top) in a such formated cell.

Jacques

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125871] LO63b1: new Tooltip window has empty area selected

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125871

Heiko Tietze  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |heiko.tietze@documentfounda
   |desktop.org |tion.org

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 92222] FILESAVE: Shapes with Default Line Width Changed on Roundtrip (MSO 2010+ theme defaults not preserved)

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=9

--- Comment #12 from Luke  ---
This looks very similar to Bug 92223 which was fixed by remembering the schemes
in the theme. 

https://cgit.freedesktop.org/libreoffice/core/commit/?id=c344d74a6961

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126405] New: FILEOPEN DOCX Rotated text in table misses last letters

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126405

Bug ID: 126405
   Summary: FILEOPEN DOCX Rotated text in table misses last
letters
   Product: LibreOffice
   Version: 6.4.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: libreoff...@nisz.hu

Description:
Attached document contains a simple table in a docx/rtf file from Word. When it
is opened in Writer with GL enabled the last character is not visible. Turning
off GL solves this problem.

Steps to Reproduce:
1.  Open attached file in Word / Writer

Actual Results:
In Writer the last characters in the cells with rotated text direction are not
visible.

Expected Results:
In Writer the last characters in the cells with rotated text direction are not
visible.


Reproducible: Always


User Profile Reset: No



Additional Info:

LibreOffice details:
Version: 6.4.0.0.alpha0+ (x86)
Build ID: 49422a469646ad8be43ba828ca24c2484c26b9e8
CPU threads: 4; OS: Windows 6.3; UI render: GL; VCL: win; 
TinderBox: Win-x86@42, Branch:master, Time: 2019-07-08_00:50:19
Locale: hu-HU (hu_HU); UI-Language: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 61914] [META] Start Center bugs and enhancements

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61914

Marco A.G.Pinto  changed:

   What|Removed |Added

 Depends on||126404


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=126404
[Bug 126404] "open file location" in recent documents tiles window
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126405] FILEOPEN DOCX Rotated text in table misses last letters

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126405

--- Comment #1 from NISZ LibreOffice Team  ---
Created attachment 152784
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152784=edit
Example file from Word

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126345] Underlining of links is inconsistent

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126345

--- Comment #5 from Matthew Kogan  ---
I have also reproduced the bug in this build:

Version: 6.4.0.0.alpha0+ (x64)
Build ID: 2f2f4767089512c34514896bc37823f9310e9dd4
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-07-10_02:13:57
Locale: en-GB (en_GB); UI-Language: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 104670] FILEOPEN 2007 DOCX: Text in shape rendered upside down (OK if resaved in MSO)

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104670

--- Comment #12 from Gabor Kelemen  ---
Created attachment 152787
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152787=edit
Screenshot of the original document side by side in Writer 6.2 and 6.3

Seems to be working in:
Verzió: 6.3.0.1 (x86)
Build az.: 41ac97386aba908b6db860cfb4cfe2da871886ae
CPU szálak: 4; OS: Windows 6.3; Felületmegjelenítés: GL; VCL: win; 
Területi beállítások: hu-HU (hu_HU); UI-Language: hu-HU
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 104479] Export as PDF of ODT with JPGs produces much larger PDFs

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104479

--- Comment #49 from Yannick Chiron  ---
Trying to create a sample with the faulty behaviour, I wanted to blur people's
faces on the picture. But then I noticed that the pdf export had a correct
size. After many attempts, I tried to delete the original picture from the
original odt file, save the odt file, reinsert the same picture, and do export
as pdf with no loss again. And now it has a correct size as well.  This lets me
very confuse, as I don't know what is sometimes happening, so that my pdf
export would be big. But it seems that in these cases, one picture imported is
responsible, and delete/save/reimport save the problem. 

I will add that before inserting the pictures, they all are opened in GIMP
2.10.12 to be cropped, resized, compressed, but that only some of them would
provoke the bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126404] New: "open file location" in recent documents tiles window

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126404

Bug ID: 126404
   Summary: "open file location" in recent documents tiles window
   Product: LibreOffice
   Version: 6.4.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: marcoagpi...@sapo.pt
CC: marcoagpi...@sapo.pt
Blocks: 61914

It would be very useful to right-click on recent documents in the tiles window
and be able to select "Open File Location".

I wanted to rename a document and had to open it, "save as" to change its
filename and then delete the old file.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=61914
[Bug 61914] [META] Start Center bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126403] html color palett

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126403

--- Comment #2 from andreas_k  ---
you can see an possible patch in gerrit.

https://gerrit.libreoffice.org/#/c/75405/

Change-Id: I8abac55a4d18a5bb77fb23b1592088f7972fcd24

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 115811] pdfium based ipdf defaults to 96 dpi for image, need an option for higher resolution

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115811

--- Comment #10 from Hans-Werner  ---
Hello,
when will the 96 dpi resolution problem be resolved ? Have there been any
developments since June 2018 ?
Thanks
Hans-Werner

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126345] Underlining of links is inconsistent

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126345

Matthew Kogan  changed:

   What|Removed |Added

Version|5.4.4.2 release |3.3.0 release

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126345] Underlining of links is inconsistent

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126345

--- Comment #4 from Matthew Kogan  ---
I have also reproduced the bug in this build:

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126405] FILEOPEN DOCX Rotated text in table misses last letters

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126405

--- Comment #2 from NISZ LibreOffice Team  ---
Created attachment 152785
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152785=edit
Screenshot of the original document side by side in Word and Writer with GL
enabled

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126405] FILEOPEN DOCX Rotated text in table misses last letters

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126405

NISZ LibreOffice Team  changed:

   What|Removed |Added

 Blocks||10
 CC||kelem...@ubuntu.com,
   ||nem...@numbertext.org


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=10
[Bug 10] [META] DOCX (OOXML) table-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

  1   2   3   >