[Libreoffice-bugs] [Bug 95241] All drop-down menus stop working

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95241

--- Comment #6 from Luke Kendall  ---
Just a note re the slow performance when there are many comments - I've
submitted a separate bug for that (95244).

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


[Libreoffice-bugs] [Bug 48456] : when searching for a number, the formatting of it is considered

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48456

Dennis Francis (ldcs.co.in)  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |dennisfrancis...@gmail.com
   |desktop.org |

--- Comment #3 from Dennis Francis (ldcs.co.in)  ---
Submitted a patch at https://gerrit.libreoffice.org/#/c/19420/

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


[Libreoffice-bugs] [Bug 95244] New: Writer is too slow to use when there are many comments

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95244

Bug ID: 95244
   Summary: Writer is too slow to use when there are many comments
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: l...@zeta.org.au

I have two files - both large, about 120,000 words long.  One is the manuscript
for my novel, which LO edits in quite a snappy fashion (let's call this MS). 
The other is basically the same, but with a very large number of comments from
a professional editor (let's call this MS-ed): LO clearly has some kind of
O(N^2) algorithm (or worse) when it comes to handling comments, since it
struggles horribly to edit this file.  (Both are in .odt format.)  Maybe LO is
using a linked list structure to hold all the comments? :-(

The number of comments is not something which is reported in the Document
Properties->Statistics, so I have to estimate the number.  There are 339 pages,
so I roughly estimate somewhere between 1000 and 3000 comments.

If I hover over the drop-down arrow on a comment, the balloon text appears
quite promptly. If I then click on the arrow to pull up the context menu for
the comment, I have to wait about 12-17 secs for the menu to appear. If I
choose to delete the comment, that operation takes between 10-15 secs to
complete.

My workaround is to break the document with comments ("MS-ed") into two halves,
and work on each half independently.  By halving the document, the time to pull
up the Comment context menu drops to about 1 sec, as does the time for the
Delete Comment operation to complete.

Some of the comments are lengthy, BTW (e.g. 100 words).  Average comment text
length is maybe 20 words.

This is on an Intel NUC (AMD x64) with 16GB RAM.
Ubuntu 14.04.

Hope this information is helpful.

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


[Libreoffice-bugs] [Bug 93936] Creating a formula using Ctrl can incorrectly append a comma at the beginning of the function argument

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93936

Óvári  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|WORKSFORME  |---
 Ever confirmed|1   |0

--- Comment #4 from Óvári  ---
Bug 93936 is a corner cases on how office productivity software works.
Microsoft Excel (as stated previously) and Google Sheets (tested today) both
correctly allow users to press Ctrl first and select multiple ranges, one range
or one cell, with no comma appended at the beginning of the function argument.

Hence the following numbered points should be added to comment 2:
5. Google Sheets caters for this bug.
6. Exemplar office productivity software caters for this bug.

Hence, setting to UNCONFIRMED.

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


[Libreoffice-bugs] [Bug 94616] easy cell calculations give error 509

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94616

--- Comment #10 from d.klinkenb...@gmx.net ---
Created attachment 119866
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119866&action=edit
err 509 at cell A6

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


[Libreoffice-bugs] [Bug 95241] All drop-down menus stop working

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95241

--- Comment #5 from Luke Kendall  ---
(In reply to Luke Kendall from comment #3)
> Created attachment 119865 [details]
> gdb stack backtrace
> 
> This is the gdb session from LO endlessly (?) scrolling. I tried for a
> minute or two to stop it via the mouse, by hitting Esc, but nothing worked. 
> I alt-tabbed to a Terminal and ran gdb as root, and attached to the process
> and then after the backtrace, killed it.

Oh - you'll no doubt notice the remarkably large number in the call to malloc.

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


[Libreoffice-bugs] [Bug 95241] All drop-down menus stop working

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95241

--- Comment #4 from Luke Kendall  ---
Well, I don't know if this is related or not: let me know if I should submit it
as a separate bug...

I opened up two files - both large, about 120,000 words long.  One is my novel,
which LO edits in quite a snappy fashion (let's call this MS).  The other is
basically the same, but with a very large number of comments from a
professional editor (let's call this MS-ed): LO clearly has some kind of O(N^2)
algorithm when it comes to handling comments, since it struggles horribly to
edit this file.  (Both are in .odt format.)

Anyway, that's just context background.  I opened MS, no problem, and MS-ed.  I
clicked in the scroll region below the scroll-thumb in MS-ed to jump down a
page (since scrolling using the mouse wheel is very laggy - it can take a
minute for LO to finish its painfully slow and staggering scrolling).

What happened was that LO never stopped scrolling. "top" shows it was using
over 99% CPU.  I couldn't get X11 to let me change window focus - I had to use
Alt-tab to get to a Terminal. Nor did the mouse scroll wheel work while LO was
madly scrolling.  In the end I attached to the process in gdb, got a backtrace,
and killed the LO process.  As soon as I did so, X11 mouse events started
working correctly again.

I restarted LO, and almost the same thing happened: one mouse click in the
scroll region, and LO scrolled page by page by page by page... I tried to drag
the scroll thumb back up to stop it, then releaed the mouse. No mouse events
were accepted elsewhere (e.g. I couldn't change focus using the mouse), but
after about a minute the scrolling stopped and the system started responding to
mouse events normally.

I don't dare use the mouse to scroll, though.  I can use Page-up/down safely
(each page-scroll takes about 5 secs to complete).

This is on an Intel NUC (AMD x64) with 16GB RAM.

With LO running but not doing any editing:

top - 16:17:43 up 91 days, 19:53, 14 users,  load average: 0.50, 0.75, 0.82
Tasks: 267 total,   3 running, 263 sleeping,   0 stopped,   1 zombie
%Cpu(s): 12.8 us,  0.6 sy,  0.0 ni, 86.6 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
KiB Mem:  16101596 total, 13980472 used,  2121124 free,  2462616 buffers
KiB Swap:  9820156 total,  1089084 used,  8731072 free.  4949980 cached Mem

  PID USER  PR  NIVIRTRESSHR S  %CPU %MEM TIME+ COMMAND 
29840 luke  20   0 3548172 1.821g  47576 S  48.8 11.9   1066:09 firefox 
 3221 luke  20   0  687556  25736   5800 S   2.3  0.2  30:54.65 gnome-term+ 
 1762 root  20   0  733288 337232 203572 S   1.3  2.1   2097:51 Xorg
 2977 luke  20   0  410924   4128   2484 S   1.0  0.0   1471:33 indicator-+ 
...

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


[Libreoffice-bugs] [Bug 95241] All drop-down menus stop working

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95241

--- Comment #3 from Luke Kendall  ---
Created attachment 119865
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119865&action=edit
gdb stack backtrace

This is the gdb session from LO endlessly (?) scrolling. I tried for a minute
or two to stop it via the mouse, by hitting Esc, but nothing worked.  I
alt-tabbed to a Terminal and ran gdb as root, and attached to the process and
then after the backtrace, killed it.

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


[Libreoffice-bugs] [Bug 95241] All drop-down menus stop working

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95241

--- Comment #2 from Luke Kendall  ---
No, I hadn't tried that.  I've done so now, and I'll post an update if the
problem recurs, or if a day has passed and the problem fails to recur.

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


[Libreoffice-bugs] [Bug 95243] New: Broken parsing custom style in ODT

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95243

Bug ID: 95243
   Summary: Broken parsing custom style in ODT
   Product: LibreOffice
   Version: 4.4.4.3 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: djbal...@gmail.com

Created attachment 119864
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119864&action=edit
Flat XML ODF Text Document

I have a Flat XML files that no longer correctly display 
information(style) in version 4.4 and above. The latest version of 
Libreoffice, which opens the document correctly - this 4.3.7.2 for 
Windows. In the new versions just do not displays the whole block 
of documents.

Style:











The block of text that is not displayed:

№: 1793
Дата: 21 октября 2015 г.
15:12:31
Со склада: Главный
склад
На склад: Бар 1


I think that broken interoperability between versions 4.3 and 4.4.

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


[Libreoffice-bugs] [Bug 95073] New Document Breeze Icon

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95073

--- Comment #2 from tommy27  ---
@andreas_k
please tell your O/S and the LibO version you are using

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


[Libreoffice-bugs] [Bug 95241] All drop-down menus stop working

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95241

tommy27  changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #1 from tommy27  ---
did you try resetting the user profile?
https://wiki.documentfoundation.org/UserProfile

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


[Libreoffice-bugs] [Bug 95167] PRINTING: In Writer hyperlinks are printed with underlines

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95167

tommy27  changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #3 from tommy27  ---
@Ken
please upload a test file where you reproduce the bug so we can analyze it

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


[Libreoffice-bugs] [Bug 95242] New: Graph Suggestion

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95242

Bug ID: 95242
   Summary: Graph Suggestion
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: chrisjcinco...@gmail.com

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


[Libreoffice-bugs] [Bug 95241] New: All drop-down menus stop working

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95241

Bug ID: 95241
   Summary: All drop-down menus stop working
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: l...@zeta.org.au

Created attachment 119863
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119863&action=edit
Four screenshots of LO behaviour when the problem strikes

Since installing 5.0.2.2, the menus randomly stop working altogether.

The current occasion happened when I selected several paragraphs of text to
change the font and font size. I was able to change the font, but although the
text stayed selected, clicking on the font size drop-down had no effect. Nor
did typing the point size directly into the text field - it was ignored.

Keyboard shortcuts still work.

All open LO documents suffer the same problem: the drop-downs stop working in
all of them.  Each window looks basically normal, except with some refresh
problems.  E.g. in one, when I click away and back to it, the entire canvas
area for the window is a pale gray, with a flashing cursor and nothing else, at
the last cursor insertion point. If I click elsewhere to move the insertion
point, the document and all the UI elements are instantly re-drawn. At other
times, if I click away (bringing other windows on top of the LO window), when I
click back on the LO window titlebar, the canvas area does not refresh (apart
from the window title bar and frame drawn by X11), again until I click into the
window.  But this isn't always true: while entering this bug report, I did
something different (see below), and now when I click back into the document
window nothing at all happens (not even the balloon text when hovering over UI
controls). But coming back to this bug report and then clicking back in *did*
make the window redraw correctly. Also, the balloon text when hovering over UI
controls is working again.
What I had done was check to see if the UI controls that weren't drop-down
menus still worked: I clicked on the Bullet-text button, and it did indeed
work. But when I used Ctrl-Z to undo that change, it did not visibly change.  I
did several more Undo operations, and gradually realised it was undoing, but
only showing me the undo selection area without actually redrawing the text
displayed.  So I used Redo to re-do all the changes, then one last Undo to try
to Undo the Bullet-text change: after that, the failure to redraw occurred.
I see however that when I hover to make the balloon text appear, it does not
erase, so as you hove over more controls, you get a smear of various texts
appearing.
It seems that clicking around in the window "enough", eventually makes the
window redraw.  I'll attach some screenshots.
Note that while the keyboard shortcuts work, the panels that are brought up are
not rendered - e.g. the Save dialogue is empty, and you have to guess/remember
which option is highlighted, and what will happen when you hit Enter.

I have not been able to reliably reproduce this, but it has happened about six
times in the day since I installed 5.0.2.2.  I note that something like this
has been described for many years (e.g. 59984, 63936), but been marked Resolved
as it could not be reproduced.

I can confirm that quitting from LO and restarting it "solves" the problem.

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


[Libreoffice-bugs] [Bug 95240] New: Printer Language Type can't really be changed (with at least "Generic Printer")

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95240

Bug ID: 95240
   Summary: Printer Language Type can't really be changed (with at
least "Generic Printer")
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tom.t...@gmail.com

When I try to change Print -> (Generic Printer) -> Properties -> Device ->
Printer language type, the setting reverts to "Automatic: PDF" no matter which
one I picked, even when I click "Properties" again right after "OK" without
leaving the Print window.

Also if I selected the "Print to file" option, it prints to "%!PS-Adobe-3.0"
with "%%LanguageLevel: 2" anyway.

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


[Libreoffice-bugs] [Bug 85264] RFE: computed conditional formatting

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85264

r...@alum.mit.edu changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 95233] UI: Use of STYLE() in conditional formatting results in continuous CPU usage

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95233

r...@alum.mit.edu changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 95233] UI: Use of STYLE() in conditional formatting results in continuous CPU usage

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95233

--- Comment #4 from r...@alum.mit.edu ---
In 4.2.7, the second spreadsheet (the "simpler" one) still consumes about
10-15% of a CPU even when completely idle.  However, the UI is fully
responsive.  So yes, I'd call it a regression, but an existing bug behaving
even worse rather than a completely new issue.

(I'm using 4.2.7, BTW, because the spreadsheet I actually care about has a lot
of problems with higher versions, and in 5.0, it crashes if I even switch
sheets.  I've filed a number of other bugs related to those behaviors.)

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


[Libreoffice-bugs] [Bug 95233] UI: Use of STYLE() in conditional formatting results in continuous CPU usage

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95233

--- Comment #3 from r...@alum.mit.edu ---
4.2.7 shows the same effect (consuming a lot of CPU time), just not as
severely.  This shouldn't be happening at all.

I would rate the severity a bit more than minor, because if a cell with that
conditional formatting applied is visible, some operations (such as the format
menu) apparently cannot be used at all.

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


[Libreoffice-bugs] [Bug 95233] UI: Use of STYLE() in conditional formatting results in continuous CPU usage

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95233

--- Comment #2 from r...@alum.mit.edu ---
Created attachment 119862
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119862&action=edit
Simpler spreadsheet demonstrating the same problem

This one is smaller and even simpler: a single cell with conditional
formatting.  I've replaced the named ranges in the LOOKUP with hard-coded
addresses, too.

Three other things I note are:

1) If I try to type into $'All results'.$A$1, it flashes the background color
rapidly.

2) If that cell is visible, operations such as clicking on Format in the menu
bar are extremely slow, and it's not clear that they would ever return, but if
I switch to sheet 2 (Config), the problem goes away.  If I scroll so that that
cell is *not* visible, however, they act normally.

3) If I scroll so that that cell isn't visible, LibreOffice no longer consumes
CPU...until I scroll back such that it is visible.

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


[Libreoffice-bugs] [Bug 95057] Error Bar indicators all highlighted when content panel enabled

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95057

Markus Mohrhard (retired)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 91063] SIDEBAR: Properties tab for Charts

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91063
Bug 91063 depends on bug 95057, which changed state.

Bug 95057 Summary: Error Bar indicators all highlighted when content panel 
enabled
https://bugs.documentfoundation.org/show_bug.cgi?id=95057

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 95238] Extraneous bullets appearing in document (DOCX)

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95238

