[Libreoffice-bugs] [Bug 55676] embedding movies in libre office

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55676

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||bfo.bugm...@spamgourmet.com

--- Comment #5 from bfoman bfo.bugm...@spamgourmet.com ---
Do not hesitate to reopen in case of mistriage.

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

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


[Libreoffice-bugs] [Bug 48294] Impress EDITING: impossible break link to media file using File-Links

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48294

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

   What|Removed |Added

 CC||dav1dblunk...@hotmail.com

--- Comment #3 from bfoman bfo.bugm...@spamgourmet.com ---
*** Bug 55676 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 52552] : Issues with password-protected read-only files

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52552

--- Comment #2 from Urmas davian...@gmail.com ---
Created attachment 78648
  -- https://bugs.freedesktop.org/attachment.cgi?id=78648action=edit
Document

The correct password is iwcc.

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


[Libreoffice-bugs] [Bug 64078] export of zoom settings to OOXML is broken

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64078

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

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

redo fix for fdo#64078



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 55689] Problems with multitasking in LibreOffice

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55689

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 ---
(In reply to comment #0)
 If I have opened more than one File, the function of multi-tasking between
 the Files will be lost after a short time. 

Please elaborate what is the exact problem here.
http://wiki.documentfoundation.org/BugReport will help you find out what
information will be useful to reproduce your problem.

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


[Libreoffice-bugs] [Bug 52552] : Issues with password-protected read-only files

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52552

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
   Keywords||regression

--- Comment #3 from Urmas davian...@gmail.com ---
Marking this as regression, because the password is not accepted at all in
recent versions.

-- 
You are receiving this mail because:
You are the 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] New: Reuse Recent Documents code in the Start Center

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

  Priority: medium
Bug ID: 64088
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Reuse Recent Documents code in the Start Center
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: ke...@suse.cz
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.0.0.alpha0+ Master
 Component: UI
   Product: LibreOffice

The Start Center constructs the Recent Documents menu in
BackingWindow::prepareRecentFileMenu():

http://cgit.freedesktop.org/libreoffice/core/tree/framework/source/services/backingwindow.cxx#n283

But this is effectively duplicating code (AKA copy'n'paste) from elsewhere,
which causes that it lacks the nice 'Clear List' feature.  It would be much
better to re-use the code, like in
SfxRecentFilesToolBoxControl::CreatePopupWindow():

http://cgit.freedesktop.org/libreoffice/core/tree/sfx2/source/toolbox/tbxitem.cxx#n1761

To do this, you want to change the ActivateHdl link:

http://cgit.freedesktop.org/libreoffice/core/tree/framework/source/services/backingwindow.cxx#n970

to do the same thing as SfxRecentFilesToolBoxControl::CreatePopupWindow(), and
remove all unnecessary pieces like prepareRecentFileMenu, maRecentFiles, etc.
etc.

Should be straightforward, but in case you have problems, please ask :-)

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

Jan Holesovsky ke...@suse.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Whiteboard||EasyHack
   ||DifficultyInteresting
   ||SkillCpp
 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 55768] Calc chart is unusable-- slows or crashes my system.

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55768

Urmas davian...@gmail.com changed:

   What|Removed |Added

 OS|All |Linux (All)

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


[Libreoffice-bugs] [Bug 55507] CRASH when FILEOPEN particular invalid .xls

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55507

Urmas davian...@gmail.com changed:

   What|Removed |Added

  Attachment #67954|0   |1
is obsolete||

--- Comment #11 from Urmas davian...@gmail.com ---
Created attachment 78649
  -- https://bugs.freedesktop.org/attachment.cgi?id=78649action=edit
Problem file

Apparently Bugzilla ate the first 8 bytes from the attachment.

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


[Libreoffice-bugs] [Bug 64078] export of zoom settings to OOXML is broken

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64078

Noel Power nopo...@novell.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |nopo...@novell.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 61566] Text toolbars should have two rows

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61566

Urmas davian...@gmail.com changed:

   What|Removed |Added

 OS|Linux (All) |All
 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
 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 64048] FORMATTING: clearcontents in VBA code clears formats

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

--- Comment #2 from Steve Leffler sleff...@avophotonics.com ---
Created attachment 78650
  -- https://bugs.freedesktop.org/attachment.cgi?id=78650action=edit
Excel file exhibiting the bug

The attached file, ClearContentsBug is an Excel file that exhibits the problem.
Cells B10 and B11 have yellow text on a red background. Clicking the button
runs a simple macro. In Excel, the macro removes the text but leaves the
formatting. In LibreOffice the formatting is removed as well.

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

Steve Leffler sleff...@avophotonics.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 64006] FILEOPEN: Crash loading SVG

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64006

--- Comment #4 from Gerry gerry.trep...@googlemail.com ---
Import (File-Open) works on LibreOffice 3.6.2.2 and 4.0.0.3. There are
formatting errors, though: The colour is different and the text is absolutely
missing. But no crash

Inserting (Insert-Picture-From File) works very fine under LibreOffice
3.6.2.2. Also inserting in 4.0.0.3 works fine, but there are layout issues.
This is a regression. But no crashes.

System: Ubuntu 12.10.

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

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

   What|Removed |Added

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

--- Comment #8 from Michael Meeks michael.me...@novell.com ---
fixed in master, Thorsten to review for -4-0.

Thanks for filing ! :-)

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

Bug 6 depends on bug 51253, which changed state.

Bug 51253 Summary: EDITING: CRASH when undo leads to a deleted style
https://bugs.freedesktop.org/show_bug.cgi?id=51253

   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 59083] Export Chart as SVG produces zero byte files

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59083

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

   What|Removed |Added

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

--- Comment #8 from Gerry gerry.trep...@googlemail.com ---
I think this bug is a duplicate of bug 60137. The good thing is that this bug
is already fixed. It will be available in version 4.1.

I close this bug entry as a duplicate of the other one. In case you think it is
not a duplicate, please feel free to reopen it again.

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

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


[Libreoffice-bugs] [Bug 60137] Allow exporting charts (Export as Graphic) also to vector graphics (SVG, PDF, ...)

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60137

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

   What|Removed |Added

 CC||pedl...@gmail.com

