[Libreoffice-bugs] [Bug 93269] LibreOffice 5 64 bit cannot show a lot of unicode chars in "insert, special characters" - 32 bit is OK

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93269

Maxim Monastirsky  changed:

   What|Removed |Added

Version|5.0.1.1 rc  |5.0.0.5 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 40091] Vertical writing inferior to MS Word

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40091

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| 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 40091] Vertical writing inferior to MS Word

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40091

--- Comment #2 from Commit Notification 
 ---
Mark Hung committed a patch related to this issue.
It has been pushed to "master":

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

Fix tdf#40091 and tdf#40335 text layout issues.

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 93114] Insert Special Character - Not reading Fonts Correctly

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93114

--- Comment #8 from urly  ---
With LO 5.0.1.1 64 bit the same problem: some not-shown special characters and
some wrong code page.

For example: the Unicode characters
0x21D4 <=>
0x21C4 arrow left and right above.
If I mouseclick the crossed field, the correct char. is shown in the textfield.

-- 
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 93269] LibreOffice 5 64 bit cannot show a lot of unicode chars in "insert, special characters" - 32 bit is OK

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93269

urly  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
Version|5.0.0.5 release |5.0.1.1 rc
 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 93269] LibreOffice 5 64 bit cannot show a lot of unicode chars in "insert, special characters" - 32 bit is OK

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93269

urly  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #4 from urly  ---
With LO 5.0.1.1 64 bit the same problem: some not-shown special characters and
some wrong code page.

For example: the Unicode characters
0x21D4 <=>
0x21C4 arrow left and right above.
If I mouseclick the crossed field, the correct char. is shown in the textfield.

-- 
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 93446] [l10n, Russian] Discrete distributions do not have probability density

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93446

--- Comment #3 from Mercury  ---
No! 1. The string repeats many, many times, and this one is exponential
distribution, continuous one. 2. I meant Russian localization.

-- 
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 92411] ImageMap Editor can select all/some hotspot Frame button

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92411

Adolfo Jayme  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Component|LibreOffice |UI
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |eszka...@gmail.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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 80758] TOOLBAR: empty values in button names not respected

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80758

--- Comment #10 from Norbert Thiebaud  ---
Rishabh:

the code that mess with the behavior is in ConvertSvxConfigEntry
where it says:

// If the name has not been changed and the name is the same as
// in the default command to label map then the label can be stored
// as an empty string.
// It will be initialised again later using the command to label map.  

since that is in itself a 'hack' it may be better to build upon that:
in the 'else'
if the GetName() is empty, inject a '~' _there_
that should have the same effect, but at least we keep the crazyness at the
same place

To keep the Reset to Default behavior working you need to be able to not set
the bStrEdited bool of the associated pEntry in the case ID_DEFAULT_COMMAND

the easiest way to do that is to change the SetName(cosnt OUString& rStr) API
to SetName(cosnt OUString& rStr, bool bUserChanged = true)
{ aLabel = rStr; bStrEdited = bUserChanged; }

and in the ID_DEFAULT_COMMAND case call SetName(aSystemName, false)


Note: completely untested.. just from reading the patch and the code around
it.. so reader beware :-D

-- 
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 39468] translate German comments, removing redundant ones

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39468

--- Comment #197 from Commit Notification 
 ---
Philipp Weissenbacher committed a patch related to this issue.
It has been pushed to "master":

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

tdf#39468 Translate German comments - include/svx

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 92411] ImageMap Editor can select all/some hotspot Frame button

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92411

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|bibisected  |bibisected 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 92411] ImageMap Editor can select all/some hotspot Frame button

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92411

--- Comment #4 from Commit Notification 
 ---
Szymon Kłos committed a patch related to this issue.
It has been pushed to "master":

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

tdf#92411 : don't select all toolbar buttons in the ImageMap Editor

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 93449] Hyperlink inside doc not working in HTML

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93449

--- Comment #1 from Michel Handfield  ---
I have to add in odt the links inside documents work properlly, but saved in
HTML it doesn't work! I had to open my libre office odt document in Open office
to save it in HTML document before transfering it on my website (FTP) for
having working link on my website! I  don't know why? A code line forgetting
between Libre office 4.XXX and 5.XX? :)

-- 
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 93450] Animations: No button for "Add", "Remove" etc.

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93450

--- Comment #1 from Adolfo Jayme  ---
Can you attach a screenshot depicting the exact issue you are seeing?

-- 
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 93436] Too many bugs. What about change priorities to stability?

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93436

--- Comment #2 from Adolfo Jayme  ---
This project is run by volunteers. There are no priorities here. That is not
how we work.

-- 
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 64975] FORMATTING: autoIndent for Chinese should be two characters

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64975

Adolfo Jayme  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |mark...@gmail.com
   |desktop.org |
 Whiteboard|BSA ProposedEasyHack|BSA target:5.1.0
   |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 93052] When save, generate unused list-styles in context.xml

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93052

Adolfo Jayme  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |glo...@fbihome.de
   |desktop.org |
 Ever confirmed|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 92305] VIEWING: Multiple page view does not render properly when scrolling

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92305

Adolfo Jayme  changed:

   What|Removed |Added

 Whiteboard|bibisected target:5.1.0 |bibisected target:5.1.0
   |target:5.0.2 target:5.0.1   |target:5.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 93460] New: I can not print double-sided

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93460

Bug ID: 93460
   Summary: I can not print double-sided
   Product: LibreOffice
   Version: 5.0.0.5 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bigbills...@yahoo.com

I have a Brother J470DW printer.  In the past I have been able to print
double-sided.  When I tried to do so with LibreOffice 5.0 Writer using Windows
10, I did not have that option.  I checked the user community for a similar
problem and found one where the user had an HP printer.  I could not use the
solution that user found although I did follow the same sequence "File >
Printer Settings > select your printer > properties".  For the properties of my
printer, there was no option for 2-sided printing, which is available using my
printer's properties when I print from email as an example.  LibreOffice does
not offer that option.

