[Libreoffice-bugs] [Bug 45904] move java based api tests to c++

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

Adolfo Jayme  changed:

   What|Removed |Added

 Whiteboard|target:5.2.0 target:5.5.0   |target:5.2.0 target:6.0.0
   |target:6.0.0 target:6.1.0   |target:6.1.0 target:6.2.0
   |target:6.2.0|target:6.3.0

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


[Libreoffice-bugs] [Bug 121488] New: ERROR.TYPE for "Search out of range" in Excel return 7 but in Calc #N/D

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121488

Bug ID: 121488
   Summary: ERROR.TYPE for "Search out of range" in Excel return 7
but in Calc #N/D
   Product: LibreOffice
   Version: 6.0.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gmoll...@us.es

The return value for function ERROR.TYPE when the search is out of range is
#N/D but must to be 7 (as Excel).
Before, the function ERROR.TYPE was different in Calc and Excel, the returned
values was 32767, 532, 502 or 504 in Calc while in Excel was 7,2,7,4 in
different errors.
Steps:
Create new Calc sheet:
Write in cells:
Column A
Row 1: =VLOOKUP("Don't exist",B129:B131,1,0)
Row 2: =5/0
Row 3: =VLOOKUP("Out of range",B121:B123,2,0)
Row 4: =#REF!
Column B
Row 1: =ERROR.TYPE(A1)
Row 2: =ERROR.TYPE(A2)
Row 3: =ERROR.TYPE(A3)
Row 4: =ERROR.TYPE(A4)

results in B1-B4 in Calc: 7,2,#N/D,4 with ERROR.TYPE, and results in Excel:
7,2,7,4.

Ok, in the help says: "If the ERROR.TYPE function is used as condition of the
IF function and the ERROR.TYPE returns #N/A, the IF function returns #N/A as
well. Use ISERROR to avoid it as shown in the example above."
But the behaviour is different in Excel-Calc.

The old function is named ERRORTYPE (without dot, in spanish translation is
TIPO.DE.ERROR.OOO) and the result is: 32767, 532, 502, 504 for errors A1 until
A4.

En la vera internacia lingvo: Esperanto, kiu diskriminacias malpli pro denaska
lingvo:
La valorezulto por la funkcio ERARO.TIPO (ERROR.TYPE en la angla) kiam la serĉo
estas ekstere de ĉelintervalo estas #N/D sed ĝi devas esti 7 (kiel Excel).
Antaŭe, la funkcio ERARO.TIPO estis malsama en Calc kaj Excel, la valorrezultoj
estis 32767, 532, 502 aŭ 504 en Calc kaj en Excel estis 7,2,7,4 en malsamaj
eraroj.
Paŝoj:
Kreu novan Calc-folion:
Skribu en ĉeloj: (apartigilo , povas esti ; laŭ lando)
Kolumno A
Vico 1: =VSERĈO("Ne ekzistas",B129:B131,1,0)
Vico 2: =5/0
Vico 3: =VSERĈO("Ekstere de ĉelintervalo",B121:B123,2,0)
Vico 4: =#REF!
Kolumno B
Vico 1: =ERARO.TIPO(A1)
Vico 2: =ERARO.TIPO(A2)
Vico 3: =ERARO.TIPO(A3)
Vico 4: =ERARO.TIPO(A4)

rezultoj en B1-B4 en Calc: 7,2,#N/D,4 kun ERARO.TIPO, kaj rezultoj en Excel:
7,2,7,4.

Bone, en la helpo diras: "If the ERROR.TYPE function is used as condition of
the IF function and the ERROR.TYPE returns #N/A, the IF function returns #N/A
as well. Use ISERROR to avoid it as shown in the example above."

Sed la konduto estas malsama en Excel-Calc.

La malnova funkcio nun estas nomata ERARTIPO (sen punkto, en la angla ERRORTYPE
kaj en la hispana traduko estas TIPO.DE.ERROR.OOO) kaj la valorrezultoj estas:
32767, 532, 502, 504 por eraroj A1 ĝis A4.

Y en español:
El valor de retorno para la función TIPO.DE.ERROR (ERROR.TYPE en inglés) cuando
la búsqueda está fuera de rango es #N/D pero debe ser 7 (como en Excel).
Antes, la función TIPO.DE.ERROR era diferente en Calc y Excel, los valores
devueltos eran 32767, 532, 502 o 504 en Calc, mientras que en Excel era 7,2,7,4
en diferentes errores.
Pasos:
Crear nueva hoja de cálculo:
Escribir en celdas: (ojo, el separador puede ser , o ; según el país)
Columna A
Fila 1: =BUSCARV("No existe";B129:B131;1;0)
Fila 2: =5/0
Fila 3: =BUSCARV("Fuera de rango";B121:B123;2;0)
Fila 4: =#¡REF!
Columna B
Fila 1: =TIPO.DE.ERROR(A1)
Fila 2: =TIPO.DE.ERROR(A2)
Fila 3: =TIPO.DE.ERROR(A3)
Fila 4: =TIPO.DE.ERROR(A4)

los resultados en B1-B4 en Calc: 7,2,#N/D,4, y los resultados en Excel:
7,2,7,4.
resultados en Calc en versiones anteriores y en Calc ahora con
TIPO.DE.ERROR.OOO

Bien, en la ayuda dice: "Si la función TIPO.DE.ERROR se usa como condición de
la función IF y TIPO.DE.ERROR devuelve # N / A, la función IF también devuelve
# N / A. Use ISERROR para evitarlo como se muestra en el ejemplo de arriba ".
Pero el comportamiento es diferente en Excel-Calc.