--- Comment #15 from Gerry gerry.trep...@googlemail.com ---
*** Bug 59083 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 35785] LibreOffice's support of the recent documents feature of the Windows 7 Start menu broken

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35785

--- Comment #45 from V Stuart Foote vstuart.fo...@utsa.edu ---
@Jesús,

Was looking forward to testing the outcome today, unfortunately the Windows TB
6 has gone off line again with a couple of build issues:
... unotest/bootstrapfixturebase.hxx(19) : fatal error C1083: Cannot open
include file: ´cppunit/TestAssert.h´: No such file or directory
...
[C:/cygwin/home/tinderbox/master-build/workdir/wntmsci13.pro/CxxObject/sdext/source/pdfimport/test/pdf2xml.o]
Error 2

So maybe in a few days...

Meanwhile, will you be looking to integrate into the Windows ApplicationID
hooks Caolán had left for future development in
http://cgit.freedesktop.org/libreoffice/core/commit/?id=e9daae2025279d04155ddeb794bb35952e627ed7
 and
http://cgit.freedesktop.org/libreoffice/core/commit/?id=2aee1633048bcb732a5c1917580d305afa54e5ef
during spin-up?

But guess that should be opened as its own issue.

Stuart

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


[Libreoffice-bugs] [Bug 63676] SVG not imported correctly into Draw

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63676

--- Comment #2 from Gerry gerry.trep...@googlemail.com ---
Yes, import (File-Open) is unusable with LibreOffice 4.0.0.3 and 3.6.2.2 on
Ubuntu 12.10. It imports the poster template just as a black box.

Inserting the file (Insert-Picture-Open File) works fine in 3.6.2.2, but then
the vector data are lost, of courses. In LibreOffice 4.0.0.3 inserting does
work, but the text is wrongly imported. This is a 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 42427] OTF PRINTING = Many fonts have bad spacing, overwritten or missing letters while printing (kerning?)

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42427

--- Comment #15 from rich launch...@shinyblue.net ---
(In reply to comment #14)
 In printer settings  Device I set 'printer language' to PostScript (from
 driver) instead of 'PDF'.

This is the solution I found, too.

Nb. LibreOffice 4.0.0.something seemed to fix this problem, but it's exhibiting
again in LibreOffice 4.0.0.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 59083] Export Chart as SVG produces zero byte files

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59083

--- Comment #9 from Pedro pedl...@gmail.com ---
Hi Gerry

(In reply to comment #8)
 I think this bug is a duplicate of bug 60137. The good thing is that this
 bug is already fixed. It will be available in version 4.1.
 
 I close this bug entry as a duplicate of the other one. In case you think it
 is not a duplicate, please feel free to reopen it again.
 
 *** This bug has been marked as a duplicate of bug 60137 ***

Actually, Bug #60137 is a duplicate of this bug. It is easy to see by the bug
number which one was submitted first :)

The important thing is that it is fixed :)

If this is possible, the fix should be cherry picked into the 4.0 branch ASAP

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


[Libreoffice-bugs] [Bug 63321] SVG: Exported to SVG image missing a shape

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63321

--- Comment #5 from Gerry gerry.trep...@googlemail.com ---
I can reproduce the bug on 4.0.0.3 and 3.6.2.2 on Ubuntu 12.10. Pattern is
missing on export.

Importing (File-Open) the SVG file again does not work nicely. It imports as a
black box in both versions. The import is unusable.

When inserting the SVG-file in 4.0.0.3 (Insert-Picture-From File), it looks
like in the other web browsers. It actually looks better in 4.0.0.3 than in
3.6.2.2 where the background is completely missing.

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


[Libreoffice-bugs] [Bug 62877] FORMATTING: Images do not wrap text properly when saving as DOC

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62877

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Urmas davian...@gmail.com ---
Cannot reproduce with a square wrap. Which method was 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 62877] FORMATTING: Images do not wrap text properly when saving as DOC

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62877

--- Comment #2 from Stephen Dawson serv...@shdawson.com ---
Created attachment 78652
  -- https://bugs.freedesktop.org/attachment.cgi?id=78652action=edit
New file, made with Libre 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 62877] FORMATTING: Images do not wrap text properly when saving as DOC

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62877

--- Comment #3 from Stephen Dawson serv...@shdawson.com ---
Created attachment 78653
  -- https://bugs.freedesktop.org/attachment.cgi?id=78653action=edit
ODT file, SAVE AS Doc 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 62877] FORMATTING: Images do not wrap text properly when saving as DOC

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62877

--- Comment #4 from Stephen Dawson serv...@shdawson.com ---
Try opening this DOC file with MS Word and see what you see. It all looks fine
on Libre Writer. It is viewing the DOC with MS Word is where the problem
occurs.


Thanks,
SHD

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


[Libreoffice-bugs] [Bug 63197] avoid packing stuff into zips during build

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63197

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

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 64007] Writer crashes FREQUENTLY for multiple reasons on MacOS

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64007

--- Comment #5 from Jason Harland jasoninpittsbu...@gmail.com ---
There are a few window managment programs I run.  TotalSpaces is one. I had
been running Deskcovery as well, but my trail period for that expired so I'm
no longer using it.  I have no accessibility programs installed/running.  All
of the accessibility options in system preferences are likewise disabled.  I
have no special mouse programs running as I use the awesome stock trackpad on
my MacBook Air.  


I think I've pretty much pinned the action I was doing that would crash writer.
 I'd open an existing document.  I'd highlight a good portion of the text that
I'd want to enlarge.  I'd make the font larger, and as I scrolled through the
document to see how many pages the extra size had added, THAT'S when my
document would crash.  I now have 4.0.3 installed.  I just deleted the old user
profile.

I'll post logs if I get any more crashes.  I'm hoping it just wasn't playing
nice with Deskcovery

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


[Libreoffice-bugs] [Bug 64060] : Menu selection

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64060

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTOURBUG
   See Also||https://launchpad.net/bugs/
   ||1153350

--- Comment #2 from Björn Michaelsen bjoern.michael...@canonical.com ---
This is downstream bug lp#1153350 and not a LibreOffice problem, but a unity
one.
https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/1153350

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


[Libreoffice-bugs] [Bug 64086] EDITING:

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64086

