[Libreoffice-bugs] [Bug 87025] New: EDITING Ordering data crash Libreoffice Calc

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87025

Bug ID: 87025
   Summary: EDITING Ordering data crash Libreoffice Calc
   Product: LibreOffice
   Version: 4.2.4.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Spreadsheet
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sdaniel...@tiscalinet.it

Created attachment 110485
  -- https://bugs.freedesktop.org/attachment.cgi?id=110485action=edit
Sample that crash ordering data

Use the attached file.

1 - click on cell A2 of Foglio2 sheet
2 - ascending order data

Crash!

-- 
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 86957] Window - Freeze produces an .xlsx file incompatible with MSO 2010 Freeze Panes

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86957

--- Comment #9 from raal r...@post.cz ---
(In reply to Kevin Suo from comment #8)
 (In reply to raal from comment #7)
 Thanks for confirming.
 
 For step 4:
 * Are you doing the changes in MSO 2010?
 * Are reopening the file with MSO 2010?
 * My MSO 2010 version: 14.0.7015.1000 32bit.

Yes, mso 2010

-- 
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 84938] replace #defined constants with ‘enum class’

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84938

--- Comment #11 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Jennifer Liebel committed a patch related to this issue.
It has been pushed to master:

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

fdo#84938: removed unused defines

It will be available in 4.5.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 86241] Lotus unkn75 function

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86241

--- Comment #6 from osnola alo...@loria.fr ---
(In reply to Andras Timar from comment #4)
 unkn75 comes from libwps which is an external library (cc Fridrich). If
 you rename the file to .wk1 extension, then internal Lotus filter will be
 invoked, which can import @TERM and @CTERM functions after my patch (sse
 above).
Concerning libwps, I just commit a patch to treat the TERM and CTERM functions:
https://sourceforge.net/p/libwps/code/ci/54a904f5144993d8a2e88aeebe11394053ac62d6
...

-- 
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 87026] New: Move accessibility relations to .ui files

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87026

Bug ID: 87026
   Summary: Move accessibility relations to .ui files
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bu...@bubli.org

Now that all LibO dialogs have been migrated to .ui format, accessibility
relations no longer need to be defined in C++ code and can be moved to .ui
files too. This needs a bit of code-reading skills and a bit of Glade-fu

Search for code such as:

foo-SetAccessibleName( bar)
foo-SetAccessibleRelationLabeledBy( bar )
foo-SetAccessibleRelationLabelFor( bar )
foo-SetAccessibleRelationMemberOf( bar )

and replace it in Glade by corresponding widget properties.

Sample commit:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=759ae3c367f63ee006cfa8f4239ddcc1302b5879

-- 
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 87003] Kill BOOST_FOREACH on master and use C++11s range-based for() loops instead

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87003

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #2 from Stephan Bergmann sberg...@redhat.com ---
(In reply to Björn Michaelsen from comment #0)
 Most uses of BOOST_FOREACH should be replacable with a simple C++11
 range-based for() iteration

...or for-each and a lambda (depending on what looks more natural in a given
case)

-- 
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 87026] Move accessibility relations to .ui files

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87026

Katarina Behrens bu...@bubli.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||libreoffice@lists.freedeskt
   ||op.org
 Ever confirmed|0   |1
 Whiteboard||EasyHack DifficultyBeginner
   ||SkillCpp TopicCleanup

-- 
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 86241] Lotus unkn75 function

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86241

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

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

--- Comment #7 from Andras Timar tima...@gmail.com ---
(In reply to osnola from comment #6)
 Concerning libwps, I just commit a patch to treat the TERM and CTERM
 functions:
 https://sourceforge.net/p/libwps/code/ci/
 54a904f5144993d8a2e88aeebe11394053ac62d6
 ...

Thanks, I mark this as RESOLVED FIXED 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 38835] strip out non-trivial globals before main

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38835

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|EasyHack DifficultyBeginner |EasyHack DifficultyBeginner
   |SkillCpp TopicCleanup   |SkillCpp TopicCleanup
   |target:4.4.0|target:4.4.0 target:4.5.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 38835] strip out non-trivial globals before main

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38835

--- Comment #15 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Noel Grandin committed a patch related to this issue.
It has been pushed to master:

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

fdo#38835 strip out OString globals

It will be available in 4.5.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 87027] New: Sheet numbering goes wrong

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87027

Bug ID: 87027
   Summary: Sheet numbering goes wrong
   Product: LibreOffice
   Version: 4.2.6.3 release
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: chocobo...@gmail.com

Created attachment 110487
  -- https://bugs.freedesktop.org/attachment.cgi?id=110487action=edit
The final document where the bug occurs

I'm french so I'll try to traduce the interface in english...

Create a new Writer document.
Make sure the sheet style is set to Default style
Go to Format\Title page...
Choose Insert new title pages and 1 page at the document's start.

Check the Sheet numbering reinitialization checkbox.
Click OK.
Now, there are two pages.
The first one is set to First page style and the second to Default style
Create a footer in the second page and insert inside those fields : [Page
number]/[Page count]. I always have 1/3 !! It should be 1/2 or 1/1 but not
1/3 !!
Even the interface tells me that I'm editing the 3 on 3 pages. Is that normal ?

-- 
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 87028] New: Crash Writer with RTF from Oracle Reports

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87028

Bug ID: 87028
   Summary: Crash Writer with RTF from Oracle Reports
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: blocker
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: san...@gmail.com

Created attachment 110488
  -- https://bugs.freedesktop.org/attachment.cgi?id=110488action=edit
Crash stacktrace

Hi guys,

I'm having this bug for last couple of version. I'm receiving bank statement in
RTF format, generated from Oracle Reports, and each time I tried to open it
with Writer, it will crash it down.

In attachment is a stacktrace I was able to get, however, due the secrecy of
the matter I'm not able to provide a document itself. LibreOffice version is
4.3.4, but the crash was present in most of 4.x series.

I'll be happy to give you more details if necessary. 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 87028] Crash Writer with RTF from Oracle Reports

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87028

--- Comment #1 from Sanel Zukan san...@gmail.com ---
Forgot to mention, unrtf tool will open it without problems.

-- 
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 87029] New: Impossible to save a graphic from within a PPT document

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87029

Bug ID: 87029
   Summary: Impossible to save a graphic from within a PPT
document
   Product: LibreOffice
   Version: 4.3.4.1 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Drawing
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: actionmysti...@gmail.com

