[Libreoffice-bugs] [Bug 89606] [META] Table of Contents and Indexes bugs and enhancements

2016-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89606
Bug 89606 depends on bug 44282, which changed state.

Bug 44282 Summary: [FORMATING] [TOC] space missing between text and outline 
numbering
https://bugs.documentfoundation.org/show_bug.cgi?id=44282

   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 103370] [META] Outline numbering bugs and enhancements

2016-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103370
Bug 103370 depends on bug 44282, which changed state.

Bug 44282 Summary: [FORMATING] [TOC] space missing between text and outline 
numbering
https://bugs.documentfoundation.org/show_bug.cgi?id=44282

   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 103532] [OPENCL] SUMPRODUCT returns wrong value

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

--- Comment #5 from Michal Kaut  ---
I can confirm that disabling OpenCL (setting the minimum data size for OpenCL
to a very large number) removes the problem.

This also explains the strange behaviour with copy&paste from the original
description, since the limit for OpenCL was set to 100.

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


[Libreoffice-bugs] [Bug 103540] Insufficient explanation of button "All" in tab "Entries" for table of contents dialog

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

Adolfo Jayme  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |f...@libreoffice.org
   |desktop.org |

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


[Libreoffice-bugs] [Bug 101139] error bad_function_call window crashes Impress slide show mode

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

Kumāra  changed:

   What|Removed |Added

 CC||kumara.bhik...@gmail.com

--- Comment #6 from Kumāra  ---
I persistently experience crashes on 5.1.5 and 5.2.2 (Win64bit). The only
presentation files that don't cause crashes for me are those without special
slide transition and custom animation effects. Moving to next slide w/o any
special transition and the Appear effect are ok. Anything special causes LO to
crash (and restart on 5.2.2). No error message (maybe because the OS is
different.)

I've downgraded to 5.0.6.3. Some effects still don't work correctly, but at
least no crashes.

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


[Libreoffice-bugs] [Bug 103525] Some users cannot launch LibreOffice applications due to a fatal error: User installation could not be completed

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

tommy27  changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #1 from tommy27  ---
latest stable 5.1.6.2 version was released yesterday.
give it a try so we can understand if the issue is limited to the 5.2.x branch
or affects the 5.1.x as well

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


[Libreoffice-bugs] [Bug 96011] Document is not focused on opening LO / opening existing documents

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

--- Comment #15 from Clint  ---
This bug has plagued me for a long time. As a workaround for Windows, I worked
up a script for AutoHotkey that automatically brings the window to the
foreground. Might not work for everyone, but I put it here to help those that
it can help. You'll have to download and install Autohotkey from their website
and save the script below.

***Save the lines below as libreoffice.ahk***
#Persistent
Gui +LastFound
hWnd := WinExist()

DllCall( "RegisterShellHookWindow", UInt,hWnd )
MsgNum := DllCall( "RegisterWindowMessage", Str,"SHELLHOOK" )
OnMessage( MsgNum, "ShellMessage" )
Return

ShellMessage( wParam,lParam ) {
  Local k
  If ( wParam = 1 ) ;  HSHELL_WINDOWCREATED := 1
 {
   NewID := lParam
   WinGetClass, Class, ahk_id %NewID%
   If ( Class = "SALFRAME" )
  {
WinActivateBottom, ahk_id %NewID%

  }
 }
}

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


[Libreoffice-bugs] [Bug 103538] Use OpenType Sanitiser to sanitize embedded fonts

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

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #1 from V Stuart Foote  ---
Reasonable, +1

As long as we don't adversely affect the style definitions for documents
containing the embedded fonts--assume we replace the fonts detected "corrupt"
with available local font equivalent.  And I assume provide fallback for a font
that has been blocked but has no local instance.  On export back to ODF archive
we'd embed from the local font instance (or the fallback).

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


[Libreoffice-bugs] [Bug 103547] New: Crash in: NahimicMSIOSD.dll

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

Bug ID: 103547
   Summary: Crash in: NahimicMSIOSD.dll
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: wonder...@live.ca

This bug was filed from the crash reporting server and is
br-206a6bdc-1fc7-41bd-98fb-ce63594e52bc.
=

It crashes constantly when I try to open the save dialog to save an untitled
document. I'm running Windows 10 64 bit. Sorry if I'm not doing something right
with this report. Your bug report system is really confusing.

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


[Libreoffice-bugs] [Bug 103535] Rt-Click Context Menu Missing Line-Spacing Entry

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

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #2 from V Stuart Foote  ---
Removed by design to simplfy the Context menu.

And at the 5.2 release you can customize the Context menu like toolbars and can
manually add any controls you need, see bug 93837

Suggest an upgrade to the 5.2.3.2 build to gain that function.

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


[Libreoffice-bugs] [Bug 103546] Error 1335. libreoffice.1.cab corrupt and can't be installed

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

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||vstuart.fo...@utsa.edu

--- Comment #1 from V Stuart Foote  ---
Please navigate into the TDF archive and open the MirrorBrain metadata details
for your downloaded .msi installer package.

http://downloadarchive.documentfoundation.org/libreoffice/old/

Compare the HASH value of your package to the HASH values listed.

If they don't match --double check the version-- download the package again.

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


[Libreoffice-bugs] [Bug 100819] Can't save my file

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

Aron Budea  changed:

   What|Removed |Added

   Priority|medium  |high
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Severity|normal  |critical

--- Comment #23 from Aron Budea  ---
Severity is still critical, regardless whether the bug is confirmed or not. If
it's set to normal, that decreases the chances of getting the bug triaged and
fixed. Unfortunately QA is stuck with this bug, hence the keyword
needsDevAdvice.

Anyway, it can be set to NEW based on the other very similar bug reports. Also
setting to high/critical.

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


[Libreoffice-bugs] [Bug 103546] New: Error 1335. libreoffice.1.cab corrupt and can' t be installed

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

Bug ID: 103546
   Summary: Error 1335. libreoffice.1.cab corrupt and can't be
installed
   Product: LibreOffice
   Version: 5.1.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sko...@gmail.com

Description:
Error 1335. The cabinet file 'libreoffice.1.cab' required for this installation
is corrupt and cannot be used. This could indicate a network error, an error
reading from the CD-ROM, or a problem with this package.
Abord Retry Ignore

Steps to Reproduce:
1.Download installation file
2.Try to install
3. Observe it fails and you have lost previous version unless you saved it.

