[Libreoffice-bugs] [Bug 83757] UI: NaN instead of number values in UI

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

Marcin M. marcin.marcin...@gmail.com changed:

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)

--- Comment #2 from Marcin M. marcin.marcin...@gmail.com ---
Hi,
I use Ubuntu 12.04 LTS, main locale is set to Polish(Poland) to whole system
(including login), second one is English(United Kingdom). Libreoffice has been
installed from http://ppa.launchpad.net/libreoffice/ppa/ubuntu , precise, main
and automatically updated via update-manager. Is any other info needed?

-- 
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 83512] [EasyHack] Make use of OUStringHash

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

d.sikele...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from d.sikele...@gmail.com ---
Most of the files are using OUStringHash or OStringHash now.

except for:
desktop/source/deployment/registry/dp_registry.cxx converts the string to lower
ASCII case before computing hash.
struct ci_string_hash {
   ::std::size_t operator () ( OUString const  str ) const {
   return str.toAsciiLowerCase().hashCode();
   }
};

ucb/source/ucp/file/shell.hxx doesn't work directly on strings.
struct hMyProperty
{
 size_t operator()( const MyProperty rName ) const
 {
 return rName.getPropertyName().hashCode();
 }
};

-- 
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 83774] installation

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

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

   What|Removed |Added

Summary|BASIC: installation |installation
  Component|BASIC   |Installation

--- Comment #1 from Adolfo Jayme f...@libreoffice.org ---
(This has nothing to do with the BASIC component.)

-- 
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 81759] the Speech Editor Siri of MAC OS 10.9.4 does not work with Libreoffice 4.3.0.3

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

foss f...@openmailbox.org changed:

   What|Removed |Added

   Keywords||regression

--- Comment #6 from foss f...@openmailbox.org ---
Detlef, thanks a lot for taking the time to properly describe this problem.
Your english is perfect. Please only reply online (and not via mail).

So if you say it is working in 4.2, I can confirm it is not working in 4.3.1.2
which I have installed. Never used this with 4.2 so didn't know it did once
indeed work.

Nightly from today also does not work with OSX dictation.
Version: 4.4.0.0.alpha0+
Build ID: 4d3c88805d1917932ee88a0f22ae93c43e8e389a
TinderBox: MacOSX-x86@49-TDF, Branch:master, Time: 2014-09-11_11:22:41

Adding regression Keyword and confirming. Now let's wait for someone to
bibisect this (OSX instructions seem to be missing?) and then the dev team to
fix 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 81759] Mac OS X dictation (aka Siri) does not work with Libreoffice 4.3.0.3 or newer (did work in 4.2)

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

foss f...@openmailbox.org changed:

   What|Removed |Added

Summary|the Speech Editor Siri of   |Mac OS X dictation (aka
   |MAC OS 10.9.4 does not work |Siri) does not work with
   |with Libreoffice 4.3.0.3|Libreoffice 4.3.0.3 or
   ||newer (did work in 4.2)

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


[Libreoffice-bugs] [Bug 83789] New: LibreOffice Writer often forgot text color

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

  Priority: medium
Bug ID: 83789
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: LibreOffice Writer often forgot text color
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: max...@unite.re
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.3.1.2 release
 Component: Writer
   Product: LibreOffice

Hi,

With LibreOffice Writer 4.3.1.2, when I change color of a word (exemple : blue)
it keep it in memory few seconds or minutes.

But often (with the same document I keep opened) if I click again on a button
to change another word, the color choosen was lost and it apply another
automatic color (red / brown).

With LibreOffice 4.2.x I never had that bug, and the color I choosen (blue)
stayed for hours without problem.

Please, can you help me ?

Thank 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 83789] LibreOffice Writer often forgot text color

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

--- Comment #1 from Maxime THEPAULT-DENIS max...@unite.re ---
I have news :

I found it revert to another color when I copy / paste an image from another
LibreOffice Writer document.

I don't understand because before I never seen that 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 81759] Mac OS X dictation (aka Siri) does not work with Libreoffice 4.3.0.3 or newer (did work in 4.2)

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

foss f...@openmailbox.org changed:

   What|Removed |Added

   Severity|enhancement |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 82509] damaged files with PDF export - fonts are not correct

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Whiteboard||regression
 CC||f...@libreoffice.org
 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 83781] PRINTING - Aborts halfway through page

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

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

   What|Removed |Added

 Attachment #106158|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 83789] LibreOffice Writer often forgot text color

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

--- Comment #2 from Maxime THEPAULT-DENIS max...@unite.re ---
News again :

When I insert any image (from a file by example) I have the bug too...

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


[Libreoffice-bugs] [Bug 83496] FILEOPEN: Image wrongly occluded when opening .docx

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

Jacques Guilleron guillero...@aol.com changed:

   What|Removed |Added

 OS|Linux (All) |All
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Jacques Guilleron guillero...@aol.com ---
I reproduce with LO 4.3.1.2  Windows 7 Home Premium. Set status to NEW.

regards,

Jacques

-- 
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 83791] New: SUMIF() not work with a string with parenthesis as criteria

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

  Priority: medium
Bug ID: 83791
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: SUMIF() not work with a string with parenthesis as
criteria
  Severity: critical
Classification: Unclassified
OS: Linux (All)
  Reporter: paijo.is...@yahoo.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.3.1.2 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 106168
  -- https://bugs.freedesktop.org/attachment.cgi?id=106168action=edit
Screenshot of sumif() bug ignore condition with (parenthesis)

SUMIF() function ignores string with parenthesis as criteria.

Step to reproduce:
1. Create a table.
2. Put some name for condition. End each name with parenthesis.
3. Entry sumif() function at other cell to calculate.

Sampel screenshot will help you to reproduce the bug.

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


[Libreoffice-bugs] [Bug 83791] SUMIF() not work with a string with parenthesis as criteria

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

Paijo paijo.is...@yahoo.com changed:

   What|Removed |Added

 Attachment #106168|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 82552] segfault in libvcl when reopening presentation

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

--- Comment #8 from Riccardo Magliocchetti riccardo.magliocche...@gmail.com 
---
(In reply to comment #7)
 I can't reproduce it, but based on the NULL in the bt and the fact that the
 *other* branch checks for null, the above commit should make it not crash.

Thanks for looking at this, I'll try to reproduce when daily builds for master
are installable again, see #82288

-- 
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 83726] Applying Styles Does Not Consistently Set Character Properties

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

