[Libreoffice-bugs] [Bug 127042] New: Unable to modify TablecolumnSeparator in Writer using VB OOO

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127042

Bug ID: 127042
   Summary: Unable to modify TablecolumnSeparator in Writer using
VB OOO
   Product: LibreOffice
   Version: 6.3.0.4 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: didier.laro...@hotmail.com

Description:
Hello,

I am using VBA (from MS Access) to generate writer documnet.

When dealing with tables, i am unable to modify the TableColumnSepartor
property from VB OOO. Same functionality implemented as a Macro in the writer
document is working. (document is attached)

My VB ooo code:
Sub ResizeColumnTable()
Dim oSM   'Root object for accessing OpenOffice from VB
Dim oDesk, oDoc As Object 'First objects from the API
Dim arg()

'Instantiate OOo
Set oSM = CreateObject("com.sun.star.ServiceManager")
' Create the first and most important service
Set oDesk = oSM.CreateInstance("com.sun.star.frame.Desktop")


' file must be full access to the file to be uploaded
Set oDoc =
oDesk.loadComponentFromURL("file:///c:/.../bugColumnSeparator.odt", "_blank",
0, arg())

' ++ table management ++
Dim oRepTables As Object
Set oRepTables = oDoc.getTextTables

Dim oTableRep As Object
Set oTableRep = oRepTables.GetByName("tbl_table1")

' modify table column separator
Dim objColumnSeparator As Object

objColumnSeparator = oTableRep.GetPropertyValue("TableColumnSeparators")

objColumnSeparator(0).Position = 1000
objColumnSeparator(1).Position = 2000
objColumnSeparator(2).Position = 3000
objColumnSeparator(2).Position = 4000


oTableRep.SetPropertyValue "TableColumnSeparators", objColumnSeparator

'Save the document as a new document
Call oDoc.storeToURL("file:///c:/./bugColumnSeparatorUpdated.odt",
arg())

'Close the document
oDoc.Close (True)
Set oDoc = Nothing
End Sub

I have attached the writer document that contains the same functionality
developped as a macro (main)

Steps to Reproduce:
1.run the VB code provided in the description
2.file will not have the column sized modified
3.running macro in the writer document make it work

Actual Results:
table columns are not changed in size

Expected Results:
table column sized changed (same as the main macro in the attached document)


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Sub ResizeColumnTable()
Dim oSM   'Root object for accessing OpenOffice from VB
Dim oDesk, oDoc As Object 'First objects from the API
Dim arg()

'Instantiate OOo
Set oSM = CreateObject("com.sun.star.ServiceManager")
' Create the first and most important service
Set oDesk = oSM.CreateInstance("com.sun.star.frame.Desktop")


' file must be full access to the file to be uploaded
Set oDoc =
oDesk.loadComponentFromURL("file:///c:/.../bugColumnSeparator.odt", "_blank",
0, arg())

' ++ table management ++
Dim oRepTables As Object
Set oRepTables = oDoc.getTextTables

Dim oTableRep As Object
Set oTableRep = oRepTables.GetByName("tbl_table1")

' modify table column separator
Dim objColumnSeparator As Object

objColumnSeparator = oTableRep.GetPropertyValue("TableColumnSeparators")

objColumnSeparator(0).Position = 1000
objColumnSeparator(1).Position = 2000
objColumnSeparator(2).Position = 3000
objColumnSeparator(2).Position = 4000


oTableRep.SetPropertyValue "TableColumnSeparators", objColumnSeparator

'Save the document as a new document
Call oDoc.storeToURL("file:///c:/./bugColumnSeparatorUpdated.odt",
arg())

'Close the document
oDoc.Close (True)
Set oDoc = Nothing
End Sub

-- 
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 127030] Classical shapes with text loose their height on roundtrip with pptx

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127030

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 OS|Windows (All)   |All
 Ever confirmed|0   |1
   Keywords||bibisectRequest, regression
 CC||r...@post.cz

--- Comment #1 from raal  ---
I can confirm with Version: 6.4.0.0.alpha0+
Build ID: 35b41150e84940e87b9d961b6b402e3e060d6b8b
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 

but not in Version 4.1.0.0.alpha0+ (Build ID:
efca6f15609322f62a35619619a6d5fe5c9bd5a)

-- 
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 126957] LibreOffice Toolbar FILESAVE

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126957

Oliver Brinzing  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #4 from Oliver Brinzing  ---
(In reply to n4ark from comment #0)

added your screenshost.

btw: please do not send attachments/comments via e-mail

-- 
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 126957] LibreOffice Toolbar FILESAVE

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126957

--- Comment #3 from Oliver Brinzing  ---
Created attachment 153528
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153528=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 126957] LibreOffice Toolbar FILESAVE

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126957

--- Comment #2 from Oliver Brinzing  ---
Created attachment 153527
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153527=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 127041] New: Line break inputed by Shift+Enter doesn't properly export to TXT format

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127041

Bug ID: 127041
   Summary: Line break inputed by Shift+Enter doesn't properly
export to TXT format
   Product: LibreOffice
   Version: 6.2.6.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ming.v@qq.com

Created attachment 153526
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153526=edit
Example ODT file containing Shift+Enter line breaks

According to the help files, Shift+Enter inserts a line break without making a
new paragraph.  I use this feature a lot, often for a few short items when I
don't want to use a bullet list.

However I found out that if I export an ODT file containing such line breaks to
TXT format on Windows, I get text files with mixed LF and CR+LF line breaks. 
The normal - with new paragraphs - line breaks export to the expected Windows
CR+LF line breaks, while the Shift+Enter line breaks export to LF-only line
breaks.

This is problematic because notepad.exe doesn't recognize LF-only line breaks,
and as a result my list of short items all end up in one single line when
viewed in Notepad.

This most likely doesn't affect Linux as it uses LF line breaks only.  I'm not
sure what the behavior is on Mac.

My LO version info:
Version: 6.2.6.2 (x64)
Build ID: 684e730861356e74889dfe6dbddd3562aae2e6ad
CPU threads: 2; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: zh-CN (zh_CN); 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 126205] File format conversion doesn't work with rename workflow

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126205

Aron Budea  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 Ever confirmed|0   |1
   Keywords||bibisected, regression
 Status|UNCONFIRMED |NEW
Summary|Document Conversion with|File format conversion
   |Nextcloud16 |doesn't work with rename
   ||workflow

--- Comment #3 from Aron Budea  ---
Indeed, the problem occurs with any kind of format conversion, eg. even when
changing the extension of an ODT to DOCX.

Seems what happens is that LOOL treats this as a file rename, too, while it
should save the converted file under a new name, but keep the original as well
(which was the old behavior).

This started with the introduction of RENAME_FILE support in the following
commits:
https://cgit.freedesktop.org/libreoffice/online/commit/?id=0dbf9bcf27155fa846977bdf0b8e990e0bc07211
https://cgit.freedesktop.org/libreoffice/online/commit/?id=e386427639106e6dbe34b70b0ac61aa037bf60bc
https://cgit.freedesktop.org/libreoffice/online/commit/?id=6b0f0432cbf219efb223eb07427ee9b4745a9bd5
+
https://github.com/nextcloud/richdocuments/commit/a710c3cde3d78e8662ef0e9932679f05c1069b8c

-- 
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 125974] New bug: Searching in comments doesn't work

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125974

BottleOnTheGround  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOTABUG |---

--- Comment #11 from BottleOnTheGround  ---
(In reply to Xisco Faulí from comment #10)
> oh, wait a second. you have to select 'comment' in the search options (
> bottom next to Match Case )
> Closing as RESOLVED NOTABUG

Please see case --2-- from my Comment 7
I already tried that.

-- 
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 127035] AOL customer service number for USA and Canada

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127035

