[Libreoffice-bugs] [Bug 76100] New: Other: Connected Arrow Problem

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

  Priority: medium
Bug ID: 76100
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Other: Connected Arrow Problem
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: neo...@blake-dair.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.2.3 release
 Component: Drawing
   Product: LibreOffice

Created attachment 95690
  --> https://bugs.freedesktop.org/attachment.cgi?id=95690&action=edit
Screenshot of problem

I found that 

1. when I create connected arrow from LibreDrawing after close program and open
again connected arrow will move from current position.

2.When I save in pdf format color will had change(darker than original)


Operating System: Mac OS X
Version: 4.1.2.3 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 72558] print preview garbled

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

--- Comment #5 from Dmitry Karasik  ---
No, I can't upgrade unfortunately because OO is bound to Ubuntu's own upgrade
mechanism, and even though I could download and upgrade OO manually, it's
against the policy of the organisation.

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


[Libreoffice-bugs] [Bug 76078] FILESAVE: crash while saving .docx file containing only opening brace

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

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@quipo.it
Summary|LO Crash: LO Crashes while  |FILESAVE: crash while
   |saving the docx file|saving .docx file
   |containing only opening |containing only opening
   |brace   |brace
   Keywords||regression
 Ever confirmed|0   |1

--- Comment #6 from tommy27  ---
no crash with 4.1.5.3 and 4.2.1.1
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 76078] LO Crash: LO Crashes while saving the docx file containing only opening brace

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

--- Comment #5 from tommy27  ---
Created attachment 95689
  --> https://bugs.freedesktop.org/attachment.cgi?id=95689&action=edit
error dialog on Win7x64

test file crashes LibO 4.3 alpha under Win7x64

and shows the attached error dialog window

Build ID: a53577e6ff3629c4e9219616960d89eea9463593
TinderBox: Win-x86@39, Branch:master, Time: 2014-02-24_01:49:31

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


[Libreoffice-bugs] [Bug 76099] Segfault in ScColumn::GetNeededSize (probably related to Conditional Formats)

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

--- Comment #1 from Jim Avera  ---
Created attachment 95687
  --> https://bugs.freedesktop.org/attachment.cgi?id=95687&action=edit
crasher.ods - demos the crash

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


[Libreoffice-bugs] [Bug 76099] Segfault in ScColumn::GetNeededSize (probably related to Conditional Formats)

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

--- Comment #2 from Jim Avera  ---
Created attachment 95688
  --> https://bugs.freedesktop.org/attachment.cgi?id=95688&action=edit
gdbtrace.log showing SEGFAULT traceback

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


[Libreoffice-bugs] [Bug 76099] New: Segfault in ScColumn::GetNeededSize (probably related to Conditional Formats)

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

  Priority: medium
Bug ID: 76099
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Segfault in ScColumn::GetNeededSize (probably related
to Conditional Formats)
  Severity: major
Classification: Unclassified
OS: Linux (All)
  Reporter: james_av...@yahoo.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.3.0.0.alpha0+ Master
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 95686
  --> https://bugs.freedesktop.org/attachment.cgi?id=95686&action=edit
tickers.csv data file needed by the spreadsheet macros

Attached is a .ods spreadsheet which uses Conditional Formats.  After recently
using Conditional Format->Manage to tweak settings, I'm now getting random
crashes (segfaults).  By "random" I mean it happens while executing my Basic
macro code, but not always at the same place.

In fact, inserting "MsgBox" statements to narrow down the statement causing the
crash makes the crash shift to somewhere else (i.e. I put in two MsgBox stmts
and it crashed after the first but before the second; then reloaded and
inserted additional MsgBox stmts inbetween, and now it runs past all of them
and crashes somethere further on).

The "shifting" location of the crash implies memory corruption, e.g. buffer
overrun which causes unrelated code to crash.

This can be reproduced at will (just can't nail down a particular Basic
statement).   I will attach a gdb traceback and also a demo spreadsheet and a
data file needed by the demo.

INSTRUCTIONS FOR REPRODUCING:

1. Download "crasher.ods" and "tickers.csv" files.  Place the tickers.csv file
in /tmp (the path is hard-coded).

2. Open crasher.ods, with macros enabled, and press the dark-yellow "Fresh
Load" button at the top.   It will crash immediately.  (This button runs the
macro Standard.LoadCSV.Reoad_IB_CSV_file but as previouly noted, the location
of the crash shifts when MsgBox statements are inserted)

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


[Libreoffice-bugs] [Bug 31481] [RFE] Split pane in same window for side-by-side proof reading/ translating of 2 different files

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

--- Comment #44 from hwtan  ---
Well, with the wide screen that we have today, the split screen feature is
better when the splitter is vertical, that is, the two parts of a same document
are placed left and right of the screen/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 76098] FILE SAVE: Corruption - ContentType for .xlsm external data file from chart is wrong.

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

Ravindra Vidhate  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |Ravindra.Vidhate@synerzip.c
   |desktop.org |om

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


[Libreoffice-bugs] [Bug 76098] New: FILE SAVE: Corruption - ContentType for .xlsm external data file from chart is wrong.

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

  Priority: medium
Bug ID: 76098
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILE SAVE: Corruption - ContentType for .xlsm external
data file from chart is wrong.
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: ravindra.vidh...@synerzip.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.3.0.0.alpha0+ Master
 Component: Writer
   Product: LibreOffice

Created attachment 95685
  --> https://bugs.freedesktop.org/attachment.cgi?id=95685&action=edit
FileWithChart[Macro Enabled]

1. Open a File which has Pie Chart in LO.
2. The content type of Pie Chart should Macro Enabled.
3. using LO, SAVE this file.
4. Opened the Save file in MS-Office.
5. The file gets corrupted due to the ContentType gets changed.

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


[Libreoffice-bugs] [Bug 76098] FILE SAVE: Corruption - ContentType for .xlsm external data file from chart is wrong.

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

Ravindra Vidhate  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 76078] LO Crash: LO Crashes while saving the docx file containing only opening brace

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

--- Comment #4 from Dinesh  ---
Comment on attachment 95658
  --> https://bugs.freedesktop.org/attachment.cgi?id=95658
DOCX file contain one equation which has only one opening curly brace and no
closing curly brace.