La función antigua se denomina TIPO.DE.ERROR.OOO (en inglés ERRORTYPE sin el
punto separador) y el resultado es: 32767, 532, 502, 504 para los errores A1
hasta A4.

-- 
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 45904] move java based api tests to c++

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #152 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

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

tdf#45904 Move XEnumeration Java tests to C++

It will be available in 6.2.0.

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

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

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


[Libreoffice-bugs] [Bug 121487] New: "Expert configuration" not responding to clicks

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121487

Bug ID: 121487
   Summary: "Expert configuration" not responding to clicks
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: m...@hussam.eu.org

In this build 

Version: 6.3.0.0.alpha0+
Build ID: eb5b353b523ec4d7d6588e2fae5b8b4117bfc2b1
CPU threads: 4; OS: Linux 4.14; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

from
https://dev-builds.libreoffice.org/daily/master/Linux-archive-x86_64@80-updater/2018-11-18_02.47.02/LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_archive.tar.gz

The "expert configuration" dialog does not respond to mouse clicks.


This works fine in 6.1.3

-- 
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 94231] FILEOPEN: XLSX - Pattern/hatching fill colors not imported into charts

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94231

Adolfo Jayme  changed:

   What|Removed |Added

 Whiteboard|target:6.2.0|target:6.3.0

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


[Libreoffice-bugs] [Bug 94231] FILEOPEN: XLSX - Pattern/hatching fill colors not imported into charts

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94231

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

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

tdf#94231 OOXML Import: Fix disappeared Hatch Background Color

It will be available in 6.2.0.

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

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

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


[Libreoffice-bugs] [Bug 94231] FILEOPEN: XLSX - Pattern/hatching fill colors not imported into charts

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94231

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.2.0

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


[Libreoffice-bugs] [Bug 108226] [META] PPTX (OOXML) bug tracker

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108226
Bug 108226 depends on bug 102186, which changed state.

Bug 102186 Summary: MS PowerPoint with Chart shows hidden data labels when 
opened in Impress
https://bugs.documentfoundation.org/show_bug.cgi?id=102186

   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 75057] [META] OOXML Chart object issues

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75057
Bug 75057 depends on bug 102186, which changed state.

Bug 102186 Summary: MS PowerPoint with Chart shows hidden data labels when 
opened in Impress
https://bugs.documentfoundation.org/show_bug.cgi?id=102186

   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 45904] move java based api tests to c++

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #151 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

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

tdf#45904 Move XEnumeration Java tests to C++

It will be available in 6.2.0.

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

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

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


[Libreoffice-bugs] [Bug 45904] move java based api tests to c++

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #150 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

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

tdf#45904 Move XEnumeration Java tests to C++

It will be available in 6.2.0.

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

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

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


[Libreoffice-bugs] [Bug 48713] FILEOPEN Picture moves to left importing Word .doc

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48713

--- Comment #9 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 45136] PC freezes with math document including grids created with Sinequanon in WMF image format

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45136

--- Comment #11 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 113325] Deleting a table style is not reflected in table style sidebar

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113325

--- Comment #3 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 71324] EDITING: can't un-bold selection if it crosses hidden lines of an auto-filter

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71324

--- Comment #10 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 102186] MS PowerPoint with Chart shows hidden data labels when opened in Impress

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102186

Markus Mohrhard  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |markus.mohrhard@googlemail.
   |desktop.org |com

-- 
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 121486] New: Text in Thai for some font go right to left

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121486

Bug ID: 121486
   Summary: Text in Thai for some font go right to left
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Linguistic
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tongwa...@hotmail.com

Created attachment 146718
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146718=edit
showing what it's like when I type

For several fonts that are in Thai, the letter seems to go from right to left.
I've attached some screen cap to demonstrate it. You can see the text are
falling off the page when they are supposed to be aligned-left. I also select
all by ctrl+A to highlight where the text are actually supposed to be.

The fonts in question that I've verified are having the same problems are:
TH Baijam
TH Fah kwang
TH Chakra Petch
TH Charm of AU
TH Koho

FYI, the problem also exist on another computer of mine (Win 10 X64). This
computer where I'm making this report is Win 7 X64

-- 
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 121485] header logo when applied 50% transparency has no effect on libreoffice writer

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121485

--- Comment #1 from Alfeno Rodrigues  ---
Created attachment 146717
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146717=edit
libre office write archive for inspect

-- 
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 121485] New: header logo when applied 50% transparency has no effect on libreoffice writer

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121485

Bug ID: 121485
   Summary: header logo when applied 50% transparency has no
effect on libreoffice writer
   Product: LibreOffice
   Version: 6.1.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: alf...@gmail.com

Description:
When a inserted a image file and applied 50% transparency has no effect. But if
a save a file with .docx format and open it on microsoft word the transparency
effect work foor headed only.

Steps to Reproduce:
1.insert a image file on the header or in the document body.
2.click on it, and open "properties" menu by right button of the mouse
3.Select transparency tab options
4.select transparency radio menu and put 50% value or other value.

Actual Results:
The libreoffice writer don't render the transparent effect. But in my
environment has strange behavior for:

1) image file insert on header -> Libreoffice writer don't render it but save
it using .docx format and open on microsoft office, the transparency effect
work appropriately.

2) image insert on document body -> the transparency effect didn't work in the
libreoffice writer and on the microsoft word the file (.docx) effect didn't
work too.

obs: I nstalled by snap package (stable version)
https://snapcraft.io/search?category==libreoffice.