himajin100...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |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 127040] New: Database HSQLDB to Firebird automated migration Failure

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127040

Bug ID: 127040
   Summary: Database HSQLDB to Firebird automated migration
Failure
   Product: LibreOffice
   Version: 6.3.0.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: p...@sonicviz.com

Description:
Get the following errors trying to migrate a database to Firebird.

I suspect the first two below are caused by the third one:
*unsuccessful metadata update
*new record size of 116772 bytes is too big

I don't think you should be forcing a new database change like this unless it
is 100% stable. This seems extremely flaky to replace a perfectly working db
engine with one where a. it doesn't even migrate successfully and b. doesn't
migrate forms etc. 

>From HSQLDB to Firebird automated migration

Error code: 1

firebird_sdbc error:
*unsuccessful metadata update
*ALTER TABLE Table1 failed
*SQL error code = -607
*Invalid command
*Table Table1 does not exist
caused by
'ALTER TABLE "Table1" ALTER COLUMN "ID" RESTART WITH 140'

Error code: 1

firebird_sdbc error:
*Dynamic SQL Error
*SQL error code = -204
*Table unknown
*Table1
*At line 1, column 8
caused by
'isc_dsql_prepare'

Error code: 1

firebird_sdbc error:
*unsuccessful metadata update
*new record size of 116772 bytes is too big
*TABLE Table1
caused by
'CREATE TABLE "Table1" ( "ID" INTEGER GENERATED BY DEFAULT AS IDENTITY (START
WITH -1), "Song#" VARCHAR(255), "SongID" VARCHAR(255), "SongName" VARCHAR(255),
"SongGenre" VARCHAR(255), "SongKey" VARCHAR(255), "SongBPM" VARCHAR(255),
"SongNotes" VARCHAR(1000), "MasterEffect" VARCHAR(255), "MasterPatch"
VARCHAR(255), "VocalEffects" VARCHAR(255), "VocalPatch" VARCHAR(255),
"VocalNotes" VARCHAR(1000), "GuitarType" VARCHAR(255), "GuitarTuning"
VARCHAR(255), "GuitarKey" VARCHAR(255), "GuitarEffects" VARCHAR(255),
"GuitarPatch" VARCHAR(255), "GuitarNotes" VARCHAR(1000), "HarpKey"
VARCHAR(255), "HarpPosition" VARCHAR(255), "HarpEffects" VARCHAR(255),
"HarpPatch" VARCHAR(255), "HarpNotes" VARCHAR(1000), "BassUsedFlag" BOOLEAN,
"BassInstrument" VARCHAR(255), "BassPatch" VARCHAR(255), "BassNotes"
VARCHAR(1000), "DrumsUsedFlag" BOOLEAN, "DrumInstrument" VARCHAR(255),
"DrumPatch" VARCHAR(255), "DrumNotes" VARCHAR(1000), "DAWNotes" VARCHAR(1000),
"SongLyrics1" VARCHAR(5000), "SongLyrics2" VARCHAR(5000), "SongLyrics3"
VARCHAR(5000), "OnlineCollabFlag" BOOLEAN, "OnlineCollabNotes" VARCHAR(1000),
"Copyright" VARCHAR(255), "OriginalFlag" BOOLEAN, "PublicDomainFlag" BOOLEAN,
"TimeSig" VARCHAR(50),PRIMARY KEY("ID"))'


Steps to Reproduce:
1.Open database
2.Try to migrate to Firebird from HSQLDB
3.FAIL to migrate

Actual Results:
Error code: 1

firebird_sdbc error:
*unsuccessful metadata update
*ALTER TABLE Table1 failed
*SQL error code = -607
*Invalid command
*Table Table1 does not exist
caused by
'ALTER TABLE "Table1" ALTER COLUMN "ID" RESTART WITH 140'

Error code: 1

firebird_sdbc error:
*Dynamic SQL Error
*SQL error code = -204
*Table unknown
*Table1
*At line 1, column 8
caused by
'isc_dsql_prepare'

Error code: 1

firebird_sdbc error:
*unsuccessful metadata update
*new record size of 116772 bytes is too big
*TABLE Table1
caused by
'CREATE TABLE "Table1" ( "ID" INTEGER GENERATED BY DEFAULT AS IDENTITY (START
WITH -1), "Song#" VARCHAR(255), "SongID" VARCHAR(255), "SongName" VARCHAR(255),
"SongGenre" VARCHAR(255), "SongKey" VARCHAR(255), "SongBPM" VARCHAR(255),
"SongNotes" VARCHAR(1000), "MasterEffect" VARCHAR(255), "MasterPatch"
VARCHAR(255), "VocalEffects" VARCHAR(255), "VocalPatch" VARCHAR(255),
"VocalNotes" VARCHAR(1000), "GuitarType" VARCHAR(255), "GuitarTuning"
VARCHAR(255), "GuitarKey" VARCHAR(255), "GuitarEffects" VARCHAR(255),
"GuitarPatch" VARCHAR(255), "GuitarNotes" VARCHAR(1000), "HarpKey"
VARCHAR(255), "HarpPosition" VARCHAR(255), "HarpEffects" VARCHAR(255),
"HarpPatch" VARCHAR(255), "HarpNotes" VARCHAR(1000), "BassUsedFlag" BOOLEAN,
"BassInstrument" VARCHAR(255), "BassPatch" VARCHAR(255), "BassNotes"
VARCHAR(1000), "DrumsUsedFlag" BOOLEAN, "DrumInstrument" VARCHAR(255),
"DrumPatch" VARCHAR(255), "DrumNotes" VARCHAR(1000), "DAWNotes" VARCHAR(1000),
"SongLyrics1" VARCHAR(5000), "SongLyrics2" VARCHAR(5000), "SongLyrics3"
VARCHAR(5000), "OnlineCollabFlag" BOOLEAN, "OnlineCollabNotes" VARCHAR(1000),
"Copyright" VARCHAR(255), "OriginalFlag" BOOLEAN, "PublicDomainFlag" BOOLEAN,
"TimeSig" VARCHAR(50),PRIMARY KEY("ID"))'


Expected Results:
Successful table migration


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 104930] please handle 'hang' baseline feature of OpenType fonts

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104930

--- Comment #29 from Volga  ---
It’s coming now in HarfBuzz version 2.6.0, so we can gain basic support for
this, i.e. implament basic text alignment with BASE table, additionaly, we can
add support for advanced control of this table, at least we can create new API
set into LibreOffice BASIC to make use of the table.

-- 
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 120619] Uninstaller does not delete all folders and blocks one

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120619

--- Comment #15 from Leandro Martín Drudi  ---
Reproducible:
Versión: 6.2.6.2 (x64)
Id. de compilación: 684e730861356e74889dfe6dbddd3562aae2e6ad
Subprocs. CPU: 8; SO: Windows 10.0; Repres. IU: predet.; VCL: win; 
Configuración regional: es-AR (es_AR); Idioma de IU: es-ES
Calc: CL

Versión: 6.3.0.4 (x64)
Id. de compilación: 057fc023c990d676a43019934386b85b21a9ee99
Subprocs. CPU: 8; SO: Windows 10.0; Repres. IU: predet.; VCL: win; 
Configuración regional: es-AR (es_AR); Idioma de IU: es-ES
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 113138] FILESAVE general input/output error on save, files truncated

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113138

--- Comment #13 from CRWTOM  ---
Same issue here:

Trying to work with LibreOffice (v 6.3.0.4 x64) spreadsheets on 
a remote Apache server that is mounted via SFTP Drive (v 2.0.7131) 
to my Windows 10 (Enterprise v 1809) machine. 

This does not happen when I move the .ods-file to my local 
Desktop and it also does not happen when I work on files on 
the remote server with other software (MS Office, Notepad, etc) 
through the SFTP Drive mount. 

It look like the way LO tries to save files is not compatible
with some types of SSH/SFTP-mounts. This would be a nuisance for
people trying to collaborate via SSH-servers on LO spreadsheets.

-- 
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 127039] Do not move the content of the document when adding bars to the toolbar.

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127039

--- Comment #1 from android2...@gmail.com  ---
Created attachment 153524
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153524=edit
How the app works now.

-- 
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 127039] Do not move the content of the document when adding bars to the toolbar.

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127039

--- Comment #2 from android2...@gmail.com  ---
Created attachment 153525
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153525=edit
How the app should work.

-- 
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 127039] New: Do not move the content of the document when adding bars to the toolbar.

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127039

Bug ID: 127039
   Summary: Do not move the content of the document when adding
bars to the toolbar.
   Product: LibreOffice
   Version: 6.3.0.4 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: android2...@gmail.com

Description:
When you move your cursor from text to bullet, table, or anything else that
adds a new bar to the tool-bar. When the new tool bar is added it will push the
content of the document down. This is very annoying when you are in the middle
of editing the document and the content moves from where you are looking.

Steps to Reproduce:
1. Add text to a document then make a new line.
2. Make a bullet list.
3. Move your cursor back and forth from the text above and the bullet list.

Actual Results:
The content of the page moves down the screen. This happens no matter where you
are viewing the document. Near the top, in the middle, at the end.

Expected Results:
The toolbar should be added above the document and now push the content down.


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 96852] FORMATTING: "Move/Copy Sheet..." not copying page format

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96852

--- Comment #7 from Ming Hua  ---
Still reproducible in:

Version: 6.2.6.2 (x64)
Build ID: 684e730861356e74889dfe6dbddd3562aae2e6ad
CPU threads: 2; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: zh-CN (zh_CN); 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 121404] Formatted autocorrect not seen in Autocorrection options "With"

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121404

Leandro Martín Drudi  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #18 from Leandro Martín Drudi  ---
Not reproducible in:
Versión: 6.2.6.2 (x64)
Id. de compilación: 684e730861356e74889dfe6dbddd3562aae2e6ad
Subprocs. CPU: 8; SO: Windows 10.0; Repres. IU: predet.; VCL: win; 
Configuración regional: es-AR (es_AR); Idioma de IU: es-ES
Calc: CL

I thing it is solved.

-- 
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 127013] The input fields for separators ("Function", "Array column", "Array row") allow to choose improper characters.

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127013

--- Comment #3 from Wolfgang Jäger  ---
(In reply to m.a.riosv from comment #2)
> Agree, but I find personally more understandable visually:
> "|" between elements in a row (Labelled "Array column")
> ";" between the rows ("Array row")

Well, it may be seen differently. I personally would see it the other way. BUT:

I simply suggested to do did it as ODF "Recalculated Formula" defines the
separators for the persistent (file) representation in "5.13 Inline Arrays".

-- 
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 126804] Tip-Of-The-Day don't show at start

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126804

--- Comment #5 from Leandro Martín Drudi  ---
I installed the version independently (with Separate Install GUI) three times
(removing the installation each time) and:
1) First installation:
1.1) It did not appear at the first start (I created a new file).
1.2) It did not appear on the second start (I created a new file).
1.3) It appeared only on the third start (I created a new file).
2) Second installation.
2.1) It appeared at the first start (I opened a file).
2.2) It did not appear on the second start (I opened a file).
2.3) It appeared on the third start (I opened a file).
3) Third installation:
3.1) It did not appear at the first start (I opened a file).
3.2) It appeared on the second start (I created a new file).
3.3) It did not appear on the third start (I opened a file).
1, 2 and 3 happened within 1 hour on the same day.

-- 
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 127038] Unnecessary redundancy in the "References" option group

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127038

--- Comment #4 from Leandro Martín Drudi  ---
When I attached the first image I threw this error (that's why it appears
twice).


DBD::Pg::db do failed: ERROR:  could not serialize access due to concurrent
update [for Statement "DELETE FROM tokens WHERE token = ?"] at
Bugzilla/Token.pm line 383.
Bugzilla::Token::delete_token("v82KPj5PIn") called at
/srv/bugzilla/bugzilla-5.0.4/attachment.cgi line 524
main::insert() called at /srv/bugzilla/bugzilla-5.0.4/attachment.cgi
line 87

I don't know how to report to the webmaster

-- 
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 127038] Unnecessary redundancy in the "References" option group

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127038

--- Comment #3 from Leandro Martín Drudi  ---
Created attachment 153523
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153523=edit
Placing only the buttons and adding, perhaps, some other field not directly
accessible, can help eliminate redundancy and also take the group so that the
tab does not appear empty.

-- 
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 127038] Unnecessary redundancy in the "References" option group

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127038

--- Comment #2 from Leandro Martín Drudi  ---
Created attachment 153522
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153522=edit
The "More fields" button appears 3 times in the same group.

-- 
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 127038] Unnecessary redundancy in the "References" option group

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127038

--- Comment #1 from Leandro Martín Drudi  ---
Created attachment 153520
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153520=edit
The "More fields" button appears 3 times in the same group.

-- 
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 127038] New: Unnecessary redundancy in the "References" option group

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127038

Bug ID: 127038
   Summary: Unnecessary redundancy in the "References" option
group
   Product: LibreOffice
   Version: 6.3.0.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sanipache...@outlook.com.ar

Description:
In the References tab of the omnibarra (notebook bar) you have redundant and
unnecessary options considering the use of the main button.
I think it is more useful to repeat what is available in the "Insert" tab or,
just put the buttons to insert specific fields and an "Insert field" button,
omitting the button with the menu.

Steps to Reproduce:
1. In Notebook bar visible
2. Clic on References tab


Actual Results:
Too many buttons for the same use.

Expected Results:
A more orderly and less redundant group of options.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
I propose to include all the menu buttons and even some other to insert another
field and the "Other fields" button and keep the menu button to "Insert"
because it has a greater number of options and this option would take up too
much space unlike References that have few options and need to be fuller.

-- 
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 122836] Impossible to use the 'Meinrad' font with libroffice 6.1. Worked perfectly with Libroffice 5.2

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122836

Khaled Hosny  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #7 from Khaled Hosny  ---
The font has 3 cmap subtables (the stuff that maps characters to glyphs). Two
map 0xF0?? range and one maps ASCII range. The layout engines needs to pick one
of the three and HarfBuzz is picking the 0xFF?? one apparently, so ASCII input
does not work.

This should be reported to HarfBuzz:
https://github.com/harfbuzz/harfbuzz/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 127014] Line Spacing options in Format menu are check boxes instead of radio buttons

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127014

--- Comment #3 from am_dxer  ---
My screen reader reads them as checkboxes. Do they visually look like
checkboxes or radio items?

-- 
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 127014] Line Spacing options in Format menu are check boxes instead of radio buttons

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127014

--- Comment #2 from am_dxer  ---
I can't do that sorry. I am totally blind.

-- 
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 127014] Line Spacing options in Format menu are check boxes instead of radio buttons

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127014

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||79045_79...@mail.ru

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
can you add a screenshot with these checkboxes please?

-- 
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 127034] Writer saves background text color wrong if saved as rtf

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127034

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

