[Libreoffice-bugs] [Bug 103685] SQL... dialog Status: "Commands out of sync" when connecting to MySQL using direct (native) connector

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103685

--- Comment #13 from Lionel Elie Mamane  ---
(In reply to Julien Nabet from comment #8)
> The call to getResultSet() is really just to update the status, not for
> using a rs.

I thought from memory that calling getResultSet twice in a row would implicitly
retrieve the second result  of the query. That is indeed wrong. To advance to
the next result, one must call getMoreResults(). However, MySQL C++ connector
implements (part of) the JDBC API in C++. So looking at the JDBC documentation
https://docs.oracle.com/javase/7/docs/api/java/sql/Statement.html#getResultSet()
I see:

 This method should be called only once per result.

So unless MySQL C++ connector declares it made that safe in its documentation,
we should avoid calling it and throwing away the result; we will not
necessarily get it back correctly when calling getResultSet() the next time.

> In executeQuery, we retrieve a rs that we can release, it's not the case for
> execute.

Yes, because in executeQuery, there is necessarily a ResultSet to be retrieved.
It is an error to call executeQuery on a query that does not return results
(such as a basic UPDATE / DELETE query). The query can be a query that returns
a result containing zero rows, but it must return a result.

It is allowed to call execute() on any kind of query: returning a single result
(of zero, one or more rows) or not returning any result, or returning several
results. It is then the caller's job to call getResultSet() and
getMoreResults() to retrieve the results.

There is example code on how to use execute() correctly there:

https://blogs.msdn.microsoft.com/jdbcteam/2008/08/01/use-execute-and-getmoreresults-methods-for-those-pesky-complex-sql-queries/

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


[Libreoffice-bugs] [Bug 112574] Image style editing crashes LO

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112574

Koen Roggemans  changed:

   What|Removed |Added

   Hardware|All |x86-64 (AMD64)
Version|unspecified |5.4.1.2 release
 OS|All |Linux (All)

--- Comment #2 from Koen Roggemans  ---
Versie: 5.4.1.2 
Build ID: 1:5.4.1~rc2-0ubuntu0.16.04.1~lo0

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


[Libreoffice-bugs] [Bug 112514] Pointing an address when creating a formula

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112514

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
Version|5.3.6.1 release |4.1.0.4 release
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #5 from raal  ---
I can confirm with Version 4.1.0.0.alpha0+ and Version: 6.0.0.0.alpha0+
Build ID: afeff9102c2935139de4efd40fd2286dce396706
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-09-17_23:32:41

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


[Libreoffice-bugs] [Bug 112589] [META] Media player dialog bugs and enhancements

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112589

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||37301


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=37301
[Bug 37301] UI: Newly opened or inserted Media player always has setting
"maximum volume"
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37301] UI: Newly opened or inserted Media player always has setting " maximum volume"

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37301

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112589


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112589
[Bug 112589] [META] Media player dialog 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 103266] [META] Command line bugs and enhancements

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103266

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||34539


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=34539
[Bug 34539] Autostart Impress Files in Batch-Mode
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34539] Autostart Impress Files in Batch-Mode

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34539

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||103266


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103266
[Bug 103266] [META] Command line 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 112590] New: Base forms open maximum size each time

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112590

Bug ID: 112590
   Summary: Base forms open maximum size each time
   Product: LibreOffice
   Version: 5.2.4.1 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@tim-passingham.co.uk

Created attachment 136485
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136485=edit
Test Database

I'm running Version: 5.4.2.1
Build ID: 1:5.4.2~rc1-0ubuntu0.17.04.1
CPU threads: 8; OS: Linux 4.10; UI render: default; VCL: gtk3; 
Locale: en-GB (en_GB.UTF-8); Calc: group

When I open a form, instead of retaining the size it was saved as, it always
takes up the full window.  Open table1 in the attached to see what I mean.

Please ignore the macros and the content of the form, it's just the form size
that seems wrong.  I have tried editing the form, reducing its size, saving it
and re-opening, to no avail.

This is new to this rc version of libreoffice.  I was on 5.4.1.2 previously.

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


[Libreoffice-bugs] [Bug 112390] Double-clicking the 'Insert Image' or 'Export to PDF' toolbar button opens two file dialogs (Windows)

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112390

V Stuart Foote  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
Summary|Double-clicking the 'Insert |Double-clicking the 'Insert
   |Image' toolbar button opens |Image' or 'Export to PDF'
   |two file dialogs (Windows)  |toolbar button opens two
   ||file dialogs (Windows)

--- Comment #6 from V Stuart Foote  ---
Confirming some general mishandling of doubleclick events in Toolbar controls
on Windows.

And actually, this affects multiple button controls, result depends on behavior
of linked command--Insert Image or Export PDF opens another dialog instance,
while Show Tracked Changes toggles the GUI element.

But, not clear if the doubleClick is being mishandled as a single click, or if
there is a timing issue, I've tried OS adjustment of the mouse/touchpad
doubleclick delay and it seems all toolbar button actions are handled as single
clicks.

Are we missing test for doubleclick

On Windows 10 Home 64-bit en-US
Version: 5.4.1.2 (x64)
Build ID: ea7cb86e6eeb2bf3a5af73a8fac570321527
CPU threads: 4; OS: Windows 6.19; UI render: GL; 
Locale: en-US (en_US); Calc: group

@Kendy?

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


[Libreoffice-bugs] [Bug 90486] [META] Chart bugs and enhancements

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90486
Bug 90486 depends on bug 86019, which changed state.

Bug 86019 Summary: Poor performance opening spreadsheet with a particular chart
https://bugs.documentfoundation.org/show_bug.cgi?id=86019

   What|Removed |Added

 Status|ASSIGNED|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 108816] [META] Writer toolbar bugs and enhancements

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108816
Bug 108816 depends on bug 103733, which changed state.

