[Libreoffice-bugs] [Bug 100145] FILEOPEN: PPTX: Hide after animation doesn't work as expected

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100145

--- Comment #2 from Ofir  ---
Reproducible with LO 5.2.0.4 on Ubuntu 16.04.
Build ID: 1:5.2.0~rc4-0ubuntu1~xenial2

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


[Libreoffice-bugs] [Bug 101631] VBA function parameter is passed by reference by default

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101631

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
  Component|Calc|BASIC
Version|unspecified |5.1.4.2 release
Summary|Strange auto-modifying  |VBA function parameter is
   |behaviour when EDITING in   |passed by reference by
   |Calc|default
 Whiteboard||interoperability

--- Comment #1 from Aron Budea  ---
The direct reason for the self-modifying behavior is that function "stableford"
modifies the "score" parameter, which is apparently passed by reference.

I can't tell if it's the correct behavior or not, got confused by different
VB-related MS resources that state contradicting things:
https://msdn.microsoft.com/en-us/library/aa263527(v=vs.60).aspx "Passing by
reference is the default in Visual Basic."
https://msdn.microsoft.com/en-us/library/ddck1z30.aspx "The default in Visual
Basic is to pass arguments by value."
They're for different VB versions, and not VBA, either, but it's still weird.

Until this is clarified, as a workaround you can copy the parameter to a local
variable, and modify 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 101631] New: Strange auto-modifying behaviour when EDITING in Calc

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101631

Bug ID: 101631
   Summary: Strange auto-modifying behaviour when EDITING in Calc
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: elja...@gmail.com

Created attachment 126927
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126927=edit
An Excel file which causes strange behaviourin Calc.

When editing an Excel spreadsheet, some entries, for no apparent reason, modify
themselves. For example, the following sequence of numbers was entered in a row
of cells, and as they were entered they changed to the numbers shown in the
second line:
1 2 3 4 5 6 7 8 9
1 2 3 4 4 6 6 8 9
Then, just for fun, the same sequence (1..9) was entered into the line below
the first:
1 2 3 4 4 6 6 8 9
1 2 3 4 5 6 7 8 9
and the numbers became:
1 2 3 4 3 6 5 8 9
1 2 3 4 3 5 5 8 8 
(Note the the first line changed also.)
I have attached a modified version of the spreadsheet, which behaves normally
in Excel, but not in Calc.

I am using version 5.1.4.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 94834] Liborcus is built without Gnumeric support enabled on Windows

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94834

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
Summary|gnumeric import not work|Liborcus is built without
   ||Gnumeric support enabled on
   ||Windows

--- Comment #14 from Aron Budea  ---
Debugging in VS (master build from ~two weeks ago) revealed that in:
workdir\UnpackedTarball\liborcus\src\liborcus\format_detection.cpp
GNUMERIC_ENABLED is not defined. Somehow liborcus is built without Gnumeric
support on Windows.

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


[Libreoffice-bugs] [Bug 101220] Fonts subset into PDF are not being usd to render PDF to canvas, receive questionable fallback replacement

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101220

--- Comment #25 from V Stuart Foote  ---
*** Bug 101611 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 101611] FILEOPEN PDF Differences on fluxogram

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101611

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #2 from V Stuart Foote  ---
This is clearly a duplicate of bug 101220 -- in this case the embedded
TimesNewRomanPS font family is not being extracted and used in the pdfimport
filter.

The fallback font selected on Linux does not match font metrics (Windows does a
bit better)--while that fallback could be improved potentially, the correct way
to resolve is the extract the embedded font(s) and render the document with
better fidelity using the source fonts.

@ekari, please stop making these duplicate bug submissions for PDF exhibiting
poor fidelity on font substitution--they are all the same issue.

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

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


[Libreoffice-bugs] [Bug 101630] Remote

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101630

--- Comment #1 from Leandro Martín Drudi  ---
Created attachment 126926
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126926=edit
Error... The same error as before

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


[Libreoffice-bugs] [Bug 101630] New: Remote

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101630

Bug ID: 101630
   Summary: Remote
   Product: LibreOffice
   Version: 5.2.0.4 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sanipache...@outlook.com.ar

Created attachment 126925
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126925=edit
Start login

In the new version this bug is not corrected (Bug 100113).
Now he asks for a PIN but never gets a message that does not accept PIN and the
PIN generated by Autenticator App.

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


[Libreoffice-bugs] [Bug 101539] Cant get to the End of the Line

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101539

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #1 from V Stuart Foote  ---
The movement to line end command is the  button.

Issues of rolling past end of paragraph with + was corrected with 

http://cgit.freedesktop.org/libreoffice/core/commit/?id=8eca4da70506e1e6c2e4b600262cced93aba8c96

and is present in 5.1.0 onward.

Upgrade to a 5.1, or 5.2 build or and retest.

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

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


[Libreoffice-bugs] [Bug 89154] EDITING: Ctrl+Right key - cursor doesn' t stop at the end of the line, jumps to next paragraph

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89154