Expected Results:
the transparency effect works in the libreoffice write and Microsoft's archive
(.docx), saved by libreoffice writer, works appropriates on the microsoft
office.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel Open Source Technology Center (0x8086)
Device: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2)  (0x1616)
Version: 18.2.2
Accelerated: yes
Video memory: 3072MB

-- 
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 121469] FIREBIRD: Migration for table names with special characters fails

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121469

--- Comment #7 from Drew Jensen  ---
Created attachment 146716
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146716=edit
Pictures are worth lots of words

Here is what I find using a recent build of LO 6.2Alpha1 on Linux.

I found no problem using unicode characters with Base GUI controls with ODB
files using HSQL or Firebird, this included Table Designer, Query Designer,
Form Designer and Report Builder.

Created the table Straße with a column Straße in HSQL and used Drag-n-Drop to
create a copy of it in an empty Firebird ODB, with no problem. 

Created the table Straße with a column Straße in Firebird and used Drag-n-Drop
to create a copy of it in an empty HSQL ODB, with no problem. 

For the rest of the checks, I put them in pictures - an Impress file attached.

-- 
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 118510] Libreoffice kills my pc (prevents it from waking from suspend)

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118510

--- Comment #7 from Elias  ---
Again, I'm talking about the DISTRO. I dont want to reinstall my DISTRO for
various reasons. I've been reinstalling libreoffice plenty of times with no
results.

-- 
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 118510] Libreoffice kills my pc (prevents it from waking from suspend)

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118510

--- Comment #6 from Elias  ---
Kernel version 4.15.0-39-generic
I already said which distro I'm using.
Specs:
ASUS M5A78L-M PLUS/USB3 motherboard
Graphics card: ASUS GTX 460 1gb
AMD FX-6300 processor
6gb RAM (I've ran a ram check already, its fine)
Corsair 500w power supply

I dont think my specs have anything to do with it. It's probably because I have
an old install of my distro (NOT Libreoffice which I have reinstalled multiple
times since getting this issue). But at this point I'm not willing to
reinstall, getting my system back to where I am now would be a rather arduous
process.

-- 
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 121474] Hyphenation for Indonesian Language is not working

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121474

--- Comment #2 from M. S. Rosyidi  ---
I have chosen the Indonesian Dictionary to be installed during the installation
of LibreOffice 6.1.3.

I have created the document and set the default style as below:

1. set the language for Western Text Font as Indonesia
2. set the alignment to Justified
3. set the Hyhenation to Automatically

I Write some texts in Indonesian but I found the hyphenation is not working as
expected.

After saving and closing the document, I check the directory of the dictionary
in C:\Program Files\LibreOffice\share\extensions\dict-id and open the
dictionaries.xcu. In the dictionaries.xcu there is a calling to hyph_id_ID.dic
file (line 18) but the called file is missing from C:\Program
Files\LibreOffice\share\extensions\dict-id.

I copy the hyph_id_ID.dic file from an extension named Kamus Bahasa Indonesia
Version 2.0 by Benitius Brevoort
(https://extensions.libreoffice.org/extensions/indonesian-dictionary-kamus-indonesia-by-benitius)
to the directory and open the document again and the hyphenation is working as
expected.

-- 
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 118510] Libreoffice kills my pc (prevents it from waking from suspend)

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118510

Elias  changed:

   What|Removed |Added

 Status|NEEDINFO|REOPENED

-- 
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 118510] Libreoffice kills my pc (prevents it from waking from suspend)

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118510

--- Comment #5 from Elias  ---
and of course I uninstalled and reinstalled. thats the first thing I did. and
changing the autorecovery settings is really putting a bandaid on a gaping
wound.

-- 
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 118510] Libreoffice kills my pc (prevents it from waking from suspend)

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118510

--- Comment #4 from Elias  ---
I'm gonna have to bump this thread because I'm having the exact same problems
in the exact same version of libreoffice still. I thought I fixed it somehow
but I'm pretty sure my "fix" was just closing libreoffice before I put the
computer to sleep every time.

-- 
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 51733] Update icons for high-resolution HiDPI / Retina display

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51733

--- Comment #31 from Gustavo HC  ---
Some icons are ok.
Others still pixelated.
28" 4k monitor. 150% scale. 

Attachment added 2 screenshots (Pixelated icons 1 and 2)

Version: 6.2.0.0.alpha1+ (x64)
Build ID: 525ed5d1fcb89412f0b80be0b1e35410b048c337
CPU threads: 8; OS: Windows 10.0; UI render: GL; VCL: win;

-- 
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 51733] Update icons for high-resolution HiDPI / Retina display

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51733

--- Comment #29 from Gustavo HC  ---
Created attachment 146714
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146714=edit
Pixelated icons 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 51733] Update icons for high-resolution HiDPI / Retina display

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51733

--- Comment #30 from Gustavo HC  ---
Created attachment 146715
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146715=edit
Pixelated icons 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 121476] Libreoffice in chinese language can't display UI text correctly

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121476

Flywater  changed:

   What|Removed |Added

  Component|Localization|UI

-- 
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 103182] [META] GTK3-specific bugs

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103182
Bug 103182 depends on bug 121361, which changed state.

Bug 121361 Summary: Tooltips don't appear when hover on the buttons in toolbar 
while using KDE Plasma
https://bugs.documentfoundation.org/show_bug.cgi?id=121361

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTOURBUG

-- 
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 121361] Tooltips don't appear when hover on the buttons in toolbar while using KDE Plasma

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121361

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Blocks||103182
 Resolution|--- |NOTOURBUG