Bug 103733 Summary: [UI] Menus and toolbars of master documents have not been 
reorganized as for Writer documents
https://bugs.documentfoundation.org/show_bug.cgi?id=103733

   What|Removed |Added

 Status|ASSIGNED|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 86083] TOOLBAR: 'Column' and 'Row' group buttons

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86083

--- Comment #9 from Commit Notification 
 ---
Yousuf Philips committed a patch related to this issue.
It has been pushed to "master":

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

tdf#86083 Restore old operation buttons but have them hidden

It will be available in 6.0.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 86083] TOOLBAR: 'Column' and 'Row' group buttons

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86083

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.3.0|target:5.3.0 target:6.0.0

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


[Libreoffice-bugs] [Bug 102019] [META] Dialog bugs and enhancements

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102019

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|93697   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=93697
[Bug 93697] Size of media player dialog should be alot larger
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112589] [META] Media player dialog bugs and enhancements

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112589

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||93697


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=93697
[Bug 93697] Size of media player dialog should be alot larger
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93697] Size of media player dialog should be alot larger

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93697

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|102019  |112589


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102019
[Bug 102019] [META] Dialog bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=112589
[Bug 112589] [META] Media player dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 101522] [META] Media playback bugs and enhancements

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101522

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||112589


Referenced Bugs:

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

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112589

Thomas Lendo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Blocks||101522
 Depends on||34759
 Ever confirmed|0   |1
  Alias||Media-Player-Dialog


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=34759
[Bug 34759] media player pauses when press progressbar (rewind music)
https://bugs.documentfoundation.org/show_bug.cgi?id=101522
[Bug 101522] [META] Media playback bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34759] media player pauses when press progressbar (rewind music)

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34759

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112589


Referenced Bugs:

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

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112589

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||102019

--- Comment #1 from Yousuf Philips (jay)  ---
Meta issue dealing with the media player dialog found in Impress through Tools
> Media Player or in all apps by opening the gallery and clicking on the sounds
gallery and double clicking on a sound.


Referenced Bugs:

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

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102019

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||112589


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112589
[Bug 112589] [META] Media player dialog 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 106923] Media player "View" disabled, videos too small in Slideshow

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106923

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||101522


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 101522] [META] Media playback bugs and enhancements

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101522

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||106923


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106923
[Bug 106923] Media player "View" disabled, videos too small in Slideshow
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112574] Image style editing crashes LO

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112574

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from raal  ---
I can confirm with Version: 6.0.0.0.alpha0+
Build ID: afeff9102c2935139de4efd40fd2286dce396706
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-09-17_23:32:41

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


[Libreoffice-bugs] [Bug 112589] New: [META] Media player dialog bugs and enhancements

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112589

Bug ID: 112589
   Summary: [META] Media player dialog bugs and enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thomas.le...@gmail.com

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


[Libreoffice-bugs] [Bug 112589] [META] Media player dialog bugs and enhancements

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112589

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||44527


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=44527
[Bug 44527] Media Player / Media toolbar controls don't switch theme properly
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112589] [META] Media player dialog bugs and enhancements

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112589

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||100258


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100258
[Bug 100258] crash: trying to dispose media player
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93188] Closing media player crashes Writer

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93188

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112589


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112589
[Bug 112589] [META] Media player dialog 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 44527] Media Player / Media toolbar controls don' t switch theme properly

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44527

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112589


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112589
[Bug 112589] [META] Media player dialog 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 102019] [META] Dialog bugs and enhancements

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102019

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||32281


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=32281
[Bug 32281] Export a log of emails not sent in 'Sending e-mail messages' dialog
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 32281] Export a log of emails not sent in 'Sending e-mail messages' dialog

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=32281

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||102019


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102019
[Bug 102019] [META] Dialog 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 109409] TEXTJOIN and CONCAT ignore transposition of arrays passed to them

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109409

--- Comment #3 from Wolfgang Jäger  ---
Created attachment 136486
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136486=edit
A second demo also containing a workaround. May clarify even better the issue
this way.

See also the new demo I made and attached to an answer in the ask.libreoffice
site.

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


[Libreoffice-bugs] [Bug 107805] [META] Writer master document issues

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107805
Bug 107805 depends on bug 103733, which changed state.

Bug 103733 Summary: [UI] Menus and toolbars of master documents have not been 
reorganized as for Writer documents
https://bugs.documentfoundation.org/show_bug.cgi?id=103733

   What|Removed |Added

 Status|ASSIGNED|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 93433] incomplete display of long autocorrect list in the replacement table and possible data loss when saving

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93433

--- Comment #25 from tommy27  ---
incomplete display of autocorrect items is present in LibO 6.0.0.0.alpha0+
Build ID: 31919b8909fa7b34412dd52c3d4dff17bc5b6fab
CPU threads: 4; OS: Windows 6.29; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-09-22_00:51:46
Locale: it-IT (it_IT); Calc: group

tested under Win8.1 x64

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


[Libreoffice-bugs] [Bug 105863] Flicker when hovering over main menu with default rendering

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105863

tommy27  changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #46 from tommy27  ---
I see a lot of flickering under Win8.1 x64 using LibO 5.4.1.2 and a very recent
6.0.0.0 alpha daily build.

to get rid of the flickering I have to select "Tools/Options/Use OpenGL for all
rendering" and flag "Ignore OpenGL blacklist" as well.

my graphic card is an "ATI AMD Radeon R5 Graphics"

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


[Libreoffice-bugs] [Bug 111936] CHARTS: Bad display on data label in percent stacked chart

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111936

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
Version|5.2.6.2 release |4.3.0.4 release

--- Comment #6 from Aron Budea  ---
OK in 4.2.0.4, not OK in 4.3.0.4, adjusting version field.

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


[Libreoffice-bugs] [Bug 112591] New: Crash in: dui70.dll

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112591

