[Libreoffice-bugs] [Bug 93789] text background color not displayed in slide show

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93789

--- Comment #11 from Cor Nouws  ---
(In reply to Aron Budea from comment #10)
> This is now called "highlight color."
> 
> Can someone enlighten me what the difference is supposed to be between
> highlight vs. background color, and what the user expectation would be in
> this case? (seems like a lot of users expect it to show in presentation mode
> as well)

It's complex, have to look it op myself now and then too ;)
 
https://wiki.documentfoundation.org/ReleaseNotes/5.0#Word-compatible_text_highlighting

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


[Libreoffice-bugs] [Bug 87720] Default insert image anchor, wrapping, and spacing

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87720

--- Comment #22 from Cor Nouws  ---
(In reply to Yousuf Philips (jay) from comment #21)

> Got the message "The search named RDC_W_NotResolved_Frame_Image_Object does
> not exist."

I tried to set it available in my prefs, but that went wrong somehow, Does it
work now?

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


[Libreoffice-bugs] [Bug 95026] Continuous section break regression in doc-file

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95026

Aron Budea  changed:

   What|Removed |Added

   Keywords||filter:doc
 CC||ba...@caesar.elte.hu
 Whiteboard||interoperability

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


[Libreoffice-bugs] [Bug 77369] Calc borders only show one line style

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77369

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
   Hardware|Other   |All

--- Comment #7 from Aron Budea  ---
The issue seems to be pieces similar to this:
double nThick = rtl::math::round(rSource.getLeftWidth());
...
if (basegfx::fTools::equalZero(nThick))
{
// Dash line segment too small to draw.  Substitute it with a solid line.
...
from
http://opengrok.libreoffice.org/xref/core/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx

Since nThick is a very small number like 0.07 (depends on zoom), it will get
rounded to zero, and then the line is substituted. Removing the rounding will
produce acceptable results in default rendering mode, but the dashed/dotted
lines look really bad with OpenGL rendering (probably unrelated, but still not
an improvement from users' perspective).

That, and some effort should be put into properly understanding the whole code.

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


[Libreoffice-bugs] [Bug 102056] New: UI Selected cell not updating when holding down keyboard arrow key

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102056

Bug ID: 102056
   Summary: UI Selected cell not updating when holding down
keyboard arrow key
   Product: LibreOffice
   Version: 5.1.4.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michaelhuynh4...@gmail.com

Created attachment 127252
  --> https://bugs.documentfoundation.org/attachment.cgi?id=127252=edit
screenshot of wrong highlighted selected cell

OS: Ubuntu Xenial 16.04.1 LTS 

LO Version: 5.1.4.2 10m0(Build:2)

Problem: Selected cell not highlighted correctly after using keyboard arrow
keys used.

Expected: Highlighted selected cell supposed to move down, but didn't.

Example:
1. enter some data into column a
2. hold down arrow
3. notice the lag when you let go of key
(Screenshot of problem attached)

Also, I cannot reproduce this but: sometimes the selected cell does not update
at all until you mouse click to another cell.

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


[Libreoffice-bugs] [Bug 93581] Editing and Formatting of "copy row" operation

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93581

Aron Budea  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ba...@caesar.elte.hu
 Resolution|--- |WORKSFORME

--- Comment #7 from Aron Budea  ---
Seems fixed in 5.2.1.2.
Not fixed in 5.1.5.2.

Since it's a minor issue, and there's only one more update planned to 5.1
version, I'd say not bother with backporting.

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


[Libreoffice-bugs] [Bug 86019] Poor performance opening spreadsheet with a particular chart

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86019

Aron Budea  changed:

   What|Removed |Added

   Keywords||perf
 CC||ba...@caesar.elte.hu

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


[Libreoffice-bugs] [Bug 90510] FILEOPEN: Calc correctly reads but does not apply pie label settings

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90510

Aron Budea  changed:

   What|Removed |Added

 CC||libreoff...@kohei.us
Version|4.5.0.0.alpha0+ Master  |4.0.0.3 release
 Whiteboard||interoperability

--- Comment #6 from Aron Budea  ---
Still occurs in 5.2.1.2.

CCing Kohei Yoshida for notification, since he's the author.

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


[Libreoffice-bugs] [Bug 56173] FILESAVE impossible for password protected shared .ods

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=56173

Aron Budea  changed:

   What|Removed |Added

 Status|REOPENED|NEW
 CC||ba...@caesar.elte.hu
   Hardware|x86-64 (AMD64)  |All

--- Comment #23 from Aron Budea  ---
I can't save the file either, with v5.2.1.2 / Windows 7. Same thing happens in
Ubuntu 16.04.

If I click save there's no error message, but nothing happens, and upon closing
the "Save document?" dialog appears, and clicking Save returns to the (still
unsaved) document.

Saving via Save as can be used as a workaround.

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


[Libreoffice-bugs] [Bug 102025] Master doesnt run on windows XP

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102025

Aron Budea  changed:

   What|Removed |Added

   Priority|medium  |high
 CC||ba...@caesar.elte.hu
   Severity|normal  |major

--- Comment #1 from Aron Budea  ---
So I just tried to install 2016-09-10 master build, and it gave me this
message: "LibreOfficeDev 5.3.0.0 alpha0 cannot be installed on this Windows
version, Windows Vista or newer required."

Aren't we dropping XP support starting with 5.3?

Found this in Michael Meeks' blog:
"The 5.2.x releases run well on Windows XP, but we cannot be sure how long our
tooling will continue to target that platform. As such - while the ESC has no
concrete plans to drop Windows XP support, we are 'deprecating' it after the
5.2.x series - meaning that having a modern C++ compiler and a modern Windows
build OS base-line have a higher priority. That means that in future it is
possible that future major LibreOffice releases may not run on Windows XP; you
have been warned. For now, there is no change here."

I'm not sure if the installer was changed specifically in relation to this, or
it was just some unrelated changes that had such side effects (for example Mike
Kaganski's installer fix for bug 69066).


After a SI-GUI install, I got the same error message as you.
Interestingly Buovjaga came across this error message a long time ago:
https://bugs.documentfoundation.org/show_bug.cgi?id=82430#c51
(not sure if the cause is the same)

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


[Libreoffice-bugs] [Bug 102055] New: Please provide user-defined variable fields ( or variables) like those supported in Writer

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102055

Bug ID: 102055
   Summary: Please provide user-defined variable fields (or
variables) like those supported in Writer
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: porcelain_mo...@vfemail.net

As best I can tell, there exists a feature in Writer that allows user-defined
fields to be created and inserted, but Impress doesn't support anything like
that feature.  I would like to have this feature added to Impress.

The use case I'm thinking of is: In a large-ish presentation one wants to turn
into a template, a variable could be used to unify dynamic text on the title
page text and some other pages where much of the intervening pages are static. 
For example, you have an interdisciplinary process and want to tailor your
presentation to a specific audience, but you need to update text in a few
palaces in-line, so to speak, not merely on the title page and backgrounds as
could be achieved with two user-defined master pages.

Does this make sense?

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


[Libreoffice-bugs] [Bug 93789] text background color not displayed in slide show

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93789

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu

--- Comment #10 from Aron Budea  ---
This is now called "highlight color."

Can someone enlighten me what the difference is supposed to be between
highlight vs. background color, and what the user expectation would be in this
case? (seems like a lot of users expect it to show in presentation mode as
well)

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


[Libreoffice-bugs] [Bug 101957] Crash when inserting an row in Writer using the context menu

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101957

Aron Budea  changed:

   What|Removed |Added

   Keywords||haveBacktrace

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


[Libreoffice-bugs] [Bug 101912] [META] Accessibility (a11y) bugs and enhancements

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101912

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||101002


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101002
[Bug 101002] Comments in Impress are not accessible (adding/reading)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 36549] [META] ACCESSIBILITY: Tracking bug for issues affecting a11y ATK and GNOME Orca screen reader support

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36549

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|101002  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101002
[Bug 101002] Comments in Impress are not accessible (adding/reading)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 101002] Comments in Impress are not accessible (adding/reading)

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101002

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
 Blocks|36549   |101912

--- Comment #4 from Yousuf Philips (jay)  ---
I checked accerciser and comments arent exposed in the tree. Also the behaviour
of the screen reader not to speak the letters when you use the arrow keys in
the comment seems just like writer.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=36549
[Bug 36549] [META] ACCESSIBILITY: Tracking bug for issues affecting a11y ATK
and GNOME Orca screen reader support
https://bugs.documentfoundation.org/show_bug.cgi?id=101912
[Bug 101912] [META] Accessibility (a11y) bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 99261] Comment not supported with screen reader

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99261

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
  Component|LibreOffice |Calc
 Blocks||101912
Summary|Screen Reading Software |Comment not supported with
   |does not support comments   |screen reader
 OS|Windows (All)   |All

--- Comment #2 from Yousuf Philips (jay)  ---
Bug 92389 covers read/edit comments in writer, so lets leave this one for calc.

In calc, i didnt have any problems adding or editing comments with NVDA or Orca
using the context menu, so please provide exact details for the issue in calc.

Version: 5.3.0.0.alpha0+
Build ID: f7513f0f53f2d074c08610a68fb787bb379c31d4
CPU Threads: 2; OS Version: Linux 3.19; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-09-02_23:58:05
Locale: en-US (en_US.UTF-8); Calc: group


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 101912] [META] Accessibility (a11y) bugs and enhancements

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101912

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||99261


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99261
[Bug 99261] Comment not supported with screen reader
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 62355] Formula objects with widehat/ widevector in Writer have wrong size, top of the hat/vector is cropped

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62355

