[Libreoffice-bugs] [Bug 59882] FILEOPEN: 2x slowdown loading particular document with 112 page table

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59882

Khaled Hosny khaledho...@eglug.org changed:

   What|Removed |Added

 CC||khaledho...@eglug.org

--- Comment #7 from Khaled Hosny khaledho...@eglug.org ---
The slowness is not really because of the layout engine, it just made it worse.
Inserting some printf's in the layout function shows a huge amount of text is
being sent there like a million times. This seems to be something related to
DOCX, as the document loads normally when converted to ODT.

I think it is a bug in DOCX code that just got worsened by slow layout engine.

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


[Libreoffice-bugs] [Bug 59882] FILEOPEN: 2x slowdown loading particular document with 112 page table

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59882

--- Comment #8 from Khaled Hosny khaledho...@eglug.org ---
There is exactly 422908 calls to layout() when opening the DOCX, as compared to
only 6021 when opening the same file converted to ODT.

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


[Libreoffice-bugs] [Bug 59882] FILEOPEN: 2x slowdown loading particular document with 112 page table

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59882

--- Comment #9 from Khaled Hosny khaledho...@eglug.org ---
Opening both documents in headless mode, both seem to result in the same number
of layout calls, roughly 44, so it seems like we are loading the whole
document at startup in case of DOCX.

But any way, there is some really inefficient code here laying the text out
over and over again, probably to do some measuring.

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


[Libreoffice-bugs] [Bug 64119] FILESAVE: Buggy CSS stylesheet in exported XHTML

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64119

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Whiteboard|BSA |BSA EasyHack
   ||DifficultyBeginner
 CC||dtar...@redhat.com
 Ever confirmed|0   |1

--- Comment #1 from David Tardon dtar...@redhat.com ---
Well, these are three different bugs, so there should be three reports. But
let's ignore the technicalities... IMHO at least the first two bugs should be
very easily fixable by anyone who knows XSLT, so I am marking this as EasyHack. 

The code in question is filter/source/xslt/odf2xhtml with some parts in
filter/source/xslt/common . Some pointers to the individual problems:

1. I would start looking at template round-up-border-width in
filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl .

2. This is because of the use of xsl:comment in the CSS export code, e.g.,
template create-page-layout in
filter/source/xslt/odf2xhtml/export/xhtml/header.xsl . Obviously these must be
changed to plain /* */.

3. I have not been able to spot a likely problematic place in a quick look, so
I leave this as excercise to the reader :-)

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


[Libreoffice-bugs] [Bug 64134] FILESAVE: Fontworks Is Not Saving

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64134

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||dtar...@redhat.com

--- Comment #1 from David Tardon dtar...@redhat.com ---


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

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


[Libreoffice-bugs] [Bug 63779] search is always case sensitive

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63779

Sean Carlos sean.car...@gmail.com changed:

   What|Removed |Added

 CC||sean.car...@gmail.com

--- Comment #10 from Sean Carlos sean.car...@gmail.com ---
This bug impacts Calc as well. Case insensitive search works in 4.0.2.2; broke
in 4.0.3.1  4.0.3.2. Tested on Linux x64

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


[Libreoffice-bugs] [Bug 62716] EDITING: CRASH of Writer, Presentation under windows 8

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62716

kevinde...@outlook.com changed:

   What|Removed |Added

Version|3.6.0.4 release |4.0.2.2 release

--- Comment #5 from kevinde...@outlook.com ---
This error message (dialog box) didn't appear since I have updated LO to
version 4.0.2.2.
I don't use any specific extensions and/or special font.

Anyway, LO continues to freeze when I edit a doc file, especially if the file
is quite big.

1. Open a doc file
2. Go to page 28 on 35.
3. Cut one line
-- LO freezes during 30 seconds and it is not possible to edit the file during
this time.

The file, used for this example, contains 35 pages and 8114 words (very few
words per line because it is a list of my Dvd/Blu-ray collection).

Have a nice day.

Good luck and thank you to provide LO suite!

Best regards

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


[Libreoffice-bugs] [Bug 35449] Large TABLES causes Problems at Print Layout

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35449

--- Comment #9 from sasha.libreoff...@gmail.com ---
More detailed description of bug (Fedora 64bit):

LibreOffice 3.5.7.2:
Initially document contains 10 pages. Second page ends with line:
Nun tritt folgendes Problem1 auf: Wird das Dokument gespeichert
Before clicking on it, let see on page 9. When I palace text cursor on last
line in table and press down-arrow on keyboard, cursor moves incorrectly (part
of text is hidden outside of cell and cursor moves on this hidden text outside
of table and even outside of page).
After clicking on second page document size becomes 12 pages. Problem with last
page disappears

Version 3.6.5.2 and Version 4.0.2.2:
All the same, but clicking on second page not repairs text. Document remains 10
pages size ans problem with last page present.

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


[Libreoffice-bugs] [Bug 34590] incorrect appearance of gif pictures

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34590

--- Comment #7 from sasha.libreoff...@gmail.com ---
On second screenshot I see that problem is still reproducible. Picture ends
exactly beneath frames of text. But should be empty space beneath of frames.
And hight of picture should be almost 2 times bigger.

PS: this picture is generated by msWord by saving document as HTML. Pictures
with this problem may be potentially very popular. And therefore problems is
important.

What is interesting: copy-pasting this picture from Firefox to LibreDraw pastes
it with correct size, but with black background (because pastes as JPEG)

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


[Libreoffice-bugs] [Bug 42246] Cannot Embed Videos from Popular Video Websites

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42246

--- Comment #6 from sasha.libreoff...@gmail.com ---
Additional explanations:
Download means that video appears completely in odp file. So that user can
copy odp document (without other files) to another computer without Internet
connection and it will work properly. This means that LibreOffice should have
video-downloader functionality.
IMHO it is good idea.

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


[Libreoffice-bugs] [Bug 42246] Cannot Embed Videos from Popular Video Websites

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42246

--- Comment #7 from Gerry gerry.trep...@googlemail.com ---
@Sasha: Do you think, a Video Downloader in LibreOffice is really necessary?
LibreOffice supports inserting .flv video files (at least from LO 4.1.
onwards). This means that the user simply needs to download the video file form
the website and insert it. This is IMHO not too complicated.