1. Open a PPT
2. Select a graphic
3. Right-click: Save Graphic...
4 Nothing happens

An example PPT is available here:
https://drive.google.com/file/d/0B5fXyIn0-GDFSFg0OUJZS1d3Sms/view?usp=sharing.

-- 
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 87010] EDITING: Corruption of a link to another sheet after an unconnected drag and drop operation.

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87010

--- Comment #1 from raal r...@post.cz ---
*** Bug 87008 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 87008] EDITING: Corruption of a link to another sheet after an unconnected drag and drop operation.

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87008

raal r...@post.cz changed:

   What|Removed |Added

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

--- Comment #1 from raal r...@post.cz ---


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

-- 
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 87028] Crash Writer with RTF from Oracle Reports

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87028

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||serval2...@yahoo.fr
Version|unspecified |4.3.4.1 release
 Ever confirmed|0   |1
   Severity|blocker |critical

--- Comment #2 from Julien Nabet serval2...@yahoo.fr ---
Do you reproduce this with a brand new report (so without confidential elements
in it)?
On which Linux distribution are you?
Would it possible you install LO debug package (in Debian and derivates like
Ubuntu it's libreoffice-dbg) and retrieve a more useful backtrace?

-- 
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 87007] certain xlsx file causes LibreOffice 4.4.0.0 beta 1 to hang and be unresponsive

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87007

raal r...@post.cz changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #2 from raal r...@post.cz ---
No crash with Version: 4.4.0.0.beta1+
Build ID: a15a538fb191b1851f366716914822411b583c58
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:libreoffice-4-4, Time:
2014-12-03_06:05:11

No crash with Version: 4.5.0.0.alpha0+
Build ID: e841dd17a4fb9ba558bcbea5cde5ec90061c1313
TinderBox: Win-x86@42, Branch:master, Time: 2014-11-29_23:46:43

-- 
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 87025] EDITING Ordering data crash Libreoffice Calc

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87025

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Attachment #110485|text/plain  |application/vnd.oasis.opend
  mime type||ocument.spreadsheet

-- 
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 87025] EDITING Ordering data crash Libreoffice Calc

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87025

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

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

--- Comment #1 from Julien Nabet serval2...@yahoo.fr ---
Could you give a try to last stable LO version 4.3.4? If you must absolutely
stay with 4.2 branch, there's also 4.2.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 87015] Writer opens as a blank document

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87015

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Attachment #110471|text/plain  |application/msword
  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 87016] Kill “Use system font for user interface” for good

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87016

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||serval2...@yahoo.fr
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |

--- Comment #2 from Julien Nabet serval2...@yahoo.fr ---
Here's a starting code pointer:
http://opengrok.libreoffice.org/xref/core/cui/uiconfig/ui/optviewpage.ui#431
I'm gonna 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87030] New: PDF signatures fail on Windows

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87030

Bug ID: 87030
   Summary: PDF signatures fail on Windows
   Product: LibreOffice
   Version: 4.5.0.0.alpha0+ Master
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pub...@wernig.net

This bug is a follow-up to #66701. It focusses on the original problem reported
there.

When trying to create a digitally signed PDF on Windows, the signature
operation fails. This is taken from the original report:

-

Steps to reproduce:
1. Install Digital Certificate under Windows /IE by double click onto your .p12
file and follow the  Certificate Import Wizard guidance.
2. Enable 'experimental features' under Tools / Options / LibreOffice /
Advanced menu.
3. Export one of your document to PDF with Digital signature via File / Export
to PDF /Digital signature tab. Choose one of your installed certificate and
provide a password for that.
4. Open the created PDF file in Acrobat Reader.

Current behavior:
Malfunctioned signature reported by Adobe Reader:
Signature validity unknown. 
Error during signature verification.  
Error encountered while BER decoding.

-

The resulting PDF indeed hat all zeroes where the signature should be.

In the meantime Tor has worked on the problem and found out a lot of related
background:

 On Windows I double-clicked the .p12 file I used in the Linux case, and
 Windows apparently added it fine to its certificate database. It shows up in
 LibreOffice and I am able to try to use it to sign a PDF, but the NSS API 
 returns failure from the NSS_CMSEncoder_Finish() call, though.

And more:

 Seems that the situation on Windows is that the code is quite incomplete and
 confused at the moment. On the “PDF Options” page that opens up for 
 FileExport as PDF, the “Select” button on the “Digital Signatures” tab opens 
 up a dialog that offers certificates that are stored in Windows’s own place 
 for such, they are accessed using Windows APIs.

 But then the code that does the actual PDF signing is hardcoded to use only 
 NSS APIs. And NSS apparently has no access to the Windows certificate store, 
 so it can’t find the one it is told to use.

And:

 I think I now understand what is going on with the PDF signing on Windows.

 On Linux (and OS X), we use NSS for all this, and its certificate store. The 
 ToolsOptionsLibreOfficeSecurity page has a Certificate Path setting, 
 which is a directory where the NSS cert8.db, key3.db and secmod.db files 
 should exist.

 The code that handles the selection of certificate (the Select button on 
 the Digital Signatures tab of the FileExport as PDF dialog) has two 
 backends: a NSS one that is used on Linux and OS X, and a Windows one.

 The NSS backend calls NSS_Init() with the certificate path directory as 
 parameter. The dialog shows the certificates storted in this NSS database. I 
 don't know what the user-friendly way to manage this database is, but one 
 can use the horrible certutil or pk12util command-line tools to add 
 certificates there...

 This code is located in the xmlsecurity module, because it was originally 
 written for ODF-signing functionality. (And perhaps signing of older, now 
 already obsolete, XML-based document formats?) (No idea if this stuff is also 
 used when signing OOXML.)

 On Windows, the dialog shows the certificates stored the user's Windows-
 managed certificate store. (One adds certificates there by simply double-
 clicking on .p12 or .cer files.) No NSS_Init() is called, of course.

 So far, so good.

 But, the PDF signing code uses NSS directly. (It couldn't use xmlsecurity 
 anyway, as PDF has nothing to do with XML.) It calls NSS_NoDB_Init(), which 
 is the function to initialise NSS to work *without* any database (the 
 cert8.db etc files), but that is actually irrelevant on Linux, as it is the 
 first of any NSS_Init() and NSS_NoDB_Init() calls that counts, subsequent 
 calls are no-ops. So, on Linux, the NSS_Init() call done when fetching the 
 list of certificates, which passed in the directory from the Certificate 
 Path setting, stays in force.

 On Windows, however, this NSS_Nodb_Init() call is what initialises NSS. This 
 then means that eventually the NSS_CMSEncoder_Finish() call fails. I donut 
 know the exact mechanism here. Why it is that particular the NSS call that 
 fails, the next-to-last NSS API called, I have no idea.

 Just as a test, I changed the NSS_NoDB_Init() call to instead call 
 NSS_Init(), passing in the pathname to the directory on my Linux machine with 
 a NSS database where I had stored the same certificate that I had added to my 
 Windows certificate store. Then the signing works! But this is only of 
 academic interest of course.

 As I see it, there are two possible ways 