V Stuart Foote  changed:

   What|Removed |Added

 CC||stetschnig@gmail.com

--- Comment #43 from V Stuart Foote  ---
*** Bug 101539 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 101623] Minimizing Window does not shrink the application into the Dock App Icon

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101623

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||vstuart.fo...@utsa.edu
   Hardware|x86 (IA32)  |x86-64 (AMD64)
Version|unspecified |5.1.4.2 release
 Ever confirmed|0   |1
   Severity|minor   |enhancement

--- Comment #2 from V Stuart Foote  ---
OK, but I do not see this as a bug. Rather it is a low priority enhancement to
be added to the list needed for OSX UI 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 101519] draw:fit-to-size set by default breaking layout

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101519

--- Comment #9 from Dave Gilbert  ---
(In reply to Caolán McNamara from comment #8)
> Perhaps tools->options->load/save->general->ODF Format Generation: is not
> set to its default "1.2 Extended (recommended)" ? If that's not it, can you
> tar up the old config and send it to me privately and I'll figure it out
> from there.

OK, that is it - it was set to 1.0/1.1, and putting the old config back in
place but flipping that to 1.2 Extended (recommended) makes it behave.

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


[Libreoffice-bugs] [Bug 101629] New: Crash on Personalization Own theme

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101629

Bug ID: 101629
   Summary: Crash on Personalization Own theme
   Product: LibreOffice
   Version: 5.3.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lo...@posteo.de

If I put in Search Term or Firefox Theme URL: https://addons.mozilla.org/ LO
will crash.
Same if I add ../en-US/

Note:
I had a problem with firebird during build process so I had to install on my
system libtommath-1.0-1 to build it separately.

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


[Libreoffice-bugs] [Bug 101628] New: Data Charts

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101628

Bug ID: 101628
   Summary: Data Charts
   Product: LibreOffice
   Version: 5.3.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bruno.moratt...@gmail.com

when i attempt to create a data chart fro a sheet, Libre Office calc crash.

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


[Libreoffice-bugs] [Bug 101623] Minimizing Window does not shrink the application into the Dock App Icon

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101623

--- Comment #1 from Julien Nabet  ---
*** Bug 101624 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 101624] Minimizing Window does not shrink the application into the Dock App Icon

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101624

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #1 from Julien Nabet  ---


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

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


[Libreoffice-bugs] [Bug 101627] [FILEOPEN, DOCX] Page number missing

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101627

--- Comment #2 from Oliver Sander  ---
Created attachment 126924
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126924=edit
pdf file exported from LibreOffice 5.2.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 101627] [FILEOPEN, DOCX] Page number missing

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101627

--- Comment #1 from Oliver Sander  ---
Created attachment 126923
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126923=edit
The file as shown by MS 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 101627] New: [FILEOPEN, DOCX] Page number missing

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101627

Bug ID: 101627
   Summary: [FILEOPEN,DOCX] Page number missing
   Product: LibreOffice
   Version: 5.2.0.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: oliver.san...@tu-dresden.de

Created attachment 126922
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126922=edit
Original docx document

I have a one-page docx document, which contains a page number '1' at the bottom
center of the page.  This number is not visible when opening the file.  There
is a grey rectangle indicating that there is 'something' where the page number
is supposed to be, but no number.

When exporting the file to pdf, the number is not visible at 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 101626] Hyphen missing in pdf export

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101626

--- Comment #2 from Oliver Sander  ---
Created attachment 126921
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126921=edit
pdf file as created by LibreOffice 5.2.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 101626] Hyphen missing in pdf export

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101626

--- Comment #1 from Oliver Sander  ---
Created attachment 126920
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126920=edit
pdf file as created by MS 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 101626] New: Hyphen missing in pdf export

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101626

Bug ID: 101626
   Summary: Hyphen missing in pdf export
   Product: LibreOffice
   Version: 5.2.0.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: oliver.san...@tu-dresden.de

Created attachment 126919
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126919=edit
Original docx document

I have a docx file with a short text, which starts with a hyphen.  The hyphen
appears when opening the file, but it is missing when exporting the text to a
pdf 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 75221] "Don't add space between paragraphs of the same style" also ignores line spacing

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75221