--- Comment #4 from Maxim Monastirsky  ---
(In reply to Łukasz Konieczny from comment #3)
> Adding gtk-cursor-theme-size = 16 to the ~/.config/gtk-3.0/settings.ini
> makes tooltips appear.
Thanks. So this proves it's indeed the gtk bug I linked => RESOLVED NOTOURBUG.


Referenced Bugs:

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

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103182

Maxim Monastirsky  changed:

   What|Removed |Added

 Depends on||121361


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=121361
[Bug 121361] Tooltips don't appear when hover on the buttons in toolbar while
using KDE Plasma
-- 
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 103428] [META] Properties deck/tab of the sidebar

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103428
Bug 103428 depends on bug 121267, which changed state.

Bug 121267 Summary: SIDEBAR: border cell color isn't shown (white box)
https://bugs.documentfoundation.org/show_bug.cgi?id=121267

   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 34965] Make Impress slides editable during presentation

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34965

--- Comment #36 from Roland Taylor  ---
The most simple use case, which I encounter every week, is that there's a
simple mistake to correct (such as a duplicated or missing word, or a typo),
and you can't do it without ending the presentation and starting again.

Another example: while running a presentation, a new point needs to be added on
a new slide or slides. However, you can't do that without ending the
presentation.

Just these two small items would greatly improve usability, and I can speak
from real life experience - the lack of the option to edit live presentations
makes some people choose other software that can.

All that is needed is for presentation editing not to be disabled while a slide
show is running. You can already alt+tab between the presenter console and the
normal window without affecting what is visible on an external
screen/projector.

This should be straightforward to enable according to
https://bugs.documentfoundation.org/show_bug.cgi?id=34965#c6

If I were familiar with LibreOffice source code and brushed up on my C++
skills, I'd do it.

-- 
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 119415] Browser-based help search feature does not honor the "module" drop-down (local offline)

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119415

--- Comment #13 from Jim Avera  ---
But is that really intended?   If a user is running the Calc application and
asks for Help, why is it helpful to show that generic info (or worse, only
WRITER info)?

IMO Help in Calc should automatically show help for Calc (and similarly for
other apps).

-- 
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 121409] Calc Styles dialog Background tab page does not show color or bitmap pages using selection buttons

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121409

Caolán McNamara  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED

--- Comment #3 from Caolán McNamara  ---
Seems to be a missing dialog parent issue, or at least, fixing that seems to
fix this too.

-- 
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 121409] Calc Styles dialog Background tab page does not show color or bitmap pages using selection buttons

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121409

--- Comment #2 from Jim Raykowski  ---
Roman, Thanks for trying to repro this. For me, it happens in both:

Version: 6.2.0.0.alpha1+
Build ID: 46c1a75b144a4c5fd1f4ab0113b87fe030bebd27
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; 
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

and

Version 6.2.0.0.alpha1+
Build ID: 397dd8a5f7694540f31f32759c2c915d63506ccd
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86@42; Branch:master, Time: 2018-11-07_23:58:04
Locale: en-US (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 121484] Notebookbar: Tabbed variant for Math

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121484

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

   What|Removed |Added

 Blocks||107237


Referenced Bugs:

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

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107237

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

   What|Removed |Added

 Depends on||121484


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=121484
[Bug 121484] Notebookbar: Tabbed variant for Math
-- 
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 121484] Notebookbar: Tabbed variant for Math

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121484

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

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 121484] Notebookbar: Tabbed variant for Math

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121484

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 146713
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146713=edit
Tab bar Math mockup

-- 
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 121484] New: Notebookbar: Tabbed variant for Math

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121484

Bug ID: 121484
   Summary: Notebookbar: Tabbed variant for Math
   Product: LibreOffice
   Version: 6.2.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 79045_79...@mail.ru

Description:
I want offer Tabbed variant of NB for Math

Steps to Reproduce:
1. See mockup from attach
2.
3.

Actual Results:
We don't have Tabbed NB for Math

Expected Results:
We have Tabbed NB for Math


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 121402] Can't Open Saved Files

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121402

MM  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #4 from MM  ---
Maybe you start in 'safe mode' and see if you've still got problems.
https://help.libreoffice.org/Common/Safe_Mode
If you can open the files again, your lo user profile maybe corrupt:
https://wiki.documentfoundation.org/UserProfile#Resolving_corruption_in_the_user_profile

-- 
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 121447] File - Exit LibreOffice doesn't work on 6.2

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121447

--- Comment #5 from BogdanB  ---
(In reply to Roman Kuznetsov from comment #4)
> don't confirm in
> 
> Версия: 6.2.0.0.alpha1+
> ID сборки: 7cf6cee97bc05512fae482733ee45f039e9d2160
> Потоков ЦП: 4; ОС:Linux 4.18; Отрисовка ИП: по умолчанию; VCL: kde5; 
> TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
> 2018-11-04_22:10:34
> Локаль: ru-RU (ru_RU.UTF-8); Calc: threaded
> 
> 
> gtk3 problem?

Please try with informations from comment 2.

A new file opened with Help - About window, and then open a new window and try
to exit with File - Exit Libre Office.

-- 
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 121482] [EDITING] Border Colors Are Not Shown in Border Options

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121482

Maxim Monastirsky  changed:

   What|Removed |Added

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

--- Comment #5 from Maxim Monastirsky  ---


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

-- 
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 121483] New: My Libre Documents file has emptied.

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121483

Bug ID: 121483
   Summary: My Libre Documents file has emptied.
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rstore...@gmail.com