[Libreoffice-bugs] [Bug 66701] PDF: Malfunctioning PDF's digital signature function.

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66701

Markus Wernig pub...@wernig.net changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=87030

-- 
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 87030] PDF signatures fail on Windows

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87030

Markus Wernig pub...@wernig.net changed:

   What|Removed |Added

 CC||pub...@wernig.net
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=66701

-- 
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 83939] LibreOffice leaves invalid signature in output when creating digitally signed PDF if the signing fails

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83939

Markus Wernig pub...@wernig.net changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=87030

-- 
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 87030] PDF signatures fail on Windows

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87030

Markus Wernig pub...@wernig.net changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=83939

-- 
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 87030] PDF signatures fail on Windows

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87030

Markus Wernig pub...@wernig.net changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=83937

-- 
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 83937] LibreOffice crashes when creating digitally signed PDF

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83937

Markus Wernig pub...@wernig.net changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=87030

-- 
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 83940] Meta: PDF signatures (tracker)

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83940

Markus Wernig pub...@wernig.net changed:

   What|Removed |Added

 Depends on||87030

-- 
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 87030] PDF signatures fail on Windows

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87030

Markus Wernig pub...@wernig.net changed:

   What|Removed |Added

 Blocks||83940

-- 
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 73165] inline spellchecking waits for typing pauses before redlining errors

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73165

--- Comment #10 from tommy27 ba...@quipo.it ---
Ok, this could be a candidate to WONTFIX status.

-- 
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 85897] SIDEBAR: Make 'Function List' only accessible in sidebar

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85897

Samuel Mehrbrodt s.mehrbr...@gmail.com changed:

   What|Removed |Added

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

--- Comment #3 from Samuel Mehrbrodt s.mehrbr...@gmail.com ---
http://cgit.freedesktop.org/libreoffice/core/commit/?id=2f90974fd06870457301ec0be0ab8c43981689ec

-- 
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 87030] PDF signatures fail on Windows

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87030

Markus Wernig pub...@wernig.net changed:

   What|Removed |Added

 CC||markus.mohrhard@googlemail.
   ||com

--- Comment #1 from Markus Wernig pub...@wernig.net ---
 As I see it, there are two possible ways forward to get this stuff to work on 
 Windows:

 1) Set up a NSS database also on Windows. One would think there is a way to 
 get the stuff to be added to that out of the Windows certificate store, using 
 Windows APIs, and then store it in the database, using NSS APIs. Make sure to 
 call NSS_Init() with the path to this database. Then the PDF signing code 
 needs no change.

 2) Add a Windows-specific implementation of the PDF signing. It is a single 
 function, as far as I can see, PDFWriterImpl::finalizeSignature(), that needs 
 ifdefs. This probably makes more sense. Presumably one just needs to figure 
 out the right WinCrypt APIs to use instead of the NSS APIs. The concepts 
 should be fairly similar, one hopes. It shouldn't be more than a handful 
 function calls, knock on wood.

I think that the signatures should work with both methods. If the user
configures a NSS store under Windows in Tools-Options-Security-Certificate
Path it should work as well as when the default Keystore is 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 66701] PDF: Malfunctioning PDF's digital signature function.

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66701

--- Comment #51 from Markus Wernig pub...@wernig.net ---
Followed-up in https://bugs.freedesktop.org/show_bug.cgi?id=87030

-- 
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 65864] Wrong background in svg-polygons

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65864

Schorsch gw1...@web.de changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=75314

-- 
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 75314] SVG: Some closed path and groupped path not handled properly

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75314

Schorsch gw1...@web.de changed:

   What|Removed |Added

 CC||gw1...@web.de
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=65864

-- 
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 42897] FORMATTING: Conditional formatting displays wrong cell background.

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42897

--- Comment #12 from Renato Ferreira renato.w...@gmail.com ---
(In reply to Markus Mohrhard from comment #11)
 (In reply to Renato Ferreira from comment #9)
  Thanks Joel. I am aware of that, but since there seemed to be some
  uncertainty about the desired behaviour here, I believed it would be better
  to first discuss it here. And the patch can be used to see how it currently
  works. 
  
  If this is the design decision to be made, of course I can go ahead and just
  push to gerrit.
 
 I'd like us to use ScSimpleFormulaCalculator instead of trying to implement
 a heuristic for formula token detection. That provides access to the
 ScTokenArray which allows to check how the formula was parsed.

Hm, maybe that instead of the isQuoted thing? I did instantiate a compiler
elsewhere when a condition is entered to check for double or string. So I think
I see, we could also invoke the interpreter to check whether the stored
expression evaluates to a string before unquoting it? It does seem more
reliable, although double-checking that the quotes are there indeed before
removing them also seems to be a good idea, if I understood this correctly.

Also, ScSimpleFormulaCalculator does seem very clean to use.

 
 Otherwise just changing the background is not enough. We would also need a
 label with a warning message. We are also no longer use the lcl prefix for
 local functions in calc, instead please put them into an anonymous namespace.

Please note that I did include a label with a warning message in the attached
idea. Which also brings another issue to my mind: even if we go ahead and add
the equal to value implementation, what happens to begins with, contains,
etc.? They still require quotes in order to work properly (do they *only* work
with strings?), and this fact would be even more obscured by the added
functionality. A few ideas:

- Use the warning in all the cases
- Add the equal to value condition for convenience, use warning for the
others
- Auto-correct the begin with, contains etc. to strings if they are not
quoted

Not sure what would be better...

 
 And as Michael already mentioned we should not change ScConditionMode for a
 hack that is local to the UI code.

-- 
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 87031] New: Sidebar not working when hidden and activated by F11

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87031

Bug ID: 87031
   Summary: Sidebar not working when hidden and activated by F11
   Product: LibreOffice
   Version: 4.5.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: s.mehrbr...@gmail.com

Created attachment 110489
  -- https://bugs.freedesktop.org/attachment.cgi?id=110489action=edit
Sidebar without tabs

1. Close the Sidebar (View-Sidebar)
2. Press F11
3. Tabbar is missing

-- 
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 42897] FORMATTING: Conditional formatting displays wrong cell background.

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42897