-- 
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 64975] FORMATTING: autoIndent for Chinese should be two characters

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64975

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|BSA ProposedEasyHack|BSA ProposedEasyHack
   ||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 64975] FORMATTING: autoIndent for Chinese should be two characters

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64975

--- Comment #7 from Commit Notification 
 ---
Mark Hung committed a patch related to this issue.
It has been pushed to "master":

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

Fix tdf#64975: FORMATTING: autoIndent for Chinese should be two

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 85090] Autocorrect always capitalizes small "i" in a cell

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85090

Adolfo Jayme  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

-- 
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 90785] relative font size (style:font-size-rel) has no effect

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90785

Matthew Francis  changed:

   What|Removed |Added

 Whiteboard|bibisectRequest |

-- 
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 90785] relative font size (style:font-size-rel) has no effect

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90785

Matthew Francis  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||fdb...@neosheffield.co.uk
 Resolution|--- |DUPLICATE

--- Comment #3 from Matthew Francis  ---
Fixed in commit 7f4230675c6c78ebea8b6db3f3612e3ef6fb23df

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

-- 
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 93459] New: no button for automatic line break to be added on toolbar

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93459

Bug ID: 93459
   Summary: no button for automatic line break to be added on
toolbar
   Product: LibreOffice
   Version: 5.0.0.5 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tho...@gmx.de

There no button available which can be inserted to the toolbar for inserting an
automatic line break.

-- 
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 36884] 10n character does not rotate 270 degree

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36884

Adolfo Jayme  changed:

   What|Removed |Added

Version|3.3.2 release   |Inherited From OOo
   Assignee|libreoffice-b...@lists.free |mark...@gmail.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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 92998] impress/charts: Can save broken odc

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92998

--- Comment #3 from Markus Mohrhard (retired)  
---
The plan is to disable that feature outside of dbgutil builds.

-- 
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 82176] CJK: Cursor position, line selection and non-printing characters do not take account of hanging punctuation

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82176

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| 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 82176] CJK: Cursor position, line selection and non-printing characters do not take account of hanging punctuation

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82176

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

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

Fix tdf#82176 CJK: Cursor position, line selection and non-printing

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 90150] Page numbering in the status bar which may cause confusion

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90150

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.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 90150] Page numbering in the status bar which may cause confusion

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90150

--- Comment #7 from Commit Notification 
 ---
Jan Holesovsky committed a patch related to this issue.
It has been pushed to "libreoffice-5-0-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=1e83e14fb118a98425c342c63b98147e4cf79d44&h=libreoffice-5-0-1

tdf#92305: Revert "tdf#90150 : Page numbering in the status bar ..."

It will be available in 5.0.1.

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 92305] VIEWING: Multiple page view does not render properly when scrolling

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92305

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|bibisected target:5.1.0 |bibisected target:5.1.0
   |target:5.0.2|target:5.0.2 target:5.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 92305] VIEWING: Multiple page view does not render properly when scrolling

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92305

--- Comment #19 from Commit Notification 
 ---
Jan Holesovsky committed a patch related to this issue.
It has been pushed to "libreoffice-5-0-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=1e83e14fb118a98425c342c63b98147e4cf79d44&h=libreoffice-5-0-1

tdf#92305: Revert "tdf#90150 : Page numbering in the status bar ..."

It will be available in 5.0.1.

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 93425] Writer crashes when opening

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93425

--- Comment #6 from Mike  ---
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 93447] image in .odt not displayed correctly

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93447

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

-- 
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 93447] image in .odt not displayed correctly

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93447

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #6 from V Stuart Foote  ---
Created attachment 117941
  --> https://bugs.documentfoundation.org/attachment.cgi?id=117941&action=edit
Visio drawing object OLE into Writer ODT

The "image" is not an image. Rather it is a Visio drawing object, i.e. a VSD.

Believe the .ODT was incorrectly created. Using Insert -> Object -> OLE-object
results in a well formed document with correct OLE handling of the drawing.

See attached .ODT with correct OLE embedding and styling of the Visio drawing
extracted from the ODF archive.

-- 
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 36884] 10n character does not rotate 270 degree

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36884

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| 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 36884] 10n character does not rotate 270 degree

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36884

--- Comment #11 from Commit Notification 
 ---
Mark Hung committed a patch related to this issue.
It has been pushed to "master":

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

Fix tdf#36884 10n character does not rotate 270 degree

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 71690] TDF Site: Download -> System Requirements: Add Windows Server 2008 R2, 2012 and Windows 8.1 + Windows 10 + FreeBSD

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71690

Dennis Roczek  changed:

   What|Removed |Added

   Priority|medium  |highest

--- Comment #7 from Dennis Roczek  ---
setting to highest now.

-- 
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 93052] When save, generate unused list-styles in context.xml

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93052

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| 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 93052] When save, generate unused list-styles in context.xml

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93052

--- Comment #4 from Commit Notification 
 ---
Jan-Marek Glogowski committed a patch related to this issue.
It has been pushed to "master":

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

tdf#93052 Fix abundance of calc annotation styles

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 93455] Empty *.docx text-document after saving and reopening

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93455

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #1 from V Stuart Foote  ---


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

-- 
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 93456] Empty *.docx text-document after saving and reopening - XML Contains Data

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93456

--- Comment #5 from V Stuart Foote  ---
*** Bug 93455 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 93145] Icon themes are not self-contained in 5.0 any more (was: the icon on Sidebar and Bottom right corner cannot display on Ubuntu 14.04)

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93145

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||ke...@collabora.com,
   ||momonas...@gmail.com

--- Comment #8 from Maxim Monastirsky  ---
Well, it was an intentional change made in:

commit b6bdc6771199b7b05d4f9840b66ebce3bb61d7db
Author: Jan Holesovsky 
Date:   Sun Nov 23 03:07:44 2014 +0100

icons: Package only the icons that are in the theme.

The fallback is now implemented directly in vcl, no need to waste space any
more.