Douglas Mencken  changed:

   What|Removed |Added

 Attachment #119860|0   |1
is obsolete||

--- Comment #6 from Douglas Mencken  ---
Created attachment 119861
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119861&action=edit
m$.png

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


[Libreoffice-bugs] [Bug 94227] FILEOPEN: XLSX - Pattern/hatching fill no longer imported into charts

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94227

Markus Mohrhard (retired)  changed:

   What|Removed |Added

   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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95238] Extraneous bullets appearing in document (DOCX)

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95238

--- Comment #5 from Douglas Mencken  ---
Created attachment 119860
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119860&action=edit
m$.png

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


[Libreoffice-bugs] [Bug 95113] FILESAVE AND PIVOTTABLE

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95113

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jmadero@gmail.com
 Resolution|--- |INVALID

--- Comment #11 from Joel Madero  ---
This is really two separate issues - please separate them into two bugs.
Marking as INVALID.

The crash is much more serious than the drag and drop. Thanks for your patience
and understanding.

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


[Libreoffice-bugs] [Bug 95238] Extraneous bullets appearing in document (DOCX)

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95238

--- Comment #4 from Douglas Mencken  ---
Created attachment 119859
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119859&action=edit
lo.png

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


[Libreoffice-bugs] [Bug 95238] Extraneous bullets appearing in document (DOCX)

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95238

--- Comment #3 from Douglas Mencken  ---
Yep, extra bullets appear in LO master (oct 21 MMXV) before every newline

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


[Libreoffice-bugs] [Bug 95239] Wrong ToC in Navigator and PDF when using frames

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95239

--- Comment #1 from Joaquim Pedro França Simão  ---
Created attachment 119858
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119858&action=edit
PDF created from example ODT, with wrong bookmark structure

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


