[Libreoffice-bugs] [Bug 84090] Speed up oox::TokenMap by removing unnecessary maUniName OUString

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

--- Comment #4 from Matúš Kukan  ---
(In reply to comment #2)
> Can you be more precise as to what we have to do here ?

Change:
typedef ::std::vector< TokenName > TokenNameVector;
to
typedef ::std::vector< css::uno::Sequence< sal_Int8 > > TokenNameVector;
And remove TokenMap
Also remove TokenMap::getUnicodeTokenName
And make it compile ;-) ..
which also means you will have to use getUtf8TokenName and do some conversions.

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


[Libreoffice-bugs] [Bug 83765] EDITING: Wrong/Random ordering on sort by column.

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

--- Comment #3 from Doriano Cometto  ---
I added a simpler Calc document reproducing this bug, which is depending on the
fact that sorting by colums causes the forulas in row 2 to become wrong.

To reproduce:

- Select range B1-F8
- Sort by column: row 2 descending, row 1 ascending.

Result: the formulas in row2 don't change to reflect their new position.

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


[Libreoffice-bugs] [Bug 83765] EDITING: Wrong/Random ordering on sort by column.

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

--- Comment #2 from Doriano Cometto  ---
Created attachment 106653
  --> https://bugs.freedesktop.org/attachment.cgi?id=106653&action=edit
Simpler calc document to reproduce 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 83848] UI: Data Validity Cell range broken with Excel R1C1 or A1 formula syntax

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

Laurent BP  changed:

   What|Removed |Added

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

--- Comment #2 from Laurent BP  ---
Problem found.

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


[Libreoffice-bugs] [Bug 81560] DATALOSS: date in calc cells change randomly

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

--- Comment #10 from michael-...@fami-braun.de ---
Further, I would expect that change to only affect ambiguous dates (in file
formats that do not use four digit years, for example) - because what is the
point in changing a date based on a program setting? Or maybe when actually
doing some calculation, because this setting is in the "calculate" section.

Further, one can only change this setting with a calc file open (otherwise the
menu is missing) - so it will always affect a file.

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


[Libreoffice-bugs] [Bug 84151] While recording macro, Calc crashed.

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

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr
Version|unspecified |4.3.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 81560] DATALOSS: date in calc cells change randomly

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

michael-...@fami-braun.de changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOTABUG |---

--- Comment #9 from michael-...@fami-braun.de ---
What I can reproduce on another machine is:
1. create a file (ods) with default date settings
2. close file
3. change date setting
4. open file and find a different date displayed.

I don't understand why this is happening, because the content.xml says
  
 01.01.14
  

which is no relative date.

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


[Libreoffice-bugs] [Bug 84159] example of ppt file which comes out very badly on Impress

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

--- Comment #2 from Ilan Tal  ---
Created attachment 106641
  --> https://bugs.freedesktop.org/attachment.cgi?id=106641&action=edit
screen shot of what I actually see

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


[Libreoffice-bugs] [Bug 84159] example of ppt file which comes out very badly on Impress

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

--- Comment #1 from Ilan Tal  ---
Created attachment 106640
  --> https://bugs.freedesktop.org/attachment.cgi?id=106640&action=edit
pdf file - the output the way it should appear

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


[Libreoffice-bugs] [Bug 84159] New: example of ppt file which comes out very badly on Impress

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

  Priority: medium
Bug ID: 84159
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: example of ppt file which comes out very badly on
Impress
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: ilan@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.6.2 release
 Component: Libreoffice
   Product: LibreOffice

Created attachment 106639
  --> https://bugs.freedesktop.org/attachment.cgi?id=106639&action=edit
ppt file generated on Microsoft

I am including 2 files, one a ppt and the second a pdf. We wanted to use
LibreOffice but were forced to use Microsoft Office.
1) Most of the users in the group used Microsoft
2) LibreOffice did a very poor job with this particular data

The pdf file is how the data actually looks, and how it looks inside the
Microsoft product. I have Ubuntu here and use ONLY LibreOffice.

I would like to present this sample data in the hopes that it might be useful
in fixing some bugs which make LibreOffice incompatible with Microsoft. The
ideal would be that LibreOffice replaces Microsoft.

Thanks,
Ilan

P.S. I can't add 2 attachments. I'll submit this and see if it will let me add
the pdf

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


[Libreoffice-bugs] [Bug 83948] TRACK CHANGES: Add 'Change Comment' to right-click context menu

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

Jay Philips  changed:

   What|Removed |Added

 CC||f...@libreoffice.org
   See Also|https://bugs.freedesktop.or |
   |g/show_bug.cgi?id=84153 |

--- Comment #2 from Jay Philips  ---
Removed see also link as that bug relates to general comments and thing bug
replaces to comments in track changes. Please reverse if you think i'm wrong
Adolfo.

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


[Libreoffice-bugs] [Bug 84153] EDITING: Add "edit comment" to cell context menu

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

Jay Philips  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 73049] FILEOPEN Huge memory use on opening specific complex ods spreadsheets with array functions

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

--- Comment #23 from andis.lazd...@gmail.com ---
(In reply to comment #22)

> 
> It would be interesting if you could try with 64 bits versions of Ubuntu
> 14.04 and LibreOffice.
> Did you observe an heavy use of the swap when using LibreOffice ? Ubuntu can
> be tweaked to reduce the use of the swap.
> 
> Note: I only try to find what is the cause of the difference in performance.
> 
> Best regards. JBF

We are using here only 32 bit OS, all of them are different kind of Ubuntu
versions, mostly 12.04 and 14.04.

Swap is not used, on laptop with 3GB RAM is utilized to about 1-2 GB, the same
on PC with 8 GB RAM. Only processor is loaded to 100 %. I'll try to test this
evening on laptop with 64 bit 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 84153] EDITING: Add "edit comment" to cell context menu

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

Adolfo Jayme  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Whiteboard|BSA |BSA NeedsDevEval
   Priority|medium  |low
 Ever confirmed|0   |1

--- Comment #1 from Adolfo Jayme  ---
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 84157] EDITING: formulas not adjusted correctly on sort

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||jbfa...@libreoffice.org

--- Comment #1 from Jean-Baptiste Faure  ---
Already reported and discussed, see bug 81633.
Will be configurable in version 4.4

Best regards. JBF

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

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


[Libreoffice-bugs] [Bug 84152] Big Int fails on 2^64

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

--- Comment #4 from Crash  ---
Deeply appreciated!

Not only for your extreme speed in responding, but also for providing the links
to related/prior issues. Whereas it is understood that very few users will ever
approach such stratospheric levels of precision, and whereas even fewer still
would expect to use calc for life threatening results, perhaps displaying any
value beyond the bounds of addressable orders of magnitude should simply not be
allowed. Hence, the naive user would be insulated from abusing the results.

Given this appears to be a limitation of the software architecture, I would
gently suggest adding a user-friendly popup window when the 15th significant
digit is required. Perhaps one which which absolves calc from any expectations
of valid mathematics after the 15th digit is reached. 

It is tangibly evident that the development community takes this project
seriously, and I do not intend to disparage your commitment. Therefore, I would
point out that you have the opportunity to make this warning message humorous. 

Perhaps something along the lines of:
'Whoa, really big numbers detected. Are you serious?'

or one could plagiarize from the annuls of sudo history:
'Cowardly refusing to exceed the bounds of precision. Truncating on the 15th
significant digit.'