Change-Id: Ia027fda5e92d2bac7369139f3277d73b0521bef2


@kendy: I guess we can close this one as NOTOURBUG, and let downstream fix
their packaging?

-- 
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 93425] Writer crashes when opening

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93425

--- Comment #5 from Julien Nabet  ---
For the moment, yes, I should stick with previous version (just my opinion of
course).
Certainly someone, QA or dev, will have some insight about 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 93458] STATUSBAR: Word and character count don't update after high-word-count document loads

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93458

MartinPC  changed:

   What|Removed |Added

 Blocks||93261

-- 
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 93261] Persistently high background CPU usage by soffice.bin with high-word-count Writer document

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93261

MartinPC  changed:

   What|Removed |Added

 Depends on||93458

--- Comment #8 from MartinPC  ---
See related Bug 93458.

-- 
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 93448] No preview for page styles

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93448

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||momonas...@gmail.com

--- Comment #2 from Maxim Monastirsky  ---
Most likely another instance of Bug 93145.

@Matthias: Which icon theme do you use? Please try to install additional icon
themes (they are in libreoffice-style-* packages), even if you don't use these
themes. Starting with 5.0, not all themes have all icons, and depending on the
theme you actually use, you'll get the page icons from a different fallback
theme. For example Sifr theme fallbacks to Breeze, and if not found to Galaxy.
Oxygen fallbacks to Tango.

Please let us know whether installing additional themes solves your problem.
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 93458] New: STATUSBAR: Word and character count don't update after high-word-count document loads

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93458

Bug ID: 93458
   Summary: STATUSBAR: Word and character count don't update after
high-word-count document loads
   Product: LibreOffice
   Version: 5.0.0.5 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Keywords: regression
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: petercraigmartin...@gmail.com

This bug appears to be related to Bug 93261 - Persistently high background CPU
usage by soffice.bin with high-word-count Writer document.

In LibreOffice Writer 4, the word and character count displayed in the left of
Writer's statusbar would periodically update in real time shortly after a
document was loaded, letting the user know that Writer was (apparently)
repaginating the document and updating its statistics in background. Sometimes
the display update would be paused or interrupted if the user initiated a task
(e.g., switching sidebar panels) before the background repagination/statistics
updating was complete, but the word and character count would generally display
correctly once the task was complete and focus was returned to the document's
main frame.

When a high-word-count document is loaded in LibreOffice Writer 5.0.0.5 for
Windows (both x86 and x64 editions), the word and character count DO NOT update
in real time, and in fact do not appear to update AT ALL until the user has
engaged in some foreground activity in the main document frame, e.g., by
editing, initiating a spell check, jumping to a bookmark, or jumping to the end
of the document. (Significant scrolling seems to trigger a statusbar update but
minor scrolling does not.) The word count and character count typically start
out by immediately jumping to (very roughly) around 1,700 words and 10,000
characters, and they remain at those initial numbers until the user engages in
foreground activity.

Word and character count automatically update within a reasonable time (albeit
in a single jump, without intermediate refreshes) for ~14,000-word and
~70,000-word documents. They NEVER update on their own (without user activity)
for ~430,000-word, ~570,000-word, and ~720,000-word documents. The bug can be
tested on the documents I uploaded for Bug 93261. 

This bug, in itself, is only a minor annoyance -- the user doesn't know when
Writer has finished repaginating and updating statistics in background -- but
it's a clear regression with respect to LibreOffice 4. That said, I suspect it
is connected to another bug I noticed in LibreOffice Writer 5.0.0.5 (Bug 93261
- Persistently high background CPU usage by soffice.bin with high-word-count
Writer document). Is it possible the initial background
repagination/statistics-updating routine gets stuck in a loop in
high-word-count documents? If so, manually updating document statistics (File >
Properties > Statistics > Update) doesn't seem to break 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 93425] Writer crashes when opening

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93425

--- Comment #4 from Mike  ---
Thanks! So what should I do?
What can be done with those bad references?
The thing is, there's no such problem with Writer 4.4.2.2. Does this mean I
have to forever stick with that version?

-- 
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 93440] view jumps to cursor after saving

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93440

--- Comment #2 from Paul Jähne  ---
Hi Jacques

forgot to add my real name in the feedbacktracker.

I entered some stuff in the user data fields but this had no effect. Also I
don't get why this should change something.

Kind regards

Paul

-- 
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 93457] Linked images oftencause Writer to hang, both edit mode and print-preview mode

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93457

Joel Madero  changed:

   What|Removed |Added

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

--- Comment #1 from Joel Madero  ---
Please attach a document that demonstrates this problem.

Marking as NEEDINFO - once you attach mark it as 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 93457] New: Linked images oftencause Writer to hang, both edit mode and print-preview mode

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93457

Bug ID: 93457
   Summary: Linked images oftencause Writer to hang, both edit
mode and print-preview mode
   Product: LibreOffice
   Version: 5.0.0.5 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pa...@landau.ws

When a document has linked images, Writer will often hang when trying to
display the relevant page. This occurs whether the images are small or large.

What happens:

On scrolling to a page with a linked image:

• CPU runs very high, often hitting 100%.
• Writer ignores all user input.
• A place-holder for the image is shown with the text, "Read-Error".
• The image repeatedly briefly flashes every second or so, and then returns to
showing the place-holder with "Read-Error".
• With more than one image on the page, the brief flashes will rotate between
the images.
• The only way out of this is to kill LibreOffice.

In edit mode, this is intermittent — restarting LibreOffice sometimes allows it
to work.

In print-preview mode, this happens to me every time, so I cannot use
print-preview at all, a critical loss for me.

I don't know if the size of the document or of the linked images are of any
relevance; my files tend to be quite large.

Workaround:

• Fall back to LibreOffice version 4.4.5.

More information:

• LibreOffice version 5.0.0.5, installed from the DEB downloaded from the
official website