I can only now find my files in recent files as my default Documents file has
emptied.  When I try to "Save As" I get the search file and the file option is
not given.   This may be associated with a Windows 8.1 Update of yesterday. I
do not have a recover to previous date on this computer.Any new file is now
saved as a recent file with a path of c:user/library/ documents but I cannot
find such a source.   Am totally confused.

-- 
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 121469] FIREBIRD: Migration for table names with special characters fails

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121469

--- Comment #6 from rob...@familiegrosskopf.de ---
(In reply to m.a.riosv from comment #5)
> CREATE TABLE Straße (CUST_NO INTEGER NOT NULL, CUSTOMER VARCHAR(25) NOT
> NULL, PRIMARY KEY (CUST_NO) )

This is wrong code for creating a table with lower characters. "ß" is a special
lower character. With 
CREATE TABLE Strasse
the table will be named STRASSE.
With the right delimiters 
CREATE TABLE "Straße" 
it will work well as observed by you.

There will be used delimiters during the migration-process, because the tables
where shown with lower and upper case characters. So this isn't the problem of
the migration-process.

-- 
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 121482] [EDITING] Border Colors Are Not Shown in Border Options

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121482

--- Comment #4 from n33...@bol.com.br ---
Created attachment 146712
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146712=edit
Incorrect form

-- 
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 121482] [EDITING] Border Colors Are Not Shown in Border Options

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121482

--- Comment #3 from n33...@bol.com.br ---
Created attachment 146711
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146711=edit
Incorrect form

-- 
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 121482] [EDITING] Border Colors Are Not Shown in Border Options

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121482

--- Comment #2 from n33...@bol.com.br ---
Created attachment 146710
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146710=edit
Incorrect form

-- 
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 121482] [EDITING] Border Colors Are Not Shown in Border Options

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121482

--- Comment #1 from n33...@bol.com.br ---
Created attachment 146709
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146709=edit
Correct form

-- 
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 121469] FIREBIRD: Migration for table names with special characters fails

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121469

--- Comment #5 from m.a.riosv  ---
If I'm not wrong LibreOffice base always use delimiters.
Doing a test with direct SQL with a sentence like:
CREATE TABLE TESTTABLE (CUST_NO INTEGER NOT NULL, CUSTOMER VARCHAR(25) NOT
NULL, PRIMARY KEY (CUST_NO) )
works, but
CREATE TABLE Straße (CUST_NO INTEGER NOT NULL, CUSTOMER VARCHAR(25) NOT NULL,
PRIMARY KEY (CUST_NO) )
givers an error:
1: firebird_sdbc error:*Dynamic SQL Error *SQL error code = -104 *Token unknown
- line 1, column 18.
Just in the position of ß.
With CREATE TABLE "Straße" seems work.

Perhaps the issue it's the migration process not using delimiters.

-- 
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 121482] New: [EDITING] Border Colors Are Not Shown in Border Options

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121482

Bug ID: 121482
   Summary: [EDITING] Border Colors Are Not Shown in Border
Options
   Product: LibreOffice
   Version: 6.1.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: n33...@bol.com.br

Description:
When you insert a new border color into the Calc the color indication square
turns white. Only the black color is correct. Any other border color will be
indicated as white. In the spreadsheet the color is entered correctly, but not
indicated only white.

Steps to Reproduce:
1.Insert a border in the worksheet.
2.Open the "properties" on the right bar and go to "cell appearance"
3.With the border on the worksheet try to change the color from the edge line
on the display to any other color that is not black.

Actual Results:
After inserting a border in the worksheet try changing the in cell appearances.
You will see that any color other than black does not look like the selected
result.

Expected Results:
The color of the border in the worksheet is changed, however the color in the
square of changes in the cell appearances is all white.


Reproducible: Always


User Profile Reset: No



Additional Info:
When selecting a color it should be shown on the white sampling square to
indicate the exact color that is in the document. If the border color is red
the square is red rather than white.

--

Versão: 6.1.3.2 (x64)
ID de compilação: 86daf60bf00efa86ad547e59e09d6bb77c699acb
Threads da CPU:4; SO:Windows 10.0; Realizador da interface: GL; 
Local: pt-BR (pt_BR); 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 119415] Browser-based help search feature does not honor the "module" drop-down (local offline)

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119415

--- Comment #12 from Buovjaga  ---
(In reply to Jim Avera from comment #11)
> The exact page which was opened by Calc: Help->LibreOfficeDevHelp was
> 
> file://.../6.2.0.0.alpha1/opt/libreofficedev6.2/help/en-US/text/shared/
> main0108.html?System=UNIX=CALC=.uno:HelpIndex#bm_id3149178

That page is the help about Help:
https://helponline.libreoffice.org/6.2/en-US/text/shared/main0108.html?System=UNIX=CALC

The url has text/shared so that means it is a common topic.

Working as intended.

-- 
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 121479] text is pasted with strikethrough format

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121479

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #1 from Telesto  ---
Speculation: could t be the autocorrect option for * bold *, / italic /, -
strikeout -, _ underline _

-- 
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 114900] CALC: Support custom data series in chart with labels and their values placed on two or more lines or columns

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114900

rainer  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #3 from rainer  ---
The example originally attached was created only to show the noted behaviour.

As you say, LO seems to be restricted to "basic" (single) rows and columns.

Having to plot data sets that "wrap" over more than one row or column is maybe
not as exotic, though. I remember having done so on MS Excel over 20 years ago
(for my grad thesis).

I have seen many other instances (e.g., accounting or budgeting) in which a
data set may be separated in several tables (different sheets or not, depending
on the user/company presentation/printing needs), but plots needed both for
individual table data and for the whole lot.