Chris Sherlock chris.sherloc...@gmail.com changed:

   What|Removed |Added

  Attachment #78647|Simple chart with named |Simple chart with named
description|range (build with Excell|range (build with Excel
   |2003)   |2003)
  Attachment #78647|text/plain  |application/vnd.ms-excel
  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 64089] New: Conditional Color Formatting not applied on file open

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64089

  Priority: medium
Bug ID: 64089
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Conditional Color Formatting not applied on file open
  Severity: minor
Classification: Unclassified
OS: Windows (All)
  Reporter: squink...@gmail.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Libreoffice
   Product: LibreOffice

Created attachment 78654
  -- https://bugs.freedesktop.org/attachment.cgi?id=78654action=edit
crazy stock portfolio.ods

When the sample spreadsheet (will attach) is opened, the conditional color
format on column K is not applied. Scroll down to G:67 and change the value
(ex: 31.21). The conditional formatting then applies to column K, but will
revert again once the document is saved and reopened.

NOTE: the sample spreadsheet uses the getquote() extension, as I tried to
preserve what happened to reproduce the error:
http://getquote-tedsoft.blogspot.com/2011/04/getquote-v11-released.html

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


[Libreoffice-bugs] [Bug 64086] EDITING: named cell range cannot be selected

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64086

Chris Sherlock chris.sherloc...@gmail.com changed:

   What|Removed |Added

Summary|EDITING:|EDITING: named cell range
   ||cannot be selected

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


[Libreoffice-bugs] [Bug 64086] EDITING: named cell range cannot be selected

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64086

Chris Sherlock chris.sherloc...@gmail.com changed:

   What|Removed |Added

  Component|Chart   |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 64086] EDITING: named cell range cannot be selected

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64086

Chris Sherlock chris.sherloc...@gmail.com changed:

   What|Removed |Added

  Component|Spreadsheet |Chart

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


[Libreoffice-bugs] [Bug 64086] EDITING: named cell range cannot be selected

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64086

Chris Sherlock chris.sherloc...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Chris Sherlock chris.sherloc...@gmail.com ---
Confirmed in  4.0.1.2.

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


[Libreoffice-bugs] [Bug 62336] Command line conversion to HTML fails + crash on some platforms for certain document(s)

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62336

--- Comment #11 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=06a8ebc878ff9bcab26556d5b5a46532e232d416

fdo#62336 - unit test for conversion failure.



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 64089] Conditional Color Formatting not applied on file open

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64089

Chris Sherlock chris.sherloc...@gmail.com changed:

   What|Removed |Added

  Attachment #78654|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 60549] Pictures not saved to .pptx

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

--- Comment #4 from Michael Meeks michael.me...@novell.com ---
The culprit is the kind of shape:

Slide one has:

write shape: com.sun.star.presentation.GraphicObjectShape
unknown shape

While slide two has:

write shape: com.sun.star.drawing.GraphicObjectShape
write graphic object shape

which works just fine ;-) I guess there is some subtle distinction we're
missing 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 48711] FILEOPEN Text moves to left importing MS 2010 .pptx

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48711

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

   See Also||https://launchpad.net/bugs/
   ||879056

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

--- Comment #5 from Michael Meeks michael.me...@novell.com ---
Created attachment 78659
  -- https://bugs.freedesktop.org/attachment.cgi?id=78659action=edit
appears to 'fix' the problem; but of course I have no idea what I'm doing.

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


[Libreoffice-bugs] [Bug 63521] FILESAVE: LibreOffice Draw - retaining slant and corner radius values

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63521

--- Comment #6 from kuko dis...@unicom.co.cu ---
My Bad. I recheck and find that I where using an old LANPACK. Sorry for the
time I make you lose.

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


[Libreoffice-bugs] [Bug 59608] Use addons.mozilla.org URL for getting Personas instead of getpersonas.com

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59608

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

   See Also||https://launchpad.net/bugs/
   ||1173965

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


[Libreoffice-bugs] [Bug 63521] FILESAVE: LibreOffice Draw - retaining slant and corner radius values

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63521

--- Comment #7 from kuko dis...@unicom.co.cu ---
Forget abuot the last comment. Wrong BUG ID.

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


[Libreoffice-bugs] [Bug 64046] When I use parenthesis in the formula, the cell shows error.

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64046

--- Comment #4 from kuko dis...@unicom.co.cu ---
My Bad. I recheck and find that I where using an old LANPACK. Sorry for the
time I make you lose.

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


[Libreoffice-bugs] [Bug 64046] When I use parenthesis in the formula, the cell shows error.

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64046

kuko dis...@unicom.co.cu changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED
 Resolution|WORKSFORME  |INVALID

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


[Libreoffice-bugs] [Bug 64046] When I use parenthesis in the formula, the cell shows error.

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64046

--- Comment #5 from Joel Madero jmadero@gmail.com ---
No worries :-D Thanks for the update

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


[Libreoffice-bugs] [Bug 64086] EDITING: named cell range cannot be selected

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64086

--- Comment #2 from Chris Sherlock chris.sherloc...@gmail.com ---
Now confirmed in 4.0.2.2.

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


[Libreoffice-bugs] [Bug 58922] OT layout engine: problem with combining glyph + zero-width-mark + glyph

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58922

--- Comment #9 from Chris Sherlock chris.sherloc...@gmail.com ---
I'm installing TISE to see if I can reproduce 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 58922] OT layout engine: problem with combining glyph + zero-width-mark + glyph

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58922

Chris Sherlock chris.sherloc...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #10 from Chris Sherlock chris.sherloc...@gmail.com ---
I can reproduce this after installing TISE on Windows 7, using LibreOffice
4.0.2.2.

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


[Libreoffice-bugs] [Bug 58922] OT layout engine: problem with combining glyph + zero-width-mark + glyph

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58922

--- Comment #11 from Chris Sherlock chris.sherloc...@gmail.com ---
OK, this is odd. When I open the attached document in Word 2010, I am getting
exactly the same thing.

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


[Libreoffice-bugs] [Bug 64069] : Cannot paste to outside program after copying content from Libre Writer.

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64069

--- Comment #6 from Ivan Dossev ivan.dos...@gmail.com ---
I did some more testing.
This may be related to having another program open, SmartFTP.
The issue goes away when SmartFTP is closed.
The issue does not happen if Writer is opened first.
The issue does happen if Writer is opened after SmartFTP.