I have tested this on two operating systems:
• Linux Ubuntu 14.04 64-bit
• Windows 7 Home Premium

-- 
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 92992] Viewing: Text rendering is corrupted in particular .odt

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92992

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Resolution|INVALID |WORKSFORME

--- Comment #9 from Jean-Baptiste Faure  ---
WorksForMe seems more appropriate than invalid.

Best regards. JBF

-- 
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 93452] Helppack is installed, but LibreOffice uses the online help.

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93452

m.a.riosv  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTABUG

--- Comment #3 from m.a.riosv  ---
Some information about 64 bits issue:
https://wiki.documentfoundation.org/Development/msvc-x86_64

Resolved as not a 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 92190] PRINTs landscape despite configured as portrait

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92190

Adolfo Jayme  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

-- 
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 93274] Styles and Formatting button in right sidebar crashes Unity(7.2.5) session.

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93274

Maxim Monastirsky  changed:

   What|Removed |Added

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

--- Comment #4 from Maxim Monastirsky  ---
As a workaround make sure to install these packages (even if you don't use
these themes):

libreoffice-style-galaxy
libreoffice-style-tango

Please let us know if it won't solve the problem for you.

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

-- 
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 93145] Icon themes are not self-contained in 5.0 any more (was: the icon on Sidebar and Bottom right corner cannot display on Ubuntu 14.04)

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93145

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||mermo...@gmail.com

--- Comment #7 from Maxim Monastirsky  ---
*** Bug 93274 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 93386] Crashes when closing a Database with macro editor open

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93386

--- Comment #16 from Julien Nabet  ---
Created attachment 117940
  --> https://bugs.documentfoundation.org/attachment.cgi?id=117940&action=edit
bt with debug symbols

On pc Debian x86-64 with master sources updated yesterday, I could reproduce
this.
I attached bt with debug symbols.

-- 
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 92268] Can't open document via webdav link + SSO

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92268

tommy27  changed:

   What|Removed |Added

 CC||ba...@quipo.it,
   ||giuseppe.castagno@acca-esse
   ||.eu

--- Comment #4 from tommy27  ---
@Giuseppe
can you retest this one with LibO 5.0.0.5 and tell if issue persists?

-- 
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 40534] slide tearing in LARGE screens with hardware acceleration enabled

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40534

tommy27  changed:

   What|Removed |Added

   Priority|high|highest

--- Comment #42 from tommy27  ---
after seeing 10 duplicates I think it's time to set priority to highest.

-- 
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 92362] Impress Slideshow won't display on Surface Pro 3 in native resolution

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92362

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||ba...@quipo.it
 Resolution|--- |DUPLICATE

--- Comment #1 from tommy27  ---
already known issue with hi-res screens

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

-- 
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 40534] slide tearing in LARGE screens with hardware acceleration enabled

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40534

tommy27  changed:

   What|Removed |Added

 CC||ngibs...@gmail.com

--- Comment #41 from tommy27  ---
*** Bug 92362 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 92681] Menu list doesn't always close

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92681

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #11 from tommy27  ---
let's take it as a confirmation.
status NEW

-- 
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 93456] Empty *.docx text-document after saving and reopening - XML Contains Data

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93456

--- Comment #4 from Joel Madero  ---
Created attachment 117939
  --> https://bugs.documentfoundation.org/attachment.cgi?id=117939&action=edit
MS OFFICE 2010 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 93454] LibreOffice Calc crashes when saving or recalculating

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93454

Jonathan Frank  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from Jonathan Frank  ---
It doesn't appear to be a problem with the user folder because recreating that
made no difference.

It had been happening with any file: with the debugger running I attempted to
open one of the two files I've been working on today and LO crashed trying to
open it this time.  I don't really follow the debug output (below), but my best
guess is that the problem is with my setup as you guessed.  Obviously that
would make it not really your problem but any help resolving the issue you
might suggest would be appreciated!

-Debug output


0:012> g
ModLoad: 0e3a 1268a000   C:\Program Files (x86)\LibreOffice
5\program\mergedlo.dll
ModLoad: 0e3a 1268a000   C:\Program Files (x86)\LibreOffice
5\program\mergedlo.dll
ModLoad: 5db2 5db7d000   C:\Program Files (x86)\LibreOffice
5\program\fps.dll
ModLoad: 7518 751fb000   C:\Windows\syswow64\COMDLG32.dll
ModLoad: 0ee7 1315a000   C:\Program Files (x86)\LibreOffice
5\program\mergedlo.dll
ModLoad: 055d 0564b000   C:\Windows\SysWOW64\comdlg32.dll
ModLoad: 0ee7 1315a000   C:\Program Files (x86)\LibreOffice
5\program\mergedlo.dll
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
(1830.18b0): C++ EH exception - code e06d7363 (first chance)
ModLoad: 0ee7 1315a000   C:\Program Files (x86)\LibreOffice
5\program\mergedlo.dll
ModLoad: 0ee7 0fabb000   C:\Windows\SysWOW64\shell32.dll
ModLoad: 5dac 5db18000   C:\Program Files (x86)\Common Files\microsoft
shared\ink