Actual Results:  
Failure to install

Expected Results:
Working install


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/54.0.2840.71 Safari/537.36

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


[Libreoffice-bugs] [Bug 103546] Error 1335. libreoffice.1.cab corrupt and can't be installed

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

J Skowbo  changed:

   What|Removed |Added

  Alias||JWS

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


[Libreoffice-bugs] [Bug 103546] Error 1335. libreoffice.1.cab corrupt and can't be installed

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

J Skowbo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 74074] FORMATTING: Ability to rearrange order of conditions in conditional formatting dialogs

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

--- Comment #13 from Philippe  ---
Same as all of you guys. 
Fastidious to rearrange the order of conditions.
Despite the fact that Libre office has my favors,
this is a THUMB DOWN for it.

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


[Libreoffice-bugs] [Bug 103545] Calling Menu/Help/About, crash.

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

--- Comment #2 from MM  ---
Previous good version that I had was:

Version: 5.3.0.0.alpha1+
Build ID: 928776b734c6aa188151bbce048d5bef4486dce7
CPU Threads: 2; OS Version: Linux 4.4; UI Render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-10-23_00:39:08
Locale: en-US (en_US.UTF-8); Calc: single

so set to regression.

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


[Libreoffice-bugs] [Bug 103533] Fileopen dump with specific XLSX, no recovery window

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

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m.a.riosv  ---
Links are in Chart's data.
Ask for update it's an option in Menu/Tools/LIbreOffice Calc/Genera - Updating.

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


[Libreoffice-bugs] [Bug 103545] Calling Menu/Help/About, crash.

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

MM  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #1 from MM  ---
Confirmed with
master~2016-10-27_11.16.05_LibreOfficeDev_5.3.0.0.alpha1_Linux_x86-64_deb.tar.gz
under ubuntu 16.04 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 103540] Insufficient explanation of button "All" in tab "Entries" for table of contents dialog

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

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||rb.hensc...@t-online.de
Version|5.1.5.2 release |Inherited From OOo
Summary|German: completely wrong|Insufficient explanation of
   |explanation of button   |button "All" in tab
   |"Alle" for table of |"Entries" for table of
   |contents|contents dialog
 Ever confirmed|0   |1

--- Comment #1 from Regina Henschel  ---
It is not a problem of translation, but the English text has the same
shortcoming.
"Applies the current settings without closing the dialog."

The text - which is used as extended tip - does not mention, that the setting
is applied to all levels.
Suggestion:
"Applies the current settings to all levels. Does not close the dialog."

The text is in text\swriter\01\04120221.xhp
Applies the
current settings without closing the 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 103532] [OPENCL] SUMPRODUCT returns wrong value

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

m.a.riosv  changed:

   What|Removed |Added

Summary|SUMPRODUCT returns wrong|[OPENCL] SUMPRODUCT returns
   |value   |wrong value

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


[Libreoffice-bugs] [Bug 103532] SUMPRODUCT returns wrong value

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

m.a.riosv  changed:

   What|Removed |Added

   Priority|medium  |high
 Status|REOPENED|NEW
 CC||miguelangelrv@libreoffice.o
   ||rg
   Severity|normal  |major

--- Comment #4 from m.a.riosv  ---
Reproducible:
Version: 5.2.3.2 (x64)
Build ID: c019706a50de7fcb07d0d528b09b46a887562beb
CPU Threads: 4; OS Version: Windows 6.19; UI Render: GL; 
Locale: en-GB (es_ES); Calc: CL

Disabling Menu/Tools/Options/LibreOffice/OpenCL, works fine for me.

Changing to a locale with dot as separator like English-UK doesn't solve the
issue.

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


[Libreoffice-bugs] [Bug 103545] New: Calling Menu/Help/About, crash.

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

Bug ID: 103545
   Summary: Calling Menu/Help/About, crash.
   Product: LibreOffice
   Version: 5.3.0.0.alpha1
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: critical
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: miguelange...@libreoffice.org

Description:
Calling Menu/Help/About, crash.

Steps to Reproduce:
1.Menu/Help/About 
2.
3.

Actual Results:  
Crash

Expected Results:
Show about box


Reproducible: Always

User Profile Reset: Yes

Additional Info:
master~2016-10-27_06.10.21_LibreOfficeDev_5.3.0.0.alpha1_Win_x86 TB42

master~2016-10-27_06.10.21_LibreOfficeDev_5.3.0.0.alpha1_Win_x86 TB39


User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101
Firefox/49.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 92731] Copy-pasting text from document body into comment breaks all following comments when saving to docx. Leads to duplicate attributes of comment , which breaks the parsing

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

Julien Nabet  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||serval2...@yahoo.fr

--- Comment #9 from Julien Nabet  ---
With last stable LO version 5.2.2, could someone give step by step process to
produce a corrupted file from a clean file?

Indeed, taking a look to comments, quoted versions are EOL and it seems
corrupted files have been 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 103544] DOCX export: Image loss when have a frame anchored to the same paragraph

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

Zolnai Tamás  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 103544] DOCX export: Image loss when have a frame anchored to the same paragraph

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

--- Comment #1 from Zolnai Tamás  ---
Created attachment 128313
  --> https://bugs.documentfoundation.org/attachment.cgi?id=128313&action=edit
Frame and image anchored to the same paragraph

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


[Libreoffice-bugs] [Bug 103544] New: DOCX export: Image loss when have a frame anchored to the same paragraph

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

Bug ID: 103544
   Summary: DOCX export: Image loss when have a frame anchored to
the same paragraph
   Product: LibreOffice
   Version: 5.3.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: zolnaitamas2...@gmail.com

Description:
When an image and a frame is anchored to the same paragraph, DOCX export drops
the image and saves only the frame.

Steps to Reproduce:
1.Open attached DOCX file
2.Save it as a new DOCX file
3.Open the new file in LO Writer or in MS Word 

Actual Results:  
Image is lost.

Expected Results:
Image should be there after save to DOCX format.


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/54.0.2840.71 Safari/537.36

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


[Libreoffice-bugs] [Bug 103439] FILEOPEN takes a long time on a small file with pictures in it

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