--- Comment #6 from Alex Thurgood ipla...@yahoo.co.uk ---
My 2c :

The problem also rears its head when no direct formatting has occurred, i.e.
when using the default paragraph style provided in Writer. As that paragraph
style is applied when the return key is pressed, it is particularly
incomprehensible when one wants to apply Heading 3 or other Heading styles and
finds that the Heading style is not applied. This has been my own experience
when writing reports for work and attempting to use just the three predefined
Heading styles 1, 2 and 3 in Writer.

-- 
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 44984] FILEOPEN: Imported RTF does not show checkbox input fields

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

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

   What|Removed |Added

 Whiteboard|filter:rtf  |filter:rtf target:4.4.0

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

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

fdo#44984 RTF import: handle form fields inside tables



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 82229] Value NaN in ToolsOptionsLibreofficeView (Ubuntu 12.04 only)

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

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

 CC||marcin.marcin...@gmail.com

--- Comment #9 from Maxim Monastirsky momonas...@gmail.com ---
*** Bug 83757 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 83757] UI: NaN instead of number values in UI

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

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Maxim Monastirsky momonas...@gmail.com ---
Thanks. I can confirm this with a Russian locale under Ubuntu 12.04, but not
under Ubuntu 14.04. Only the packages from the PPA are affected, not the ones
from libreoffice.org. Seems like another instance of Bug 82229.

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

-- 
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 44984] FILEOPEN: Imported RTF does not show checkbox input fields

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

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 #6 from Miklos Vajna vmik...@collabora.co.uk ---
This was only an issue when the checkbox was inside something buffered, e.g.
table.

-- 
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 81234] [META] RTF filter issues

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

Bug 81234 depends on bug 44984, which changed state.

Bug 44984 Summary: FILEOPEN: Imported RTF does not show checkbox input fields
https://bugs.freedesktop.org/show_bug.cgi?id=44984

   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 82229] NaN instead of percentage values with some locales (Ubuntu 12.04 + PPA only)

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

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

Summary|Value NaN in  |NaN instead of percentage
   |ToolsOptionsLibreofficeV |values with some locales
   |iew (Ubuntu 12.04 only) |(Ubuntu 12.04 + PPA only)

--- Comment #10 from Maxim Monastirsky momonas...@gmail.com ---
Also affects other places where percentage values supposed to show (see Bug
83757 for examples). Not reproducible with the packages from libreoffice.org,
only with the ones from the PPA.

-- 
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 82552] segfault in libvcl when reopening presentation

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

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

   What|Removed |Added

 Whiteboard|target:4.4.0|target:4.4.0 target:4.3.3

--- Comment #9 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Caolan McNamara committed a patch related to this issue.
It has been pushed to libreoffice-4-3:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=fe8b83f06fdc93ac06f4035c3ea50c51d0e3d026h=libreoffice-4-3

Resolves: fdo#82552 we only check pAlphaW on one branch


It will be available in LibreOffice 4.3.3.

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 59299] [PERSONAS] only applies to toolbars at top

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

--- Comment #9 from Michael Jaumann meta_...@yahoo.com ---
header/footer bitmaps works now,

removed persona feature for statusbar.

-- 
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 81861] The File - Open dialog box is broken in LO 4.4 Ubuntu's Unity

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

--- Comment #7 from Björn Michaelsen bjoern.michael...@canonical.com ---
git log --pretty=oneline
libreoffice-4-3-branch-point..b4ccde72b8e2e45e7276d5b08b182495a1b1a617|wc -l
4119
git log --pretty=oneline
libreoffice-4-3-branch-point..b4ccde72b8e2e45e7276d5b08b182495a1b1a617 --
vcl/|wc -l
306

So 4119 commits in that range, 306 in vcl (where the offending change is
assumed) = ~9 bisect builds needed.

-- 
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 83731] Extension manager exception in synchronize Win XP

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

--- Comment #6 from llomb idea...@libero.it ---
hi,

i've regularly worked with ver up to 4.1.x and 4.2.x ...

CU

-- 
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 83789] LibreOffice Writer often forgot text color

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

--- Comment #3 from Jacques Guilleron guillero...@aol.com ---
Hi Maxime,

I don't reproduce using LO 4.3.1.2 Windows 7 Home Premium. 
Did you try to rename your profile? 
https://wiki.documentfoundation.org/FR/FAQ/Generale/110
Sometimes, that solves those issues.

regards,

Jacques

-- 
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 83789] LibreOffice Writer often forgot text color

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

Jacques Guilleron guillero...@aol.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||guillero...@aol.com
 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 83795] New: Add UI for Wearable devices to the Impress Remote for Android

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

  Priority: medium
Bug ID: 83795
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Add UI for Wearable devices to the Impress Remote for
Android
  Severity: enhancement
Classification: Unclassified
OS: other
  Reporter: lohma...@gmx.de
  Hardware: Other
Status: NEW
   Version: unspecified
 Component: Impress Remote
   Product: LibreOffice

Currently the Impress Remote for Android only supports Phones and Tablets, but
doesn't have a UI for the new Android wearables (think watches).

Adding a simple UI to switch between slides, and to blank the screen would be a
nice addition to make use of those kind of devices.

Instead of displaying a preview of the slide, it probably should restrict
itself to only show a counter current slide/total number of slides and/or the
timer(s).

Since wearables have timer that brings the user to the wearable's home-screen
in case of no interaction, notifications should be used to allow easy access to
the presentation's controls.

The code is available from gerrit:
https://gerrit.libreoffice.org/#/admin/projects/impress_remote

Import the impress_remote/android/sdremote folder as a project in Android
Studio and you're ready to go.

The files for the wearable UI should go into a wear folder next to the
mobile one.

https://developer.android.com/training/building-wearables.html

gives hint to the Android part of creating content for wearables and also
describes how setup the emulators.

-- 
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 79892] Performance regression for the attached file, from 3.6.2 to 4.0.6 up to master, triple time to do the calculations.

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