In addition to the no-pasting, I cannot switch to the SmartFTP Window right
after copying from writer for the same time interval as the no-paste.

Please note I can't paste into ANY other program during this time interval. But
it is only SmartFTP that seems unresponsive.

Maybe the two programs are sharing a dll or API and it's causing unexpected
behavior? Or is SmartFTP is to blame?

The reverse issue (copying from SmartFTP after/before writer is open) does not
happen.

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


[Libreoffice-bugs] [Bug 58922] OT layout engine: problem with combining glyph + zero-width-mark + glyph

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58922

--- Comment #12 from Chris Sherlock chris.sherloc...@gmail.com ---
Created attachment 78660
  -- https://bugs.freedesktop.org/attachment.cgi?id=78660action=edit
docx document with 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 62877] FORMATTING: Images do not wrap text properly when saving as DOC

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62877

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #5 from Urmas davian...@gmail.com ---
I don't see any wrapping errors in that 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 62877] FORMATTING: Images do not wrap text properly when saving as DOC

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62877

--- Comment #6 from Stephen Dawson serv...@shdawson.com ---
Well, maybe something has been resolved in Libre Writer.  I will need to look
at this further. What version of MS Word are you using? The problem I am seeing
is in MS Word 2003 with a DOC file.

Please advise.


Thank You,
SHD

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


[Libreoffice-bugs] [Bug 64069] : Cannot paste to outside program after copying content from Libre Writer.

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64069

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTOURBUG
 QA Contact||reisi...@gmail.com
 CC|reisi...@gmail.com  |

--- Comment #7 from Florian Reisinger reisi...@gmail.com ---
Hmm, this sounds like a problem of SmartFTP (-- Notourbug)

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


[Libreoffice-bugs] [Bug 64090] New: UI: Bad translation of the user interface in french (writer)

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64090

  Priority: medium
Bug ID: 64090
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: UI: Bad translation of the user interface in french
(writer)
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: bria...@hotmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Localization
   Product: LibreOffice

Problem description: 

The word number is translated by numéro in the french user interface of
writer, even when it should be translated by nombre.

Steps to reproduce:

1. Tableau - Insérer - Lignes or Tableau - Insérer - Colonnes or when
inserting an additional line or an additional column by right-clicking on a
line or a column (inside a table)

2. The window insérer des lignes / insérer des colonnes appears

Current behavior:

The interface asks the number of columns or the number of lines to add by the
word numéro.

Expected behavior:

The interface should ask the number of columns or the number of lines to add by
the word nombre. 
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 64077] Libreoffice doesn't respond

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64077

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

   What|Removed |Added

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

--- Comment #1 from Jorendc joren.libreoff...@telenet.be ---
Mmh, I tend to mark this bug as 'NOTOURBUG' in that case... I'll try to find
someone more experienced with this cases.

Thanks for reporting anyway!

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 64092] New: PDF: Impress PDF-export like Latex Beamer does it

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64092

  Priority: medium
Bug ID: 64092
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: PDF: Impress PDF-export like Latex Beamer does it
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: a...@gmx.de
  Hardware: All
Status: NEW
   Version: unspecified
 Component: Presentation
   Product: LibreOffice

Hello,