--- Comment #6 from Christian  ---
Just watched some minutes of multithread cpu usage via ps, here just 10
seconds, it looks the same the whole time till the file is completely loaded:
  PID   TID PSR %CPU
 5033  5033   6 99.6
 5033  5035   1  0.0
 5033  5037   5  0.0
 5033  5038   1  0.0
 5033  5039   7  0.0
 5033  5040   7  0.0
 5033  5041   7  0.0
  PID   TID PSR %CPU
 5033  5033   6 99.6
 5033  5035   1  0.0
 5033  5037   5  0.0
 5033  5038   1  0.0
 5033  5039   7  0.0
 5033  5040   7  0.0
 5033  5041   7  0.0
  PID   TID PSR %CPU
 5033  5033   6 99.6
 5033  5035   1  0.0
 5033  5037   5  0.0
 5033  5038   1  0.0
 5033  5039   7  0.0
 5033  5040   7  0.0
 5033  5041   7  0.0
  PID   TID PSR %CPU
 5033  5033   6 99.6
 5033  5035   1  0.0
 5033  5037   5  0.0
 5033  5038   1  0.0
 5033  5039   7  0.0
 5033  5040   7  0.0
 5033  5041   7  0.0
  PID   TID PSR %CPU
 5033  5033   6 99.6
 5033  5035   1  0.0
 5033  5037   5  0.0
 5033  5038   1  0.0
 5033  5039   7  0.0
 5033  5040   7  0.0
 5033  5041   7  0.0
  PID   TID PSR %CPU
 5033  5033   6 99.6
 5033  5035   1  0.0
 5033  5037   5  0.0
 5033  5038   1  0.0
 5033  5039   7  0.0
 5033  5040   7  0.0
 5033  5041   7  0.0
  PID   TID PSR %CPU
 5033  5033   6 99.6
 5033  5035   1  0.0
 5033  5037   5  0.0
 5033  5038   1  0.0
 5033  5039   7  0.0
 5033  5040   7  0.0
 5033  5041   7  0.0
  PID   TID PSR %CPU
 5033  5033   6 99.7
 5033  5035   1  0.0
 5033  5037   5  0.0
 5033  5038   1  0.0
 5033  5039   7  0.0
 5033  5040   7  0.0
 5033  5041   7  0.0
  PID   TID PSR %CPU
 5033  5033   6 99.7
 5033  5035   1  0.0
 5033  5037   5  0.0
 5033  5038   1  0.0
 5033  5039   7  0.0
 5033  5040   7  0.0
 5033  5041   7  0.0
  PID   TID PSR %CPU
 5033  5033   6 99.7
 5033  5035   1  0.0
 5033  5037   5  0.0
 5033  5038   1  0.0
 5033  5039   7  0.0
 5033  5040   7  0.0
 5033  5041   7  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 102131] docx file got corrupted after saving, and doesn't open

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

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
Would you have a previous version which opens well?

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


[Libreoffice-bugs] [Bug 99950] Corrupted .docx file (attribute redefined) by comment + recorded changes + formatting

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

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
Created attachment 128312
  --> https://bugs.documentfoundation.org/attachment.cgi?id=128312&action=edit
File corrected

After having decompressed the file then used this
tidy -utf8 -xml -w 255 -i -c -q -asxml on word/document.xml
I recompressed the file and could open it on LO built from master sources
updated today.
Could you give it a try?

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


[Libreoffice-bugs] [Bug 103280] [Gtk3] rounding in radio buttons in options is crooked in gtk+ 3.22 with default Adwiata theme.

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

--- Comment #6 from Hussam Al-Tayeb  ---
My drawing skills are not good but this is how it is being rendered
http://i.imgur.com/TqZNd7s.png

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


[Libreoffice-bugs] [Bug 101287] File won't open: " File format error found at SAXParseException:"

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

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #7 from Julien Nabet  ---
Created attachment 128311
  --> https://bugs.documentfoundation.org/attachment.cgi?id=128311&action=edit
File corrected

After having decompressed the file then used this
tidy -utf8 -xml -w 255 -i -c -q -asxml on word/document.xml
I recompressed the file and could open it on LO built from master sources
updated today.
Could you give it a try?

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


[Libreoffice-bugs] [Bug 103519] No User Prompt in nested SQL Query

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

