[Libreoffice-bugs] [Bug 54953] toggle INSERT/OVERWRITE in status bar

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54953

--- Comment #6 from Jean-Baptiste Faure  ---
(In reply to Jan Holesovsky from comment #5)
> This has nothing to do with my change...
> 
> The core of the issue is I guess that Calc uses editeng as its text input &
> layout engine, and that one is not that connected to the sfx2 events
> mechanism (that is used in the statusbar); which is a non-trivial thing to
> fix :-(

Hi Kendy, Thank you for the explanation.

To answer comment #4: still reproducible in 5.1.1.0.0+ and master.

Note: switching between insert and overwrite mode works only if the cursor is
in the formula bar or if the current cell is in edit mode.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 81397] FORMATTING: When Default cell style is modified, new sheets do not show correct row height

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81397

--- Comment #9 from Kevin Suo  ---
(In reply to alan from comment #8)
Please file a new bug for the issue you mentioned - it's a different issue. One
bug report should focus one one specific issue.

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


[Libreoffice-bugs] [Bug 61175] Viewing: table layouts

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61175

--- Comment #10 from cince...@seznam.cz ---
I do not expect this to be fixed. BUT will take a look on this later.

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


[Libreoffice-bugs] [Bug 88160] EDITING and FILESAVE and UNSHARING of sheet is not possible, file with password

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88160

--- Comment #8 from ch...@iccqs.com ---
Confirming that using version 5.0.4.2 on Debian testing the bug still exists
and behaviour is unchanged.

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


[Libreoffice-bugs] [Bug 97231] New: QueryValue not working as expected

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97231

Bug ID: 97231
   Summary: QueryValue not working as expected
   Product: LibreOffice
   Version: 5.0.0.0.beta1
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: martin.osan...@fabasoft.com

Importwizard - API - QueryValue doesn't return value 

basekey = "Software\Company\AnyKey"

  registryval = QueryValue(HKEY_CURRENT_USER, basekey, "")

Function QueryValue(BaseKey As Long, sKeyName As String, sValueName As String)
As Variant
Dim lRetVal As Long ' Returnvalue API-Call
Dim hKey As Long' Onen key handle
Dim vValue As String' Key value

lRetVal = RegOpenKeyEx(BaseKey, sKeyName, 0, KEY_ALL_ACCESS, hKey)
lRetVal = QueryValueEx(hKey, sValueName, vValue)
RegCloseKeyA (hKey)
QueryValue = vValue
End Function

lRetVal = RegOpenKeyEx(BaseKey, sKeyName, 0, KEY_ALL_ACCESS, hKey)

--> hKey is always 0 

With LibreOffice 4.2.7.2 all works fine and hKey is set correctly

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


[Libreoffice-bugs] [Bug 45303] python corrupting memory on print ?

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45303

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com

--- Comment #7 from Kevin Suo  ---
Any update on this 4-years-old bug? Is the bug still exist in the recent
versions?

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


[Libreoffice-bugs] [Bug 79924] LibreOffice should use stemp in other directories than $HOME first

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79924

Stephan Bergmann  changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #4 from Stephan Bergmann  ---
note that the likelihood of actually executing the double-mmap code paths
severely decreased with

"fdo#72755: Only use double mmap as fallback"

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


[Libreoffice-bugs] [Bug 97231] QueryValue not working as expected

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97231

Martin  changed:

   What|Removed |Added

Version|5.0.0.0.beta1   |4.4.7.2 release

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


[Libreoffice-bugs] [Bug 85484] Make Python macro examples editable

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85484

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com

--- Comment #2 from Kevin Suo  ---
I strongly suggest to make a copy of the example python macro to your user
profile for editing. The examples are just examples, if you need editing, make
a copy then.

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


[Libreoffice-bugs] [Bug 97191] Entry of time in format HH:MM:SS is corrupt when entering some values in Writer and Calc

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97191

raal  changed:

   What|Removed |Added

   Keywords||bibisected, bisected
 CC||r...@post.cz

--- Comment #7 from raal  ---

386d64546a50a4abfafc1c309bf4f12b31aa7289 is the first bad commit
commit 386d64546a50a4abfafc1c309bf4f12b31aa7289
Author: Norbert Thiebaud 
Date:   Sun Aug 2 10:04:17 2015 -0700

source sha:fa8089e1099c6c6668fef2cd3ac01373269d6ef9

source sha:fa8089e1099c6c6668fef2cd3ac01373269d6ef9

:04 04 98617e71cc180b3c141980417a9949b72b0c87b7
714dc3d4608d9a92a27cf771617631ec18391b37 M  instdir

authorChristian Lohmaier    
2015-07-24 17:45:49 (GMT)
committerChristian Lohmaier    
2015-07-24 17:46:21 (GMT)
commitfa8089e1099c6c6668fef2cd3ac01373269d6ef9 (patch)
update emoji autocorrect entries from po-files

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


[Libreoffice-bugs] [Bug 96067] Crash on undo row inserts

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96067

--- Comment #16 from Terrence Enger  ---
I no longer see the crash in daily dbgutil bibisect version 2016-01-18
running in and environment chroot'd to debian-sid.

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


[Libreoffice-bugs] [Bug 96067] Crash on undo row inserts

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96067

Terrence Enger  changed:

   What|Removed |Added

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

--- Comment #17 from Terrence Enger  ---
I am setting status RESOLVED FIXED.

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


[Libreoffice-bugs] [Bug 88269] FILESAVE / EDITING:becomes non-responsive if a database opened for editing is saved as a new file name whilst a report is open for editing.

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88269

--- Comment #3 from James B. Byrne  ---
This bug is still present in v.5.0.3.2 on CentOS-6.7

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


[Libreoffice-bugs] [Bug 94691] [META] OpenGL bugs

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94691
Bug 94691 depends on bug 89090, which changed state.

Bug 89090 Summary: CRASH: Resizing main LibreOffice windows when OpenGL enabled
https://bugs.documentfoundation.org/show_bug.cgi?id=89090

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

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


[Libreoffice-bugs] [Bug 92396] Test failure: ImportTest::testVsdMetadataTitleUtf8

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92396

David Tardon  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |dtar...@redhat.com
   |desktop.org |

--- Comment #3 from David Tardon  ---
Still, the time zone should be set by the test itself. Fixed now.

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


[Libreoffice-bugs] [Bug 44395] Writer TABLE: Content of Non-Displayed Tables can be Edited

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44395

--- Comment #7 from Harald Koester  ---
Bug "Editing" still exists in version 5.0.4 with Win7. But there is a change at
step [3]: The grey box is no longer displayed. Instead the place is left white.
Hence it is no longer visible that something is hided. To my opinion this is
worse than the grey box.

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


[Libreoffice-bugs] [Bug 50916] Allow more than 1024 columns in calc

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50916

--- Comment #33 from Yogesh Desai (ldcs.co.in)  ---
I would love to work on this Bug too.

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


[Libreoffice-bugs] [Bug 95376] Tab stops incorrectly indented by 5cm when it's 0cm in MS Word

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95376

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #7 from raal  ---
Created attachment 122055
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122055=edit
printscreen of GOOD and BAD when bibisecting



f24dcbd959a63eccf756d0475e258aa2ecb60a3e is the first bad commit
commit f24dcbd959a63eccf756d0475e258aa2ecb60a3e
Author: Norbert Thiebaud 
Date:   Tue Sep 22 00:36:09 2015 -0700

source sha:f4badd9a485f32f787d78431ed673e2932973887

source sha:f4badd9a485f32f787d78431ed673e2932973887

:04 04 ff8a952f318cd01cc5ad0d53cf0544c1b8bba747
a118dafd51b80e6f9963244dc07fd19aeb8feb4c M  instdir

authorMiklos Vajna 2015-09-22 06:47:03 (GMT)
committerMiklos Vajna 2015-09-22 06:47:26
(GMT)
commitf4badd9a485f32f787d78431ed673e2932973887 (patch)
tdf#92454 DOCX import: allow overriding para prop from num style in para style

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


[Libreoffice-bugs] [Bug 51404] : Libreoffice Base with Oracle - SYSDATE, ROWNUM don't work in query!

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51404

--- Comment #10 from MichaelB  ---
Still not working on all version (current 5.0.4)

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


[Libreoffice-bugs] [Bug 67664] query wizard in need of love

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67664
Bug 67664 depends on bug 59978, which changed state.

Bug 59978 Summary: EDITING: Query-Wizard locale/date-format mixup
https://bugs.documentfoundation.org/show_bug.cgi?id=59978

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 97227] New: pdf not showing correct

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97227

Bug ID: 97227
   Summary: pdf not showing correct
   Product: LibreOffice
   Version: 5.1.0.2 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: seve...@mail.ru

Created attachment 122057
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122057=edit
scanned by scanner

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


[Libreoffice-bugs] [Bug 96223] SearchDescriptor Properties cannot be set in 5.1

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96223

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

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

tdf#96223: introspection queries for XPropertySet again

It will be available in 5.1.0.

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

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

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


[Libreoffice-bugs] [Bug 96223] SearchDescriptor Properties cannot be set in 5.1

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96223

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.2.0 target:5.1.1  | target:5.2.0 target:5.1.1
   ||target:5.1.0

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


[Libreoffice-bugs] [Bug 97170] OpenCL Hangs Calc When Open Spreadsheet with Simple Formula

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97170

--- Comment #5 from Kevin Suo  ---
(In reply to Tor Lillqvist from comment #4)
I mean Tools - Options - LibreOffice - OpenCL - Allow use of OpenCL.

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


[Libreoffice-bugs] [Bug 67913] Formatting of text within a drawing in Visio format is not placed vertically correctly

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67913

David Tardon  changed:

   What|Removed |Added

 Resolution|INSUFFICIENTDATA|WONTFIX

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


[Libreoffice-bugs] [Bug 85757] Background image transparency not retained

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85757

--- Comment #6 from Justin L  ---
Created attachment 122056
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122056=edit
last edited with Word2003. LO sets image to white background on save

Another example document.  Most of the page is a large transparent picture.
After saving with LO, when *Word* opens the document all of the text is
"missing" because the image has background color set to "White, transparency
0%" instead of "no fill".  This happens already in 3.5 (oldest in
bibisect43-max)

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


[Libreoffice-bugs] [Bug 85757] Background image transparency not retained

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85757

Justin L  changed:

   What|Removed |Added

   Keywords||bisected
 CC||jl...@mail.com

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


[Libreoffice-bugs] [Bug 81397] FORMATTING: When Default cell style is modified, new sheets do not show correct row height

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81397

a...@bastleford.net changed:

   What|Removed |Added

   Severity|trivial |normal

--- Comment #8 from a...@bastleford.net ---
L.O. Version: 5.0.3.2
Build ID: 1:5.0.3~rc2-0ubuntu1~trusty2
Locale: en-GB (en_GB.UTF-8)

Linux Mint 17.3 Cinnamon 64 bit

A new template was created that contained changes to row size, font size, cell
number format and allignment. There is only one sheet in the spreadsheet. I
gave the new template a name and saved it. I then nade it my default.

Opening a new document created a one sheet Calc spreadsheet that used the
default template I had set up. However, if I try to add a new sheet that uses
the original, installed template. None of the changes instigated in my default
template are used.

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


[Libreoffice-bugs] [Bug 97228] New: Split up include files in include/vcl where possible into separate public and internal parts

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97228

Bug ID: 97228
   Summary: Split up include files in include/vcl where possible
into separate public and internal parts
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: difficultyEasy, easyHack, skillCpp
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@iki.fi

For instance the include/vcl/salnativewidgets.hxx file contains lots off stuff
that is not used outside vcl. It would be better to have that in a separate
include file inside vcl, for instance vcl/inc/nativewidgets.hxx.

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


[Libreoffice-bugs] [Bug 65685] constant in select list querying a spreadsheet yields blanks

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65685

--- Comment #9 from Terrence Enger  ---
The problem is still present daily dbgutil bibisect version 2016-01-18
running on debian-wheezy chroot'd to debian-sid.

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


[Libreoffice-bugs] [Bug 97229] New: Tables are split after saving as .doc

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97229

Bug ID: 97229
   Summary: Tables are split after saving as .doc
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nicolas.mail...@laposte.net

Created attachment 122058
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122058=edit
Testcase

The attached testcase, where splitting tables is forbidden, does not preserve
this property once saved as .doc and opened in Microsoft Word 97

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


[Libreoffice-bugs] [Bug 88032] EDITING: Anomalies when copying field definition rows between tables in design view

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88032

--- Comment #4 from James B. Byrne  ---
This bug is still present in v.5.0.3.2 which is the latest that I have
available for CentOS-6.7.

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


[Libreoffice-bugs] [Bug 97230] New: Improper handling of the file

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97230

Bug ID: 97230
   Summary: Improper handling of the file
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: zuev...@yandex.ru

User-Agent:   Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36
Build Identifier: LibreOffice 5.0.4.2

The source file is fixed selection
The file was created in MS Office 2013
Further files are opened using Libre
It selected area of the screen behave properly
Then, I open this file in MS Office
And in it the possibility of fixing the selected area is not available, just
not available.
Thus XMLX open files using the LIBRE means spoiling files for MS Office

Reproducible: Always

Steps to Reproduce:
1.The file was created in MS Office 2013
2.Further files are opened using Libre
3.Then, I open this file in MS Office
4.And in it the possibility of fixing the selected area is not available, just
not available.



[Information automatically included from LibreOffice]
Locale: ru
Module: StartModule
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: yes


Reset User Profile?No

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


[Libreoffice-bugs] [Bug 95376] Tab stops incorrectly indented by 5cm when it's 0cm in MS Word

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95376

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||vmik...@collabora.co.uk

--- Comment #8 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Miklos Vajna; Could you possibly take a look at this one? Thanks

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


[Libreoffice-bugs] [Bug 76871] update bundled python to the latest version of python "3.4"

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76871

Kevin Suo  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||suokunl...@126.com
 Resolution|--- |FIXED

--- Comment #2 from Kevin Suo  ---
If I am right, the current python version in libreoffice is 3.5. 
Mark as FIXED.

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


[Libreoffice-bugs] [Bug 96929] Cannot started Libreoffice when install addition language KeyID

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96929

--- Comment #5 from Beluga  ---
No problem with starting

Win 7 64-bit
GZAsH||Version: 5.1.0.1.0+
oKnh7||Build ID: 928a7a3e92e085a880ecf0d3ad5e40d41b7779bf
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:libreoffice-5-1, Time:
2016-01-13_00:08:26
RgFjK||Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 97232] New: When file link, string connect with number, not work

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97232