Version|6.2.6.1 rc  |5.4.7.2 release

--- Comment #5 from Roman Kuznetsov <79045_79...@mail.ru> ---
repro also in

Version: 5.4.7.2 (x64)
Build ID: c838ef25c16710f8838b1faec480ebba495259d0
CPU threads: 4; OS: Windows 6.19; UI render: GL; 
Locale: ru-RU (ru_RU); 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 127034] Writer saves background text color wrong if saved as rtf

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127034

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

   Keywords||filter:rtf
 Blocks||112749


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112749
[Bug 112749] [META] RTF (text) character-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

[Libreoffice-bugs] [Bug 112749] [META] RTF (text) character-related issues

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112749

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||127034


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127034
[Bug 127034] Writer saves background text color wrong if saved as rtf
-- 
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 127034] Writer saves background text color wrong if saved as rtf

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127034

--- Comment #4 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 153519
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153519=edit
Comparison between ODT and RTF

-- 
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 127037] New: Page number offset not working when using offsets higher than 101

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127037

Bug ID: 127037
   Summary: Page number offset not working when using offsets
higher than 101
   Product: LibreOffice
   Version: 6.3.0.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dani3l.grigo...@gmail.com

Description:
I wanted to offset the page number by 5484 so that I could produce a PDF to
replace pages 5485-5509 in another PDF, but I discovered that using offsets
greater than 101 does not show any offset page numbers.

Steps to Reproduce:
1. Insert -> Field -> More Fields
2. Document Tab - Type: Page; Select: Page number; Format: As page style;
Offset: 102
3. Insert

Actual Results:
Blank field

Expected Results:
Page number offset by 102


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 127036] New: [TABLE] Table properties reset if Document Properties "Only embed fonts that are used in documents" is set

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127036

Bug ID: 127036
   Summary: [TABLE] Table properties reset if Document Properties
"Only embed fonts that are used in documents" is set
   Product: LibreOffice
   Version: 6.3.0.4 release
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: u...@franke-auer.de

Description:
Setting of Document Properties "Only embed fonts that are used in documents"
(File -> Properties -> Tab: Font -> Cat: Font embedding -> Option: Only embed
fonts that are used in documents) affects table properties of tables inserted
into a Writer document. 



Steps to Reproduce:
1. Open a new Writer document
2. Insert a table (more than one colums)
3. Set Aligment to "Left" ( or "Center") on Table Properties
4. Set Column Width to any uneven distribution (e.g 1=2.00 cm, 2=8.00 cm,
3=6.00cm)
5. Set  File -> Properties -> Tab: Font -> Cat: Font embedding -> Option: Only
embed fonts that are used in documents
6. Save the file
7. Open or Reload the file


Actual Results:
Table properties are reset to "Automatic" alignment and Column Widths are are
evenly distributed (any borders are removed)

Expected Results:
Setting in Document Properties "Only embed fonts that are used in documents"
should *not* affect any table properties. Especially any setting made to
"Alignment" / "Column Widths" / "Borders" should be preserved.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
See also question at
https://ask.libreoffice.org/en/question/205348/table-column-width-changes-after-saving-closing/?comment=205416#post-id-205416

Reporters configuration:

Version: 6.3.0.4, Build ID: 057fc023c990d676a43019934386b85b21a9ee99
CPU threads: 8; OS: Linux 4.12; UI render: default; VCL: kde5; 
Locale: de-DE (en_US.UTF-8); 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 127034] Writer saves background text color wrong if saved as rtf

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127034

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||79045_79...@mail.ru

--- Comment #3 from Roman Kuznetsov <79045_79...@mail.ru> ---
confirm in

Версия: 6.4.0.0.alpha0+ (x64)
ID сборки: 3e64065612acec2eb29aa21e2b515953422256d7
Потоков ЦП: 4; ОС:Windows 10.0; Отрисовка ИП: GL; VCL: win; 
TinderBox: Win-x86_64@62-TDF, Branch:master, Time: 2019-08-15_22:57:26
Локаль: ru-RU (ru_RU); Язык интерфейса: ru-RU
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 127013] The input fields for separators ("Function", "Array column", "Array row") allow to choose improper characters.

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127013

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
Agree, but I find personally more understandable visually:
"|" between elements in a row (Labelled "Array column")
";" between the rows ("Array row")

-- 
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 126570] Animate GIF becomes static while playing an Impress presentation

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126570

--- Comment #6 from Durgapriyanka  ---
Thank you for reporting the bug. I cannot reproduce this bug in 

Version: 6.3.0.0.alpha0+
Build ID: b6b28931435e44aca92b8c0e1659f701e3ed1a87
CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; 
TinderBox: Win-x86@42, Branch:master, Time: 2019-01-30_06:57:04
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded

and

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 126781] size of formatting window prevents text to be changed (right end unreachable)

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126781

Caolán McNamara  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.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 127035] New: AOL customer service number for USA and Canada

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127035

Bug ID: 127035
   Summary: AOL customer service number for USA and Canada
   Product: Impress Remote
   Version: 1.0.3
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: berchinfotech...@gmail.com

Description:
You are still unable to reset the AOL password, you can ask for help by dialing
the AOL phone number customer service which can also be found on the Yellow
page and their official portal. Alternatively, you can also search "AOL 888
number" on Google to get the number. You can share the issue with AOL customer
support agents by placing a call AOL customer service telephone number to get
the necessary solutions to your issue. This is the process required for AOL
reset password. If you are opposed to creating an AOL account password because
you have forgotten an AOL password, we would advise you to create a secure
password, so that the person who is not authorized is unable to access your
account. You can also visit our website
http://webslivesupport.com/aol-customer-support/
http://webslivesupport.com/aol-desktop-gold/>AOL desktop gold download
for windows 10
http://webslivesupport.com/aol-customer-support/>AOL mail support phone
number
http://webslivesupport.com/aol-customer-service-number/>AOL customer
service number
http://webslivesupport.com/roku-customer-service/>roku customer service
number
http://webslivesupport.com/adobe-support-number/>adobe customer service
number



Actual Results:
ERROR OCCURE

Expected Results:
MAY BE


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 126582] [UI][REGRESSION] Slide preview is not updated when changing text from a script

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126582

Konstantin Kharlamov  changed:

   What|Removed |Added

Version|6.4.0.0.alpha0+ Master  |6.3.0.4 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 126582] [UI][REGRESSION] Slide preview is not updated when changing text from a script

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126582

--- Comment #3 from Konstantin Kharlamov  ---
(In reply to Xisco Faulí from comment #2)
> (In reply to Konstantin Kharlamov from comment #0)
> > Info for a version where the problem is present:
> >
> > Version: 6.4.0.0.alpha0+
> > Build ID: 236593a0544ea41e37d35b8fac83b31d0e7c5b67
> > CPU threads: 4; OS: Linux 5.2; UI render: default; VCL: gtk3;
> > Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
> > Calc: threaded
>
> I can't reproduce it with that version either...
>
> Could you please try to reproduce it with a master build from
> http://dev-builds.libreoffice.org/daily/master/ ?
> You can install it alongside the standard version.
> I have set the bug's status to 'NEEDINFO'. Please change it back to
> 'UNCONFIRMED' if the bug is still present in the master build

Thanks for testing. The builds linked doesn't have package for my distro
(Archlinux). I wonder though, does it matter if I build myself master or test
the one from there?

Either way, yesterday I updated my system, and my libreoffice is up to 6.3.0.4
version. It seems, 6.3.0.4 is the most recent version where I can see this. If
downgrade to 6.2.5.2 that I still has in package caches, I can't reproduce
this, so appears in between 6.2.5.2 and 6.3.0.4.

In case you think I might have screwed up master build, the 6.3.0.4 version is
built by my distro, not by me.

Screencast for the bug: https://youtu.be/z6XbCsAspAI

-- 
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 127021] When attempting to insert a 'set variable' field into a document, not all formatting options are available

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127021

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |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 121948] In Draw and Impress the Function "Follow Hyperlink" does not Work with a Hyperlink in a Selected Text Box

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121948

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE
 CC||s.mehrbr...@gmail.com