or any number of Easter Eggs could be implemented, such as a random message
insinuating the user has lost their intended train of thought and should seek
professional assistance immediately:

'What? You want me to compute THAT again? Are you off your meds?'

...of course, all humor is fraught with cultural vectors, so one must be
mindful not to unintentionally cause emotional distress.

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


[Libreoffice-bugs] [Bug 84157] New: EDITING: formulas not adjusted correctly on sort

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

  Priority: medium
Bug ID: 84157
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: formulas not adjusted correctly on sort
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: rob...@iafrica.com
  Hardware: Other
Whiteboard: BSA PossibleRegression
Status: UNCONFIRMED
   Version: 4.3.1.2 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 106638
  --> https://bugs.freedesktop.org/attachment.cgi?id=106638&action=edit
spreadsheet that has data for replicaiton of problem

Problem description: 
Formula like: =G3+D4+E4 in row 4: when sorted does not adjust correctly - the
last two variables change to the row sorted to, but the first variable remains
static.

Steps to reproduce:
1. 
2. 
3. 

Current behavior:
if sorted to row 25 (say) then formula is =G3+D25+E25

Expected behavior:
should be =G24+D25+E25

Operating System: Ubuntu
Version: 4.3.1.2 release
Last worked in: 4.3.0.4 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 33708] Calc autofill should fill to selection in certain circumstances

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

--- Comment #14 from Joel Madero  ---
Well patches are more than welcome and that would be "quite cool." This is an
open source project powered by volunteers - saying things like "not cool" -
doesn't help anything, doesn't encourage others to volunteer, and doesn't move
us closer to a solution. So - that being said, the code is available, feel free
to contribute back to the community

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


[Libreoffice-bugs] [Bug 32743] Wrong layout when paste thousands calc cells in Writer

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

ign_christian  changed:

   What|Removed |Added

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

--- Comment #6 from ign_christian  ---
I think RFE in Bug 62672 covers this issue. 

How about merging these bug reports?

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


[Libreoffice-bugs] [Bug 62672] Default data type of the Paste function needs to be configurable

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

ign_christian  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 83997] Import of copied excel cells into writer table fails

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

--- Comment #6 from ign_christian  ---
Possibly what is requested on Bug 62672 could address your need?

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


[Libreoffice-bugs] [Bug 83997] Import of copied excel cells into writer table fails

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

--- Comment #5 from ign_christian  ---
Hello.. I'm sorry I don't understand how you could paste as formatted table
using regular paste. AFAIK that should be obtained via Paste Special >
Formatted text [RTF]

Tested with attached file, I got same result on AOO 4.1.1; LO 4.0.6.2, 4.1.6.2,
4.2.6.3 portable under Win7 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 84153] EDITING: Add "edit comment" to cell context menu

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

Adolfo Jayme  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 83948] TRACK CHANGES: Add 'Change Comment' to right-click context menu

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

Adolfo Jayme  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 57433] There is no border between the document and toolbar areas

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

--- Comment #66 from Francisco  ---
Created attachment 106637
  --> https://bugs.freedesktop.org/attachment.cgi?id=106637&action=edit
Screenshot of LibO 4.3.1 wearing a persona: no border between toolbar and
document

(In reply to comment #65)
> (In reply to comment #62)
> > I say this is a UI bug. All OS X apps that have a top menu have that border.
> > LO Does not so it's either ignorant to OS X specific standard design or it
> > is a valid bug.
> 
> It's not OS X-specific. It's the case with Gnome's Adwaita theme as well.

This bug can be also reproduced under Windows 7... but only wearing a Firefox
Persona and not the default W7 look. Maybe this bug was introduced when the
"new look" for W7, which imitates the uniform gradient between 2 toolbars
without any separation.

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


[Libreoffice-bugs] [Bug 80654] TOOLBAR: Add icon to 'Close Preview' button in Page Preview toolbar

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

--- Comment #4 from Jay Philips  ---
Patch submitted - https://gerrit.libreoffice.org/#/c/11576/

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


[Libreoffice-bugs] [Bug 84152] Big Int fails on 2^64

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

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG
 CC||mari...@miguelangel.mobi

--- Comment #3 from m.a.riosv  ---
For me is not a bug, calculation is beyond of limits, if I am right 15 digits
plus sign.

I think you can find useful information in:
http://ask.libreoffice.org/en/question/8006/libreoffice-calc-calculation-error/
https://bugs.freedesktop.org/show_bug.cgi?id=50299

Please if you are not agree, reopen 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 83955] TRACK CHANGES: Customizing the changes toolbar

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

Jay Philips  changed:

   What|Removed |Added

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

--- Comment #3 from Jay Philips  ---
I put in the patches - https://gerrit.libreoffice.org/#/c/11575/

I hope that its is sufficient.

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


[Libreoffice-bugs] [Bug 84092] Escape sequences are uppercase, should be lowercase

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

Adolfo Jayme  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 84153] EDITING: Add "edit comment" to cell context menu

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

pb  changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
You are receiving this mail because:
You are the 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-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79892

--- Comment #34 from m.a.riosv  ---
Created attachment 106629
  --> https://bugs.freedesktop.org/attachment.cgi?id=106629&action=edit
Sample file for test calculation times.

Last calculation times
(Win7x64Ultimate i3-4Gb):

ApacheOO4.1.1   calculation time:  16 seconds,
  beginning search criterion with "^"  25 seconds.
 beginning search criterion with ".*"  31 seconds.

LibreOffice 4.3.2.1 calculation time:  59 seconds,
  beginning search criterion with "^"  33 seconds,
 beginning search criterion with ".*" 201 seconds.

Replacing LibreOffice user profile with Aoo user profile doesn't change times.

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


[Libreoffice-bugs] [Bug 84153] New: EDITING: Add "edit comment" to cell context menu

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

  Priority: medium
Bug ID: 84153
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Add "edit comment" to cell context menu
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: blic...@comcast.net
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.2.6.2 release
 Component: Spreadsheet
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1. create a comment to a cell
2. right click that cell
3. observe context menu does not offer option to edit the comment

Current behavior:
as above

Expected behavior:

provided "edit comment" item in context menu

I note that:

1.  The version of ms excel that I use does provide this item in the context
menu, and I am therefore accustomed to having it there.

2.  The current procedure to edit a comment, which is not going to be obvious
to a naive user, apparently is as follows:

  a.  right click cell
  b.  select 'show comment' from context menu.  
  (Naive user:   "What, the comment was already showing"
  -- so this is a poor choice of wording.)
  c.  left click on comment to make it editable.  
  (Not obvious you need to do this to a naive user.)
  d.  do whatever editing is required.
  e.  left click on affected cell
  f.  select "hide comment."  
  (Naive user:  "What, I don't want to hide the comment,
  I want it to show when I hover over the cell" -- again
  poor choice of wording.)

Wow, what a pain in the butt!

Now, let's compare to the equivalent process in my excel version:

  a.  right click cell
  b.  select "edit comment" from context menu.
  c.  edit the comment.
  d.  left click affected cell or anything else to return
  to hover-shows-comment mode.

Note that fixing this could maybe share code with bug 83948.
Also note that I am using Version: 4.2.6.3, an option which was not offered in
the pulldown for this bug report.

-30-

Operating System: Windows 7
Version: 4.2.6.2 release

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


[Libreoffice-bugs] [Bug 84152] Big Int fails on 2^64

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

--- Comment #2 from Crash  ---
please also note: 
2^64 -1 is also reported as 1844674407370960

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