Bug ID: 97232
   Summary: When file link, string connect with number, not work
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: juergen.funk...@cib.de

When over file link connect a text with a number, it show only the text not the
number.
E.g. ='file:///./Verkn-Quelldatei.ods'#$Sheet1.C2 & " " &
'file:///./Verkn-Quelldatei.ods'#$Sheet1.B2

When (String)C2="Is a string" and (number)B2=150 then it shows: Is a string
and the number 150 is missing.

A Workaround is:
='file:///./Verkn-Quelldatei.ods'#$Sheet1.C2 & " " &
TEXT('file:///./Verkn-Quelldatei.ods'#$Sheet1.B2; "##,#")
It shows right: Is a string 150

Look to the file examples

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


[Libreoffice-bugs] [Bug 97232] When file link, string connect with number, not work

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97232

--- Comment #1 from Juergen Funk  ---
Created attachment 122059
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122059=edit
Source File

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


[Libreoffice-bugs] [Bug 97232] When file link, string connect with number, not work

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97232

--- Comment #2 from Juergen Funk  ---
Created attachment 122060
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122060=edit
Target File

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


[Libreoffice-bugs] [Bug 97151] Add option to match case in autocorrect

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97151

--- Comment #3 from nem...@hotmail.com ---
Created attachment 122061
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122061=edit
FoxReplace modification

List of modification in FoxReplace that you would like to be able to import in
Autocorrection easily and rapidly !

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


[Libreoffice-bugs] [Bug 97193] macro to copy/paste using dispatchhelper not working correctly(or as it did previously)

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97193

--- Comment #2 from pherwo...@gmail.com ---
Correction: my initial info should have said "Right from ooo to lo 5.0.4 this
has worked"

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


[Libreoffice-bugs] [Bug 97144] DataRaces in WeakReferenceHelper

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97144

Julien Nabet  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 CC|serval2...@yahoo.fr |
 Ever confirmed|1   |0

--- Comment #3 from Julien Nabet  ---
Thank you Straub for your feedback. Since I don't have question and can't help
here, I'll put this one back to UNCONFIRMED and uncc myself.

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


[Libreoffice-bugs] [Bug 94857] default template location overwritten by installation

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94857

--- Comment #3 from Orwel  ---
Hi,
thank you for dealing with this issue.

Indeed, the way I use to create a new odt and i had described is the A. True
is, i NEVER create a blank document from a template inside from LO
(File-New-Text document). The reason for it is I use LO also for business
documents and there are 2 ways i work with new documents: either i have to look
for a matching folder where i want to place a new file (which is easier in
Windows/searching file program) or i have to create a new subdirectory
somewhere in the folder tree, which is also easier to do in Win. And when I am
pointed in this folder, it is much more quicker and easier to create a new odt
through the right click menu in Win as Open LO, create a empty odt and save it
in the way you have to find the matching folder again.

Sure i can understand if this is not a bug although i thought it is one because
i am not sure if this behaviour should be usual for an "update". In some way I
can understand a full blank installation (and rewrite of registry paths) in the
case of an "upgrade", but i think, when you use your own template each update
(e.g. from XX.0.1 to XX.0.2) should not affect the path in the registry. 

Let me explain, for common users who are not able to find the way how to change
Windows registry or are afraid to do it, the way (A) they create new documents
(right click) has to be very muddy after the update. Or better to say - it is
useless/impossible, because you can not do it without changing the registry. I
think setting an own template as "default" should cause each technique (A or B)
do the same. If B is not affected by an update, I think A should be neither.

I am not sure if it is possible to set in the registry 2 values for the purpose
as described by  FutureProject 2016-01-17 - e. g. A) own template, B) default
template for the case A is not working - this could be one possible solution.