--- Comment #13 from Renato Ferreira renato.w...@gmail.com ---
Looking more closely at it begins with and others also take cell references
(so general formulas) as input... So it's basically the same issue as the
equal to case, I guess.

-- 
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 65138] [META] Sidebar feature related issues

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65138

Samuel Mehrbrodt s.mehrbr...@gmail.com changed:

   What|Removed |Added

 Depends on||87031

-- 
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 87031] Sidebar not working when hidden and activated by F11

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87031

Samuel Mehrbrodt s.mehrbr...@gmail.com changed:

   What|Removed |Added

 CC||s.mehrbr...@gmail.com
 Blocks||65138

-- 
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 87031] Sidebar not working when hidden and activated by F11

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87031

--- Comment #1 from Samuel Mehrbrodt s.mehrbr...@gmail.com ---
https://gerrit.libreoffice.org/13312

-- 
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 38835] strip out non-trivial globals before main

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38835

--- Comment #16 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Noel Grandin committed a patch related to this issue.
It has been pushed to master:

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

fdo#38835 strip out OUString globals

It will be available in 4.5.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 73165] inline spellchecking waits for typing pauses before redlining errors

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73165

--- Comment #11 from S. sb56...@gmail.com ---
(In reply to tommy27 from comment #10)
 Ok, this could be a candidate to WONTFIX status.

This is extremely disappointing. :( It kind of negates the whole point of
inline spellchecking-- to catch errors as they are typed. As it is currently,
it would be just as effective to turn off inline spellchecking and hit the
Check Spelling button to review the errors one by one in a dialog.

-- 
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 82161] Empty pages in PDF export while no empty pages in print preview

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82161

--- Comment #3 from Dave Richards drich...@largo.com ---
Confirmed that prior to 4.4 it never worked via bibisect.

-- 
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 73165] inline spellchecking waits for typing pauses before redlining errors

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73165

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||bjoern.michaelsen@canonical
   ||.com

--- Comment #12 from tommy27 ba...@quipo.it ---
let's hear what developers think about. (adding Bjorn and Caolna on CC list) 

if that change was made by design it's probably a tradeoff to obtain something
else, or maybe it can be reverted with no loss of other functions... only a dev
can answer to 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 87032] New: libreoffice not support imac 5k retina display

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87032

Bug ID: 87032
   Summary: libreoffice not support imac 5k retina display
   Product: LibreOffice
   Version: 4.3.3.2 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: i...@ikey.ru

Created attachment 110490
  -- https://bugs.freedesktop.org/attachment.cgi?id=110490action=edit
bug - libreoffice not support imac 5k retina display

Fonts, icon, text on new 27‑inch iMac with Retina 5K display look ill!
On macbook 15” with retina display – look great

-- 
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 87033] New: Paper Size of Printer always reverted to USLetter / CUPS default setting ignored

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87033

Bug ID: 87033
   Summary: Paper Size of Printer always reverted to USLetter /
CUPS default setting ignored
   Product: LibreOffice
   Version: 4.2.7.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rene...@gmx.de

This issue seems to be the opposite of
[url=https://www.libreoffice.org/bugzilla/show_bug.cgi?id=49149]49149[/url]:
The properties of the printers paper size is always reverted to USLetter no
matter what you've set in template, options or cups.

-- 
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 87032] libreoffice not support imac 5k retina display

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87032

pavel i...@ikey.ru changed:

   What|Removed |Added

URL||http://en.libreofficeforum.
   ||org/node/9708

--- Comment #1 from pavel i...@ikey.ru ---
http://en.libreofficeforum.org/node/9708

-- 
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 36584] UI FORMULAEDITOR: no influence of toolbar button 'Formula cursor'

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36584

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||michael.me...@collabora.com
   ||, serval2...@yahoo.fr

--- Comment #10 from Julien Nabet serval2...@yahoo.fr ---
Michael: commenting the line 178 if block here seems to solve this problem:
178 if (IsInlineEditEnabled()) {
179 pViewShell-GetDoc()-GetCursor().MoveTo(this, aPos,
!rMEvt.IsShift());
180 return;
181 }
182 const SmNode *pNode = 0;
183 // if it was clicked inside the formula then get the appropriate
node
(see http://opengrok.libreoffice.org/xref/core/starmath/source/view.cxx#178)

However, I must recognize I don't know what's the purpose/how does work
InlineEdit part.
Noticing
http://cgit.freedesktop.org/libreoffice/core/commit/?id=37ef1e8c958abc81bb87c2c12f35c885d27fead0,
I thought you might have some thoughts.

-- 
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 36584] UI FORMULAEDITOR: no influence of toolbar button 'Formula cursor'

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36584

--- Comment #11 from Julien Nabet serval2...@yahoo.fr ---
eg of bt which helped me to find the quoted part code:
#0  SmViewShell::IsInlineEditEnabled (this=0x27dd3c0) at
/home/julien/compile-libreoffice/libreoffice/starmath/source/view.cxx:2056
#1  0x2aaac869bc71 in SmGraphicWindow::IsInlineEditEnabled (this=0x27dd430)
at /home/julien/compile-libreoffice/libreoffice/starmath/source/view.cxx:227
#2  0x2aaac869c04f in SmGraphicWindow::ShowCursor (this=0x27dd430,
bShow=true) at
/home/julien/compile-libreoffice/libreoffice/starmath/source/view.cxx:305
#3  0x2aaac869c2e3 in SmGraphicWindow::SetCursor (this=0x27dd430,
rRect=Rectangle = {...}) at
/home/julien/compile-libreoffice/libreoffice/starmath/source/view.cxx:354
#4  0x2aaac869c211 in SmGraphicWindow::SetCursor (this=0x27dd430,
pNode=0x2ba1130) at
/home/julien/compile-libreoffice/libreoffice/starmath/source/view.cxx:337
#5  0x2aaac869bab2 in SmGraphicWindow::MouseButtonDown (this=0x27dd430,
rMEvt=...) at
/home/julien/compile-libreoffice/libreoffice/starmath/source/view.cxx:200
#6  0x2aaab19996bd in ImplHandleMouseEvent (pWindow=0x25b6550,
nSVEvent=MOUSEBUTTONDOWN, bMouseLeave=false, nX=900, nY=326, nMsgTime=25685388,
nCode=1, 
nMode=(SIMPLECLICK | SELECT)) at
/home/julien/compile-libreoffice/libreoffice/vcl/source/window/winproc.cxx:734