[Libreoffice-bugs] [Bug 83786] Digital signature: Support signing of OOXML documents

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

--- Comment #4 from Aminullah Yasien  ---
(In reply to comment #3)
> 
> Please check if this is described by bug 58442 or bug 58476? Each report
> details a different problem relating to signature handling for ODF in
> round-trips with MS Office 2013/365. Do you still want this report to remain
> open or should it now be closed? Thanks.

Please close 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 84152] Big Int fails on 2^64

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

--- Comment #1 from Crash  ---
#> uname -a 
Linux mjolnir 3.2.0-67-generic #101-Ubuntu SMP Tue Jul 15 17:46:11 UTC 2014
x86_64 x86_64 x86_64 GNU/Linux

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


[Libreoffice-bugs] [Bug 81270] CUSTOMIZE Standard Toolbar causes X to freeze and/or loss of LibreOffice menu and loss of Mate taskbar

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

Adolfo Jayme  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |NOTOURBUG

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


[Libreoffice-bugs] [Bug 84152] New: Big Int fails on 2^64

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

  Priority: medium
Bug ID: 84152
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Big Int fails on 2^64
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: schemasaurus...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.5.7.2 release
 Component: Formula Editor
   Product: LibreOffice

in any cell, enter:
=2^64 
and the result displayed is 1844674407370960 (after lengthening the cell)

whereas the generally accepted value in mathematics & CS is significantly
different:
from the command line utility 'bc': 18446744073709551616
from limits.h: 18446744073709551615ULL (ok, so add one here)
from wolfram: 18446744073709551616
http://www.wolframalpha.com/input/?i=2%5E64

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


[Libreoffice-bugs] [Bug 62104] thumbnail should use a file format with indexed colours

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

Adolfo Jayme  changed:

   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 71447] File menu takes long time to open

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

--- Comment #18 from Stewart  ---
Hi there,

I confirm that I am having a similar problem. 

It seems to be erratic sometimes takes up to 5 seconds other times it is
instant

My OS is Windows 7

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


[Libreoffice-bugs] [Bug 84151] New: While recording macro, Calc crashed.

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

  Priority: medium
Bug ID: 84151
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: While recording macro, Calc crashed.
  Severity: critical
Classification: Unclassified
OS: Windows (All)
  Reporter: jimbob...@gmail.com
  Hardware: Other
Status: NEW
   Version: unspecified
 Component: Spreadsheet
   Product: LibreOffice

Libre Office Version: 4.3.1.2
Build ID: 958349dc3b25111dbca392fbc281a05559ef6848

OS:  Windows 7 Home Premium (x64) Service Pack 1 (build 7601)

Processor:  1.60 gigahertz Intel Core i7 Q 720

One sheet workbook, size 10350 rows, through column AF.

Click Tools, Macros, Record macro
Active cell:  A1
Click Data, Sort, col A selected
Click OK
Calc crashes
LibreOffice Document Recovery window opens stating:
Due to an unexpected error, LibreOffice crashed. All the files you were working
on will now be saved. The next time LibreOffice is launched, your files will be
recovered automatically.

Closed LibreOffice, launched LibreOffice and opened same spreadsheet again and
tried recording the same macro with the same results.

Note:  if not recording a macro, rather simply taking the steps I am trying to
record, Calc works as expected.

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


[Libreoffice-bugs] [Bug 62104] thumbnail should use a file format with indexed colours

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:4.4.0

--- Comment #3 from Commit Notification 
 ---
Tomaž Vajngerl committed a patch related to this issue.
It has been pushed to "master":

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

fdo#62104 Optimize thumbnail size by using PNG8 and other tricks



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 33708] Calc autofill should fill to selection in certain circumstances

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

--- Comment #13 from Adam Albanowicz  ---
Open Office and Gnumeric are all doing the same but Excel is not... so is it a
Linux problem with databases or is it something else? I do too many worksheets
where I sometimes have to change a field like a discount on sales or a
percentage on interest for a particular customer yet need to see several
customers on a worksheet, and having all change when only a couple of rows were
picked is rather a problem... I have just had to spend a weekend going over 6
months of accounts, changing them to Excel, and then doing the changes, to
change them back to the ODF systems... not cool...

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


[Libreoffice-bugs] [Bug 84149] New: EDITING: hidden text boxes

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

  Priority: medium
Bug ID: 84149
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: hidden text boxes
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: chrisdeg...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.2.6.2 release
 Component: Writer
   Product: LibreOffice

Problem description: 
I cannot see hidden text boxes
Steps to reproduce:
1. 
2. 
3. 

Current behavior: hidden

Expected behavior:revealed


Operating System: Ubuntu
Version: 4.2.6.2 release

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


[Libreoffice-bugs] [Bug 83804] Font color will not apply after upgrade to 4.3.2.1

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

Jacques Guilleron  changed:

   What|Removed |Added

 CC||guillero...@aol.com

--- Comment #5 from Jacques Guilleron  ---
Hi Kevin,

Without knowledge about user profile, WinMerge, used to compare two files,
folders could allow to precise where you have some difference. This is perhaps
easy enough to know what is wrong.

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 84148] New: Editing conditional text field condition exposes unrelated hidden section

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

  Priority: medium
Bug ID: 84148
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Editing conditional text field condition exposes
unrelated hidden section
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: docor...@sonic.net
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.6.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 106627
  --> https://bugs.freedesktop.org/attachment.cgi?id=106627&action=edit
File just before the issue

If I change the condition on a conditional text field, this causes a hidden
section to unhide.

Steps:

1. Create a new document

2. Insert variable varA with value "is" (without the quotes) 
-- a. Insert > Fields > Other > Variables > Set Variable
-- b. Name: varA 
-- c. Value: is
-- d. Click Insert

2. Press enter

3. Insert variable varB with value "is" (without the quotes)
-- same as step 1 with name varB

4. Press enter

5. Insert a conditional field based on varA
-- a. Insert > Fields > Other > Functions > Conditional Text
-- b. Condition: varA EQ "is" (with the quotes)
-- c. Then: Ais
-- d. Else: AisNot
-- e. Click OK

6. Press enter

7. Insert two section based on varB
-- a. Type "Hide this section if varB is" (without the quotes)
-- b. Press enter
-- c. Type "Hide this section if varB is not" (ditto)
-- d. Select the first of the two lines
-- e. Insert > Section
-- f. Check Hide
-- g. Condition: varB EQ "is"
-- h. Select the second of the two lines
-- i. Insert > Section
-- j. Check Hide
-- k. Condition: varB NEQ "is"

Attachment is at this point.

8. Double-click "Ais"

9. Change condition from EQ to NEQ

10. Click OK

Actual result:  Hidden section appears
Expected result:  No change to which section is hidden and which isn't

Actually 4.2.6.3 but that's not offered in the dropdown at time of filing.
Hardware is Intel Core 2 Duo

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


[Libreoffice-bugs] [Bug 58189] EDITING: Wrong Chapter Moves with the Navigator

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

Samuel Mehrbrodt  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |ulk...@hotmail.de
   |desktop.org |
 CC||s.mehrbr...@gmail.com

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


[Libreoffice-bugs] [Bug 58189] EDITING: Wrong Chapter Moves with the Navigator

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|BSA |BSA target:4.4.0

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

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

fdo#58189 : EDITING: Wrong Chapter Moves with the Navigator



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 84146] Inserted variable not showing

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