--- Comment #32 from Michael Meeks michael.me...@collabora.com ---
So - wait ... ICU got slower - but - do you want a faster sheet yourself for
your own reasons ?

If so, and you want to do a regexp match on a string - you would really win by
adding a '^' to match the beginning of the string if you can.

Otherwise - the matching has to be repeated all through the length of the
string - and ... well that's not incredibly quick =) can you tweak the matches
to be more clever there ? =)

Beyond that, I don't see us being able to make ICU regexps a ton faster anytime
soon; sorry.

-- 
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 83795] Add UI for Wearable devices to the Impress Remote for Android

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

Christian Lohmaier lohma...@gmx.de changed:

   What|Removed |Added

 Whiteboard||EasyHack DifficultyBeginner
   ||SkillJava
 CC||libreoffice@lists.freedeskt
   ||op.org

--- Comment #1 from Christian Lohmaier lohma...@gmx.de ---
Beginner difficulty, as the remote's code is small and there's not much magic
needed to get going :-) - also the wearable's UI isn't complex.

Obviously SkillJava, as the remote/android-apps is written in Java

-- 
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-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66701

--- Comment #13 from Markus Wernig pub...@wernig.net ---
As proposed by Michael, I've run the command through valgrind. Here's a
summary:

1) LO 4.2.6.2, compiled with gcc-4.8.3, KDE-integration, debugging symbols in
LO and glibc:
Does not run at all, aborts even before the splash screen is shown. (The
program runs without issues when started without debugger or with gdb.)
See file valgrind-trace-4.2.6.2-with-dbg.txt

2) LO 4.3.1.2, downloaded from lo.org, no debugging symbols
In the first run, the program did not crash at all and produced a signed PDF!
See file valgrind-trace-4.3.1.2-nocrash-without-dbg.txt

In the second run, it crashed again.
See file valgrind-trace-4.3.1.2-crash-without-dbg.txt

I hope, the traces are still useful.

-- 
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-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66701

--- Comment #14 from Markus Wernig pub...@wernig.net ---
Created attachment 106172
  -- https://bugs.freedesktop.org/attachment.cgi?id=106172action=edit
valgrind trace LO 4.2.6. 2 not starting

-- 
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-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66701

--- Comment #15 from Markus Wernig pub...@wernig.net ---
Created attachment 106173
  -- https://bugs.freedesktop.org/attachment.cgi?id=106173action=edit
valgrind trace LO 4.3.1.2 not crashing

-- 
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-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66701

--- Comment #16 from Markus Wernig pub...@wernig.net ---
Created attachment 106174
  -- https://bugs.freedesktop.org/attachment.cgi?id=106174action=edit
valgrind trace LO 4.3.1.2 crashing

-- 
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 72277] https CMIS Alfresco The specified device is invalid.

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

--- Comment #60 from Cédric Bosdonnat cedric.bosdonnat@free.fr ---
(In reply to comment #59)
 Delete my LibreOffice user profile and test it with
 https://cmis.alfresco.com/cmisatom
 same error.
 
 Install my own CA system-wide on my debian machine, which work fine except
 LibreOffice CMIS.

This is pretty weird... it's working fine on windows builds for
https://cmis.alfresco.com/cmisatom.

-- 
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 83731] Extension manager exception in synchronize Win XP

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

--- Comment #7 from tommy27 ba...@quipo.it ---
@llomb  jeff

would you please download the portable version of LibO 4.3.1 from here:
http://www.winpenpack.com/main/download.php?view.1354

tell me if it has the same problem as the standard installation package.

-- 
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 83731] Extension manager exception in synchronize Win XP

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

--- Comment #8 from tommy27 ba...@quipo.it ---
@llomb  jeff

would you please download the portable version of LibO 4.3.1 from here:
http://www.winpenpack.com/main/download.php?view.1354

tell me if it has the same problem as the standard installation package.

-- 
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 64975] FORMATTING: autoIndent for Chinese should be two characters

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

Christian Lohmaier lohma...@gmx.de changed:

   What|Removed |Added

 Whiteboard|BSA |BSA ProposedEasyHack
 CC||libreoffice@lists.freedeskt
   ||op.org, lohma...@gmx.de
Summary|FORMATTING: Chinese indent  |FORMATTING: autoIndent for
   |wrongly implemented |Chinese should be two
   ||characters

-- 
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 77910] LibreOffice doesn’t detect TTC fonts such as Cambria and Sitka under Linux, the OS does

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

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

   What|Removed |Added

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

--- Comment #20 from Adolfo Jayme f...@libreoffice.org ---
Caolán McNamara committed a patch related to this issue.
It has been pushed to master:

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

Related: fdo#82259 support version 2 ttc fonts on Linux



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 83796] New: Images jump lots of pages in master document

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

  Priority: medium
Bug ID: 83796
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Images jump lots of pages in master document
  Severity: critical
Classification: Unclassified
OS: All
  Reporter: daniel.grigo...@movidius.com
  Hardware: All
Status: UNCONFIRMED
   Version: 4.3 Daily
 Component: Writer
   Product: LibreOffice

Hi,

I am currently working with a master document, and despite fixing the layout at
the level of the subdocument, there are crippling problems with regard to the
placing of images, as some of them, upon the text being reflowed, end up pushed
down to the next page, but instead of just staying on the next page they jump 5
to 15, even 60 pages (!), and thus leave all of those pages behind them simply
empty, which is making it impossible to publish any usable PDF version.

I have labeled this as critical, though I should have labeled it as a
blocker.

-- 
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 77910] LibreOffice doesn’t detect TTC fonts such as Cambria and Sitka under Linux, the OS does

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

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

   What|Removed |Added

 Whiteboard||target:4.4.0
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=82259

-- 
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 83796] Images jump lots of pages in master document

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

--- Comment #1 from Adolfo Jayme f...@libreoffice.org ---
(In reply to comment #0)
 I have labeled this as critical, though I should have labeled it as a
 blocker.

Yeah, every bug is of utmost importance for their reporter. No news.

FYI, this is (roughly) how we evaluate each bug’s importance:
https://wiki.documentfoundation.org/images/0/06/Prioritizing_Bugs_Flowchart.jpg

-- 
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 83709] UNDO: Crash after undoing cell moving

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

