[Libreoffice-bugs] [Bug 104666] Error: no export filter for docx found, aborting.

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

Telesto  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Telesto  ---
Confirming with
Version: 5.4.0.0.alpha0+
Build ID: b52167df08511239c3d08904a3d12a3c92141f38
CPU Threads: 4; OS Version: Mac OS X 10.12.1; UI Render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2016-12-09_23:41:33
Locale: nl-NL (nl_NL.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 33060] Bundled extensions can not be disabled

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

Muhammet Kara  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
   Assignee|muhammet.k...@pardus.org.tr |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 104052] Add LibreColour HLC palette

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

--- Comment #61 from Stephan Bergmann  ---
(In reply to Christoph Schäfer from comment #59)
> Yes, of course. Would it be possible to create an extension that would allow
> users to activate/deactivate a palette? 

No, there is no infrastructure in the current code to support that.

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


[Libreoffice-bugs] [Bug 104222] FILESAVE: PPTX: performance regression at save time in Linux, write error in Windows

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

raal  changed:

   What|Removed |Added

 Whiteboard|interoperability|interoperability,
   ||bibisectPending

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


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

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

--- Comment #47 from Noel Grandin  ---
Actually that should be

void GraphicObject::SetGraphic( const Graphic& rGraphic, const OUString& rLink
)
{
// avoid self-assignment, because SetGraphic clears maLink
if ( rGraphic != this.maGraphic || rLink != this.maLink)
{
SetGraphic( rGraphic );
maLink = rLink;
}
}

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


[Libreoffice-bugs] [Bug 104665] customize keyboard - many key combinations missing

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

--- Comment #2 from j...@curioussymbols.com ---
Another example: ctrl+[+] and ctrl+[_] as shortcuts for subscript and
superscript in Word.

Another example: ctrl+[+] for insert cells in Excel.

Perhaps there is a slightly tricking design problem here, being that keyboard
shortcuts like ctrl+plus are unclear since keyboards have multiple PLUS keys,
some requiring shift and others not requiring shift. And ctrl+shift+[=] may or
may not be equal to ctrl+[+] depending on whether [+] and [=] are on the same
key or not, which is locale-dependent.

What happens if the user changes their keyboard settings to a different
locale... Should libreoffice change to a whole different set of keyboard
shortcuts? I guess not, the input local and the menu language are different
things, and the keyboard shortcuts should be fixed with the menu language.

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


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

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

--- Comment #46 from Noel Grandin  ---
Maybe if we changed it to detect self-assignment?

void GraphicObject::SetGraphic( const Graphic& rGraphic, const OUString& rLink
)
{
// avoid self-assignment, because SetGraphic clears maLink
if ( rGraphic != this.maGraphic && rLink != this.maLink)
{
SetGraphic( rGraphic );
maLink = rLink;
}
}

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


[Libreoffice-bugs] [Bug 104656] Crash when opening attachment tdf#69651

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

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #4 from Julien Nabet  ---
Xisco: it's not the same bt, that's why I created a brand new bugtracker.
I wanted to reproduce the one you quoted.

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


[Libreoffice-bugs] [Bug 104666] New: Error: no export filter for docx found, aborting.

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

Bug ID: 104666
   Summary: Error: no export filter for docx found, aborting.
   Product: LibreOffice
   Version: 5.2.3.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: filters and storage
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gha...@gmail.com

$ cd /tmp
$ wget https://www.irs.gov/pub/irs-pdf/fw4.pdf
$ /Applications/LibreOffice.app/Contents/MacOS/soffice --headless --convert-to
docx fw4.pdf
Error: no export filter for /private/tmp/fw4.docx found, aborting.
Error: no export filter

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


[Libreoffice-bugs] [Bug 104052] Add LibreColour HLC palette

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

--- Comment #60 from Christoph Schäfer  ---
FWIW, the previous version of OCSC is still available for download here:
http://dtpstudio.de/downloads/OCSC_1_0.zip.

It only comprises palettes as SBZ files, which can be loaded into Swatchbooker
and Scribus 1.5.2. In v. 2.0 some duplicates have been removed, and ten new
palettes were added. I'm only waiting for our busy chairman to finally upload
OCSC 2.0 with ZIP archives comprising versions for GIMP, Krita, Inkscape etc.
(GPL), Scribus 1.4.x (XML), LibreOffice (SOC), Adobe products (ASE), as well as
a plain text version (CLF).

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


[Libreoffice-bugs] [Bug 46941] FORMATTING: Saving .doc to .docx changes placement of text inside columns.

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

Justin L  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jl...@mail.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 104520] [META] DOCX (OOXML) bug tracker