In my opinion, more important is the possibility to embed videos in the
presentation like one would embed an (e.g. youtube) video in a blog or website.
This simply links to the internet source, but displays it in the blog (or in
our case in the presentation).

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


[Libreoffice-bugs] [Bug 63779] search is always case sensitive

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63779

--- Comment #11 from rpr rpr.nos...@gmail.com ---
Actually, the bug exists in all LibreOffice components that use the search box:
Writer, Calc, Impress, Draw. Tested on LibO 4.0.3.1 for MS 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 63779] search is always case sensitive

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63779

rpr rpr.nos...@gmail.com changed:

   What|Removed |Added

 QA Contact|reisi...@gmail.com  |
  Component|Writer  |Libreoffice

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


[Libreoffice-bugs] [Bug 63779] search is always case sensitive

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63779

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

   What|Removed |Added

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

--- Comment #12 from Michael Stahl mst...@redhat.com ---
Eike, you did something with regex recently
that could have broken this between 4.0.2.2 and 4.0.3.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 60743] Modify the Recent Files menu selection

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60743

Gerry gerry.trep...@googlemail.com changed:

   What|Removed |Added

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

--- Comment #3 from Gerry gerry.trep...@googlemail.com ---
I copied Samuel to this bug. He is currently working on other features related
to recent files.

(Samuel, please feel free to remove yourself again, in case you are not
interested to be copied in here)

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


[Libreoffice-bugs] [Bug 60549] Pictures not saved to .pptx

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60549

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 CC||michael.me...@novell.com,
   ||muthus...@gmail.com

--- Comment #6 from Michael Meeks michael.me...@novell.com ---
Pushed to master; Muthu (I hope) will push it to -4-0 for 4.0.4; not sure about
3-6 - if someone wants to back-port it there I guess it's fine too.

I fixed a number of other missing 'presentation' types of shape objects in the
export there; OLE2 etc.

Thanks for the 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 44446] LibreOffice 3.6 most annoying bugs

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Bug 6 depends on bug 60549, which changed state.

Bug 60549 Summary: Pictures not saved to .pptx
https://bugs.freedesktop.org/show_bug.cgi?id=60549

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 51001] EDITING: CRASH when apply page style Envelope for particular .odt

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51001

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from bfoman bfo.bugm...@spamgourmet.com ---
(In reply to comment #6)
 bfoman: could you give an update? (Have you got the styles and do you still
 have the crash)

Checked with:
LO 4.0.2.2
Build ID: own W7 debug build
Windows 7 Professional SP1 64 bit

Could not reproduce. 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 60549] Pictures not saved to .pptx

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60549

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

   What|Removed |Added

 Whiteboard||target:4.1.0

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

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

fdo#60549 - pptx export presentation as well as draw shape objects.



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 40421] PRINTING shapes with transparent(?) Bitmap background loses bezier curves

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40421

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE
 CC||dtar...@redhat.com

--- Comment #25 from David Tardon dtar...@redhat.com ---


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

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


[Libreoffice-bugs] [Bug 43318] PRINTING standard shapes with bitmap area: filling exceeds shape area (regression since 3.3.4)

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43318

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 CC||stephenmcl...@hotmail.com

--- Comment #9 from David Tardon dtar...@redhat.com ---
*** Bug 40421 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 44446] LibreOffice 3.6 most annoying bugs

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Bug 6 depends on bug 40421, which changed state.

Bug 40421 Summary: PRINTING shapes with transparent(?) Bitmap background loses 
bezier curves
https://bugs.freedesktop.org/show_bug.cgi?id=40421

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 43318] PRINTING standard shapes with bitmap area: filling exceeds shape area (regression since 3.3.4)

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43318

--- Comment #10 from marshals simon.marsh...@misys.com ---
this might also be related to 40863

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


[Libreoffice-bugs] [Bug 40421] PRINTING shapes with transparent(?) Bitmap background loses bezier curves

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40421

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

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

--- Comment #26 from David Tardon dtar...@redhat.com ---
oops, sorry...

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


[Libreoffice-bugs] [Bug 44446] LibreOffice 3.6 most annoying bugs

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Bug 6 depends on bug 40421, which changed state.

Bug 40421 Summary: PRINTING shapes with transparent(?) Bitmap background loses 
bezier curves
https://bugs.freedesktop.org/show_bug.cgi?id=40421

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 40421] PRINTING shapes with transparent(?) Bitmap background loses bezier curves

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40421

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 Status|REOPENED|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 56427] UI Cell 'Background Colour' button retains colour of 'last picked' when 'No Fill' is selected

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56427

--- Comment #7 from Winfried Donkers o...@dci-electronics.nl ---
(In reply to comment #6)
 When the last applied colour is 'no fill', the button shows the one before
 last applied colour, where it should show the last applied colour.
 
 With Writer, this problem also occurs with background colour, but not with
 highlight colour.

The bitmap of the button does change, though, when 'no fill' is selected: the
border of the colour area was the same colour as the area and after selecting
'no fill' the border becomes black, but the area keeps showing the last applied
colour.
(Noted with version 4.0.3.2 on Wondows XP)

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


[Libreoffice-bugs] [Bug 64112] EDITING: weird specific problem with Dutch spell check in Writer after upgrade to *Ubuntu/ Kubuntu 13.04.

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64112

Bas Roufs basro...@gmail.com changed:

   What|Removed |Added

Summary|EDITING: Dutch (NL) spell   |EDITING: weird specific
   |check in Writer does not|problem with Dutch spell
   |work any more after upgrade |check in Writer after
   |to *Ubuntu/ Kubuntu 13.04.  |upgrade to *Ubuntu/ Kubuntu
   ||13.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 42246] Cannot Embed Videos from Popular Video Websites

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42246

--- Comment #8 from sasha.libreoff...@gmail.com ---
1. Often appears situation when computer with connected projector appears
without Internet. Therefore without preliminary downloading video users will
encounter problem with demonstrating presentation.
2. It would be very useful to give to users ability to automatically download
all videos and embed them for not depend from Internet connection in future.
3. At least should be indicated that Internet connection is necessary for
correct working of video.
(At least so it looks for me according to my practice in demonstrating
different presentations)

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