Kohei Yoshida libreoff...@kohei.us changed:

   What|Removed |Added

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

--- Comment #11 from Kohei Yoshida libreoff...@kohei.us ---
Terry, thanks for checking.  The same commit has been backported to both 4.2
and 4.3 branches.  So, the next release of the respective branch should have
the fix.

-- 
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 79810] DOCX IMPORT: Wrong underline applied to list style

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

Xisco Faulí aniste...@gmail.com changed:

   What|Removed |Added

 Whiteboard|bibisected bibisectednewer  |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 73709] URL hyperlinks damaged when clicked in sequence in a table

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

Joop Lanting j.f.lant...@inter.nl.net changed:

   What|Removed |Added

Version|4.1.4.2 release |4.0.1.2 release

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


[Libreoffice-bugs] [Bug 73709] URL hyperlinks damaged when clicked in sequence in a table

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

--- Comment #33 from Joop Lanting j.f.lant...@inter.nl.net ---
Thanks for your information.
I dug in my archive and could go back to 4.0.1.2
And the bug is already there.
I wish I could test some 3.* releases as well.
;JOOP!

-- 
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 39468] translate German comments, removing redundant ones

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

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

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

fdo#39468 tranlation German to English



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 39468] translate German comments, removing redundant ones

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

--- Comment #132 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=86aed3ca6a35aa78f3ce2a587d151d39d21f880f

fdo#39468: Translated German to English



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 82042] CRASH after undo moving column/row in sheet containing function which has range

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

--- Comment #17 from Kohei Yoshida libreoff...@kohei.us ---
The latest master branch no longer reproduces Bug 83709, which has a very
similar backtrace to this one.  Can someone please try to reproduce this using
the latest master that contains

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

?

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 83798] New: Chapter numbers (Outline numbering) not included in Table of Contents (TOC)

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

  Priority: medium
Bug ID: 83798
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Chapter numbers (Outline numbering) not included in
Table of Contents (TOC)
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: c...@nouenoff.nl
  Hardware: Other
Status: NEW
   Version: 4.4.0.0.alpha0+ Master
 Component: Writer
   Product: LibreOffice

Document with some paragraphs Heading1, Heading2
set numbering in Tools  Outline numbering
  Document shows numbering
Insert TOC (Insert  Indexes and Tables  Indexes and Tables ..)
Make sure that at the tab Entries the E# (for Chapter No) is placed at the
Structure line 
OK
  No numbering in TOC

I'll attach a sample document

-- 
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 83798] Chapter numbers (Outline numbering) not included in Table of Contents (TOC)

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

--- Comment #1 from Cor Nouws c...@nouenoff.nl ---
Created attachment 106176
  -- https://bugs.freedesktop.org/attachment.cgi?id=106176action=edit
test file with TOC etc

I work on Ubuntu 32 bits

Version: 4.4.0.0.alpha0+
Build ID: 8e4defe4b59a72fbe82f94b26e233ba36640c739
TinderBox: Linux-rpm_deb-x86@45-TDF, Branch:master, Time: 2014-09-02_01:46:56

-- 
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 83798] Chapter numbers (Outline numbering) not included in Table of Contents (TOC)

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

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

   Severity|normal  |major
 CC||c...@nouenoff.nl
   Keywords||regression

-- 
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 72277] https CMIS Alfresco The specified device is invalid.

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

--- Comment #61 from Samuel Wolf samuel_w...@web.de ---
(In reply to comment #60)
 This is pretty weird... it's working fine on windows builds for
 https://cmis.alfresco.com/cmisatom.

Would you say, you can confirm it doesn't work on a Debian or Linux machine?

-- 
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-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66701

Michael Meeks michael.me...@collabora.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #17 from Michael Meeks michael.me...@collabora.com ---
Thanks Markus - the --leak-check is not necessary and adds cruft at the end of
the profile =) Using --error-limit=no would be more helpful I think.

The only thing I can see that may cause the grief is:

==26316== Invalid free() / delete / delete[] / realloc()
==26316==at 0x4C29E7C: operator delete(void*) (in
/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==26316==by 0x9A153CE: vcl::PDFWriterImpl::finalizeSignature() (in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libvcllo.so)
==26316==by 0x9A44F75: vcl::PDFWriterImpl::emit() (in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libvcllo.so)
==26316==by 0x31DF867F: PDFExport::Export(rtl::OUString const,
com::sun::star::uno::Sequencecom::sun::star::beans::PropertyValue const)
(in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libpdffilterlo.so)
==26316==by 0x31DFF2C6:
PDFFilter::implExport(com::sun::star::uno::Sequencecom::sun::star::beans::PropertyValue
const) (in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libpdffilterlo.so)
==26316==by 0x31E00522:
PDFFilter::filter(com::sun::star::uno::Sequencecom::sun::star::beans::PropertyValue
const) (in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libpdffilterlo.so)
==26316==by 0x7B39DC9: SfxObjectShell::ExportTo(SfxMedium) (in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libsfxlo.so)
==26316==by 0x7B3C74F: SfxObjectShell::SaveTo_Impl(SfxMedium, SfxItemSet
const*) (in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libsfxlo.so)
==26316==by 0x7B3E690: SfxObjectShell::PreDoSaveAs_Impl(rtl::OUString
const, rtl::OUString const, SfxItemSet*) (in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libsfxlo.so)
==26316==by 0x7B3EFFA: SfxObjectShell::CommonSaveAs_Impl(INetURLObject
const, rtl::OUString const, SfxItemSet*) (in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libsfxlo.so)
==26316==by 0x7B28879: SfxObjectShell::APISaveAs_Impl(rtl::OUString
const, SfxItemSet*) (in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libsfxlo.so)
==26316==by 0x7B78520: SfxBaseModel::impl_store(rtl::OUString const,
com::sun::star::uno::Sequencecom::sun::star::beans::PropertyValue const,
bool) (in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libsfxlo.so)
==26316==  Address 0x1e6226b0 is 0 bytes inside a block of size 16 free'd
==26316==at 0x4C299AC: free (in
/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==26316==by 0xC330800: PR_Free (prmem.c:458)
==26316==by 0x104A2DE0: PORT_Free_Util (secport.c:130)
==26316==by 0xC594F17: HASH_Destroy (sechash.c:372)
==26316==by 0x9A154C6: vcl::PDFWriterImpl::finalizeSignature() (in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libvcllo.so)
==26316==by 0x9A44F75: vcl::PDFWriterImpl::emit() (in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libvcllo.so)
==26316==by 0x31DF867F: PDFExport::Export(rtl::OUString const,
com::sun::star::uno::Sequencecom::sun::star::beans::PropertyValue const)
(in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libpdffilterlo.so)
==26316==by 0x31DFF2C6:
PDFFilter::implExport(com::sun::star::uno::Sequencecom::sun::star::beans::PropertyValue
const) (in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libpdffilterlo.so)
==26316==by 0x31E00522:
PDFFilter::filter(com::sun::star::uno::Sequencecom::sun::star::beans::PropertyValue
const) (in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libpdffilterlo.so)
==26316==by 0x7B39DC9: SfxObjectShell::ExportTo(SfxMedium) (in
/home/markus/LibreOfficeDev/LibreOffice_4.3.1.2_Linux_x86-64_deb/installs/opt/libreoffice4.3/program/libsfxlo.so)
==26316==by 0x7B3C74F: SfxObjectShell::SaveTo_Impl(SfxMedium, SfxItemSet
const*) (in

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

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

--- Comment #18 from Michael Meeks michael.me...@collabora.com ---
Unfortunately this trace -seems- to be of a build without debuginfo. Did you
pass: --enable-symbols to autogen.sh ? that really helps get precise file /
line-number information for your build.

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 82042] CRASH after undo moving column/row in sheet containing function which has range

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

Xisco Faulí aniste...@gmail.com changed:

   What|Removed |Added

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

--- Comment #18 from Xisco Faulí aniste...@gmail.com ---
I do confirm that the crash isn't reproducible with a build from
527462c2fe9c21e567a9c49f2d63be5a08f7a91c but it's reproducible with a build
from 8e4defe4b59a72fbe82f94b26e233ba36640c739

-- 
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 65675] LibreOffice 4.2 most annoying bugs

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

Bug 65675 depends on bug 82042, which changed state.

Bug 82042 Summary: CRASH after undo moving column/row in sheet containing 
function which has range
https://bugs.freedesktop.org/show_bug.cgi?id=82042

   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 66701] PDF: Malfunctioning PDF's digital signature function.

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

Michael Meeks michael.me...@collabora.com changed:

   What|Removed |Added

 CC||markus.mohrhard@googlemail.
   ||com,
   ||michael.me...@collabora.com

--- Comment #19 from Michael Meeks michael.me...@collabora.com ---
Looks like this:

boost::scoped_ptrHASHContext hc(HASH_Create(HASH_AlgSHA1));

vs. the explicit destroy:

HASH_End(hc.get(), digest.data, digest.len, SHA1_LENGTH);
HASH_Destroy(hc.get());

is the basic problem - a double free - ho hum; nice to use scoped_ptr of course
- but not really with a C-style structure like this (I suspect).

Looks like it crept in here:

commit d73c039fa5353f0b96026bed4a0da31d9a41d2c7
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Thu Sep 5 15:17:08 2013 +0200

CID#1078782: fix memory leak

-- 
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 82042] CRASH after undo moving column/row in sheet containing function which has range

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

--- Comment #19 from Kohei Yoshida libreoff...@kohei.us ---
Excellent!  That commit has been backported to 4.2 and 4.3 branches, so the fix
should appear in their next respective release.

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


[Libreoffice-bugs] [Bug 82042] CRASH after undo moving column/row in sheet containing function which has range

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

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

   What|Removed |Added

 Whiteboard|BSA bibisected  |BSA bibisected
   ||(target:4.4.0)
   ||(target:4.3.0)
   ||(target:4.2.6)

--- Comment #20 from Julien Nabet serval2...@yahoo.fr ---
Let's add the targets from fdo#79441 (as indicated in the commit quoteed
comment 17)

-- 
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 83709] UNDO: Crash after undoing cell moving

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

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

   What|Removed |Added

 Whiteboard||(target:4.4.0)
   ||(target:4.3.0)
   ||(target:4.2.6)

--- Comment #12 from Julien Nabet serval2...@yahoo.fr ---
Let's add the targets from fdo#79441 (as indicated in the commit quoteed
comment 17)

-- 
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 81838] Bitmap (anchor: cell) deformation after row removal

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

raal r...@post.cz changed:

   What|Removed |Added

 Attachment #103587|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 82042] CRASH after undo moving column/row in sheet containing function which has range

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

--- Comment #21 from ign_christian ign_christ...@yahoo.com ---
Wow..thanks all.. That commit could saves many peoples life :)

-- 
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 72277] https CMIS Alfresco The specified device is invalid.

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

--- Comment #62 from Cédric Bosdonnat cedric.bosdonnat@free.fr ---
(In reply to comment #61)
 (In reply to comment #60)
  This is pretty weird... it's working fine on windows builds for
  https://cmis.alfresco.com/cmisatom.
 
 Would you say, you can confirm it doesn't work on a Debian or Linux machine?

didn't try on debian yet, but windows build was suffering from the problem
originally described by this bug: it coudln't reach the NSS CA-cert database
due to missing libnsspem.

Do you have a mozilla product installed on your machine? LibreOffice uses the
CA certificates from there. In the same way, if you need to add a certificate
on your system, for LibreOffice to see it, you'll need to add it to the
certificates in your user's mozilla profile. See also the LO options to set a
different mozilla profile.

-- 
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 81838] Bitmap (anchor: cell) deformation after row removal

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

ign_christian ign_christ...@yahoo.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from ign_christian ign_christ...@yahoo.com ---
Hi.. Please attach original file  exact steps to reproduce.

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


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

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

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

   What|Removed |Added

 Whiteboard|BSA |BSA target:4.4.0

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

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

fdo#66701 - don't double destroy the HASH when PDF signing.



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 72277] https CMIS Alfresco The specified device is invalid.

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