--- Comment #70 from Element Green  ---
Still occurring on Ubuntu 16.04 with LibreOffice 5.2.1.2 with vec and widevec.

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


[Libreoffice-bugs] [Bug 100143] libreoffice 5.1 crashes on opening an XLS file

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100143

Aron Budea  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #11 from Aron Budea  ---
Correct status is NEW, since Petr provided information. The only reason why I
didn't close the bug report based on that is because of the question I wanted
to ask Tor.

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


[Libreoffice-bugs] [Bug 99261] Screen Reading Software does not support comments

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99261

Yousuf Philips (jay)  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 101912] [META] Accessibility (a11y) bugs and enhancements

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101912

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||92389


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=92389
[Bug 92389] Comment text not accessible with screen reader
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102054] Allow access and modifying of comment with keyboard

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102054

Yousuf Philips (jay)  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 36549] [META] ACCESSIBILITY: Tracking bug for issues affecting a11y ATK and GNOME Orca screen reader support

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36549

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|92389   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=92389
[Bug 92389] Comment text not accessible with screen reader
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 92389] Comment text not accessible with screen reader

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92389

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
   Hardware|x86-64 (AMD64)  |All
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||2054,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=99
   ||261
 Blocks|36549   |101912
Summary|Adding or Reading Comments  |Comment text not accessible
   |with Orca Not Accessible|with screen reader
 OS|Linux (All) |All