[Libreoffice-bugs] [Bug 39593] copy/paste code detector / fixing

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39593

--- Comment #5 from Michael Meeks michael.me...@novell.com ---
Wow - this looks really nice Minh - good work there ! it's great to see
duplicate code dying ... Just build testing before pushing to master; the code
looks correct just reading 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 64144] New: REPLACE LINEFEED

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64144

  Priority: medium
Bug ID: 64144
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: REPLACE LINEFEED
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: lan...@hotmail.com
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Spreadsheet
   Product: LibreOffice

I tried to replace double linefeeds with one linefeed.

Option:
'Regular expression' is checked.
Tried 'search in' formular and value.

Search for: \n\n  (empty lines)
Replace with: \n   (remove empty line)

Result: all double-linefeeds are replaced with text \n.

sample:
before:
AAA

BBB

after replace:
AAA\nBBB

expected:
AAA
BBB

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


[Libreoffice-bugs] [Bug 64144] REPLACE LINEFEED

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64144

--- Comment #1 from lan...@hotmail.com ---
Created attachment 78775
  -- https://bugs.freedesktop.org/attachment.cgi?id=78775action=edit
search popup

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


[Libreoffice-bugs] [Bug 39593] copy/paste code detector / fixing

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39593

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

   What|Removed |Added

 Whiteboard|EasyHack DifficultyBeginner |EasyHack DifficultyBeginner
   |SkillCpp|SkillCpp target:4.1.0

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

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

fdo#39593 - share copy/paste code, and add a few consts.



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 51001] EDITING: CRASH when apply page style Envelope for particular .odt

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51001

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

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #8 from Julien Nabet serval2...@yahoo.fr ---
bfoman: great! Thank you for your feedback!
I put it as WFM since there's no specifix fix identified on LO repo.

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


[Libreoffice-bugs] [Bug 63752] Cannot Save As to Samba Share

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63752

--- Comment #8 from cab_77...@yahoo.com ---
Not sure if this helps but the Samba Server runs on Debian Squeeze AMD64, and
the PC Client runs on Linux Mint Debian Edition (LMDE)

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


[Libreoffice-bugs] [Bug 38273] EDITING: CRASH when resize movie object

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38273

--- Comment #21 from bfoman bfo.bugm...@spamgourmet.com ---
(In reply to comment #20)
 bfoman: would you have some time to reproduce this and retrieve a backtrace
 of this one with the help of the testkit of Rainer's comment 3?

Checked with:
LO 4.0.2.2
Build ID: own W7 debug build
Windows 7 Professional SP1 64 bit

Could not reproduce 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 55722] VIEWING: missing chart categories - depends on zoom level

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55722

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 CC||bfo.bugm...@spamgourmet.com

--- Comment #7 from bfoman bfo.bugm...@spamgourmet.com ---
Checked with:
LO 4.0.2.2
Build ID: own W7 debug build
Windows 7 Professional SP1 64 bit

Could not reproduce. All titles visible at different zoom levels.

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


[Libreoffice-bugs] [Bug 55762] CALC: SCENARIOS - First and Last Scenario holds the same values

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55762

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 64145] New: 'sub-title' appears when copying chart from Calc and pasting to Writer

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64145

  Priority: medium
Bug ID: 64145
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: 'sub-title' appears when copying chart from Calc and
pasting to Writer
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: deanlasl...@yahoo.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Spreadsheet
   Product: LibreOffice

The words 'sub-title' appear on chart when copying from Calc and pasting to
Writer. The chart has no sub-title.

Also, text drawn onto the chart appears to scale incorrectly in some cases
when copying and pasting from Calc to Writer

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


[Libreoffice-bugs] [Bug 54157] LibreOffice 4.0 most annoying bugs

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Eike Rathke er...@redhat.com changed:

   What|Removed |Added

 Depends on||63779

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


[Libreoffice-bugs] [Bug 51253] EDITING: CRASH when undo leads to a deleted style

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51253

--- Comment #9 from tbehr...@suse.com ---
Fix pushed to -4-0 as well:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=f57fbde51a16d3d7f73eba67420a506d82e16cda

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


[Libreoffice-bugs] [Bug 64088] Reuse Recent Documents code in the Start Center

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64088

Krisztian Pinter pin.termina...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Krisztian Pinter pin.termina...@gmail.com ---
I'm about to spend the following 2 weeks on 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 60549] Pictures not saved to .pptx

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60549

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

   What|Removed |Added

 Whiteboard|target:4.1.0|target:4.1.0 target:4.0.4

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

http://cgit.freedesktop.org/libreoffice/core/commit/?id=d47ca56c8019d7112dbbc99853f9e081d04b93ffh=libreoffice-4-0

fdo#60549 - pptx export presentation as well as draw shape objects.


It will be available in LibreOffice 4.0.4.

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 63424] PRINTING: Bad print of a document correctly displayed both in editing and in print preview

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63424

giohely gioh...@hotmail.com changed:

   What|Removed |Added

Version|4.0.2.2 release |3.6.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 64146] New: Inserting file containing a numbered list messes up numbering

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64146

  Priority: medium
Bug ID: 64146
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Inserting file containing a numbered list messes up
numbering
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: lio...@lanedo.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.0.0.alpha0+ Master
 Component: Writer
   Product: LibreOffice

Created attachment 78776
  -- https://bugs.freedesktop.org/attachment.cgi?id=78776action=edit
test document to demonstrate bug

This bug was first filled against OpenOffice:
https://issues.apache.org/ooo/show_bug.cgi?id=109113


Steps to reproduce:

Step 1: Open attached file insert_numbering_bug.odt. The file contains the
following numbered list:
  1. One
  2. Two
  3. Three
  4.

Step 2: Move cursor to 4.
Step 3: Use Insert-File... to insert the file insert_numbering_bug.odt.

The result is the following list:

  1. One
  2. Two
  3. Three
  4. One
  1. Two
  2. Three
  5. 

This is obviously not what you would expect. Especially the 5. at the end.

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


[Libreoffice-bugs] [Bug 64147] New: : open multi selected documents (in Finder)

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64147

  Priority: medium
Bug ID: 64147
  Keywords: regression
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: : open multi selected documents (in Finder)
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: ea...@katamail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: UI
   Product: LibreOffice