Bug ID: 112591
   Summary: Crash in: dui70.dll
   Product: LibreOffice
   Version: 5.4.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: wgcatter...@hotmail.com

This bug was filed from the crash reporting server and is
br-08aa9bd6-d62f-4b91-83b4-8402f6d9c78f.
=

  I have discovered that libreoffice.org recently has not been dropping any
memory when I close a writer window.  It only adds to memory when I open a new
file, until I close all libreoffice open files Write and Calc. Or it reaches a
max memory and locks up.

It only started this behavior after the last update.

Thanks for looking into this.

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


[Libreoffice-bugs] [Bug 92190] PRINTs landscape despite configured as portrait (Mac OS)

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92190

--- Comment #47 from bouk...@gmail.com ---
For what it's worth, on my Mac OS X 10.8.5 system, LO version 5.3.4.2 prints
fine, whereas versions 5.3.5.1 and 5.3.6.1 exhibit the print in landscape bug.

This bug happened before and was fixed.  As far as I'm concerned, it was
somehow reintroduced in 5.3.5.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 112546] FILESAVE: RTF: Area fill changes from None to White after RT

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112546

Dieter Praas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Dieter Praas  ---
I could reproduce it.

Version: 5.4.2.1 (x64)
Build-ID: dfa67a98bede79c671438308dc9036d50465d2cb
CPU-Threads: 4; Betriebssystem:Windows 6.19; UI-Render: GL; 
Gebietsschema: de-DE (de_DE); 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 103610] [META] Slide show (presentation mode) bugs and enhancements

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103610

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||33154


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=33154
[Bug 33154] Interaction (Execute) is generally buggy
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 33154] Interaction (Execute) is generally buggy

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33154

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||103610


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103610
[Bug 103610] [META] Slide show (presentation mode) 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 112420] Make Autocorrect suggest last used word

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112420

Dieter Praas  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.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 112354] Cross-reference categories not shown in text when a document is open in another language installation of LO

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112354

Dieter Praas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Dieter Praas  ---
Thank you for reporting th bug. I opened the attachment and everything looks
fine, using LO 5.4.2.1 (x64). So I can't reproduce it. What version of LO are
you using / is your boss using? Can you add a document (for example
pdf-document) with the "wrong" result?

I set the status to NEEDINFO. Please change it back to UNCONFIRMED after
providing the infos.

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


[Libreoffice-bugs] [Bug 103685] SQL... dialog Status: "Commands out of sync" when connecting to MySQL using direct (native) connector

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103685

--- Comment #15 from Lionel Elie Mamane  ---
(In reply to Julien Nabet from comment #12)

> Indeed, I began with:
> diff --git a/mysqlc/source/mysqlc_statement.cxx
> b/mysqlc/source/mysqlc_statement.cxx
> index 3a082004831a..9ff3ce163fb6 100644
> --- a/mysqlc/source/mysqlc_statement.cxx
> +++ b/mysqlc/source/mysqlc_statement.cxx
> @@ -240,7 +240,7 @@ sal_Bool SAL_CALL OCommonStatement::getMoreResults()
>  
>  // if your driver supports more than only one resultset
>  // and has one more at this moment return true
> -return false;
> +return cppStatement->getMoreResults();
>  }

This looks good.

> but then, I don't know how to call getMoreResults() from directsql.cxx.

See the algorithm linked to in comment 13.

> I tried to declare OStatement::getMoreResults

No need, it inherits it from OCommonStatement.

> (because OStatementBase::getMoreResults already exists) in statement.hxx +
> statement.cxx but I've got an error when building.

While it is not necessary, it is definitely allowed. What error did you get?

> I think it's perhaps linked to XStatement.idl but don't want to touch this
> since it's a public interface and I don't know the consequences.

Yes, don't change that.

> I also tried to use XMultipleResults but since execute method doesn't return
> anything, I can't use XMultipleResults

The XMultipleResults interface is exactly what you have to use. But I see that
mysqlc doesn't implement it, which is... "dommage" because it is pretty easy
since MySQL Connector C++ implements it!

Something like:

 sal_Int32 SAL_CALL OCommonStatement::getUpdateCount()
 {
-return 0;
+return cppStatement->getUpdateCount();
 }

in addition to your above patch should be all that is needed.

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


[Libreoffice-bugs] [Bug 112390] Double-clicking the 'Insert Image' toolbar button opens two file dialogs (Windows)

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112390

--- Comment #5 from Dieter Praas  ---
(In reply to Dieter Praas from comment #3)
> I confirm your bug with LO 5.4.2.1

Version: 5.4.2.1 (x64)
Build-ID: dfa67a98bede79c671438308dc9036d50465d2cb
CPU-Threads: 4; Betriebssystem:Windows 6.19; UI-Render: GL; 
Gebietsschema: de-DE (de_DE); 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 112574] Image style editing crashes LO

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112574

--- Comment #3 from Koen Roggemans  ---
as:
Video of what happens. Started with new, small document
https://youtu.be/WEqLcI7m_cg

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


[Libreoffice-bugs] [Bug 83009] [META] Bugs requiring the use of the Infobar

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83009

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||43784


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=43784
[Bug 43784] Show infobar when document has broken linked 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 112574] Image style editing crashes LO

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112574

raal  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 111809] New Calc split buttons to add/remove columns/ rows should remember last used option/feature

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111809

Yousuf Philips (jay)  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 CC|libreoffice-ux-advise@lists |gulsah.1...@gmail.com
   |.freedesktop.org|
   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=91 |
   |820 |