The original file size is too large, getting error while attaching the 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 76085] VIEWING: view --> page break preview while multiple sheets selected

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

--- Comment #1 from Jean-Baptiste Faure  ---
*** Bug 76086 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 76086] page number in page break preview while multiple sheets selected

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||jbf.fa...@sud-ouest.org

--- Comment #1 from Jean-Baptiste Faure  ---
duplicate of bug 76085.

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

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


[Libreoffice-bugs] [Bug 76096] CTRL-W after CTRL-F

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|Linux (All) |All
 Status|UNCONFIRMED |NEEDINFO
 CC||jbf.fa...@sud-ouest.org,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org
Version|4.2.1.1 release |4.1.5.3 release
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure  ---
Yes, we have the same behavior when the focus is not in the text window, for
example in the Navigator. 
Already reproducible in version 4.1.5. Same behavior with ctrl+Q to quit the
application.

Not sure if we should consider that as a bug, added UX-advise in CC.

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 60338] FILESAVE: Saved files have incorrect permissions on linux

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

--- Comment #5 from jwoithe  ---
A user of mine reported a very similar problem to this earlier today.  This was
the libreoffice.org 32-bit binary release of 4.2.1 running under 32-bit Linux
(Slackware 13.37).  They took an existing ODT file created libreoffice 4.0.2
(let's call it A.odt) and did File|SaveAs to create a fresh copy under a
different name (B.odt).  The newly created ODT file (B.odt) had permissions
600, as oppposed to 644 that has been seen when the exact same process was done
in the past.

Furthermore, when the newly created file (B.odt) was File|ExportToPDF, the
resulting PDF file had 600 permissions.  Changing the ODT to have 644 using
chmod, loading the result and exporting to PDF still had the PDF with 644
permissions.

Loading A.odt and exporting to PDF had 600 permissions on the PDF.

Creating a new file and saving that gave the new file 644 permissions, as
expected.  Loading this file and doing "SaveAs" resulted in 644 permissions on
the new ODT file.  Exporting either file resulted in permissions of 644 on the
PDF files.  After doing this, loading B.odt and repeating the export to PDF
resulted in 600 permissions on the PDF.

I then loaded another ODT file (C.odt) which had been created with an earlier
version of libreoffice.  Exporting this to PDF resulted in 600 permissions.

At this stage it seemed the bogus permissions when B.odt was exported to PDF
were 100% reproducible.  Unfortunately it is not possible to post that file due
to the nature of the information it contains.  I then attempted to delete
things from it, testing the permissions of the exported PDF at various times. 
I got nearly to the top of the file when the PDF suddenly started acquiring 644
permissions.  I reloaded C.odt, did an export, and got 600 permissions.  I
returned to B.odt, inserted a space, resaved, exported and had 600 permissions.
 I removed single block of text, exported, and got 644 permissions.  I went
back to B.pdf and exported without making any changes, and got 644.  From this
point on, no matter what I did I was not able to get anything except the
expected 644 permissions.

While it initially appeared that the documents we had exhibited the problem on
demand, the issue mysteriously went away without anything being done beyond the
repeated libreoffice tests as described.  The exact same procedure which
triggered the problem earlier every time it was done now completely fails to do
the wrong thing.  Nothing changed on the computer concerned and there were no
logout/login sequences in between.  I have noticed that unlike 4.1.x and
earlier, with version 4.2.1 I do now see "XDM authorization key matches an
existing client!" each time I start libreoffice, but I very much doubt this has
anything to do with the permission problems described, especially since this
message still appears when the permission malfunction does not.

Note that we ourselves have not observed this problem under any earlier version
of libreoffice.

Based on the above descriptions, it seems that libreoffice 4.2.1 can be added
to the versions which suffer from the problem.  Furthermore, it appears that
dvcroft's suggestion of an uninitialised variable (or something similar) is
quite likely given the intermittant nature of the misbehaviour.

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


[Libreoffice-bugs] [Bug 76096] New: CTRL-W after CTRL-F

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

  Priority: medium
Bug ID: 76096
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: CTRL-W after CTRL-F
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: tim.ll...@gmx.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.1.1 release
 Component: Writer
   Product: LibreOffice

After opening a writer (or calc) document I normally exit the by hitting
CTRL-W. All good.

I open a writer (or calc) document. Press CTRL-F to search for text, enter the
text string and then press ENTER.
I then press CTRL-W to exit - no action. 
I take the mouse out of the search box and into the text and click anywhere
I then press CTRL-W and can exit the file.

I was expecting to be able to exit at any time, not just with the cursor in the
text.

Fedora 20/LO4.2.1.1

This "feature" also exists in Windows XP LO4.2.04

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


[Libreoffice-bugs] [Bug 75986] VIEWING: in calc The comment does not appear when selected

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

--- Comment #2 from Tim Lloyd  ---
Ignore my last comment I just saw the status changed

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


[Libreoffice-bugs] [Bug 75986] VIEWING: in calc The comment does not appear when selected

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

--- Comment #1 from Tim Lloyd  ---
Hi Miguel, can you pls provide some details on how to recreate this problem?

Cheers

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


[Libreoffice-bugs] [Bug 75558] FILEOPEN: Impossible to open an odt document via its Internet Explorer address

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

--- Comment #6 from Naruhiko Ogasawara  ---
Japanese reporter told he has same problem with:

Windows 7 32bit
Internet Explorer 8
LibreOffice 4.1.5 and 4.2.1

and

Windows XP 32bit
Internet Explorer 8
LibreOffice 4.1.5 and 4.2.1


In addition, it works well following enviromnents:

(IE8 with old LibreOffice)
Windows XP 32bit
Internet Explorer 8
LibreOffice 3.6.7, 4.0.6


(IE10 with new LibreOffice)
Windows 7 64bit
Internet Explorer 10
LibreOffice 4.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 75767] CONFIGURATION: Quick launch not activated despite being selected in install

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

--- Comment #3 from Joel Madero  ---
Hi Daniel - 
Fantastic! Do you think you're going to need a mentor to help you get started?
If so I'll try to find someone :)

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


[Libreoffice-bugs] [Bug 75381] FILESAVE: Rotation in text is lost when exporting as SVG

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

chtfn  changed:

   What|Removed |Added

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