2016-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104520
Bug 104520 depends on bug 46941, which changed state.

Bug 46941 Summary: FORMATTING: Saving .doc to .docx changes placement of text 
inside columns.
https://bugs.documentfoundation.org/show_bug.cgi?id=46941

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 104527] [META] DOC bug tracker

2016-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104527
Bug 104527 depends on bug 46941, which changed state.

Bug 46941 Summary: FORMATTING: Saving .doc to .docx changes placement of text 
inside columns.
https://bugs.documentfoundation.org/show_bug.cgi?id=46941

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 104665] customize keyboard - many key combinations missing

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

--- Comment #1 from j...@curioussymbols.com ---
See also bug 97942. https://bugs.documentfoundation.org/show_bug.cgi?id=97942

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


[Libreoffice-bugs] [Bug 46941] FORMATTING: Saving .doc to .docx changes placement of text inside columns.

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

Justin L  changed:

   What|Removed |Added

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

--- Comment #14 from Justin L  ---
Marking as resolved - fixed.  The problem clearly stated in the description is
now fixed. Any other remaining issues with this document should be created as
new bugs.

backport to 5.2 has been proposed 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 104665] New: customize keyboard - many key combinations missing

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

Bug ID: 104665
   Summary: customize keyboard - many key combinations missing
   Product: LibreOffice
   Version: 5.1.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: j...@curioussymbols.com

In the Customize dialog, in the Keyboard tab, there are many keystrokes
missing.

I would like to set ALT+= as the keystroke to insert a formula, for consistency
with Microsoft Word, but this is currently impossible, since ALT+= keystroke is
not offered as an option on the list.

Any chance it could be added?

Would be great if this dialog could be made more user-friendly, somehow -- lots
of scrolling around to find specific keystrokes, quite painful if wanting to
reassign more than one or two bindings. And with the recent loss of many ALT
sequences (eg alt I R = insert row) from the menus, this is more important than
it was before.

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


[Libreoffice-bugs] [Bug 104052] Add LibreColour HLC palette

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