--- Comment #63 from Samuel Wolf samuel_w...@web.de ---
(In reply to comment #62)
 didn't try on debian yet, but windows build was suffering from the problem
 originally described by this bug: it coudln't reach the NSS CA-cert database
 due to missing libnsspem.

No such package in debian.

 Do you have a mozilla product installed on your machine? LibreOffice uses
 the CA certificates from there. In the same way, if you need to add a
 certificate on your system, for LibreOffice to see it, you'll need to add it
 to the certificates in your user's mozilla profile. See also the LO options
 to set a different mozilla profile.

Yes, Firefox and LibreOffice settings point to the mozilla profile. The CA and
a https connection work fine in Firefox to the *same* server which doesn't work
with LibreOffice. :-(

-- 
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 83518] LO calc will hang on amd kaveri when opening a document.

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

--- Comment #7 from Jan Holesovsky ke...@collabora.com ---
If by a 'hang' you mean that the entire LibreOffice becomes
unresponsive, then I have to say that I am unable to reproduce it,
unfortunately.

The only thing I was able to see was that the demo itself was not
updating unless you've pointed the mouse pointer over the GL chart; I
have fixed it now, please update master, and make sure you have the
commit 1eb4a0472a02beee0a473127e1ee84381b8c230e .

If the problem persists, please provide the backtrace as outlined in the
bug, so that we can at least guess why I am not able to reproduce it.

And also as detailed steps to reproduce it as possible would be most
appreciated too.

Thank 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 82229] NaN instead of percentage values with some locales (Ubuntu 12.04 + PPA only)

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

--- Comment #11 from ign_christian ign_christ...@yahoo.com ---
Not occured with LO 4.2.6.3 from PPA under Ubuntu 12.04 x86, system locale:
English US

-- 
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 83758] Other: Feedback

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

Terrence Enger lo_b...@iseries-guru.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID
   Severity|normal  |enhancement
 CC||lo_b...@iseries-guru.com

--- Comment #1 from Terrence Enger lo_b...@iseries-guru.com ---
Hello Gaurav,

Thank you for your effort to help us improve LibreOffice.

I am afraid that we need a separate bug report for each point:
different people will be interested in evaluating and commenting on
each point, different developers will do the work, and each point will
be dealt with in its own time.  Moreover, even a narrowly focused
request can generate a lot of comments, and working on a screen does
not make it easy to navigate between the parts that interest a reader.

Thus I am closing this report.  Please feel free to file a separate
bug report for the individual points.

That said, I do have some thoughts on the points you have raised:

(*) ... grey boxes ...

There may already be a way you can control this.
http://en.libreofficeforum.org/forum/apps/writer can probably
help you.

(*) ... ribbon interface ...

This has been considered:
   
http://nabble.documentfoundation.org/LibreOffice-Feature-Request-tp4118386p4118393.html.

(*) Equation editor ...

We need more specificity on what would make the program easier to
use.  Sometimes a picture is worth a lot of words.

Actually, your two points ...integrated... also need to be more
specific before we can think about them.

I hope this helps.
Terry.

-- 
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 82705] EDITING: Alt+Down doesn't start Selection list

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

Kohei Yoshida libreoff...@kohei.us changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #7 from Kohei Yoshida libreoff...@kohei.us ---
Please check this again using the latest master build.

-- 
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 83738] EDITING TABLES: Can not change the cell background colour in Writer 4.4 in tables created with previous versions op LO

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

Jacques Guilleron guillero...@aol.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||guillero...@aol.com
  Component|Libreoffice |Writer
 Ever confirmed|0   |1

--- Comment #1 from Jacques Guilleron guillero...@aol.com ---
Hi Stephan,

Thank you for the report.
I confirm your observation with LO 4.4.0.0.alpha0+
Build ID: 5aeb852efcabdd51545d5d41c92f4bf3cef1d663
TinderBox: Win-x86@39, Branch:master, Time: 2014-09-08_07:01:57
 Windows 7 Home Premium

This works in LO 4.3.1.2

Regards,

Jacques

-- 
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 83789] LibreOffice Writer often forgot text color

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

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|ASSIGNED
   Assignee|libreoffice-b...@lists.free |momonas...@gmail.com
   |desktop.org |

--- Comment #4 from Maxim Monastirsky momonas...@gmail.com ---
It's a change made in [1] to make sure that the shown color is also the one
that's actually used (see Bug 61868, Bug 71413). The solution was to reset the
used color according to the one that's shown on the button. Preferably should
be fixed completely by a global solution as part of Bug 72991, but I'll try to
fix this particular case in the meanwhile.

[1]
http://cgit.freedesktop.org/libreoffice/core/commit/?id=584b415924bba22db23a4258062e54973de0ed7c

-- 
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-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66701

--- Comment #21 from Michael Meeks michael.me...@collabora.com ---
Markus - that should fix it; if you can build yourself, I'd just build master 
play - unfortunately, I don't have my digital signature foo setup - so I can't
even test it; but - reading the code  valgrind log we avoid one major problem
at least =) feedback appreciated.

-- 
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 83801] New: Librelogo crashes Writer

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

  Priority: medium
Bug ID: 83801
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Librelogo crashes Writer
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: suokunl...@gmail.com
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.3.2.1 rc
 Component: Writer
   Product: LibreOffice

Steps to reproduce:

1. Open Writer, enable View - Toobars - Logo;

2. Run the following LOGO command one by one (to run a LOGO command, paste the
command in the LOGO command line box, then hit ENTER):

a) repeat 400 [ circle 10 + repcount/10 fd 5 + repcount/10 lt 10 ]
b) CLEARSCREEN
c) HOME
d) repeat 400 [ circle 10 + repcount/10 fd 5 + repcount/10 lt 10 ]

-- Writer crashes at step d.

Version: 4.3.2.1
Build ID: f9b3ad49d92181b0a1fe7e76f785a2c2cd0847d3
Windows 7 X86

-- 
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 82705] EDITING: Alt+Down doesn't start Selection list

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

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

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

--- Comment #8 from Cor Nouws c...@nouenoff.nl ---
Hi Kohei,

With a clean user profile, or a clean usermodifications.xcu, it works fine
(now).
(looks as if I caused an error with copying profiles around. Not sure. But
apologies nevertheless.)

Kind regards,
Cor

-- 
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 83373] UI: LibreOffice dialogs are too wide

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

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 CC||c...@nouenoff.nl