--- Comment #7 from Yousuf Philips (jay)  ---
(In reply to Chris Mayfield from comment #6)
> The context menus are just as slow as the new buttons -- both ways require
> two mouse clicks to delete a row/column.

Yes for deleting a single row or column without first selecting them through
the row and column headers would require two mouse clicks, but if a user wants
to delete more than a single row or column, then would selecting them first and
it is a shorter mouse distance to open the context menu than the click a button
on the toolbar.

> Those four buttons were incredibly useful. I would rather be able to "insert
> before" only (in one click) than have all options buried under another
> button.

You can customize your toolbar to have add those four buttons back.

> I agree fewer buttons is better by default. However, wouldn't another option
> be to add the old buttons back to the "Visible Buttons" menu, so that people
> could add/remove them depending on their preference?

Yes it would have been better to have left those there as hidden buttons that
the user could easily unhide, especially those who got used to them being there
since 4.4, so i'll re-add them.

@Gulsah: You interested in doing split button versions of the row and column
buttons?

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


[Libreoffice-bugs] [Bug 112588] New: Font display is not smooth and grafical artifacts

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112588

Bug ID: 112588
   Summary: Font display is not smooth and grafical artifacts
   Product: LibreOffice
   Version: 5.4.1.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dompap...@gmail.com

Created attachment 136484
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136484=edit
Original screen and screen when presenting presentation

The fonts in run modus are not smoothly presented but in editing mode the fonts
are correctly shown. In the attachement the differences of the two screens are
visible.

Also some graphical elements are not shown in run modus.

The slide has been added to the attachment.

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


[Libreoffice-bugs] [Bug 43784] Show infobar when document has broken linked files

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43784

Yousuf Philips (jay)  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 Blocks||83009
Summary|FILEOPEN: Missing error |Show infobar when document
   |message while opening a |has broken linked files
   |Text Document, when linked  |
   |file does not exist |
   Severity|normal  |enhancement


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83009
[Bug 83009] [META] Bugs requiring the use of the Infobar
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112571] FILESAVE XLSX New named range is created every time an Excel made spreadsheet that contains print ranges is saved as XLSX

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112571

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
Version|5.4.1.2 release |4.1 all versions
 Ever confirmed|0   |1

--- Comment #5 from raal  ---
I can confirm with Version 4.1.0.0.alpha0+ and Version: 6.0.0.0.alpha0+
Build ID: afeff9102c2935139de4efd40fd2286dce396706
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-09-17_23:32:41

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


[Libreoffice-bugs] [Bug 106781] Addition of a style-focused formatting toolbar

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106781

--- Comment #28 from Commit Notification 
 ---
Yousuf Philips committed a patch related to this issue.
It has been pushed to "master":

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

tdf#106781 Enable a few hidden items in writer styles toolbar

It will be available in 6.0.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 112586] File Open

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112586

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
Hello,

Thank you for filing the bug. Please send us a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO', so please do change it back to
'UNCONFIRMED' once you have attached a document.
(Please note that the attachment will be public, remove any sensitive
information before attaching it.)
How can I eliminate confidential data from a sample document?
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
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 106781] Addition of a style-focused formatting toolbar

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106781

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.4.0|target:5.4.0 target:6.0.0

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


[Libreoffice-bugs] [Bug 103685] SQL... dialog Status: "Commands out of sync" when connecting to MySQL using direct (native) connector

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103685

--- Comment #14 from Lionel Elie Mamane  ---
(In reply to Julien Nabet from comment #9)

> I'm not sure to understand, execute and executeUpdate never use resultsets
> or did I miss something?

In complement to my previous comment:
executeUpdate() can only be used for a query that does not return a ResultSet,
but returns exactly one (no more, no less) update counts. E.g. a basic UPDATE
or DELETE.

executeQuery() can only be used for a query that returns exactly *one*
ResultSet and (I think) *no* update count.

execute() can be be used for a query that returns zero or more ResultSets and
zero or more update counts (but a query will always return at least one or the
other).

Since we don't know that the user types in the direct sql window, I think we
should use execute() and use the algorithm linked to in my previous comment to
process the result correctly. If the "show result" checkbox is checked, then
use the resultset, else just close it immediately and go to the next result.

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


[Libreoffice-bugs] [Bug 112588] Font display is not smooth and grafical artifacts

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112588

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #1 from V Stuart Foote  ---
Disalbe the Hardware Acceleration rendering from Tools -> Options -> View
panel.

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

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


[Libreoffice-bugs] [Bug 107090] Text is poorly rendered to presentation mode canvas with default rendering and "Use hardware acceleration" enabled ( OpenGL and CPU only rendering is correct)

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107090

V Stuart Foote  changed:

   What|Removed |Added

 CC||dompap...@gmail.com

--- Comment #22 from V Stuart Foote  ---
*** Bug 112588 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 112575] No regular expression for paragraph mark

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112575

--- Comment #9 from V Stuart Foote  ---
Created attachment 136487
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136487=edit
sample document with desired "Reset Value: " string

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


[Libreoffice-bugs] [Bug 112592] Downloaded Google Docs .docx crashes Writer when saving as .docx file

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112592

--- Comment #1 from advat...@gmail.com ---
Please let me know if there are any logs I can submit to help identify the
cause. 

Thanks!

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


[Libreoffice-bugs] [Bug 108619] Crash on x86 in jfw_plugin_startJavaVirtualMachine with recent linux kernels

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108619

Luke  changed:

   What|Removed |Added

URL||http://nabble.documentfound
   ||ation.org/CppunitTest-dbacc
   ||ess-hsqldb-test-CppunitTest
   ||-dbaccess-RowSetClones-Fail
   ||ing-after-System-Update-td4
   ||218769.html

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


[Libreoffice-bugs] [Bug 112590] Base forms open maximum size each time

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112590

Jean-Baptiste Faure  changed:

   What|Removed |Added

Version|5.2.4.1 rc  |unspecified

--- Comment #2 from Jean-Baptiste Faure  ---
set version to unspecified because 5.4.2.1 is not available in the dropdown
list.

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


[Libreoffice-bugs] [Bug 111444] Tangut chatacters do not rotate in vertical layout ( Tangut Yinchuan)

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111444