--- Comment #5 from Yousuf Philips (jay)  ---
Confirmed with 5.2.1 on windows with NVDA.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=36549
[Bug 36549] [META] ACCESSIBILITY: Tracking bug for issues affecting a11y ATK
and GNOME Orca screen reader support
https://bugs.documentfoundation.org/show_bug.cgi?id=101912
[Bug 101912] [META] Accessibility (a11y) bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 99943] Impress Remote does not work on Qt environments

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99943

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #4 from Xisco Faulí  ---
Hi,
Is this problem still happening for you?
Meanwhile, set it as NEEDINFO

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


[Libreoffice-bugs] [Bug 101912] [META] Accessibility (a11y) bugs and enhancements

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101912

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||102054


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102054
[Bug 102054] Allow access and modifying of comment with keyboard
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102054] New: Allow access and modifying of comment with keyboard

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102054

Bug ID: 102054
   Summary: Allow access and modifying of comment with keyboard
   Product: LibreOffice
   Version: 5.3.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: accessibility
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Blocks: 86899, 101912

Presently there isnt a means of editing comments in writer unless you use the
mouse, so we need a feature similar to Calc's Sheet > Cell Comment > Edit
Comment (uno:EditAnnotation) that would be provide the same functionality.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=86899
[Bug 86899] [META] Requests for the addition of UNO commands
https://bugs.documentfoundation.org/show_bug.cgi?id=101912
[Bug 101912] [META] Accessibility (a11y) bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86899] [META] Requests for the addition of UNO commands

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86899

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||102054


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102054
[Bug 102054] Allow access and modifying of comment with keyboard
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 99943] Impress Remote does not work on Qt environments

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99943

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #3 from Xisco Faulí  ---
Set it to UNCONFIRMED as nobody ever confirmed it

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