--- Comment #59 from Christoph Schäfer  ---
(In reply to Taylor Jenkins from comment #58)
> (In reply to Stephan Bergmann from comment #57)
> > (In reply to Christoph Schäfer from comment #56)
> > 
> > Just a heads up re "376 SOC palettes":  Look at the ways LO currently
> > presents the set of all available color palettes to the user.  A large set
> > size will likely affect usability.
> 
> I agree. An extension with this many palettes would need to offer the user
> the ability to selectively install only the palettes needed.

Yes, of course. Would it be possible to create an extension that would allow
users to activate/deactivate a palette? 

Another option might be to split the collection into subsections like "wall
paints", "car finishes", "foil colours", "national standards" etc.

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


[Libreoffice-bugs] [Bug 104664] New: Almost complete failure of CorelDraw 5 files

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

Bug ID: 104664
   Summary: Almost complete failure of CorelDraw 5 files
   Product: libcdr
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: christoph-schae...@gmx.de

Created attachment 129615
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129615=edit
Failed import CDR 5 files

I've attached an archive with CDR, CDT and CMX files created with CorelDraw 5,
as well as a PDF file for control purposes. libcdr imports only basic shapes
and interprets text (?) as Chinese, because I see Chinese characters on screen
after import (only in LibreOffice; Scribus just shows the basic shapes).

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


[Libreoffice-bugs] [Bug 104663] New: libcdr doesn't read text in artwork in CDR 5 files

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

Bug ID: 104663
   Summary: libcdr doesn't read text in artwork in CDR 5 files
   Product: libcdr
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: christoph-schae...@gmx.de

Created attachment 129614
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129614=edit
CorelDraw 5 artwork

I've attached an archive with CDR, CDT and CMX files created with CorelDraw 5,
as well as a PDF file for control purposes. The import works very well, except
for text.

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


[Libreoffice-bugs] [Bug 104662] New: libcdr doesn't read vector effects in CDR 5 files

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

Bug ID: 104662
   Summary: libcdr doesn't read vector effects in CDR 5 files
   Product: libcdr
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: christoph-schae...@gmx.de

Created attachment 129613
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129613=edit
CorelDraw 5 effects test

I've attached an archive with CDR, CDT and CMX files created with CorelDraw 5,
as well as a PDF file for control purposes. Note that effects aren't supported
at all, and the CMX version explodes completely in LibreOffice.

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


[Libreoffice-bugs] [Bug 104661] New: LibreOffice doesn' t read rounded line corners in CDR 5 files and libcdr doesn't import text

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

Bug ID: 104661
   Summary: LibreOffice doesn't read rounded line corners in CDR 5
files and libcdr doesn't import text
   Product: libcdr
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: christoph-schae...@gmx.de

Created attachment 129612
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129612=edit
CorelDraw 5 lines test

I've attached an archive with CDR, CDT and CMX files created with CorelDraw 5,
as well as a PDF file for control purposes. LibreOffice doesn't read rounded
line corners in these files (Scribus does), and libcdr fails to import the
text.

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


[Libreoffice-bugs] [Bug 104660] New: libcdr doesn't read arrowheads in CDR 5 files

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

Bug ID: 104660
   Summary: libcdr doesn't read arrowheads in CDR 5 files
   Product: libcdr
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: christoph-schae...@gmx.de

Created attachment 129611
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129611=edit
CorelDraw 5 arrows test

I've attached an archive with CDR, CDT and CMX files created with CorelDraw 5,
as well as a PDF file for control purposes. libcdr doesn't read the arrowheads
in these files.

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


[Libreoffice-bugs] [Bug 104624] Import issues with Pagemaker 6.5 files

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

--- Comment #2 from Christoph Schäfer  ---
The missing fonts aren't the problem. Of course it would make sense to create a
font substitution mechanism -- and accept that DTP programmes use frames for
text.

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


[Libreoffice-bugs] [Bug 104623] Import issues with MS Publisher 98 files

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

--- Comment #3 from Christoph Schäfer  ---
Both files suffer from the same major problems: missing graphics elements and
an added extra page at the beginning. The text layout is suffering from a lack
of font substitution and probably missing support for the concept of text
frames. Scribus 1.5.3svn gets the latter part right, but LibreOffice doesn't.

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


[Libreoffice-bugs] [Bug 104622] Add duplicate node entry to elements in emoji.json database

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

Gaurav Dhingra  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |gauravdhingra.g...@gmail.co
   |desktop.org |m

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


[Libreoffice-bugs] [Bug 46941] FORMATTING: Saving .doc to .docx changes placement of text inside columns.

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

--- Comment #13 from Commit Notification 
 ---
Justin Luth committed a patch related to this issue.
It has been pushed to "libreoffice-5-3":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=8820ca525a40f33fbb067868bc19a944597148af=libreoffice-5-3

tdf#46941 docx: don't balance columns before page-break-section

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


[Libreoffice-bugs] [Bug 46941] FORMATTING: Saving .doc to .docx changes placement of text inside columns.

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|interoperability|interoperability
   |target:5.4.0|target:5.4.0 target:5.3.0.1

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


[Libreoffice-bugs] [Bug 96457] Unicode ExtB+ chars are badly handled in Writer

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

--- Comment #11 from Volga  ---
Comfirmed with LODev 5.3.0 beta2, even if I try to use Hanazono Mincho.

Version: 5.3.0.0.beta2
Build ID: a7e30712ad6d8bc9286007b37aa581983e0caba3
CPU Threads: 4; OS Version: Windows 6.2; UI Render: default; Layout Engine:
new; 
Locale: zh-CN (zh_CN); 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 104520] [META] DOCX (OOXML) bug tracker

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

Volga  changed:

   What|Removed |Added

 Depends on||80473


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=80473
[Bug 80473] Wrong style applied to DOCX paragraph when open in CJK UI (because
of wrong style hereditability)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 80473] Wrong style applied to DOCX paragraph when open in CJK UI ( because of wrong style hereditability)

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

Volga  changed:

   What|Removed |Added

 Blocks||104520


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 50607] [TASK, METABUG] FILEOPEN, FILESAVE, FORMATTING : Japanese ruby-character handling is broken

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

Volga  changed:

   What|Removed |Added

 Blocks||104520


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 65266] FILEOPEN CJK: DOCX import text with Enclosed Characters not rendered

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

Volga  changed:

   What|Removed |Added

 Blocks||104450


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104450
[Bug 104450] [META] DOCX file opening issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104450] [META] DOCX file opening issues

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

Volga  changed:

   What|Removed |Added

 Depends on||65266


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=65266
[Bug 65266] FILEOPEN CJK: DOCX import text with Enclosed Characters not
rendered
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104520] [META] DOCX (OOXML) bug tracker

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