Latex Beamer (https://bitbucket.org/rivanvx/beamer/wiki/Home/) makes nice
PDF-presentations. 

It simulates the animations on a single sheet by creating a single PDF-page
for EACH animated item on the presentation sheet.

So you can export a PDF file, which could be shown in fullmode (CTRL+L). And
then it looks like the items come in just by switching to the next PDF-page.

Latex Beamer also creates a small menu at the bottom of the slides. Very nice.

You can read more about Latex Beamer here:
http://en.wikipedia.org/wiki/Beamer_%28LaTeX%29

Here is an example-file (PDF file):
http://users.wfu.edu/wickersg/latex/beamer/beamer.pdf

That would be wonderful if IMPRESS also could create this
Look-A-Like-presentations.

There is an extension (https://github.com/monperrus/ExpandAnimations) but it
doesn´t really work for me. The items of a sheet wont come in one by one.

Greetings,
ahyb

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


[Libreoffice-bugs] [Bug 57435] Hybrid PDF makes menu bar disappear in Reader

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57435

manj_k courrier.oou.fr@googlemail.com changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME
 CC||courrier.oou.fr.mjk@googlem
   ||ail.com

--- Comment #3 from manj_k courrier.oou.fr@googlemail.com ---
Status adjusted: 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 64093] New: Character formatting: colors aren't displayed, but are printed and exported to PDF

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64093

  Priority: medium
Bug ID: 64093
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Character formatting: colors aren't displayed, but are
printed and exported to PDF
  Severity: major
Classification: Unclassified
OS: Windows (All)
  Reporter: joaopauloag-freedesk...@yahoo.com.br
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Libreoffice
   Product: LibreOffice

I'm using LibreOffice in PT-BR, so sorry for some mistakes on my description:

On Writer or Calc, when the character color is changed from Automatic to any
other (Writer, Menu Format, Character, Font effects, Font color - or Calc, Menu
Format, Cell, Font effects, Font color), the chosen color isn't displayed
either on normal view or print preview.

If the document or spreadsheet is exported to PDF or printed, the color
formatting is displayed correctly.

This happens on my Windows XP and Vista machines. I don't have Windows 7 or 8.

The desired behavior is to show the chosen colors at all times, as LibreOffice
is a WYSIWYG software.

Also, this is happening since LibreOffice 3.5.x series, but I can't be sure
from where I upgraded and this started to happen.

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


[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484

--- Comment #35 from Michael Meeks michael.me...@novell.com ---
Winfried - does this continue with LibreOffice 4.0 ? - I had a go at
reproducing it; cranked down the undo level to only 2 steps to try to provoke
things some more [ no joy ], did a number of random hide/show / column
deeletion etc. The sample sheet is rather beautiful ! Thanks for that koukasio
! otherwise, I'm a bit stuck here as others have been; how annoying !

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


[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484

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

   What|Removed |Added

 CC||michael.me...@novell.com

--- Comment #36 from Michael Meeks michael.me...@novell.com ---
Diffing -u -w the flat-odf of before/after it is interesting to see things
like:

@@ -1804,8 +1804,6 @@
  /table:table-cell
  table:table-cell table:number-columns-repeated=1015/
 /table:table-row
-table:table-row-group
- table:table-row-group
   table:table-row table:style-name=ro1
table:table-cell table:style-name=ce6/
table:table-cell table:style-name=ce15 office:value-type=string
calcext:value-type=string

ie. the data appears un-changed itself - the only omission is the
table:table-row-group elements - of which there are exactly zero in the broken
file vs. ~400 in the original 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 55676] embedding movies in libre office

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55676

--- Comment #6 from ffs dav1dblunk...@hotmail.com ---
Seems a reasonable triage to me, thanks

From: bugzilla-dae...@freedesktop.org
To: dav1dblunk...@hotmail.com
Subject: [Bug 55676] embedding movies in libre office
Date: Tue, 30 Apr 2013 13:18:00 +





 bfoman
 changed
  bug 55676




What
Removed
Added



   Status
   UNCONFIRMED

   RESOLVED




   Resolution
   ---

   DUPLICATE




   CC



   bfo.bugm...@spamgourmet.com




Comment # 5
  on bug 55676
  from  bfoman

Do not hesitate to reopen in case of mistriage.

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



  You are receiving this mail because:


  You reported the bug.

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


[Libreoffice-bugs] [Bug 64093] Character formatting: colors aren't displayed, but are printed and exported to PDF

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64093

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 CC||jmadero@gmail.com
Version|4.0.2.2 release |3.5.7.2 release

--- Comment #1 from Joel Madero jmadero@gmail.com ---
changing version at least to 3.5.7.2 release as you've stated it's been around
at least that long - version field is oldest field that you had the problem, we
use comments to say that we are still experiencing it.

As for the issue itself - I cannot confirm this on vista nor XP...so it's quite
strange.

Can you attach a 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 44269] PRINTING: Printing problem with form contains text field with «Multi-line with formatting »

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44269

--- Comment #3 from A stgohi-lob...@yahoo.de ---
Could you please give more information about your reported bug and/or retest it
with the latest release of LO.  I am not sure if I already understand it right.
I tried it with LO 4.0.2.2 (Win7 Home, 64bit).  I have no fields hidden.  But
what I experienced is that if I print it, then the text in the text box at the
bottom (TextBox1) is printed without a line break and it is no longer bold. 
After changing to Multi-line it is printed with line break.

Steps Done:
1. Open WRITER
2. Open the attachment form_test.odt
3. Print the document
4. Go to VIEW - TOOLBARS and activate FORM CONTROLS and FORM DESIGN
5. Open FORM NAVIGATOR in the bottom toolbar
6. Activate the DESIGN MODE ON/OFF in the bottom toolbar
7. In the FORM NAVIGATOR go with the left mouse click for instance to the
element TextBox1
8. Right mouse click on the text box in the document and go to CONTROL
9. Go to the tab GENERAL and go down to TEXT TYPE and change to Multi-line
and close the dialog box
10. Print the 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 51856] Better way to set/store Printing of 0 Values ? (currently done in page styles in documents / templates )

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51856

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

   Assignee|jmadero@gmail.com   |libreoffice-b...@lists.free
   ||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 51856] Better way to set/store Printing of 0 Values ? (currently done in page styles in documents / templates )

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51856

--- Comment #15 from Joel Madero jmadero@gmail.com ---
hahha which of course I was assigned - but really just not time. Hope someone
else picks it up

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


[Libreoffice-bugs] [Bug 64089] Conditional Color Formatting not applied on file open

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64089

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 CC||jmadero@gmail.com

--- Comment #1 from Joel Madero jmadero@gmail.com ---
Should it just be $31.20, if so:

I can confirm the issue on 4.0.3.1 rc but it's fixed on 4.1 master. 

Please verify that it's just the $xx.xx that we should see, if so I will try to
figure out what hasn't been back ported to 4.0 branch.

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


[Libreoffice-bugs] [Bug 39484] All Outline groups of sheet lost while editing

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484

--- Comment #37 from Michael Meeks michael.me...@novell.com ---
There are several instances of:

@@ -10545,8 +10603,7 @@
  table:table-cell table:style-name=Default
table:number-columns-repeated=6/
  table:table-cell table:number-columns-repeated=1015/
 /table:table-row
-table:table-row-group table:display=false
- table:table-row table:style-name=ro1 table:visibility=collapse
+table:table-row table:style-name=ro1
   table:table-cell table:style-name=Default/
   table:table-cell office:value-type=string
calcext:value-type=string
text:pz/(m)=/text:p
@@ -10557,7 +10614,7 @@
   table:table-cell table:style-name=Default
table:number-columns-repeated=6/
   table:table-cell table:number-columns-repeated=1015/
  /table:table-row
- table:table-row table:style-name=ro1 table:visibility=collapse
+table:table-row table:style-name=ro1
   table:table-cell table:style-name=Default/
   table:table-cell office:value-type=string
calcext:value-type=string
text:p⇒z/(m)=/text:p

The broken document has zero instances of a collapsed table visibility in
parallel with it's lack of table-row-group elements; and independent of 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 64089] Conditional Color Formatting not applied on file open

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64089

--- Comment #2 from Jon Hood squink...@gmail.com ---
I'm not 100% sure on what you're asking me to verify? The only column that was
not displaying the conditional color formatting that I noticed was column K;
the monetary values shouldn't matter. In fact, changing any of the monetary
values results in the conditional color formatting returning to column K. The
monetary values are inconsequential to the test case.

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


[Libreoffice-bugs] [Bug 53127] XForm don't save in file

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53127

--- Comment #1 from A stgohi-lob...@yahoo.de ---
reproducible with LO 4.0.2.2 (Win7 Home, 64bit)

nothing happens if I press the save button (?)

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

--- Comment #5 from A stgohi-lob...@yahoo.de ---
for me not reproducible with LO 4.0.2.2 (Win7 Home, 64bit)

Does this issue still persist for you with the latest release 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 64076] Regression: Inserting particular SVG file in Writer 4 broken. Worked in 3.6x. Importing works fine on both.

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64076

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Whiteboard||bibisected40
 CC||jmadero@gmail.com
   Keywords||regression
 Ever confirmed|0   |1