Other possible suggestion is to add some entry in the Custom install process to
keep the old paths. I really believe that there are also other users who prefer
to create a new odt directly from Windows Explorer. But this way is not
possible for less skilful users who use their own templates. I believe the way
you have to go inside Windows registry to fix the path after every small update
is not very user-friendly. 

But I understand if this is not a major opinion.

One more time thank you for deal with this.

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


[Libreoffice-bugs] [Bug 48461] FORMATTING - Proposal for improving 'fill characters' (bleeding, leading tabs)

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48461

Heiko Tietze  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #10 from Heiko Tietze  ---
The TOC dialog provides option to style each level individually. And this
paragraph style has all options about fill characters and transparency.
If you want to middle align the TOC vertically you could use a table with a
single cell. In case of a variable distance of lines so that the content is
spread over the whole page I'm afraid you have to play with the line spacing.
Perhaps someone else has an idea how to achieve that automatically.
I'd say you can have what you want with the existing functionality -
WORKSFORME. But maybe I miss something. In this case it would be helpful to add
an example how it should look eventually.

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


[Libreoffice-bugs] [Bug 42905] Wizard for Table don't apply auto value

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42905

Jurgen  changed:

   What|Removed |Added

Version|3.4.4 release   |5.0.4.2 release

--- Comment #6 from Jurgen  ---
I have tried on last LibreOffice and the bug still exist.
But now I don´t use the Base component, it haven't any change in the last
years.

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