Volga  changed:

   What|Removed |Added

 Depends on||50607


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=50607
[Bug 50607] [TASK, METABUG] FILEOPEN, FILESAVE, FORMATTING : Japanese
ruby-character handling is broken
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104450] [META] DOCX file opening issues

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

Volga  changed:

   What|Removed |Added

 Depends on||49073


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=49073
[Bug 49073] FILEOPEN: Furigana (ruby text) and characters with them are missing
in opened .docx files.
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 49073] FILEOPEN: Furigana (ruby text) and characters with them are missing in opened .docx files.

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

Volga  changed:

   What|Removed |Added

 Blocks||104450


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104450
[Bug 104450] [META] DOCX file opening issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104527] [META] DOC bug tracker

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

Volga  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |https://bugs.documentfounda
   |tion.org/show_bug.cgi?id=88 |tion.org/show_bug.cgi?id=87
   |171,|761
   |https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=88 |
   |174,|
   |https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=88 |
   |176 |

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


[Libreoffice-bugs] [Bug 83571] [META] Import issues with Strict Open XML but not transitional OOXML

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

Volga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 88174] [Meta] Tracking bug for limitations of binary XLS format

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

Volga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 88173] [Meta] Tracking bug for limitations of DOCX (OOXML) format

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

Volga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 88171] [Meta] Tracking bug for limitations of binary DOC format

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

Volga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 88176] [Meta] Tracking bug for limitations of binary PPT format

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

Volga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 88177] [Meta] Tracking bug for limitations of PPTX (OOXML) format

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

Volga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 87761] [Meta] Tracking bug for file format limitation issues [ Use format-specific bugs in comment #5]

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

Volga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 88175] [Meta] Tracking bug for limitations of XLSX (OOXML) format

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

Volga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 87761] [Meta] Tracking bug for file format limitation issues [ Use format-specific bugs in comment #5]

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

Volga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 104520] [META] DOCX (OOXML) bug tracker

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

Volga  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |https://bugs.documentfounda
   |tion.org/show_bug.cgi?id=88 |tion.org/show_bug.cgi?id=83
   |173,|571,
   |https://bugs.documentfounda |https://bugs.documentfounda
   |tion.org/show_bug.cgi?id=88 |tion.org/show_bug.cgi?id=87
   |175,|761
   |https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=88 |
   |177 |

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


[Libreoffice-bugs] [Bug 88176] [Meta] Tracking bug for limitations of binary PPT format

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

Volga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 88171] [Meta] Tracking bug for limitations of binary DOC format

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

Volga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 88174] [Meta] Tracking bug for limitations of binary XLS format

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

Volga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 104527] [META] DOC bug tracker

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

Volga  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=88
   ||171,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=88
   ||174,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=88
   ||176

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


[Libreoffice-bugs] [Bug 104527] [META] DOC bug tracker

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

Volga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 88177] [Meta] Tracking bug for limitations of PPTX (OOXML) format

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

Volga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 88173] [Meta] Tracking bug for limitations of DOCX (OOXML) format

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

Volga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 88175] [Meta] Tracking bug for limitations of XLSX (OOXML) format

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

Volga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 104520] [META] DOCX (OOXML) bug tracker

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

Volga  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=88
   ||173,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=88
   ||175,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=88
   ||177,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||4527

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


[Libreoffice-bugs] [Bug 102016] [META] Windows 10 Tablet Mode issues

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

Volga  changed:

   What|Removed |Added

 Blocks||60251


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=60251
[Bug 60251] [META] ACCESSIBILITY: Tracking Windows OS accessibility and AT
issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60251] [META] ACCESSIBILITY: Tracking Windows OS accessibility and AT issues

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

Volga  changed:

   What|Removed |Added

 Depends on||102015


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102015
[Bug 102015] [META] Mouse / touch input problems on Windows devices that
support touch input
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60251] [META] ACCESSIBILITY: Tracking Windows OS accessibility and AT issues

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

Volga  changed:

   What|Removed |Added

 Depends on||102016


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102016
[Bug 102016] [META] Windows 10 Tablet Mode issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102015] [META] Mouse / touch input problems on Windows devices that support touch input

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

Volga  changed:

   What|Removed |Added

 Blocks||60251


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=60251
[Bug 60251] [META] ACCESSIBILITY: Tracking Windows OS accessibility and AT
issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104281] Support processing optional smart font features for OOXML

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

Volga  changed:

   What|Removed |Added

 Blocks||104520


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 104520] [META] DOCX (OOXML) bug tracker

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

Volga  changed:

   What|Removed |Added

 Depends on||104281


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104281
[Bug 104281] Support processing optional smart font features for OOXML
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88196] SLIDESHOW

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