It wouldn't make sense to duplicate and re-arrange the data only for one plot.
I do not have one of those with me now but I'll try to get my hands on a
real-life example to see if I can share it.

-- 
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 119415] Browser-based help search feature does not honor the "module" drop-down (local offline)

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119415

--- Comment #11 from Jim Avera  ---
The exact page which was opened by Calc: Help->LibreOfficeDevHelp was

file://.../6.2.0.0.alpha1/opt/libreofficedev6.2/help/en-US/text/shared/main0108.html?System=UNIX=CALC=.uno:HelpIndex#bm_id3149178

-- 
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 119415] Browser-based help search feature does not honor the "module" drop-down (local offline)

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119415

--- Comment #10 from Jim Avera  ---
 Buovjaga: The URL you gave does work (it immediately shows CALC info), but
that is not how the actual Calc application behaves.  

If I run Calc and do Help->LibreOfficeDevHelp, a browser windows opens
displaying WRITER info in the left panel.

Maybe your fixes just haven't yet made it into the builds.   I re-downloaded
this morning and it still behaves the old way.


Version: 6.2.0.0.alpha1+
Build ID: 32865e69c9774d5545a3100158798b6763ff62f0
CPU threads: 12; OS: Linux 4.15; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-16_22:22:59
Locale: en-US (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 113532] Bundle and use open source Arabic fonts by default

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113532

--- Comment #30 from aman...@outlook.com ---
Any progress on this?

-- 
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 121481] "Select" to "automatically copy"

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121481

--- Comment #2 from 和尚蟹  ---
Created attachment 146708
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146708=edit
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 121481] "Select" to "automatically copy"

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121481

--- Comment #1 from 和尚蟹  ---
Created attachment 146707
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146707=edit
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 121477] Firebird: Connection from form to subform impossible

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121477

--- Comment #5 from rob...@familiegrosskopf.de ---
One hint to parameter:


This isn't set when creating a Firebird-file when migrating from an old HSQLDB.
It will be set to "false" instead.

Tested with LO 6.1.3.2 and also LO 6.2.0.0.alpha1

-- 
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 121314] Show rows vs filter

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121314

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

   What|Removed |Added

 CC||79045_79...@mail.ru,
   ||er...@redhat.com,
   ||tietze.he...@gmail.com

--- Comment #3 from Roman Kuznetsov <79045_79...@mail.ru> ---
MSExcel doesn't show rows hidden by filter when I select Show rows in this
case.

Heiko, Eike, any opinions?

-- 
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 121481] New: "Select" to "automatically copy"

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121481

Bug ID: 121481
   Summary: "Select" to "automatically copy"
   Product: LibreOffice
   Version: 6.1.3.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pp887...@gmail.com

Description:
In the "Options", add "Select" to select "Automatic Copy".


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 121384] Crash of Writer opening any document with "invalid" python file in home directory (linux)

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121384

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

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #6 from Roman Kuznetsov <79045_79...@mail.ru> ---
don't confirm in

Версия: 6.2.0.0.alpha1+
ID сборки: 7cf6cee97bc05512fae482733ee45f039e9d2160
Потоков ЦП: 4; ОС:Linux 4.18; Отрисовка ИП: по умолчанию; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-04_22:10:34
Локаль: ru-RU (ru_RU.UTF-8); Calc: threaded

Kubuntu 18.10

Konstantin, can you delete LibreOffice from SuSe , install LibreOffice from TDF
site and try repeat your 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 121393] Facing Error 0xc000007b while starting LibreOffice after first run

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121393

--- Comment #8 from Alex Bach  ---
Thanks, I'll check it out.

-- 
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 121409] Calc Styles dialog Background tab page does not show color or bitmap pages using selection buttons

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121409

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

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Jim, please add info from dialog Help->About

I don't confirm in

Версия: 6.2.0.0.alpha1+
ID сборки: 7cf6cee97bc05512fae482733ee45f039e9d2160
Потоков ЦП: 4; ОС:Linux 4.18; Отрисовка ИП: по умолчанию; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-04_22:10:34
Локаль: ru-RU (ru_RU.UTF-8); Calc: threaded

Caolan, please look at this 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 101678] PPTX imported table renders wrong as nested table in table

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101678

--- Comment #7 from Christian  ---
Still reproducible with LO Version: 6.1.0.2
on CentOS 7

-- 
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 121477] Firebird: Connection from form to subform impossible

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121477

--- Comment #4 from rob...@familiegrosskopf.de ---
(In reply to Julien Nabet from comment #2)
> Seeing the bt, it seems the pb concerns parameter substitution.
> See https://bugs.documentfoundation.org/show_bug.cgi?id=117053#c15 to fix
> this.

It will be a problem for every person, which has created forms with subforms
with Base before LO 6.1. This will be the normal behaviour for all forms with
subforms in Firebird-databases created before LO 6.1. So every old form with
subform will fail.

The database has been created with an older LO-version for Base-Handbuch. I
have just migrated it with the migration-tool. Then I heard from other people
forms with subforms doesn't work since LO 6.1 together with Firebird. So I
tested this and could see the problem.

I also created a Firebird-database for an article for Linux magazine. There
subforms will work well, because it has been created with Lo 6.1.2

This couldn't be a right fixing of a bug: Set old forms as buggy and let users
create new *.odb-files for work around this "fix".

-- 
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 121480] Hand tool

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121480