Chas Belov  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 73255] EDITING: Variable disappears when in first line of document

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

Chas Belov  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 84146] New: Inserted variable not showing

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

  Priority: medium
Bug ID: 84146
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Inserted variable not showing
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: docor...@sonic.net
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.6.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 106626
  --> https://bugs.freedesktop.org/attachment.cgi?id=106626&action=edit
Demonstration of issue

If I insert a variable, it doesn't show even though Invisible is not checked

1. Create new text document
2. Ensure View > Field Names is un-checked
3. Type "Test" (without the quotes)
4. Insert variable varA with value "is" (without the quotes) 
-- a. Insert > Fields > Other > Variables > Set Variable
-- b. Name: varA 
-- c. Value: is
-- d. Leave Invisible un-checked
-- e. Click Insert

Actual result:  field appears with empty value
Expected result: "is" appears as field value

5. Press enter

6. Insert variable show for varA
-- a. Insert > Fields > Other > Variables > Show Variable
-- b. Name: varA
-- c. Click Insert

Actual result:  field appears with empty value
Expected result: "is" appears as field value

Attachment is at this point.

6. View > Field names

Result: See 
Set variable varA = is
Show variable varA

LibreOffice 4.2.6.3 (not available in drop-down)
Intel Core 2 Duo
editing

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


[Libreoffice-bugs] [Bug 84132] FORMATTING: icon for formatting cell borders does not remember last choice

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

--- Comment #5 from Cor Nouws  ---
(In reply to comment #4)
> This effects writer as well. The issue here is that the border button isnt a
> two click group button similar to the paste or font color buttons.

Hi Jay :)
Yes... but since this are two components with different code, maybe two
separate issues is better..

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


[Libreoffice-bugs] [Bug 84144] New: Sections hiding opposite to condition

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

  Priority: medium
Bug ID: 84144
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Sections hiding opposite to condition
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: docor...@sonic.net
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.6.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 106623
  --> https://bugs.freedesktop.org/attachment.cgi?id=106623&action=edit
Demonstration of issue

If I change the condition on a conditional text field, this causes a hidden
section to unhide.

Steps:
1. Insert variable varA with value "is" (without the quotes) 
-- a. Insert > Fields > Other > Variables > Set Variable
-- b. Name: varA 
-- c. Value: is
-- d. Click Insert

2. Press enter

3. Insert variable varB with value "is" (without the quotes)
-- same as step 1 with name varB

4. Press enter

5. Insert a conditional field based on varA
-- a. Insert > Fields > Other > Functions > Conditional Text
-- b. Condition: varA EQ "is" (with the quotes)
-- c. Then: Ais
-- d. Else: AisNot
-- e. Click OK

6. Press enter

7. Insert two section based on varB
-- a. Type "Hide this section if varB is" (without the quotes)
-- b. Press enter
-- c. Type "Hide this section if varB is not" (ditto)
-- d. Select the first of the two lines
-- e. Insert > Section
-- f. Check Hide
-- g. Condition: varB EQ "is"
-- h. Select the second of the two lines
-- i. Insert > Section
-- j. Check Hide
-- k. Condition: varB NEQ "is"

Actual result: "Hide this section if varB is" shows, "Hide this section if varB
is not" is hidden

Expected result: "Hide this section if varB is" is hidden, "Hide this section
if varB is not" shows

Attachment is at this point.

Actually 4.2.6.3 but that's not offered in the dropdown at time of filing.
Hardware is Intel Core 2 Duo
Editing

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


[Libreoffice-bugs] [Bug 84132] FORMATTING: icon for formatting cell borders does not remember last choice

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

Jay Philips  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
  Component|Spreadsheet |Libreoffice

--- Comment #4 from Jay Philips  ---
This effects writer as well. The issue here is that the border button isnt a
two click group button similar to the paste or font color buttons.

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


[Libreoffice-bugs] [Bug 84132] FORMATTING: icon for formatting cell borders does not remember last choice

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

--- Comment #3 from Cor Nouws  ---
HI milind,

(In reply to comment #0)

> ALSO: Can we have a 'wrap text automatically' button on the formatting
> toolbar?

Can you pls make a separate issue for that? (Or did you check if it is
available and that you can add it your self?)
Cheers,
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 84132] FORMATTING: icon for formatting cell borders does not remember last choice

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

Cor Nouws  changed:

   What|Removed |Added

 OS|Windows (All)   |All
 CC||c...@nouenoff.nl
Summary|FORMATTING: formatting  |FORMATTING: icon for
   |cells   |formatting cell borders
   ||does not remember last
   ||choice
Version|4.2.6.2 release |Inherited From OOo

--- Comment #2 from Cor Nouws  ---
Thanks!
I clarify the summary a bit..
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 83963] PDF export from LibreOffice is not able to handle transparency of text fields

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

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

--- Comment #4 from Jean-Baptiste Faure  ---
I can confirm the problem and the regression:
- works as expected in version 4.2.7.0.0+
- does not work in version 4.3.3.0.0+
- in master it is possible to get a correct pdf export but the frame parameters
must be modified because of a different color palette and a different
background filling management.
Each versions built at home under Ubuntu 14.04 x86-64.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 73049] FILEOPEN Huge memory use on opening specific complex ods spreadsheets with array functions

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

--- Comment #22 from Jean-Baptiste Faure  ---
(In reply to comment #21)
> [...]
> The results mentioned in comment 18 are from Ubuntu 14.04, 32 bit, Kernel
> 3.13.0-32-generic, Memory 3.0 GiB, Processor 2 x Pentium(R) Dual-Core CPU
> T4500 @ 2,3 GHz

It would be interesting if you could try with 64 bits versions of Ubuntu 14.04
and LibreOffice.
Did you observe an heavy use of the swap when using LibreOffice ? Ubuntu can be
tweaked to reduce the use of the swap.

Note: I only try to find what is the cause of the difference in performance.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 84100] Error importing a .doc file with tables and images

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Attachment #106555|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 83953] TRACK CHANGES: Changing the default behaviour of accept and reject change

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

Samuel Mehrbrodt  changed:

   What|Removed |Added

 Status|UNCONFIRMED |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 83946] Meta: Bugs for tracking changes

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

Bug 83946 depends on bug 83953, which changed state.

Bug 83953 Summary: TRACK CHANGES: Changing the default behaviour of accept and 
reject change
https://bugs.freedesktop.org/show_bug.cgi?id=83953

   What|Removed |Added

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

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #4 from Jean-Baptiste Faure  ---
Perhaps the same problem as bug 83949.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 84142] [UI] [Toolbars] Some color pickers pop up with system's titlebar

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

--- Comment #5 from Nico Dorn  ---
Sorry for the noise. But I don't know how to fix comment #4. :/

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


[Libreoffice-bugs] [Bug 81876] FORMATTING: Fontwork problem

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

Jacques Guilleron  changed:

   What|Removed |Added

 CC||seit...@yahoo.com

--- Comment #12 from Jacques Guilleron  ---
*** Bug 84141 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 84141] FORMATTING: Fontwork

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

Jacques Guilleron  changed:

   What|Removed |Added

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

--- Comment #1 from Jacques Guilleron  ---
Hi seite50,

Thanks to take some time to report this. 
You experiment I think the same behaviour as in 
Bug 81876 - FORMATTING: Fontwork problem. 
See there, leave a comment and correct if you have some useful infromation.

Regards,

Jacques

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

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