--- Comment #3 from Samuel Mehrbrodt (CIB)  ---
Fix in bug 121039.

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

-- 
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-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107733
Bug 107733 depends on bug 121948, which changed state.

Bug 121948 Summary: In Draw and Impress the Function "Follow Hyperlink" does 
not Work with a Hyperlink in a Selected Text Box
https://bugs.documentfoundation.org/show_bug.cgi?id=121948

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

-- 
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 120543] [META] Bugs and enhancements around hyperlinks in Calc

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120543
Bug 120543 depends on bug 121039, which changed state.

Bug 121039 Summary: Ctrl-clicking hyperlink does not work in cell/text edit 
modes
https://bugs.documentfoundation.org/show_bug.cgi?id=121039

   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 127031] Base report builder time formatting issue

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127031

Robert Großkopf  changed:

   What|Removed |Added

Version|6.3.0.4 release |5.3.7.2 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 127031] Base report builder time formatting issue

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127031

--- Comment #2 from Robert Großkopf  ---
Created attachment 153518
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153518=edit
Try the report - same function, different formatting. [HH]:MM isn't working

-- 
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 127031] Base report builder time formatting issue

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127031

Robert Großkopf  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||rob...@familiegrosskopf.de

--- Comment #1 from Robert Großkopf  ---
Could confirm the buggy behaviour. Have tested it with different versions.
Oldest version here LO 5.3.7.2 Could be this bug is inherited from OOo.

My system: OpenSUSE 15 64bit rpm Linux.

-- 
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 126271] Selecting of control points of curves not working correctly for combined polygons

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126271

--- Comment #8 from Michael Köster  ---
Hi Xisco Fauli,

sorry for the late response, I was in vacation. I added a video that shows the
problem.

In case you have problems reading it, let me know the file format you wish it
to have.

Regards,

  Michael

-- 
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 126271] Selecting of control points of curves not working correctly for combined polygons

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126271

--- Comment #7 from Michael Köster  ---
Created attachment 153517
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153517=edit
Info window of LibreDraw

-- 
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 126271] Selecting of control points of curves not working correctly for combined polygons

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126271

--- Comment #6 from Michael Köster  ---
Created attachment 153516
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153516=edit
Video showing the 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 127033] Font in Spelling and Grammar Check of Writer

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127033

--- Comment #1 from am_dxer  ---
I just bisected a bug relating to accessibility in the spell check dialog.
Since the spell check dialog was welded, accessibility regressed and maybe this
commit caused the same problem. There are small issues like this that crop up
but having the modern dialogs provides so many benefits and working through the
issues is a minor difficulty for a good cause. Can someone check if this commit
causes the regression? I am totally blind so can't do it.

commit 243b5b392906042ab03800e0b5765e6f3513372c
Author: Caolán McNamara 
Date:   Fri Jun 14 21:56:44 2019 +0100

weld SpellDialog

a) use EditEngine instead of TextEngine as the former can be hosted in a
   foreign widget
b) use a SfxGrabBagItem to hold the custom spellchecking info inside the
   EditEngine
c) in longer paragraphs the current word is now auto-scrolled into view
d) rename Invalidate to InvalidateDialog

-- 
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 127034] Writer saves background text color wrong if saved as rtf

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127034

--- Comment #2 from train...@squizzy.net ---
Created attachment 153515
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153515=edit
as rtf

-- 
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 127034] Writer saves background text color wrong if saved as rtf

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127034

--- Comment #1 from train...@squizzy.net ---
Created attachment 153514
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153514=edit
as odt

-- 
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 127034] New: Writer saves background text color wrong if saved as rtf

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127034

Bug ID: 127034
   Summary: Writer saves background text color wrong if saved as
rtf
   Product: LibreOffice
   Version: 6.2.6.1 rc
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: train...@squizzy.net

Description:
everything is fine saving the text as odf
saving it as rtf results in another color

Actual Results:
...

Expected Results:
...


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 119388] Calc freezes in Linux and very slow in Windows after trying to delete column or line in much compressed ods with lot of draw:custom-shape

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119388

--- Comment #13 from Julien Nabet  ---
Created attachment 153513
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153513=edit
perf flamegraph

Here's a Flamegraph created from the moment I began to delete the column.
(on a not debug build)

-- 
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 119388] Calc freezes in Linux and very slow in Windows after trying to delete column or line in much compressed ods with lot of draw:custom-shape

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119388

--- Comment #12 from Julien Nabet  ---
First I gave a try with a debug build.
I noticed these logs when opening:
warn:sc:20667:20667:sc/source/filter/orcus/orcusfiltersimpl.cxx:149: Unable to
load styles from xml file! boost::filesystem::file_size: No such file or
directory

A lot of these:
warn:legacy.tools:20667:20667:xmloff/source/draw/shapeimport.cxx:744: Shape
sorting failed
(whereas I don't see any shapes in the 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 107879] Draw should not prepend a decimal , xx value with zero without leaving the input field

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107879

--- Comment #8 from Roland Illig  ---
Still reproducible and relevant.

Version: 6.3.0.4 (x64)
Build-ID: 057fc023c990d676a43019934386b85b21a9ee99
CPU-Threads: 8; BS: Windows 10.0; UI-Render: GL; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: CL

Instead of 38,00 cm the X position becomes 33,00 cm, but apart from that it's
still the same.

-- 
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 126781] size of formatting window prevents text to be changed (right end unreachable)

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126781

Oliver Brinzing  changed:

   What|Removed |Added

   Keywords||bibisected, bisected
 CC||caol...@redhat.com

--- Comment #4 from Oliver Brinzing  ---
seems to have started with:

https://gerrit.libreoffice.org/plugins/gitiles/core/+/492b0d5d076d38234fea4e4e7c5dbec578296fd2

commit  492b0d5d076d38234fea4e4e7c5dbec578296fd2[log]
author  Caolán McNamara 
Tue May 07 12:27:43 2019 +0100
committer   Caolán McNamara 
Sat May 11 18:34:23 2019 +0200
tree47b4a17120d7d3c71bf7674b45768f38b761e360
parent  acd290431fd39ed0602e057e036326b46a99f7a8 [diff]

weld conditional formatting

/cygdrive/d/sources/bibisect/bibisect-win32-6.3
$ git bisect bad
db5f55b09f11d45f5bcd0b98ce862aed7c085a60 is the first bad commit
commit db5f55b09f11d45f5bcd0b98ce862aed7c085a60
Author: Norbert Thiebaud 
Date:   Sat May 11 09:52:22 2019 -0700

source sha:492b0d5d076d38234fea4e4e7c5dbec578296fd2
source sha:492b0d5d076d38234fea4e4e7c5dbec578296fd2

:04 04 d70670cb2ec8f04e9bca9f97f1176c035f5ff161
ad6eb1a1320e122c5d4b64ade7b9903432649a19 M  instdir