--- Comment #1 from Joel Madero jmadero@gmail.com ---
Thank you for reporting this issue! I have been able to confirm the issue on:
Version: 4.1.0.0.alpha0+Build ID: 6e3e6ef7257e93743a72719581ef6fe0016e58e
Date:   Thu Apr 11 15:24:38 2013 +0200 
Platform: Bodhi Linux 2.2 x64

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
As I've been able to confirm this problem I am marking as:

New (confirmed)
Normal - can prevent high quality / professional work
Highest - inserting pictures common, regression, workaround not obvious

Keywords - regression

Whiteboard Status - bibisected40

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LibreOffice is powered by a team of volunteers, every bug is confirmed
(triaged) by human beings who mostly give their time for free. We invite you to
join our triaging by checking out this link:
https://wiki.documentfoundation.org/QA/BugTriage and join us on freenode at
#libreoffice-qa

There are also other ways to get involved including with marketing, UX,
documentation, and of course developing - 
http://www.libreoffice.org/get-help/mailing-lists/. 

Lastly, good bug reports help tremendously in making the process go smoother,
please always provide reproducible steps (even if it seems easy) and attach any
and all relevant material

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


[Libreoffice-bugs] [Bug 64076] Regression: Inserting particular SVG file in Writer 4 broken. Worked in 3.6x. Importing works fine on both.

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64076

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

   Severity|major   |normal
   Priority|medium  |highest

--- Comment #2 from Joel Madero jmadero@gmail.com ---
e2e46267c18c2706de771a08472ebfce19f68520 is the first bad commit
commit e2e46267c18c2706de771a08472ebfce19f68520
Author: Bjoern Michaelsen bjoern.michael...@canonical.com
Date:   Tue Dec 11 01:34:19 2012 +

source-hash-4316e643ef345b0f673b4a03a80a4b7cb3185588

commit 4316e643ef345b0f673b4a03a80a4b7cb3185588
Author: Norbert Thiebaud nthieb...@gmail.com
AuthorDate: Sat Oct 27 18:50:22 2012 +0200
Commit: Norbert Thiebaud nthieb...@gmail.com
CommitDate: Sat Nov 3 20:24:28 2012 -0500

WaE uno any conversion does not like int

Change-Id: I54abaf2cd4dd896b39b4b6993d6d2f7c37f35e18

:100644 100644 375319ed2310407a2b031b9c790e49120f38e704
c09b92a8ddf24b8738a7cd3a695ae1e4482d354c Mautogen.log
:100644 100644 d74e7c36ded29f0a811a0bb6fc166acb002724ef
bcee1e11bd693642ca5a6330175b58082e5dcdd0 Mccache.log
:100644 100644 5f3f50c29a878563f56e6bc579f4b261af9d31ae
75677cef16786d2cc95c0d8f301482278ca055c3 Mcommitmsg
:100644 100644 b0500fd04fd92bbd335832b0b873cfcf94af4910
83b4ecc0ecb3e031c804d49f45f854e95d5cc961 Mdev-install.log
:100644 100644 074b31bc6bcaa25ae66be837bc88737e16685b49
91437b9974ffada7e049273419bb8c66c91c0539 Mmake.log
:04 04 7e20f9a1092a955af59d723326698d4cbc136687
45c0bab8b669778ab523c8f65a25e8c9afde604a Mopt




# bad: [5b4b36d87517a6ea96ff8c84c46b12f462fc9a1a]
source-hash-8450a99c744e9005f19173e4df35d65640bcf5c4
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect start 'latest' 'oldest'
# good: [16b0b88cbd4ef0f51816e97277e40c5cf78f7bf9]
source-hash-099198a4224778fe6e43f5dc13b5b9b1b4dc828c
git bisect good 16b0b88cbd4ef0f51816e97277e40c5cf78f7bf9
# good: [f28b8f9a6c47fa59bf98fffe937a2f2db7a2445a]
source-hash-a581d31b227623e09d2970a91214fda398f98eda
git bisect good f28b8f9a6c47fa59bf98fffe937a2f2db7a2445a
# good: [114fd3b76bcba890e6d702d00cef910f1493c262]
source-hash-64ab96cd15e52da88781e720d6f031dbcd0ba902
git bisect good 114fd3b76bcba890e6d702d00cef910f1493c262
# bad: [47498a36f7af8f54e6e3dda89cd4708802a409e6]
source-hash-19f4ebd8a54da0ae03b9cc8481613e5cd20ee1e7
git bisect bad 47498a36f7af8f54e6e3dda89cd4708802a409e6
# good: [f4e2d84db194943180f3e7ed4adce5f8e377d9bc]
source-hash-806d18ae7b8c241fe90e49d3d370306769c50a10
git bisect good f4e2d84db194943180f3e7ed4adce5f8e377d9bc
# bad: [fb4214f9d134b556582a4a5280e5458de5f8eebd]
source-hash-683758efb22d08a4cf211a6d985148f513da2a90
git bisect bad fb4214f9d134b556582a4a5280e5458de5f8eebd
# bad: [e2e46267c18c2706de771a08472ebfce19f68520]
source-hash-4316e643ef345b0f673b4a03a80a4b7cb3185588
git bisect bad e2e46267c18c2706de771a08472ebfce19f68520
# good: [7f50375c2cf8bf1e026f61f11ae948687164]
source-hash-d281a19e1d06856f863788f3344ad42ed159
git bisect good 7f50375c2cf8bf1e026f61f11ae948687164

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


[Libreoffice-bugs] [Bug 44400] UI: Ruler is not Left-aligned back, when the Enhanced Language Support is Disabled

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44400

--- Comment #4 from A stgohi-lob...@yahoo.de ---
reproducible with LO 4.0.2.2 (Win7 Home, 64bit)

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


[Libreoffice-bugs] [Bug 64067] HTML document conversion and viewing text justification issue with Microsoft Word HTML document

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64067

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 OS|Linux (All) |All
   Assignee|grave_...@riseup.net|libreoffice-b...@lists.free
   ||desktop.org

--- Comment #4 from Joel Madero jmadero@gmail.com ---
Assuming you don't want to be assigned to so removed it (unless you are going
to fix the bug?)