\tiptsf.dll
ModLoad: 6f5a 6f70f000   C:\Windows\SysWOW64\explorerframe.dll
ModLoad: 71af 71b1f000   C:\Windows\SysWOW64\DUser.dll
ModLoad: 71a3 71ae2000   C:\Windows\SysWOW64\DUI70.dll
ModLoad: 73f6 74091000   C:\Windows\SysWOW64\WindowsCodecs.dll
ModLoad: 7450 7454c000   C:\Windows\SysWOW64\apphelp.dll
ModLoad: 623e 62411000  
C:\Users\Owner\AppData\Roaming\Dropbox\bin\DropboxExt.27.dll
ModLoad: 6236 62391000   EhStorAPI.DLL
ModLoad: 6236 62391000   C:\Windows\SysWOW64\EhStorShell.dll
ModLoad: 6228 622f   ntshrui.dll
ModLoad: 6228 622f   C:\Windows\SysWOW64\ntshrui.dll
ModLoad: 73e3 73e49000   C:\Windows\SysWOW64\srvcli.dll
ModLoad: 623d 623db000   C:\Windows\SysWOW64\cscapi.dll
ModLoad: 63dc 63dca000   C:\Windows\SysWOW64\slc.dll
ModLoad: 61d6 61d8f000   C:\Windows\SysWOW64\xmllite.dll
ModLoad: 61cc 61d54000   C:\Windows\SysWOW64\MsftEdit.dll
ModLoad: 5da9 5dabb000   C:\Windows\SysWOW64\msls31.dll
ModLoad: 61d6 61d8f000   C:\Windows\SysWOW64\xmllite.dll
ModLoad: 5da3 5da8c000   C:\Windows\SysWOW64\StructuredQuery.dll
ModLoad: 7445 74458000   C:\Windows\SysWOW64\Secur32.dll
ModLoad: 5d9e 5da2e000   C:\Windows\SysWOW64\actxprxy.dll
ModLoad: 5d99 5d9d2000   C:\Program Files (x86)\Internet
Explorer\ieproxy.dll
ModLoad: 5d97 5d986000   C:\Windows\SysWOW64\thumbcache.dll
ModLoad: 5d8d 5d97   C:\Windows\SysWOW64\SearchFolder.dll
ModLoad: 6ddd 6ddff000   C:\Windows\SysWOW64\SHDOCVW.dll
ModLoad: 5cba 5d8c9000   C:\Windows\SysWOW64\ieframe.DLL
ModLoad: 7521 75214000  
C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll
ModLoad: 73ed 73ed4000  
C:\Windows\SysWOW64\api-ms-win-downlevel-shlwapi-l2-1-0.dll
ModLoad: 73de 73de4000  
C:\Windows\SysWOW64\api-ms-win-downlevel-advapi32-l2-1-0.dll
ModLoad: 5cb9 5cb94000  
C:\Windows\SysWOW64\api-ms-win-downlevel-shell32-l1-1-0.dll
ModLoad: 623a 623a9000   C:\Windows\SysWOW64\LINKINFO.dll
ModLoad: 5c9f 5cb88000   NetworkExplorer.dll
ModLoad: 5c85 5c9e8000   C:\Windows\SysWOW64\NetworkExp

[Libreoffice-bugs] [Bug 93131] LibO Draw fails to read all the pages inside an OOo Draw document

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93131

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||ba...@quipo.it
Summary|Libraoffice Draw fails to   |LibO Draw fails to read all
   |read all the pages inside   |the pages inside an OOo
   |OpenOffice Draw document|Draw document
 Ever confirmed|0   |1

--- Comment #2 from tommy27  ---
do you still have a test file where we can try to reproduce the issue?
if yes upload it here, otherwise it will be impossible to debug

moreover tell the OpenOffice and LibreOffice versions you used.

status NEEDINFO until test case is provided

-- 
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 93456] Empty *.docx text-document after saving and reopening - XML Contains Data

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93456

--- Comment #2 from Joel Madero  ---
Created attachment 117937
  --> https://bugs.documentfoundation.org/attachment.cgi?id=117937&action=edit
Original 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 93456] Empty *.docx text-document after saving and reopening - XML Contains Data

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93456

Joel Madero  changed:

   What|Removed |Added

   Priority|medium  |highest
 Status|UNCONFIRMED |NEW
Version|3.3.4 release   |Inherited From OOo
   Hardware|x86 (IA32)  |All
 CC||jmadero@gmail.com
 Ever confirmed|0   |1
Summary|Empty *.docx text-document  |Empty *.docx text-document
   |after saving and reopening  |after saving and reopening
   ||- XML Contains Data
 OS|Windows (All)   |All

--- Comment #1 from Joel Madero  ---
Just to clarify:

Steps to reproduce:

1. Open the attachment;

Observed:
The file appears to be several pages long but seems empty.

2. If you export to pdf you get empty pages as well



Verified:
Ubuntu 15.04 x64
LibreOffice (3.3 - 5.0)

Note: This file was created with LibreOffice 3.3 - not with Microsoft Office.


Setting as:
New: Confirmed;
Major - the file appears to be completely empty despite the xml having all the
required data - plus it opens in Word (2010) and was created with LibreOffice;
Highest - to me this seems serious enough to push to most annoying status, as
it was created with LibreOffice and the result is a multi-page document that,
despite having the needed info, comes up empty within 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 93456] Empty *.docx text-document after saving and reopening - XML Contains Data

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93456

--- Comment #3 from Joel Madero  ---
Created attachment 117938
  --> https://bugs.documentfoundation.org/attachment.cgi?id=117938&action=edit
PDF Export of Original 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 93210] disappearing line in LibO after click

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93210

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@quipo.it
Version|5.0.0.5 release |4.4.5.1 rc
Summary|Please, help me write   |disappearing line in LibO
   |apropriate title for this   |after click
 Ever confirmed|0   |1

--- Comment #2 from tommy27  ---
I confirm bug under Win8.1 x64 using LibO 4.4.5.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 93456] New: Empty *.docx text-document after saving and reopening

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93456

Bug ID: 93456
   Summary: Empty *.docx text-document after saving and reopening
   Product: LibreOffice
   Version: 3.3.4 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: johannes.weis...@gmail.com

*.docx document was saved on Windows 7.

After reopening all text was lost. Document contained only 6 of the 12 original
pages. Only thing that survived where the title page and the index.

the document opens almost fine in microsoft word. so it is most likly the
import filter that is not working properly.

-- 
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 93455] New: Empty *.docx text-document after saving and reopening

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93455

Bug ID: 93455
   Summary: Empty *.docx text-document after saving and reopening
   Product: LibreOffice
   Version: 3.3.4 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: johannes.weis...@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 93425] Writer crashes when opening

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93425