--- Comment #2 from chtfn  ---
This is a duplicate of Bug 57215 - Wrong text rotation in SVG Export (rotated
text appears as non-rotated)

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

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


[Libreoffice-bugs] [Bug 57215] Wrong text rotation in SVG Export (rotated text appears as non-rotated)

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

--- Comment #26 from chtfn  ---
*** Bug 75381 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 75242] Unwanted new line/paragraph added before footnote numbering when save as DOCX, and more new line/paragraphs added after each edit-and-save

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

suokunl...@gmail.com changed:

   What|Removed |Added

 CC||suokunl...@gmail.com

--- Comment #4 from suokunl...@gmail.com ---
I can not reproduce under Windows XP x86, LibreOffice 4.1.5.3 and 4.2.1.1.

Will try again under Ubuntu later.

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


[Libreoffice-bugs] [Bug 75242] Unwanted new line/paragraph added before footnote numbering when save as DOCX, and more new line/paragraphs added after each edit-and-save

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

suokunl...@gmail.com changed:

   What|Removed |Added

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

--- Comment #3 from suokunl...@gmail.com ---
Comment on attachment 94405
  --> https://bugs.freedesktop.org/attachment.cgi?id=94405
when save the attached odt file as docx, a new line is added.

corrected 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 72558] print preview garbled

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

Brenda Granados  changed:

   What|Removed |Added

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

--- Comment #4 from Brenda Granados  ---
Thank you for responding so quickly. I will close this bug as Works For Me,
since 2 people on different systems, one using the font in question, have been
unable to reproduce it.

Are you able to upgrade to the latest LibreOffice?

Please feel free to reopen this bug with additional details if it remains an
issue for you.

Thank you,

Brenda

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


[Libreoffice-bugs] [Bug 75757] remove inheritance to std::map and std::vector

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

--- Comment #4 from Markus Mohrhard  ---
(In reply to comment #3)
> Hi, I would like work on this bug. Do you have some advice which variables
> will be the best to use?

I'm not sure what you mean with that. Basically if a class inherits from
std::map or std::vector right now you should remove the inheritance and add it
as private member variable.

After that fixing all the compile errors and committing should do the job.

Does that help?

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


[Libreoffice-bugs] [Bug 76095] New: FORMATTING: Enhancement: Expand "Automatic Row Break" by include automatic hyphenation

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

  Priority: medium
Bug ID: 76095
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: Enhancement: Expand "Automatic Row Break"
by include automatic hyphenation
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: bugquestcon...@online.de
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.5.3 release
 Component: Spreadsheet
   Product: LibreOffice

Problem description: 
When text is entered into a Calc cell, wrapping of text is needed. 
This can be done by formatting the cells via the format menu 
There is also the excellent functionality to create a shortcut key (Category:
Format, Function: Automatic Row Break). However using this function does not
included automatic hyphenation.

Background:
When using Automatic Row Break, the user most likely always would like to have
also automatic hyphenation to optimize the space in the cell.

Request:
Either expand the Automatic Row Break so it includes automatic hyphenation
or offer a new function item "Automatic Row Break with Auto-Hyphenation.

There a similar but different enhancement request in
https://bugs.freedesktop.org/show_bug.cgi?id=72661

Operating System: All
Version: 4.1.5.3 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 74817] Japanese Text fails to draw correctly for heading.

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

--- Comment #5 from Alistair Leslie-Hughes  ---
4.2.1.1 still has the issue.

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


[Libreoffice-bugs] [Bug 66339] Allow ad hoc editing of chart legend

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

Owen Genat  changed:

   What|Removed |Added

 OS|Windows (All)   |All
   Severity|normal  |enhancement
Summary|[FEATURE] Can't edit chart  |Allow ad hoc editing of
   |legend  |chart legend

--- Comment #3 from Owen Genat  ---
Seems like a valid request to me as ad hoc editing of the legend text (Name of
a Data Range) aides in UX. Summary edited for clarity. Platform set to All/All.
Severity set to enhancement. There is a related AskLO thread (indicating that
the bug reporter is not alone in desiring this functionality):

http://ask.libreoffice.org/en/question/31143/can-legend-entries-in-a-chart-be-edited-on-an-ad-hoc-manual-basis/

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


[Libreoffice-bugs] [Bug 76071] FORMATTING: adding special caracters

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

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Hi dmoyne, thanks for reporting.

At least from 4.1.6 version, is how it works.

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


[Libreoffice-bugs] [Bug 76081] Dataloss: Calc breaks internal references when saved as *.xls

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

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #3 from m.a.riosv  ---
I think this is a duplicate of
https://bugs.freedesktop.org/show_bug.cgi?id=74345, please if you are not
agree, reopen it.

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

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


[Libreoffice-bugs] [Bug 76093] New: EDITING: INFO("version") doesn't give an understandable result.

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

  Priority: medium
Bug ID: 76093
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: INFO("version") doesn't give an
understandable result.
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: mari...@miguelangel.mobi
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.5.7.2 release
 Component: Spreadsheet
   Product: LibreOffice

Looking for a answer to this question in Ask, I have found that INFO() function
 is not very helpful.

a) =INFO("release")
b) =INFO("version")

from at least 3.5 gives the build number, I think at least for "version" the
version number should be provided and well formed n.n.n.n.

With:
LibreOffice 3.3.4 OOO330m19 (Build:401):
a) 330m19(Build:401)
b) 330m19(Build:401)

LibreOffice 3.5.7.2 Build ID: 3215f89-f603614-ab984f2-7348103-1225a5b
a) 3215f89-f603614-ab984f2-7348103-1225a5b
b) 3215f89-f603614-ab984f2-7348103-1225a5b

Version 3.6.7.2 (Build ID: e183d5b)
a) e183d5b-f8ccaf6-3804794-95b4be8-895629
b) e183d5b-f8ccaf6-3804794-95b4be8-895629

Version: 4.3.0.0.alpha0+ Build ID: 59b428189d14da78e761c8dbb8bd8ba7de4fa511
 TinderBox: Win-x86@39, Branch:master, Time: 2014-03-11_00:32:36
a) 59b428189d14da78e761c8dbb8bd8ba7de4fa511
b) 59b428189d14da78e761c8dbb8bd8ba7de4fa511

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


[Libreoffice-bugs] [Bug 75872] ODF documents written by LO < 4.2 and loaded by LO 4.2 may show drawing objects with different stroke and fill colours

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