Also where am I looking on this long html to see the behavior?

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


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

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

--- Comment #6 from Alec Kojaev a...@kojaev.name ---
Still reproducible with the test document attached to this bug on LO 4.0.2.2
build 400m0 (Ubuntu 12.10, 32-bit).

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


[Libreoffice-bugs] [Bug 64052] LibreOffice using wrong symbols for bullets

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64052

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 CC||jmadero@gmail.com
Version|4.0.2.2 release |3.6.3.2 release

--- Comment #2 from Joel Madero jmadero@gmail.com ---
Changing version to 3.6.3 as version is the earliest version that the problem
can be seen.

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


[Libreoffice-bugs] [Bug 64067] HTML document conversion and viewing text justification issue with Microsoft Word HTML document

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64067

--- Comment #5 from grave_...@riseup.net ---
(In reply to comment #4)
 Assuming you don't want to be assigned to so removed it (unless you are
 going to fix the bug?)
 
 Also where am I looking on this long html to see the behavior?

It's all along the right side of the text. The text is supposed to be justified
(Flush left and flush right) but it isn't it's flush left.

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


[Libreoffice-bugs] [Bug 50819] FILEOPEN particular .docx (MSO2007): sequence numbers not displayed

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50819

--- Comment #4 from A stgohi-lob...@yahoo.de ---
@Rainer: I am unable to open/save that file in the link.  Am I doing something
wrong?

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


[Libreoffice-bugs] [Bug 64095] New: VIEWING: Wrong layout of MS Doc with a figure

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64095

  Priority: medium
Bug ID: 64095
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: VIEWING: Wrong layout of MS Doc with a figure
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: ofirr@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 78670
  -- https://bugs.freedesktop.org/attachment.cgi?id=78670action=edit
MS Word doc showing the issue

The layout in the attached MS Doc is wrong compared to MS Word.
In LO there is also an additional frame separated from the figure.
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 50880] CRASH EDITING data TABLE for CHART

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50880

A stgohi-lob...@yahoo.de changed:

   What|Removed |Added

   Priority|medium  |high

--- Comment #4 from A stgohi-lob...@yahoo.de ---
reproducible with LO 4.0.2.2 (Win7 Home, 64bit)

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


[Libreoffice-bugs] [Bug 50987] EDITING CRASH when 2xUndo - 2xRedo pasted TABLE CHART combination

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50987

A stgohi-lob...@yahoo.de changed:

   What|Removed |Added

   Priority|medium  |high

--- Comment #4 from A stgohi-lob...@yahoo.de ---
reproducible with LO 4.0.2.2 (Win7 Home, 64bit)

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

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|Windows (All)   |All
 Status|UNCONFIRMED |NEW
 Whiteboard|BSA |BSA, bibisected40
   Priority|medium  |high
 CC||markus.mohrhard@googlemail.
   ||com
Version|4.0.2.2 release |4.0.0.3 release
   Keywords||regression
 Ever confirmed|0   |1

--- Comment #3 from Joel Madero jmadero@gmail.com ---
Thank you for reporting this issue! I have been able to confirm the issue on:
Version 4.0.0.3 release 
Platform: Bodhi Linux 2.2 x64
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 
As I've been able to confirm this problem on an earlier release I am changing
the version number as version is the earliest version that we can confirm the
bug, we use comments to say that the bug exists in newer versions as well.

Marking as:

New (confirmed)
Normal - can prevent high quality work
High - regression

Keywords - regression

Whiteboard Status - bibisected40

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 
LibreOffice is powered by a team of volunteers, every bug is confirmed
(triaged) by human beings who mostly give their time for free. We invite you to
join our triaging by checking out this link:
https://wiki.documentfoundation.org/QA/BugTriage

There are also other ways to get involved including with marketing, UX,
documentation, and of course developing - 
http://www.libreoffice.org/get-help/mailing-lists/. 

Lastly, good bug reports help tremendously in making the process go smoother,
please always provide reproducible steps (even if it seems easy) and attach any
and all relevant material







d36d5fa147a298291ec3301b558ec6dafec170a5 is the first bad commit
commit d36d5fa147a298291ec3301b558ec6dafec170a5
Author: Bjoern Michaelsen bjoern.michael...@canonical.com
Date:   Tue Dec 11 10:20:39 2012 +

source-hash-2e053cf5ea4d93a2e1845e795a9c7fe1e08c84af

commit 2e053cf5ea4d93a2e1845e795a9c7fe1e08c84af
Author: Takeshi Abe t...@fixedpoint.jp
AuthorDate: Wed Dec 5 08:33:07 2012 +0900
Commit: Takeshi Abe t...@fixedpoint.jp
CommitDate: Wed Dec 5 10:42:17 2012 +0900

sal_Bool to bool

Change-Id: Ic1cc3312e61e602c33be7444f8d4bbad9268ae77

:100644 100644 42f18f15fb3370ca3f85d6a637b17ae05b10996f
4e4564a1257d79f9fd86b264270d348bf06d23e3 Mautogen.log
:100644 100644 b4973c1d86cfd5c0d550e84e7e483802d979829e
1224d320eac5e10b39e8481456547368fe09c748 Mccache.log
:100644 100644 a0e5b02e554537a0bed70a3203ca3995bb6972bd
ab62cc407b67c0ca8a1a96f877dc86a92f01e1ef Mcommitmsg
:100644 100644 6ba1538977f3fb5b8f0ee54bbd04be28afdd85e3
575f5b911fb36490ff12ae85452ce424b34a3382 Mdev-install.log
:100644 100644 dc4842a6e74513bbe562bb0d78a1ed545ead53e7
3f76084c0057251a1332a9be8b51e31a06e5590e Mmake.log
:04 04 e70233c1668fc1da017a420ac2ed5ee366e253ad
9457873d1fe1b1108dc20777c8f0180cefe48cdd Mopt