--- Comment #5 from Volga  ---
This bug seems introduced in 5.3.2, which forced GDI rendering for vertical
layout.

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


[Libreoffice-bugs] [Bug 103057] Elements of different sidebar decks overlaps in Impress

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103057

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||103459


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103459
[Bug 103459] [META] Sidebar UI and UX 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 112593] New: Chinese characters shifted to the right a lot while used along with Graphite fonts in vertical layout

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112593

Bug ID: 112593
   Summary: Chinese characters shifted to the right a lot while
used along with Graphite fonts in vertical layout
   Product: LibreOffice
   Version: 5.4.1.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: shanshandehongx...@outlook.com

Description:
While I switch text direction to vertical, Chinese characters shifted to the
right a lot while used along with Graphite fonts.

Steps to Reproduce:
1. Open Writer
2. Insert -> Frame -> Frame Interactively
3. Input “Abg123文字” into frame
4. Select the text and set the font as Linux Libertine G
5. Copy the text into the next line
6. Select the text at the next line, then set the font as Doulos SIL

Actual Results:  
When LibreOffice used Graphite fonts for western text, Chinese characters
shifted to the right a lot, leave large gaps at the character steams. See my
screenshot.

Expected Results:
Chinese characters should be aligned well with Graphite fonts.


Reproducible: Always

User Profile Reset: No

Additional Info:
版本:5.4.2.1 (x64)
Build ID:dfa67a98bede79c671438308dc9036d50465d2cb
CPU 线程:4; 操作系统:Windows 6.19; UI 渲染:默认; 
区域语言:zh-CN (zh_CN); Calc: group


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101
Firefox/55.0

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


[Libreoffice-bugs] [Bug 105863] Flicker when hovering over main menu with default rendering

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105863

--- Comment #48 from tommy27  ---
(In reply to V Stuart Foote from comment #47)
> (In reply to tommy27 from comment #46)
> > I see a lot of flickering under Win8.1 x64 using LibO 5.4.1.2 and a very
> > recent 6.0.0.0 alpha daily build.
> > 
>> ... 

> Could you give details of the GPU and driver? 
> ...

here's the data I retrieved from Firefox.

Data aggiornamento driver   9-15-2014

Descrizione scheda grafica  AMD Radeon(TM) R5 Graphics

Direct2D attivo true

DirectWrite attivo  true (6.3.9600.18696)

Driver scheda grafica   aticfx64 aticfx64 aticfx64 aticfx32 aticfx32 aticfx32
atiumd64 atidxx64 atidxx64 atiumdag atidxx32 atidxx32 atiumdva atiumd6a
atitmm64

Finestre con accelerazione GPU  1/1 Direct3D 11 (OMTC)

GPU #2 attiva   false

ID dispositivo  0x9851

ID produttore   0x1002

RAM scheda grafica  1024

Rendering WebGL Google Inc. -- ANGLE (AMD Radeon(TM) R5 Graphics Direct3D9Ex
vs_3_0 ps_3_0)

Versione driver 14.301.1001.0

windowLayerManagerRemotetrue

AzureCanvasBackend  direct2d

AzureContentBackend direct2d

AzureFallbackCanvasBackend  cairo

AzureSkiaAccelerated0

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


[Libreoffice-bugs] [Bug 112390] Double-clicking various toolbar buttons opens two file dialogs (Windows)

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112390

Yousuf Philips (jay)  changed:

   What|Removed |Added

  Component|Writer  |LibreOffice
Version|5.4.1.2 release |Inherited From OOo
Summary|Double-clicking the 'Insert |Double-clicking various
   |Image' or 'Export to PDF'   |toolbar buttons opens two
   |toolbar button opens two|file dialogs (Windows)
   |file dialogs (Windows)  |

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


[Libreoffice-bugs] [Bug 112476] opening view in tools option crashing libreoffice

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112476

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #4 from Jean-Baptiste Faure  ---
No crash for me with Version: 6.0.0.0.alpha0+
Build ID: 6132e8d2868e26ffe079e540b23a408e6201d339
Threads CPU : 4; OS : Linux 4.4; UI Render : par défaut; VCL: gtk3; 
Ubuntu_16.04_x86-64
Locale : fr-FR (fr_FR.UTF-8); Calc: single

built at home under Ubuntu 16.04 x86-64.

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


[Libreoffice-bugs] [Bug 103460] [META] Master pages deck/tab of the sidebar

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103460

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||106757


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106757
[Bug 106757] LO Crashes with fatal error if try to edit master page in sidebar
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106757] LO Crashes with fatal error if try to edit master page in sidebar

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106757

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||103460


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103460
[Bug 103460] [META] Master pages deck/tab of the sidebar
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112594] Mongolian letters failed to join with NNBSP sometimes

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112594

--- Comment #2 from Volga  ---
Created attachment 136492
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136492=edit
Rendering on 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 105863] Flicker when hovering over main menu with default rendering

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105863

--- Comment #47 from V Stuart Foote  ---
(In reply to tommy27 from comment #46)
> I see a lot of flickering under Win8.1 x64 using LibO 5.4.1.2 and a very
> recent 6.0.0.0 alpha daily build.
> 
> to get rid of the flickering I have to select "Tools/Options/Use OpenGL for
> all rendering" and flag "Ignore OpenGL blacklist" as well.
> 
> my graphic card is an "ATI AMD Radeon R5 Graphics"

Yes no flicker with OpenGL rendering where the UI is fully double buffered,
needs attention for default rendering (HA or CPU only).  But flicker aside, you
have another issue in that the R5 Grpahics should probably be current enough to
not receive an OpenGL blacklist.

Could you give details of the GPU and driver? Done simply by opening Chrome
browser and post result of the chrome://gpu diagnostic (just the Version
Information and Driver Information); or same with the Firefox about:support
diagnostic. Or run Windows own msinfo32 and post (just the System Summary and
Display panels).

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