[Libreoffice-bugs] [Bug 95192] SORTING Natural sorting not working with text fields

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95192

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jmadero@gmail.com,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org
  Component|Calc|ux-advise
 Ever confirmed|0   |1

--- Comment #3 from Joel Madero  ---
This is for UX to decide.

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


[Libreoffice-bugs] [Bug 95239] New: Wrong ToC in Navigator and PDF when using frames

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95239

Bug ID: 95239
   Summary: Wrong ToC in Navigator and PDF when using frames
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: osmano...@gmail.com

Created attachment 119857
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119857&action=edit
ODT file with headings and wrong ToC in Navigator

If I set some headings inside a frame, the ordering on Navigator window is
wrong, including on PDF export, but a generated Table of Contents (ToC) in
Writer is correct.

Expected behaviour:
The ToC entries in the Navigator window and the PDF bookmarks on the exported
document are with the correct heading tree structure.

Current behaviour:
LO puts all sub-headings inside the last top-heading.

Steps to reproduce:
- create new writer document;
- insert a Frame
- insert some text inside the newly created frame, assign "Heading 1" style;
- outsite the frame, insert some text and assign "Heading 2" style;
- insert another paragraph, assign "Text Body" style;
- insert another frame and repeat the previous steps.

- export as PDF, make sure that the "Export Bookmarks" option ("General" Tab,
section "General") is active;
- the resulting PDF has all the "Heading 2" entries under the last "Heading 1"
inserted.

See the attached odt and the exported PDF.

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


[Libreoffice-bugs] [Bug 94616] easy cell calculations give error 509

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94616

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jmadero@gmail.com
 Ever confirmed|0   |1

--- Comment #9 from Joel Madero  ---
Please attach an actual file so we can inspect the xml code being generated.
Marking as NEEDINFO - mark as UNCONFIRMED once you provide an actual simple
test case (not just an image). Thanks

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


[Libreoffice-bugs] [Bug 95128] Crash during slide transition preview

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95128

--- Comment #8 from Puggan SE  ---
reproduceable in b684090d4f573eb339e93872d0cef07e69adc913

bibisected using dbgutil:

bug introduced in:
source-hash-17815049103b920df054b4f1bb8b1e99486972f2

bug not reproduceable in latests:
source-hash-d16e154c627ecc0cb21aaf4b28f7f5ae48ebbde1

solved?

bibisect log:
git bisect start
# good: [2b392af9c8f54629e3a3a98a8c92fa5af1c6722f] 2015-05-20:
source-hash-90e2dabb8d0bb5382234be776c2ad0e2d5d9e224
git bisect good 2b392af9c8f54629e3a3a98a8c92fa5af1c6722f
# bad: [a5e78f6c0dc293449a02fe421c86d722494fb15d] 2015-10-16:
source-hash-b684090d4f573eb339e93872d0cef07e69adc913
git bisect bad a5e78f6c0dc293449a02fe421c86d722494fb15d
# bad: [38ed8f16c69058ac5ee30a28ea0504404b1e9d03] 2015-08-02:
source-hash-46d7003c3b4f9242265e3eb89b67d9322eecefc5
git bisect bad 38ed8f16c69058ac5ee30a28ea0504404b1e9d03
# bad: [97e4cfbb943a38683c30c02fde5d44fe5f4bb1a4] 2015-06-26:
source-hash-ee3d40b30816a8fc6d4e8f984659c8dfac19ec3b
git bisect bad 97e4cfbb943a38683c30c02fde5d44fe5f4bb1a4
# skip: [1f8ef21cd72a4e63719a1bbb65d321a56ed80e88] 2015-06-07:
source-hash-47cddc662efc470505f0b76427fa3092bae5550a
git bisect skip 1f8ef21cd72a4e63719a1bbb65d321a56ed80e88
# skip: [587d15ec717aed5d4abe657f3a96d4de29565bc7] 2015-06-01:
source-hash-e61fcfea5c2a306e44a053976e921160e78917ac
git bisect skip 587d15ec717aed5d4abe657f3a96d4de29565bc7
# good: [7a286d694a0fc1faa6daf6eac93bcf4a59eebe08] 2015-05-21:
source-hash-1c9302565aefb5a54b1b7f1478dd6dac724d30ea
git bisect good 7a286d694a0fc1faa6daf6eac93bcf4a59eebe08
# skip: [5cb97ad9fa3ab610defbf69382c860740a4117d3] 2015-06-08:
source-hash-e2e058d450c1d2fdc6230933ec66c037971b9aea
git bisect skip 5cb97ad9fa3ab610defbf69382c860740a4117d3
# bad: [12ee5d282ca61a17d52d3ce0ea31ae69fada21b4] 2015-06-25:
source-hash-e8938f2ddb5efa8a34d05995cd55cf337c7aaeff
git bisect bad 12ee5d282ca61a17d52d3ce0ea31ae69fada21b4
# skip: [316eb9b1559cb381167aef20738b9b9973d5c571] 2015-06-02:
source-hash-0d7935bda6fb0ee4b63593b07c451b30f52b8598
git bisect skip 316eb9b1559cb381167aef20738b9b9973d5c571
# good: [6178f2a1052f501e7b34ad168708c6744a1838eb] 2015-05-23:
source-hash-9db629b8a1fa9b63bc320f8d47594ec82511a9c5
git bisect good 6178f2a1052f501e7b34ad168708c6744a1838eb
# good: [a63d7336fa8ea346b4deb2d4076cbe8a1cd75d65] 2015-05-25:
source-hash-b9630867d17c01ec41f6461b1e96288f3932248c
git bisect good a63d7336fa8ea346b4deb2d4076cbe8a1cd75d65
# good: [991c3db554ae2f30bcc215ccbe090656d9970c02] 2015-05-26:
source-hash-af75d7a4c99414fabbd31b9df590266d28574fb1
git bisect good 991c3db554ae2f30bcc215ccbe090656d9970c02
# good: [a814cee0b38cabf6a0c042e9bcc616c8d96cac0f] 2015-06-10:
source-hash-782c116b5ac39aef27c3a00f7fc145c9f755e3a3
git bisect good a814cee0b38cabf6a0c042e9bcc616c8d96cac0f
# good: [e48eb783142c667bfdad999f0edb90f8253b0b65] 2015-06-18:
source-hash-fb6dd2a73074b9695bd8ddf7ba40f1819b03024e
git bisect good e48eb783142c667bfdad999f0edb90f8253b0b65
# good: [2585085ca772383156fa67688430f7b5437af8a3] 2015-06-21:
source-hash-d2cefbe7effbee079c05a5a8234305650618fdc1
git bisect good 2585085ca772383156fa67688430f7b5437af8a3
# bad: [c4924c258b01210f140072b6dc6b13c7936e30c8] 2015-06-23:
source-hash-17815049103b920df054b4f1bb8b1e99486972f2
git bisect bad c4924c258b01210f140072b6dc6b13c7936e30c8
# good: [c6cd95766d60d4fbbff22cca84d42feea2a600cb] 2015-06-22:
source-hash-d16e154c627ecc0cb21aaf4b28f7f5ae48ebbde1
git bisect good c6cd95766d60d4fbbff22cca84d42feea2a600cb
# first bad commit: [c4924c258b01210f140072b6dc6b13c7936e30c8] 2015-06-23:
source-hash-17815049103b920df054b4f1bb8b1e99486972f2

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


[Libreoffice-bugs] [Bug 94271] Calculation in Calc is wrong

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94271

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jmadero@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #16 from Joel Madero  ---
Closing as a dupe of that bug since it fixes the issue.

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

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


[Libreoffice-bugs] [Bug 95231] Colors are not displayed in cells only after save as XLS

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95231

Joel Madero  changed:

   What|Removed |Added

   Priority|medium  |high
 Status|UNCONFIRMED |NEW
 CC||jmadero@gmail.com
   Hardware|Other   |All
 Ever confirmed|0   |1
   Severity|normal  |major

--- Comment #4 from Joel Madero  ---
Ubuntu 15.04 x64
LibreOffice 5.0.4.0 (master)

Confirmed

New:
Major - loss of data;
High - default seems appropriate

Would be great to know if this is a regression - if possible please test older
versions of LibreOffice and report back:
http://downloadarchive.documentfoundation.org/libreoffice/old/

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


[Libreoffice-bugs] [Bug 95238] Extraneous bullets appearing in document (DOCX)

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95238