[Libreoffice-bugs] [Bug 99943] Impress Remote does not work on Qt environments

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99943

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
 CC||xiscofa...@libreoffice.org

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


[Libreoffice-bugs] [Bug 100143] libreoffice 5.1 crashes on opening an XLS file

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100143

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||xiscofa...@libreoffice.org

--- Comment #10 from Xisco Faulí  ---
Hi Petr,
Please, Don't change the status to ASSIGNED at least you intend to work on it.
Regards

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


[Libreoffice-bugs] [Bug 53301] Bar Chart data series aren' t in the same order as the legend items

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53301

--- Comment #3 from Xisco Faulí  ---
Issue still reproducible in

Version: 5.3.0.0.alpha0+
Build ID: dcc56d663059b3baced58e34bb8186a05ceadf53
CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 98761] bug docx

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98761

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||xiscofa...@libreoffice.org
 Resolution|--- |WORKSFORME

--- Comment #8 from Xisco Faulí  ---
I can't reproduce it in

Version: 5.3.0.0.alpha0+
Build ID: dcc56d663059b3baced58e34bb8186a05ceadf53
CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

Thus, close it as RESOLVED WORKSFORME

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


[Libreoffice-bugs] [Bug 88793] EDITING, subtotals don't apply formatting

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88793

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #16 from Xisco Faulí  ---
Hi Arul,
Please, next time you assign a bug to yourself, remember to change the status
and the assignee.
Regards

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


[Libreoffice-bugs] [Bug 94362] assertion: items_ not empty in utl::ConfigManager:: ~ConfigManager()

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94362

--- Comment #5 from Sergey  ---
Sorry, just double checked. It remains in CALC and BASE.

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


[Libreoffice-bugs] [Bug 36038] Support extended LCID format in number format code

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36038

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||xiscofa...@libreoffice.org
   Assignee|libreoffice-b...@lists.free |jumbo4...@yahoo.fr
   |desktop.org |

--- Comment #8 from Xisco Faulí  ---
Hi Laurent,
Please, next time you assign a bug to yourself, remember to change the status
and the assignee.
Regards

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


[Libreoffice-bugs] [Bug 81350] FILEOPEN: XLSX file: boolean values imported wrongly, consecutive values hidden

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81350

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||xiscofa...@libreoffice.org
   Assignee|libreoffice-b...@lists.free |gan...@poczta.onet.pl
   |desktop.org |

--- Comment #7 from Xisco Faulí  ---
Hi,
Please, next time you assign a bug to yourself, remember to change the status
and the assignee.
Regards

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


[Libreoffice-bugs] [Bug 100143] libreoffice 5.1 crashes on opening an XLS file

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100143

--- Comment #9 from Aron Budea  ---
'Maybe a notice "OpenCL was disabled because it seems to crash LibreOffice" on
next start would be great.'

Tor, what's your opinion on a similar notification?

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


[Libreoffice-bugs] [Bug 94362] assertion: items_ not empty in utl::ConfigManager:: ~ConfigManager()

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94362

--- Comment #4 from Sergey  ---
This is absent from the latest build.

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