Óvári  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 87960] VIEWING LibreOffice Impress wobble/shake/ vibrate of images incorrect

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

Óvári  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 87958] VIEWING Spinning writing with shadow and textbox disappearing

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

Óvári  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 87959] VIEWING: Impress Too big Pixels and displayed incorrectly

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

Óvári  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 104654] Slideshow: ANIMATIONS lost after backward show with transition

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

Óvári  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=87
   ||958,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=87
   ||959,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=87
   ||960,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=88
   ||196

--- Comment #7 from Óvári  ---
See also bug 87958, bug 87959, bug 87960 and bug 88196? Thank you

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


[Libreoffice-bugs] [Bug 103378] [META] PDF export bugs and enhancements

2016-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103378
Bug 103378 depends on bug 101563, which changed state.

Bug 101563 Summary: Export to PDF with linked images creates huge PDF files.
https://bugs.documentfoundation.org/show_bug.cgi?id=101563

   What|Removed |Added

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

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


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

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

Aron Budea  changed:

   What|Removed |Added

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

--- Comment #45 from Aron Budea  ---
I think I found where this is coming from.
I put a breakpoint in the mentioned GetLink() function, which was called here
during opening the file:

pSwGrfNode->SetGraphic(aGrf, rGrfObj.GetLink());
http://opengrok.libreoffice.org/xref/core/sw/source/core/docnode/swbaslnk.cxx#166

Then I followed a few levels deeper:

void GraphicObject::SetGraphic( const Graphic& rGraphic, const OUString& rLink
)
{
SetGraphic( rGraphic );
maLink = rLink;
}

The problem here is that maLink and rLink are the same, and SetGraphic(
rGraphic ) clears maLink, so the link is lost.

I'd change the line above to this:

pSwGrfNode->SetGraphic(aGrf, OUString(rGrfObj.GetLink()));

(maybe with a comment mentioning it's intentional, since rGrfObj is coming from
pSwGrfNode a couple of lines earlier)

I tested this particular change in Windows with the previous version of
GetLink() (returning reference), and it fixed the size of PDF export for me in
Windows 7.
Noel, would you mind updating the fix?

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


[Libreoffice-bugs] [Bug 104189] LibreOffice refuses to start

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

iain.ne...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from iain.ne...@gmail.com ---
Reinstalled Windows - now works

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


[Libreoffice-bugs] [Bug 104658] Chart bars shrink and jump up on applying bitmap fill

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

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #1 from Xisco Faulí  ---
Confirmed in

Version: 5.4.0.0.alpha0+
Build ID: 634589b340316ba64b731b4d923c1056be415494
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; 
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 104624] Import issues with Pagemaker 6.5 files

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

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||ba...@caesar.elte.hu
 Ever confirmed|0   |1

--- Comment #1 from Aron Budea  ---
7 files with many missing, non-free fonts. Those are too many issues for a
single bug report, but I'm not keen on having 7 separate reports for the
different files, either.

Any suggestions what could be done about the fonts? That's the bigger problem
here.

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


[Libreoffice-bugs] [Bug 104651] Reducing user confusion: Queries, Views and Tables

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