--- Comment #2 from Matthew Holloway  ---
Created attachment 119856
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119856&action=edit
How LibreOffice now renders the document

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


[Libreoffice-bugs] [Bug 95238] Extraneous bullets appearing in document (DOCX)

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95238

Matthew Holloway  changed:

   What|Removed |Added

Version|5.0.3.1 rc  |3.6.0.4 release

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


[Libreoffice-bugs] [Bug 95238] Extraneous bullets appearing in document (DOCX)

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95238

--- Comment #1 from Matthew Holloway  ---
Created attachment 119855
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119855&action=edit
How Microsoft Office 2013 renders the document

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


[Libreoffice-bugs] [Bug 95233] UI: Use of STYLE() in conditional formatting results in continuous CPU usage

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95233

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jmadero@gmail.com
   Hardware|x86-64 (AMD64)  |All
 Ever confirmed|0   |1
 Whiteboard||regression bibisectRequest

--- Comment #1 from Joel Madero  ---
Ubuntu 15.04 x64
LibreOffice 5.0.4.1 (master)

Setting to:
New
Minor - slows down but doesn't prevent high quality work;
Medium - regression apparently from 4.2.7


Whiteboard: regression (before 60-70% use, now 100%)

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


[Libreoffice-bugs] [Bug 95238] New: Extraneous bullets appearing in document (DOCX)

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95238

Bug ID: 95238
   Summary: Extraneous bullets appearing in document (DOCX)
   Product: LibreOffice
   Version: 5.0.3.1 rc
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: matt...@holloway.co.nz

Created attachment 119854
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119854&action=edit
Source document

In the attached document Microsoft Office 2013 renders paragraphs on page 2
without bullets but in LibreOffice there are extra bullets.

This appears to be a regression. LibreOffice 3.5.7rc2 doesn't have the problem
but LibreOffice 3.6.0.4 does.

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


[Libreoffice-bugs] [Bug 95236] Text Wrap option on .docx does not save

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95236

--- Comment #2 from Joel Madero  ---
Created attachment 119853
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119853&action=edit
Correctly Saved Wrap

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


[Libreoffice-bugs] [Bug 95236] Text Wrap option on .docx does not save

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95236

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jmadero@gmail.com
 Resolution|--- |WORKSFORME

--- Comment #1 from Joel Madero  ---
Tested with:
LibreOffice 5.0.2.2
Ubuntu 15.04

Wrap saves fine - attached is sample.

Setting as WFM. Please test with a fresh profile:
https://wiki.documentfoundation.org/UserProfile

Also please attach a simple sample file.

Assuming "docx" means "xlsx"


If you can repro with a fresh profile and provide a test document please set to
UNCONFIRMED

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


[Libreoffice-bugs] [Bug 92938] Calc working slow when adding/removing cell names

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92938

Joel Madero  changed:

   What|Removed |Added

 CC||jmadero@gmail.com

--- Comment #7 from Joel Madero  ---
Hi Garyjobs -