[Libreoffice-bugs] [Bug 112575] No regular expression for paragraph mark

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112575

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #8 from V Stuart Foote  ---
(In reply to Daniel Grigoras from comment #7)
> $TextToReplace has no meaning?
> What do you meant?
> 

Functionally, the LibreOffice regular expression for paragraph mark is "$" 

> If ^13TextToReplace has a useful and usable meaning in MS Word, why
> shouldn't $TextToReplace have a useful and usable meaning in LibreOffice
> Writer?
> 
> Stuart, maybe you have difficulties understanding abstract things. I'll give
> you a concrete example of what I want to search for an replace: I want to
> search for and replace "Reset Value: " and leave no empty line behind in so
> doing. In Word I can do this by simply searching for "^13Reset Value: " (Use
> wildcards ticked) and replacing it with nothing. How would I be able to do
> this in LibreOffice Writer if "$Reset Value: " has no meaning?

Wrong syntax. Reverse the position of the "$" paragraph end.

Attaching a sample document, use these find strings with Regular expressions
enabled:

"Reset Value: $"

".*Reset Value: $"

"Reset Value: \n"

".*Reset Value: \n"

Convince yourself then close this as INVALID as that is what it is ;-)

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


[Libreoffice-bugs] [Bug 108619] Crash on x86 in jfw_plugin_startJavaVirtualMachine with recent linux kernels

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108619

--- Comment #25 from Luke  ---
The build time manifestation of this bug is a CppunitTest_dbaccess_hsqldb_test
or CppunitTest_dbaccess_RowSetClones test failure. For details see:

http://nabble.documentfoundation.org/CppunitTest-dbaccess-hsqldb-test-CppunitTest-dbaccess-RowSetClones-Failing-after-System-Update-td4218769.html

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


[Libreoffice-bugs] [Bug 103459] [META] Sidebar UI and UX bugs and enhancements

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103459

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||103057


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103057
[Bug 103057] Elements of different sidebar decks overlaps in Impress
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102283] [META] Slide/page pane bugs and enhancements

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102283

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||91843


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=91843
[Bug 91843] SIDEBAR: White borders appearing around slide layouts
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112593] Chinese characters shifted to the right a lot while used along with Graphite fonts in vertical layout

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112593

--- Comment #2 from Volga  ---
Created attachment 136490
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136490=edit
Screenshot

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


[Libreoffice-bugs] [Bug 112575] No regular expression for paragraph mark

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112575

Daniel Grigoras  changed:

   What|Removed |Added

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

--- Comment #7 from Daniel Grigoras  ---
$TextToReplace has no meaning?
What do you meant?

If ^13TextToReplace has a useful and usable meaning in MS Word, why shouldn't
$TextToReplace have a useful and usable meaning in LibreOffice Writer?

Stuart, maybe you have difficulties understanding abstract things. I'll give
you a concrete example of what I want to search for an replace: I want to
search for and replace "Reset Value: " and leave no empty line behind in so
doing. In Word I can do this by simply searching for "^13Reset Value: " (Use
wildcards ticked) and replacing it with nothing. How would I be able to do this
in LibreOffice Writer if "$Reset Value: " has no meaning?

PS: It seems that we will gradually be switching back to MS Word, so starting
sometime in the near future you won't hear from me again reporting LibreOffice
bugs and shortcomings.

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


[Libreoffice-bugs] [Bug 112575] No regular expression for paragraph mark

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112575

--- Comment #10 from Daniel Grigoras  ---
"Reset Value: $" in Writer only replaces the text and leaves an empty paragraph
behind, while I want both the text and the paragraph on which the text exists
removed. "^13Reset Value: " in Word removes both the text and the paragraph.

The simple fact that I cannot search for "$Reset Value: ", but I can search for
"Reset Value: $" is telling that you have an issue, so please give up on
sophistry and on trying to bury 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 107416] Printing multiple copies results in multiple print jobs

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107416

--- Comment #12 from Laurent BP  ---
So it is not a bug, it is a feature!
Simply uncheck option in Print dialog:
File > Print > Options: "Create single print jobs for collated output"
and you get the previous behavior.

However, from my point of view, this option does the opposite of what it
should. True and False should be inverted. Or my English is too poor?

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


[Libreoffice-bugs] [Bug 91843] SIDEBAR: White borders appearing around slide layouts

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91843

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||102283


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102283
[Bug 102283] [META] Slide/page pane 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 112593] Chinese characters shifted to the right a lot while used along with Graphite fonts in vertical layout

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112593

--- Comment #1 from Volga  ---
Created attachment 136489
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136489=edit
Test 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 100307] Problem installing libreoffice extension as shared

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100307

--- Comment #6 from rolfofsax...@gmail.com ---
I have investigated further and the issue seems to arise around the
getPackageName2PathMap function in pythonscript.py

Once the extension is installed for "All Users" it gets stored in
/var/spool/libreoffice/uno_packages/cache/uno_packages under a *.tmp_
directory.

Sudo'ing into lowriter once can see that this is recognised and loaded.
Starting lowriter as a normal user, no initial attempt is made to load
extensions in /var/spool/libreoffice/uno_packages/cache/uno_packages.
However if you attempt to activate the extension, an attempt is made but
returns 0 (Zero) extensions.
Below is the Debug listing from lowriter first running as sudo and secondly as
a normal user.

sudo lowriter

(soffice:6281): Gdk-WARNING **: gdk_window_set_icon_list: icons too large