-- 
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 87034] New: Склеивание верхних индексов?=,=?UTF-8?Q? после открытия doc файла

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87034

Bug ID: 87034
   Summary: Склеивание верхних индексов, после открытия doc файла
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mik...@yandex.ru

Created attachment 110491
  -- https://bugs.freedesktop.org/attachment.cgi?id=110491action=edit
Верхний - текств doc, нижний что получилочь после открытия

В тексте doc файла есть верхние индексы(не сноски!!!). После открытия того же
файла в swrite некоторые верхние индексы перносятся и склеиваются с
другими!!!

-- 
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 87031] Sidebar not working when hidden and activated by F11

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87031

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 Attachment #110489|text/plain  |image/png
  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 87030] PDF signatures fail on Windows

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87030

--- Comment #2 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Tor Lillqvist committed a patch related to this issue.
It has been pushed to master:

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

fdo#87030: PDF signing using Windows API, work in progress

It will be available in 4.5.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 87030] PDF signatures fail on Windows

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87030

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|| target:4.5.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 87032] libreoffice not support imac 5k retina display

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87032

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

 Attachment #110490|text/plain  |image/jpeg
  mime type||
 CC||fdb...@neosheffield.co.uk

-- 
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 36584] UI FORMULAEDITOR: no influence of toolbar button 'Formula cursor'

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36584

--- Comment #12 from Julien Nabet serval2...@yahoo.fr ---
I did more tests but it's more complicated than I thought.
The quoted patch just displays the cursor in the bottom pane, it doesn't help
for the surrounding rectangle around a part of the formula in main window
But perhaps the code pointers may help.

-- 
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 87034] Склеивание верхних индексов?=,=?UTF-8?Q? после открытия doc файла

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87034

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Attachment #110491|text/plain  |application/vnd.oasis.opend
  mime type||ocument.graphics

-- 
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 87034] Склеивание верхних индексов?=,=?UTF-8?Q? после открытия doc файла

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87034

--- Comment #1 from Julien Nabet serval2...@yahoo.fr ---
Please, describe the bug in English.

-- 
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 67919] AXMenuButton's should implement AXShowMenu

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67919

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|REOPENED|NEW

--- Comment #3 from Alex Thurgood ipla...@yahoo.co.uk ---
Reopened is for bugs that are allegedly fixed by known code changes which don't
work, so setting this to new instead.

-- 
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 67916] Text cursor does not follow VoiceOver cursor to a different paragraph (OSX 10.8)

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67916

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|WORKSFORME  |---

--- Comment #4 from Alex Thurgood ipla...@yahoo.co.uk ---
Ah, opk, I misunderstood, sorry about that, I thought it was just about
VoiceOver reading out the correct paragraph with the keyboard command switch.
Confirming.

-- 
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 55571] ACCESSIBILITY: Tracking bug for important issues related to the Mac OS X Accessibility API

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55571
Bug 55571 depends on bug 67916, which changed state.

Bug 67916 Summary: Text cursor does not follow VoiceOver cursor to a different 
paragraph (OSX 10.8)
https://bugs.freedesktop.org/show_bug.cgi?id=67916

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 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 67916] Text cursor does not follow VoiceOver cursor to a different paragraph (OSX 10.8)

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67916

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 87033] Paper Size of Printer always reverted to USLetter / CUPS default setting ignored

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87033

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr
   See Also||https://www.libreoffice.org
   ||/bugzilla/show_bug.cgi?id=4
   ||9149

-- 
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 87034] Склеивание верхних индексов?=,=?UTF-8?Q? после открытия doc файла

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87034

--- Comment #2 from Михаил mik...@yandex.ru ---
The text doc-file has superscripts (not footnotes !!!). After opening the same
file in swrite some superscripts pernosyatsya and glued to the other !!

-- 
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 85517] TOOLBAR: No left padding next to the name box field

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85517

Dave Richards drich...@largo.com changed:

   What|Removed |Added

 CC||drich...@largo.com

--- Comment #3 from Dave Richards drich...@largo.com ---
6d8bd8dba8e0b0a4c2efd95b03c2b5656646bf33 is the first bad commit
commit 6d8bd8dba8e0b0a4c2efd95b03c2b5656646bf33
Author: Bjoern Michaelsen bjoern.michael...@canonical.com
Date:   Mon Dec 10 09:16:28 2012 +

source-hash-a581d31b227623e09d2970a91214fda398f98eda

commit a581d31b227623e09d2970a91214fda398f98eda
Author: Rafael Dominguez venccsra...@gmail.com
AuthorDate: Fri Aug 24 12:30:38 2012 -0430
Commit: Rafael Dominguez venccsra...@gmail.com
CommitDate: Fri Aug 24 12:48:40 2012 -0430

Highlight X errorbars data range when a chart is selected.

Change-Id: I90b4f71fb74da59c6c578ccd0e9b62f14620d4e6

:100644 100644 4ef31fbafb0c6fd5facf46ad5e5f2c3151b7a150
7f9def5f3eb413e8577f603b65d47882a625d884 Mautogen.log
:100644 100644 239fedd56091b1f48efada34c4fd44296fdca012
b0cee23059ffc516599e2d6b36d5210d6527b122 Mccache.log
:100644 100644 977aa7dc5cffdccec4fe78d023904e6f9021e208
bbb1bfbb0e7f5a0b8655adb17c3b6ff3cda00931 Mcommitmsg
:100644 100644 7d9b3c177d0f5d678873c600b2d850c2df719da0
ca2e05ca6f01681da2444816f82c27b21f192830 Mdev-install.log
:100644 100644 efbedcae955d5a66121ab2624493e537842def82
946674c06eee13a3f6709e7d8c4cf3de1041d49e Mmake.log
:04 04 f2ecd626b16a28d07ed81613e4b47bca23fa7c4d
d36c182f08083657b1a6c76dbcc7072af2950952 Mopt