[Libreoffice-bugs] [Bug 67974] UI: Add a search box in function wizard in Spreadsheet

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67974

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #7 from Xisco Faulí  ---
Hi Abhilash,
Please, next time you assign a bug to yourself, remember to change the status
and the assignee.
Regards

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


[Libreoffice-bugs] [Bug 100593] Add fraction number format option to reduce forced denominator

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100593

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #13 from Xisco Faulí  ---
Hi Nadith,
Please, next time you assign a bug to yourself, remember to change the status
and the assignee.
Regards

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


[Libreoffice-bugs] [Bug 82214] SVG image causes UI freeze when scrolling and slow export of PDF

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82214

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |armin.le.gr...@me.com
   |desktop.org |

--- Comment #28 from Xisco Faulí  ---
Hi Armin,
Please, next time you assign a bug to yourself, remember to change the status
and the assignee.
Regards

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


[Libreoffice-bugs] [Bug 101541] WORKDAY.INTL function not working properly

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101541

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||xiscofa...@libreoffice.org
   Assignee|libreoffice-b...@lists.free |winfrieddonkers@libreoffice
   |desktop.org |.org

--- Comment #10 from Xisco Faulí  ---
Hi Winfried,
Please, next time you assign a bug to yourself, remember to change the status
and the assignee.
Regards

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


[Libreoffice-bugs] [Bug 87720] Default insert image anchor, wrapping, and spacing

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87720

--- Comment #21 from Yousuf Philips (jay)  ---
(In reply to Cor Nouws from comment #20)
> FYI
> https://bugs.documentfoundation.org/buglist.
> cgi?cmdtype=dorem_id=632697=RDC_W_NotResolved_Frame_Image_Objec
> t=run

Got the message "The search named RDC_W_NotResolved_Frame_Image_Object 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 91820] Reorganization of the menu bar for Calc

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91820

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |philip...@hotmail.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 35912] Making a new Calc document from Windows-Desktop don´t use loc =?UTF-8?Q?alized=20word=20for=20?="sheet"

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35912

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
   Assignee|fridrich.st...@bluewin.ch   |libreoffice-b...@lists.free
   ||desktop.org

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


[Libreoffice-bugs] [Bug 94139] SVG import: wavedrom charts come out wrong

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94139

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 100143] libreoffice 5.1 crashes on opening an XLS file

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100143

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 75016] WinSal*Printer mishandles creation and destruction and causes sideeffects in OuputDevice ::ImplGetGraphics/ImplReleaseGraphics

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75016

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 66645] XHTML export: bad alignment/ spacing of mathematical expressions

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66645

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 42647] command line option to specify password

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42647

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 101541] WORKDAY.INTL function not working properly

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101541

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 33209] WIKIHELP LOCALHELP: does not show for extensions

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33209

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 67974] UI: Add a search box in function wizard in Spreadsheet

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67974

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 100593] Add fraction number format option to reduce forced denominator

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100593

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 48067] [SVG] path d="M 50 120 L 430 120" opened as a 6 points polygon

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48067

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 90116] SIDEBAR: Conditional formatting tab

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90116

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 66279] MathML export: use the operator dictionary

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66279

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 81350] FILEOPEN: XLSX file: boolean values imported wrongly, consecutive values hidden

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81350

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 36799] If you insert an envelope into a document only the envelope is printed ( Mac OS X)

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36799

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 66279] MathML export: use the operator dictionary

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66279

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 80381] FILEOPEN: MS Excel 2003 XML file looses empty rows on import which consequently results in broken formulas

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80381

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 53042] [FILEOPEN] Bad macros import from xlsm

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53042

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 36038] Support extended LCID format in number format code

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36038

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 53042] [FILEOPEN] Bad macros import from xlsm

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53042

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 67039] SVG filter (Draw) does not appear to handle area fill for line objects

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67039

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 67039] SVG filter (Draw) does not appear to handle area fill for line objects

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67039

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 102050] Insert image with custom style does not work

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102050

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #1 from V Stuart Foote  ---
On Windows 10 Pro 64-bit en-US