[Libreoffice-bugs] [Bug 84142] [UI] [Toolbars] Some color pickers pop up with system's titlebar

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

Nico Dorn  changed:

   What|Removed |Added

 Attachment #106621|Pop-up window with system   |Pop-up window with system
description|titlebar (correct MIME  |titlebar
   |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 84142] [UI] [Toolbars] Some color pickers pop up with system's titlebar

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

Nico Dorn  changed:

   What|Removed |Added

 Attachment #106618|0   |1
is obsolete||

--- Comment #4 from Nico Dorn  ---
Comment on attachment 106618
  --> https://bugs.freedesktop.org/attachment.cgi?id=106618
Pop-up window with system titlebar

>‰PNG
>
>
IHDRá‡É¢ÞsBITÛáOàpHYsëëq́•
IDATxœíy`ŕÿ_shFI¶$˶|_`Ë옌¶l€,¿$„p$Á,æJȵ$@Ú
Kȱ!’lœˆ
W8b'`n2øÂ6¶åK¶uŒ.ëÍôLW÷£»ºÕšêžÖŒD}doÞTw¿©ªWïÓÕLÛÑ#”¬ùg´F³Ñ؂½ÖptK­a¶öT
)6õõi+@©¨F‹ýl¡µ%Ò®.ëN”jÂH‰ÑqЉ’¾ôF¬ú*l'J:¥šHʌõ›*YíD'’’1j¡ÓëQž8§š
ba”5¾àvt,FyªD¼¬¿ü£…©Ýi+q€8§3׉'ž( ñߒ(iÀÑ¥RÄk~"J•²PÝÂ
P*©b4‹˜Ëf™Êø%V¢ÍÂKh€N@ñNuŸº—Ð¥²"ÞÙîÈ£m„7í]h€NX¥ÇzÚ}R¨xÂè4øÙô%4@©ìŠ7ü­
èÔ½ŠF'Un„Çè8ˆN úé?"A”ìk~È.×±8 Ñù©£D£ÑIb4:?õâa™ôO2ƒ
ƒ½@Vÿ!Ý2ÆÆú×2šwÅ>e«¼ÅèÆTR<6îŽ$£î5ێM;ªt‡¼Õ§OfkOŠ¬é:sâh£áI¥Èxí   
òÔqª^AC”*)ƒÍktÒФÂÅãqeðƒS띚×Òè¤Aºµ'
‹N-IJtX§]<¶œž}*M'TöÅd±¤È˲²Äãü€Nƒ’J'uŸ8R¼ò²$eåK啬@»Lª¬”ŽW,XG\{ʼ2ó̈́¨ÆBJ°¦#UÇ=©;_«F‡uª,e2MG*ª>VùG–²žfÜí2©ˆÅ0̨óQY–yIéô²›•¹ÚeRY
ØŸV¶9SÆ/Ј*÷J¨>Rq¦Ä$ôh—I•sa}¦a¤&s&mœªSy”TŽ‰ÉÐÊê`Å"Uµß“&4A–-ÎP©¨FUr(O÷€FÁªÊëÓC¸lP¥”1Un¥D'žÎë‚U©¼$aK¢2ÐФrPšb’zù)¬
£¹c‰W%
Pª1“,ËJ€bÁªþ¥"^N
ñúޔŠÊ9¥ƒR¬éo4y½¬š†ÊØòT*'”š’2ɟÃ>1¯™±>§@ûQ*G¥žt*˜ŠHlèW¾ò²,ezQm€nÜ°1?ǐÒê5«óÛ*'”Jí•$
   †‘µ‘
> |›îGAéoþù¬ZçùÇƍyoUÎe)]&Àj2š¶á“™¨²{IJ.ççë`$IBVaªÊ8 
>K•€Pˆ;u͉a^’$u'ªD°,+˦yŽZŒ`’U—”aXY–ÓKLé`edõª~:¯WG§òY’EQ„¼   
>B(‘óööT¹–‘,Ë2 
>ô€J¤jD±0MÇ(Ȳ¤|'I’,’2ÎZFKíKBB4FǍz{{Ÿ|ê÷}æY¯½ìÒÐUW^YS3Ýår±,«„)£ÔBeI–”±]™ÿ%ãT’ĄҏÊH·ïܱmûöŽp'ÑWWM
>ÖÕÕ-YÊñ£ß8¥—$!QD^ø©Ë°¢˜ày—”Ý<-°ål|Hÿ{ÉSXVs¥å8ŽažçY–•$©««ëÎÿøöÛn-))q»ÝÀÀÌ(óÑT€"„$)Ñ)ɲ(ŠB<®ÌV·ïØöÏM¯™·ãxÀº½címÇÚÛâñxÝÒ
> ÑÑ*Š'ÑXÌÂó¥ó/ü<øàƒD¯ºå–[`Ã+/Ûo€ËåŠøK‰D"{®»;°ìb
›Éƒ;ïÞ,üˆõ,M0g$¤ª,ßý™çžÿî÷ÐÑÑ©pL/v¦£S‘ÒYrÇqÏóǹ\®—^~ùÚk®v¹Ý¼ËÅ°
#0²Ì+A‰$IB(‰„ˆ˜ñ„$KlÞ,q¸þºo¦ÔÕÕµs÷Î}--ʔàú뾏<þ˜¾élÞ<£ff–Ç©V$éëë³ðÂ<ê7Þ
}ɟÿüç+®¸"'Gêñx{{“$„¬>ۑžh\ðA¬;õú~ðHÒÀ0´{˜£íOñþž„\Có³l@__ßàààÏþ
üØëw)ßÜ÷+7oÞ̲,Ïón·;,˞{î¹À²,–••ùÓ5RY©3I©E’”H$ñ„ C‘¡¾Þ>!.$â‘#G•w
>‡»Ô
Z|’ÁÁý¦ÿ‹œš#GŽb/ÌRýýÖ^˜/Ýzë­íííÃÃÃØïÓÝ   
¨†¿ô‘HäÖ[oÍɑz‹Šº:;‘ÌÆ¢ÑlìÙî˜0À@Ü
ÀöC¢WŽöÆcmlÑÅîáS„D¿xôï¬WŽ¡XMÉÆaGGÇðððUß¼Pù1ݕ†ÃáY³f¹\.¯×[TTä÷û½^¯Çãq»Ýêœ=!ŠBXɞ—e
   IHR%@‡£ÃƒƒCCÝ=]ƒC‘èð°(Š±X
ûíoÒ­™?oÞü¹ó|>ÿÐд¶å{½”¿’ª«»;ËþýÖKb¬^cùµ˜:;;÷ïßÓÎO
CSý}4íììär±Oµ·È×Õѱ(þ91”Ô;~¸âƒÀȈÙ÷H,7Ù3iÞ/Ë3¢]’˜xØ7¿
>Ø©£:<{權Ê
>†I®R%×ð%„D$ŠHŽFÂ]]<ô!9| 
>%]Ò§¢²,ÞíšTVúÝÛoÿæ·¾5uêԒ’’²²2ŸÏwî¹çJéõMeT–Òõz%OBJŠÑèðððpo_ß=?½'6<ÓM­¨
>\iz(›-éÆR(*
>E>ÿÝwÝõìsÏMŸ>½ººº¢¢!„ÊÔáUÀ,Ë<(])’˜c1A„Á¥uuíGXkÍOÞ8úôÎì—uSü]8«Âçºú¹–Ím˜VâÚpåbëM¥’$Iñx 
>Š¢E‹¶mÛ‡ËÊÎ;ï<ŒQþÉpOg®¬W^ü³ψHńˆ$Ëq!f¹^ÿôöÎÃwžýò×o¸ö™½¿½láM§V_ÿ|Ëpµ§5¤Ü(‘H
>Eæ-˜_YYÅ0’dŽedYwvîoi  ”»\®|·1)Y–‚0kÖ¬9sæTVVN›6
$IJ÷úzv9ùÛðҋIæD‰(‹ZŸ„"!TªR ¸éœ—§]û»g܏\<ÏÇʐÿ:§F„ü“U¶&üñx¼¯
¸lYYù$!Åb‰¸‹Å„x¼|òäà²å½}ÇãñxîZkW±XôàÁƒ»wïÞ¶m[SS¨–¨ÔA˜þ?¯¿úO½#eÀb+$QEI%Y–}>ߺs\\[}íÓ;g”z¹tá‰^ËǙ‰ï¿ôÊƦ#Ñ|i¼cóÆ^|ë°Å!î
>×.©•eˆE£qAaÓ?_ŽÆ!2,©«ë
>w"TUe@–åY³f-^¼xÙ²e§Ÿ~zº::ÒKø·^߄Rnҗ0%cûµßï_W¿‰âµÞöÛ+‚_µR 
>Õ(Þñᛋˆ20.ÿäéó—,žUæÊ.Y`|8‘H´µµµ¶¶®^½:ݏ¦ƒIïâh
Hv†”P25½ÀMçžpÁ‰U×þéÃî!Áú[€Ìpñˆ(³“f-X8gZÑp÷¡mïïìÉvQy¯úQ˜¤’$©··gJuu,:±XôÍ7ß8Þ×wÕ5×%â¦W_Å¢ñ¸ŽL6µ··GßkäE’$Ϟ=[ݏš¯B(_YõÒ»–ØhE²òð¿t6\n:o±„Ä›ÿºå¯:Íú»Ã²0iéÙk‚¥||ϟùgç°
ÊÀì~÷½–^AÆS>«ö3Kkü,Èñž–mÛ÷µ
$wù‚ÓÏ\”æk
έ¯¿ß+žÖÊ%“ÙÁ#;·ÒÚ=Œ€qùʧ/=¥®šíÛóÑöC]ý1ŒÎYŸ­+‹Û¹åãC=1ɘ~ÂIÁ9å.©wÛ?Þ:$Ï:{ÍI¥ý[7¾ufžµæ$_ûÖvu
D㚦HÑö]n?ЗÛÆ´¡ÁA·Û=<4Û·oø×+¾,ÑË¿ô¯OÿùÏMï¿¿bÅ
>‘aŠ|þÁA„P!äø²,ÿuÃ;ž·wòž"—×ÿ¿ü@ýGýבŸsg{¬—e¹ãދôí€ÒÒÒkOŸóÈë»­¿…
>Zý»Þ|ù0ÄúÛ;Á5;8ÓÏ"ä+/«šYáçïï8´uGeåiÕâÁÞÙÕ#»'Ϙãù©%<(u[ièð–Í­1לÕ_úìäãmG>z÷£C1¾jÑÒ)¾‡zû2ÈR¬»£?ÆMž=7
> »f–ÁñÝïm>’êé®îcÇv¼'{Ï[1ÕëãdŸ‡Öãã 
>È˂œ8~<÷L™=í<Ø~hËöɧM—mÙ¼¿GòTΙÎwh·šÏ$DQˆ±x"sçÏ[µæ‚#GmÜ°aåÊs¾xÅ-{÷*âx^’å„(B‚/ËÒ圵`Á‚ªªªiÓ¦)óQû‘cÔÆX/K¢2ÖO½å÷†í~
!$K9Êë]­“@†+îŽùÊÝÅ'þËå+ ŽÝî'ÿ²{x8.F:õÈP}îÕ_Yâ•õµíèÛõ^¯
N>ùËLlïutÆÀµð¢ËϯŠ<¾ãЖgax¦œrþ}rÿ¡_?×ü/|ý™\ß;Oüñƒ¶CÝBu¹QÛ8Žàgž½ú©}ÿ|ìÿv
I•±¶nJNùò—N-ÿ÷øKÇ,º‹%â1‘e¹²²êàÁýolz½brÅ[o¾!Ë0}úôpg;Ë2‚
Ä»3«\I–de>zìرÖÖÖ5kFá%ìG%I:öß_5ü»$I¢(ælí©â¼o\wzi¼{÷+O½´{ûŽcSΚ~{ýû»cÉϙ‹ee)*ø«‹ºö·"õÇODwÀ;ÔÞÏÈÀð¬ÀÂÀ‘Ã
b§@¡Œ̜Êí;´÷íw†*=Ñî:àüe^hlïŽUWrýǎ€¯¬ˆáÜ<ÀÐP
Ï°•ÉŒ…aÝ%~zŽ·ö$jËíLYŽ+
”íغceýÊhdøà-<óì³wlÝ|Ò²å2Àþ}ûŸ¸Èë-Ú¶uۜ9sXŽ³ñn¹‘²ö$Šb"‘!‹ñÂ`OÏ@ɜÙï@hÝõñ€t<À°ÅsNœ´­©sók›–yè_rF€óÍ^uáàŸß½ç£}ÕçœPQ}î%Ë7lØr¬í¨Ë3ÂûqÅu¥»?8ò2nèx\ê¦ðœ8uªg˞£ï¿%Lv
EŠ
_̀ÌWÔÍ÷´îÝÿöë}•~„³Dzååemím›?ü¨®négÏ[UZ>iǖ‰øŽmtÒ²E‹u´Û¼ùC×S^^Æ@¤ÜÿØc8?{ö¬«®¼²Èïãu3f^³.ªZ
µ•×§úÑYW݃ýåðSw(ßä¤eO Àu
ôw¶õðþªŸ9ó³K¼ÝƒK֜vüŸÜ÷I;ﯘ^îÑSûÅK`ãìéäJ˙äÊh°·øÔÕsöýíàޏ[gœ1×U¾â‹ëVùx©û'ÛÔãòp
hÇc   
¹ê.»DÚøê‡ÇŽËžÊϾ`eÅp生vÑéэ´vuë)®šYáaÀhá\’ÊÎþç»þþö®Žð00žÀô©%Gᒒ’™3gìܹë£ÍžzÚiG[[
hI‰h÷Ží%¥¥|ðÁÐPdɒÅ%%%ÖÞ"ç’eyÍêÕS««@yy™×ëu»\EE¾âbY
Ôëö

[Libreoffice-bugs] [Bug 84142] [UI] [Toolbars] Some color pickers pop up with system's titlebar

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

--- Comment #3 from Nico Dorn  ---
Created attachment 106621
  --> https://bugs.freedesktop.org/attachment.cgi?id=106621&action=edit
Pop-up window with system titlebar (correct 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 84142] [UI] [Toolbars] Some color pickers pop up with system's titlebar

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

--- Comment #2 from Nico Dorn  ---
Created attachment 106620
  --> https://bugs.freedesktop.org/attachment.cgi?id=106620&action=edit
Pop-up window that defaults to the right behaviour

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


[Libreoffice-bugs] [Bug 84142] [UI] [Toolbars] Some color pickers pop up with system's titlebar

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

--- Comment #1 from Nico Dorn  ---
Created attachment 106619
  --> https://bugs.freedesktop.org/attachment.cgi?id=106619&action=edit
Pop-up window forced not to display the titlebar

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


[Libreoffice-bugs] [Bug 84142] New: [UI] [Toolbars] Some color pickers pop up with system's titlebar

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

  Priority: medium
Bug ID: 84142
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: [UI] [Toolbars] Some color pickers pop up with
system's titlebar
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: nicod...@posteo.de
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.3.1.2 release
 Component: UI
   Product: LibreOffice

Created attachment 106618
  --> https://bugs.freedesktop.org/attachment.cgi?id=106618&action=edit
Pop-up window with system titlebar

System: Kubuntu 14.04, KDELibs 4.13.3, Qt 4.8.6

Current behaviour: Clicking the arrow of the "Background" picker of the
"Formatting" toolbar exhibits a pop-up window with the system's titlebar (see
popup_background.png)

Expected behaviour: The pop-up should not have any titlebar.

Workaround: KWin (the KDE window manager) can force the pop-up window not to
display titlebars and frames (see popup_background_forced.png).

Effected pickers (as far I as I can see):
* "Formatting" toolbar: Font color, Highlighting, Background
* "Table" toolbar: Border style, Border Color, Borders, Background
* "Frame" toolbar: Background

Refer to the "Insert" toolbar to find pickers that are not effected at all (see
popup_table.png).

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


[Libreoffice-bugs] [Bug 83997] Import of copied excel cells into writer table fails

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

--- Comment #4 from wittsf...@aol.com ---
I had to re.install openoffice as I need that function daily...

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


[Libreoffice-bugs] [Bug 83997] Import of copied excel cells into writer table fails

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

wittsf...@aol.com changed:

   What|Removed |Added

   Hardware|Other   |x86 (IA32)
 OS|All |Windows (All)
   Priority|medium  |high
Version|unspecified |4.2.5.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 83953] TRACK CHANGES: Changing the default behaviour of accept and reject change

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:4.4.0

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

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

fdo#83953 Jump to next change when accepting or rejecting a change



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 83997] Import of copied excel cells into writer table fails

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

wittsf...@aol.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 83997] Import of copied excel cells into writer table fails

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

--- Comment #3 from wittsf...@aol.com ---
Created attachment 106617
  --> https://bugs.freedesktop.org/attachment.cgi?id=106617&action=edit
excel file from which data is copied (by ctrl-c)

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


[Libreoffice-bugs] [Bug 83997] Import of copied excel cells into writer table fails

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

--- Comment #2 from wittsf...@aol.com ---
Created attachment 106616
  --> https://bugs.freedesktop.org/attachment.cgi?id=106616&action=edit
writer file with pasted xls block

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


[Libreoffice-bugs] [Bug 84007] Warten beim Speichern

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

--- Comment #3 from Günther Löw  ---
Hallo,

danke für die Antwort.
Die Wartezeit gibt es nur, wenn das Netzwerkkabel angeschlossen ist. Es 
ist gleich, ob neue Datei oder alte , klein oder groß. Es sind 5 sec. 
bevor der Speichervorgang beginnt.
Es ist bei Libre Office 4.2.6. Bei Apache Office 3 und Version 4 war es 
genauso. Bei meinem alten Notebook war es nicht so.
Jetzt habe ich Windows 7.

Grüße von Günther Löw


Am 20.09.2014 13:03, schrieb bugzilla-dae...@freedesktop.org:
> A (Andy)  changed bug 84007 
> 
> What  Removed Added
> StatusUNCONFIRMED NEEDINFO
> CCstgohi-lob...@yahoo.de
> Ever confirmed1
>
> *Comment # 2  
> on bug 84007  from 
> A (Andy)  *
> (Free) English Translation:
> If the laptop is connected with the network cable LO always waits 5 seconds
> until it starts to save a file.  The save process works fast, but the delay is
> annoying.  Also if he wants to close a file LO waits 2 - 3 seconds until the
> window is closed.  He doesn't experience this with other software.
>
> My current tests:
> I can't reproduce it with LO 4.3.1.2 (Win 8.1).
>
>
> @Mr. Löw:
> Haben Sie dieses Problem nur mit einer bestimmten Datei oder mit jeder, also
> auch einer neuen Datei?  Kann es an der Größe der Datei liegen?  Haben Sie
> dieses Problem nur wenn das Netzwerkkabel angesteckt ist?  Mit welchem
> Betriebssystem arbeiten Sie?  Welche LibreOffice Version verwenden Sie?
>
> English translation of the question to Mr. Löw:
> Do you have this problem only with a specific file or with all files, e.g. 
> also
> with a new file?  Is it due to the file size?  Do you have this problem only 
> if
> the network cable is connected?  Which operating system are you using?  Which
> LO version are you using?
> 
> You are receiving this mail because:
>
>   * You reported 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 83948] TRACK CHANGES: Add 'Change Comment' to right-click context menu

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