--- Comment #5 from rob...@familiegrosskopf.de ---
(In reply to Tony from comment #4)
> When I enter the following simple query in the sample DB, it produces the
> same syntax error related to the "T" identifier. 
> 
> SELECT  "contact"."name",  "contact"."id" , "call"."date" FROM "contact"
> INNER JOIN "call" ON ( "contact"."id" = "call"."c_id" ) WHERE ("call"."date"
> < :T)  ORDER BY "call"."date"

Seems T (also t, d and D) are reserved for SQL. Don't know where Base could
find these characters as reserved for SQL. But this isn't your original bug, or
do you think this is the solution for the query you reported, where no prompt
appears.

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


[Libreoffice-bugs] [Bug 103280] [Gtk3] rounding in radio buttons in options is crooked in gtk+ 3.22 with default Adwiata theme.

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

--- Comment #5 from Hussam Al-Tayeb  ---
(In reply to Caolán McNamara from comment #4)
> gtk3-demo draws them (foreign drawing example) pretty much like we draw them
> here, but ours do look cruddy compared to those for some reason

If you look closely and zoom in, it looks like libreoffice is drawing short
straight lines to approximate a circle. The shorter the straight lines, the
closer it is to a circle. But it will still look cruddy.

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


[Libreoffice-bugs] [Bug 103514] MS bitmap fonts (Courier, MS Sans Serif, MS Serif) not displayed with OpenGL rendering

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

Khaled Hosny  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |khaledho...@eglug.org
   |desktop.org |

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


[Libreoffice-bugs] [Bug 103514] MS bitmap fonts (Courier, MS Sans Serif, MS Serif) not displayed with OpenGL rendering

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

Khaled Hosny  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

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


[Libreoffice-bugs] [Bug 103492] Arabic words not formed well in textboxes when sentence begins with English word

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

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected
 CC||martin_hos...@sil.org

--- Comment #3 from raal  ---
393b5a03e8a580103cc31ca4752396032838ecdb is the first bad commit
commit 393b5a03e8a580103cc31ca4752396032838ecdb
Author: Norbert Thiebaud 
Date:   Sun Sep 13 18:21:45 2015 -0700

source sha:41007842ed9bb5d6165792a197769f72dae55a2c
authorMartin Hosken 2015-09-10 03:14:18 (GMT)
committerMartin Hosken 2015-09-14 01:16:40 (GMT)
commit41007842ed9bb5d6165792a197769f72dae55a2c (patch)
tree3db9834122c1a6b43bd2428129629a6f9978
parent35fd0cf311d0ab6e647ef8a244f350d8a690e734 (diff)
Refactor graphite integration and update graphite

git bisect log
# bad: [05d11632892a322664fb52bac90b2598b7fb7544] source
sha:5616d22b57a9a5e57d545e912e029162a230829b
# good: [c1efd324c6ad448ac9edb030dc9738b9e6899e4d] source
sha:ab465b90f6c6da5595393a0ba73f33a1e71a2b65
git bisect start 'origin/master' 'oldest'
# good: [97526ab777da7e58ce283c05498262ecdd4d6f7f] source
sha:4ea70f87f7a2b61eda6e5ab1f48debf6fcfadc1f
git bisect good 97526ab777da7e58ce283c05498262ecdd4d6f7f
# bad: [86fee7ded76d9c2756ccab6aef160a2d7fab0ab6] source
sha:1b62841b1859ae3443e2bf1ebe99ec3d6afb6cc2
git bisect bad 86fee7ded76d9c2756ccab6aef160a2d7fab0ab6
# bad: [ecd02a00b3cb479dcecd6a2539e2f4140cd8158f] source
sha:f45ac62a20b80033a7f5ccdef4a6c116b6fece24
git bisect bad ecd02a00b3cb479dcecd6a2539e2f4140cd8158f
# bad: [6629f1abc962685b1c83b088dff82517bb2f1691] source
sha:5496f2a3ee8e76dda6d1c393308be1e9bbb90d6e
git bisect bad 6629f1abc962685b1c83b088dff82517bb2f1691
# good: [a5f968795bf60a73039ae687b366800b7929f17c] source
sha:6917cd98ca6b6fd2d495d0257c7fe50611982d34
git bisect good a5f968795bf60a73039ae687b366800b7929f17c
# good: [368c6e35342202ca22c81feecd66f9073d1e3d8e] source
sha:a37535e3ff7be959d9a3aab3399ffbcc89688662
git bisect good 368c6e35342202ca22c81feecd66f9073d1e3d8e
# bad: [ab5f30fb13db2e0dbf317e87f8626cb1dfc8f234] source
sha:584d55178d2e390e60355b18bbac4be16fe750dd
git bisect bad ab5f30fb13db2e0dbf317e87f8626cb1dfc8f234
# bad: [31777579f3e0cf27599cdeecd2d54140bb8aa92e] source
sha:6532cb0e5ec3a59c248b332e868c4c03c31659f1
git bisect bad 31777579f3e0cf27599cdeecd2d54140bb8aa92e
# bad: [20f8cc90e939167b90170a9ecf1fc143975280ca] source
sha:0e916b4143b2c46fec6df25cce6f14b595d5b023
git bisect bad 20f8cc90e939167b90170a9ecf1fc143975280ca
# good: [1db296d58ea920df1c5a23cc35720c4084b1ae63] source
sha:47d3e82e4f2c0c06231c952a0cc2456b712da0cc
git bisect good 1db296d58ea920df1c5a23cc35720c4084b1ae63
# good: [bcae2a9e9aeb8394df93fb275b55873d3dbc2829] source
sha:168ad25711c0bd6e3a025b083312e3ed2d237933
git bisect good bcae2a9e9aeb8394df93fb275b55873d3dbc2829
# good: [6f8dba2f7237c74c6d627cbcdec2c515b2f6cb0b] source
sha:d8160fa8343a395cff0116286dd24894b076c02b
git bisect good 6f8dba2f7237c74c6d627cbcdec2c515b2f6cb0b
# bad: [393b5a03e8a580103cc31ca4752396032838ecdb] source
sha:41007842ed9bb5d6165792a197769f72dae55a2c
git bisect bad 393b5a03e8a580103cc31ca4752396032838ecdb
# good: [69568d9d51758db13ffd336e65561c4b72978d33] source
sha:35fd0cf311d0ab6e647ef8a244f350d8a690e734
git bisect good 69568d9d51758db13ffd336e65561c4b72978d33
# first bad commit: [393b5a03e8a580103cc31ca4752396032838ecdb] source
sha:41007842ed9bb5d6165792a197769f72dae55a2c

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


[Libreoffice-bugs] [Bug 102315] EDITING: Increase/ Decrease Font Size do not work reliable in Table selections

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

raal  changed:

   What|Removed |Added

   Keywords|bisected|
 CC||d.sikele...@gmail.com,
   ||s.mehrbr...@gmail.com

--- Comment #5 from raal  ---
Did the bibisect again:

git bisect log
# bad: [489ffd1df414698b6cea9ab03bf6f663b8b5af7e]
source-hash-3f94c9e9ddfd807b449f3bb9b232cf2041fa12d2
# good: [8aa9fc9a0c92172593d6cd97662116a965db229d]
source-hash-dea4a3b9d7182700abeb4dc756a24a9e8dea8474
git bisect start 'latest' 'oldest'
# good: [897913acd244cb6a5d2f4c2da1d625d9b978edb6]
source-hash-ac57362b23859591c088e36b7218f4a606dcf3bb
git bisect good 897913acd244cb6a5d2f4c2da1d625d9b978edb6
# good: [860f6172be84c3d801e1e533ab3d12a28815cb4c]
source-hash-80c11d648e88f3195f7e4fb465cd6902bcf46867
git bisect good 860f6172be84c3d801e1e533ab3d12a28815cb4c
# good: [fe0abc50dc1e45fd73635394f8df41e0dfc3eec8]
source-hash-4e223fab04279c3583689e69fa1342966e81de36
git bisect good fe0abc50dc1e45fd73635394f8df41e0dfc3eec8
# bad: [247d0249eb9794ccedec0ca2e3309b8d970593cc]
source-hash-1535f39388223de53e4b923c6f7bb71ee32c1858
git bisect bad 247d0249eb9794ccedec0ca2e3309b8d970593cc
# bad: [6cf25fb7af89cc58453d4bda5135e05ca220b1a4]
source-hash-ddd549c7873404d0c09aca676a13660404b0bcd2
git bisect bad 6cf25fb7af89cc58453d4bda5135e05ca220b1a4
# good: [4bc4b71d33640cd55abb1be0893e86512c5ab0c3]
source-hash-78e670b3055f92740402803174d61d058effb5d7
git bisect good 4bc4b71d33640cd55abb1be0893e86512c5ab0c3
# bad: [88e99ac6c8e25a75799fdb2f9258845d49642b8e]
source-hash-bce4f8dd83143c74c52d2fbb4527ba8a1ff71ed3
git bisect bad 88e99ac6c8e25a75799fdb2f9258845d49642b8e
# good: [771ed7a9553d622425ab44af64cf793732e3f173]
source-hash-eb8530cc90ff12fa79ac24fd9703422a7e8c8415
git bisect good 771ed7a9553d622425ab44af64cf793732e3f173
# bad: [81c6d9efac3cac4287ef98802a672caf0325ca37]
source-hash-cc1a4d72ebed4169a057ca02c5dd05d986c35cce
git bisect bad 81c6d9efac3cac4287ef98802a672caf0325ca37
# bad: [a76d0f97956bfb5f9fed24d0152df27c7bfcba6c]
source-hash-78b0b292637ebdeb2e4a7f08e0e8128530caaa18
git bisect bad a76d0f97956bfb5f9fed24d0152df27c7bfcba6c
# first bad commit: [a76d0f97956bfb5f9fed24d0152df27c7bfcba6c]
source-hash-78b0b292637ebdeb2e4a7f08e0e8128530caaa18

these commits
2014-11-03svgio: two of the token names were not being mapped to tokens   
Noel Grandin1-0/+2
2014-11-03fdo#39468 Translate German Comments - final bits of
sc/source/filter/Christian M. Heller3-10/+10
2014-11-03fdo#84795 Menu, DropDown-List don't disappear with right mouse
clickJuergen Funk3-24/+33
2014-11-03fdo#35862 De-/Increase font when multi-sized textDaniel
Sikeler3-20/+232
2014-11-03fix memory leak of pointers contained in m_aErrDescList   
Takeshi Abe2-12/+8
2014-11-03sw doc model xml dump: handle RES_FRMATR*STYLE_NAMEMiklos
Vajna1-0/+16
2014-11-03fdo#61167 suggest titlecase and uppercase words from exception
dictAndras Timar1-2/+42
2014-11-03typo: geomtery -> geometryAndras Timar1-1/+1
http://cgit.freedesktop.org/libreoffice/core/log/?qt=range&q=eb8530cc90ff12fa79ac24fd9703422a7e8c8415..78b0b292637ebdeb2e4a7f08e0e8128530caaa18

Daniel, Samuel,
can it be this one?
authorDaniel Sikeler 2014-09-22 08:26:06 (GMT)
committerSamuel Mehrbrodt 2014-11-03 11:26:21
(GMT)
commit98c95ce3a759a6f691c20cb1e376fa54a9dfdbc0 (patch)
treeb78364d64ab90c64fb02623d0738c05bc4e43619
parentfe1f258d5b77cd6e6a7483d7cf28195dbfdd62a4 (diff)
fdo#35862 De-/Increase font when multi-sized text
Added two new function to the SwEditShell.
The first returns all items of a specific WhichId wich belong to the current
selection. The items from the attribute set and from the hints are used.
The second returns SwPaMs separated at borders of an itemtype  identified by
its WhichId. The SwPaMs must be deleted after yous.

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


[Libreoffice-bugs] [Bug 103507] Java not selected automatically with u111/112

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

--- Comment #16 from Aron Budea  ---
(In reply to Stephan Bergmann from comment #15)
> You mean, starting each time with a fresh UserInstall, LO 5.0.0.5 and later
> do not automatically select 8u112, and LO 4.4.0.3 does?

Yes, exactly.
It seems bug 101057 doesn't cause any issues in this case, the cause is
something else.

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


[Libreoffice-bugs] [Bug 98406] Broken Icons on High Display Scaling

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

Tomaz Vajngerl  changed:

   What|Removed |Added

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

--- Comment #4 from Tomaz Vajngerl  ---
This looks like an issue we had with OpenGL - it should be fixed in later
versions so I'll close 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 103543] Extremely slow deletion of rows from particular XLSX in Linux

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

--- Comment #1 from Timur  ---
Console output (and it stays like this):
warn:legacy.osl:5526:1:chart2/source/model/main/DataPoint.cxx:181: data point
needs a parent property set to provide values correctly
warn:legacy.osl:5526:1:svl/source/items/itempool.cxx:414: old secondary pool
must be empty
warn:legacy.tools:5526:1:svx/source/form/fmvwimp.cxx:444:
FmXFormView::~FmXFormView: Window list not empty!
warn:vcl.gtk:5526:1:vcl/unx/gtk/a11y/atklistener.cxx:597: Unknown event
notification: 37
warn:vcl:5526:1:vcl/source/window/mouse.cxx:470: Window::ReleaseMouse(): window
doesn't have the mouse capture

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


[Libreoffice-bugs] [Bug 72546] Kerning Terrible for MS Times New Roman

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

--- Comment #17 from David H. Gutteridge  ---
(In reply to Johnny_M from comment #16)

> It my case it is an older 19", 1280 x 1024 screen. The definition of
> low-resolution. :) Liberation Serif shows the issue similarly to the Times
> New Roman here. As do various other fonts, too, to various degree.

I also see similar kerning issues with Liberation Serif on Fedora, though
generally they're not quite as pronounced as with Times New Roman. In both
cases, I'm using the older versions of the fonts, since the MS-TTF
"distribution" is of the older Times New Roman, and Fedora ships Liberation v.
1 rather than v. 2 fonts. (I'm told version 2 of the latter offers better
rendering.)

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


[Libreoffice-bugs] [Bug 103533] Fileopen dump with specific XLSX, no recovery window

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

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 103543] Extremely slow deletion of rows from particular XLSX in Linux

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

Timur  changed:

   What|Removed |Added

 OS|All |Linux (All)

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


[Libreoffice-bugs] [Bug 103543] Extremely slow deletion of rows from particular XLSX in Linux

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

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 103543] New: Extremely slow deletion of rows from particular XLSX in Linux

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

Bug ID: 103543
   Summary: Extremely slow deletion of rows from particular XLSX
in Linux
   Product: LibreOffice
   Version: 5.1.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gti...@gmail.com

Description:
Attachment 128299 has problems with opening which is Bug 103533. 
This bug with it is specific to Linux and tested with LO 5.1 and 5.3 master.

Steps to Reproduce:
1. Open attachment 128299 in Linux
2. Go to sheet 82
3. Mark lower table 
4. Delete rows (via right-click)

Actual Results:  
It's just stuck and takes loong time.

Expected Results:
Rows deleted.


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101
Firefox/38.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 103534] Debug dump

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