with either
Version: 5.2.1.2 (x64)
Build ID: 31dd62db80d4e60af04904455ec9c9219178d620
CPU Threads: 8; OS Version: Windows 6.19; UI Render: GL; 
Locale: en-US (en_US); Calc: group

or
Version: 5.3.0.0.alpha0+
Build ID: 681d5fd37e469491268d40147c621187dc6f4b95
CPU Threads: 8; OS Version: Windows 6.19; UI Render: GL; 
TinderBox: Win-x86@42, Branch:master, Time: 2016-09-10_06:06:09
Locale: en-US (en_US); Calc: CL

Using LibreOffice dialogs, this seems to behave correctly.  The Insert -> Image
using "Style" drop down and selecting a newly created custom style
"ImageAsCharacter" from the list as described.

When the list opens it does show "Graphic" as the default choice, but the
dropdown does seem to select sytle, and the style does seem to apply with
anchor to character asserted.

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


[Libreoffice-bugs] [Bug 82214] SVG image causes UI freeze when scrolling and slow export of PDF

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82214

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 80339] VIEWING: SVG imported image not displaying correctly

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80339

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 82214] SVG image causes UI freeze when scrolling and slow export of PDF

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82214

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 80339] VIEWING: SVG imported image not displaying correctly

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80339

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 101949] Outdated Source Code Pro fonts

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101949

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr,
   ||tima...@gmail.com

--- Comment #2 from Julien Nabet  ---
Andras: noticing your patch to update DejaVu fonts, thought you might be
interested in this one.

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


[Libreoffice-bugs] [Bug 91820] Reorganization of the menu bar for Calc

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91820

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 88793] EDITING, subtotals don't apply formatting

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88793

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 62525] Convert manual refcounting / copy-on-write implementations to cow_wrapper

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62525

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 98761] bug docx

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98761

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 97663] SVG line spacing not correct

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97663

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 92601] Writer crashes when send as email used without default email program configured

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92601

peterpan  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from peterpan  ---
Thanks for reminder. closing

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

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


[Libreoffice-bugs] [Bug 85491] FILEOPEN: break parameter incorrectly set in .XLSX import

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85491

Xisco Faulí  changed:

   What|Removed |Added

   Assignee|sushilshi...@libreoffice.or |libreoffice-b...@lists.free
   |g   |desktop.org

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


[Libreoffice-bugs] [Bug 80271] FILESAVE: Shape not getting preserved in RT file

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80271

Xisco Faulí  changed:

   What|Removed |Added

   Assignee|sushilshi...@libreoffice.or |libreoffice-b...@lists.free
   |g   |desktop.org

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


[Libreoffice-bugs] [Bug 84647] FILEOPEN: text flow parameters incorrectly set in .XLSX causing some labels to disappear

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84647

Xisco Faulí  changed:

   What|Removed |Added

   Assignee|sushilshi...@libreoffice.or |libreoffice-b...@lists.free
   |g   |desktop.org

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


[Libreoffice-bugs] [Bug 102053] New: Alt-A hotkey is assigned to two widgets on hyperlink dialog

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102053

Bug ID: 102053
   Summary: Alt-A hotkey is assigned to two widgets on hyperlink
dialog
   Product: LibreOffice
   Version: 5.1.2.2 release
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dm...@mail.ru

Created attachment 127251
  --> https://bugs.documentfoundation.org/attachment.cgi?id=127251=edit
Hyperlink dialog with conflicting widgets highlighted

Steps to reproduce:
- Open Hyperlink dialog (Insert → Hyperlink).
- Press Alt-A.

Expected: "Apply" is invoked.
Actual: "Name" is focused.

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


[Libreoffice-bugs] [Bug 100003] UI of LibreOffice Writer: German localization of menu " =?UTF-8?Q?Tabelle=20=2D=20Gr=C3=B6=C3=9Fe?=": " Spalten gleichmäßig =?UTF-8?Q?=20verteilen?="

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=13

--- Comment #9 from Julien Nabet  ---
On pc Debian x86-64 with LO Debian package 5.2.0.4, I don't reproduce this with
German UI but I could reproduce this with French UI.