/cygdrive/d/sources/bibisect/bibisect-win32-6.3
$ git bisect log
# bad: [18f926e8e18b3d855c2f79ef279febbeb846b8cd] source
sha:13152ad88b24cadc836a829b4424a72a152ca9b1
# good: [ea94942caaf195b8d8b2d5c2abb523359ab390e7] source
sha:a20a2d7e0d28658f2d9089da076961a599833a28
git bisect start 'master' 'oldest'
# good: [3aea60569b9190400409ebb93f0a5d323b6fc5d4] source
sha:47ce4b87d8a13fc340794ffd9a10d5bd6a15e644
git bisect good 3aea60569b9190400409ebb93f0a5d323b6fc5d4
# good: [3b794d71dd796e467baef082c140bdc77c69c979] source
sha:47d25dc5abe000ce751cb1e4dbd1f85f7198ca05
git bisect good 3b794d71dd796e467baef082c140bdc77c69c979
# bad: [a42f6c6e5c4ec8fabee76bfa131fd188f758dc93] source
sha:e2aa8f8cb3b93ec3cb14c5c9edc3bbce78c1558f
git bisect bad a42f6c6e5c4ec8fabee76bfa131fd188f758dc93
# good: [95f9e136bc046fbc3b6848d30b228dfcc3a823f8] source
sha:f0c3fc59e1eefbec202e0a10553dd6581fc2cae5
git bisect good 95f9e136bc046fbc3b6848d30b228dfcc3a823f8
# bad: [34ec72d670699ca24928a9a7cdae62f7bcd384f4] source
sha:991f7bf545872ead25513cec761c603bb502e587
git bisect bad 34ec72d670699ca24928a9a7cdae62f7bcd384f4
# good: [d5e5b838f2689180c679c8c248c7e2fc8b703558] source
sha:142a139b8de7712d6f24dcad558c45c453985f40
git bisect good d5e5b838f2689180c679c8c248c7e2fc8b703558
# bad: [b902368109728d5c9b9c232ed0b0c733a5169512] source
sha:b03a2d037492b839788da3de076e6cdea30a691d
git bisect bad b902368109728d5c9b9c232ed0b0c733a5169512
# good: [b10511871c79b8777efd1f2ea6cfba8659c50c08] source
sha:08b79ade4f2e2fa98487696591123f71a7521dff
git bisect good b10511871c79b8777efd1f2ea6cfba8659c50c08
# bad: [8def0cd4db588eec1c1b6e0597e89d913fe7d6e8] source
sha:caa6de6c97b0c2fc82c6a2699a1e84b9d2eb9dbd
git bisect bad 8def0cd4db588eec1c1b6e0597e89d913fe7d6e8
# good: [1b06d813fdf30946ac19d31af131bb9fc5e0e3f9] source
sha:42a57840a86665f1a74010ff1e3da27934c85df9
git bisect good 1b06d813fdf30946ac19d31af131bb9fc5e0e3f9
# good: [52bf36076a59772c48f64ef8d2856c2fe992a51d] source
sha:2de1fd7d8b8bd42c66190140cc4506df0c3367f1
git bisect good 52bf36076a59772c48f64ef8d2856c2fe992a51d
# good: [cb7d22697616208eb4a6467a328b15a3d0c13aac] source
sha:acd290431fd39ed0602e057e036326b46a99f7a8
git bisect good cb7d22697616208eb4a6467a328b15a3d0c13aac
# bad: [db5f55b09f11d45f5bcd0b98ce862aed7c085a60] source
sha:492b0d5d076d38234fea4e4e7c5dbec578296fd2
git bisect bad db5f55b09f11d45f5bcd0b98ce862aed7c085a60
# first bad commit: [db5f55b09f11d45f5bcd0b98ce862aed7c085a60] source
sha:492b0d5d076d38234fea4e4e7c5dbec578296fd2

-- 
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 126944] Update help installer fonts to match newer versions of Windows

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126944

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |79045_79...@mail.ru
   |desktop.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 127032] Window for conditional formatting too short

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127032

Oliver Brinzing  changed:

   What|Removed |Added

 CC||oliver.brinz...@gmx.de
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #2 from Oliver Brinzing  ---
(In reply to nikolaus.reic...@chello.at from comment #0)
> The window for editing a specific conditional format does not show the
> buttons on the bottom without overlapping another item.

I can't reproduce it in

Version: 6.0.7.3 (x64)
Build-ID: dc89aa7a9eabfd848af146d5086077aeed2ae4a5
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: 

and sample document from:
Bug 126781 - size of formatting window prevents text to be changed (right end
unreachable)

Please attach a sample document, as this makes it easier for us to verify the
bug. 
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.

-- 
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 126781] size of formatting window prevents text to be changed (right end unreachable)

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126781

Oliver Brinzing  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||oliver.brinz...@gmx.de
   Keywords||regression
 Status|UNCONFIRMED |NEW

--- Comment #3 from Oliver Brinzing  ---
reproducible with:

Version: 6.3.0.4 (x64)
Build ID: 057fc023c990d676a43019934386b85b21a9ee99
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-US
Calc: 

Version: 6.4.0.0.alpha0+ (x64)
Build ID: 082e95f684e44954275dc58e306b8dc69590ac80
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: en-US (de_DE); UI-Language: en-US
Calc: threaded

but *not* reproducible with:

Version: 6.2.6.2 (x64)
Build ID: 684e730861356e74889dfe6dbddd3562aae2e6ad
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-US
Calc:

-- 
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 114150] Remove duplication of strings found in linux and windows file dialogs

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114150

Oliver Brinzing  changed:

   What|Removed |Added

 Depends on|127024  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127024
[Bug 127024] Err:522 on updating data from linked sheet
-- 
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 127024] Err:522 on updating data from linked sheet

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127024

Oliver Brinzing  changed:

   What|Removed |Added

 Blocks|114150  |114159


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114150
[Bug 114150] Remove duplication of strings found in linux and windows file
dialogs
https://bugs.documentfoundation.org/show_bug.cgi?id=114159
[Bug 114159] [META] Calc Threaded Calculation 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 114159] [META] Calc Threaded Calculation bugs and enhancements

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114159

Oliver Brinzing  changed:

   What|Removed |Added

 Depends on||127024


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127024
[Bug 127024] Err:522 on updating data from linked sheet
-- 
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 109324] [META] Calculate bugs and enhancements

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109324

Oliver Brinzing  changed:

   What|Removed |Added

 Depends on||127024


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127024
[Bug 127024] Err:522 on updating data from linked sheet
-- 
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 127024] Err:522 on updating data from linked sheet

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127024

Oliver Brinzing  changed:

   What|Removed |Added

 Blocks||109324, 114150


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109324
[Bug 109324] [META] Calculate bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=114150
[Bug 114150] Remove duplication of strings found in linux and windows file
dialogs
-- 
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 114150] Remove duplication of strings found in linux and windows file dialogs

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114150

Oliver Brinzing  changed:

   What|Removed |Added

 Depends on||127024


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127024
[Bug 127024] Err:522 on updating data from linked sheet
-- 
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 99497] an 'arc' saved in .docx becomes a filled closed shape

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99497

Regina Henschel  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |rb.hensc...@t-online.de
   |desktop.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 108601] FORMATTING Value of Format - Rows - Optimal Height is not saved

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108601

--- Comment #12 from stefan_lange...@t-online.de  
---
The bug is still present in all actual versions:

Version: 6.2.6.2 (x64)
Build-ID: 684e730861356e74889dfe6dbddd3562aae2e6ad
CPU-Threads: 4; BS: Windows 10.0; UI-Render: GL; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: threaded

Version: 6.3.0.4 (x64)
Build-ID: 057fc023c990d676a43019934386b85b21a9ee99
CPU-Threads: 4; BS: Windows 10.0; UI-Render: GL; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: threaded