--- Comment #3 from Julien Nabet  ---
on pc Debian x86-64 with master sources updated yesterday, the file isn't
loaded after more than 1 min (I gave up then)
I noticed a lot of these console logs:
warn:sw.core:1577:1:sw/source/core/doc/docbm.cxx:379: MarkManager::makeMark(..)
- refusing to create duplicate CrossRefBookmark
warn:legacy.osl:1577:1:sw/source/core/unocore/unobkm.cxx:254:
 - could not create Mark.
warn:legacy.osl:1577:1:xmloff/source/text/XMLTextMarkImportContext.cxx:421:
CreateAndInsertMark: cannot insert?

Idem with 2.odt (except there's no console log)

-- 
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 93454] LibreOffice Calc crashes when saving or recalculating

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93454

Joel Madero  changed:

   What|Removed |Added

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

--- Comment #1 from Joel Madero  ---
Hi Jonathan -

So this bug report is really really hard for us to actually do anything with.
Lots of words like "sometimes" it does this "sometimes" it does that.

I need to toss this into NEEDINFO - a couple things:

1) Is it with *any* document?
2) Can you please try with a fresh profile?
https://wiki.documentfoundation.org/UserProfile
3) If possible a backtrace would be really helpful:
https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg

Once you at least answer #1 and try #2 please set to UNCONFIRMED.



FWIW - I've used 4.4.5, 5.0, and 5.1 (master) on Windows machines extensively
and have seen no problems. Also - 4.4.5 has been out for some time and this is
the only bug that I know of mentioning this. I highly suspect it's your
environment and not LibreOffice (else we would see a ton of duplicate bugs).
But...let's see what we can find out. 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 93454] New: LibreOffice Calc crashes when saving or recalculating

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93454

Bug ID: 93454
   Summary: LibreOffice Calc crashes when saving or recalculating
   Product: LibreOffice
   Version: 5.0.0.5 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: critical
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jonadanmfr...@gmail.com

LibreOffice Calc is crashing when calculating a formula value, or when entering
data that causes a formula to recalculate.  It seems to only be triggered by
formulas: I've saved after entering raw text or data with no problem.  Writer
seems unaffected.

I initially encountered this bug after updating to v. 4.4.5 (current "still")
release.  I uninstalled, downloaded v. 5.0.0 ("fresh") and had the same problem
with that install.

Sometimes (but not every time) I get a system "SEH exception" message after the
crash.

After the crash, soffice.bin, soffice.exe, and sometimes scalc.exe display as
running in Task Manager's Processes window, but LibreOffice is not open
according to the Applications window.  LibreOffice will not restart properly
unless I manually end those processes: it will typically display the "recovery"
screen and then crash again.

I'm running Windows 7 SP1 on a machine with and Intel Core duo setup (i5-2450M
250Ghz x2) and 8 GB RAM.

-- 
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 93398] Installation hung at "creating shortcuts"

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93398

--- Comment #1 from ronaldh...@hotmail.com ---
I did install LO a second time. It seemed to install correctly.

I thought that as a result of the install failure, the shortcuts in my LO menu
are all pointing at tmp files. And still showing v 4.4. I am using Win 8.1 64
bit.

The base problem is that LO created a new set of menu items for V 5 and I did
not notice them in another area of my menu. So that strange menu is only a
symptom of old grey matter oozing out of cracks in my head. Although I don't
really think that it was an intended result.

There is, however, one item in the new menu list is still pointing to a tmp
file. 

There is an entry for calc that looks normal. There is a second entry on the
menu for calc.lnk~RF7662d2.tmp

My presumption is that this is accidentally left over from the install process
and can be deleted. Is that correct?

-- 
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 93282] Several Issues Regarding Update

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93282

--- Comment #15 from Matthew  ---
Rather than installing Java because not having Java might (or might not) be the
cause of the problem, I followed Alex Thurgood's suggestion in comment 11 to
post a copy of the Apple trace that the system produces when an application
crashes.  The trace is VERY long, so I'm only posting the beginning here.  If
you need more I can post the entire trace, or send it in an email message (I
saved the trace in a text file).

What I did was:
I created a new Writer document in LibreOffice version 5.0.0.5.  It was the
only open LibreOffice document.  I typed a few words and tried to Save the
document.  The save dialog came up, and after a few seconds I got the spinning
pizza.  After about a minute LibreOffice crashed.  Here is the beginning of the
trace, which is saved in a 141K TextEdit document—as I said, very long.

Process:   soffice [2804]
Path:  /Applications/LibreOffice.app/Contents/MacOS/soffice
Identifier:org.libreoffice.script
Version:   5.0.5 (0)
Code Type: X86-64 (Native)
Parent Process:??? [1]
Responsible:   soffice [2804]
User ID:   501

Date/Time: 2015-08-15 11:06:02.288 -0500
OS Version:Mac OS X 10.10.3 (14D136)
Report Version:11
Anonymous UUID:9A171B99-DE15-AECE-B42D-80261D725A84

Sleep/Wake UUID:   F6A7AAF6-9E2E-4B8B-AFE3-8D152C03ACA9

Time Awake Since Boot: 54000 seconds
Time Since Wake:   2800 seconds

Crashed Thread:0  Dispatch queue: com.apple.main-thread

Exception Type:EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:   KERN_PROTECTION_FAILURE at 0x7fff5823afd8

VM Regions Near 0x7fff5823afd8:
MALLOC_SMALL   7fadc800-7fadc880 [ 8192K] rw-/rwx
SM=PRV  
--> STACK GUARD7fff54a3b000-7fff5823b000 [ 56.0M] ---/rwx
SM=NUL  stack guard for thread 0
Stack  7fff5823b000-7fff58a3b000 [ 8192K] rw-/rwx
SM=COW  thread 0

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.CoreFoundation  0x7fff8efa7876
__CFStringEncodeByteStream + 246
1   com.apple.CoreFoundation  0x7fff8ef83a6b CFStringGetBytes + 795
2   com.apple.CoreFoundation  0x7fff8ef8df44
CFURLCreateStringByReplacingPercentEscapes + 356
3   com.apple.CoreFoundation  0x7fff8ef8dba4
_retainedComponentString + 964
4   com.apple.CoreFoundation  0x7fff8ef8d2aa
CFURLCreateStringWithFileSystemPath + 362
5   com.apple.CoreFoundation  0x7fff8ef90c82
CFURLGetFileSystemRepresentation + 930
6   com.apple.CoreServicesInternal0x7fff93d1e0bf
corePropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString
const* const*, void const**, long, void const*, __CFError**) + 365