--- Comment #1 from Jay Philips  ---
Created attachment 106615
  --> https://bugs.freedesktop.org/attachment.cgi?id=106615&action=edit
example of the track change right-click context menu

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


[Libreoffice-bugs] [Bug 83947] TRACK CHANGES: No visual indication that a tracked change has a comment

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

--- Comment #2 from Jay Philips  ---
Created attachment 106614
  --> https://bugs.freedesktop.org/attachment.cgi?id=106614&action=edit
track change comment only visible in the accept and reject 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 83947] TRACK CHANGES: No visual indication that a tracked change has a comment

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

--- Comment #1 from Jay Philips  ---
Created attachment 106613
  --> https://bugs.freedesktop.org/attachment.cgi?id=106613&action=edit
sample doc with change comment the first change

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


[Libreoffice-bugs] [Bug 84141] New: FORMATTING: Fontwork

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

  Priority: medium
Bug ID: 84141
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: Fontwork
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: seit...@yahoo.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.3.0.4 release
 Component: Drawing
   Product: LibreOffice

Problem description: 
I am experiencing problems with Fontwork.

Steps to reproduce:
1. 
2. 
3. 

Current behavior:
Text entered in Fontwork is duplicated. If I enter text, it is repeated and I
cannot seem to correct this. Documents produced in older version are fine as
long as I don't try to change the text. I'm not sure which version was used
when this function worked properly. It appeared with my upgrade to 4.2.6. I
then downloaded your current version 4.3.1.2 in hopes this was corrected, but
it still occus.