Created attachment 78777
  -- https://bugs.freedesktop.org/attachment.cgi?id=78777action=edit
error dialog opening docs from finder (not from LO open file dialog)

Problem description: 
open multi selected documents (using Finder)
Steps to reproduce:
LO Version 4.0.2.2
under Mac OSX Lion on Intel core i7 64bits

when I click to open a single document selected in Finder everything is fine,
but if I select 2 or more LO documents, and I click to open them, LO starts but
I receive the following dialog error: /Users/Mac/Documents/doc1.odt
/Users/Mac/Documents/doc2.odt does not exist.
in both way it works correctly (I can open multi documents from the LO menu
selecting them with or without ‘Use LibreOffice Dialogs’ selected)…

the problem appears only when I select 2 or more LO documents, and I click to
open them, on the Finder folder (not from LO open document menu) … 
As following: 
- launch Finder
- go to the doc folder
- select 2 or more LO docs
- double click with the mouse to launch LO

LO starts but I receive the following dialog error:
/Users/Mac/Documents/doc1.odt /Users/Mac/Documents/doc2.odt does not exist.
(in this test I selected doc1.odt and doc2.odt in Finder and I double clicked
to open both of documents…)

it seems that the parameters sent to LO from Finder are not correctly managed
if there is more then one doc…

Current behaviour:
I receive the following dialog error: /Users/Mac/Documents/doc1.odt
/Users/Mac/Documents/doc2.odt does not exist.
Expected behaviour:
open the selected documents

in OOo 3.3.0 OSX everything were fine, but in recent versions (as in recent LO)
I noticed this beahviour

Operating System: Mac OS X
Version: 4.0.2.2 release
Last worked in: 3.3.0 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 55762] CALC: SCENARIOS - First and Last Scenario holds the same values

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55762

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 CC||bfo.bugm...@spamgourmet.com

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com ---
Checked with:
LO 4.0.2.2
Build ID: own W7 debug build
Windows 7 Professional SP1 64 bit

In general I couldn't get this feature to work properly. 
Changed values in cells C8 and D5.
1st try:
Two scenarios created - the cell scenario selector didn't work (neither in
Navigator). With three scenarios it started to work but displayed wrong values
- 1st one with values of 2nd, 2nd and 3rd with values of 2nd. The same happened
when I changed scenarios in Navigator. More over when deleted 3rd scenario -
the app crashed.
2nd try:
Three scenarios created - displayed values were different. 1st scenario
displayed values of 3rd, 2nd of 2nd, and 3rd of 3rd. If you deleted 3rd
scenario - the app crashed again. This is reproducible. BT will follow.

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


[Libreoffice-bugs] [Bug 55762] CALC: SCENARIOS - First and Last Scenario holds the same values

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55762

--- Comment #2 from bfoman bfo.bugm...@spamgourmet.com ---
Created attachment 78778
  -- https://bugs.freedesktop.org/attachment.cgi?id=78778action=edit
Bug 55762 - WinDbg session

Attached full WinDbg session.

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


[Libreoffice-bugs] [Bug 55762] CALC: SCENARIOS - First and Last Scenario holds the same values

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55762

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Keywords||have-backtrace
 Ever confirmed|0   |1

--- Comment #3 from bfoman bfo.bugm...@spamgourmet.com ---
NEW as bug confirmed and bt attached.

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


[Libreoffice-bugs] [Bug 55764] EDITING: Cut and paste from FF/Chrome causes import options pop up

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55764

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 CC||bfo.bugm...@spamgourmet.com

--- Comment #3 from bfoman bfo.bugm...@spamgourmet.com ---
Checked with:
LO 4.0.2.2
Build ID: own W7 debug build
Windows 7 Professional SP1 64 bit

Could not reproduce. Linux only?

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


[Libreoffice-bugs] [Bug 55778] : German help does not work in LibreOffice 3.5.4 within Ubuntu Linux 12.04

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55778

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||bfo.bugm...@spamgourmet.com
 Ever confirmed|0   |1

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com ---
Is this still an issue in the latest stable 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 55787] FORMATTING: Horizontal offset wrong polarity for change of inline style

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55787

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||bfo.bugm...@spamgourmet.com
 Ever confirmed|0   |1

--- Comment #2 from bfoman bfo.bugm...@spamgourmet.com ---
Could you attach any example documents to allow others to check on different
system/build?

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


[Libreoffice-bugs] [Bug 55793] Problem rendering multiple Asian fonts

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55793

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 55793] Problem rendering multiple Asian fonts

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55793

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||bfo.bugm...@spamgourmet.com
 Ever confirmed|0   |1

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com ---
Please check if this bug is reproducible with the latest stable release (4.0.x)
as 3.5.x line is in EndOfLife state.

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


[Libreoffice-bugs] [Bug 64112] EDITING: weird specific problem with Dutch spell check in Writer after upgrade to *Ubuntu/ Kubuntu 13.04.

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64112