# bad: [5b4b36d87517a6ea96ff8c84c46b12f462fc9a1a]
source-hash-8450a99c744e9005f19173e4df35d65640bcf5c4
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect start 'latest' 'oldest'
# good: [16b0b88cbd4ef0f51816e97277e40c5cf78f7bf9]
source-hash-099198a4224778fe6e43f5dc13b5b9b1b4dc828c
git bisect good 16b0b88cbd4ef0f51816e97277e40c5cf78f7bf9
# good: [f28b8f9a6c47fa59bf98fffe937a2f2db7a2445a]
source-hash-a581d31b227623e09d2970a91214fda398f98eda
git bisect good f28b8f9a6c47fa59bf98fffe937a2f2db7a2445a
# good: [114fd3b76bcba890e6d702d00cef910f1493c262]
source-hash-64ab96cd15e52da88781e720d6f031dbcd0ba902
git bisect good 114fd3b76bcba890e6d702d00cef910f1493c262
# good: [47498a36f7af8f54e6e3dda89cd4708802a409e6]
source-hash-19f4ebd8a54da0ae03b9cc8481613e5cd20ee1e7
git bisect good 47498a36f7af8f54e6e3dda89cd4708802a409e6
# good: [66083171ba534818399937597388d325091fffab]
source-hash-9d83ad0e99ab182506be99f7d6a2bec7f6fbe8c6
git bisect good 66083171ba534818399937597388d325091fffab
# good: [8407d6926d9fa83ebbd8e03de319ea63df131753]
source-hash-3d4288c1c0b593421c7f6619c88584bdb7c53337
git bisect good 8407d6926d9fa83ebbd8e03de319ea63df131753
# good: [eb01a04acbb7373331312a2ee3d9d90d20548fca]
source-hash-ce90f99a2d66c2b998ad3f9f028e2ea623a757f5
git bisect good eb01a04acbb7373331312a2ee3d9d90d20548fca
# bad: [8990f02131a55bce7a0b0e9fb6614b2a972306ff]
source-hash-9d7c1dcbbbce69bebec54d85004a0da5074775cd
git bisect bad 8990f02131a55bce7a0b0e9fb6614b2a972306ff
# bad: [d36d5fa147a298291ec3301b558ec6dafec170a5]

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

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

--- Comment #4 from Joel Madero jmadero@gmail.com ---
Also confirmed on 4.1 master built just a couple days ago

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


[Libreoffice-bugs] [Bug 64062] crash when loading odp

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64062

--- Comment #6 from Jos van den Oever j...@vandenoever.info ---
This is resolved (thanks!) but i'll answer the question anyway:

@Jos van den Oever - how did you create this file? If with LibreOffice, what
version?

I handcrafted the file when I was seeing if 
  https://bugs.freedesktop.org/show_bug.cgi?id=64038
also affects 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 64035] FORMATTING: impossible to modify Master slide font sizes if saved as .pptx

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64035

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 CC||jmadero@gmail.com

--- Comment #1 from Joel Madero jmadero@gmail.com ---
How exactly are you modifying font side (step 2)? Also if you save as odp, does
it retain the change?

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


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

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

--- Comment #5 from A stgohi-lob...@yahoo.de ---
not reproducible with LO 4.0.2.2 (Win7 Home, 64bit)

I would suppose that this bug was resolved in the meantime.  Can anybody else
confirm this?  If yes, then I would propose to close this 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 64035] FORMATTING: impossible to modify Master slide font sizes if saved as .pptx

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64035

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Joel Madero jmadero@gmail.com ---
this looks like an exact duplicate of another bug you've reported. If not they
are probably from the same cause so marking as a duplicate.

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

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


[Libreoffice-bugs] [Bug 64034] FORMATTING: master slide format lost if saved as .ppt or .pptx

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64034

--- Comment #1 from Joel Madero jmadero@gmail.com ---
*** Bug 64035 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 51021] EDITING: undo - redo pasting text from shape to bullet list will CRASH

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51021

--- Comment #4 from A stgohi-lob...@yahoo.de ---
for me not reproducible with LO 4.0.2.2 (Win7 Home, 64bit)

Does this issue still persist for you with the latest release 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 57747] EDITING: Spelling and Grammar checker not detecting errors

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57747

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 CC||ba...@quipo.it

--- Comment #3 from tommy27 ba...@quipo.it ---
(In reply to comment #2)
 This problem is no longer present in Win XP in release 4.0.2.2

so marking this as RESOLVED 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 44111] UI: LibreOffice don't show the color grid when I choose color background when the window isn't maximized.

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44111

--- Comment #4 from A stgohi-lob...@yahoo.de ---
reproducible with LO 4.0.2.2 (Win7 Home, 64bit)

Note: You will have to shrink the window until these three options are no
longer shown in the toolbar, so that you can only open them by clicking on the
arrows on the right in the toolbar.

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


[Libreoffice-bugs] [Bug 64026] FILEOPEN: distortion of footnote and endnote references if more than single digit in .doc and .docx

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64026

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 CC||jmadero@gmail.com

--- Comment #2 from Joel Madero jmadero@gmail.com ---
Hm I can confirm behavior but is the same thing happening with odt? Also, does
it happen with an easier test case (just a blank document with end notes)?

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


[Libreoffice-bugs] [Bug 51147] CRASH EDITING Frame columns and size

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51147

--- Comment #4 from A stgohi-lob...@yahoo.de ---
not reproducible with LO 4.0.2.2 (Win7 Home, 64bit)

Does this issue still persist for you with the latest release 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 64021] a lot of problem with printing, pdf, selections cells to print, aperçu (show before print)...only works with one page

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64021

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jmadero@gmail.com
 Ever confirmed|0   |1

--- Comment #3 from Joel Madero jmadero@gmail.com ---
Marking as NEEDINFO - we need clear reproducible steps, also a test document
might help here.

Once you provide steps and a test document mark as UNCONFIRMED and we will
investigate.

We need details of your system as well (operating system, 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 56995] Presentation Console - Need to turn this off.

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56995

--- Comment #30 from Samuel M. s.mehrbr...@gmail.com ---
Sorry, I don't know that code and can't help you.
You are not disturbing people on that list, it *is* for development questions.
So don't hesitate to ask your questions 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 64013] FORMATTING: Need icons or locations of script formats

2013-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64013

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 CC||jmadero@gmail.com

--- Comment #1 from Joel Madero jmadero@gmail.com ---
Please clarify what you are asking. What do you mean script formats you mean
just italicized, bold, etc...? All of these have icons...

A screenshot might 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


<    1   2   3   4   >