--- Comment #19 from Alexander Polkhovskiy  ---
(In reply to Cor Nouws from comment #18)
> (In reply to Alexander Polkhovskiy from comment #17)
> > That's it. Usually docs are formatted with 1.5x line spacing. I want to use
> > this feature to add spacing after plain text before next header.
> > For now, I use spacing before header, but it looks bad when u have two
> > header following each other (e.g. H1 and H2, then plain text) - two spacings
> > are combined. 
> 
> What about Options > Writer > compatibility > Add spacing between tables and
> headers (current document) ?

It is checked as it is by default. But how should it help me?

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


[Libreoffice-bugs] [Bug 100819] Can't save my file

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100819

--- Comment #16 from Mark  ---
Well, after a month's break, I find I can now modify and save my big file with
no problems. Let's hope it stays like 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 101274] White screen if Kaspersky Safe Money is used

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101274

--- Comment #5 from George Gogue  ---
In my attempt to solve this nagging problem, I continued downloading from 5.2
to 5.1.5 then to 5.1.4, all to no use. But when I downloaded to 5.0.6.3, the
problem of blank screen disappeared. I hope that LibreOffice takes note of that
and fix the problem they introduced. Thanks to the suggestions here.

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


[Libreoffice-bugs] [Bug 101616] European Portuguese Thesaurus Update

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101616

--- Comment #4 from Tiago Santos  ---
Many thanks for reviewing Marco. 

I will keep you in the loop with the another improved version with an extra
6000 words recognized (maybe this weekend though I can not guaranty 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 86473] VIEWING formula with "fraction" not properly displayed in presentation mode (Linux only)

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86473

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   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 86473] VIEWING formula with "fraction" not properly displayed in presentation mode (Linux only)

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86473

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:5.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 86473] VIEWING formula with "fraction" not properly displayed in presentation mode (Linux only)

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86473

--- Comment #10 from Commit Notification 
 ---
Caolán McNamara committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=676c9786ff8fac6a6593df51bd9cb3f10854a781

Resolves: tdf#86473 approx 1 pixel high rectangular polygon not drawn

It will be available in 5.3.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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 101625] continue fulfilling input fields

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101625

Edmund Laugasson  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 101625] New: continue fulfilling input fields

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101625

Bug ID: 101625
   Summary: continue fulfilling input fields
   Product: LibreOffice
   Version: 5.1.5.2 release
  Hardware: All
   URL: https://ask.libreoffice.org/en/question/75355/continue
-fulfilling-input-fields/
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: edmund.laugas...@gmail.com

Created attachment 126918
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126918=edit
design ideas how to continue fulfilling input fields

Would it be possible to continue fulfilling fields from particular position in
Writer template?

Currently SHIFT+CTRL+F9 starts from beginning. Let's suppose there was an
interruption and would like to continue fulfilling from the place it was
interrupted.

This is especially important when there is a long document and lots of fields.
It would be quite annoying to start from the beginning even there are possibly
some fields in the end only to fulfill. Sometimes I would like to change just
some field content and not walk through all fields. It would be also
appreciated if there could be possibility to move also backwards, not only
forwards when fulfilling fields. If there could be even field navigator
possible so I could jump to specific (yet unfilled) field directly, would be
especially appreciated. If that field navigator could show me which fields are
yet unfilled, it would be easier to follow that all fields are fulfilled or at
least got attention whether they would be needed fulfilled or not. Also if I
double-click on the field - currently I can change only the field title (and
move backwards/forwards between field titles) but would like to change also the
field content and also move backwards/forwards between field contents plus
including that previous idea that there would be an opportunity to jump to
specific (yet unfilled) field

Investigated:  
https://help.libreoffice.org/Writer/Fields  
https://help.libreoffice.org/Writer/Adding_Input_Fields - this tells that
SHIFT+CTRL+F9 to start fulfilling fields but not how to continue partially
fulfilled fields

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


[Libreoffice-bugs] [Bug 101437] UI: Keyboard input deletes "click references" in formula input field (split window, input-dependent)

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101437

Rickard Westman  changed:

   What|Removed |Added

Summary|UI: Keyboard entry deletes  |UI: Keyboard input deletes
   |"click references" in   |"click references" in
   |formula input field,|formula input field (split
   |inconsistently. |window, input-dependent)

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


[Libreoffice-bugs] [Bug 86473] VIEWING formula with "fraction" not properly displayed in presentation mode (Linux only)

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86473

--- Comment #9 from Caolán McNamara  ---
They are polygons that describe a rectangle with top y and bottom y of 784.5
and 785.4. Because its a rectangle
canvas/source/vcl/canvashelper.cxx:doPolyPolygonImplementation rounds it, to
form 785/785 and nothing is drawn

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


[Libreoffice-bugs] [Bug 101624] New: Minimizing Window does not shrink the application into the Dock App Icon

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101624

Bug ID: 101624
   Summary: Minimizing Window does not shrink the application into
the Dock App Icon
   Product: LibreOffice
   Version: unspecified
  Hardware: x86 (IA32)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: c.bur...@acm.org

User-Agent:   Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6)
AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7
Build Identifier:  f99d75f39f1c57ebdd7ffc5f42867c12031db97a

System:  Late 2015 iMac (4 GHz Intel Core i7) running OS X 10.11.6
System Preferences/Dock "Minimize windows into application icon" box is
checked.
There are two cases:  1) Opening LibreOffice by double clicking the app icon in
the dock. 2) Double clicking on a document/spreadsheet/presentation in a Finder
window.  Using Case (1), the minimization works as expected.  Using Case (2),
when I minimize the LibreOffice window, it does not minimize to the LibreOffice
Dock Icon, but rather minimizes to a separate LibreOffice icon at the end of
the Dock.  