--- Comment #6 from Bas Roufs basro...@gmail.com ---
(In reply to comment #4)

 Do you know where the userprofile is stored?
   Something as ./config/libreoffice/3/user
Now, there are 2 userprofiles: the one that comes from the old 12.10
configuration before the upgrade and a new, now active one  - this one has come
into being after purging and reinstalling LibreOffice. For details, download
this one:
http://rainbowgathering.eu/Screen-shots.pdf

 Could you rename that and then start again, and see if that makes any
 difference?
I wait with doing something like this until you are able to look at the
screenshots. Pls. take a look at the them and advise me what best to do. 

 If that does not help, you may want to look at the location where the
 pre-installed extensions are?
   ... /libreoffice4.0/share/extensions/

See the screen-shots in the file mentioned abovee.

Specific Dutch spell check problems I also show via the screenshots.

I would appreciate your feedback. Respectfully yours,
Bas Roufs.

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


[Libreoffice-bugs] [Bug 55826] EDITING: Paste special +link of grid does not link empty cells

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55826

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||bfo.bugm...@spamgourmet.com
 Ever confirmed|0   |1

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com ---
Confirmed with:
LO 4.0.2.2
Build ID: own W7 debug build
Windows 7 Professional SP1 64 bit

Empty cells are not linked. Excel 2010 copies links for empty cells.

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


[Libreoffice-bugs] [Bug 55833] : Lacking support for KDE addressbooks (akonadi)

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55833

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

   Severity|normal  |enhancement
 CC||bfo.bugm...@spamgourmet.com

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com ---
Enhancement feature.

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


[Libreoffice-bugs] [Bug 58480] Temporarily unresponding when FILEOPEN .ods with cell with hundreds of linefeeds

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58480

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

   What|Removed |Added

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

--- Comment #19 from Michael Meeks michael.me...@novell.com ---
I'm going to close this - we've agreed that the patch fixing this is too large
and dangerous to back-port to 4.0 and even less likely to 3.6 - so it will be
fixed in 4.1 - going into feature-freeze in the next couple of weeks.

Sorry about that; thanks for reporting though. Master snapshots should be in
reasonable shape, and run nicely for 4.1 so ... if you're desperate use them.

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


[Libreoffice-bugs] [Bug 44446] LibreOffice 3.6 most annoying bugs

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Bug 6 depends on bug 58480, which changed state.

Bug 58480 Summary: Temporarily unresponding when FILEOPEN .ods with cell with 
hundreds of linefeeds
https://bugs.freedesktop.org/show_bug.cgi?id=58480

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 51396] UI: CRASH when modify Random effects to Start effect on click of

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51396

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

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Michael Meeks michael.me...@novell.com ---
This was picked a while back on master (4.1) - I just pushed it to 4.1 for
4.0.4

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 55833] : Lacking support for KDE 4.x addressbooks (akonadi)

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55833

Rene Engelhard r...@debian.org changed:

   What|Removed |Added

Summary|: Lacking support for KDE   |: Lacking support for KDE
   |addressbooks (akonadi)  |4.x addressbooks (akonadi)

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


[Libreoffice-bugs] [Bug 64147] : open multi selected documents (in Finder)

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64147

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

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

--- Comment #1 from Jorendc joren.libreoff...@telenet.be ---


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

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


[Libreoffice-bugs] [Bug 54264] FILEOPEN: LO cannot open more than one file at a time from Mac Finder

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54264

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 CC||ea...@katamail.com

--- Comment #23 from Jorendc joren.libreoff...@telenet.be ---
*** Bug 64147 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 64148] New: New bibliography entry should defaults to internal document

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64148

  Priority: medium
Bug ID: 64148
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: New bibliography entry should defaults to internal
document
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: luizl...@gmail.com
  Hardware: Other
Status: NEW
   Version: unspecified
 Component: Writer
   Product: LibreOffice

Hello,

It is much more commom to have bibliography entries inside the document that in
a external database. Please, change the default source of bibliography entries
from an external database to the document itself.

Regards

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


[Libreoffice-bugs] [Bug 63959] EDITING: Replacement with change recording on is inefficient

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63959

--- Comment #2 from Reuben Thomas r...@sc3d.org ---
I am quite happy with the current solution to this issue (#1 in my list). #2
happens automatically as a result of #1, whereas #3 is not obviously a good
idea, as it may violate users' expectation that all visible text should be
searched. Hence, I would be quite happy if this issue were closed 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 64112] EDITING: weird specific problem with Dutch spell check in Writer after upgrade to *Ubuntu/ Kubuntu 13.04.

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64112

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 CC||joren.libreoffice@telenet.b
   ||e

--- Comment #7 from Jorendc joren.libreoff...@telenet.be ---
Hi Bas,

As far I see you have 2 user profile folders in the libreoffice map. One called
'3' another called '4'. The '4' is for the version you are currently using
(version 4.x). But because version 4 is initially based upon your settings of
'3' (previous 3.x version), I recommend you to change the names of *both*
files. (for example rename it to '3old' and '4old'.

Once you run LibreOffice again, it'll create a new fresh user profile.

I hope this resolve the issue?

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 63959] EDITING: Replacement with change recording on is inefficient

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63959

Reuben Thomas r...@sc3d.org changed:

   What|Removed |Added

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

--- Comment #3 from Reuben Thomas r...@sc3d.org ---
Closing. This issue has been resolved satisfactorily.

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


[Libreoffice-bugs] [Bug 64146] Inserting file containing a numbered list messes up numbering

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64146

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 63959] EDITING: Replacement with change recording on is inefficient

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63959

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #4 from Joel Madero jmadero@gmail.com ---
As we don't know what fixed it we mark it as WORKSFORME :)

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


[Libreoffice-bugs] [Bug 64149] New: EDITING: enhancement: locking capture lines,

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64149

  Priority: medium
Bug ID: 64149
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: enhancement: locking capture lines,
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: boicot...@yahoo.it
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Presentation
   Product: LibreOffice

I sometimes accidentally move my capture lines, trying to move something else,
and this cannot be undone. So my suggested solution are:
1. ability to undo it
2. ability to lock them
3. divide the one created in the master pages (that propagate thought the all
document editable only in master itself) from the ones in the standard pages
(that exhist only in that page)
Thank you


Operating System: Windows 7
Version: 4.0.2.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 64149] EDITING: enhancement: locking capture lines,

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64149

boicot...@yahoo.it 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 64146] Inserting file containing a numbered list messes up numbering

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64146

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |minor
   Priority|medium  |high
 QA Contact||joren.libreoffice@telenet.b
   ||e
 Ever confirmed|0   |1

--- Comment #1 from Jorendc joren.libreoff...@telenet.be ---
Hi,

Thanks for reporting. I'm not sure it was you, but someone already asked this
on the libreoffice-dev channel to test with LibreOffice.

Since I reproduced that bug already, I'm going to mark it as such. Reproduced
using Linux Mint 14 x64 with LibreOffice Version 4.0.3.2 (Build ID:
c6786add5a58268e11aa027c47054344040db1b) and Version: 4.1.0.0.alpha0+
Build ID: a514c72071a4e572bb712f78b8b119ed0b2eb6b

Probably reproducible with first version of LibreOffice, due the fact the bug
is also reported against AOO.

Priority:
* Minor: does make it substantially harder to make high quality work
* High: a bit more priority then default.

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 34959] functionality request: convert presentation to video

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34959