With master sources updated today (but with translation repo from 20160830,
4a467ef3a02f7a0903868273eaa3788edd6b73fc), I still reproduce the pb with French
UI.

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


[Libreoffice-bugs] [Bug 43220] UI: Strange Behavior According the Display of the Navigation Toolbar in Writer

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43220

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
   Assignee|venccsra...@gmail.com   |libreoffice-b...@lists.free
   ||desktop.org

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


[Libreoffice-bugs] [Bug 94139] SVG import: wavedrom charts come out wrong

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94139

Xisco Faulí  changed:

   What|Removed |Added

   Assignee|xiscofa...@libreoffice.org  |libreoffice-b...@lists.free
   ||desktop.org

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


[Libreoffice-bugs] [Bug 53301] Bar Chart data series aren' t in the same order as the legend items

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53301

Xisco Faulí  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 79387] EDITING: Letter Wizard: First name and last name not added to the letter

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79387

Xisco Faulí  changed:

   What|Removed |Added

   Assignee|xiscofa...@libreoffice.org  |libreoffice-b...@lists.free
   ||desktop.org

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


[Libreoffice-bugs] [Bug 62525] Convert manual refcounting / copy-on-write implementations to cow_wrapper

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62525

Xisco Faulí  changed:

   What|Removed |Added

   Assignee|xiscofa...@libreoffice.org  |libreoffice-b...@lists.free
   ||desktop.org

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


[Libreoffice-bugs] [Bug 97663] SVG line spacing not correct

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97663

Xisco Faulí  changed:

   What|Removed |Added

   Assignee|xiscofa...@libreoffice.org  |libreoffice-b...@lists.free
   ||desktop.org

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


[Libreoffice-bugs] [Bug 100003] UI of LibreOffice Writer: German localization of menu " =?UTF-8?Q?Tabelle=20=2D=20Gr=C3=B6=C3=9Fe?=": " Spalten gleichmäßig =?UTF-8?Q?=20verteilen?="

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=13

Julien Nabet  changed:

   What|Removed |Added

 CC||fglowin...@gmail.com

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

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


[Libreoffice-bugs] [Bug 101947] Falsche Übersetzung =?UTF-8?Q?=20?=( Zeilen gleichmäßig =?UTF-8?Q?verteilen?=)

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101947

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #2 from Julien Nabet  ---


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

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


[Libreoffice-bugs] [Bug 101945] Display information about LibreOffice during install

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101945

--- Comment #11 from Aron Budea  ---
I timed the install process (after initial choices and permission request),
too, it takes:
 - ~45 seconds on my computer (~2 years old AMD machine, with SSD),
 - ~55 seconds on the same computer if the target drive is not on SSD,
 - ~1:30 on another older computer (~9 years old, with SSD).

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


[Libreoffice-bugs] [Bug 102045] Crash in: sfx2::sidebar::Panel::SetExpanded(bool)

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102045

V Stuart Foote  changed:

   What|Removed |Added

 Whiteboard|needs32bitWindows10 |

--- Comment #6 from V Stuart Foote  ---
OK, so you were using the 32-bit build of LibreOffice...

Helpful to copy/paste details from the Help -> About LibreOffice dialog.

Do you happen to have the document (or an extract that consistently crashes)
that you can post up?

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


[Libreoffice-bugs] [Bug 102024] DOCX import: Checkbox produced by LibreOffice doesn' t import again.

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102024

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.
During saving, I noticed this on console:
(soffice:30649): Gdk-CRITICAL **: gdk_window_get_window_type: assertion
'GDK_IS_WINDOW (window)' failed
warn:legacy.osl:30649:1:sw/source/filter/ww8/wrtww8.cxx:792: Where is my
ItemSet / pChpIter ?
warn:vcl:30649:1:vcl/source/outdev/map.cxx:704: Please record only relative
MapModes!
warn:vcl:30649:1:vcl/source/outdev/map.cxx:704: Please record only relative
MapModes!
warn:legacy.tools:30649:1:sfx2/source/control/statcach.cxx:407: setting state
of dirty message