Can you test with 5.0.2.2 or later with a fresh profile
(https://wiki.documentfoundation.org/UserProfile) and report back. No one is
seeing this issue so just want confirmation it exists for you with a fresh
profile. Thanks

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


[Libreoffice-bugs] [Bug 92445] Print preview has disabled controls when document is write protected

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92445

--- Comment #4 from Marco Menardi  ---
I can confirm (LiBo 5.0.3.1 GNU/Linux Debian KDE) but is not "zoom" (lower
right) but "Scaling factor" in preview that is blocked.
For UX: OMHO with read only documents I would warn the user when he opens it
and let him work on it freely. Whe he saves will be prompted with a "Can't save
is read only, save with a differen name (save as)" or something like that.

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


[Libreoffice-bugs] [Bug 92445] Print preview has disabled controls when document is write protected

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92445

--- Comment #3 from Douglas Mencken  ---
Created attachment 119852
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119852&action=edit
screen shot of print preview window

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


[Libreoffice-bugs] [Bug 92445] Print preview has disabled controls when document is write protected

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92445

--- Comment #2 from Douglas Mencken  ---
I confirm it with LO built oct 21 for OSX

How to repro
• create new calc document
• save it
• lock it (in Finder check Locked in Get Info)
• open it with libreoffice
• call print preview

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


[Libreoffice-bugs] [Bug 92445] Print preview has disabled controls when document is write protected

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92445

Joel Madero  changed:

   What|Removed |Added

   Priority|medium  |low
   Severity|normal  |minor

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


[Libreoffice-bugs] [Bug 92445] Print preview has disabled controls when document is write protected

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92445

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jmadero@gmail.com,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org
  Component|Calc|ux-advise
 Ever confirmed|0   |1

--- Comment #1 from Joel Madero  ---
There are conflicting points of view about this issue - developer point of view
probably not valid, user point of view perhaps valid.

Requesting UX input here.

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


[Libreoffice-bugs] [Bug 95213] second level numbering turns bold in .DOCX export

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95213

--- Comment #4 from Andrew Kornilov  ---
(In reply to tommy27 from comment #3)
> @Andrew 
> yes, you mentioned in the previous bug report.
> however this is another problem.
> 
> please retest it with LibO 5.0.3.x
> if that bug is still present open a new separate bug report about it.
> if the bug is not present in 5.0.x don't do anything... the 4.4.x branch is
> very close to it's end of life and there's probably no chance to backport

Ah, sorry. No, it's not reproducible on 5.0.x, so the only problem is bold text
for now, yes.

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


[Libreoffice-bugs] [Bug 95206] Page number counter is 0 instead of 1

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95206

--- Comment #4 from m.a.riosv  ---
Then we need to know now, where the bug is, in the program or in the help,
because it's not possible set up '0' as first page.

In fact creating a new spreadsheet, has the option enable and with 1 as first
page, for all LibreOffice versions beginning with 3.3.4.

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


[Libreoffice-bugs] [Bug 92730] Calc help offline STILE

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92730

Joel Madero  changed:

   What|Removed |Added

 CC||jmadero@gmail.com

--- Comment #2 from Joel Madero  ---
After providing the necessary information please set the bug to UNCONFIRMED.
Thanks!

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


[Libreoffice-bugs] [Bug 92730] Calc help offline STILE

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92730

nodor4m...@yandex.ru changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
   Hardware|Other   |x86 (IA32)
 Ever confirmed|0   |1
 OS|Windows (All)   |Linux (All)

--- Comment #1 from nodor4m...@yandex.ru ---
It is necessary to understand the key moment with "entries"?
What do you mean here? The main section is "Stile;messagio 'modificato". The
entries seem to be "messagio 'modificato" and "tasti di scelta rapida".

On your screenshot the first entry is clicked, but in the report the idea is
around the 2nd entry.

If it is the problem of unavailability to choose the section and seems to be a
bug, I may confirm.

How I did:

1. Opened the help page
2. Typed "Style"
3. Received several outputs. Found "Styles"
4. Clicked on it, but the help page switched to its entry 'changed message'
5. So I can't click on the section.

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


[Libreoffice-bugs] [Bug 93997] Fileopen: xml excel file General input/output error

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93997

--- Comment #11 from Puggan SE  ---
Tried bibisecting it using 50max, but could open it with both latest and
oldest, a bit slow, around 1minute, but working.

Tried bibesecting it using dbgutil, but couldn't open it with either master and
oldest. (master -> source-hash-7323190456c2ed4ec9f092f8e69ba12ce41587cd)


uname -a
Linux asuna 4.0.5-gentoo #2 SMP Thu Aug 27 19:48:48 CEST 2015 x86_64 AMD
FX(tm)-8120 Eight-Core Processor AuthenticAMD GNU/Linux

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


[Libreoffice-bugs] [Bug 71669] Scale images proportionally by default

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71669

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC||philip...@hotmail.com

--- Comment #30 from Yousuf (Jay) Philips  ---
The design team discussed this in last week's meeting and decided that its fine
for shapes not to be scaled proportionality by default.

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


[Libreoffice-bugs] [Bug 95237] New: not able to install zotero extension

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95237

Bug ID: 95237
   Summary: not able to install zotero extension
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jason.forgi...@gmail.com

Add Extension(s):
C:\Users\JASNJEN\AppData\Roaming\LibreOffice\4\user\uno_packages\cache\uno_packages\lu6y4rbl.tmp_\Zotero_OpenOffice_Integration.oxt
does not exist.

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


[Libreoffice-bugs] [Bug 95220] FILEOPEN: Crash on opening attached Calc template

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95220

Puggan SE  changed:

   What|Removed |Added

 Whiteboard|bibisectRequest |bibisected

--- Comment #5 from Puggan SE  ---
bibisected with 50max using:
git bisect run bash -c "opt/program/soffice ../bug_95220/test.ots || exit 1"

conclution:
3a568a583c994257cf057ea1471c8a1f69fee719 is the first bad commit
commit 3a568a583c994257cf057ea1471c8a1f69fee719
Author: Matthew Francis 
Date:   Wed May 27 21:41:45 2015 +0800

source-hash-afb82d3729bda2754d0add08cc6c4dce1dc76d59

commit afb82d3729bda2754d0add08cc6c4dce1dc76d59
Author: Siqi Liu 
AuthorDate: Tue Apr 14 00:55:04 2015 +0200
Commit: Siqi Liu 
CommitDate: Tue Apr 14 00:55:17 2015 +0200

implement SfxObjectShell subclasses' LOK interface

Change-Id: Iee2fbf71375631a349992a90c67c1c4c34e6ba3b

:04 04 8aa29e165904416ae036d2ee184643f7c94f858e
65eeae901b517e7194858b991336332c2d503e6f M  opt
bisect run success

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

log:
# bad: [dda106fd616b7c0b8dc2370f6f1184501b01a49e]
source-hash-0db96caf0fcce09b87621c11b584a6d81cc7df86
# good: [5b9dd620df316345477f0b6e6c9ed8ada7b6c091]
source-hash-2851ce5afd0f37764cbbc2c2a9a63c7adc844311
git bisect start 'latest' 'oldest'
# skip: [891b689ba95b9e53609194ee2a1a2d3b8955843c]
source-hash-01f406bc28f53acc5a2734af637aa8074a5d1813
git bisect skip 891b689ba95b9e53609194ee2a1a2d3b8955843c
# good: [0c30a2c797b249d0cd804cb71554946e2276b557]
source-hash-45aaec8206182c16025cbcb20651ddbdf558b95d
git bisect good 0c30a2c797b249d0cd804cb71554946e2276b557
# good: [2ce02b2ce56f12b9fcb9efbd380596975a3a5686]
source-hash-17d714eef491bda2512ba8012e5b3067ca19a5be
git bisect good 2ce02b2ce56f12b9fcb9efbd380596975a3a5686
# bad: [19902c835ff03b54347c31ebbc436895b372303b]
source-hash-4000a0e6524f09612a3fe8f0a6214e0a68b7e007
git bisect bad 19902c835ff03b54347c31ebbc436895b372303b
# bad: [530f0c73f208cd84ed14de7d263f844a7c8e00f9]
source-hash-c33422e2c21ed8160fbbb969698216a8a1aeb0b8
git bisect bad 530f0c73f208cd84ed14de7d263f844a7c8e00f9
# bad: [65755dc98fdc972c90f86f7102d7855c833a51ec]
source-hash-a75d90740647414f55ef5a37bdfb230d624ec2eb
git bisect bad 65755dc98fdc972c90f86f7102d7855c833a51ec
# bad: [63669f7f89d46ab9c61c4d14327cb3488b9cf5cd]
source-hash-aaf94fc88cde090ed2e153f2b9e4c2764def7286
git bisect bad 63669f7f89d46ab9c61c4d14327cb3488b9cf5cd
# bad: [9a73d17a9edfcdab945cb8b24ff8348c2eff9a64]
source-hash-d0113938fc1d3996921c683c1fd2ce244083cb02
git bisect bad 9a73d17a9edfcdab945cb8b24ff8348c2eff9a64
# good: [eba219c7460f68be15abb1bd3c347cb525f597a8]
source-hash-7e9bff63166189f78582356f428405c391f766f9
git bisect good eba219c7460f68be15abb1bd3c347cb525f597a8
# good: [1190e4b997116d5a6f8961e2a38f3712e0034a00]
source-hash-51e0d789c344547956764c3b5f0ef5a304f4e0aa
git bisect good 1190e4b997116d5a6f8961e2a38f3712e0034a00
# bad: [3f30843cc77a9ffe85bcb49011e5de01eb1896f3]
source-hash-bc892b04144d82507ccd59953c9f4da357c2e7b4
git bisect bad 3f30843cc77a9ffe85bcb49011e5de01eb1896f3
# bad: [b815435b9e6162a2f3fb0ae4800bab8297baa1b1]
source-hash-ef0340bdafabd51598ad7cf3c647cd35ea09f4e9
git bisect bad b815435b9e6162a2f3fb0ae4800bab8297baa1b1
# good: [ad481a1873dade3e26d9ef9e9e69f084d475a3c8]
source-hash-855b0af13803c810593ed16ad65eed542d023756
git bisect good ad481a1873dade3e26d9ef9e9e69f084d475a3c8
# bad: [3a568a583c994257cf057ea1471c8a1f69fee719]
source-hash-afb82d3729bda2754d0add08cc6c4dce1dc76d59
git bisect bad 3a568a583c994257cf057ea1471c8a1f69fee719
# first bad commit: [3a568a583c994257cf057ea1471c8a1f69fee719]
source-hash-afb82d3729bda2754d0add08cc6c4dce1dc76d59

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


[Libreoffice-bugs] [Bug 91870] cursor blinking abnormally if the document contains some field

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91870

--- Comment #16 from Tomaz Vajngerl  ---
Well.. now I really don't see this anymore in master.

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


[Libreoffice-bugs] [Bug 89337] Libreoffice will crash when the an index entry is removed

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89337

Puggan SE  changed:

   What|Removed |Added

 Whiteboard|bibisectRequest |bibisected

--- Comment #11 from Puggan SE  ---
bibisect done

conclution:
442746c7621790af396a8b6b39c0ccebab02916c is the first bad commit
commit 442746c7621790af396a8b6b39c0ccebab02916c
Author: Matthew Francis 
Date:   Wed May 27 22:10:17 2015 +0800

source-hash-aef1826d9ca318a1359a2116e7f146e993413234

Bibisect: This commit covers the following irrelevant source commit(s)
ce82146a6be87b239a0bde0b59fddf8865290b99

commit aef1826d9ca318a1359a2116e7f146e993413234
Author: Stephan Bergmann 
AuthorDate: Tue Apr 28 16:17:40 2015 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Apr 28 16:18:02 2015 +0200

default initialization of object of const type w/o user-provided
default ctor

Change-Id: I99266457d43f9279af32d75d2842480291b6e91d

:04 04 3ba9c7ffb8ba3e8a80c51e6891fa2d2d05a39d79
aef41b62e2a68b93f18200b053cd5ce3de2afc59 M  opt
bisect run success

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

Log:
# bad: [dda106fd616b7c0b8dc2370f6f1184501b01a49e]
source-hash-0db96caf0fcce09b87621c11b584a6d81cc7df86
# good: [5b9dd620df316345477f0b6e6c9ed8ada7b6c091]
source-hash-2851ce5afd0f37764cbbc2c2a9a63c7adc844311
git bisect start 'latest' 'oldest'
# skip: [891b689ba95b9e53609194ee2a1a2d3b8955843c]
source-hash-01f406bc28f53acc5a2734af637aa8074a5d1813
git bisect skip 891b689ba95b9e53609194ee2a1a2d3b8955843c
# good: [0c30a2c797b249d0cd804cb71554946e2276b557]
source-hash-45aaec8206182c16025cbcb20651ddbdf558b95d
git bisect good 0c30a2c797b249d0cd804cb71554946e2276b557
# good: [2ce02b2ce56f12b9fcb9efbd380596975a3a5686]
source-hash-17d714eef491bda2512ba8012e5b3067ca19a5be
git bisect good 2ce02b2ce56f12b9fcb9efbd380596975a3a5686
# bad: [19902c835ff03b54347c31ebbc436895b372303b]
source-hash-4000a0e6524f09612a3fe8f0a6214e0a68b7e007
git bisect bad 19902c835ff03b54347c31ebbc436895b372303b
# good: [530f0c73f208cd84ed14de7d263f844a7c8e00f9]
source-hash-c33422e2c21ed8160fbbb969698216a8a1aeb0b8
git bisect good 530f0c73f208cd84ed14de7d263f844a7c8e00f9
# good: [3498327eab46ef63b61fa4c804fa5700b6b72261]
source-hash-6b84bc7d24e2a862dd5edbd600be4959cd22c633
git bisect good 3498327eab46ef63b61fa4c804fa5700b6b72261
# bad: [a12594bd460e2caca9615a325cd2cd0befe5dc50]
source-hash-059280acb565b5ef7b6ac1890f2f3d61a9ebdb05
git bisect bad a12594bd460e2caca9615a325cd2cd0befe5dc50
# bad: [0cfa18bfe312bf0ceaae62ef91422a90cf866521]
source-hash-b49e10f9dbe0d02b012ceff378e8e4e64a3016a0
git bisect bad 0cfa18bfe312bf0ceaae62ef91422a90cf866521
# bad: [6e57ecdc8ec285cdc54fa8573f063075bbc172c0]
source-hash-a0c8b9c502be6df8ba853f3e8c0d4e45bb2785b2
git bisect bad 6e57ecdc8ec285cdc54fa8573f063075bbc172c0
# bad: [4e3d7ede3060eae46f926cbb38fdf0f1b92889be]
source-hash-a4bbd95248159b7e2a2ec47cc28954763c8f81bd
git bisect bad 4e3d7ede3060eae46f926cbb38fdf0f1b92889be
# bad: [ff1c4d58a27f00d6819c459866e4000d9b51e97b]
source-hash-83ed85eceb3591a14a7f661c179d5b5880cedcff
git bisect bad ff1c4d58a27f00d6819c459866e4000d9b51e97b
# bad: [442746c7621790af396a8b6b39c0ccebab02916c]
source-hash-aef1826d9ca318a1359a2116e7f146e993413234
git bisect bad 442746c7621790af396a8b6b39c0ccebab02916c
# good: [436a7ed41b8c084b15a17b95027e4d2785a94d97]
source-hash-84c73c983577e33dda266bbfcdd89b9e1202906b
git bisect good 436a7ed41b8c084b15a17b95027e4d2785a94d97
# good: [53871cea909a0b86726f189bcfdab2890ffcf9e9]
source-hash-a31991c4188e91326941fbe510ce70129d1ccde8
git bisect good 53871cea909a0b86726f189bcfdab2890ffcf9e9
# first bad commit: [442746c7621790af396a8b6b39c0ccebab02916c]
source-hash-aef1826d9ca318a1359a2116e7f146e993413234

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


[Libreoffice-bugs] [Bug 95236] New: Text Wrap option on .docx does not save

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95236

Bug ID: 95236
   Summary: Text Wrap option on .docx does not save
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jacobcerda...@yahoo.com

In Calc, the text wrap option will not stay checked when saved in .docx.
(format -> cells -> alignment) Please fix this.

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


[Libreoffice-bugs] [Bug 95235] New: Document Author not saved when exporting to PDF

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95235

Bug ID: 95235
   Summary: Document Author not saved when exporting to PDF
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tomh...@gmail.com

Open a .odt document which was created with the 'User Data>Name' field blank.
Open 'Preferences' and update 'User Data>Name' with a name to be the author.
Modify the document.
Save the document.
Export to .PDF
Check .PDF properties on the Mac using Inspector from app 'Preview'
THE AUTHOR NAME IS NOT SAVED.

Create brand new document.
Export to .PDF
Check .PDF properties on the Mac using Inspector from app 'Preview'
THE AUTHOR NAME IS SAVED.

The Bug? The name cannot be changed or added to a .odt document that was
originally created with the 'User Data>Name' field blank.

Environment:
MacBook Pro
OS X El Capitan v10.11 (15A284)

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


[Libreoffice-bugs] [Bug 89337] Libreoffice will crash when the an index entry is removed

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89337

Puggan SE  changed:

   What|Removed |Added

 CC||from_libreoff...@puggan.se

--- Comment #10 from Puggan SE  ---
Created attachment 119851
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119851&action=edit
test file

file for easier bibisecting.
Step 1-3 already done.

bibisecting using:
git bisect run bash -c "opt/program/soffice
/mnt/data3/puggan/src/lo/bug_89337/test.odt || exit 1"

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


[Libreoffice-bugs] [Bug 95221] LibreOffice does not embed the latest urw-core35-fonts correctly

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95221

--- Comment #7 from Tom Yan  ---
Created attachment 119850
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119850&action=edit
fixed roman.pdf by replacing/injecting objects

It seems like LibreOffice has always been including useless BaseFont and CMap
objects. Since they the only ones roman.pdf have, the font cannot be rendered
correctly.

But in roman-old.pdf, extra useful BaseFont, Encoding and CMap objects are
included in addition so the pdf works fine.

Since the embedded font stream is fine, as long as I put the useful objects
into roman.pdf, it will basically work again.

Attached is a fixed version of roman.pdf created with simple editing in emacs.
I just replaced the BaseFont and CMap objects, added the Encoding object,
change the relevant object indexes; I also need to change
"2-53" to "<00>2<01>-5<02>3<0304>" in object #5.

Somehow LO no longer includes the useful objects when it deals with the newer
version of fonts.

Also see this bug report: http://bugs.ghostscript.com/show_bug.cgi?id=696263

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


[Libreoffice-bugs] [Bug 95225] scalc is unreasonably slow to open and close with test file

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95225

--- Comment #6 from Joel Madero  ---
Just FYI - you need to build LibreOffice with symbols for this to work...I may
try it myself. Poke me privately through email to remind me in a week if you're
interested in it getting done

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


[Libreoffice-bugs] [Bug 91870] cursor blinking abnormally if the document contains some field

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91870

Puggan SE  changed:

   What|Removed |Added

 Whiteboard|bibisectRequest |bibisected

--- Comment #15 from Puggan SE  ---
bibisected with 50max.

conclustion:
The first bad commit could be any of:
18afb86 source-hash-d05a64df34fd143670cb939b72abfb32d6b714c7
891b689 source-hash-01f406bc28f53acc5a2734af637aa8074a5d1813

http://cgit.freedesktop.org/libreoffice/core/commit/?id=d05a64df34fd143670cb939b72abfb32d6b714c7
http://cgit.freedesktop.org/libreoffice/core/commit/?id=01f406bc28f53acc5a2734af637aa8074a5d1813

log:
# bad: [dda106fd616b7c0b8dc2370f6f1184501b01a49e]
source-hash-0db96caf0fcce09b87621c11b584a6d81cc7df86
# good: [5b9dd620df316345477f0b6e6c9ed8ada7b6c091]
source-hash-2851ce5afd0f37764cbbc2c2a9a63c7adc844311
git bisect start 'latest' 'oldest'
# good: [0c30a2c797b249d0cd804cb71554946e2276b557]
source-hash-45aaec8206182c16025cbcb20651ddbdf558b95d
git bisect good 0c30a2c797b249d0cd804cb71554946e2276b557
# bad: [2ce02b2ce56f12b9fcb9efbd380596975a3a5686]
source-hash-17d714eef491bda2512ba8012e5b3067ca19a5be
git bisect bad 2ce02b2ce56f12b9fcb9efbd380596975a3a5686
# bad: [e4deb8a42948865b7b23d447c1547033cb54535b]
source-hash-ce46c98dbeb3364684843daa5b269c74fce2af64
git bisect bad e4deb8a42948865b7b23d447c1547033cb54535b
# bad: [15e8b5cc6b4784fecd63b2a5a04ac086b3e9fc01]
source-hash-26b500afcaed704db7a300836f466517c309ee77
git bisect bad 15e8b5cc6b4784fecd63b2a5a04ac086b3e9fc01
# bad: [534715525a93b0d7d56ba123d253c927cccf0afe]
source-hash-40c9a46b78b8919aae82dd9b94774d63bb9cb4e6
git bisect bad 534715525a93b0d7d56ba123d253c927cccf0afe
# good: [c255ade961c9628f72d2fbca268fdf3a4e5f60c2]
source-hash-4bdbea5447f36beb9cc33df173a89a49a9918290
git bisect good c255ade961c9628f72d2fbca268fdf3a4e5f60c2
# good: [2b4739cd51404149b1279b86643f1fee719de667]
source-hash-8ee20e2691aa6f67c67d40c61a8cd1569458b5a8
git bisect good 2b4739cd51404149b1279b86643f1fee719de667
# good: [9891e7d487540e4650378e546aea5025876d02cf]
source-hash-b2f76e0e8a81b456f47b677cd881cc105f781cdb
git bisect good 9891e7d487540e4650378e546aea5025876d02cf
# skip: [891b689ba95b9e53609194ee2a1a2d3b8955843c]
source-hash-01f406bc28f53acc5a2734af637aa8074a5d1813
git bisect skip 891b689ba95b9e53609194ee2a1a2d3b8955843c
# good: [4484ce03daa4db83ee9ce6e54396d6f1a0ddcb2a]
source-hash-6a3c5af4eb96d03110fcbc856c6920bfcf4063c7
git bisect good 4484ce03daa4db83ee9ce6e54396d6f1a0ddcb2a
# bad: [18afb8632caa524fbc70ed5ce3808e23e5dad16f]
source-hash-d05a64df34fd143670cb939b72abfb32d6b714c7
git bisect bad 18afb8632caa524fbc70ed5ce3808e23e5dad16f
# good: [b02369ea724c86023b074987f04fd60f956c4618]
source-hash-4cd7b4ab8aeaf61f5e30e4b63e039b7bb9519e85
git bisect good b02369ea724c86023b074987f04fd60f956c4618
# good: [b52e9a820cbacc502e51aeae755415ea1ac8994a]
source-hash-100c518e980f6abdc93c727c524b738200236bf2
git bisect good b52e9a820cbacc502e51aeae755415ea1ac8994a
# good: [cfa6015c1d535c8e22bef6a6abb9363c757693d1]
source-hash-9e678c14e4fc8e58b1e0530744f648fa3958d338
git bisect good cfa6015c1d535c8e22bef6a6abb9363c757693d1
# only skipped commits left to test
# possible first bad commit: [18afb8632caa524fbc70ed5ce3808e23e5dad16f]
source-hash-d05a64df34fd143670cb939b72abfb32d6b714c7
# possible first bad commit: [891b689ba95b9e53609194ee2a1a2d3b8955843c]
source-hash-01f406bc28f53acc5a2734af637aa8074a5d1813

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


[Libreoffice-bugs] [Bug 53583] Helper tool collecting user configuration (User Profile)

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53583

JasonJB  changed:

   What|Removed |Added

Version|unspecified |5.0.2.1 rc

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


[Libreoffice-bugs] [Bug 53583] Helper tool collecting user configuration (User Profile)

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53583

--- Comment #6 from JasonJB  ---
Please help me i am not able to find the user profile on my libreoffice.

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


[Libreoffice-bugs] [Bug 95225] scalc is unreasonably slow to open and close with test file

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95225

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #5 from Joel Madero  ---
moving to NEEDINFO - 

@John - if you want to do a callgrind then feel free to move it back to
UNCONFIRMED so it can be investigated further.

export VALGRIND=callgrind

then just run soffice

Thanks

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


[Libreoffice-bugs] [Bug 94428] Printing adds garbage (characters) to top edge of page

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94428

--- Comment #28 from Joel Madero  ---
Just for future reference that's now how we (as in the QA team) does it. Just
because the same commit fixed the issue doesn't mean it doesn't deserve its own
bug report. But like you said, it seems fixed so no need to waste time.

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


[Libreoffice-bugs] [Bug 95221] LibreOffice does not embed the latest urw-core35-fonts correctly

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95221

Tom Yan  changed:

   What|Removed |Added

 Attachment #119832|0   |1
is obsolete||

--- Comment #6 from Tom Yan  ---
Created attachment 119849
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119849&action=edit
working pdf from LO with one string in Roman Regular

uncompressed with `qpdf --stream-data=uncompress`

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


[Libreoffice-bugs] [Bug 95221] LibreOffice does not embed the latest urw-core35-fonts correctly

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95221

Tom Yan  changed:

   What|Removed |Added

 Attachment #119831|0   |1
is obsolete||

--- Comment #5 from Tom Yan  ---
Created attachment 119848
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119848&action=edit
broken pdf from LO with one string in Roman Regular

uncompressed with `qpdf --stream-data=uncompress`

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


[Libreoffice-bugs] [Bug 95225] scalc is unreasonably slow to open and close with test file

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95225

--- Comment #4 from Eike Rathke  ---
As already noticed, the document is not empty. It contains two text area form
controls in exactly the same place and both have their visibility set to
invisible, hence the document *appears* to be empty. One of the forms contains
a long string (7724 characters) as text area value, which is a Base64 encoded
binary. I didn't investigate further, but it might be some graphics related
file and contains (apparently the title) "Profit & Loss" and some notions of
Arial font.

The time spent might be due to the long string which is tried to wrap into a
text area but since there are no words it can't be wrapped and the iterator
just eats along on the string.

If someone wants to run it with callgrind and find the actual bottleneck of
this abuse.. until then regard it as hit shappens.

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


[Libreoffice-bugs] [Bug 94227] FILEOPEN: XLSX - Pattern/hatching fill no longer imported into charts

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94227

Markus Mohrhard (retired)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 94774] Meta: OOXML object fill bugs

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94774
Bug 94774 depends on bug 94227, which changed state.

Bug 94227 Summary: FILEOPEN: XLSX - Pattern/hatching fill no longer imported 
into charts
https://bugs.documentfoundation.org/show_bug.cgi?id=94227

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 94227] FILEOPEN: XLSX - Pattern/hatching fill no longer imported into charts

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94227

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