[Libreoffice-bugs] [Bug 97184] Alternate position of legend not stored

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97184

--- Comment #3 from Karsten  ---
I am saving in an ods file.

I tried to copy the sheet into another document and that does not work too.
I create a bug for it.

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


[Libreoffice-bugs] [Bug 96223] SearchDescriptor Properties cannot be set in 5.1

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96223

--- Comment #10 from Oliver Specht  ---
The patch has been cherry-picked to 5.1 and 5.1.0 and is now waiting for build
& review
https://gerrit.libreoffice.org/21565
https://gerrit.libreoffice.org/21569

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


[Libreoffice-bugs] [Bug 72472] StartCenter: Document names is not homogeneous (extension for databases)

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72472

--- Comment #7 from Jean-Baptiste Faure  ---
Still reproducible with Version: 5.1.1.0.0+
Build ID: 8e885d4f5e203a5b198960c09839b9c34cf51f25
CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; 
Ubuntu_15.10_x86-64
Locale: fr-FR (fr_FR.UTF-8)

and Version: 5.2.0.0.alpha0+
Build ID: 5486688f87f0999b156e1e5085c616d72270e50a
CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; 
Ubuntu_15.10_x86-64
Locale: fr-FR (fr_FR.UTF-8)

Best regards. JBF

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