--- Comment #9 from tbehr...@suse.com ---
(In reply to comment #8)
 (2) In case the presentation is presented and shall be recorded. In this
 case, Powerpoint allows to create a video of (a) the slides and (b) the
 voice of the presenter. This is IMHO a very important use case.

Yup. I think this is what this bug is about.

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


[Libreoffice-bugs] [Bug 34808] Can't open files with japanese characters in file names

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34808

tbehr...@suse.com changed:

   What|Removed |Added

   Assignee|tbehr...@suse.com   |libreoffice-b...@lists.free
   ||desktop.org

--- Comment #19 from tbehr...@suse.com ---
Terribly sorry, noticing this was still assigned to me - can't currently commit
significant time to this.

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


[Libreoffice-bugs] [Bug 64150] New: FILEOPEN crash opening a particular document

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64150

  Priority: high
Bug ID: 64150
  Keywords: regression
CC: cedric.bosdonnat@free.fr, mst...@redhat.com
  Assignee: libreoffice-bugs@lists.freedesktop.org
Blocks: 58371
   Summary: FILEOPEN crash opening a particular document
  Severity: major
Classification: Unclassified
OS: Linux (All)
  Reporter: lio...@mamane.lu
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 3.5.4 release
 Component: Writer
   Product: LibreOffice

Created attachment 78780
  -- https://bugs.freedesktop.org/attachment.cgi?id=78780action=edit
reproduction case

Reproduction instructions
=

Open attachment reproduction case


Observed behaviour
==

segfault/crash/exit with return value 139 (128+11, where 11 == SIGSEGV).


Expected behaviour
==

Show document


Tested versions
===

Debian x86-64 Debian-provided package 1:3.5.4+dfsg-4: segfault
Debian x86-64 TDF official build 3.6.3.2: segfault
Debian x86-64 my own libreoffice-4-0 dev tree: segfault
Debian x86-64 TDF official build 4.0.3.1: segfault

BUT

Debian x86-64 TDF official build 3.4.6: no segfault, document opens correctly


Background information
==

That document is generated by Base Report builder (in my dev tree, after a few
other reportbuilder problems are solved, or by LibreOffice 3.4). This crash
is blocking my current task of fix charts in report builder (b0rken since
LibreOffice 3.5), which is why I'd appreciate if it was treated with somewhat
higher priority. Thanks in advance!


Analysis


Segfault happens in editeng/source/items/frmitems.cxx, function
SvxBoxItem::PutValue

(gdb) frame
#12 0x7fb84eeb5f2c in SvxBoxItem::PutValue (this=0x3d94590, rVal=uno::Any
0, nMemberId=15 '\017')
at
/home/master/src/libreoffice/workdirs/libreoffice-4.0/editeng/source/items/frmitems.cxx:1969


In:


case LINE_WIDTH:
{
// Set the line width on all borders
long nWidth(0);
rVal = nWidth;
if( bConvert )
nWidth = MM100_TO_TWIP( nWidth );

// Set the line Width on all borders
const sal_uInt16 aBorders[] = { BOX_LINE_LEFT, BOX_LINE_RIGHT,
BOX_LINE_BOTTOM, BOX_LINE_TOP };
for (int n(0); n != SAL_N_ELEMENTS(aBorders); ++n)
{
editeng::SvxBorderLine* pLine = const_cast editeng::SvxBorderLine*
( GetLine( aBorders[n] ) );
pLine-SetWidth( nWidth );
}
}

with n==0, hence aBorders[n]==BOX_LINE_LEFT, hence GetLine( aBorders[n] ) ==
this-pLeft == 0x0, hence segfault. All four of pLeft, pRight, pBottom and pTop
are NULL. Not initialised? 

I'm not sure if this should just do:

  if( pLeft == NULL)
 pLeft = new SvxBorderLine;

or if this is a symptom of a deeper problem.


Higher up in the callstack:


#14 0x7fb83d38202e in SwXFrame::setPropertyValue (this=0x3d94430,
rPropertyName=LineWidth, aValue=uno::Any 0)
at
/home/master/src/libreoffice/workdirs/libreoffice-4.0/sw/source/core/unocore/unoframe.cxx:1310
#15 0x7fb8538d09d1 in SvXMLImportPropertyMapper::_FillPropertySet
#17 0x7fb85370cfcd in XMLShapeStyleContext::FillPropertySet
#18 0x7fb8539528e8 in XMLTextFrameContext_Impl::Create
#19 0x7fb853955156 in XMLTextFrameContext_Impl::XMLTextFrameContext_Impl
#20 0x7fb853957c08 in XMLTextFrameContext::CreateChildContext
#21 0x7fb8536ed1e3 in SvXMLImport::startElement(this=0x44db2e0,
rName=draw:object-ole, ...)


In particular, frame 15, we are in the loop // iterate over property states
that we want to set and i==69

(gdb) print rProperties[i]
$84 = (__alloc_traitsstd::allocatorXMLPropertyState ::value_type )
@0x3fae6c0: {
  mnIndex = 3, 
  maValue = uno::Any 0
}