--- Comment #4 from Cor Nouws c...@nouenoff.nl ---
Hi!

Checked in daily from 20140902.

With a clean user profile, or a clean usermodifications.xcu, it works fine
(now).
(looks as if I caused an error with copying profiles around. Not sure. But
apologies nevertheless.)

Kind regards,
Cor

-- 
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 83373] UI: LibreOffice dialogs become too wide when long path+name is pasted in field 'File name' to open the file

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

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---
Summary|UI: LibreOffice dialogs are |UI: LibreOffice dialogs
   |too wide|become too wide when long
   ||path+name is pasted in
   ||field 'File name' to open
   ||the file
 Ever confirmed|0   |1

--- Comment #5 from Cor Nouws c...@nouenoff.nl ---
Ah, found the problem :)

I often open a file by copying full name (path + name) from the file manager to
the field File name in the dialog Open.
And then hit Enter.
Now if that full name is long.. the next time I do Ctrl+O the dialog ís very
wide.

-- 
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 82043] Start Center green sidebar text is too small

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

--- Comment #23 from Jay Philips philip...@hotmail.com ---
This would need to be backported to both 4.3.2 and 4.3.3, as 4.3.2.1 has just
been issued.

-- 
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 83791] SUMIF() not work with a string with parenthesis as criteria

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

ign_christian ign_christ...@yahoo.com changed:

   What|Removed |Added

   Severity|critical|normal
Version|4.3.1.2 release |Inherited From OOo

--- Comment #1 from ign_christian ign_christ...@yahoo.com ---
Hai Paijo..

I can confirm that behavior since LO 3.3.0.4 to 4.3.1.2, also with AOO 4.1.1
under Ubuntu 12.04 x86. Seems inherited from OOO.

But according to m.a.riosv's comment in Bug 77343, disabling Enable regular
expressions in formulas solves the issue. And I can confirm that.

Don't know if it's a bug or not, let someone decide.

*) Reset importance to normal, not qualified as a critical bug I think

-- 
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 83804] New: Font color will not apply after upgrade to 4.3.2.1

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

  Priority: medium
Bug ID: 83804
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Font color will not apply after upgrade to 4.3.2.1
  Severity: major
Classification: Unclassified
OS: Windows (All)
  Reporter: suokunl...@gmail.com
  Hardware: All
Status: UNCONFIRMED
   Version: 4.3.2.1 rc
 Component: Writer
   Product: LibreOffice

Today I upgraded from 4.3.1.2 to 4.3.2.1. However, in Writer I can not apply
font color anymore, font is always showing black color.

Reset the user profile resolves the problem. But I think there must be
somewhere going wrong. (There may be very few people know the
user-profile-reset skills).

I will attach my old user profile so someone can try to reproduce with this
profile.

-- 
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 83804] Font color will not apply after upgrade to 4.3.2.1

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

--- Comment #1 from Kevin Suo suokunl...@gmail.com ---
Created attachment 106188
  -- https://bugs.freedesktop.org/attachment.cgi?id=106188action=edit
the userprofile which causes font color unable to be applied

-- 
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 83804] Font color will not apply after upgrade to 4.3.2.1

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

--- Comment #2 from Kevin Suo suokunl...@gmail.com ---
Win7 X86.
As I said, the previous version was 4.3.1.2, and the current version is
4.3.2.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 74670] Saving a pptx in Impress as .opd or pptx more than quadruples file-size (due to copies of images)

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

ign_christian ign_christ...@yahoo.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #12 from ign_christian ign_christ...@yahoo.com ---
Confirmed under Ubuntu 12.04 x86 with:
- LO 4.0.6.2 : size become 3.1 MB
- LO 4.1.6.2 : size become 5.9 MB
- LO 4.2.6.3 : size become 6.0 MB
- LO 4.3.1.2 : can't be saved again as pptx, strange..

After unzipping the pptx, under 'media' folder we can see many duplicate
images. In original pptx, 'media' folder only contains 21 image files. But
after saving in 4.2.6.3 or 4.1.6.2, it grows to 269 files. In 4.0.6.2: 110
files.

Not all image has duplicates, most duplicates is logo in footer (possibly
because of master slides).

-- 
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 74670] Saving a pptx (created with MSO 2010) in Impress as .odp or pptx more than quadruples file-size (due to copies of images)

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

ign_christian ign_christ...@yahoo.com changed:

   What|Removed |Added

Summary|Saving a pptx in Impress as |Saving a pptx (created with
   |.opd or pptx more than  |MSO 2010) in Impress as
   |quadruples file-size (due   |.odp or pptx more than
   |to copies of images)|quadruples file-size (due
   ||to copies of images)

--- Comment #13 from ign_christian ign_christ...@yahoo.com ---
(In reply to comment #12)
Sorry..I forgot to tell, only tried with saving as pptx.

-- 
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 80650] lower case greek alphabet missing in localized Math symbol table

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

--- Comment #54 from Pierre C pierre.choffar...@free.fr ---
Functionality is still broken in 4.3.2.1 French Seven/x64

-- 
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 83805] New: Writer crashes opening docx file in Linux but opens fine the same file in Windows

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

  Priority: medium
Bug ID: 83805
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Writer crashes opening docx file in Linux but opens
fine the same file in Windows
  Severity: major
Classification: Unclassified
OS: Linux (All)
  Reporter: christianuc...@yahoo.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.3.2.1 rc
 Component: Writer
   Product: LibreOffice

Created attachment 106195
  -- https://bugs.freedesktop.org/attachment.cgi?id=106195action=edit
Document that crashes writer.

I have a docx file that opens fine in the Windows version of LibreOffice 4.x
but does crash on the same version in Linux.

I have also tested versions:

4.3.1.x
4.2.6.x

And the result is the same, the Windows version can open the file but the Linux
version crashes.

I tested the file with old versions of LibreOffice:

3.5.4
3.6.5.2

And with those old versions the Linux version does not 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 83805] Writer crashes opening docx file in Linux but opens fine the same file in Windows

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

Christian Uceda christianuc...@yahoo.com changed:

   What|Removed |Added

 Attachment #106195|text/plain  |application/vnd.openxmlform
  mime type||ats-officedocument.wordproc
   ||essingml.document