--- Comment #2 from Howard Johnson  ---
(In reply to Regina Henschel from comment #1)
> Perhaps
> http://stackoverflow.com/questions/1278521/why-do-you-create-a-view-in-a-
> database gives you some ideas, why views are necessary.
> 
> I recommend closing this issue as "Wontfix".

I know there will be resistance to this, because once something is in place
people want to defend it, even when there is a good reason for the change.


But each, and every one of these suggested uses, can be done by a query:


1. Views can hide complexity

If you have a query that requires joining several tables, or has complex logic
or calculations, you can code all that logic into a view, then select from the
view just like you would a table.

*** Queries can hide complexity just the same.  I have used sub-queries for 20
years to do just this.



2. Views can be used as a security mechanism

A view can select certain columns and/or rows from a table, and permissions set
on the view instead of the underlying tables. This allows surfacing only the
data that a user needs to see.

*** In LibreOffice is this used?  No.  And there are good reasons for it, first
and foremost is that it's not a very good security practice in the first place.
 Security should be comprehensive, and well thought out, where the entire
server is protected.  It would be easy to go around a view I think.



3. Views can simplify supporting legacy code

If you need to refactor a table that would break a lot of code, you can replace
the table with a view of the same name. The view provides the exact same schema
as the original table, while the actual schema has changed. This keeps the
legacy code that references the table from breaking, allowing you to change the
legacy code at your leisure.

*** As long as queries can reference other queries, queries can do this just as
well.  And because only one layer is involved it keeps the user interface
simpler, with less places to look when remodeling code.


But here is the single most important reason to use queries in favor of views:
There is no good reason to use a view, when a query can do everything a view
can do.  And having just one flexible layer in-between tables and forms/reports
simplifies things, without any loss of functionality.

I have many times, over decades of use, and hundreds of data sets, used queries
in MS Access to do each of the 3 things listed in this referred to post.

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


[Libreoffice-bugs] [Bug 104623] Import issues with MS Publisher 98 files

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

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu
 Ever confirmed|0   |1

--- Comment #2 from Aron Budea  ---
Let this bug report be about "pub98t1.pub" in the archive. Please open a new
one for the other file.
It's probably not worth further separating all the different bugs into
different bug reports at this point, but at least let's have separate ones for
the separate files.

I can confirm there are many different issues with the file, tested with
LibreOffice 5.3beta2 / Windows 7.

I leave it to the person who makes the fixes to decide when it's worth closing
the report and tracking the remaining issues separately.

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


[Libreoffice-bugs] [Bug 104659] Upgrading to 5.2.3.3 stopped with error could not access cli_cppuhelper.dll

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

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 what is the LibreOffice version and the Operating System?

Are you installing with administrator rights?

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


[Libreoffice-bugs] [Bug 104480] Cannot make normal page break when page layout chosen is Labels, the next page is blank, rather than label format of the previous page.

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

--- Comment #3 from Neil  ---
(In reply to Buovjaga from comment #1)
> My result is that it inserts an empty paragraph. I cannot insert a break
> that creates a new page.
> I chose Herma endlos (did not have 8801).
> 
> Arch Linux 64-bit, KDE Plasma 5
> Version: 5.4.0.0.alpha0+
> Build ID: 1fce5b024e9f25c3fcef2537a22474ece0dc416f
> CPU Threads: 8; OS Version: Linux 4.8; UI Render: default; VCL: kde4; 
> Locale: fi-FI (fi_FI.UTF-8); Calc: group
> Built on December 10th 2016
> 
> Arch Linux 64-bit
> LibreOffice 3.3.0 
> OOO330m19 (Build:6)
> tag libreoffice-3.3.0.4

Thanks for your interest
To Get Herma 8801 when making new labels in Format Area select Single Sheet,
Brand> Herma A4, then Type> 8801. But I don't think it matters much which label
layout you select.

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


[Libreoffice-bugs] [Bug 104651] Reducing user confusion: Queries, Views and Tables

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

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #1 from Regina Henschel  ---
Perhaps
http://stackoverflow.com/questions/1278521/why-do-you-create-a-view-in-a-database
gives you some ideas, why views are necessary.

I recommend closing this issue as "Wontfix".

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


[Libreoffice-bugs] [Bug 104480] Cannot make normal page break when page layout chosen is Labels, the next page is blank, rather than label format of the previous page.

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

--- Comment #2 from Neil  ---
It is useful if if you hit View > Non printing characters.
If you attempt to make a page break inside a label box you get a new paragraph
in the same label box
If you  position cursor outside the label box and make a page break you do get
a new page, but not the label format.

I also found it frustrating that you only drag in the margins for each
individual label box, and not for the whole column, so you have to  do it over
20 times to align text properly, eg for printing inside each label.

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


[Libreoffice-bugs] [Bug 104655] FILEOPEN ODS: Memory usage for opening file has increased with factor 5

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

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|filter:odf  |filter:ods
 Status|UNCONFIRMED |NEW
 CC||xiscofa...@libreoffice.org
Version|4.1.0.4 release |4.3 all versions
Summary|FILEOPEN ODF: Memory usage  |FILEOPEN ODS: Memory usage
   |for opening file has|for opening file has
   |increased with factor 5 |increased with factor 5
 Ever confirmed|0   |1

--- Comment #1 from Xisco Faulí  ---
Confirmed in

-Version: 5.4.0.0.alpha0+
Build ID: 634589b340316ba64b731b4d923c1056be415494
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk2; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

Memory usage: 2.7Gbs

-Version: 4.4.0.0.alpha0+
Build ID: d1278ef4849661b9ae0eb7aaf4d74fbf91ccaf11

Memory usage: 2.7Gbs

-Version: 4.3.0.0.alpha0+
Build ID: 6319265b13321d6bfb527c7bd5b910d4dce4f203

Memory usage: 2.7Gbs

but not in

- Version: 4.1.0.0.alpha1+
Build ID: a2c9d4f8bbde97f175bae4df771273a61251f40

Memory usage: 285mbs

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


[Libreoffice-bugs] [Bug 104659] New: Upgrading to 5.2.3.3 stopped with error could not access cli_cppuhelper.dll

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

Bug ID: 104659
   Summary: Upgrading to 5.2.3.3 stopped with error could not
access cli_cppuhelper.dll
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: wherewe...@outlook.com

Installation could not access
c:\Windows\Microsoft.net\Assembly\GAC_32\cli_cppuhelper\V4.0_1.0.22.0_ce2cb7e279207b9e\cli_cppuhelper.dll.

Upon search, file was found but on retry, same error came 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 85811] [META] Main menu bugs and enhancements

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||104653


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104653
[Bug 104653] Custom "Zoom In" command on View menu is inactive
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104653] Custom "Zoom In" command on View menu is inactive

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

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu
   Hardware|x86-64 (AMD64)  |All