(gdb) print rProperties
$85 = std::__debug::vector of length 84, capacity 128 = {{
mnIndex = 46, 
maValue = uno::Any 0
  }, {
mnIndex = 211, 
maValue = uno::Any 0
  }, {
mnIndex = 47, 
maValue = uno::Any 0
  }, {
mnIndex = 212, 
maValue = uno::Any 0
  }, {
mnIndex = 40, 
maValue = uno::Any 0
  }, {
mnIndex = 44, 
maValue = uno::Any 0
  }, {
mnIndex = 213, 
maValue = uno::Any 0
  }, {
mnIndex = 51, 
maValue = uno::Any 0 '\000'
  }, {
mnIndex = 41, 
maValue = uno::Any 0
  }, {
mnIndex = 43, 
maValue = uno::Any 0
  }, {
mnIndex = 161, 
maValue = uno::Any 0
  }, {
mnIndex = 42, 
maValue = uno::Any 0
  }, {
mnIndex = 166, 
maValue = uno::Any 0
  }, {
mnIndex = 128, 
maValue = uno::Any 2
  }, {
mnIndex = 129, 
maValue = uno::Any 0
  }, {
mnIndex = 45, 
maValue = uno::Any 0
  }, {
mnIndex = 214, 

maValue = uno::Any 0
  }, {
mnIndex = 69, 
maValue = uno::Any com::sun::star::drawing::TextAnimationKind_NONE
  }, {
mnIndex = 70, 
maValue = 

[Libreoffice-bugs] [Bug 58371] REPORTBUILDER: Crash when opening report of attachment fdo#48056

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58371

Lionel Elie Mamane lio...@mamane.lu changed:

   What|Removed |Added

 Depends on||64150

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


[Libreoffice-bugs] [Bug 64151] New: CONFIGURATION: Typo in Options → LibreOffice Writer → Comparison

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64151

  Priority: medium
Bug ID: 64151
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: CONFIGURATION: Typo in Options → LibreOffice Writer →
Comparison
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: r...@sc3d.org
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.3.2 rc
 Component: Writer
   Product: LibreOffice

Problem description: 

The label Ignore pieces of lengt should read Ignore pieces of length.

I'm using the en_GB locale, but I suppose this string may also come from the
en_US locale.
Operating System: Ubuntu
Version: 4.0.3.2 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 60075] FILEOPEN: File containing SVG attached to a connector closes immediately

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60075

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

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

--- Comment #9 from David Tardon dtar...@redhat.com ---
SdXMLFrameShapeContext passes its attribute list to all nested images. That
means they all try to register themselves with the same ID in
SdXMLShapeContext::AddShape, but of course only the first one succeeds. The
problem is that this might not be the shape that is actually selected (as in
this case, where the first one is PNG, but
multiImageImportHelper::solveMultipleImages selects the second one, which is
SVG).

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


[Libreoffice-bugs] [Bug 63959] EDITING: Replacement with change recording on is inefficient

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63959

--- Comment #5 from Reuben Thomas r...@sc3d.org ---
Upgrading to LibreOffice 4 is what fixed it; did I miss something?

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


[Libreoffice-bugs] [Bug 64145] 'sub-title' appears when copying chart from Calc and pasting to Writer

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64145

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||joren.libreoffice@telenet.b
   ||e
 Ever confirmed|0   |1

--- Comment #1 from Jorendc joren.libreoff...@telenet.be ---
Thanks for reporting!

I can not reproduce this issue using a regular bar chart, which I then copy to
writer.

Is it possible to attach a sample document which you can reproduce this
behavior?

Thanks in advance,
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 63959] EDITING: Replacement with change recording on is inefficient

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63959

--- Comment #6 from Joel Madero jmadero@gmail.com ---
I mean a specific patch, RESOLVED - FIXED should only be marked if we know the
exact patch that fixes the problem. Usually there is a git commit message that
links to 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 64144] REPLACE LINEFEED

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64144

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 CC||joren.libreoffice@telenet.b
   ||e

--- Comment #2 from Jorendc joren.libreoff...@telenet.be ---
Thanks for reporting.

As far I tested, I can not reproduce this behavior. But I think it highly
depends on what kind of newlines you used in the file. There is a shift+enter
(hard return) or a 'normal' return (sorry if I'm using the wrong terms).

Is it possible to attach a test file you can reproduce this behavior with?

Thanks in advance,
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 64152] New: Add native full screen support in MacOS (10.7 and 10.8)

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64152

  Priority: medium
Bug ID: 64152
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Add native full screen support in MacOS (10.7 and
10.8)
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: osga...@live.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: unspecified
 Component: UI
   Product: LibreOffice

Hi,

Can you add native full screen support in MacOS version as described in this
KB?

http://support.apple.com/kb/PH11359

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 64154] New: Bibliography citation does not allow Brazillian citation norm

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64154

  Priority: medium
Bug ID: 64154
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Bibliography citation does not allow Brazillian
citation norm
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: luizl...@gmail.com
  Hardware: Other
Status: NEW
   Version: unspecified
 Component: Writer
   Product: LibreOffice

Hello,

In Brazil, the most common way to reference inside long documents is called
Author/Date. Numeric reference is also allowed but generally used only in short
documents. Libreoffice can deal with both without problems when creating the
bibliography index. However, the citation inside the text for Author/Date is
someway limiting.

In the current norm, an author can be called directly or indirectly. For
example:

Directly: Acording to White (2008), blue is more dark inside the box.
Indirectly: Blue is more dark inside the box (WHITE, 2008)
Indirectly: Blue is more dark inside the box (WHITE, 2008, p.32)

However, Libreoffice forces me to use only one or another. If I cited the
author twice, I cannot use a different way to call it. If I change the text
inside the parenthesis, it duplicate this entry in the bibliography index.

The worse part is when I have two authors at the same year called directly.

Directly: Acording to White (2008), blue is more dark inside the box. However,
Black (2008) says blue is the same inside the box.

The text inside the parenthesis must be the reference short name. And this
short name is also used as the primary key for the bibliography entry. If I
repeat a short name, the previous entry is replaced.

I don't know that is the best way to solve this without libreoffice limiting
the author choices. Maybe libreoffice could allow the author to use,
alternatively from the short name, any text for the citation object string. I
would be better if the text could go even outside the parenthesis. I.e., the
insert bibliography entry could have:


 Short Name   Citation Text
 ++   ++  
 |WHITE, 2008  |V |   |(short name)   |V |
 ++   ++
  | White (2008)   |
  | Roger White| 
  ++

Where the Citation Text would have an default value (short name) but it
would be manually editable, offering the author previous used texts for this
entry.

The best solution would be someway to pre-build all forms of allowed citations,
as I can do with bibliography index entries. However, I would need additional
fields that are not currently present. The latex Abntex module might give some
idea of how this could be implemented:

% - \cite
% This command depends on if the style is alf or num
% If alf, then \cite produces (explicit (capital), year)
% If num, then \cite produces a superscript with [implicit (lowercase)]
% - \citeonline
% This command depends on if the style is alf or num
% If alf, \citeonline produces implicit (lowercase), (year)
% If num, \citeonline then produces implicit (lowercase)
% - \citeyear
% Produces year
% - \citeauthor
% Produces explicit (capital) author
% - \citeauthoronline
% Produces implicit (lowercase) author