# bad: [423a84c4f7068853974887d98442bc2a2d0cc91b]
source-hash-c15927f20d4727c3b8de68497b6949e72f9e6e9e
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect start 'latest' 'oldest'
# bad: [e02439a3d6297a1f5334fa558ddec5ef4212c574]
source-hash-6b8393474974d2af7a2cb3c47b3d5c081b550bdb
git bisect bad e02439a3d6297a1f5334fa558ddec5ef4212c574
# good: [8f4aeaad2f65d656328a451154142bb82efa4327]
source-hash-1885266f274575327cdeee9852945a3e91f32f15
git bisect good 8f4aeaad2f65d656328a451154142bb82efa4327
# bad: [9995fae0d8a24ce31bcb5e9cd0459b69cfbf7a02]
source-hash-8600bc24bbc9029e92bea6102bff2921bc10b33e
git bisect bad 9995fae0d8a24ce31bcb5e9cd0459b69cfbf7a02
# bad: [51b63dca7427db64929ae1885d7cf1cc7eb0ba28]
source-hash-806d18ae7b8c241fe90e49d3d370306769c50a10
git bisect bad 51b63dca7427db64929ae1885d7cf1cc7eb0ba28
# bad: [446a69834acf747d9d18841ec583512ae8fa42e7]
source-hash-06a8ca9339f02fccf6961c0de77c49673823b35f
git bisect bad 446a69834acf747d9d18841ec583512ae8fa42e7
# bad: [d2720e99b9e6cb7b099256cc7a6d2b3f907b8d7c]
source-hash-7dd6c0a8372810f48e6bee35a11ac4ad0432640b
git bisect bad d2720e99b9e6cb7b099256cc7a6d2b3f907b8d7c
# good: [98e26b741cd0eff4b7549d782d7db5a1e98eb1a6]
source-hash-c29af1572ad15ac5199a09e5812fb8354c165329
git bisect good 98e26b741cd0eff4b7549d782d7db5a1e98eb1a6
# bad: [bf9969effb2f759d95ecbb1a688e25f75a78da16]
source-hash-8638f1e72a3fe830c0e8dcc1bd847d4fb9e599ee
git bisect bad bf9969effb2f759d95ecbb1a688e25f75a78da16
# bad: [6d8bd8dba8e0b0a4c2efd95b03c2b5656646bf33]
source-hash-a581d31b227623e09d2970a91214fda398f98eda
git bisect bad 6d8bd8dba8e0b0a4c2efd95b03c2b5656646bf33
# good: [ba2b3f1f9d9e4a2edd571a16dab7746bd17ee03a]
source-hash-bed0447cefb949fc77cfde7543397d96590082ba
git bisect good ba2b3f1f9d9e4a2edd571a16dab7746bd17ee03a

-- 
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 85517] TOOLBAR: No left padding next to the name box field

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85517

Dave Richards drich...@largo.com changed:

   What|Removed |Added

 Whiteboard|bibisectRequest |bibisected

-- 
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 83089] UI: Cannot select location in properties dialogue

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83089

Dave Richards drich...@largo.com changed:

   What|Removed |Added

 CC||drich...@largo.com,
   ||fdb...@neosheffield.co.uk
 Whiteboard|bibisectRequest |bibisected

--- Comment #3 from Dave Richards drich...@largo.com ---
1d4980621741d3050a5fe61b247c157d769988f2 is the first bad commit
commit 1d4980621741d3050a5fe61b247c157d769988f2
Author: Bjoern Michaelsen bjoern.michael...@canonical.com
Date:   Fri Oct 18 05:20:46 2013 +

source-hash-89d01a7d8028ddb765e02c116d202a2435894217

commit 89d01a7d8028ddb765e02c116d202a2435894217
Author: Armin Le Grand a...@apache.org
AuthorDate: Mon Sep 2 12:13:37 2013 +
Commit: Caolán McNamara caol...@redhat.com
CommitDate: Mon Sep 2 16:34:38 2013 +0100

Resolves: #i122820# Corrected graphics creation...

allow bigger limits if directly requested

(cherry picked from commit 50f1445bda91cb44a1a1e8636ab0bcb6a8c4f381)

Conflicts:
svx/source/unodraw/UnoGraphicExporter.cxx

Change-Id: I33576ef9f95b9f8a9fa0ab6f6d83c93ecec8da9f

:100644 100644 12e94aaaed81846299f7c651da9b7cdfdaea5416
3ea3ab6a554de6fa9acd2b2b729fdf95fbcbec89 Mccache.log
:100644 100644 3ea3177036d3389e1c40e9c6c93c81c233297cd7
42aa4ed806925f758dc4ad21f3bfca3ddfe9634e Mcommitmsg
:100644 100644 0078d4a35a067ec61accb624b78ced5467d42364
d97ca301b531fb9124d8fa8411ca5aa44cf2a6c8 Mdev-install.log
:100644 100644 43dbebe038278acde4ca66aa7e8abcced5bdd20c
54e4b02174c8ab14e3f07c184475efc9604ca4ce Mmake.log
:04 04 e21ced5098ed0fafcf81768c9d8e8f8e4e34888f
a428a225b1c5ac7c015d860144b2eb17d072ad84 Mopt