http://cgit.freedesktop.org/libreoffice/core/commit/?id=6e3c36255b9a17095745aba2489b347bccf42423

chart series support hatches, tdf#94227

It will be available in 5.1.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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94227] FILEOPEN: XLSX - Pattern/hatching fill no longer imported into charts

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94227

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|bibisectRequest |bibisectRequest
   ||target:5.1.0

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


[Libreoffice-bugs] [Bug 95153] Image Format - No borders doesn't work

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95153

--- Comment #7 from Michael  ---
Created attachment 119847
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119847&action=edit
"No borders" doesn't work always

Hi again,
this is an example where the "Set no border" doesn't change anything in the
image. There is a visible line that in fact doesn't exist in the original file.
The two other images are okay though, but sometimes it works fine, and
sometimes it doesn't.

Thank you!

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


[Libreoffice-bugs] [Bug 92041] AutoCorrect Dialog Accessibility Issues for Orca on Linux

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92041

--- Comment #3 from tommy27  ---
I don't have Linux to retest, however since 4.4.x is close to it's end of life
I suggest to give a try to LibO 5.0.2.2

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


[Libreoffice-bugs] [Bug 95234] New: Toolbar Viewing error

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95234

Bug ID: 95234
   Summary: Toolbar Viewing error
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bernardo.e.be...@gmail.com