Source:
https://code.google.com/p/abntex2/source/browse/tex/latex/abntex2/abntex2cite.sty

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


[Libreoffice-bugs] [Bug 64154] Bibliography citation does not allow Brazillian citation norm

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64154

--- Comment #2 from Luiz Angelo Daros de Luca luizl...@gmail.com ---
And BTW, please, change the entries formatting (Numeric Entries/Brackets) from
the Insert Index dialog to the Insert Bibliography Entry. It is too much
hidden for new users. Who would look for how Bibliography Entry are formatted
inside the dialog that adds indexes?

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


[Libreoffice-bugs] [Bug 64152] Add native full screen support in MacOS (10.7 and 10.8)

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64152

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

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

--- Comment #1 from Jorendc joren.libreoff...@telenet.be ---


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

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


[Libreoffice-bugs] [Bug 39983] [Feature Request] Support Mac OSX 10.7 (Lion) full-screen mode

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39983

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 CC||osga...@live.com

--- Comment #33 from Jorendc joren.libreoff...@telenet.be ---
*** Bug 64152 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 63721] FILEOPEN Internal charset of Works 2 is not recognized

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63721

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 CC||jmadero@gmail.com

--- Comment #2 from Joel Madero jmadero@gmail.com ---
@Urmas - is this an enhancement request ? Do we claim to support this anywhere?
Also when you say we don't support them, the file opens so what should I be
looking for to see that we don't support them?

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


[Libreoffice-bugs] [Bug 64117] EDITING: Query Wizard prducing sql errors for simplest of quereies

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64117

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 CC||rob...@familiegrosskopf.de

--- Comment #2 from rob...@familiegrosskopf.de ---
I have tested this with LO 3.3.4 OpenSuSE 32bit rpm. 
Created a table, created the descripted fields first name, last name , tax
payer (varchar, varchar, boolean). 
Created a query with the query-wizard.
Query works. 
This is the produced query of LO 3.3.4:
SELECT taxtest.first name AS first name, taxtest.last name AS last
name, taxtest.tax payer AS tax payer FROM taxtest taxtest WHERE (
taxtest.tax payer = 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 64048] FORMATTING: clearcontents in VBA code clears formats

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64048

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 CC||michael.me...@novell.com,
   ||nopo...@novell.com

--- Comment #5 from Michael Meeks michael.me...@novell.com ---
Introduced while re-basing; pushed a fix to master, and (I hope) Noel will
review it for 4.0 (I'll push it to gerrit).

Thanks for the report Steve ! As you can see the fix was really trivial - it's
~always well worth doing a 'git grep' or opengrok search for the method in the
code to see if you can find out what's up there - if you have VBA programming
skills and can make nice test cases like this, it shouldn't be hard to help out
code-wise :-).

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


[Libreoffice-bugs] [Bug 64048] FORMATTING: clearcontents in VBA code clears formats

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64048

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

   What|Removed |Added

 Whiteboard|BSA, bibisected40   |BSA, bibisected40
   ||target:4.1.0

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

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

fdo#64048 - fix calc/VBA clearcontents regression.



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 64117] EDITING: Query Wizard prducing sql errors for simplest of quereies

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64117

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 OS|Windows (All)   |All
 Status|UNCONFIRMED |NEW
Version|3.3.0 Beta2 |3.5.0 release
   Keywords||regression
 Ever confirmed|0   |1

--- Comment #3 from rob...@familiegrosskopf.de ---
Have tested it with some other versions now. All LO 3.4.* work, also 3.5.0rc1
and 3.5.0.rc2. With 3.5.0 itself the wizard wont start on my system. 
At least there is then available LO 3.5.7.1 and LO 4.0.3.1. This two versions
will produce the wrong code as described in this bug.
I will set the Version to 3.5.0 - could be someone will find the first version
with this bug.
This is a regression, not a bug of LO since the beginning of LO.

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


[Libreoffice-bugs] [Bug 64117] EDITING: Query Wizard prducing sql errors for simplest of quereies

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64117

--- Comment #4 from Joel Madero jmadero@gmail.com ---
Thanks Robert, great triage work here.

Have you considered jumping into the QA IRC channel? Maybe you already have and
I just didn't know but the invite is out there

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


[Libreoffice-bugs] [Bug 55848] FormControls : Can't modify the size of a check box

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55848

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

  Attachment #68416|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 61196] Add support for exporting files in djvu format

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61196

eduengler edueng...@gmail.com changed:

   What|Removed |Added

   Priority|medium  |high

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


[Libreoffice-bugs] [Bug 54157] LibreOffice 4.0 most annoying bugs

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Bug 54157 depends on bug 63779, which changed state.

Bug 63779 Summary: search is always case sensitive
https://bugs.freedesktop.org/show_bug.cgi?id=63779

   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 64156] New: FORMATTING: text field (and other main fields of different layout) needs reset function for size and position

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64156

  Priority: medium
Bug ID: 64156
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: text field (and other main fields of
different layout) needs reset function for size and
position
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: krichter...@aol.de
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Presentation
   Product: LibreOffice

Problem description: Enhancement request: add a reset or
default button in the size and position dialog which resets the main field
where enumerated content is written to (main pane) a default position and
size. This is useful if you messed around by moving the main pane and (still
often) necessary if you work with a MS PowerPoint file someone send you.
I was pointed here from the libreoff...@lists.freedesktop.org mailing list.

Best regards,
Karl


Operating System: Ubuntu
Version: 4.0.2.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 64156] FORMATTING: text field (and other main fields of different layout) needs reset function for size and position

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64156

krichter...@aol.de changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|Linux (All) |All
   Severity|normal  |enhancement
   Priority|medium  |low

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


[Libreoffice-bugs] [Bug 60148] Clean up warnings from the Clang compiler plugin

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60148

Lubos Lunak l.lu...@suse.cz changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Lubos Lunak l.lu...@suse.cz ---
I cannot see any warnings remaining in current master build, so assuming done,
closing.

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


[Libreoffice-bugs] [Bug 40907] FILEOPEN - concurrent access to AFP shared files impossible - total lock on file

2013-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40907

--- Comment #16 from Michael Meeks michael.me...@novell.com ---
fabien - out of interest, who did you pay - and how did it work out ? :-)

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


  1   2   3   >