--- Comment #2 from 和尚蟹  ---
(In reply to 和尚蟹 from comment #0)
> The "hand tool" is one-fourth of the "window".

The "hand tool" is located at 2/1 of the "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 121447] File - Exit LibreOffice doesn't work on 6.2

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121447

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

   What|Removed |Added

 OS|All |Linux (All)

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


[Libreoffice-bugs] [Bug 121447] File - Exit LibreOffice doesn't work on 6.2

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121447

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

   What|Removed |Added

 CC||79045_79...@mail.ru
Version|6.0.7.3 release |6.2.0.0.alpha1+ Master

--- Comment #4 from Roman Kuznetsov <79045_79...@mail.ru> ---
don't confirm in

Версия: 6.2.0.0.alpha1+
ID сборки: 7cf6cee97bc05512fae482733ee45f039e9d2160
Потоков ЦП: 4; ОС:Linux 4.18; Отрисовка ИП: по умолчанию; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-04_22:10:34
Локаль: ru-RU (ru_RU.UTF-8); Calc: threaded


gtk3 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 121480] Hand tool

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121480

--- Comment #1 from 和尚蟹  ---
Created attachment 146706
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146706=edit
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 121466] OLE Object Drawing embedded in frame shrinked to a dot

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121466

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

   What|Removed |Added

 Blocks||107810


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107810
[Bug 107810] [META] OLE/Embedded object 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 107810] [META] OLE/Embedded object bugs and enhancements

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107810

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

   What|Removed |Added

 Depends on||121466


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=121466
[Bug 121466] OLE Object Drawing embedded in frame shrinked to a dot
-- 
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 121480] New: Hand tool

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121480

Bug ID: 121480
   Summary: Hand tool
   Product: LibreOffice
   Version: 6.1.3.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pp887...@gmail.com

Description:
When you press the button of the "Hand Tool" in the "Workbar", the "Hand Tool"
will appear.

The "hand tool" is one-fourth of the "window".

Hold the "Hand Tool" with the left mouse button and drag the "Hand Tool" to
move the "Page".
◎, “Hand Tool” will drag to the left, and “Page” will move to the left.
◎, “Hand Tool” will drag to the right, and “Page” will move to the right.
◎, "Hand tool" dragged up, "Page" will move up.
◎, “Hand Tool” will drag down, “Page” will move down.

Note:
1, this function, do not need to turn off the "hand tools", "hand tools" can
always exist.
2. This function, because it is an "independent" function, does not affect the
function of "editing".
3, this function, mainly used in more than 20 pages of documents, because more
than 20 pages of documents, "vertical scroll" is difficult to "fine movement."
4, this function is mainly used in "drawing".

"Hand tool" design:
◎, the background color is "transparent".
◎, hand shape "black".
◎, hand-shaped lines "white".


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 121474] Hyphenation for Indonesian Language is not working

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121474

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

   What|Removed |Added

 Blocks||120883


Referenced Bugs:

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

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120883

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

   What|Removed |Added

 Depends on||121474


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=121474
[Bug 121474] Hyphenation for Indonesian Language is not 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 121474] Hyphenation for Indonesian Language is not working

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121474

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

   What|Removed |Added

 CC||riz_17_...@yahoo.co.id

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Rizal, can you check it, 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 106436] VIEWING: Document canvas view jumps back to cursor in comment when going to another window and back

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106436

--- Comment #5 from sdc.bla...@youmail.dk ---
Confirmed

Version: 6.1.3.2 (x64)
Build ID: 86daf60bf00efa86ad547e59e09d6bb77c699acb

-- 
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 107810] [META] OLE/Embedded object bugs and enhancements

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107810

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

   What|Removed |Added

 Depends on||121455


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=121455
[Bug 121455] Doesn't open embedded PDF file from .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 121455] Doesn't open embedded PDF file from .odt

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121455

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

   What|Removed |Added

 Blocks||107810


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107810
[Bug 107810] [META] OLE/Embedded object 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 121455] Doesn't open embedded PDF file from .odt

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121455

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

   What|Removed |Added

Summary|Embedded PDF files  |Doesn't open embedded PDF
   |request/bug |file from .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 121479] New: text is pasted with strikethrough format

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121479

Bug ID: 121479
   Summary: text is pasted with strikethrough format
   Product: LibreOffice Online
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: r...@post.cz

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

paste with ctrl+v insert text with strikethrough, bold, italic

Steps:
copy text from gmail
paste text in writer (ctrl+v)

text is pasted with strikethrough format, see printscreen

Email from Tinderbox failure, Linux-rpm_deb-x86@87-TDF, MASTER, last success:
2018-11-15 07:32:09

-- 
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 106436] VIEWING: Document canvas view jumps back to cursor in comment when going to another window and back

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106436

sdc.bla...@youmail.dk changed:

   What|Removed |Added

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

-- 
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 121478] cursor focus remains in comment box, even when search finds text in document body

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121478

sdc.bla...@youmail.dk changed:

   What|Removed |Added

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

-- 
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 121478] New: cursor focus remains in comment box, even when search finds text in document body

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121478

Bug ID: 121478
   Summary: cursor focus remains in comment box, even when search
finds text in document body
   Product: LibreOffice
   Version: 6.0.3.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sdc.bla...@youmail.dk

Procedure:

1.  Use Text Document, with a comment, and cursor in comment box.
2.  Search on a word that is in the Text body.
3.  Hit ESC (to remove search Dialog Box.

Observed behavior:

Cursor returns to comment box.


Expected behavior:

Cursor remains at the "found word" 
(which is also what normally happens when searching in the text body).

-- 
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 121469] FIREBIRD: Migration for table names with special characters fails

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121469