# good: [e02439a3d6297a1f5334fa558ddec5ef4212c574]
source-hash-6b8393474974d2af7a2cb3c47b3d5c081b550bdb
git bisect good e02439a3d6297a1f5334fa558ddec5ef4212c574
# bad: [4850941efe43ae800be5c76e1102ab80ac2c085d]
source-hash-980a6e552502f02f12c15bfb1c9f8e6269499f4b
git bisect bad 4850941efe43ae800be5c76e1102ab80ac2c085d
# bad: [4850941efe43ae800be5c76e1102ab80ac2c085d]
source-hash-980a6e552502f02f12c15bfb1c9f8e6269499f4b
git bisect bad 4850941efe43ae800be5c76e1102ab80ac2c085d
# bad: [a043626b542eb8314218d7439534dce2fc325304]
source-hash-9379a922c07df3cdb7d567cc88dfaaa39ead3681
git bisect bad a043626b542eb8314218d7439534dce2fc325304
# good: [f6a86d8812bc1db2fee07af4d54b7af6a553cc59]
source-hash-e4ebe80be51fb33545091aa4f0bbc0ea2fe674f0
git bisect good f6a86d8812bc1db2fee07af4d54b7af6a553cc59
# bad: [186181c7d6a957b0fcdbc7ff66866f1abfff988e]
source-hash-79850f25987d12c8ee91dfd0f699a562f341bf67
git bisect bad 186181c7d6a957b0fcdbc7ff66866f1abfff988e
# good: [1711ac6e2188f8fed8e027a2241fe878c898a604]
source-hash-8a569f1c4decc7440e9dae1af35d7fa59c3b0121
git bisect good 1711ac6e2188f8fed8e027a2241fe878c898a604
# good: [f47efc54c1f3916052ffda455e5ea179f6aa400a]
source-hash-511354504cfc2c8f002752775d5bb336b01bd6ab
git bisect good f47efc54c1f3916052ffda455e5ea179f6aa400a
# good: [f2554751603ad8537257b3cf52d6171056c76eeb]
source-hash-f42768fe0b60ecbbe9c68d775329bf28c0690131
git bisect good f2554751603ad8537257b3cf52d6171056c76eeb
# bad: [b946f469e1740faa557741120989330fa22df995]
source-hash-d3ff876f3c7f441fd72a037ed31fb973f223ca6d
git bisect bad b946f469e1740faa557741120989330fa22df995
# bad: [1d4980621741d3050a5fe61b247c157d769988f2]
source-hash-89d01a7d8028ddb765e02c116d202a2435894217
git bisect bad 1d4980621741d3050a5fe61b247c157d769988f2

-- 
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 78107] [regression] LibO crash when attempting to create or modify style

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78107

Dave Richards drich...@largo.com changed:

   What|Removed |Added

 Whiteboard|bibisectrequest |

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


[Libreoffice-bugs] [Bug 87036] New: Adding Index entries breaks formatting of lists and styles

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87036

Bug ID: 87036
   Summary: Adding Index entries breaks formatting of lists and
styles
   Product: LibreOffice
   Version: 4.3.4.1 release
  Hardware: x86 (IA32)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bugzi...@manuscripts.org.uk

Created attachment 110492
  -- https://bugs.freedesktop.org/attachment.cgi?id=110492action=edit
Sample of Writer document affected by the bug

I have a Writer document that includes various Styles (e.g. Heading 1, Heading
2, Text Body, etc.) including numbered lists.

When I save the file, close it, and re-open it for further editing, two things
happen if I have select the first word(s) of any paragraph to create an Index
Entry:

-- the preceding paragraph-break is lost, so the second paragraph joins the end
of the preceding one, and loses whatever Style it had

-- the Index Entry itself is lost

If I create Index entries in the middle of a paragraph, I do not suffer these
unwanted effects, but they happen consistently when I create and index entry at
the beginning of any paragraph.

I attach a part of a file to anyone who would like to examine 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 80370] Other: Crash when opening solver

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80370

--- Comment #13 from Dave Richards drich...@largo.com ---
Unable to create a bibisect on Linux, sorry.  Cannot replicate the crash.

-- 
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 83066] [METABUG] Tracking bug for CJK issues

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83066
Bug 83066 depends on bug 83752, which changed state.

Bug 83752 Summary: FORMATTING: date/time modification causes the cell format to 
be string text in Simplified Chinese locale
https://bugs.freedesktop.org/show_bug.cgi?id=83752

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


[Libreoffice-bugs] [Bug 84873] Commandline parameter --nolockcheck doesn't work for read-only shared folder.

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84873

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

Summary|Commandline parameter   |Commandline parameter
   |--nolockcheck don't works |--nolockcheck doesn't
   |for readonly shared folder. |work for read-only shared
   ||folder.

-- 
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 83357] Buttons for Editing an entry of chapter Index not visible if preview is selected

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83357

--- Comment #8 from Olivier Hallot olivier.hal...@documentfoundation.org ---
I confirm this bug in the Brazilian Portuguese version of 4.3.4.

Index structure buttons don't show if the visualization checkbox is marked.

See images attached.

-- 
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 83357] Buttons for Editing an entry of chapter Index not visible if preview is selected

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83357

--- Comment #9 from Olivier Hallot olivier.hal...@documentfoundation.org ---
Created attachment 110493
  -- https://bugs.freedesktop.org/attachment.cgi?id=110493action=edit
Dialog with missing structure buttons

This image shows the issue when the visualization is ON.

-- 
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 83357] Buttons for Editing an entry of chapter Index not visible if preview is selected

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83357

--- Comment #10 from Olivier Hallot olivier.hal...@documentfoundation.org ---
Created attachment 110494
  -- https://bugs.freedesktop.org/attachment.cgi?id=110494action=edit
Structure buttons displayed otherwise

Index structure buttons displayed when visualization is off.

-- 
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 83357] Buttons for Editing an entry of chapter Index not visible if preview is selected

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83357

Olivier Hallot olivier.hal...@documentfoundation.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #11 from Olivier Hallot olivier.hal...@documentfoundation.org ---
Bug shows in Windows

-- 
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 87034] FILEOPEN: DOC? Superscripts are run together

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87034

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
Summary|Склеивание верхних  |FILEOPEN: DOC? Superscripts
   |индексов, после открытия|are run together
   |doc файла   |
 Ever confirmed|0   |1

--- Comment #3 from Urmas davian...@gmail.com ---
It is impossible to investigate without the document itself or its fragment
showing this behavior.

-- 
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 87007] certain xlsx file causes LibreOffice 4.4.0.0 beta 1 to hang and be unresponsive

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87007

gadgetpig i...@gadgetpig.com changed:

   What|Removed |Added

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

--- Comment #3 from gadgetpig i...@gadgetpig.com ---

Hi,

I uninstalled and reinstalled LibreOffice 4.4 dev using daily current and it
works fine now. 

Version: 4.4.0.0.beta1+
Build ID: 0ca8b351ff0870f7cabc7f80fa0b07f34be3d97c
TinderBox: Win-x86@42, Branch:libreoffice-4-4, Time: 2014-12-05_02:30:11
Locale: en_US

changed to closed

-- 
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 87034] FILEOPEN: DOC? Superscripts are run together

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87034

--- Comment #4 from Михаил mik...@yandex.ru ---
Question
I have documents in Russian. I can provide them, pointing out where the
bonding?
Send you?

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