Version|5.2.3.3 release |4.0.0.3 release
 Blocks||85811
 Ever confirmed|0   |1
 OS|Mac OS X (All)  |All

--- Comment #1 from Aron Budea  ---
Confirmed with 5.2.3.3 and 4.0.0.3 / Windows 7.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=85811
[Bug 85811] [META] Main menu 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 104654] Slideshow: ANIMATIONS lost after backward show with transition

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

Laurent BP  changed:

   What|Removed |Added

 CC||armin.le.gr...@me.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=96
   ||083

--- Comment #6 from Laurent BP  ---
Suspected commits:
https://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-5-1-0=5b589f19a6ddae7b609d7925949d544a4a8c10a5
and
https://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-5-2=57387eb30d07f15b1b2a798e0e4dcb0f4543945c

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


[Libreoffice-bugs] [Bug 104635] UI: If an image is selected, you can select Styles, Insert Styles (it isn't grayed out) but isn't working either

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

Telesto  changed:

   What|Removed |Added

Summary|UI: If an image is  |UI: If an image is
   |selected, you can select|selected, you can select
   |Styles, Insert Styles (it's |Styles, Insert Styles (it
   |grayed out) but isn't   |isn't grayed out) but isn't
   |working either  |working either

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


[Libreoffice-bugs] [Bug 104488] LibO hangs/chashes when scrolling document (GTK+/GTK3)

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

Xisco Faulí  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 104572] Crash when selecting paste special > more options (GTK+)

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

Xisco Faulí  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 104572] Crash when selecting paste special > more options (GTK+)

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

Xisco Faulí  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 104572] Crash when selecting paste special > more options (GTK+)

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

--- Comment #2 from Xisco Faulí  ---
Created attachment 129610
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129610=edit
backtrace

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


[Libreoffice-bugs] [Bug 104658] New: Chart bars shrink and jump up on applying bitmap fill

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

Bug ID: 104658
   Summary: Chart bars shrink and jump up on applying bitmap fill
   Product: LibreOffice
   Version: 5.4.0.0.alpha0+
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: katarina.behr...@cib.de

Yet another regression from the infamous GSoC project

1. Open any column chart, for example attachment 121237
2. Select a data series (any), then Format Data Series > Area
3. Bonk 'Bitmap' button and select one of the bitmaps

Expected: Chart bars will get the selected bitmap fill and stay where they were

Actual: Odd things happen to chart bars. Depending on their value, sometimes
they get narrower and shorter. Sometimes they move upwards. Sometimes both.

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


[Libreoffice-bugs] [Bug 104654] Slideshow: ANIMATIONS lost after backward show with transition

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

--- Comment #5 from Laurent BP  ---
On 5.2 branch
Reproduced with:
- Version: 5.2.0.0.alpha0+
Build ID: 2d4279b53a7835303e0804c2b1cf9aa53fd723aa
Threads 4; Ver: Windows 6.1; Render: GL; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-05_16:45:52
Locale: fr-FR (fr_FR)

NOT reproduced with:
- Version: 5.2.0.0.alpha0+
Build ID: f863f7096bbd794b05053d734ad77dff2cffc20f
Threads 4; Ver: Windows 6.1; Render: GL; 
TinderBox: Win-x86@39, Branch:master, Time: 2015-11-29_07:26:27
Locale: fr-FR (fr_FR)

So bug appeared between 2015-11-29_07:26:27 and 2015-12-05_16:45:52

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


[Libreoffice-bugs] [Bug 104656] Crash when opening attachment tdf#69651

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

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||xiscofa...@libreoffice.org
 Resolution|--- |DUPLICATE