Michael Stahl  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |mst...@redhat.com
   |desktop.org |
Summary|ODF documents written by LO |ODF documents written by LO
   |< 4.2 and loaded by LO 4.2  |< 4.2 and loaded by LO 4.2
   |may show drawing objects|may show drawing objects
   |different stroke and fill   |with different stroke and
   |colours |fill colours

--- Comment #7 from Michael Stahl  ---
fixed on master

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


[Libreoffice-bugs] [Bug 65971] EDITING: letters move around during editing/typing on comments section

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

--- Comment #9 from ray  ---
Version: 4.2.1.1
Build ID: d7dbbd7842e6a58b0f521599204e827654e1fb8b

This is still reproducible on OS X 10.92 in fullscreen web edit mode.

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


[Libreoffice-bugs] [Bug 75757] remove inheritance to std::map and std::vector

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

--- Comment #3 from Vasek  ---
Hi, I would like work on this bug. Do you have some advice which variables will
be the best to use?

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


[Libreoffice-bugs] [Bug 62767] EDITING: mouse over a formula - box

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

--- Comment #4 from Miroslav Voda  ---
Hi, 
I am a student at FEE CTU and I would like to solve 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 60700] de-cruftify ODF files ...

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

--- Comment #10 from Aron Szabo  ---
Beyond the matter whether it is nice or not, 0 byte-sized files mean a blocking
problem at applying digital signature technology according to the related
standards.

The ODF v1.2 says, that "Document signatures shall contain a 
element for each file within the package [...]". For interoperability reasons
it is also highly recommended to use "ASiC-E with XAdES/CAdES" format of ETSI
TS 102 918 standard which requires the signature to cover all the elements of
the package. But in case of having 0 byte-sized files in the
files-to-be-hashed-and-signed set, a strict CEN CWA 14170 requirement can not
be met which says, that it is a threat, if a "signature is generated to a
'null' document".

Possible solutions for this issue are: e.g. simply deleting 0 byte-sized files
from the package, or inserting some "dont-care" content into them such as XML
comments, or an XML root element.

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


[Libreoffice-bugs] [Bug 76074] FILESAVE : LO crashes while saving the DOCX file

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

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr
   Keywords||have-backtrace

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


[Libreoffice-bugs] [Bug 76074] FILESAVE : LO crashes while saving the DOCX file

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

--- Comment #4 from Julien Nabet  ---
Created attachment 95681
  --> https://bugs.freedesktop.org/attachment.cgi?id=95681&action=edit
console logs + bt with symbols

On pc Debian x86-64 with master sources updated yesterday, I could reproduce
the problem.

I attached the bt with console logs (made from non optimized 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 76032] FILEOPEN: shift of cells in a specific xlsx

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

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Summary|FILEOPEN: crash with|FILEOPEN: shift of cells in
   |specific xlsx file  |a specific xlsx
 Ever confirmed|0   |1

--- Comment #5 from Maxim Monastirsky  ---
(In reply to comment #4)
> I would prefer it if the "open file" code wouldn't look at the extension but
> at the file content.
That exactly what libreoffice does when you don't specify the format. The
output you're seeing is from one of the so-called 'type detection' services.
But it's not the problem in your case, because in your case libreoffice can
detect that it's xlsx, but it can't actually *open* it, which is a different
problem.

> And the error message should still say which document it's expecting :-)
This output is from an external library (libxml), and AFAIK we have no control
about it.

As for the bug itself: Under Fedora 20 with 4.2.2.1 I'm getting SIGABRT while
opening this spreadsheet. But I'm able to open it with the latest master and
4.2 (just like Julien pointed out). So this problem seems solved.

Now we have another problem - the shift of B1:B2 to B2:B3. I can confirm that
it doesn't look like this in Excel 2010 SP2, but like in your original 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 75977] Editing : Undo after deleting sheet not restoring cell reference to another page

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

Kohei Yoshida  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |libreoff...@kohei.us
   |desktop.org |

--- Comment #4 from Kohei Yoshida  ---
.

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


[Libreoffice-bugs] [Bug 75767] CONFIGURATION: Quick launch not activated despite being selected in install

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

--- Comment #2 from Daniel Rutkovský  ---
Hi, 
I am a student at FEE CTU and I would like to solve this bug. 

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 74817] Japanese Text fails to draw correctly for heading.

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

Alistair Leslie-Hughes  changed:

   What|Removed |Added

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

--- Comment #4 from Alistair Leslie-Hughes  ---
I'm still having the issue using 4.2.0.4 on Windows.

When I open the Sample document in WORD. The font for the heading is changed
from "Calibri" to "MS Gothic".

So if the font used doesn't support the language, should a default one be used?

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


[Libreoffice-bugs] [Bug 75741] Calc crashes when modifying a named range

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

--- Comment #8 from t...@tim-passingham.co.uk ---
It occurred to me to try the same sheet in a different version - 4.1.4.2 -
under Windows 7. 

I deleted the two named ranges with no difficulty.

There were other differences in the environment, including the fact that macros
were not enabled because the file wasn't in a trusted folder, and there was no
link to my LibreOffice Base/MariaDb database (from which the data comes for the
sheets on a manually requested refresh to pivot tables).  

So I haven't got a decent proof that it's the LO version, but if people have
been working on Named Ranges since that version there's a clue that something
may have gone slightly awry.

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


[Libreoffice-bugs] [Bug 76092] New: FORMATTING: Writer shows nested textboxes with text incorrectly formatted

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

  Priority: medium
Bug ID: 76092
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: Writer shows nested textboxes with text
incorrectly formatted
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: emili0...@hotmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.2.1.1 release
 Component: Writer
   Product: LibreOffice

Created attachment 95680
  --> https://bugs.freedesktop.org/attachment.cgi?id=95680&action=edit
The attached document is a sample file

Problem description: When the user uses Writer to open a .doc with nested
textboxes and text, the result is very different from the original.

Steps to reproduce:
1. Open the sample document with LibreOffice Writer

Current behavior:
Document formatted incorrectly.

Expected behavior:
Document formated as original.

Operating System: Windows XP
Version: 4.2.1.1 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 76032] FILEOPEN: crash with specific xlsx file

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