Created attachment 119846
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119846&action=edit
Libre Office Toolbar Button Text Overlap

When selecting buttons on the toolbar, the background of the button appears as
a portion of the document.  Attached a screencap showing the italics button
background as part of the text.  The attachment is for Writer, but is also
present in Calc.

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


[Libreoffice-bugs] [Bug 95122] option to selectively show/hide Calc sheet navigation buttons

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95122

--- Comment #7 from Alex  ---
First of all, thanks to Thomaz for restoring the first and last tab scroll
buttons I asked for in bug 93318.

I found the subsequent user comments in that bug commentary revealing in the
variety of reactions to something so basically simple.  Given that there would
seem to be no approach which would please everyone, it's kind of a wonder that
people such as Thomaz would want to volunteer their personal time to do
anything!  But, fortunately, they do, and the rest of us without such skills
get to benefit.

One of the apparent desires by other users is for controls that have no
function in a particular context to not be visible.  For a mouse right-click
context menu, that is exactly what I would expect, i.e., to only see a list of
things I can do in that specific context.  However, I fail to see any harm in
having a control visible which, at that moment in time, doesn't have any
function it can be expected to do.  It's presence is not doing any harm, the
space it takes up can't be used for anything else, and putting in the code to
make it visible/invisible as the context demands adds to the bloat of the
overall program and makes the program less responsive.

I support the concept of allowing users to customize which controls are
visible, as this enhancement bug seeks to do.  But, that's a one-time step for
the user and the program, not something the program has to constantly evaluate.