[Libreoffice-bugs] [Bug 84456] Installer Warning 1946 on creating shortcuts on upgrade

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84456

David Clayton  changed:

   What|Removed |Added

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

--- Comment #4 from David Clayton  ---
Doesn't seem to have been an issue with the last few releases (5.x). Now on
5.0.4.2 no changes to Windows 7.

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


[Libreoffice-bugs] [Bug 96884] Writer crashes when editing index entry

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96884

--- Comment #6 from Riccardo Escher  ---
Hi,
I can confirm this bug (version 5.0.4.2 M$ Windows 7). The document producing
it has 293 pages of text plus 17 pages of index (100.363 words)

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


[Libreoffice-bugs] [Bug 36478] Wrong formation after opening .doc or .dot file

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36478

--- Comment #12 from steve -_-  ---
Hi Virtuss,

thanks for testing and updating this bug. For other remaining issues please do
files new bugs (one issue per bug) and connect all bugs for the same document
test file via the "See also:" field.

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


[Libreoffice-bugs] [Bug 97213] PNG export in LibreOffice Calc

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97213

steve -_-  changed:

   What|Removed |Added

Summary|PNG export in LibreOffice   |PNG export in LibreOffice
   |Calc :  |Calc

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


[Libreoffice-bugs] [Bug 36400] Proposal for wide screen usage

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36400

--- Comment #9 from Bob Harvey  ---
Yes, the layout of 5.0.4.2 is tidy, but the addition of a 'find bar' has
consumed more vertical real estate.  It's a new feature that could have easily
been a vertical feature like the navigator rather than a horizontal one.

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


[Libreoffice-bugs] [Bug 97213] PNG export in LibreOffice Calc :

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97213

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Reproducible.
Win10x64
Version: 5.1.0.2 (x64)
Build ID: ecd3574d51754b043f865cf5bafee286d24db7cc
CPU Threads: 4; OS Version: Windows 6.19; UI Render: GL; 

Selection option on export doesn't work, selecting the graph or cells.

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


[Libreoffice-bugs] [Bug 96223] SearchDescriptor Properties cannot be set in 5.1

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96223

--- Comment #12 from Jean-Baptiste Faure  ---
(In reply to Commit Notification from comment #11)
> Oliver Specht committed a patch related to this issue.
> It has been pushed to "libreoffice-5-1":

Thank you very much !
Build and tested with Altsearch extension: works as expected now in LO
5.1.1.0.0+ :-)

Best regards. JBF

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


[Libreoffice-bugs] [Bug 54481] EDITING: inconsistant label reference

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54481

Morten Leikvoll  changed:

   What|Removed |Added

Version|4.3 all versions|3.5.6.2 release

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


[Libreoffice-bugs] [Bug 97177] FILEOPEN: Libreoffice calc is much more efficient at reading xlsx than its own file format

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97177

--- Comment #2 from Tor Lillqvist  ---
"Native format" is a marketing / advocacy term, not a technical one.

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


[Libreoffice-bugs] [Bug 97224] About LibreOffice window slow top open (lag)

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97224

Thomas Bertels  changed:

   What|Removed |Added

   Keywords||perf, regression

--- Comment #1 from Thomas Bertels  ---
This seems to be a regression from bug 59970.

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


[Libreoffice-bugs] [Bug 97212] Bad rendering of special svg graphic after change to next slide

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97212

Jacques Guilleron  changed:

   What|Removed |Added

 CC||guillero...@aol.com

--- Comment #5 from Jacques Guilleron  ---
Hi Regina, Jean-Baptiste,

I see this half of circle at the bottom of the third slide when I begin
slideshow from the first one, with 
LO 5.0.4.2 Build ID: 2b9802c1994aa0b7dc6079e128979269cf95bc78
Locale : fr-FR (fr_FR) and Windows 7 Home. Use OpenGL for all rendering checked
or not.
I no longer reproduce it with 
LO 5.1.0.2 Build ID: ecd3574d51754b043f865cf5bafee286d24db7cc
CPU Threads: 2; OS Version: Windows 6.1; UI Render: default; 
Locale: en-US (fr_FR) with the same conditions.

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


[Libreoffice-bugs] [Bug 97221] Unhelpful error message for 'check for updates'

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97221

Adolfo Jayme  changed:

   What|Removed |Added

Summary|Unhelpful dialogue for  |Unhelpful error message for
   |'check for updates' |'check for updates'

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


[Libreoffice-bugs] [Bug 97170] OpenCL Hangs Calc When Open Spreadsheet with Simple Formula

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97170

--- Comment #4 from Tor Lillqvist  ---
Note that OpenCL and OpenGL are not related at all. Used for totally different
things. And Calc does not use OpenCL for single formulas.

I could not reproduce. Kevin, did you mean OpenCL, or did you actually mean
OpenGL?

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


[Libreoffice-bugs] [Bug 97184] Alternate position of legend not stored

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97184

--- Comment #5 from Karsten  ---
Created attachment 122052
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122052=edit
diagram with the bug

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


[Libreoffice-bugs] [Bug 94282] Confusing error during install

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94282

--- Comment #2 from Bob Harvey  ---
This did not happen on my recent update from version 4 to version 5, nor on the
subsequent update for 5.0.4.2.  Both of those were on Windows 10, my original
report was on Windows 8.1

That does not alter my opinion of the wording of the dialogue, of course, but
it might affect the project's prioritising of it.

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