--- Comment #4 from Aaron Digulla  ---
> This output isn't related to your problem.

Well, Excel can open the file, even though the extension is wrong.

I would prefer it if the "open file" code wouldn't look at the extension but at
the file content.

And the error message should still say which document it's expecting :-) Just
saying "There was an error" isn't very useful for anyone.

> [output with updated sources]

Much better but I wonder where A3 and B1 are coming from :-)

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


[Libreoffice-bugs] [Bug 76091] UI: Different Section Name Alignment

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

A (Andy)  changed:

   What|Removed |Added

   Severity|normal  |trivial

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


[Libreoffice-bugs] [Bug 76091] New: UI: Different Section Name Alignment

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

  Priority: medium
Bug ID: 76091
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: UI: Different Section Name Alignment
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: stgohi-lob...@yahoo.de
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.2.1.1 release
 Component: Writer
   Product: LibreOffice

Steps to Reproduce:
1. Open WRITER
2. Go to INSERT -> FRAME -> tab Macros
3. Choose any macro folder

Current Behavior:
The section names "Macros" and "Existing Macros" have not the same alignment /
are not at the same level.  "Macros" is one line below "Existing Macros".

Expected Behavior:
They should have the same alignment.


Operating System: Windows 8
Version: 4.2.1.1 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 75741] Calc crashes when modifying a named range

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

t...@tim-passingham.co.uk changed:

   What|Removed |Added

 CC||t...@tim-passingham.co.uk

--- Comment #7 from t...@tim-passingham.co.uk ---
I have a similar problem, on 4.2.2.1 Ubuntu 13.10 64 bit.

I have a complex workbook with many sheets and many named ranges.  I have two
named ranges that I cannot amend or delete without Calc crashing.  I'm not
running the debug version so don't have any crash report or evidence anywhere. 
It just stops.

As a work-around I recreated a copy of the sheet to which these two names
refer, created new names, and changed all references to use these new names. 
My data is now sound.

I still couldn't amend the two old named ranges without Calc crashing.

I then deleted the underlying sheet to which the problematic names refer.

However, I still have the two named ranges, which now have invalid references
(eg $#REF!.$A$1:$H$35) since the sheet to which they refer has been deleted. 
However, I still cannot delete or amend the names without LO just stopping.

I cannot supply the sheet, nor a crash report even if I had a debug version,
since the data is personal finance information.

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


[Libreoffice-bugs] [Bug 74056] EDITING: Index Quirks

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

--- Comment #2 from Frank  ---
Hi Tomaz:

Always glad to aid in someone's education !!!

Seriously, if I can contribute to testing any "fixes" to these things (I
believe there may be several contributing but not necessarily related bugs
involved), let me know and I'll try to help. Obviously, since I reported the
issue, I've become familiar with its use.

Also be aware that I also provided the following instructions to someone on
some forum that I can't remember now to allow them to remove all the index
markers, and this might help whoever is tasked with working on the index
issues:

= QUOTE =
So, here's how to remove all of the index markers from a Writer document so you
can start with a clean slate. To do this, you will need to be running
LibreOffice on some flavor of Linux/Unix, or at least on a system that has a
command line or some text editor with "sed" capabilities.

1: Make a backup of your Writer document. You know the consequences if
something goes amiss.
2: Open the document in Writer, and choose Save As "OpenDocument Text (Flat
XML) (fodt)"
   This creates an uncompressed XML version of the document.
   On my system (Ubuntu), I was unable to decompress the odt version, as the OS
complained it was malformed.
3: Close the document and exit Writer.
4: Open a command line shell, preferably in the directory containing the fodt
file.
5: Run the following command (all one line - broken apart here for clarity):
   sed 's///g'
   < Old_File_Name_and_Path.fodt
   > New_File_Name_and_Path.fodt
   Depending on the file size and processor speed, this may take a bit.
   If this gives errors, you're on your own.
6: Close the command line shell.
7: Open the new "cleansed" fodt file with Writer.
8: The file should look the same but without any alphabetical index markers.
(The formatting is still there, though)
9: Go to where your alphabetical index is located, right click and select
"Update Index/Table"
A: All of the index entries should disappear; if any remain, go find them and
manually delete them.
   Apparently, some of the indexes are somehow embedded in others and aren't
found by the sed command above.
   I didn't bother to try figuring out how or why that happened. I had several
hundred markers, of which only five weren't removed.
B: Now, go back to the index and select Edit Index/Table, then File | Open.
C: Select the original file (assuming you have it where you want it), and let
Writer go to it.
D: You now have a "clean" document with no duplicate index entries.
E: LOOK AT IT CAREFULLY, of course, before replacing your original. The
document I tried this on was over four hundred pages with lots of tables,
graphics and so forth, and I found no problems, but it's up to you to determine
if everything is ok.

I hope this helps any others who might be using alphabetic indexes.
= END QUOTE =

Best of Luck,
Frank

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


[Libreoffice-bugs] [Bug 76073] EDITING: Center not fixed when resizing with ALT key

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

A (Andy)  changed:

   What|Removed |Added

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

--- Comment #1 from A (Andy)  ---
reproducible with LO 4.2.1.1 (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 76089] EDITING: imported calc8 sheet shows a black line in the last row

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

--- Comment #2 from Reinhard Lamsfuss  ---
row 12 has no strike-through line in it
however, after importing the sheet as calc8 to an odt-doc a black line appears
in row 12

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


[Libreoffice-bugs] [Bug 76089] EDITING: imported calc8 sheet shows a black line in the last row

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

--- Comment #1 from Reinhard Lamsfuss  ---
Created attachment 95677
  --> https://bugs.freedesktop.org/attachment.cgi?id=95677&action=edit
the odt document with the imported ods sheet

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


[Libreoffice-bugs] [Bug 76089] EDITING: imported calc8 sheet shows a black line in the last row

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

Reinhard Lamsfuss  changed:

   What|Removed |Added

  Attachment #95676|the odt document with the   |the imported ods sheet
description|imported ods sheet, the ods |
   |sheet separately|

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


[Libreoffice-bugs] [Bug 59552] No ODF 1.2 Online Validator available

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

Gustavo Pacheco  changed:

   What|Removed |Added

 CC||gbpach...@gmail.com