(soffice:6281): Gdk-WARNING **: gdk_window_set_icon_list: icons too large
Sat Sep 23 14:42:35 2017 [DEBUG] pythonscript loading
Sat Sep 23 14:42:35 2017 [DEBUG] pythonscript finished intializing
Sat Sep 23 14:42:35 2017 [DEBUG] Entering
PythonScriptProvider.ctorshare:uno_packages
Sat Sep 23 14:42:35 2017 [DEBUG] initialized urihelper with
baseUri=file:///var/spool/libreoffice/uno_packages/cache/uno_packages,m_scriptUriLocation=share:uno_packages
Sat Sep 23 14:42:35 2017 [DEBUG] got urlHelper 
Sat Sep 23 14:42:35 2017 [DEBUG] share:uno_packages transformed to
file:///var/spool/libreoffice/uno_packages/cache/uno_packages
Sat Sep 23 14:42:35 2017 [DEBUG] pythonscript: getPackageName2PathMap start
getDeployedPackages
Sat Sep 23 14:42:35 2017 [DEBUG] pythonscript: getPackageName2PathMap end
getDeployedPackages (1)
Sat Sep 23 14:42:35 2017 [DEBUG] inspecting package
bookmarktoggle.oxt(bookmarktoggle)
Sat Sep 23 14:42:35 2017 [ERROR] adding Package lu5912xamblb.tmp_
('file:///var/spool/libreoffice/uno_packages/cache/uno_packages/lu5912xamblb.tmp_/bookmarktoggle.oxt/bookmarktoggle',)
Sat Sep 23 14:42:35 2017 [DEBUG] hasByName called
vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE/uno_packages/lu5912xamblb.tmp_/bookmarktoggle.oxt/bookmarktoggle
Sat Sep 23 14:42:35 2017 [DEBUG] hasByName
file:///var/spool/libreoffice/uno_packages/cache/uno_packages/lu5912xamblb.tmp_/bookmarktoggle.oxt/bookmarktoggle
True
Sat Sep 23 14:42:35 2017 [DEBUG] hasByName called
vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE/uno_packages/lu5912xamblb.tmp_/bookmarktoggle.oxt/bookmarktoggle
Sat Sep 23 14:42:35 2017 [DEBUG] hasByName
file:///var/spool/libreoffice/uno_packages/cache/uno_packages/lu5912xamblb.tmp_/bookmarktoggle.oxt/bookmarktoggle
True
Sat Sep 23 14:42:35 2017 [DEBUG] hasByName called
vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE/uno_packages/lu5912xamblb.tmp_/bookmarktoggle.oxt/bookmarktoggle
Sat Sep 23 14:42:35 2017 [DEBUG] hasByName
file:///var/spool/libreoffice/uno_packages/cache/uno_packages/lu5912xamblb.tmp_/bookmarktoggle.oxt/bookmarktoggle
True


++

lowriter

(soffice:6499): Gdk-WARNING **: gdk_window_set_icon_list: icons too large

(soffice:6499): Gdk-WARNING **: gdk_window_set_icon_list: icons too large

#
#The following only happens after attempting to invoke the extension
#whilst when running as sudo pythonscript is invoked upon startup of lowriter
#for whatever reason the number of "deployedpackages" is returned as Zero, when
#quite clearly, there is a package installed in
/var/spool/libreoffice/uno_packages/cache/uno_packages
#

pythonloader.Loader ctor
pythonloader.Loader.activate
pythonloader: interpreting url vnd.openoffice.pymodule:pythonscript
pythonloader: after expansion vnd.openoffice.pymodule:pythonscript
Sat Sep 23 14:46:44 2017 [DEBUG] pythonscript loading
Sat Sep 23 14:46:44 2017 [DEBUG] pythonscript finished intializing
Fetched ImplHelper as 
Sat Sep 23 14:46:44 2017 [DEBUG] Entering
PythonScriptProvider.ctorshare:uno_packages
Sat Sep 23 14:46:44 2017 [DEBUG] initialized urihelper with
baseUri=file:///var/spool/libreoffice/uno_packages/cache/uno_packages,m_scriptUriLocation=share:uno_packages
Sat Sep 23 14:46:44 2017 [DEBUG] got urlHelper 
Sat Sep 23 14:46:44 2017 [DEBUG] share:uno_packages transformed to
file:///var/spool/libreoffice/uno_packages/cache/uno_packages
Sat Sep 23 14:46:44 2017 [DEBUG] pythonscript: getPackageName2PathMap start
getDeployedPackages
Sat Sep 23 14:46:44 2017 [DEBUG] pythonscript: getPackageName2PathMap end
getDeployedPackages (0)
Sat Sep 23 14:46:44 2017 [DEBUG] getScript
vnd.sun.star.script:bookmarktoggle.oxt|bookmarktoggle|bookmarktoggle.py$BookmarkToggle?language=Python=share:uno_packages
invoked
Sat Sep 23 14:46:44 2017 [DEBUG] converting
scriptURI=vnd.sun.star.script:bookmarktoggle.oxt|bookmarktoggle|bookmarktoggle.py$BookmarkToggle?language=Python=share:uno_packages
to
storageURI=file:///var/spool/libreoffice/uno_packages/cache/uno_packages/bookmarktoggle.oxt/bookmarktoggle/bookmarktoggle.py$BookmarkToggle
Sat Sep 23 14:46:44 2017 [ERROR] : 

[Libreoffice-bugs] [Bug 112592] New: Downloaded Google Docs .docx crashes Writer when saving as .docx file

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112592

Bug ID: 112592
   Summary: Downloaded Google Docs .docx crashes Writer when
saving as .docx file
   Product: LibreOffice
   Version: 5.4.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: advat...@gmail.com

Created attachment 136488
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136488=edit
Google Doc Downloaded Test.docx

The follow steps can be used to replicate the problem with LibreOffice 5.4.1.2:

1. Create and download a docx from Google Docs
2. Open with LibreOffice Writer
3. Save the file as a .docx 

The above steps will result in Writer crashing then launching the document
recovery process. 

I've tested this with multiple systems running Ubuntu 16.04.3 LTS. 

Attached file is an example .docx downloaded from Google Docs.

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


[Libreoffice-bugs] [Bug 112592] Downloaded Google Docs .docx crashes Writer when saving as .docx file

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112592

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||r...@post.cz
 Resolution|--- |WORKSFORME