--- Comment #4 from Julien Nabet  ---
Did you download from official website
(https://www.libreoffice.org/download/libreoffice-fresh/)?

For the test, could you rename your LO directory profile (see
https://wiki.documentfoundation.org/UserProfile#Windows) and give a new try?

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


[Libreoffice-bugs] [Bug 103542] [META] vcl: scheduler tracker bug.

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

Michael Meeks  changed:

   What|Removed |Added

 Depends on||91727


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=91727
[Bug 91727] Linux OS File Picker Blocks Canvas Repaints
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41652] "NO-BREAK SPACE" (U+00A0) interpreted as fixed-width space

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

brecha...@gmail.com changed:

   What|Removed |Added

 CC||brecha...@gmail.com

--- Comment #24 from brecha...@gmail.com ---
This concerns Slovak texts as well. It prevents me using LibreOffice for book
publishing.

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


[Libreoffice-bugs] [Bug 103534] Debug dump

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

--- Comment #3 from allan.apa...@gmail.com ---
Comment on attachment 128302
  --> https://bugs.documentfoundation.org/attachment.cgi?id=128302
Debug dump not expected

It just qppeared when I had opened the product to its first screen. I did not
open any files or new documents

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


[Libreoffice-bugs] [Bug 103526] Styles & Formatting missing from "View" menu

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

Xisco Faulí  changed:

   What|Removed |Added

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

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

Version: 5.3.0.0.alpha1
Build ID: f4ca1573fcf445164c068c1046ab5d084e1b005f
CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; VCL: gtk2; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

@Jim, which OS and GUI are you using? Could you please copy the information
from Help - About Libreoffice? Change status back to UNCONFIRMED once you have
provided the information

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


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

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

--- Comment #4 from Gülşah Köse  ---
To implement that two scenerio i think i need to seperate "insert comment" and
"edit comment" commands. Because in the current state of LO Ctrl+Alt+C's
behaviour is true. I am working on now.

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


[Libreoffice-bugs] [Bug 103515] Assertion failed: SolarMutex not locked when opening database with Base

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

Michael Meeks  changed:

   What|Removed |Added

 Blocks||103542


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103542
[Bug 103542] [META] vcl: scheduler tracker 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 103542] [META] vcl: scheduler tracker bug.

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