--- Comment #3 from Gustavo Pacheco  ---
http://odf-validator2.rhcloud.com/odf-validator2/ and
http://odf-validator2.rhcloud.com/officeotron2/ are ok now. 

I manage these validators so if you have they down, just contact me. I'm at CC
list.

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


[Libreoffice-bugs] [Bug 76089] New: EDITING: imported calc8 sheet shows a black line in the last row

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

  Priority: medium
Bug ID: 76089
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: imported calc8 sheet shows a black line in
the last row
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: rlamsf...@muenster.de
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.2.2.1 rc
 Component: Writer
   Product: LibreOffice

Created attachment 95676
  --> https://bugs.freedesktop.org/attachment.cgi?id=95676&action=edit
the odt document with the imported ods sheet, the ods sheet separately

Problem description: 

Steps to reproduce:
1. create an ods sheet from template
2. paste it in an odt document in calc8 format
3. Last row shows a strike-through black line

Current behavior: black line always appears when it is not in the ods sheet

Expected behavior:spread sheet should appear without black strike-through line


Operating System: Ubuntu
Version: 4.2.2.1 rc

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


[Libreoffice-bugs] [Bug 75856] FILEOPEN: Incorrect page height import on a .doc file

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

Arnaud Versini  changed:

   What|Removed |Added

Summary|VIEWING: Complex Word   |FILEOPEN: Incorrect page
   |document Completely |height import on a .doc
   |Unusable in LibreOffice |file

--- Comment #6 from Arnaud Versini  ---
@Aymeric sorry :-)

Seems page height is wrong, 300cm is too much

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


[Libreoffice-bugs] [Bug 72481] [FILEOPEN] [XLSX Import] Regression in displaying font size in text boxes

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:4.2.3|target:4.2.3 target:4.1.6

--- Comment #12 from Commit Notification 
 ---
Björgvin Ragnarsson committed a patch related to this issue.
It has been pushed to "libreoffice-4-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=0b772a163b2536fc55aa3b4de925119e33af7691&h=libreoffice-4-1

fdo#72481 drawingml import: don't set CharEscapementHeight unconditionally


It will be available in LibreOffice 4.1.6.

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 75856] VIEWING: Complex Word document Completely Unusable in LibreOffice

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

Arnaud Versini  changed:

   What|Removed |Added

 CC||arnaud.vers...@gmail.com

--- Comment #5 from Arnaud Versini  ---
@Aymeric, can you add to the bug a capture o

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


[Libreoffice-bugs] [Bug 74056] EDITING: Index Quirks

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

Tomaz Vajngerl  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Tomaz Vajngerl  ---
oh wow.. I actually learned something trying to reproduce this :) 

Confirming..

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


[Libreoffice-bugs] [Bug 43959] Horizontal ruler updates bad when changing zoom level

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

--- Comment #6 from OfficeUser  ---
Is someone able 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 76086] page number in page break preview while multiple sheets selected

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

Ahamed  changed:

   What|Removed |Added

 CC||ahamedck...@yahoo.com
Version|unspecified |Inherited From OOo

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


[Libreoffice-bugs] [Bug 76087] Wrong X-axis data labels

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

Jorendc  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||markus.mohrhard@googlemail.
   ||com
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=75711
Version|unspecified |4.2.1.1 release
 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 73115] Spreadsheet: UI: - Format Cells dialog transparent (displayed with no content) for KDE

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

Maxim Monastirsky  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |glo...@fbihome.de
   |desktop.org |
 CC||momonas...@gmail.com

--- Comment #9 from Maxim Monastirsky  ---
Hi Jan-Marek,

Unfortunately with this commit applied, I now observe this bug with top level
windows, i.e. the main window is transparent, making the app unusable. Would be
great if you could look at this. Thanks in advance.

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


[Libreoffice-bugs] [Bug 75711] Chart axis formatting dialog wrongly displays entries

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

Jorendc  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 76087] New: Wrong X-axis data labels

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

  Priority: medium
Bug ID: 76087
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Wrong X-axis data labels
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: jore...@libreoffice.org
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Chart
   Product: LibreOffice

Bug 75711 reports 2 different bugs. This is the Chart X-axis label bug. The
dialog bug is still bug 75711.

How to reproduce:
* Download and open attachment 95029

Behavior: Chart X-axis labels doesn't match with the dates entered in the data
series (column A1)

Kind regards,
Joren

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


[Libreoffice-bugs] [Bug 76078] LO Crash: LO Crashes while saving the docx file containing only opening brace

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

--- Comment #3 from Jorendc  ---
(In reply to comment #2)
> I will be attaching herewith the original document as well. Can you please
> confirm the issue.
I think the original document is already attached (file name is
2120112713-Orig.docx).

> P.S : the previously attached document was the optimized document.
Can you please attach this optimized document as well (looks like there is no
new attachment created).

Thanks!
Joren

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


[Libreoffice-bugs] [Bug 76086] New: page number in page break preview while multiple sheets selected

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

  Priority: medium
Bug ID: 76086
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: page number in page break preview while multiple
sheets selected
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: ahamedck...@yahoo.com
  Hardware: All
Status: UNCONFIRMED
   Version: unspecified
 Component: Spreadsheet
   Product: LibreOffice

TWO bugs of the same nature:

1)I feel the page-break view has a bug in that : suppose there are only two
sheets and both have only one page each in them and when we select all the two
sheets the page break view should re-designate the water marked page number
revised to reflect the selected sheets and its order ie. the 2nd sheet page
should be "Page 2" . instead of " Page 1" and it should be accordingly
reflected as many sheets and pages are there ...

2) The pages while in the page break preview lists the pages 1 to n depending
upon the order vertically or horizontally.  But when the page-break-preview it
should reflect the page number from which we suppose to start with ie. instead
of starting with a page no. of 1 suppose we put 4 and tick mark the Format-->
Page Style --> Sheet --> First page Number selection, then it should be pages 4
to n+3

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


[Libreoffice-bugs] [Bug 66975] UI: [Enhancement] Option to keep cursor vertically centered in viewport

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

Tomaz Vajngerl  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Tomaz Vajngerl  ---
Uau.. really sorry it has taken so long for anybody to look at this bug.

I think it is a valid request - at least variant "b" should not be hard to
implement.

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


[Libreoffice-bugs] [Bug 76085] New: VIEWING: view --> page break preview while multiple sheets selected

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

  Priority: medium