Expected behavior:
Text will appear as entered.

Operating System: Mac OS X
Version: 4.3.0.4 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 83953] TRACK CHANGES: Changing the default behaviour of accept and reject change

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

--- Comment #1 from Jay Philips  ---
Created attachment 106612
  --> https://bugs.freedesktop.org/attachment.cgi?id=106612&action=edit
track changes sample

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


[Libreoffice-bugs] [Bug 84058] PRINTING: When printing to pdf there is more sheets printing than the select print area in 1 sheet

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

--- Comment #3 from vlb  ---
Hi Jacques,

Thanks for it!
But in LO 4.2.6 it work when the print area was set and at this moment didn't
worked with the print area.

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


[Libreoffice-bugs] [Bug 84123] FILEOPEN: Regression - Impress objects not displayed in slideshow view

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

Luke  changed:

   What|Removed |Added

 Whiteboard||bibisectRequest filter: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 83535] In Base all window titles and only the window titles are in Spanish instead of localization option setting

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #6 from Jean-Baptiste Faure  ---
Hi Paul,

Did you download LibreOffice from http://www.libreoffice.org or from another
website ?

Best regards. JBF

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


[Libreoffice-bugs] [Bug 83049] spellcheck fails

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #2 from Jean-Baptiste Faure  ---
Please, could you attach a test file for which spellcheck does not work on your
LibreOffice installation ?