Michael Meeks  changed:

   What|Removed |Added

 Depends on||103515


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103515
[Bug 103515] Assertion failed: SolarMutex not locked when opening database with
Base
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103542] [META] vcl: scheduler tracker bug.

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

Michael Meeks  changed:

   What|Removed |Added

 Depends on||101827


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101827
[Bug 101827] Contour Editor dialog maxes out a cpu core at 100%
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103542] [META] vcl: scheduler tracker bug.

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

Michael Meeks  changed:

   What|Removed |Added

 Depends on||99784


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99784
[Bug 99784] EXTENSION MANAGER - freeze / hang when attempting to install
extensions on OSX 10.11 by double-click on oxt 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 99784] EXTENSION MANAGER - freeze / hang when attempting to install extensions on OSX 10.11 by double-click on oxt file

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

Michael Meeks  changed:

   What|Removed |Added

 Blocks||103542


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103542
[Bug 103542] [META] vcl: scheduler tracker 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 103542] [META] vcl: scheduler tracker bug.

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

Michael Meeks  changed:

   What|Removed |Added

 Depends on||103313


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103313
[Bug 103313] Print dialog maxes out CPU core to 100% when print comments
enabled
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103313] Print dialog maxes out CPU core to 100% when print comments enabled

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

Michael Meeks  changed:

   What|Removed |Added

 Blocks||103542


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103542
[Bug 103542] [META] vcl: scheduler tracker 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 103542] New: [META] vcl: scheduler tracker bug.

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

Bug ID: 103542
   Summary: [META] vcl: scheduler tracker bug.
   Product: LibreOffice
   Version: 5.0.6.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michael.me...@collabora.com

The scheduler work and the fixes needed to patch it up into working order again
created lots of regressions; some of these are exposing older problems, but
they need fixing and tracking: here.

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


[Libreoffice-bugs] [Bug 103542] [META] vcl: scheduler tracker bug.

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

Michael Meeks  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||glo...@fbihome.de
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 84678] FILEOPEN: .DOCX textbox margins incorrectly set in 4.4.x

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

Xisco Faulí  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #20 from Xisco Faulí  ---
Set it to VERIFIED FIXED as per comment 19

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


[Libreoffice-bugs] [Bug 103519] No User Prompt in nested SQL Query

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

Tony  changed:

   What|Removed |Added

Version|unspecified |5.1.4.2 release

--- Comment #4 from Tony  ---
When I enter the following simple query in the sample DB, it produces the same
syntax error related to the "T" identifier. 

SELECT  "contact"."name",  "contact"."id" , "call"."date" FROM "contact" INNER
JOIN "call" ON ( "contact"."id" = "call"."c_id" ) WHERE ("call"."date" < :T) 
ORDER BY "call"."date"

The error message is:

SQL Status: HY000
Error code: 1000

syntax error, unexpected $end, expecting BETWEEN or IN or SQL_TOKEN_LIKE



If you replace :T by for example :DX it works fine.

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


[Libreoffice-bugs] [Bug 102503] FILESAVE: Impress sporadically hangs at end of save operation

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

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #15 from Xisco Faulí  ---
hello bbugs,
could it be possible that you provide a backtrace with debugging symbols? You
can download it from
http://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@70-TDF-dbg/
and get the backtrace following
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.2FLinux:_How_to_get_a_backtrace
Setting the bug to NEEDINFO for the time being. Change it to NEW once the
backtrace is provided

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


[Libreoffice-bugs] [Bug 84678] FILEOPEN: .DOCX textbox margins incorrectly set in 4.4.x

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

--- Comment #19 from Terrence Enger  ---
I see the bad alignment fixed between commit cec94a4 (2016-10-14) and
commit 8175e30 (2016-10-25).