Bug ID: 76085
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: VIEWING: view --> page break preview while multiple
sheets selected
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: ahamedck...@yahoo.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.0.4 release
 Component: Spreadsheet
   Product: LibreOffice

TWO bugs of the same nature:

1)I feel the page-break view has a bug in that : suppose there are only two
sheets and both have only one page each in them and when we select all the two
sheets the page break view should re-designate the water marked page number
revised to reflect the selected sheets and its order ie. the 2nd sheet page
should be "Page 2" . instead of " Page 1" and it should be accordingly
reflected as many sheets and pages are there ...

2) The pages while in the page break preview lists the pages 1 to n depending
upon the order vertically or horizontally.  But when the page-break-preview it
should reflect the page number from which we suppose to start with ie. instead
of starting with a page no. of 1 suppose we put 4 and tick mark the Format-->
Page Style --> Sheet --> First page Number selection, then it should be pages 4
to n+3 






Operating System: All
Version: 4.1.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 75711] Chart axis formatting dialog wrongly displays entries

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

Jorendc  changed:

   What|Removed |Added

Summary|Calc breakes date entries   |Chart axis formatting
   |in diagrams |dialog wrongly displays
   ||entries
  Component|Chart   |UI

--- Comment #6 from Jorendc  ---
Okay, lets mark this one as the UI dialog bug. (screenshot is already attached
etc etc). I'll create a new bug report with the wrongly displayed values.

Thanks for having a look Markus :-)

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


[Libreoffice-bugs] [Bug 76084] New: Update style from selection does not work

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

  Priority: medium
Bug ID: 76084
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Update style from selection does not work
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: 28hen...@gmail.com
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.2.0.4 release
 Component: Writer
   Product: LibreOffice

I want to apply the attributes from the style "Heading 1" to its parent style
"Heading". I am subsequnetly planning to change the style "Heading 1".

First I select a part of my document which is already formatted in the style
"Heading 1".

In the Styles and Formatting window I the select (one click) the Style
"Heading" and then I click the top left button with the tool tip "New style
from selection". In the drop down menu I select "Update style".

The expected behaviour is that the style "Heading" should adopt the attributes
of the selected text thereby becomming identical to the style "Heading 1".

The actual behaviour is that nothing happens. The style "Heading" retains all
its prior attributes.

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


[Libreoffice-bugs] [Bug 76069] Split esoteric format support to a separate package

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

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
 CC||ba...@quipo.it
 Ever confirmed|0   |1

--- Comment #1 from tommy27  ---
feature request. set status to NEW.

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


[Libreoffice-bugs] [Bug 75936] Moving Bullets to left

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

tommy27  changed:

   What|Removed |Added

Version|4.1.5.3 release |Inherited From OOo

--- Comment #8 from tommy27  ---
(In reply to comment #6)
> Did this never work in previous releases or is this a regression?
> (Also: Possibly related to fdo#42708).

It seems it has always been like that.
I can reproduce it in LibO 3.3.3 and AOO 4.0.0
hence issue is inherited from OOo

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


[Libreoffice-bugs] [Bug 76083] New: EDITING: Problem with arrow and text

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

  Priority: medium
Bug ID: 76083
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Problem with arrow and text
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: sebastiano.barate...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.2.1.1 release
 Component: Drawing
   Product: LibreOffice

Created attachment 95672
  --> https://bugs.freedesktop.org/attachment.cgi?id=95672&action=edit
Example document

Problem description: 

No way to get an arrow from right to left with the text placed upper and in the
right direction (readable without turning the monitor)

Steps to reproduce:
1. see attached document

Operating System: All
Version: 4.2.1.1 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 75936] Moving Bullets to left

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

tommy27  changed:

   What|Removed |Added

  Attachment #95631|0   |1
is obsolete||

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


[Libreoffice-bugs] [Bug 75936] Moving Bullets to left

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

tommy27  changed:

   What|Removed |Added

  Attachment #95632|0   |1
is obsolete||

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


[Libreoffice-bugs] [Bug 76078] LO Crash: LO Crashes while saving the docx file containing only opening brace

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

--- Comment #2 from Dinesh  ---
@Jorendc : I tried to test it again like you mentioned. I could reproduce the
issue again. I tried it on Ubuntu 12.04 ( Build id :
e5cb1989520baf321961dbb82437d1b00a2a499c ).

I will be attaching herewith the original document as well. Can you please
confirm the issue.

P.S : the previously attached document was the optimized 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 71119] CONFIGURATION: Font Toolbar disappears often

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

sophie  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG
 CC||gautier.sop...@gmail.com

--- Comment #3 from sophie  ---
I guess that now with the side panel this issue is resolved, it is enable by
default in Impress in the 4.2 series and on demand in 4.1 series. Also, to
modify the font in one action, use styles and modify the font inside it.
Closing, please reopen and set an enhancement if you reproduce with the last
versions. Sophie

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


[Libreoffice-bugs] [Bug 64264] FILEOPEN: Table in docx not rendering correctly due "repeat heading"

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

--- Comment #6 from Xisco Faulí  ---
Confirmed in Windows 7 Enterprise with:
   - Libreoffice 4.1.4.2 Build  ID: 0a0440ccc0227ad9829de5f46be37cfb6edcf72
   - Libreoffice 4.2.1.1 Build  ID: d7dbbd7842e6a58b0f521599204e827654e1fb8b
   - Libreoffice 4.3.0.0.alpha0 ID: 9aa241f0370ab22096a9b1d70040130743448a65

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


[Libreoffice-bugs] [Bug 76081] Dataloss: Calc breaks internal references when saved as *.xls

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

--- Comment #2 from a07cd040897db54e1...@spambog.com ---
(In reply to comment #1)
> Created attachment 95671 [details]
> The file saved as *.xls with Calc 4.2.1.1

Just tested with 4.2.2.1 prerelease and there the bug seems to be 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 58709] FILEOPEN: When opening pptx file some text not showing

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

--- Comment #3 from Xisco Faulí  ---
Confirmed in Windows 7 Enterprise with:
   - Libreoffice 4.1.4.2 Build  ID: 0a0440ccc0227ad9829de5f46be37cfb6edcf72
   - Libreoffice 4.2.1.1 Build  ID: d7dbbd7842e6a58b0f521599204e827654e1fb8b
   - Libreoffice 4.3.0.0.alpha0 ID: 9aa241f0370ab22096a9b1d70040130743448a65

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