Reproducible: Always

Steps to Reproduce:
0. Make sure that the LibreOffice app is located in the Dock and open System
Preferences/Dock and check the "Minimize windows into application icon" box.
1.  Make sure the LibreOffice app is not running, i.e. Quit the app
2.  Use finder to locate a LibreOffice document and double click to open the
app displaying the document.  If LibreOffice opens without bringing up the
selected document, then start over with (1).
3. Minimize the window with the document and it should go to the end of the
Dock, not the LibreOffice app icon in the Dock.
Actual Results:  
The minimized window LibreOffice icon for the document goes to the end of the
Dock.

Expected Results:  
The minimized window goes to the LibreOffice app icon in the Dock, not to the
end of the Dock.




Reset User Profile?No

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


[Libreoffice-bugs] [Bug 101623] New: Minimizing Window does not shrink the application into the Dock App Icon

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101623

Bug ID: 101623
   Summary: Minimizing Window does not shrink the application into
the Dock App Icon
   Product: LibreOffice
   Version: unspecified
  Hardware: x86 (IA32)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: c.bur...@acm.org

User-Agent:   Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6)
AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7
Build Identifier:  f99d75f39f1c57ebdd7ffc5f42867c12031db97a

System:  Late 2015 iMac (4 GHz Intel Core i7) running OS X 10.11.6
System Preferences/Dock "Minimize windows into application icon" box is
checked.
There are two cases:  1) Opening LibreOffice by double clicking the app icon in
the dock. 2) Double clicking on a document/spreadsheet/presentation in a Finder
window.  Using Case (1), the minimization works as expected.  Using Case (2),
when I minimize the LibreOffice window, it does not minimize to the LibreOffice
Dock Icon, but rather minimizes to a separate LibreOffice icon at the end of
the Dock.  

Reproducible: Always

Steps to Reproduce:
0. Make sure that the LibreOffice app is located in the Dock and open System
Preferences/Dock and check the "Minimize windows into application icon" box.
1.  Make sure the LibreOffice app is not running, i.e. Quit the app
2.  Use finder to locate a LibreOffice document and double click to open the
app displaying the document.  If LibreOffice opens without bringing up the
selected document, then start over with (1).
3. Minimize the window with the document and it should go to the end of the
Dock, not the LibreOffice app icon in the Dock.
Actual Results:  
The minimized window LibreOffice icon for the document goes to the end of the
Dock.

Expected Results:  
The minimized window goes to the LibreOffice app icon in the Dock, not to the
end of the Dock.




Reset User Profile?No

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


[Libreoffice-bugs] [Bug 85994] Images in DOCX are Fliped Horizontally when in Right-to-Left Format

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85994

--- Comment #8 from Justin L  ---
Note to developers - make sure you check test1.docx frequently during
development - the textbox placement is easily fixed by breaking the RTL
setting. The RTL setting was NOT right in 4.1 - basically either the
images/textboxes are right or RTL is right but not both simultaneously.

NS_ooxml::LN_CT_PPrBase_bidi is the current version of NS_sprm::LN_PFBiDi

I think the fix will have to be somewhere in the display, not in writerfilter.
DomainMapper::getPositionOffset() seems to be the only potential modification
point in writerfilter, but do we know anything about the shape itself at that
point in order to adjust the Point?

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


[Libreoffice-bugs] [Bug 101563] Export to PDF with linked images creates huge PDF files.

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101563

Paddy Landau  changed:

   What|Removed |Added

 CC||pa...@landau.ws

--- Comment #2 from Paddy Landau  ---
@Julien Nabet, thank you for confirming this.

I don't get any error on the console, except for a segfault when closing
LibreOffice:

terminate called after throwing an instance of
'com::sun::star::uno::DeploymentException'

But that has nothing to do with the document or PDF.

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


[Libreoffice-bugs] [Bug 101430] LibreOffice5.0.4.2 64 bit software crashes while generating docx output with HTML table

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101430

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
5.0 branch is EOL (see https://wiki.documentfoundation.org/ReleasePlan#Dates)
Please give a try to LO 5.1.5

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


[Libreoffice-bugs] [Bug 31481] [RFE] Split pane in same window for side-by-side proof reading / translating of 2 different files

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=31481

--- Comment #74 from Edmund Laugasson  ---
I agree - splitting same file horizontally and vertically would be very much
expected. One more improvement idea to be better than MS Office - offer a
splitting line which angle can be changed just by dragging with mouse in order
to choose the splitting edge. There could be buttons 'horizontally' and
'vertically' also for easier to choose common values.
It would be good also to choose the splitting location - it has not to be
symmetrical - sometimes users would like to split unequally windows. I hope
this ability would also be included.
Yet another idea - offer also the number of splitting parts just like there are
table cell splitting dialog in Writer. Sometimes people would like to split
even into more parts than just two. Also give each part unequal width or height
or angle and zoom factor. Also there would be needed different directions at
the same time - to split screen vertically into 2 parts and e.g. right part in
turn into 2 parts horizontally - in that way I can edit the file at vertical
side and look two other locations in the same file at another, horizontally
splitted side of screen.

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


[Libreoffice-bugs] [Bug 101513] Making NotebookBar customizable

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101513

Julien Nabet  changed:

   What|Removed |Added

Summary|Making NotebookBar  |Making NotebookBar
   |cumstomizable   |customizable

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


[Libreoffice-bugs] [Bug 101539] Cant get to the End of the Line

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101539

Julien Nabet  changed:

   What|Removed |Added

Version|unspecified |5.0.6.3 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 101548] Document crash when using drawing tool, then editing document to push document to next page.

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101548