I used local-built LibreOffice, configured ...
CC=ccache /usr/bin/gcc
CXX=ccache /usr/bin/g++
--enable-option-checking=fatal
--enable-dbgutil
--enable-debug
--without-system-postgresql
--without-myspell-dicts
--with-extra-buildid
--without-doxygen
--with-external-tar=/home/terry/lo_hacking/git/src
built and running on debian-stretch.

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


[Libreoffice-bugs] [Bug 102503] FILESAVE: Impress sporadically hangs at end of save operation

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

Michael Stahl  changed:

   What|Removed |Added

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

--- Comment #14 from Michael Stahl  ---
the stack trace in the description matches bug 94212

same for the one in comment #6

comment #8 is quite clever, yes this crash is a race

comment #10 stack apparently shows an error-box being displayed, not sure what
to make of that, maybe the race didn't cause a crash but some exception
instead...

comment #11 back-trace is useless, something killed soffice.bin before the
stack could be obtained

i think the multi-threaded zip problem reported by "Gizze" should be fixed in
current 5.1 / 5.2 releases, so maybe "bbugs" is seeing a different bug, but
hard to tell without a proper backtrace.

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


[Libreoffice-bugs] [Bug 103526] Styles & Formatting missing from "View" menu

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

--- Comment #2 from Timur  ---
Created attachment 128310
  --> https://bugs.documentfoundation.org/attachment.cgi?id=128310&action=edit
Screenshot

Jim, it's odd you report this. This item is right there. I have 5.3 from today.

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


[Libreoffice-bugs] [Bug 102503] FILESAVE: Impress sporadically hangs at end of save operation

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

Michael Stahl  changed:

   What|Removed |Added

 Attachment #128181|0   |1
is obsolete||

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


[Libreoffice-bugs] [Bug 33278] Text direction should allow LTR (vertical)

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

Michael Bauer  changed:

   What|Removed |Added

 CC||m...@badral.net

--- Comment #20 from Michael Bauer  ---
*** Bug 61846 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 61846] Please enable traditional Mongolian support in UI

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

Michael Bauer  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Michael Bauer  ---


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

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


[Libreoffice-bugs] [Bug 103534] Debug dump

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

Julien Nabet  changed:

   What|Removed |Added

   Hardware|All |x86-64 (AMD64)
 OS|All |Windows (All)

--- Comment #2 from Julien Nabet  ---
Email received in private:
"Windows 10 Home version1607 build 14393.321  64 bit machine Acer PC"

Please respond directly on bugtracker next time.

Now how to reproduce this?
Indeed, we can't do anything with just this dump.

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


[Libreoffice-bugs] [Bug 33495] Minimizing the presenter screen while presentation is active ( UI)

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

--- Comment #16 from krishna e bera  ---
This bug was still present in LibreOffice 5.1.2 on Windows 10 yesterday.
We had a dual screen and the presentation played fine on the second screen but
we could not turn off or minimize the Presenter Console on the 1st screen.

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


[Libreoffice-bugs] [Bug 94212] Saving corrupts particular Writer document containing many images and equations

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

Michael Stahl  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 103529] RAM RAM Ji KAKA outlook technical support number / (1 855) 338.0710 outlook customer service Number Outlook Tech Support Number

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

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

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


[Libreoffice-bugs] [Bug 103519] No User Prompt in nested SQL Query

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

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #3 from rob...@familiegrosskopf.de ---
Can't find any error with the attached document. Have changed, as described,
the table-alias from "R" to "T" and got the same result. No error.

So let us see if you could reproduce the error with another example or could
find the reason of the error in your original database.

I have set this bug back to "Unconfirmed".

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


[Libreoffice-bugs] [Bug 103522] endless loop automatically saving document after changes with " record changes"

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

Timur  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INVALID

--- Comment #6 from Timur  ---
Please understand this in invalid report for a bug. 
If you can write step-by-step procedure to reproduce and attach the document,
feel free to reopen.

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


[Libreoffice-bugs] [Bug 103534] Debug dump

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

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #1 from Julien Nabet  ---
On which env are you? Which version of OS?
What is the step by step process to reproduce 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 103536] bad allocation in Writer

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

--- Comment #2 from Julien Nabet  ---
About step by step process, I see some elements in your description, but for
example is it on any file or just some specific 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 103536] bad allocation in Writer

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

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #1 from Julien Nabet  ---
screenshot indicates LO 5.1 whereas the bugtracker indicates you use 5.2.2.
Which LO version do you use, what's the step by step process to reproduce 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 103234] Cancelling content of a cell does not restore the previous text representing a value (e.g. '(/21) )

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

Rpnpif  changed:

   What|Removed |Added

 CC||rpn...@free.fr
Version|5.2.2.2 release |4.1.0.4 release

--- Comment #3 from Rpnpif  ---
works ok in 4.0.6.2.2 not in 4.1.0.4.

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


[Libreoffice-bugs] [Bug 103541] New: table of figures creates hyperlink for the bottom ( not top) of the figure, causing problems with PDF export and Adobe Reader

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

Bug ID: 103541
   Summary: table of figures creates hyperlink for the bottom (not
top) of the figure, causing problems with PDF export
and Adobe Reader
   Product: LibreOffice
   Version: 5.1.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ulrich.wi...@rz.uni-regensburg.de

I just found out for the current version of Adobe Reader ("Acrobat Reader" in
former times) that it positions a hyperlink being followed to the to of the
window.
If you export a Writer document containing a table of figures to PDF, the
following effect appears (assuming you have your caption below the figure): The
hyperlink points to the caption of the figure (that is below the figure). That
is, if you click in the table of figures to see a specific figure, you just see
the capture below, because the figure is "over the top" of the reader window.
So most likely the hyperlink's target should be the TOP, not the BOTTOM of the
image.
BTW: Writer itself also positions the link target to the top of the window, so
you have the same effect even without PDF export.

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


[Libreoffice-bugs] [Bug 103468] Hexadecimal code input with more than four digits sometimes works, sometimes not

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

--- Comment #10 from Dirk W.  ---
To exclude any possibilities, I went further, formatted my partition C:\ and
made a fully new  CleanInstall.

Result: The bug persists.

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


[Libreoffice-bugs] [Bug 103540] New: German: completely wrong explanation of button "Alle" for table of contents

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

Bug ID: 103540
   Summary: German: completely wrong explanation of button "Alle"
for table of contents
   Product: LibreOffice
   Version: 5.1.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ulrich.wi...@rz.uni-regensburg.de