[Libreoffice-bugs] [Bug 76078] LO Crash: LO Crashes while saving the docx file containing only opening brace

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

Jorendc  changed:

   What|Removed |Added

 CC||jore...@libreoffice.org

--- Comment #1 from Jorendc  ---
I fail to reproduce a crash when saving attached document as .docx or by
reopening it.

Tested using Mac OSX 10.9 with LibreOffice Version: 4.3.0.0.alpha0+
Build ID: 1b6e87fc232e78790d45a54b7a4ac7fe02d2c587
TinderBox: MacOSX-x86@49-TDF, Branch:master, Time: 2014-03-08_23:04:18

@Dinesh: any chance you can retest with an up to date build? (as you can see
above, I did test with a version of March 8th.

Kind regards,
Joren

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


[Libreoffice-bugs] [Bug 76078] LO Crash: LO Crashes while saving the docx file containing only opening brace

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

Jorendc  changed:

   What|Removed |Added

  Attachment #95658|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 76074] FILESAVE : LO crashes while saving the DOCX file

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

Jorendc  changed:

   What|Removed |Added

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

--- Comment #3 from Jorendc  ---
Reproducible, tested using Mac OSX 10.9 with LibreOffice Version:
4.3.0.0.alpha0+ Build ID: f32df2d590d0ee14f09664934457ba9e8de8cbe6
TinderBox: MacOSX-x86@49-TDF, Branch:master, Time: 2014-03-01_02:31:14

Kind regards,
Joren

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


[Libreoffice-bugs] [Bug 51665] Support diagonal borders in TABLEs

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||mr.jacob.kr...@gmail.com

--- Comment #7 from Xisco Faulí  ---
*** Bug 61734 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 61734] FILEOPEN .doc: diagonal TABLE cell borders missing

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #2 from Xisco Faulí  ---


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

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


[Libreoffice-bugs] [Bug 65260] FILEOPEN: DOCX imports Wordart as simple text box

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

--- Comment #4 from Xisco Faulí  ---
Confirmed in Windows 7 Enterprise with:
   - Libreoffice 4.1.4.2 Build  ID: 0a0440ccc0227ad9829de5f46be37cfb6edcf72
   - Libreoffice 4.2.1.1 Build  ID: d7dbbd7842e6a58b0f521599204e827654e1fb8b
   - Libreoffice 4.3.0.0.alpha0 ID: 9aa241f0370ab22096a9b1d70040130743448a65

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


[Libreoffice-bugs] [Bug 65835] [FILEOPEN] Very slow import for xslx file

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #4 from Xisco Faulí  ---
I close this bug report as RESOLVED WORKFORME because Calc opens this document
in a few seconds:
Tested again in Windows 7 Enterprise with:
   - Libreoffice 4.1.4.2 Build  ID: 0a0440ccc0227ad9829de5f46be37cfb6edcf72
   - Libreoffice 4.2.1.1 Build  ID: d7dbbd7842e6a58b0f521599204e827654e1fb8b
   - Libreoffice 4.3.0.0.alpha0 ID: 9aa241f0370ab22096a9b1d70040130743448a65

Feel free to open this bug report again if you find that the bug is still
reproducible under some special circumstances, etc.

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


[Libreoffice-bugs] [Bug 75110] EDITING - crash after deleting all and undoing the deletion in a document with tables

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

Miklos Vajna  changed:

   What|Removed |Added

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

--- Comment #7 from Miklos Vajna  ---
I'll take care of 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 59106] FILEOPEN particular .doc: TABLE does not handle page breaks correctly

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #19 from Xisco Faulí  ---
I close this bug report as RESOLVED WORKFORME because it is no longer
reproducible.
Tested again in Windows 7 Enterprise with:
   - Libreoffice 4.1.4.2 Build  ID: 0a0440ccc0227ad9829de5f46be37cfb6edcf72
   - Libreoffice 4.2.1.1 Build  ID: d7dbbd7842e6a58b0f521599204e827654e1fb8b
   - Libreoffice 4.3.0.0.alpha0 ID: 9aa241f0370ab22096a9b1d70040130743448a65

Feel free to open this bug report again if you find that the bug is still
reproducible under some special circumstances, etc.

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


[Libreoffice-bugs] [Bug 75832] FORMATTING: Write: List outline numbering not working. (Bullets and numbering/ outline tab)

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

Joel Madero  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 75522] corruption while copying cells to irfanview

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

Joel Madero  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Joel Madero  ---
ah yes the regression copy/paste bug - apologies for that you are correct. This
is a duplicate and has been resolved - you'll see the fix in next stable
release.

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

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

Bug 65675 depends on bug 50855, which changed state.

Bug 50855 Summary: VIEWING: Nimbus Sans L missing styles
https://bugs.freedesktop.org/show_bug.cgi?id=50855

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 75242] Unwanted new line/paragraph added before footnote numbering when save as DOCX, and more new line/paragraphs added after each edit-and-save

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

sophie  changed:

   What|Removed |Added

 CC||gautier.sop...@gmail.com

--- Comment #2 from sophie  ---
I could not reproduce using 4.1.5.3 under Debian 6. Try to edit/save several
times and no line is added. Sophie

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


[Libreoffice-bugs] [Bug 50855] VIEWING: Nimbus Sans L missing styles

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

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 76081] Dataloss: Calc breaks internal references when saved as *.xls

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

a07cd040897db54e1...@spambog.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 76080] FILESAVE: URLs encoded into UTF-8 after saving HTML

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

Stephan Bergmann  changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #1 from Stephan Bergmann  ---
Looks like conversion of file URLs between LO's internal (path payload always
in UTF-8) and external (path payload according to platform expectations)
representations does not happen for HTML (im-?)/export.  (The example at

apparently involves file URLs, albeit relative ones, which is an extra
challenge for the conversion between internal and external, which bases its
work on the scheme of a---necessarily absolute---URI.)

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


[Libreoffice-bugs] [Bug 75936] Moving Bullets to left

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

tommy27  changed:

   What|Removed |Added

Version|4.2.1.1 release |4.1.5.3 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


  1   2   >