Version: 6.3.1.0.0+ (x64)
Build ID: 60b6288bc1aec17d04b45f62ba6f117fc43f8ab4
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@42, Branch:libreoffice-6-3, Time: 2019-08-04_12:12:28
Locale: de-DE (de_DE); UI-Language: en-US
Calc: threaded

Version: 6.4.0.0.alpha0+ (x64)
Build-ID: 3e64065612acec2eb29aa21e2b515953422256d7
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; 
TinderBox: Win-x86_64@62-TDF, Branch:master, Time: 2019-08-15_22:57:26
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: threaded


"Inherited From OOo" was set already earlier.

-- 
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 116687] Multiple Selection highlight not cleared after Ctrl+Left or Ctrl+Right

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116687

--- Comment #9 from Gerhard Weydt  ---
The bug is still present in versions 6.2.4.2 and 6.3.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 127033] New: Font in Spelling and Grammar Check of Writer

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127033

Bug ID: 127033
   Summary: Font in Spelling and Grammar Check of Writer
   Product: LibreOffice
   Version: 6.3.0.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kontak...@niamat.nl

Description:
Font in Spelling and Grammar Check of Writer is a serif version that can't be
changed. Even of all other settings are non-serid, it stays (Liberation) serif

Error since 6.3.0.4
Windows 64 and Linux 64 versions
Country version: NL (Dutch)

Steps to Reproduce:
1. upgrade from 6.2.5.2 
2. remove - reboot - new install


Actual Results:
Both cases LO Writer will show text in Spelling and Grammar box as Serif one

Expected Results:
Used font in Writer is Liberation Sans - Spelling and Grammar Box should use
that as well


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 127019] setting table borders is not working accurate in LibreOffice 2.6.2

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127019

--- Comment #1 from Durgapriyanka  ---
Thank you for reporting the bug. This is in regard to `Insert table` and choose
a table with only 1 column. The right border does not appear.

I can reproduce the error in

Version: 6.3.0.0.alpha0+
Build ID: b6b28931435e44aca92b8c0e1659f701e3ed1a87
CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; 
TinderBox: Win-x86@42, Branch:master, Time: 2019-01-30_06:57:04
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded

But not in,

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 118974] Writer Spell check slow

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118974

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #14 from Buovjaga  ---
stefan: are you able to run a portable version of 6.3.0 to test?
https://www.libreoffice.org/download/portable-versions/
Do you have a home computer you can run anything on?

-- 
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 89467] document ctrl-shift-T properly which focuses the name box (Calc)

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89467

Adolfo Jayme  changed:

   What|Removed |Added

 Status|NEW |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 125683] Find and Replace fails to detect specified search characters in Calc Formulas

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125683

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #3 from Buovjaga  ---
Needinfo while we wait for a response to comment 1 and 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 104011] FORMCONTROLS. Dialog editor causes crash with Fatal Error when adding a Combo Box from FormControls toolbar.

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104011

Buovjaga  changed:

   What|Removed |Added

 OS|Windows (All)   |All
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||todven...@suomi24.fi

--- Comment #20 from Buovjaga  ---
(In reply to Peter Toye from comment #15)
> It's still crashing, but slightly differently. Try the following:
> 
> Load the spreadsheet. 
> Go to Tools|Macros|Organise Dialogs
> Select the TestBug dialog from the spreadsheet and click 'Edit'
> Click on the "Form ComboBox" icon (NOT the ordinary ComboBox icon) in the
> dialog editor. 
> Move the cursor into the editing area - a cross will appear.
> Click once and a 'Fatal error' window appears saying "Cell not found".

I repro with these steps.
Unable to get a backtrace

Arch Linux 64-bit
Version: 6.4.0.0.alpha0+
Build ID: b9a776837462eeb6d50d0decc42604c0c3008eb1
CPU threads: 8; OS: Linux 5.2; UI render: default; VCL: kf5; 
Locale: fi-FI (fi_FI.UTF-8); UI-Language: en-US
Calc: threaded
Built on 11 August 2019

-- 
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 127032] Window for conditional formatting too short

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127032

--- Comment #1 from nikolaus.reic...@chello.at  ---
Created attachment 153512
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153512=edit
Conditional Format Editing 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 127032] New: Window for conditional formatting too short

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127032

Bug ID: 127032
   Summary: Window for conditional formatting too short
   Product: LibreOffice
   Version: 6.0.7.3 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nikolaus.reic...@chello.at

Description:
The window for editing a specific conditional format does not show the buttons
on the bottom without overlapping another item.

Steps to Reproduce:
1.Open spread sheet
2.Choose Format / conditional formatting / manage (I own the german vesion. I
hope my translation is correct)
3.Edit a conditional format (no adding necessary)

Actual Results:
The buttons for OK (?) and Cancel(?) are hidden behind the bar for "range"
(A1:A12 for example).


Expected Results:
The buttons can not be clicked.


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 125343] Presentation restarts after reconnecting external display

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125343

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Buovjaga  ---
Please give more details
- your Linux distro
- your desktop environment
- the contents of your Help - About
- your computer model & graphics hardware

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

-- 
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 125354] Isometric grid in LibreOffice impress

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125354

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Whiteboard| QA:needsComment|

--- Comment #1 from Buovjaga  ---
So this:
https://design.tutsplus.com/tutorials/quick-tip-how-to-create-an-isometric-grid-in-less-than-2-minutes--vector-3831

-- 
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 125047] LibreOffice interferes with IBM Notes 10: the default font is changed, and execution becomes unpredictable

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125047

Buovjaga  changed:

   What|Removed |Added

 Resolution|--- |NOTOURBUG
 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi

--- Comment #3 from Buovjaga  ---
Clearly this should be solved by IBM Notes team. People in the blog comments
talk about filing issues in their tracker:
https://nevermind.dk/nevermind/blog.nsf/subject/update-on-domino-designer-and-libreoffice-issue

Noto is a family of fonts created & maintained at Google:
https://github.com/googlefonts/noto-fonts

Closing.

-- 
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 127006] Inserting a Section - Using 'Enter' Key Blows up the Insert Section Function

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127006

--- Comment #2 from larrybradley  ---
Tried Oliver Brinzing suggestion to change profile in Safe Mode and test again,
now when I use the Enter key it completely shuts down Writer and exits
LibreOffice completely.

-- 
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 127005] SVG export from Draw doesn't include correctly the font family

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127005

--- Comment #9 from Giancarlo  ---
Created attachment 153511
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153511=edit
test 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 124550] In Writer, when a mail merge document has different header/footer on a first page, final merged document has page headers messed up

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124550

--- Comment #10 from Buovjaga  ---
(In reply to Emil Prpic from comment #9)
> Where do I find version 6.4? 

Version 6.4 is not yet released. You can try 6.3.0:
https://www.libreoffice.org/download/download/

-- 
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 124550] In Writer, when a mail merge document has different header/footer on a first page, final merged document has page headers messed up

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124550

--- Comment #9 from Emil Prpic  ---
Where do I find version 6.4? 

Mine is: 
Version: 6.1.6.3
Build ID: 5896ab1714085361c45cf540f76f60673dd96a72
CPU threads: 8; OS: Mac OS X 10.13.6; UI render: default; 
Locale: hr-HR (en_HR.UTF-8); Calc: group threaded

and it says that it's up to date.

Maybe you didn't notice, I use LibreOffice on Mac OS X...

-- 
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 119575] Clear recent document list crashes LO

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119575