[Libreoffice-bugs] [Bug 36958] Undo does not reset text format after inserting formatted text at end of paragraph

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36958

--- Comment #8 from Michael Kleidt  ---
Confirmed for Version: 5.0.4.2
Build ID: 2b9802c1994aa0b7dc6079e128979269cf95bc78
OS: Windows 7 Pro SP1 (64 Bit)

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


[Libreoffice-bugs] [Bug 57978] UI: Insert / Edit Index Entry: No Aggregation of 1st Key

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57978

--- Comment #5 from Riccardo Escher  ---
Hi,
the bug is still present.
Just tested with version 5.0.4.2 on Windows 7.

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


[Libreoffice-bugs] [Bug 88257] XMLpath in FIlterxml does not work with arrayfunction

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88257

--- Comment #5 from m.a.riosv  ---
Seems it is solved for:
Win10x64
Version: 5.1.0.2 (x64)
Build ID: ecd3574d51754b043f865cf5bafee286d24db7cc
CPU Threads: 4; OS Version: Windows 6.19; UI Render: GL; 

but remains with:
Version: 5.0.4.2 (x64)
Build ID: 2b9802c1994aa0b7dc6079e128979269cf95bc78

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


[Libreoffice-bugs] [Bug 54481] EDITING: inconsistant label reference

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54481

Morten Leikvoll  changed:

   What|Removed |Added

Version|5.0.4.2 release |4.3 all versions

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


[Libreoffice-bugs] [Bug 97184] Alternate position of legend not stored

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97184

--- Comment #4 from Karsten  ---
Ignore the last comment. It works doing it the right way.

I could isolate the diagram with the data as new ods document.
Here i have the same problem. I attach it.

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


[Libreoffice-bugs] [Bug 96223] SearchDescriptor Properties cannot be set in 5.1

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96223

--- Comment #11 from Commit Notification 
 ---
Oliver Specht committed a patch related to this issue.
It has been pushed to "libreoffice-5-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=6183ae17b58ba747b529ad8c1b70ae5fd6e27e5a=libreoffice-5-1

tdf#96223: introspection queries for XPropertySet again

It will be available in 5.1.1.

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

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

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


[Libreoffice-bugs] [Bug 96223] SearchDescriptor Properties cannot be set in 5.1

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96223

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.2.0   | target:5.2.0 target:5.1.1

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


[Libreoffice-bugs] [Bug 97222] New: UI: Some menu has worn menu item (conflict a acceleration-key)

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97222

Bug ID: 97222
   Summary: UI: Some menu has worn menu item (conflict a
acceleration-key)
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: baffc...@yahoo.co.jp

In Writer
File
D:
> Export as PDF
> Send
R:
> Printer Settings...
> Digital Signatures...

View
N:
> Normal
> Non-printing Charcters

Tools, etc...


Version: 5.1.0.2 (x64)
Build ID: ecd3574d51754b043f865cf5bafee286d24db7cc
CPU Threads: 4; OS Version: Windows 6.1; UI Render: GL; 
Locale: ja-JP (ja_JP)

Version: 5.2.0.0.alpha0+
Build ID: 22e5170af74c635cf55d089f97946b6dc86f82ad
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2016-01-05_23:41:26
Locale: ja-JP (ja_JP)

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


[Libreoffice-bugs] [Bug 74608] Constructor functions for UNO component implementations

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74608

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

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

tdf#74608 xmloff: Constructor feature for XMLMetaExportComponent

It will be available in 5.2.0.

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

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

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


[Libreoffice-bugs] [Bug 97223] New: resizing a picture without keeping the ratio is impossible with the mouse.

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97223

Bug ID: 97223
   Summary: resizing a picture without keeping the ratio is
impossible with the mouse.
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pn.phi...@laposte.net

When I try to resize a picture, if I uncheck "keep ratio", it as no effect with
mouse resizing. The only way to change the ratio is to change manually the
width or the height. It's the same in the side bar menu or in the contextual
menu.

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


[Libreoffice-bugs] [Bug 95489] "Styles-Quotation" does not function

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95489

--- Comment #6 from Niklas Johansson  ---
I can reproduce with Swedish localization on Windows. 

The problem seems to appear because the English string was changed from
Citation to Quotation at some point but not completely. The internal name is
still Citation making the command in the menu work only when the local name of
the style is Quotation.

I asked for guidance on the developers list.

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


[Libreoffice-bugs] [Bug 97203] [visio] libreoffice Version: 5.0.4.2 - round shape is imported wrong

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97203

David Tardon  changed:

   What|Removed |Added

 CC||dtar...@redhat.com
 Attachment #122018|application/zip |application/vnd.visio
  mime type||

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


[Libreoffice-bugs] [Bug 97203] [visio] libreoffice Version: 5.0.4.2 - round shape is imported wrong

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97203

David Tardon  changed:

   What|Removed |Added

 Attachment #122019|application/x-ole-storage   |application/vnd.visio
  mime type||

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


[Libreoffice-bugs] [Bug 77736] VIEWING: Smoothed graph line not drawn correctly

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77736

--- Comment #7 from Milan Bouchet-Valat  ---
Still present in 5.0.4.2-3.fc23.

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


[Libreoffice-bugs] [Bug 97203] [visio] libreoffice Version: 5.0.4.2 - round shape is imported wrong

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97203