-- 
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 83805] Writer crashes when opening a docx file in Linux but opens the same file in Windows just fine

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

Christian Uceda christianuc...@yahoo.com changed:

   What|Removed |Added

Summary|Writer crashes opening docx |Writer crashes when opening
   |file in Linux but opens |a docx file in Linux but
   |fine the same file in   |opens the same file in
   |Windows |Windows just fine

-- 
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 81592] Bad Quality/Rendering of EPS graphics in LO 4.2 and 4.3

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

--- Comment #32 from Jörn Schwarz ice...@web.de ---
In comment 22, dated 2014-09-05, Bjørgvin Ragnarsson wrote that the patch
should be included in the daily builds in the next 24-48 hours.
I tried LO 4.4.0.0 – 2014-09-09_23.33.59 and had to realize, that the bug is
not fixed. The quality is as bad as it is since LO 4.2.x. 
Wheras LO 4.1.6.2 delivers best quality.

-- 
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 82043] Start Center green sidebar text is too small

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

--- Comment #24 from V Stuart Foote vstuart.fo...@utsa.edu ---
Created attachment 106197
  -- https://bugs.freedesktop.org/attachment.cgi?id=106197action=edit
Sidebar - font multiplier LibO 4.3.2.1 vs 4.4.0alpha+

See attached image comparing sidebar 4.3.2.1 vs current 4.4.0alpha+ on Windows

A backport of adjusted multiplier has yet to make it to the 4.3.2.1 build,
think it would be very useful if it did.  Any 3 devs agree?

-- 
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 83805] Writer crashes when opening a docx file in Linux but opens the same file in Windows just fine

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

--- Comment #1 from raal r...@post.cz ---
I can open file without crash in Version: 4.4.0.0.alpha0+
Build ID: e2723d00b77dc1044e2ba599ba93517af34e1ea5
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2014-09-09_23:17:41

I can confirm crash in Version: 4.3.2.0.0+
Build ID: 4b8a0159ca80dad05ddcaad5897b786484fc8afb
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:libreoffice-4-3, Time:
2014-09-10_12:58:37

-- 
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 83805] Writer crashes when opening a docx file in Linux but opens the same file in Windows just fine

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

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

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 OS|Linux (All) |All
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||fdb...@neosheffield.co.uk

--- Comment #2 from Matthew Francis fdb...@neosheffield.co.uk ---
(Also reproduced on OSX; setting to Platform: All)

This appears to have been fixed on master already, but not backported. Will
reopen the other bug with a request for that to happen.

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

-- 
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 81088] Some gridlines appear darker than others

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

--- Comment #9 from raal r...@post.cz ---
(1) that the Page Break value needs to be saved across sessions - it is bug
81773

-- 
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 83572] Increase zoom button in toolbar doesnt work

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

--- Comment #12 from Jay Philips philip...@hotmail.com ---
(In reply to comment #11)
 (In reply to comment #10)
  I just tried double-clicking on zoom in button and when doing so, it does
  have a pressed in state
 Good catch.

In addition to it not working while double-pressed, i wasnt able to unpress its
state as well. :)

  So what say we change this bug to an enhancement request for the replacement
  of the group button with a single zoom/pan mode button
 If we decide to retain some zoom related button on the toolbar, there is no
 need to remove the group button, it's possible to simply set some command as
 the default for that button, similar to the custom shapes buttons. But I'm
 not sure if we can combine both zoom and pan in one button, since the zoom
 mode allows you to select a specific area to zoom by dragging, so this
 conflicts with panning.

Well i was suggesting this according to how gimp and photoshop do it with the
zoom tool. In gimp when zoom mode is active, left click or left click drag
zooms in, ctrl + left click zooms out, and space bar + mouse movement does pan.
In photoshop, left click or left click drag zooms in, alt + left click zooms
out, and space bar + left click mouse movement does pan. I think this type of
zoom mode would be really beneficial in Draw.

-- 
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 83782] EDITING: UI: Base crashes when working with DATE datatype

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

--- Comment #2 from rob...@familiegrosskopf.de ---
No problem here with LO 4.3.1.2, also 4.3.2.1 with OpenSUSE 12.3 64bit rpm
Linux and the internal HSQLDB database. Tested it with a form with two
Date-fields.
Java-version here: OpenJDK 1.7.0_51

-- 
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 81773] Page Break settings not stored across sessions

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

raal r...@post.cz changed:

   What|Removed |Added

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

--- Comment #3 from raal r...@post.cz ---
Hello,
you wrote But I just tested it, and it seems to work fine., so I'm closing
this bug as worksforme. Feel free to set this bug as Unconfirmed if I
misunderstood.

-- 
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 81240] EDITING: weird IFNA() and IFERROR() behaviour on inner IF() when errors occurs in condition

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

raal r...@post.cz changed:

   What|Removed |Added

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

--- Comment #3 from raal r...@post.cz ---
Hello,
I copied all of your formulas into new spreadsheet, and results are It was NA
and It was ERROR. Please, could you test with newer version? Setting bug as
needinfo, set as unconfirmed again if problem still occurs in newer version.
Thank you.

Tested LO 4.3.1, WIN7.
Version: 4.3.2.0.0+
Build ID: 4b8a0159ca80dad05ddcaad5897b786484fc8afb
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:libreoffice-4-3, Time:
2014-09-10_12:58:37

-- 
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 53920] EDITING: Data Validity Cell Range not being applied to multiple selected cells

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

--- Comment #12 from Laurent BP jumbo4...@yahoo.fr ---
Hi,

The bug seems to come from the fact that visible tab is not the initial tab.
Some easy workarounds:
- don't use the picker:
   - either use a named reference (as mentioned previously)
   - or type the reference
- after using the picker, click on tab where the cells to be validated are
- apply twice Data  Validity: second time the dialog is pre-filled, you just
need to click on OK

It is quite strange because after executing dialog, tab is forced to go back to
initial one. See
http://opengrok.libreoffice.org/xref/core/sc/source/ui/view/cellsh2.cxx#849
849  short nResult = pDlg-Execute();
850  //When picking Cell Range, other Tab may be switched. Need restore the
correct tab
851  pTabViewShell-SetTabNo( nTab );

nTab value is correct. Why it is not enough? What else can be done?

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