alt...@acm.org changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #10 from alt...@acm.org ---
I'm currently on LO 6.3.0.4 and have not been able to reproduce it.  I had a
full list of 25 documents and was able to clear the list without issue.

As another user commented they experienced the same thing (comment 7).  It
seems as if it was just a transition bug - i.e. going from a prior major
version to 6.  I'm guessing something was corrupt in the storage of the recent
files list and once that was resolved (in safe mode), it hasn't happened again.

-- 
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 113099] Reopening file from Samba share crashes LO

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113099

--- Comment #10 from Justin  ---
Hi,
  I am seeing the same issue with Linux Mint 19 using LO version:

OS: Linux Mint 19 Tara
LO version: 1:6.3.0-0ubuntu0.18.04.1~lo2
Source: LO repo

In addition, per the previous comment I tried the flatpak version and it still
showed the same crashing behavior.  Thank you for your time and consideration
on this issue.

Sincerely,

Justin Richardson

-- 
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 127015] Warnings + Edit button disabled with Beanshell + OpenJdk11

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127015

--- Comment #9 from Julien Nabet  ---
(In reply to Stephan Bergmann from comment #7)
> ...
> See above.  Looks like you didn't follow all those steps that are required
> to edit a new macro?
> ...
Yes I saw this on Win10, I wanted to retest tonight on my Linux computer

> > + warnings on console just before when creating the macro
> 
> Those are apparently only warnings for now (i.e., with Java 11, and also
> tested now with OpenJava 12.0.2 where it's still only a warning).  That
> leaves us some more time to come up with a fix eventually.  :)
Yes and when 6.3 will be EOL, we'll be able to deal with Java from 1.8 instead
of 1.6

-- 
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 127015] Warnings + Edit button disabled with Beanshell + OpenJdk11

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127015

--- Comment #8 from Oliver Brinzing  ---
(In reply to Julien Nabet from comment #6)
> Now the problem is I don't know how to use this class since import don't
> work.
> I searched how to import to avoid all the introspection stuff (it's quite
> ugly and I suppose it doesn't help for speed) but failed.

maybe something like this can help:

import java.io.StringWriter;

import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;

import org.w3c.dom.DOMConfiguration;
import org.w3c.dom.DOMImplementation;
import org.w3c.dom.DOMStringList;
import org.w3c.dom.Document;
import org.w3c.dom.Node;
import org.w3c.dom.ls.DOMImplementationLS;
import org.w3c.dom.ls.LSOutput;
import org.w3c.dom.ls.LSSerializer;

public class LSSerialize {

public static void main(String[] args) throws Exception {

DocumentBuilderFactory factory =
DocumentBuilderFactory.newInstance();
DocumentBuilder builder = factory.newDocumentBuilder();
Document document = builder.newDocument();

Node n = document.appendChild(document.createElement("Hello"));
n.appendChild(document.createElement("World"));

DOMImplementation impl = document.getImplementation();
DOMImplementationLS implLS = (DOMImplementationLS)
impl.getFeature("LS", "3.0");
LSSerializer dsi = implLS.createLSSerializer();

DOMConfiguration dc = dsi.getDomConfig();

DOMStringList params = dc.getParameterNames();
for (int i = 0; i < params.getLength(); i++) {
System.out.println(params.item(i));
}

dc.setParameter("well-formed", true);
dc.setParameter("format-pretty-print", true);
dc.setParameter("xml-declaration", true);

LSOutput lsOutput = implLS.createLSOutput();
lsOutput.setEncoding("UTF-8");

StringWriter stringWriter = new StringWriter();
lsOutput.setCharacterStream(stringWriter);
dsi.write(document, lsOutput);
System.out.println("\n" + stringWriter.toString());

}
}

-- 
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 126924] Base Upgrade 6.3.0 From 6.2.5 (Firebird from hsqldb) Issues

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126924

--- Comment #7 from Brent Warkentin  ---
The data in the database is proprietary and will not be posted, open to the
Internet...

The database structure is as posted with one sample record... add whatever you
need to test...

-- 
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 127024] Err:522 on updating data from linked sheet

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127024

--- Comment #8 from David Woodhouse  ---
Indeed, turning off multithreaded calculation seems to make the problem go away
(including the goal seek 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 127015] Warnings + Edit button disabled with Beanshell + OpenJdk11

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127015

--- Comment #7 from Stephan Bergmann  ---
(In reply to Julien Nabet from comment #0)
> Steps to Reproduce:
> 1. Launch LO
> 2. Tools/Macros/Organize Macros/BeanShell...
> 3. Select "Untitled 1" doc + click "Create..."

...which opens a "Create Library" dialog that asks for a name, with "Library1"
already suggested, so press "OK"; then click on the triangle to the left of
"Untitled 1" to expand it, then click on "Library1", then click "Create..."
which opens a "Create Macro" dialog that asks for a name, with "Macro1" already
suggested, so press "OK"; then click on the triangle to the left of "Library1"
to expand it, then click on "Macro1.bsh", then click on "Edit" which is now
enabled.

> The macro seems created but logs quoted display
> 
> click on the macro
> 
> Actual Results:
> "Edit" button is disabled

See above.  Looks like you didn't follow all those steps that are required to
edit a new macro?

> + warnings on console just before when creating the macro

Those are apparently only warnings for now (i.e., with Java 11, and also tested
now with OpenJava 12.0.2 where it's still only a warning).  That leaves us some
more time to come up with a fix eventually.  :)

-- 
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 111796] Tableview doesn't save when scrolled down more than 46rows without saving directly

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111796

--- Comment #11 from Robert Großkopf  ---
Same bug appears also in internal Firebird database, not only HSQLDB, on LO
6.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 111796] Tableview doesn't save when scrolled down more than 46rows without saving directly

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111796

--- Comment #10 from Robert Großkopf  ---
Bug still exists in LO 6.3.0.4 with OpenSUSE 15 64bit rpm Linux.

-- 
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 122830] UI: Hint is a empty gray box for line-setting in the cell appearance dialog of the sidebar with OpenGL enabled (very flickery without)

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122830

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
 Blocks||91488

--- Comment #5 from V Stuart Foote  ---
STR from dupe 122832 for Sidebar Gallery items flicker without OpenGL rendering
(i.e. not double buffered).

On a Windows build
Use default GDI rendering (Tools -> Options -> View) no HA, no OpenGL
Open Writer, Calc, Draw or Impress
On Sidebar select Gallery deck, any theme (default is Arrows)
mouse pointer over several graphic thumbnails

Note lack of double buffering and the UI flicker when redrawn.

=-testing-=
Windows 10 Ent 64-bit en-US (1903) with
Version: 6.4.0.0.alpha0+ (x64)
Build ID: 3e64065612acec2eb29aa21e2b515953422256d7
CPU threads: 8; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86_64@62-TDF, Branch:master, Time: 2019-08-15_22:57:26
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=91488
[Bug 91488] [META] RenderContext 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

[Libreoffice-bugs] [Bug 91488] [META] RenderContext related issues

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91488

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||122830


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122830
[Bug 122830] UI: Hint is a empty gray box for line-setting in the cell
appearance dialog of the sidebar with OpenGL enabled (very flickery without)
-- 
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 126992] FILESAVE: asks to save changes even though NO changes where made in Calc sheet linked to external data

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126992

--- Comment #4 from Alex Thurgood  ---
Thinking that this is a DUP of bug 122655

-- 
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 125974] New bug: Searching in comments doesn't work

2019-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125974

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #10 from Xisco Faulí  ---
oh, wait a second. you have to select 'comment' in the search options ( bottom
next to Match Case )
Closing as RESOLVED NOTABUG

-- 
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   4   5   6   7   >