Thinking more about the specific topic of the tab scroll buttons, I offer the
idea that the scroll one tab left and right buttons might be more useful if
they scrolled one sheet width's worth of tabs, rather just one tab.  One of the
commenters in bug 93318 expressed the view that a large number of tabs in a
workbook was more of a rarity.  Perhaps it is for him, but for me it is very
common, and I suspect I am not the only such user.  Perhaps scrolling a sheet
width's worth of tabs is programmatically difficult to achieve, but if not,
doing so is more likely to bring the desried tab into view with one click than
advancing only one tab.

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


[Libreoffice-bugs] [Bug 95233] New: UI: Use of STYLE() in conditional formatting results in continuous CPU usage

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95233

Bug ID: 95233
   Summary: UI: Use of STYLE() in conditional formatting results
in continuous CPU usage
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: r...@alum.mit.edu

Created attachment 119845
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119845&action=edit
Spreadsheet demonstrating heavy CPU consumption w/STYLE() in conditional
formatting

I have a spreadsheet using STYLE() in conditional formatting as a form of
computed style (see bug 85264).  Traditional conditional formatting using fixed
conditions and styles will not work well for my broader application; the
attached spreadsheet is greatly simplified.

When I'm on the first tab (All Results), LibreOffice burns CPU continuously. 
5.0.2.2 runs at 100% and LibreOffice feels slow; on 4.2.7, it runs at more like
60-70% and there's no obvious slowdown.  If I switch to the second tab
(Config), the CPU consumption drops to zero or close to it.

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


[Libreoffice-bugs] [Bug 95197] FreeBSD9 GCC4.9 missing header

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95197

--- Comment #3 from Olivier - interfaSys  
---
@Michael, I have the same headers on 4.9.4. Although you're on GCC 5.1.1, I
guess the linking process must be the same and therefore it must be a problem
with the FreeBSD platform. I've tried various changes in the port's Makefile,
but it doesn't change the outcome.

If nobody can reproduce on GCC 4.9, I guess this can be marked as "won't fix"

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


[Libreoffice-bugs] [Bug 95230] Formula displayed by LO is not correct and show red "?" signs in formula text

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95230

--- Comment #4 from Maximiliano Castañón  ---
well, that's correct, moving that "+" to outside fix this.
I received this from my teacher, I was not relationed with this so my first
idea was to report it to "fix it".

Thanks Douglas.

In MS Office this works just fine, should it do in LO too?

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


[Libreoffice-bugs] [Bug 95220] FILEOPEN: Crash on opening attached Calc template

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95220

--- Comment #4 from Beluga  ---
Created attachment 119844
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119844&action=edit
Backtrace of crash on Windows 5.0.2

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


[Libreoffice-bugs] [Bug 95220] FILEOPEN: Crash on opening attached Calc template

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95220

Beluga  changed:

   What|Removed |Added

   Keywords||regression
   Priority|medium  |high
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 Whiteboard||bibisectRequest
 OS|Linux (All) |All

--- Comment #3 from Beluga  ---
Repro.

4.3.0.1 doesn't crash.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

Version: 5.1.0.0.alpha1+
Build ID: 186f32f63434e16ff5776251657f902d5808ed3d
TinderBox: Win-x86@39, Branch:master, Time: 2015-10-16_09:42:47
Locale: en-US (fi_FI)

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


[Libreoffice-bugs] [Bug 95206] Page number counter is 0 instead of 1

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95206

OfficeUser  changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 Resolution|NOTABUG |---
 Ever confirmed|0   |1

--- Comment #3 from OfficeUser  ---
Hi m.a.riosv,

thanks for your comments. But in fact we have a bug here.

1.
The documentation says:
"Select this option if you want the first page to start with a number other
than 1."
https://help.libreoffice.org/Calc/Sheet_1

2.
For the first sheet of my attached ods-file, the page number starts correctly
with 1.

3.
Starting the second sheet with 0 and the first one with 1 by default would not
make sense.

==> Re-opened.

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


[Libreoffice-bugs] [Bug 95153] Image Format - No borders doesn't work

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95153

--- Comment #6 from raal  ---
Please attach test file

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


[Libreoffice-bugs] [Bug 95213] second level numbering turns bold in .DOCX export

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95213

--- Comment #3 from tommy27  ---
@Andrew 
yes, you mentioned in the previous bug report.
however this is another problem.

please retest it with LibO 5.0.3.x
if that bug is still present open a new separate bug report about it.
if the bug is not present in 5.0.x don't do anything... the 4.4.x branch is
very close to it's end of life and there's probably no chance to backport

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


[Libreoffice-bugs] [Bug 95153] Image Format - No borders doesn't work

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95153

Beluga  changed:

   What|Removed |Added

Version|5.0.1.2 release |4.4.3.2 release

--- Comment #5 from Beluga  ---
Ok, 6 months would take us to 4.4.3:
https://wiki.documentfoundation.org/ReleasePlan/4.4

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


[Libreoffice-bugs] [Bug 94726] Sluggish performance on high-end computer

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94726

Beluga  changed:

   What|Removed |Added

 CC||ckak...@yahoo.com

--- Comment #11 from Beluga  ---
*** Bug 95185 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95185] Menus and dialogs filled with black before rendering

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95185

Beluga  changed:

   What|Removed |Added

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

--- Comment #1 from Beluga  ---


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

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


[Libreoffice-bugs] [Bug 89991] Save ODT as DOCX turns on Show Changes when Record Changes also on

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89991

--- Comment #6 from mike.li...@free.fr ---
Another variant of this issue is:
When editing a DOCX document with Record Changes ON and Show Changes OFF, when
I save the document (CTRL+S), the Show Changes automatically switches back ON
by itself (displaying ALL the changes, which is VERY distracting). (From bug
94832). 
I would like Show Changes to remain OFF after saving the document. 
This does NOT occur when working with ODT documents.
I'm a technical content editor and I use this way of working VERY often. 
Thanks for your help. Regards.

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


[Libreoffice-bugs] [Bug 95154] Table - Cells splitting

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95154

--- Comment #3 from Michael  ---
Created attachment 119843
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119843&action=edit
Cell split

I'll try again with the attachment. Notice that cell splitting is restricted to
all vertical cells and I cannot set sizes of the boxes individually.

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


[Libreoffice-bugs] [Bug 95228] FILEOPEN DOCX Textboxes overlap

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95228

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Version|5.0.2.2 release |4.3.0.1 rc
Summary|Formatting error on |FILEOPEN DOCX Textboxes
   |document|overlap
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Confirmed and changed summary.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

Version: 5.1.0.0.alpha1+
Build ID: 186f32f63434e16ff5776251657f902d5808ed3d
TinderBox: Win-x86@39, Branch:master, Time: 2015-10-16_09:42:47
Locale: en-US (fi_FI)

4.3.0.1

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


[Libreoffice-bugs] [Bug 95153] Image Format - No borders doesn't work

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95153

--- Comment #4 from Michael  ---
It's actually 5.0.1.2

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


[Libreoffice-bugs] [Bug 95153] Image Format - No borders doesn't work

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95153

Michael  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 95153] Image Format - No borders doesn't work

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95153

Michael  changed:

   What|Removed |Added

Version|unspecified |5.0.1.2 release

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


[Libreoffice-bugs] [Bug 95153] Image Format - No borders doesn't work

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95153

--- Comment #3 from Michael  ---
(In reply to raal from comment #1)
> What's your version of LibreOffice?

It's the latest one, but I have been observing this throughout the last 6
months at least.

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


[Libreoffice-bugs] [Bug 95207] LibreOffice cannot unify differently-named fonts into a single family

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95207

--- Comment #3 from Linus Drumbler  ---
Some other fonts with similar behaviour include Cooper Hewitt
(http://www.fontsquirrel.com/fonts/cooper-hewitt) and Biryani
(https://www.google.com/fonts/specimen/Biryani).

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


[Libreoffice-bugs] [Bug 95222] glyph positioning for justified paragraphs splitting letters from words for several fonts

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95222

Beluga  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #3 from Beluga  ---
Confirmed.

No splitting in 5.0.2

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

Version: 5.1.0.0.alpha1+
Build ID: 186f32f63434e16ff5776251657f902d5808ed3d
TinderBox: Win-x86@39, Branch:master, Time: 2015-10-16_09:42:47
Locale: en-US (fi_FI)

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


  1   2   3   >