On loading docx, I got this:
warn:unotools.config:30797:1:unotools/source/config/configitem.cxx:431:
ignoring XHierarchicalNameAccess to /org.openoffice.Office.Compatibility//
Exception: 
warn:unotools.config:30797:1:unotools/source/config/configitem.cxx:431:
ignoring XHierarchicalNameAccess to /org.openoffice.Office.Compatibility//
Exception: 
warn:writerfilter:30797:1:writerfilter/source/dmapper/DomainMapper_Impl.cxx:573:
no context of type 1 available
warn:writerfilter:30797:1:writerfilter/source/dmapper/DomainMapper_Impl.cxx:573:
no context of type 1 available
warn:writerfilter:30797:1:writerfilter/source/dmapper/DomainMapper_Impl.cxx:573:
no context of type 1 available
warn:svl:30797:1:svl/source/items/style.cxx:262: StyleSheet-Follow not found
warn:legacy.osl:30797:1:oox/source/helper/storagebase.cxx:67:
StorageBase::StorageBase - missing base input stream
warn:legacy.osl:30797:1:vcl/source/image/ImageList.cxx:151: ImageAryData::Load:
failed to load image 'cmd/lc_setoutline.png' from icon theme 'tango'

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


[Libreoffice-bugs] [Bug 102043] Make it easier to create accessible documents with an accessibility mode

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102043

Jean-Philippe MENGUAL  changed:

   What|Removed |Added

 CC||te...@accelibreinfo.eu

--- Comment #2 from Jean-Philippe MENGUAL  ---
Hi,

I tend to agree with Vstuart. I think a such behaviour (item 1) should be by
default, so that users produce naturally an accessible document. Yes, I'm aware
of the fact it's a kind of "forcing" against users, but I think it's also more
efficient to get accessible documents, because educational methods is so hard
(many people, need to explain how and why, etc). If the productivity suite has
dialogs or wizards to require something before inserting some objects, people
will make it accessible without even being aware of it. And it's likely a good
thing. Letting users choose results they do not, and many docs are not
accessible (yes we never know who will use a doc, etc).

For the accessibility of the commands (item 2), yes it will be excellent to
have capability to automate certain things as shape posjtionning, etc. Also
making accessible via menus commands on the toolbar is a quite excellent idea.

Finally, I think the background of vstuart's message is the idea of universal
design, and I like this. The idea that everybody has the same base accessible
regardless its situation, instead of dedicated modes. Because modes need to be
maintained, and it may be hard when an app is updated, etc.

So I'd agree with 2nd item, but would think the 1st should be by default.

Best regards,

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


[Libreoffice-bugs] [Bug 87720] Default insert image anchor, wrapping, and spacing

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87720

--- Comment #20 from Cor Nouws  ---
FYI
https://bugs.documentfoundation.org/buglist.cgi?cmdtype=dorem_id=632697=RDC_W_NotResolved_Frame_Image_Object=run

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


[Libreoffice-bugs] [Bug 102047] Saving 59 MB presentation is long and high CPU usage

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102047

--- Comment #3 from Mikhail Novosyolov  ---
Did you try exaactly this presenatation? I addditionally tried Libreoffice
5.2.1 and 5.3.0 on Linux and 5.2.1 on Windows, the issue is the same in all of
them. But beforehand we worked and had no issues with this presentation.

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


[Libreoffice-bugs] [Bug 102052] New: Print Directly printer string should only appear in the tooltip

2016-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102052

Bug ID: 102052
   Summary: Print Directly printer string should only appear in
the tooltip
   Product: LibreOffice
   Version: 5.3.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: s.mehrbr...@gmail.com

Now that we have a dedicated TooltipLabel string, the name of the printer
should only appear in the tooltip of Print Directly (.uno:PrintDefault) and not
the toolbar label.

Code pointer
http://opengrok.libreoffice.org/xref/core/sfx2/source/view/viewsh.cxx#730

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


  1   2   3   >