--- Comment #4 from Drew Jensen  ---
(In reply to m.a.riosv from comment #3)
> Maybe because non 7-bit ASCII are not allowed as regular identifiers, they
> must be delimited.
> http://www.firebirdtest.com/file/documentation/reference_manuals/fblangref25-
> en/html/fblangref25-structure-identifiers.html
> 
> It has no change on FB 3 see page 22
> https://www.google.com/
> url?sa=t=j==s=web=1=2ahUKEwjY7JXXt9veAhUqNOwKHXSnDWc
> QFjAAegQIARAC=https%3A%2F%2Ffirebirdsql.
> org%2Ffile%2Fdocumentation%2Frelease_notes%2FFirebird-3.0.0-ReleaseNotes.
> pdf=AOvVaw2PXMthc9Ii-VAJjhxHKy_j

No, if you creat that table or the relationship using Base w/emb firebird
database there is no problem with these characters. It is the migration
assistant code having 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 121477] Firebird: Connection from form to subform impossible

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121477

MM  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #3 from MM  ---
Confirmed on ubuntu 16.04 x64 with Version: 6.2.0.0.alpha1+
Build ID: 726c18db3215ec74135f51365322a6b531f328af
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-03_19:38:55
Locale: en-US (en_US.UTF-8); Calc: threaded

Unconfirmed with Version: 6.0.0.0.alpha1+
Build ID: 637d96a25926e299fff5b4cf5a0055b1d171b23b
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-11-17_23:45:59
Locale: en-US (en_US.UTF-8); Calc: group

with 'experimental features' 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 121469] FIREBIRD: Migration for table names with special characters fails

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121469

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m.a.riosv  ---
Maybe because non 7-bit ASCII are not allowed as regular identifiers, they must
be delimited.
http://www.firebirdtest.com/file/documentation/reference_manuals/fblangref25-en/html/fblangref25-structure-identifiers.html

It has no change on FB 3 see page 22
https://www.google.com/url?sa=t=j==s=web=1=2ahUKEwjY7JXXt9veAhUqNOwKHXSnDWcQFjAAegQIARAC=https%3A%2F%2Ffirebirdsql.org%2Ffile%2Fdocumentation%2Frelease_notes%2FFirebird-3.0.0-ReleaseNotes.pdf=AOvVaw2PXMthc9Ii-VAJjhxHKy_j

-- 
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 121477] Firebird: Connection from form to subform impossible

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121477

--- Comment #2 from Julien Nabet  ---
Seeing the bt, it seems the pb concerns parameter substitution.
See https://bugs.documentfoundation.org/show_bug.cgi?id=117053#c15 to fix this.

-- 
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 121477] Firebird: Connection from form to subform impossible

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121477

--- Comment #1 from Julien Nabet  ---
Created attachment 146703
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146703=edit
bt from error message

-- 
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 121477] Firebird: Connection from form to subform impossible

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121477

rob...@familiegrosskopf.de changed:

   What|Removed |Added

   Keywords||regression

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


[Libreoffice-bugs] [Bug 121477] New: Firebird: Connection from form to subform impossible

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121477

Bug ID: 121477
   Summary: Firebird: Connection from form to subform impossible
   Product: LibreOffice
   Version: 6.1.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@familiegrosskopf.de

Created attachment 146702
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146702=edit
Open the form in this database - firebird-error apperars

Open the attached database.
Open the form.
An error appears:
---
firebird_sdbc error:
*Dynamic SQL Error
*SQL error code = -206
*Column unknown
*LINK_FROM_ID
*At line 1, column 94
caused by
'isc_dsql_prepare'

Connection to subform is impossible. Works well with LO 6.0.5.2, fails with LO
6.1.3.2 on OpenSUSE 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 111858] FILESAVE: errors when saving to PPTX - Font size lost

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111858

Franklin Weng  changed:

   What|Removed |Added

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

--- Comment #4 from Franklin Weng  ---
(In reply to Elmar from comment #3)
> I think this can be closed now.
> 
> LO 6.1 does not seem to have the problem any more.

Set to WORKSFORME as reporter commented

-- 
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 108226] [META] PPTX (OOXML) bug tracker

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108226
Bug 108226 depends on bug 111858, which changed state.

Bug 111858 Summary: FILESAVE: errors when saving to PPTX - Font size lost
https://bugs.documentfoundation.org/show_bug.cgi?id=111858

   What|Removed |Added

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

-- 
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 62178] Wrong in to MSWord2003 exported formula when it contains only one parenthesis

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62178

--- Comment #12 from Valdas  ---
Bug still exists.

Versija: 6.0.6.2
Darinio identifikatorius: 1:6.0.6-0ubuntu0.18.04.1
Procesoriaus gijos: 16; OS:Linux 4.15; Sąsajos pateikimas: numatytasis; VCL:
kde4; 
Lokalė: lt-LT (lt_LT.UTF-8); 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 121464] Wrong expresion calculating

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121464

--- Comment #3 from Oliver Brinzing  ---
https://en.wikipedia.org/wiki/Numeric_precision_in_Microsoft_Excel#Subtraction_of_Subtraction_Results

-- 
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 121464] Wrong expresion calculating

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121464

Oliver Brinzing  changed:

   What|Removed |Added

 CC||oliver.brinz...@gmx.de

--- Comment #2 from Oliver Brinzing  ---
i think, it's not a bug, it's a feature:

the result is always: 8,25

change column width (widen column B or decrease C) and the 
displayed values will change

-- 
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   >