Best regards. JBF

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


[Libreoffice-bugs] [Bug 83117] TOOLBAR: Addition of 'insert footnote' button to standard toolbar

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

Samuel Mehrbrodt  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 CC||s.mehrbr...@gmail.com

--- Comment #8 from Samuel Mehrbrodt  ---
Fixed in
http://cgit.freedesktop.org/libreoffice/core/commit/?id=e5f52eddda1230eba971881223601bb7aa255d6b

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


[Libreoffice-bugs] [Bug 83547] EDITING: Draw crash unexpectedly when editing a drawing

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

--- Comment #14 from Robert Gonzalez MX  ---
Created attachment 106611
  --> https://bugs.freedesktop.org/attachment.cgi?id=106611&action=edit
screenshot of crash of the test2 file uploaded

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


[Libreoffice-bugs] [Bug 83547] EDITING: Draw crash unexpectedly when editing a drawing

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

--- Comment #13 from Robert Gonzalez MX  ---
It is not necessary to set the page view to fit width, it happen also in other
views, and with the side bar, or without the sidebar.

I've made the test with the file I uploaded, and with the same file that is my
laptop. Same results.

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


[Libreoffice-bugs] [Bug 81560] DATALOSS: date in calc cells change randomly

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTABUG
 CC||jbfa...@libreoffice.org

--- Comment #8 from Jean-Baptiste Faure  ---
(In reply to comment #6)
> Created attachment 106048 [details]
> screencast showing the change of the date when changing the setting
> 
> This is on yet another machine, running ubuntu mint 16 with a fresh profile.
> It shows that the displayed date changes too when changing the setting. it
> is libreoffice 4.1

Yes, where is the problem ? the origin date is saved in the file, if you change
it, the dates change accordingly because each date is an amount of days from
the origin date.
Why do you want to change the origin date for an existing file ?

Closing as NotABug. Please feel free to reopen if you have an argument against
this explanation.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 83118] TOOLBAR: Addition of 'insert comment' button to standard toolbar

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

Jay Philips  changed:

   What|Removed |Added

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

--- Comment #3 from Jay Philips  ---
Fixed in
http://cgit.freedesktop.org/libreoffice/core/commit/?id=e5f52eddda1230eba971881223601bb7aa255d6b

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


[Libreoffice-bugs] [Bug 73049] FILEOPEN Huge memory use on opening specific complex ods spreadsheets with array functions

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

--- Comment #21 from andis.lazd...@gmail.com ---
(In reply to comment #20)
> (In reply to comment #18)
> > [...]
> > One example
> > https://drive.google.com/file/d/0Bxv4jQ_04jXZRHZUeDlxSDRHNTQ/edit?usp=sharing
> > 
> > With 4.2.6.3 it can be opened in 54 seconds (production version, extensions
> > etc.)
> > With 4.3.2.2 - 55 seconds
> 
> Hmmm, 8 seconds for me with version 4.3.3.0.0+ x86-64 build at home under
> Ubuntu 14.04 (LO being closed, select the file on the desktop, press enter
> key at hh:mm:10, file ready to work with at hh:mm:18, sometimes hh:mm:16)
> 
> Best regards. JBF

The results mentioned in comment 18 are from Ubuntu 14.04, 32 bit, Kernel
3.13.0-32-generic, Memory 3.0 GiB, Processor 2 x Pentium(R) Dual-Core CPU T4500
@ 2,3 GHz

It is the best result from computers we are using in our office. It's actually
very complicated to say to employees, that the problem will be solved in some
time (repeat it with every upgrade of Libreoffice).

I think it is important sometimes to imagine, that people are not laying just
to get more attention, but to put yourself in place of those trying to advocate
open-source solutions, donating personal money and having to negotiate with
employees, which are really unhappy with the software and have good reason to
sit in the office and look to the monitor doing nothing, because the program is
hanged again in spite the problematic file can be opened on another nearly 10
years old celeron with MS Office 2003, but our policy is not to use MS Office.

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


[Libreoffice-bugs] [Bug 83547] EDITING: Draw crash unexpectedly when editing a drawing

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

--- Comment #12 from Robert Gonzalez MX  ---
I have renamed the user profile in my laptop, to refresh the installation, and
tested it, with the same results. 

Then tested it in the laptop of my son, with a new installation on Win 8.1, and
obtained the same results.

I’m uploading the screenshots of the crash in my laptop, and the crash on the
other one.

All I mentioned in my previous comment was reproducible in the same manner.

It is necessary to remark that the movement of the figures are with the arrow
keys, and the page view is set to fit width, with or without the sidebar, so I
will repeat the steps to reproduce:

open the file
set page view to fit width
select the rectangle with a mouse click
use the up arrow key to move the figure, and keep pressed until it reaches the
top

Notice at this point if the page view resets to the center of the page height.

If this happens, only change to the down arrow key and keep pressed until
appears in the screen and keep it until the figure reaches the down end of the
working area. The view stays there, as it should be.

Repeat the step to go up back, sometimes it will require to repeat the up and
down steps until the problem happens, when it does notice that in the left
pane, the image in the first slide disappear, and then the program freezes, the
rectangle turns gray, and after a few seconds the program closes, or a windows
warning dialog appears, informing that “LibreOffice stop working”.

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


[Libreoffice-bugs] [Bug 67493] documents with a special font aren't displayed correctly

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

--- Comment #10 from bordfe...@web.de ---
After upgrading to 4.3.1.2 the problem still exists. OpenOffice 4.1.0 on the
same machine displays the font correctly.

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


[Libreoffice-bugs] [Bug 39468] translate German comments, removing redundant ones

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

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

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

fdo#39468: Translated German comments



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 83547] EDITING: Draw crash unexpectedly when editing a drawing

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

--- Comment #11 from Robert Gonzalez MX  ---
Created attachment 106607
  --> https://bugs.freedesktop.org/attachment.cgi?id=106607&action=edit
screenshot of other laptop with win 8.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 59108] no formula update when deleteing referenced row/column

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

--- Comment #6 from zhaw...@googlemail.com ---
I could test it with MSO2010 and the behaviour is the same as LO does.
Maybe this was working with an older version of MSO?

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


[Libreoffice-bugs] [Bug 83547] EDITING: Draw crash unexpectedly when editing a drawing

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

--- Comment #10 from Robert Gonzalez MX  ---
Created attachment 106605
  --> https://bugs.freedesktop.org/attachment.cgi?id=106605&action=edit
screenshot of crash in my laptop

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


[Libreoffice-bugs] [Bug 81475] Meta: enhancing Writer's standard and formatting toolbars

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

Bug 81475 depends on bug 82822, which changed state.

Bug 82822 Summary: TOOLBAR: Addition of 'insert image' button to standard 
toolbar
https://bugs.freedesktop.org/show_bug.cgi?id=82822

   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 82822] TOOLBAR: Addition of 'insert image' button to standard toolbar

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

Samuel Mehrbrodt  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 CC||s.mehrbr...@gmail.com

--- Comment #3 from Samuel Mehrbrodt  ---
Fixed in
http://cgit.freedesktop.org/libreoffice/core/commit/?id=e5f52eddda1230eba971881223601bb7aa255d6b

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