--- Comment #2 from raal  ---
No repro with Version: 6.0.0.0.alpha0+
Build ID: afeff9102c2935139de4efd40fd2286dce396706
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-09-17_23:32:41

Xisco wrote in the chat the bug was fixed. Closing.


http://dev-builds.libreoffice.org/daily/master/

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


[Libreoffice-bugs] [Bug 112590] Base forms open maximum size each time

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112590

Jean-Baptiste Faure  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||jbfa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure  ---
Reproducible with Version: 5.4.3.0.0+
Build ID: 3766aa5b3232beba4e4989696b6d19103ba0d62f
Threads CPU : 4; OS : Linux 4.4; UI Render : par défaut; VCL : gtk3; 
Ubuntu_16.04_x86-64
Locale : fr-FR (fr_FR.UTF-8); Calc: single

set status to NEW

works as expected with LO 5.4.1 from Ubuntu PPA, so regression

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


[Libreoffice-bugs] [Bug 103460] [META] Master pages deck/tab of the sidebar

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103460

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||104342


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104342
[Bug 104342] Rethinking 'Master pages' sidebar dock
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104342] Rethinking 'Master pages' sidebar dock

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104342

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||103460


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103460
[Bug 103460] [META] Master pages deck/tab of the sidebar
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112594] New: Mongolian letters failed to join with NNBSP sometimes

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112594

Bug ID: 112594
   Summary: Mongolian letters failed to join with NNBSP sometimes
   Product: LibreOffice
   Version: 5.4.1.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: shanshandehongx...@outlook.com

Description:
Mongolian letters sometimes does not join with NNBSP, especially when this
space is not following Mongolian letters.

Steps to Reproduce:
1. Open Writer
2. Insert -> Frame -> Frame Interactively
3. Set text direction as Left-to-Right (vertical)
4. Copy the text from
https://incubator.wikimedia.org/wiki/Wp/mvf/%E1%A0%AD%E1%A0%A6%E1%A0%B6%E1%A0%A6%E1%A0%AD_%E1%A0%AC%E1%A0%A0%E1%A0%AD%E1%A0%A0%E1%A0%A8_%E1%A0%A4_%E1%A0%AA%E1%A0%A2%E1%A0%B4%E1%A0%A2%E1%A0%AD%E1%A0%8C
5. Select all texts, set western font as Liberation Serif, set complex font as
Mongolian Baiti.
6. Copy & paste the frame
7. Select all texts at the next frame, set font as Mongolian Baiti.

Actual Results:  
Mongolian letters failed to join with NNBSP if NNBSP followed by digits. See my
screenshot.

Expected Results:
Mongolian letters should always join with NNBSP.


Reproducible: Always

User Profile Reset: No

Additional Info:
版本:5.4.2.1 (x64)
Build ID:dfa67a98bede79c671438308dc9036d50465d2cb
CPU 线程:4; 操作系统:Windows 6.19; UI 渲染:默认; 
区域语言:zh-CN (zh_CN); Calc: group


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101
Firefox/55.0

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


[Libreoffice-bugs] [Bug 106045] [META] Vertical text direction issues

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106045

Volga  changed:

   What|Removed |Added

 Depends on||112593


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112593
[Bug 112593] Chinese characters shifted to the right a lot while used along
with Graphite fonts in vertical layout
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112593] Chinese characters shifted to the right a lot while used along with Graphite fonts in vertical layout

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112593

Volga  changed:

   What|Removed |Added

 Blocks||83066, 106045


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83066
[Bug 83066] [META] CJK issues
https://bugs.documentfoundation.org/show_bug.cgi?id=106045
[Bug 106045] [META] Vertical text direction 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 112594] Mongolian letters failed to join with NNBSP sometimes

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112594

--- Comment #1 from Volga  ---
Created attachment 136491
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136491=edit
Test 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 83066] [META] CJK issues

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83066

Volga  changed:

   What|Removed |Added

 Depends on||112593


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112593
[Bug 112593] Chinese characters shifted to the right a lot while used along
with Graphite fonts in vertical layout
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112594] Mongolian letters failed to join with NNBSP sometimes

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112594

--- Comment #3 from Volga  ---
Created attachment 136493
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136493=edit
Original text rendering on Firefox

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


[Libreoffice-bugs] [Bug 37559] 1x1 extra points visible around shapes after PDF export and converting any shape into a polygon creates extra points up left and down right

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37559

--- Comment #87 from dr01  ---
This bug has been around for more than 6 years.  Actually present on v5.3.4.2
under Win10.
Is there any estimate for a fix?  Or at least a workaround?

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


[Libreoffice-bugs] [Bug 106045] [META] Vertical text direction issues

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106045

Volga  changed:

   What|Removed |Added

 Depends on||112594


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112594
[Bug 112594] Mongolian letters failed to join with NNBSP sometimes
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112594] Mongolian letters failed to join with NNBSP sometimes

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112594

Volga  changed:

   What|Removed |Added

 Blocks||106045


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106045
[Bug 106045] [META] Vertical text direction 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 112594] Mongolian letters failed to join with NNBSP sometimes

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112594

--- Comment #4 from Volga  ---
Created attachment 136494
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136494=edit
Original text rendering on Chrome

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


[Libreoffice-bugs] [Bug 84233] CONTEXT MENU: Reorganizing the slide menu

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84233

--- Comment #10 from Yousuf Philips (jay)  ---
(In reply to Xisco Faulí from comment #9)
> Polite ping: is this bug fixed? if so, please close it as RESOLVED FIXED

No additional work is needed

-- 
You are receiving this mail because:
You are the 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 bar bugs and enhancements

2017-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85811

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||96411


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=96411
[Bug 96411] Context menu and menu bar submenu to change slide layout
-- 
You are receiving this mail because:
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   >