-- 
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 93452] Helppack is installed, but LibreOffice uses the online help.

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93452

--- Comment #2 from Dirk Munk  ---
You're right, that was the problem. Strange, I never had this problem before.
The User Interface was English UK, and the helppack English US. I reinstalled
the program and the helppack, and now everything is fine.

By the way, it is a bit odd that the standard Windows version still is the 32
bit one, almost all Windows 7 and Windows 8 installations will have been 64 bit
versions. 

Thanks for your assistance.

-- 
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 93438] Copy and paste from Writer to Impress and the Impress file can't be saved

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93438

Jacques Guilleron  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||guillero...@aol.com
 Ever confirmed|0   |1

--- Comment #1 from Jacques Guilleron  ---
Hi Mark,

I don't reproduce using 
LO 4.4.4.3 Build ID: 2c39ebcf046445232b798108aa8a7e7d89552ea8 Locale : fr_FR
OS : Windows 7 Home Premium.
Did you try to rename your 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 93453] New: VIEWING Text render artifacts (transparent to window background)

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93453

Bug ID: 93453
   Summary: VIEWING Text render artifacts (transparent to window
background)
   Product: LibreOffice
   Version: 3.5.7.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: luisandresgonza...@gmail.com

Created attachment 117936
  --> https://bugs.documentfoundation.org/attachment.cgi?id=117936&action=edit
text rendering artifacts on menus, status bar and comments

Using 
LibreOffice 3.5.7.2 
Build ID: 350m1(Build:2)
On elementaryOS (Ubuntu 12.04 derivative)

Text in the menus and in comment boxes appears with some artifacts (see
attachments). They look as if the background of the text was transparent to
whatever window was behind the active one. 
This rendering problem only occurs in this application.

-- 
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 89402] EDITING: Column/Rows label are not updating when inserting a row/column, needs save and reload the file.

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89402

m.a.riosv  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #8 from m.a.riosv  ---
Remains with:

Version: 4.4.5.2 Build ID: a22f674fd25a3b6f45bdebf25400ed2adff0ff99

But seems solved in:
Version: 4.4.6.0.0+ Build ID: 57e6d5e978e0a70aa036f19bd3328a71dd3a587f
 TinderBox: Win-x86@51-TDF, Branch:libreoffice-4-4, Time: 2015-07-31_00:32:33

Version: 5.0.1.1 (x64) Build ID: 13f702ca819ea5b9f8605782c852d5bb513b3891

-- 
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 93444] Calc crashes (64bit only?) copying formula cells

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93444

--- Comment #3 from Leopoldo Saggin  ---
I did not say tha I already tried both with the profile "imported" form 5.0.1.1
x86 AND by starting a new profile inside 64bit version wihout success.
I was wondering if it has something to do with bug 92214
Leopoldo aka Topoldo

-- 
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 91882] UI: Dialogue for Advanced filter is transparent.

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91882

m.a.riosv  changed:

   What|Removed |Added

Version|4.5.0.0.alpha0+ Master  |5.0.0.0.beta2

--- Comment #18 from m.a.riosv  ---
No issue with:
Win7x64
Version: 4.4.6.0.0+ Build ID: 57e6d5e978e0a70aa036f19bd3328a71dd3a587f
TinderBox: Win-x86@51-TDF, Branch:libreoffice-4-4, Time: 2015-07-31_00:32:33

updated the version.

but still with:
Version: 5.0.1.1 (x64) Build ID: 13f702ca819ea5b9f8605782c852d5bb513b3891
Version: 5.1.0.0.alpha1+ Build ID: 7d3fa6bae9f7a755eb2d0ca24bf1afd5f3646bb7
TinderBox: Win-x86@39, Branch:master, Time: 2015-08-09_08:38:08

-- 
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 93432] Paste with keyboard doesn't work on first attempt

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93432

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|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 93452] Helppack is installed, but LibreOffice uses the online help.

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93452

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Hi @Dirk, thanks for reporting.

Are you sure, that the installed helpack is the same language than select for
the UI?:
Menu/Tools/LibreOffice/Language settings/Language - User interface.

Must be the same language and country.
E.g. if the UI is English (USA) and the helppack is for English-UK then they
don't coincide, help goes to online.

-- 
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 93447] image in .odt not displayed correctly

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93447

tommy27  changed:

   What|Removed |Added

Version|4.4.5.1 rc  |4.3.7.2 release

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


[Libreoffice-bugs] [Bug 93444] Calc crashes (64bit only?) copying formula cells

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93444

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
Hi @Leopoldo, thanks for reporting.

I can't reproduce with:
Win7x64Ultimate
Version: 5.0.1.1 (x64) Build ID: 13f702ca819ea5b9f8605782c852d5bb513b3891

As 5.0 use the same profile as 4.x,
Please try resetting the user profile, sometimes solves strange issues.
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 36827] Can't save LibO file into SSHFS share

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36827

--- Comment #13 from Pascal Bodin  ---
I can confirm this bug with LibreOffice 4.4.3.2. The workaround=truncate does
the trick for me as well.

OS: Linux Mint 7.2 64 bit.

-- 
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 40335] Using Right-to-left (vertical) for text, the characters overlap each other

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40335

Mark Hung  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |mark...@gmail.com
   |desktop.org |

--- Comment #12 from Mark Hung  ---
This issue has the same root cause as tdf#40091, where character width instead
of its height is used to advance the position in RTL vertical mode.