When editing the format of table of contents , there is a button named "Alle"
in German UI. The help file says clicking it would apply the changes without
closing the dialog.
This is only a part of the truth: Actually it applies the current format to all
levels (and it does not close the dialog, of course).

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


[Libreoffice-bugs] [Bug 63846] FILEOPEN: sometime import controls in xlsm document don' t fire macros

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

Justin L  changed:

   What|Removed |Added

   Keywords||bisected, regression
 CC||markus.mohrhard@googlemail.
   ||com
Version|unspecified |5.1.0.3 release

--- Comment #4 from Justin L  ---
(In reply to Justin L from comment #3)
caused by a regression in LO5.1 by author Markus Mohrhard
 2015-10-24 07:45:58 (GMT)
commit d4743045a0b320449d07a957463a76bb8b13f939
the cells need to be imported before we handle charts, tdf#81396

fix:  vbaproject::attachMacros needs to run AFTER the shapes are imported since
macros can attach to the shaps.

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


[Libreoffice-bugs] [Bug 103539] Macro gives wrong result on replace all with regular expression with "\n"

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

--- Comment #2 from Oswald Luc  ---
Created attachment 128309
  --> https://bugs.documentfoundation.org/attachment.cgi?id=128309&action=edit
LibreOffice Writer text file on which the macros have to be tested

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


[Libreoffice-bugs] [Bug 103539] Macro gives wrong result on replace all with regular expression with "\n"

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

--- Comment #1 from Oswald Luc  ---
Created attachment 128308
  --> https://bugs.documentfoundation.org/attachment.cgi?id=128308&action=edit
Basic file containing the macros to be tested

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


[Libreoffice-bugs] [Bug 103539] New: Macro gives wrong result on replace all with regular expression with "\n"

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

Bug ID: 103539
   Summary: Macro gives wrong result on replace all with regular
expression with "\n"
   Product: LibreOffice
   Version: 5.1.4.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: oswald@free.fr

Description:
In some cases only the first occurrence is replaced when every occurrence
should be replaced.

Steps to Reproduce:
The bug is easy to reproduce.
I give two attached files :

- A basic file to import into your macros.
In which you find two simple macros.
In fact, they are simply calling the same function with two different
arguments.
MacAAA is working correctly, but MacBBB is not : it changes only the first
occurrence.
The macros have to be run on the original file and not consecutively in order
to see the bug.

-TestFile.odt a small and simple text file on which to run macros

Actual Results:  
For MacBBB on the original file :
AAA
BBB
AAABBB
AAABBB
AAABBB
AAABBB
AAABBB
AAABBB


Expected Results:
AAA
BBB
AAA
BBB
AAA
BBB
AAA
BBB
AAA
BBB
AAA
BBB
AAA
BBB



Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101
Firefox/49.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 103517] Math formula suddenly mixed

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

--- Comment #15 from Mehdi Amara  ---
looking at the memory preferences, they were set to the default values, the
number of inserted objects at 20. I my corrupted document the inserted figures
and formulas were less than 10, far below the 20 limit.

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


[Libreoffice-bugs] [Bug 103517] Math formula suddenly mixed

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

--- Comment #14 from Mehdi Amara  ---
The issue I encountered seems related to the reported bug. This time, the
equations are not only in the wrong positions, but they are mixed with figures
: i.e. some figures appear at the places where the equations should be and vice
versa. The equations can no longer be edited : this is a critical issue as the
work in progress is lost. If the user has no backup, all equations should be
rewritten with the risk that they could again disappear.

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


[Libreoffice-bugs] [Bug 77753] FILESAVE: Embedding font does not work for a particular file with emoji and symbols in Unicode 6

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

Khaled Hosny  changed:

   What|Removed |Added

   Priority|high|medium
 CC||khaledho...@eglug.org
   Severity|critical|normal

--- Comment #14 from Khaled Hosny  ---
If it does not crash or cause you loss of data or allows others to steal you
credit card info, it can’t be critical.

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


[Libreoffice-bugs] [Bug 103538] Use OpenType Sanitiser to sanitize embedded fonts

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

Khaled Hosny  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 103538] New: Use OpenType Sanitiser to sanitize embedded fonts

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

Bug ID: 103538
   Summary: Use OpenType Sanitiser to sanitize embedded fonts
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: khaledho...@eglug.org

LibreOffice supports embedded fonts in the documents for sometime now, and we
use and pass these fonts to font rendering libraries without any checking for
there validity. Fonts can be a security risk and malicious fonts can easily
crash the system on several platforms.

Some web browsers (Google Chrome and Mozilla Firefox) use OpenType Sanitiser to
sanitize downloadable webfonts to mitigate such risks, and I think LibreOffice
should do the same.

https://github.com/khaledhosny/ots

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


[Libreoffice-bugs] [Bug 103517] Math formula suddenly mixed

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

--- Comment #13 from bug.reporter.21  ---
I just created a document with math and text, comparable to the one that showed
problems. The only difference is that I previously set
Tools > Options > LibreOffice > Memory > Cache for inserted objects
to 2000 instead of the default 20, and there is no problem yet...

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

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

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||99106


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99106
[Bug 99106] Improve control alignment in header and footer 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 99106] Improve control alignment in header and footer dialog

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

Yousuf Philips (jay)  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 103174] Very laggy scrolling with trackpad on hidpi screens

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

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103182


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 103182] [META] GTK3-specific bugs

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

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||103174


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103174
[Bug 103174] Very laggy scrolling with trackpad on hidpi screens
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103537] [META] High contrast mode bugs and enhancements

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

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||88675


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88675
[Bug 88675] ICONS: Options dialog has 'Hicontrast' rather than 'High Contrast'
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

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

Yousuf Philips (jay)  changed:

   What|Removed |Added

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

--- Comment #6 from Yousuf Philips (jay)  ---
I tested a cloph made TDF build's of master build with 7.1A SDK and it worked
fine on XP.

http://dev-builds.libreoffice.org/daily/master/Win-x86@62-merge-TDF/current/

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


[Libreoffice-bugs] [Bug 103517] Math formula suddenly mixed

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

--- Comment #12 from Mehdi Amara  ---
Created attachment 128307
  --> https://bugs.documentfoundation.org/attachment.cgi?id=128307&action=edit
Document mixing formulas and figures

This is the previous document after some editing and saving. The formulas are
mixed with the figures and can no longer be edited.

-- 
You are receiving this mail because:
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   >