David Tardon  changed:

   What|Removed |Added

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

--- Comment #5 from David Tardon  ---


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

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


[Libreoffice-bugs] [Bug 90603] rectangles with rounded corners imported incorrectly from visio

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90603

David Tardon  changed:

   What|Removed |Added

 CC||libreoff...@internetists.de

--- Comment #4 from David Tardon  ---
*** Bug 97203 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 54481] EDITING: inconsistant label reference

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54481

Morten Leikvoll  changed:

   What|Removed |Added

Version|3.5.6.2 release |5.0.4.2 release

--- Comment #6 from Morten Leikvoll  ---
Still present in 5.0.4.2

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


[Libreoffice-bugs] [Bug 97220] New: symbol for text color becomes invisible after use

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97220

Bug ID: 97220
   Summary: symbol for text color becomes invisible after use
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jan.r...@gmx.de

Created attachment 122051
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122051=edit
screenshots to see what happens

The Symbol for changing text color gets invisible after using the function (see
the three screen-shots).

This behavior doesn't depend on the symbol-Style. 
It happens on LO 5.0.4 (earlier version not known)
It happens on a Windows-Installation and on a Linux-Installation

It happens as well in the draw-Component. I hope, it is ok to submit bug here,
too.

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


[Libreoffice-bugs] [Bug 74514] FORMATTING; DATA SERIES; explicit data series not imported from excel.

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74514

--- Comment #17 from Bob Harvey  ---
I can confirm that this bug is still present in 5.0.4.2

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


[Libreoffice-bugs] [Bug 97221] New: Unhelpful dialogue for 'check for updates'

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97221

Bug ID: 97221
   Summary: Unhelpful dialogue for 'check for updates'
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bobhar...@europe.com

Created attachment 122053
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122053=edit
result of 'check for updates'

OK, I am on Windows 10 1511, and LibreOffice 5.0.4.2

When I run "check for updates" it doesn't work, but the resultant dialogue is
not terribly helpful.  It just says "Checking for an update failed".

It does not say "cannot contact server" or give any clue as to what it is
trying to do.  It doesn't say "no internet connection" (there is, I am making a
bug report).  It gives me no clue as to whether the problem is my end or yours,
or any way to go further.

The same thing happens in Write and Calc and Draw.  I think that is enough
examples

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


[Libreoffice-bugs] [Bug 97219] libreoffice calc crashed frequently.

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97219

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---
Please try resetting the user profile, sometimes solves strange issues.
https://wiki.documentfoundation.org/UserProfile
Usually it's enough renaming/deleting the file
"user/registrymodifications.xcu",  it affect all the options in
Menu/Tools/Options, and the files "user/basic/dialog.xlc" and "scrip.xlc" are
overwritten, additionally custom colors in "user/config/standard.soc" are lost.

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


[Libreoffice-bugs] [Bug 97224] New: About LibreOffice window slow top open (lag)

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97224

Bug ID: 97224
   Summary: About LibreOffice window slow top open (lag)
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tbertels+bugzi...@gmail.com

The About LibreOffice window opens slowly. There's about a one second delay
before it shows up.
Given the fact that it doesn't contain much, and surely less than the Options
window, it should show up almost immediately, like the latter does.

To reproduce: Open the Help menu, click on "About LibreOffice".
Expected: The About LibreOffice window shows up immediately.
Actual: There's a noticeable delay before it shows up.

Reproduced with LibO 5.0.4.2

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


[Libreoffice-bugs] [Bug 97223] resizing a picture without keeping the ratio is impossible with the mouse.

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97223

Adolfo Jayme  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #1 from Adolfo Jayme  ---
Try pressing Shift while dragging your mouse.

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


[Libreoffice-bugs] [Bug 97225] New: Orientation changes in columns

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97225

Bug ID: 97225
   Summary: Orientation changes in columns
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: christ...@ludwig.nrw

I have a table in LOWriter. The orientation is left. I enter a number and leave
the cell. The orientation of the cell is now right. 

Version 5.0.3 works fine. Version 5.0.4 is the first version with this error.

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


[Libreoffice-bugs] [Bug 95913] Slider does not move if OpenGL enabled

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95913

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.2.0   | target:5.2.0 target:5.1.1

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


[Libreoffice-bugs] [Bug 95913] Slider does not move if OpenGL enabled

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95913

--- Comment #8 from Commit Notification 
 ---
Tor Lillqvist committed a patch related to this issue.
It has been pushed to "libreoffice-5-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=863811c2d3acfc4c1746f86ab6055ddde83e937a=libreoffice-5-1

tdf#95913: Don't cache CTRL_SLIDER

It will be available in 5.1.1.

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

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

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


[Libreoffice-bugs] [Bug 42748] Writer EDITING: Tracking changes not totally consistent in numbered list

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42748

--- Comment #4 from johannesdenb...@gmail.com ---
In the current 5.0.4.2 (x64) version of Libreoffice this bug, or lack of
feature, is still present. Still either the number stays in normal formatting
or with an extra backspace it gets deleted completely without tracking its
deletion.

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


[Libreoffice-bugs] [Bug 73732] Firebird - saving database file before closing form causes disposed exception rendering form unusable

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73732