[Libreoffice-bugs] [Bug 42897] FORMATTING: Conditional formatting displays wrong cell background.

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42897

--- Comment #14 from Michael Meeks michael.me...@collabora.com ---
 Looking more closely at it begins with and others also take cell
 references (so general formulas) as input... So it's basically the
 same issue as the equal to case, I guess.

Hmm - nasty; incidentally - wrt. your re-factor (which is a big improvement) I
was expecting a table like this:

struct {
   ScConditionMode eMode;
   int nNumEditFields;
   ...
} aEntries[] = {
};

that we could use to do both lookups =) really - performance is irrelevant here
and a good representation is more important I think.

Markus - is it best to use a heuristic, or have a 'Value' vs.
'Formula/Reference' type radio-button somewhere abouts ? =)

Anyhow - great to see your code go in Renato.

-- 
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 87034] FILEOPEN: DOC? Superscripts are run together

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87034

--- Comment #5 from Urmas davian...@gmail.com ---
Sure.

-- 
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 87014] little bug in the last example

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87014

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

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

--- Comment #1 from Julien Nabet serval2...@yahoo.fr ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.
However, I can reproduce this with German UI but not with French or English US
ui.

-- 
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 87014] Greek mu symbol doesn't display in German UI

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87014

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

Summary|little bug in the last  |Greek mu symbol doesn't
   |example |display in German UI

-- 
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 83379] FILESAVE: Document containing draw:custom-shape corrupted on save (regression)

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83379

Miklos Vajna vmik...@collabora.co.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |vmik...@collabora.co.uk
   |desktop.org |

--- Comment #9 from Miklos Vajna vmik...@collabora.co.uk ---
My 9835a5823e0f559aabbc0e15ea126c82229c4bc7 (sw textboxes: reimplement ODF
import/export, 2014-10-04) fixes this.

It was before the libreoffice-4-4 branchoff and earlier branches are not
affected, so closing as fixed. I'm sorry for not mentioning the bug number in
the commit message. ;-)

-- 
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 79641] LibreOffice 4.4 most annoying bugs

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79641
Bug 79641 depends on bug 83379, which changed state.

Bug 83379 Summary: FILESAVE: Document containing draw:custom-shape corrupted on 
save (regression)
https://bugs.freedesktop.org/show_bug.cgi?id=83379

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 87014] Greek mu and nu symbols don't display in German UI

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87014

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||andre.schna...@gmx.net
Summary|Greek mu symbol doesn't   |Greek mu and nu symbols
   |display in German UI|don't display in German UI

-- 
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 87014] Greek mu and nu symbols don't display in German UI

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87014

--- Comment #2 from Julien Nabet serval2...@yahoo.fr ---
Andre: eg:
http://opengrok.libreoffice.org/xref/translations/source/de/starmath/source.po#2888
shows mu pb.
One for you?

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


[Libreoffice-bugs] [Bug 87014] Greek mu and nu symbols don't display in German UI

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87014

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||tima...@gmail.com

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
Andras: thought you might be interested too in this one or had some suggestion.
If it's just about replacing MY/my NY/ny by MU/mu NU/nu, I can do it quickly in
https://translations.documentfoundation.org/de/libo_ui/translate/starmath/source.po

-- 
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 86795] Crash when clicking on fieldmarks in particular document

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86795

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Component|Libreoffice |Writer
Version|4.2.7.2 release |Inherited From OOo
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |mst...@redhat.com
   |desktop.org |
Summary|Segfault on libswlo.so  |Crash when clicking on
   ||fieldmarks in particular
   ||document

--- Comment #3 from Michael Stahl mst...@redhat.com ---
crashes already in OOo 3.3

the ODF import creates a questionable fieldmark that has the type name of a
checkbox but the wrong class - fixed on master.

-- 
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 87036] Adding Index entries breaks formatting of lists and styles

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87036

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 Attachment #110492|text/plain  |application/msword
  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 86988] RSIDs should not be created unless enabled in Options

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86988

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

   Priority|medium  |low
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Severity|normal  |major

-- 
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 87036] Adding Index entries breaks formatting of lists and styles

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87036

--- Comment #1 from bugzi...@manuscripts.org.uk ---
Adolfo Jayme changed the attachment type from text/plain to
application/msword

This made me realise that perhaps the bug is due to the way Writer saves
documents in Word format.

Sure enough, if I save the file as .odt instead of .doc, I do not experience
the problems I was having before.

I can use .odt for my own editing from now on, but I will still need to be able
to save it as a bug-free .doc when I submit it to other readers and my
publisher.

-- 
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 87014] Greek mu and nu symbols don't display in German UI

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87014

--- Comment #4 from Andras Timar tima...@gmail.com ---
Translation should be consistent between UI and help. If Germans prefer %my,
then they should use %my everywhere. IMHO it is not a good idea to translate
these, even if they appear as tooltips without the % sign...

-- 
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 87028] Crash Writer with RTF from Oracle Reports

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87028

--- Comment #3 from Sanel Zukan san...@gmail.com ---
Created attachment 110496
  -- https://bugs.freedesktop.org/attachment.cgi?id=110496action=edit
Crash stacktrace from debug LO

-- 
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 87021] About screen should show build date

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87021

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

   Priority|medium  |low
 Status|UNCONFIRMED |NEW
 CC||contactbrijmo...@gmail.com
  Component|Libreoffice |UI
 Ever confirmed|0   |1
   Severity|normal  |enhancement

--- Comment #1 from Adolfo Jayme f...@libreoffice.org ---
Thank you for your bug report.

-- 
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 87028] Crash Writer with RTF from Oracle Reports

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87028

--- Comment #4 from Sanel Zukan san...@gmail.com ---
Yes, I can reproduce this on all reports, including the new one I got this
morning.

 On which Linux distribution are you?

Slackware 14.1 x86_64, but can reproduce it on Ubuntu 14.4 LTS with LO 4.2.7.2.

I added stacktrace from libreoffice-dbg package, installed on Ubuntu.

-- 
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 84581] VIEWING: Symbols in the formula

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84581

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
Could you try again by using this link:
https://bugs.freedesktop.org/attachment.cgi?bugid=84581action=enter
?

-- 
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 49226] CONFIGURATION: writer crash, python related

2014-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49226

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

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

--- Comment #13 from Julien Nabet serval2...@yahoo.fr ---
No feedback since 6 months, I put it as WFM.

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