-- 
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 93439] Navigation buttons on Sheet tabs

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93439

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please @rhchalmers, what it's your LibreOffice version?

Can't you right-click the tab and select hide?

-- 
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 93296] When opening spreadseet, Currency cells formatting is changed.

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93296

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|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 93296] When opening spreadseet, Currency cells formatting is changed.

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93296

--- Comment #7 from m.a.riosv  ---
Created attachment 117935
  --> https://bugs.documentfoundation.org/attachment.cgi?id=117935&action=edit
Sample file with only to cells

Reproducible, win7x64
Reproducible, win7x64
Version: 5.0.1.1 (x64) Build ID: 13f702ca819ea5b9f8605782c852d5bb513b3891
Version: 5.1.0.0.alpha1+ Build ID: 7d3fa6bae9f7a755eb2d0ca24bf1afd5f3646bb7
TinderBox: Win-x86@39, Branch:master, Time: 2015-08-09_08:38:08

Last version working.
Version: 4.4.6.0.0+ Build ID: 57e6d5e978e0a70aa036f19bd3328a71dd3a587f

Cell with 
A1:  [$£-809]#.##0,0;[RED]-[$£-809]#.##0,00
is opened properly.

Cell with:
A2:  [$£-809]#.##0,--;[RED]-[$£-809]#.##0,--
opened in LibreOffice as:
A2:  [$£-809]#.##0;[RED]-[$£-809]#.##0

the hyphens in decimal places are not imported.

-- 
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 93145] Icon themes are not self-contained in 5.0 any more (was: the icon on Sidebar and Bottom right corner cannot display on Ubuntu 14.04)

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93145

--- Comment #6 from Audran Moulard <0...@am-info.fr> ---
Same 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 93440] view jumps to cursor after saving

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93440

Jacques Guilleron  changed:

   What|Removed |Added

 CC||guillero...@aol.com

--- Comment #1 from Jacques Guilleron  ---
Hi sethossi,

You have to ensure that Tools > Options > LibreOffice > User Data is not empty.

Have a nice day,

Jacques

-- 
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 93437] Once the Function Wizard has been Displayed, it is not Possible to Select Columns or Rows or to Open the Context Menu of Columns and Rows

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93437

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #4 from Julien Nabet  ---
I wonder if it could be due to a wrong fix from me for tdf#91273 (see
http://cgit.freedesktop.org/libreoffice/core/commit/?id=844b7287a4ccd8e3d5e458bb1dc6c52e71322b01)

-- 
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 93318] Buttons on extreme left of Tab bar

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93318

--- Comment #4 from tommy27  ---
(In reply to Tomaz Vajngerl from comment #3)
> It is not about offense but if we should take you seriously or not. I
> usually listen to users and try to find a compromise that would work for
> them but I don't take any user seriously that ends every sentence with an
> exclamation mark or has a passive-aggressive tone.
> 
> (In reply to Alex from comment #2)
> ...
> 
> I worked on this in my free time to improve the tab bar in Calc so instead
> of this I could go running or climbing instead, so no resources were wasted.
> ...

your work has to be appreciated like all your other contributions to LibO and
as I said before I really did not like the tone of this rant.


> Now that scrollbar is in a different position and sheets have a lot of
> space, the need for this buttons has decreased so this was my reason to
> remove them or better - combine the functions into "Left", "Right" buttons.
> Instead of "ctrl + mouse click" I could make it a "double click" if this is
> a solution to the rant.
> 
> ...

I think that "double-click" instead of "ctrl + mouse click" would be a perfect
compromise.

double clicking is a faster and one-hand-only solution and is much intuitive
than ctrl+mouse

-- 
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 58358] VIEWING Scrolling broken - page totally distorted [Summary: comment#38, comment#42]

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58358

--- Comment #46 from Heinz Repp  ---
Some news from my side:

1. Using Gnome, I had some tests with various combinations of hinting and
anti-aliasing using gnome-tweak-tool, with mixed results - sometimes this bug
was barely reproducible, but then with identical settings it was prevalent all
the time.

2. This bug bites me also with the new 5.0.0.5 version

3. I made a new observation: when this bug strikes, and I scroll _very slowly_,
I can see:
- screen advances one stripe, old contents is still there where the next
content should show up
- with a remarkable delay the new content is drawn
When I scroll faster than the new content is drawn, the old content is repeated
over and over
- when I scroll back one step, and then scroll forward very slowly, I often can
correct the wrong content.

Looks like following is going on when scrolling:
1. already painted and cached areas are copied to the new location
2. the newly visible area is painted and cached
Whenever a new iteration of this procedure happens before step 2 of the
previous step finished, the next 1st step will copy also content and cache of
the previous new area even when it hasn't been updated until then, copying the
old previous content. It is a kind of cache poisoning, as invalid content still
waiting to be newly painted is cached and thus validated.

-- 
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 93447] image in .odt not displayed correctly

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93447

--- Comment #5 from Martin Koller  ---
I checked now with LO 4.3.7.2 - same 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 93451] Menu-Icons are always hidden

2015-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93451

Matthew Francis  changed:

   What|Removed |Added

   Keywords||bisected
 CC||fdb...@neosheffield.co.uk,
   ||mst...@redhat.com
 Whiteboard|bibisectrequest |bibisected

--- Comment #6 from Matthew Francis  ---
This appears to have begun at the below commit.
Adding Cc: to mst...@redhat.com; Could you possibly take a look at this one?
Thanks

commit 765f6211b1371c1e40de386e715de6b3d1a8df86
Author: Michael Stahl 
AuthorDate: Wed Mar 11 16:14:47 2015 +0100
Commit: Michael Stahl 
CommitDate: Wed Mar 11 16:50:00 2015 +0100

utl::ConfigItem::Commit() should call ClearModified()

Rename the virtual function, and add a new non-virtual Commit() to do
that.

Change-Id: I09421df781ba965d6ff638b46cd8214fb3a00022

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