--- Comment #8 from ribotb  ---
Hi, 
(In reply to Alex Thurgood from comment #0)
> Note that the first time I attempted this, I got a crash through a failed
> assert in Util.cxx at line 94
> 
> See attached test file. 
> 
> On master 4.3 debug build :
> Version: 4.3.0.0.alpha0+
> Build ID: 42f551d524a1df46f6a311d5897ac30bd8fc1aaf
> 
> Open ODB file.
> Click on Forms
> Open form people2
> Enter an ID number, some text in the text fields, and then double click the
> image control to select an image to insert.
> Insert an image.
> 
> Using the navigation toolbar, move back one record.
> 
> Switch windows to main ODB window.
> Click on the Save button
> 
> Now switch back to form.
> Try to navigate forward with the toolbar
> 
> Error message : "Invalid Column specified"

I reproduce

> Notice how the images in the control no longer change to the ones inserted
> previously.

I reproduce

Bernard

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


[Libreoffice-bugs] [Bug 95878] UI: More useful function suggestion system in formula editting

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95878

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.2.0

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


[Libreoffice-bugs] [Bug 95878] UI: More useful function suggestion system in formula editting

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95878

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

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

tdf#95878 made more useful function suggestion system in formula editing

It will be available in 5.2.0.

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

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

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


[Libreoffice-bugs] [Bug 95878] UI: More useful function suggestion system in formula editting

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95878

Eike Rathke  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||er...@redhat.com
Version|5.1.0.0.alpha0+ Master  |unspecified
   Assignee|libreoffice-b...@lists.free |kkawa2...@yahoo.co.jp
   |desktop.org |
 OS|Linux (All) |All

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


[Libreoffice-bugs] [Bug 67145] CRASH: ODBC - Firebird: Attempting to edit table definition causes abort

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67145

--- Comment #27 from ribotb  ---
(In reply to ribotb from comment #1)
> Hi,
> 
> I use Firebird databases with ODBC driver since many versions of LO and i
> never had this problem.
> 
> Actually my version of LO is 4.1.4.1 ans I have no problem.
> 
> 

Still OK with :
Version: 5.1.0.2
Build ID: ecd3574d51754b043f865cf5bafee286d24db7cc
CPU Threads: 2; OS Version: Windows 6.1; UI Render: default; 
Locale : fr-FR (fr_FR)
on Win7/x86
Firebird Database Server 2.5.3.26780

Bernard

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


[Libreoffice-bugs] [Bug 96967] FILEOPEN: Animations are lost on opening

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96967

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Beluga  ---
It worked like described.
Maybe test with a fresh build?

Win 7 Pro 64-bit Version: 5.2.0.0.alpha0+
Build ID: 000df1832b54ba8f48c7f1c4c1cd92b70f6402da
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-01-18_01:08:28
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 48461] FORMATTING - Proposal for improving 'fill characters' (bleeding, leading tabs)

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48461

Bob Harvey  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #11 from Bob Harvey  ---
@ Heiko Tietze 

well, the fill character is not right justified, and I can't find any way to
make white space between the index text and the run of fill characters.  The
'transparency' setting has to be done by hand, it can't be automatic.  I rather
thought I had suggested what I thought it should look like, but hey.

But mine was an enhancement suggestion made originally in 2011.  If no-one else
has suggested it and no-one wants to take it on, then I guess it can be
rejected.  It doesn't seem like a works for me to me.

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


[Libreoffice-bugs] [Bug 74172] Embedded Firebird : data type DECIMAL/NUMERIC has been forgotten?

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74172

--- Comment #13 from ribotb  ---
Hi,

Bug always present with :
Version: 5.1.0.2
Build ID: ecd3574d51754b043f865cf5bafee286d24db7cc
CPU Threads: 2; OS Version: Windows 6.1; UI Render: default; 
Locale : fr-FR (fr_FR)
on Win7/x86

Data typrs present in Base :

Biglnt [ BIGINT ]
Texte (fixe) [CHAR]
Integer [ INTEGER ]
Small Integer [ SMALLIrJT ]
Float[FLOAT]
Double [ DOUBLE PRECISION ]
Texte [ VARCHAR ]
Date [DATE]
Heure [TIME]
Date/Heure [TIMESTAMP ]
BLOB [BLOB]

Bernard

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


[Libreoffice-bugs] [Bug 71009] EDITING: Embedded Firebird - Creating relationship in GUI impossible, but Firebird supports relations

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71009

--- Comment #7 from ribotb  ---
Hi,

(In reply to robert from comment #0)
> Created attachment 88308 [details]
> Open the database. Try Tools → Relationships. GUI doesn't support
> relationship.
> 
> Open the attached database.
> Try Tools → Relationships.
> A dialog appears: "The database does not support relations."
> 

Bug still present with :
Version: 5.1.0.2
Build ID: ecd3574d51754b043f865cf5bafee286d24db7cc
CPU Threads: 2; OS Version: Windows 6.1; UI Render: default; 
Locale : fr-FR (fr_FR)
on Win7/x86

Bernard

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


[Libreoffice-bugs] [Bug 73732] Firebird - saving database file before closing form causes disposed exception rendering form unusable

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73732

--- Comment #9 from ribotb  ---
With :
Version: 5.1.0.2
Build ID: ecd3574d51754b043f865cf5bafee286d24db7cc
CPU Threads: 2; OS Version: Windows 6.1; UI Render: default; 
Locale : fr-FR (fr_FR)
on Win7/x86

Bernard

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


  1   2   3   >