Julien Nabet  changed:

   What|Removed |Added

   Keywords||wantBacktrace
 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today or with LO Debian 5.2.0.2
package, I don't reproduce this.

Would it be possible you retrieve a backtrace? (see
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.2FLinux:_How_to_get_a_backtrace)

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


[Libreoffice-bugs] [Bug 101579] Cannot save files after windows update

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101579

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet  ---
2 things you can try:
1) Upgrade to brand new LO 5.1.5 (or 5.2.0 but have in mind that it's the first
version from 5.2 branch)
2) Rename your LO directory profile (see 
https://wiki.documentfoundation.org/UserProfile#Windows)

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


[Libreoffice-bugs] [Bug 101622] running of embeded video

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101622

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr
Version|unspecified |5.1.4.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 101578] unwanted VLOOKUP behaviour

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101578

m.a.riosv  changed:

   What|Removed |Added

 Status|NEEDINFO|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 101578] unwanted VLOOKUP behaviour

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101578

--- Comment #9 from Martijn Schrama  ---
(In reply to m.a.riosv from comment #8)
> Please try resetting the user profile, sometimes solves strange issues.
> https://wiki.documentfoundation.org/UserProfile
> Usually it's enough renaming/deleting the file
> "user/registrymodifications.xcu",  it affects all the options in
> Menu/Tools/Options, and the files "user/basic/dialog.xlc" and "scrip.xlc"
> are overwritten, additionally custom colors in "user/config/standard.soc"
> are lost.

Appararently updating to the latest version seems to have done the trick

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


[Libreoffice-bugs] [Bug 101563] Export to PDF with linked images creates huge PDF files.

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101563

Julien Nabet  changed:

   What|Removed |Added

   Keywords||regression
   Severity|normal  |major

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


[Libreoffice-bugs] [Bug 101622] New: running of embeded video

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101622

Bug ID: 101622
   Summary: running of embeded video
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: iss...@gotadsl.co.uk

A display is soon to be installed at Bletchley Park. This is an interactive
display that has been put together over the last 6 months. I am running version
5.0.6.3. All has been OK. Various embedded videos are selected from a master
slide. I have just today updated to the latest version 5.1.4. as recommended.

Now the videos run perfectly when selected to start at that slide, however,
when the same slides are selected from the master slide they just hang.

Also the master slide is made up of oval buttons with a picture embedded, on
the latest version these same buttons are now surrounded by an oval hexagonal.

I have had to revert back to 5.0.6.3 to get this all working again. It is
critical for the future and updates to the display.

I therefore cannot use the latest version. This display could run for many
years and of course I would like to be using the latest version.

Hardware is a Dell Inspiron One - I5 processor running with windows 10.

Thank you
DavidP

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


[Libreoffice-bugs] [Bug 101563] Export to PDF with linked images creates huge PDF files.

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101563

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with master sources udpated today, I could reproduce this.

I noticed this on console when loading odt file:
warn:legacy.osl:6272:1:sw/source/core/graphic/ndgrf.cxx:596: Cannot swap in
graphic

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


[Libreoffice-bugs] [Bug 101569] FILEOPEN: PPTX import WordArt is invisible

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101569

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #3 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

I noticed these logs on console:
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 5618
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 3198
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 5618
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 2749
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 5618
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 3198
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 5618
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 2749
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 5618
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 3198
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 5618
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 2749
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 3198
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 3198
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 3198
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 3198
warn:oox:5991:1:oox/source/docprop/docprophandler.cxx:314:
OOXMLDocPropHandler::startFastElement: unknown element 3198


warn:oox:5991:1:oox/source/helper/propertyset.cxx:137:
PropertySet::implSetPropertyValue - cannot set property "IsNumbering" Error: 
warn:oox:5991:1:oox/source/helper/propertyset.cxx:137:
PropertySet::implSetPropertyValue - cannot set property "NumberingLevel" Error: 
warn:oox:5991:1:oox/source/helper/propertyset.cxx:137:
PropertySet::implSetPropertyValue - cannot set property "NumberingLevel" Error: 
warn:tools:5991:1:tools/source/datetime/tdate.cxx:106: Date::setDateFromDMY -
sure about 0 year? It's not in the calendar.
warn:oox:5991:1:oox/source/drawingml/textcharacterpropertiescontext.cxx:223:
TextCharacterPropertiesContext::onCreateContext: unhandled element: 3148
warn:oox:5991:1:oox/source/drawingml/textcharacterpropertiescontext.cxx:223:
TextCharacterPropertiesContext::onCreateContext: unhandled element: 4121
warn:oox:5991:1:oox/source/drawingml/textcharacterpropertiescontext.cxx:223:
TextCharacterPropertiesContext::onCreateContext: unhandled element: 3769
warn:oox:5991:1:oox/source/drawingml/textcharacterpropertiescontext.cxx:223:
TextCharacterPropertiesContext::onCreateContext: unhandled element: 4892
warn:oox:5991:1:oox/source/drawingml/textcharacterpropertiescontext.cxx:223:
TextCharacterPropertiesContext::onCreateContext: unhandled element: 542
warn:oox:5991:1:oox/source/drawingml/textcharacterpropertiescontext.cxx:223:
TextCharacterPropertiesContext::onCreateContext: unhandled element: 3148
warn:oox:5991:1:oox/source/drawingml/textcharacterpropertiescontext.cxx:223:
TextCharacterPropertiesContext::onCreateContext: unhandled element: 4121
warn:oox:5991:1:oox/source/drawingml/textcharacterpropertiescontext.cxx:223:
TextCharacterPropertiesContext::onCreateContext: unhandled element: 3769
warn:oox:5991:1:oox/source/drawingml/textcharacterpropertiescontext.cxx:223:
TextCharacterPropertiesContext::onCreateContext: unhandled element: 4892
warn:oox:5991:1:oox/source/drawingml/textcharacterpropertiescontext.cxx:223:
TextCharacterPropertiesContext::onCreateContext: unhandled element: 542
warn:legacy.osl:5991:1:sfx2/source/view/viewfrm.cxx:3062: SID_SIDEBAR state
requested, but no task pane child window exists for this ID!
warn:vcl.gdi:5991:1:vcl/headless/svpgdi.cxx:113: non default depth bitmap, slow
convert, upscale the input

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

[Libreoffice-bugs] [Bug 70851] SLIDESHOW wave underlining doesn't work in presentation mode

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70851

--- Comment #7 from Stephan Herrmann  ---
Still buggy using Version: 5.1.4.2 Build ID: 1:5.1.4-0ubuntu1

Using that version I today observed, that Impress *is* able to correctly render
these underlines: in the "Next Slide" preview in presentation mode.

I hope that this observation helps in finding the difference that prevents
correct rendering during slide shows.

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


[Libreoffice-bugs] [Bug 101609] All module settings should be accessible in the options dialog

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101609

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #2 from Regina Henschel  ---
In OOo1 all settings where always accessible. That was changed with
https://bz.apache.org/ooo/show_bug.cgi?id=24990. Some settings have been moved
to "Advanced" in LibreOffice, but on the other hand LibreOffice has introduced
some more settings. Therefore the situation "too many options" might arise
again, if all options are accessible all times.

I personally like to have all options accessible without opening all kind of
documents. For example, currently you cannot access the Math settings, when you
edit a formula in Writer.

Perhaps it would be possible to show all settings at least in case no document
is opened. If a user calls the Options dialog in that case, it is likely, that
he wants to make his favorite settings in one go, for example after a new
installation.

I support the request of "m.a.riosv". The problem is not only the distinction
between "only for the current document" and "for the current document and all
new ones". It is also a problem, that it is not clear, how a setting will
affect existing documents, and what settings are actually automatically stored
in the files.

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


[Libreoffice-bugs] [Bug 101588] FORMATTING: Format Cells > Background > No Fill fails with non-continuous selection of colored cells

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101588

--- Comment #6 from m.a.riosv  ---
I can see now, if some cell in the block has a different background
'Format/Cell/Background - no fill' fails.

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


[Libreoffice-bugs] [Bug 101578] unwanted VLOOKUP behaviour

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101578

--- Comment #8 from m.a.riosv  ---
Please try resetting the user profile, sometimes solves strange issues.
https://wiki.documentfoundation.org/UserProfile
Usually it's enough renaming/deleting the file
"user/registrymodifications.xcu",  it affects all the options in
Menu/Tools/Options, and the files "user/basic/dialog.xlc" and "scrip.xlc" are
overwritten, additionally custom colors in "user/config/standard.soc" are lost.

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


[Libreoffice-bugs] [Bug 100539] Artifacts over toolbars in GTK+2 UI

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100539

--- Comment #9 from azzedinecha...@free.fr  ---
(In reply to Yousuf (Jay) Philips from comment #8)
> Hi azzedinechared,
> 
> From you screenshot i assume your using ubuntu mate 16.04, am i correct? The
> problem looks to me like a graphics card driver issue. Can you let us know
> what the output of 'inxi -G' is?

Hi, sorry for my lated ripply,

Here is the output of 'inxi -G' :

root@chared-X751MA:/home/chared# inxi -G

Graphics:  Card: Intel Atom Processor Z36xxx/Z37xxx Series Graphics & Display
   Display Server: X.org 1.18.3 driver: intel
   tty size: 80x24 Advanced Data: N/A for root

root@chared-X751MA:/home/chared#

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


[Libreoffice-bugs] [Bug 101582] Writer. When right mouse on selection.

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101582

Julien Nabet  changed:

   What|Removed |Added

   Keywords||wantBacktrace
 Status|UNCONFIRMED |NEEDINFO
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #3 from Julien Nabet  ---
First, could you rename your LO directory profile (see
https://wiki.documentfoundation.org/UserProfile#GNU.2FLinux) and give a new
try?

If you still reproduce this, could you retrieve a backtrace (see
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.2FLinux:_How_to_get_a_backtrace)
?

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


[Libreoffice-bugs] [Bug 101582] Writer. When right mouse on selection.

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101582

Julien Nabet  changed:

   What|Removed |Added

 Attachment #126880|Documet, where bug appear   |Document where bug appears
description|very offten |very often

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


[Libreoffice-bugs] [Bug 101617] alphabetical index is removed

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101617

Julien Nabet  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||serval2...@yahoo.fr
Version|5.0.2.2 release |5.2.0.4 release
 Ever confirmed|0   |1
   Severity|normal  |major

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

Insert entry works but when saving and reopening the file, all entries
disappear.

Since inserting an entry is ok with 5.1.5, first buggy version is 5.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 101578] unwanted VLOOKUP behaviour

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101578

--- Comment #7 from Martijn Schrama  ---
(In reply to m.a.riosv from comment #5)
> (In reply to Martijn Schrama from comment #2)
> > Created attachment 126916 [details]
> > File with the unwanted behaviour
> > 
> > To 'solve' the problem delete row 102 from tab Feb and do a recalculation by
> > pulling the first line down.
> 
> Win10x64 Version 5.1.5.2
> Opening the file I see the wrong values in Feb column D, but after a hard
> recalc [Ctrl+Shift+F9] everything looks fine, even after save and open.

For me this does not do anything
Win7x64 Version: 5.1.4.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 101578] unwanted VLOOKUP behaviour

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101578

--- Comment #6 from m.a.riosv  ---
(In reply to Martijn Schrama from comment #3)
> Created attachment 126917 [details]
> faulty VLOOKUP behaviour aswell
> 
> When trying to recreate this issue I noticed that there are more things
> wrong with the VLOOKUP function as you can see in this simple file

The problem here it's you are not using the fourth parameter for VLOOKUP and
the searched array it's not sorted in ascending order.
As text 'Name 101' is smaller than 'Name 3'

https://help.libreoffice.org/Calc/Spreadsheet_Functions#VLOOKUP

So works for me adding to VLOOKUP with zero as fourth parameters.

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


[Libreoffice-bugs] [Bug 101578] unwanted VLOOKUP behaviour

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101578

--- Comment #5 from m.a.riosv  ---
(In reply to Martijn Schrama from comment #2)
> Created attachment 126916 [details]
> File with the unwanted behaviour
> 
> To 'solve' the problem delete row 102 from tab Feb and do a recalculation by
> pulling the first line down.

Win10x64 Version 5.1.5.2
Opening the file I see the wrong values in Feb column D, but after a hard
recalc [Ctrl+Shift+F9] everything looks fine, even after save and open.

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


[Libreoffice-bugs] [Bug 81234] [META] RTF filter issues

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81234

--- Comment #22 from Miklos Vajna  ---
OK, let's keep it for now, then.

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


[Libreoffice-bugs] [Bug 83947] TRACK CHANGES: No visual indication that a tracked change has a comment

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83947

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||needsDevEval, topicUI

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


[Libreoffice-bugs] [Bug 100007] Progress slider and progress status controls don' t update during playback

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=17

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Blocks||101522


Referenced Bugs:

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

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101522

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Depends on||17


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=17
[Bug 17] Progress slider and progress status controls don't update during
playback
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100007] Progress slider and progress status controls don' t update during playback

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=17

Yousuf (Jay) Philips  changed:

   What|Removed |Added

  Component|UI  |Impress
Summary|Media Playback progress |Progress slider and
   |slider don't work on Writer |progress status controls
   ||don't update during
   ||playback

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


[Libreoffice-bugs] [Bug 101588] FORMATTING: Format Cells > Background > No Fill fails with non-continuous selection of colored cells

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101588

Pedro  changed:

   What|Removed |Added

   Keywords||regression
 Status|NEEDINFO|NEW
 CC||pedl...@gmail.com
 OS|Windows (All)   |All

--- Comment #5 from Pedro  ---
Confirmed under Windows 10 x64 using v5.2.1.1 

This is a Regression in branch 5.2

It also occurs under Linux so I changed the Platform to 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 101621] New: Writer window resizing problematic

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101621

Bug ID: 101621
   Summary: Writer window resizing problematic
   Product: LibreOffice
   Version: 5.2.0.4 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: drago_nic...@yahoo.com

I am new of Bugzilla, and searched if others had same problem before writing. I
ma have missed other relevant cases.

On 64 processor, Ubuntu 14.04 LTS, all software kept constantly updated and
clean with Tweak. Since installation of LO 5.2.0.4, resizing document window
proved problematic: impossible re-enlarging, reduced functionality, overlapping
broken windows, freezing, difficult switching between documents in case
multiple documents are open. Need re-launching Writer every time. This did not
happen with previous LO version.

Has this been already solved?

Best regards

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


[Libreoffice-bugs] [Bug 101588] FORMATTING: Format Cells > Background > No Fill fails with non-continuous selection of colored cells

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101588

--- Comment #4 from Luuk  ---
(In reply to brucehohl from comment #2)
> LO & OS info:
> Version: 5.2.1.1 (x64)
> Build ID: 2d75cf29e6d05e44c404f0547047f1da6563d380
> CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
> Locale: en-US (en_US); Calc: single
> 
> Also failed on an Ubuntu Linux OS with LO from the LibreOffice-5-2 PPA.
> 
> In my steps to reproduce cell A2 should have no background color or a
> different background color versus A1 & A3 so that the colored cells are
> non-continuous with respect to color/fill attribute.
> 
> 'No Fill' as a block (A1:A3) from 'Format > Cells' window fails.
> BUT 'No Fill' succeeds if the toolbar 'Background Color' control is used.

Windows 10 (version 1607)
LibreOffice 5.2.0.4 (x64)

I can confirm:
'No Fill' as a block (A1:A3) from 'Format > Cells' window fails.
BUT 'No Fill' succeeds if the toolbar 'Background Color' control is used.

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


[Libreoffice-bugs] [Bug 101578] unwanted VLOOKUP behaviour

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101578

--- Comment #4 from Martijn Schrama  ---
More than 100 rows seem to be causing issues for sure, also parsing text looks
to be a 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 101578] unwanted VLOOKUP behaviour

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101578

--- Comment #3 from Martijn Schrama  ---
Created attachment 126917
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126917=edit
faulty VLOOKUP behaviour aswell

When trying to recreate this issue I noticed that there are more things wrong
with the VLOOKUP function as you can see in this simple 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 101578] unwanted VLOOKUP behaviour

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101578

--- Comment #2 from Martijn Schrama  ---
Created attachment 126916
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126916=edit
File with the unwanted behaviour

To 'solve' the problem delete row 102 from tab Feb and do a recalculation by
pulling the first line down.

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


[Libreoffice-bugs] [Bug 81234] [META] RTF filter issues

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81234

--- Comment #21 from Yousuf (Jay) Philips  ---
I think its a good thing to gathering all the rtf bugs in one place, to see an
overview of the fixed and pending issues and not all dependent bugs have
filter:rtf assigned to them.

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


[Libreoffice-bugs] [Bug 94834] gnumeric import not work

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94834

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|REOPENED|NEW

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


[Libreoffice-bugs] [Bug 97954] Spell checker manual corrections of misplaced punctuation freeze

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97954

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|NEEDINFO|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 101620] Text background color not shown in presentation mode

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101620

--- Comment #2 from Julien Nabet  ---
*** Bug 101619 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 101619] Text background color not shown in presentation mode

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101619

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #1 from Julien Nabet  ---


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

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


[Libreoffice-bugs] [Bug 101620] Text background color not shown in presentation mode

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101620

--- Comment #1 from Holger Jakobs  ---
Created attachment 126915
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126915=edit
shows the difference between editing and presentation mode

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


[Libreoffice-bugs] [Bug 101620] New: Text background color not shown in presentation mode

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101620

Bug ID: 101620
   Summary: Text background color not shown in presentation mode
   Product: LibreOffice
   Version: 5.1.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hol...@jakobs.com

As opposed to Apache OpenOffice, LibreOffice allows to set a background color
to text not only in Writer, but also in Impress. This is a very helpful
feature.

Unfortunately, the background color only shows in editing mode, but not in
presentation mode.

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


[Libreoffice-bugs] [Bug 101619] New: Text background color not shown in presentation mode

2016-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101619

Bug ID: 101619
   Summary: Text background color not shown in presentation mode
   Product: LibreOffice
   Version: 5.1.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hol...@jakobs.com

Created attachment 126914
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126914=edit
shows the difference between editing and presentation mode

As opposed to Apache OpenOffice, LibreOffice allows to set a background color
to text not only in Writer, but also in Impress. This is a very helpful
feature.

Unfortunately, the background color only shows in editing mode, but not in
presentation mode.

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