--- Comment #3 from Xisco Faulí  ---


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

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


[Libreoffice-bugs] [Bug 104488] LibO hangs/chashes when scrolling document (GTK+/GTK3)

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #22 from Xisco Faulí  ---
*** Bug 104656 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 104657] CPU usage for zooming has increased quite a lot between LibO43 and LibO54

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

--- Comment #3 from Telesto  ---
Created attachment 129609
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129609=edit
Screencast perf zoom LO4304

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


[Libreoffice-bugs] [Bug 104646] Sumifs is not summing up if a criteria left blank

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

--- Comment #3 from m.a.riosv  ---
https://help.libreoffice.org/Calc/Handling_of_Empty_Cells

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


[Libreoffice-bugs] [Bug 104657] CPU usage for zooming has increased quite a lot between LibO43 and LibO54

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

--- Comment #2 from Telesto  ---
Created attachment 129608
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129608=edit
Example file

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


[Libreoffice-bugs] [Bug 104654] Slideshow: ANIMATIONS lost after backward show with transition

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

Laurent BP  changed:

   What|Removed |Added

Version|5.1.5.2 release |5.1.0.1 rc
Summary|IMPRESS ANIMATIONS lost |Slideshow: ANIMATIONS lost
   |after back slide if |after backward show with
   |transition is present   |transition

--- Comment #4 from Laurent BP  ---
Reproduce with
- Version: 5.1.0.1
Build ID: bcace328aabc4c8c10b56daa87da0a2ee6579b5a
Threads 4; Ver: Windows 6.1; Render: default; 
- Version: 5.1.0.0.beta2
Build ID: 53054959a12edc6510f51b94ddc9b73d27aedaf6
Threads 4; Ver: Windows 6.1; Render: default; 

NOT reproduced with
- Version: 5.1.0.0.alpha1+
Build ID: 229583f298b9de05e1ad1727e233d597995099e3-GL
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-11-22_23:09:05
Locale: fr-FR (fr_FR)
- Version: 5.1.0.0.beta1-buildfix1
Build ID: 13010a13177025f633c9b85adcb3edf6920e44e3
Threads 4; Ver: Windows 6.1; Render: default; 

So bug was introduced between beta1 and beta2 of 5.1 branch.

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


[Libreoffice-bugs] [Bug 104657] CPU usage for zooming has increased quite a lot between LibO43 and LibO54

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

--- Comment #1 from Telesto  ---
Created attachment 129607
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129607=edit
Screencast perf zoom LO5400

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


[Libreoffice-bugs] [Bug 104656] Crash when opening attachment tdf#69651

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

Julien Nabet  changed:

   What|Removed |Added

   Keywords||haveBacktrace
 CC||mst...@redhat.com

--- Comment #2 from Julien Nabet  ---
Michael: I noticed that bt called a part of this patch
https://cgit.freedesktop.org/libreoffice/core/commit/?id=ae06f4be6bbdebc10a88c386064d548848e57f80
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 104656] Crash when opening attachment tdf#69651

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

--- Comment #1 from Julien Nabet  ---
Created attachment 129606
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129606=edit
bt with symbols

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


[Libreoffice-bugs] [Bug 104657] New: CPU usage for zooming has increased quite a lot between LibO43 and LibO54

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

Bug ID: 104657
   Summary: CPU usage for zooming has increased quite a lot
between LibO43 and LibO54
   Product: LibreOffice
   Version: 4.4.6.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
I recently posted a few more bug of the same sort (bug 104590 and bug 104031).
So it's quite possible this one is a dupe. 

Same issue are also quite noticeable on a Mac (but seem to be more noticeable,
because of other issues). 

Steps to Reproduce:
1.Open attached file.
2.Zoom in and out with LibO4.3 and 5.4
3.Take notice of the CPU usage required

Actual Results:  
CPU usage has increased with around 25%

Expected Results:
CPU usage should stay the same


Reproducible: Always

User Profile Reset: No

Additional Info:
Version: 5.4.0.0.alpha0+
Build ID: ba6b35fc68a01aff72b39eb7809bacb326068668
CPU Threads: 4; OS Version: Windows 6.19; UI Render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-12-13_06:07:39
Locale: nl-NL (nl_NL); Calc: CL

Version: 4.3.0.4
Build ID: 62ad5818884a2fc2e5780dd45466868d41009ec0


User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:45.0) Gecko/20100101
Firefox/45.0

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


  1   2   3   4   >