[Libreoffice-bugs] [Bug 50931] FILEOPEN: Cannot import HTML br/ (while br and br / are imported correctly)

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50931

--- Comment #11 from Roman Eisele b...@eikota.de ---
This problem is not limited to br/, there is some general parser problem with 
empty = standalone (X)HTML tags which match the pattern [A-Za-z]+/, because:

  hr   is imported correctly
  hr / is imported correctly
  hr/  fails: is just ignored!

I can not remember any other empty (standalone) (X)HTML tag besides br/ and
hr/ which can occur without additional attributes. In empty = standalone
(X)HTML tags which *require* some attributes, like img/, there is no problem
with missing whitespace before the final /:

  img src=x.png   is imported correctly
  img src=x.png / is imported correctly
  img src=x.png/  is imported correctly

And as soon as I add some attribute to the br/ and hr/ tags, the problem
vanishes:

  hr class=myhr   is imported correctly
  hr class=myhr / is imported correctly
  hr class=myhr/  is imported correctly

So the problem is really limited to tags which match the pattern [A-Za-z]+/.

Therefore:

(In reply to comment #10)
 Is /core/svtools/source/svhtml/parhtml.cxx:1118 here to blame?

Seems reasonsable, but my code reading facilities are limited. Would it help if
one changes line 1118-1119 from

} while( '' != nNextCh  !HTML_ISSPACE( nNextCh ) 
 IsParserWorking()  !rInput.IsEof() );

to something like

} while( '' != nNextCh  '/' != nNextCh  !HTML_ISSPACE( nNextCh )
  IsParserWorking()  !rInput.IsEof() );

?

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


[Libreoffice-bugs] [Bug 50931] FILEOPEN: Cannot import HTML br/ and hr/ (while br and br /, hr and hr / are imported correctly)

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50931

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

Summary|FILEOPEN: Cannot import |FILEOPEN: Cannot import
   |HTML br/ (while br and  |HTML br/ and hr/ (while
   |br / are imported |br and br /, hr and
   |correctly)  |hr / are imported
   ||correctly)

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


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

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

--- Comment #11 from Roman Eisele b...@eikota.de ---
Adding bug 55350 - “Letter spacing and ‘expand single word’ do not work
anymore”.

Not the most terrible bug in the world, but a blameful regression, which would
make MS and AOO folks laugh at us and our users angry with us, introduced
between 2012-09-20 and 2012-09-24.

-- 
You are receiving this mail because:
You are the 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 3.7 most annoying bugs

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 Depends on||55350

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


[Libreoffice-bugs] [Bug 55350] Letter spacing and expand single word do not work anymore

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55350

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 Blocks||54157

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


[Libreoffice-bugs] [Bug 54922] PostgreSQL SDBC connector does not allow write access to tables with postgresql version 8.4

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54922

--- Comment #3 from Carlo Bertelli carlo.berte...@gmail.com ---
As Lionel says, there are differences between 8.4 and previous versions, but
version 8.4 is not so different, despite some advanced features mainly on the
server side.
Maybe it's only a matter of enabling write access on version 8.4 and maybe
adding a check for array unnesting for preceding version. Obviously it would
need some tests, but there are a lot of version 8.4 databases out there and
this is so much faster than any other connection that is a real pity not having
write access.

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


[Libreoffice-bugs] [Bug 54862] FORMATTING: Formatting problems in Word (.DOC) files

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

--- Comment #9 from Michael Pappas painful...@gmail.com ---
Created attachment 67754
  -- https://bugs.freedesktop.org/attachment.cgi?id=67754action=edit
Case #2: original Word document (.DOC)

It's puzzling to see that this bug has been not been assigned to someone yet.
Its impact is rather large, especially on organizations with a large number of
documents in Word format. 

No offense here, I know that is a for-free collaborative project. Perhaps there
are other bugs related to this one, and work is being done for them (ergo for
this one as well)?

Poor man's workaround: save the original .doc to .odt, close the newly
generated .odt (because it will still display with a wrong formatting), re-open
it, formatting is ok now!

I'm uploading a couple of files, the original doc and the save one as .odt.
Notice the difference between the two (using 3.6.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 54862] FORMATTING: Formatting problems in Word (.DOC) files

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

--- Comment #10 from Michael Pappas painful...@gmail.com ---
Created attachment 67755
  -- https://bugs.freedesktop.org/attachment.cgi?id=67755action=edit
Case #2: Same file exported to OpenDocument

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


[Libreoffice-bugs] [Bug 55370] Pasting text into search box causes text to be pasted into document [UI]

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55370

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

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

--- Comment #1 from Roman Eisele b...@eikota.de ---
Thank you very much for your bug report!

This problem is already filed as bug 49853: “EDITING: Cannot paste into ‘find’
box (OS X)”, therefore I mark you report as a duplicate of the latter.

Hint: Even when marked as a duplicate, your report was not made in vain,
because it helps to increase the weight of bug 49853, and therefore will
hopefully increase the probability that this bug will get fixed soon. ;-)

Thank you again!

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

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


[Libreoffice-bugs] [Bug 49853] EDITING: Cannot paste into 'find' box (OS X)

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49853

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 CC||ambrose...@gmail.com

--- Comment #19 from Roman Eisele b...@eikota.de ---
*** Bug 55370 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

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

--- Comment #126 from Michael Pappas painful...@gmail.com ---
Nominating bug# 54862: Broken formatting for .DOC files after some on some
libreoffice version  3.5.2 (found on 3.6.1.2)

Affects installations where documents are stored in Word format.

-- 
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 55370] Pasting text into search box causes text to be pasted into document [UI]

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55370

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

   Hardware|IA64 (Itanium)  |x86-64 (AMD64)
 CC||b...@eikota.de

--- Comment #2 from Roman Eisele b...@eikota.de ---
(Just adapting some fields. There never was a Mac with Itanium chip, so we for
MacOS/64bit we need x86-64 ;-)

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


[Libreoffice-bugs] [Bug 42391] PRINTING: Combined printing of custom size page result to scaling even when actual size option is choosen

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42391

Hashem Masoud wraithl...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Hashem Masoud wraithl...@gmail.com ---
(In reply to comment #0)
Reporter: do you still have this issue with the latest Draw 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 50869] FORMATTING: MSWord doc in Writer: missing table data, misplaced objects, 3 pages instead of 2.

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50869

--- Comment #6 from Michael Pappas painful...@gmail.com ---
Confirming with 3.6.1.2.

Possibly related to bug# 54862.

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


[Libreoffice-bugs] [Bug 50869] FORMATTING: MSWord doc in Writer: missing table data, misplaced objects, 3 pages instead of 2.

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50869

Michael Pappas painful...@gmail.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 54862] FORMATTING: Formatting problems in Word (.DOC) files

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

Michael Pappas painful...@gmail.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 54862] FORMATTING: Formatting problems in Word (.DOC) files

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

--- Comment #11 from Michael Pappas painful...@gmail.com ---
Possibly related to bug# 50869.

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


[Libreoffice-bugs] [Bug 54219] FILEOPEN Wrong table formatting

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54219

--- Comment #1 from Michael Pappas painful...@gmail.com ---
Seems to be a duplicate of bug# 54862.

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


[Libreoffice-bugs] [Bug 45463] Inserting Formula to Drawing when used as OLE in Writer (OLE Nested Entry).

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45463

Hashem Masoud wraithl...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||wraithl...@gmail.com
 Ever confirmed|0   |1

--- Comment #5 from Hashem Masoud wraithl...@gmail.com ---
(In reply to comment #4)
Still present in:
Version 3.6.1.2 (Build ID: e29a214)

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


[Libreoffice-bugs] [Bug 54219] FILEOPEN Wrong table formatting

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54219

Michael Pappas painful...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Michael Pappas painful...@gmail.com ---
(In reply to comment #1)
 Seems to be a duplicate of bug# 54862.

My bad, bug# 54862 was reported later, hence it is a duplicate of this one. 

Since I have nominated 54862 in the list of most annoying bugs, I will mark
bug# 54219 (and not the other way around) as a duplicate, hope it's ok with the
author and the etiquette.

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

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


[Libreoffice-bugs] [Bug 54862] FORMATTING: Formatting problems in Word (.DOC) files

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

Michael Pappas painful...@gmail.com changed:

   What|Removed |Added

 CC||ori...@mail.ru

--- Comment #12 from Michael Pappas painful...@gmail.com ---
*** Bug 54219 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 54862] FORMATTING: Formatting problems in Word (.DOC) files

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

Michael Pappas painful...@gmail.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 54219] FILEOPEN Wrong table formatting

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54219

Michael Pappas painful...@gmail.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 55371] FILESAVE: Cannot Select All in File Save dialog

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55371

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |minor
 CC||b...@eikota.de
Version|3.6.0.4 release |3.3.0 Beta2
  Component|Writer  |UI
 Ever confirmed|0   |1

--- Comment #1 from Roman Eisele b...@eikota.de ---
Thank you very much for your bug report!


Test results


This issue is not limited to Writer, but shared by all LibreOffice components
(therefore set Component to “UI”).

REPRODUCIBLE on Mac OS X 10.6.8 (Intel) with
* LibreOffice 3.3.0
* LibreOffice 3.5.7.1
* LibreOffice 3.6.2.2
* AOO 3.4.0

So this is an old issue, inherited from OOo (therefore set Version to oldest
available version, as usual here).


Why is this minor glitch of some importance?


Many (long-time) Mac OS X users are used to the convention that Command-A works
even in the edit field of the file save as dialog which contains the intented
file name, so they are irritated by this behaviour (cf. Ambrose Li’s comment
mentioning an “initial shock”).

It is indeed strange that LibreOffice, using the generic Mac OS X file save
dialog, does not support the Command-A shortcut in the edit field containing
the intented file name, while all other Mac OS X applications which I have
tested (Apple’s TextEdit, BBEdit, XPress, ... but also some not-so-native
applications like Firefox and Thunderbird) support the shortcut here.

The general problem could be that, while the file save dialog window is open
and has got the focus, the whole menu bar is still enabled like when we are
editing a document. In most applications, nearly all menu items are greyed out
(disabled) when a dialog window is open, but not in LibreOffice (cf. bug
31915).

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


[Libreoffice-bugs] [Bug 45765] : Feature request: Function to generate input values for calculation based on spreadsheets

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45765

Hashem Masoud wraithl...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||wraithl...@gmail.com
  Component|Drawing |Spreadsheet
 Ever confirmed|0   |1

--- Comment #2 from Hashem Masoud wraithl...@gmail.com ---
(In reply to comment #1)
 Thanks for new idea
 But why Data-Multiple operations not enough? It's functionality very
 resembles described in this bugreport.

Can you please detail the steps on how to do 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 45765] : Feature request: Function to generate input values for calculation based on spreadsheets

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45765

--- Comment #3 from sasha.libreoff...@gmail.com ---
http://help.libreoffice.org/Calc/Applying_Multiple_Operations

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


[Libreoffice-bugs] [Bug 55350] Letter spacing and expand single word do not work anymore

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55350

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

   What|Removed |Added

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

--- Comment #5 from Michael Meeks michael.me...@novell.com ---
Wow - nice catch; thanks so much for running master  digging these out; we'll
discuss at ESC later.

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


[Libreoffice-bugs] [Bug 55379] New: FILEOPEN CRASH for particular .ods

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55379

  Priority: medium
Bug ID: 55379
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN CRASH for particular .ods
  Severity: critical
Classification: Unclassified
OS: Windows (All)
  Reporter: libreoff...@bielefeldundbuss.de
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.6.2.2 rc
 Component: Spreadsheet
   Product: LibreOffice

This one is a spin off from Bug 54852 - FILEOPEN CRASH for particular .ods.
For the sample document Attachment 67087 in that bug the problem really has
vanished for LibreOffice 3.6.2.1 rc  English UI/ German Locale [Build-ID: 
da8c1e6] on German WIN7 Home Premium (64bit) .

But unfortunately the problem for my real document persists, I still have lots
of spreadsheets what crash when I try to open. That crash is difficult to
reproduce, already smaller modifications in the document make the crash
disappear. Common for all those documents is that they 
- have been edited with 3.5.7 or older before I try to open with 3.6.2
- Contain
  -- Lots of (Conditional) Formatting
  -- Filters

Crash does not appear with 3.6.0.4, I think problem came up with 3.6.1

For me this one has blocker quality.

I do not have documents suitable for public use, so I will send one to Markus,
who fixed Bug 54498, what might have similar roots.

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


[Libreoffice-bugs] [Bug 55257] Libreoffice + outlook

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55257

--- Comment #1 from thena...@gmail.com ---
the fdo#55257 bug is posted, but with simply the same information as above.
Issue will receive no dev or QC action if you don't provide more detail. Also,
please check with users to determine if issue is impatient multiple clicks on
the same attachment in Outlook. Are they waiting for launch?

User have Outlook 2010 then email appears with attached file.

Please check with users to determine if issue is impatient multiple clicks
User click make multiple clik on the same attachment, they dont waiting for a
launch they are users they make click they dont understand how a it work.

If you have questions i am 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 46100] Crash after deleting a sheet

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46100

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

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |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 55379] FILEOPEN CRASH for particular .ods

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55379

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
[Reproducible] with parallel installation of Master LOdev  3.7.0.0.alpha0+   -
 ENGLISH UI / German Locale  [Build ID: bc63efc]  {tinderbox: @6, pull time
2012-09-24 21:00:28} on German WIN7 Home Premium (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 44446] LibreOffice 3.6 most annoying bugs

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Depends on||55379

--- Comment #127 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Add Bug 55379 - FILEOPEN CRASH for particular .ods, at least for me with
3.6.2 loss of access to hundreds of documents.

-- 
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 55379] FILEOPEN CRASH for particular .ods

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55379

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Blocks||6

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


[Libreoffice-bugs] [Bug 55380] New: Clients of GlobalEventBroadcaster should use DocumentEventBroadcaster/Listener

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55380

  Priority: medium
Bug ID: 55380
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Clients of GlobalEventBroadcaster should use
DocumentEventBroadcaster/Listener
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: sberg...@redhat.com
  Hardware: All
Status: UNCONFIRMED
   Version: unspecified
 Component: framework
   Product: LibreOffice

For backwards compatibility, the implementation of
com.sun.star.frame.GlobalEventBroadcaster
(sfx2/source/notify/eventsupplier.cxx) still supports the obsolete interfaces
com.sun.star.document.XEventBroadcaster and
com.sun.star.document.XEventListener.  However, call-sites within the LO code
base should be adapted to use the replacements
com.sun.star.document.XDocumentEventBroadcaster and
com.sun.star.document.XDocumentEventListener, resp.  The relevant places are:

XEventBroadcaster extensions/source/update/ui/updatecheckui.cxx
XEventBroadcaster filter/source/config/cache/lateinitlistener.cxx
XEventBroadcaster filter/source/xsltdialog/xmlfiltertestdialog.cxx
XEventBroadcaster ucb/source/ucp/tdoc/tdoc_docmgr.cxx
XEventListener desktop/source/app/app.cxx
XEventListener sfx2/source/appl/appinit.cxx

(See also the commit message of
http://cgit.freedesktop.org/libreoffice/core/commit/?id=272f0e97b12e634cdf49a1bff45e1b9068af7d9c
Improvements on previous commit.)

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


[Libreoffice-bugs] [Bug 55380] Clients of GlobalEventBroadcaster should use DocumentEventBroadcaster/Listener

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55380

Stephan Bergmann sberg...@redhat.com 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 55380] Clients of GlobalEventBroadcaster should use DocumentEventBroadcaster/Listener

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55380

--- Comment #1 from Stephan Bergmann sberg...@redhat.com ---
(Once this issue is fixed /and/ we want to become incompatible, the
GlobalEventBroadcaster implementation can then be cleaned up, see
https://wiki.documentfoundation.org/index.php?title=Development/LibreOffice4diff=prevoldid=55825.)

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


[Libreoffice-bugs] [Bug 55022] FILEOPEN: CRASH during Adapt row height when opening particular .ods

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55022

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

   What|Removed |Added

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

--- Comment #10 from Michael Meeks michael.me...@novell.com ---
Pushed Markus' patch to -3-6 - 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 55379] FILEOPEN CRASH for particular .ods

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55379

--- Comment #2 from Stephan van den Akker stephanv...@gmail.com ---
Rainer, can you e-mail me one of these documents? I will be able to test this
with a recent master on openSUSE 11.4 (see if it is system-independent).

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


[Libreoffice-bugs] [Bug 53056] Format paintbrush cannot be used between documents

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53056

--- Comment #5 from nuno.po...@gmail.com ---
(In reply to comment #3)
 NOT reproducible with  LibreOffice 3.6.2.1 rc  German UI/ German Locale
 [Build-ID:  ba822cc] on German WIN7 Home Premium (64bit) 
 

I tested only in Linux (Fedora 17 with Gnome 3)

 
 Beneath several other things I tested whether I can copy/paste a word with
 some formatting (background, language, character color) to a different
 document, and most times the pasted word had as expected formatting. But in
 one case I only was able to paste the unformatted word, and only this option
 was offered in Menu 'Edit - Paste special'. But I am not able to reproduce
 that result.
  
 @nuno.po...@gmail.com:
 is not possible is much to imprecise. What does that mean? You did not
 find how? Menu Item offered, active, but does not work? Offered but greyed
 out? 
 Please describe exactly what you expect and what your result is.

When I click the Format Paintbrush button in the source document, the mouse
pointer turns into a dropping tin. Then, I switch to the target document and
the mouse pointer returns to the arrow and I can't paste the source formatting,
either with the mouse or Edit - Paste special.

I can get you a screencast if it helps.

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


[Libreoffice-bugs] [Bug 54862] FORMATTING: Formatting problems in Word (.DOC) files

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 CC||b...@eikota.de
   Keywords||regression

--- Comment #13 from Roman Eisele b...@eikota.de ---
Dear Michael Pappas,

thank you very much for your bug report!

(In reply to comment #9)
 It's puzzling to see that this bug has been not been assigned to someone
 yet. Its impact is rather large, especially on organizations with a large
 number of documents in Word format. 

I am sorry to say so, but please be patient. LibreOffice is a large project,
and we have limited resources both in development and in QA, so we can’t
process even important bugs as fast as we would like to do.

To adumbrate the dimensions, let me quote some numbers: Right now, there are
3821 NEW/REOPENED/ASSIGNED bugs, i.e. bugs which are confirmed, but not yet
fixed. Additionally, there are 1380 UNCONFIRMED bugs, waiting for confirmation
and moderation by the QA team (which completely consists of volunteers like
me). 645 bugs are in NEEDINFO status, i.e., we are waiting for the users to
respond to necessary questions (they often don’t answer, or only after a long
delay).

But this does not mean that there is no progress. Not less than 7313 bugs are
already RESOLVED/VERIFIED/CLOSED, i.e. have been fixed or processed completely.
For a FLOSS project which consists of mere volunteers, this is IMHO an
impressive result.

By the way: these large numbers of bugs do not mean that LibreOffice is a buggy
project with decreasing quality. Many (most?) of these bugs have been inherited
from OpenOffice.org or even from StarOffice, and we have already fixed a good
part of these old bugs, so that the quality of the software is increasing. But
it is unavoidable that sometimes -- like in this case -- there are also new
bugs introduced while implementing new or improving existing features. That’s a
pitty, but it just happens in every complex software project.

This is why I can just ask you (sorry again!): please be patient.

 No offense here, I know that is a for-free collaborative project. Perhaps
 there are other bugs related to this one, and work is being done for them
 (ergo for this one as well)?

Yes, that is true. It is very probable that the present bug is related or even
identical to some other bug which is already worked on, and that therefore the
fix of that other bug will fix the present issue, too.


If I may add two additional hints:

1) This bug report is about a feature (merged table cells in .doc files?!)
which worked in LibreOffice 3.5 but is broken in LibreOffic 3.6. Therefore it
is what we call a “regression”. In cases like this, you can increase the
likelihood that you report will get noticed early when you add the keyword
“regression” (without the quotes) to the field “Keywords”. (But please do this
only if you are sure that there is a regression!)

2) Our current workflow is (in most cases) as following:
If you report a bug, it will first be reviewed by some QA volunteer(s), who
checks for reproducibility, completeness, probable duplicates etc. Then the QA
volunteer will CC some developer(s) who work in the area of the bug. As soon as
one of these developers finds time, he will check the bug and, if he can handle
it, assign it to himself, and fix it.

This means that it is very important that a bug will catch the eyes of a QA
volunteer, and that this “bug wrangler” (as we call it) can understand and
reproduce the issue easily. Now the present bug has a general summary
(“Formatting problems in Word … files”) which makes it look like a general
report about unspecified (and many) problems. But general reports about many
problems at once are very hard to handle (we need to identify the single issues
first and then to separate them), and therefore bug reports which look like
such general reports are not the favorite bug reports for us QA volunteers ;-)

In short words: Your report is a good one, it is about a specific problem, and
it is well documented with screenshots. The only problem is that the
description of the specific problem comes at the end, and does not catch
everybody’s eyes at once. So you can increase the likelihood that a bug report
like this one will get reproduced soon if you give it a precise summary,
something like “FORMATTING: Merged table cells from .doc file appear not merged
in LibO (Regression)” or so.

Thank you again!

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


[Libreoffice-bugs] [Bug 55379] FILEOPEN CRASH for particular .ods

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55379

--- Comment #3 from Stephan van den Akker stephanv...@gmail.com ---
Sample document sent by Rainer crashes LO version 3.7.0.0.alpha0+ (Build ID:
dccddcc) on openSuSE 11.4 (x86-64) 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 55379] FILEOPEN CRASH for particular .ods

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55379

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|Windows (All)   |All
 Status|UNCONFIRMED |NEW
 CC||b...@eikota.de
 Ever confirmed|0   |1

--- Comment #4 from Roman Eisele b...@eikota.de ---
Status=NEW and Platform=“All” due to comment #3.

@Rainer:
If you want further cross-platform confirmation, for Mac OS X, you send me one
of these documents. I promise to delete it as soon as I have tested it :) Mac
OS X will also create a simple stack trace, as a first hint where the problem
is.

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


[Libreoffice-bugs] [Bug 55379] FILEOPEN CRASH for particular .ods

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55379

--- Comment #5 from Stephan van den Akker stephanv...@gmail.com ---
make debugrun:

After loading of file:

Program received signal SIGSEGV, Segmentation fault.
malloc_consolidate (av=0x77180e80) at malloc.c:5133
5133malloc.c: No such file or directory.
in malloc.c

I probably need to unstall some more debug packages and try again.

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


[Libreoffice-bugs] [Bug 55381] New: LibreOffice does not recognize page breaks in attached docx

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55381

  Priority: medium
Bug ID: 55381
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: LibreOffice does not recognize page breaks in attached
docx
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: tima...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.6.1.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 67760
  -- https://bugs.freedesktop.org/attachment.cgi?id=67760action=edit
bugdoc

The user produced this docx with Abby FineReader from a PDF. The resulting
document opens fine in Word, but in LibreOffice Writer all text boxes are on
the first page, they are overlapping each other.

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


[Libreoffice-bugs] [Bug 55379] FILEOPEN CRASH for particular .ods

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55379

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

   What|Removed |Added

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

--- Comment #6 from Michael Meeks michael.me...@novell.com ---
I'd love to have the test document too - it'd be great to check this vs 3.6.2.2
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 55381] LibreOffice does not recognize page breaks in attached docx

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55381

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 54862] FORMATTING: Formatting problems in Word (.DOC) files

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

   Hardware|x86 (IA32)  |All
 Status|UNCONFIRMED |NEW
   Severity|normal  |major
 Ever confirmed|0   |1

--- Comment #14 from Roman Eisele b...@eikota.de ---
REPRODUCIBLE with LibreOffice 3.6.2.2 (Build ID: da8c1e6), German langpack
installed, on Mac OS X 10.6.8 (Intel). Table looks wrong like on reporter’s
screenshot:
* Cells in right column not merged
* something very strange at the end of the right column: the last cell has
  no bottom border, looking “open”.

This is really a regression, because on the same machine, LibreOffice 3.5.7.1
(Build-ID: 3fa2330-e49ffd2-90d118b-705e248-051e21c) opens the file correctly.

Changed Platform to “All”, because not limited to 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 50931] EasyHack: FILEOPEN: Cannot import HTML br/ and hr/ (while br and br /, hr and hr / are imported correctly)

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50931

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

   What|Removed |Added

 Whiteboard|BSA |BSA EasyHack SkillCpp
Summary|FILEOPEN: Cannot import |EasyHack: FILEOPEN: Cannot
   |HTML br/ and hr/ (while |import HTML br/ and hr/
   |br and br /, hr and   |(while br and br /,
   |hr / are imported |hr and hr / are
   |correctly)  |imported correctly)

--- Comment #12 from Michael Stahl mst...@redhat.com ---
Urmas, that place looks interesting, there is already code to
handle / around line 1217 in parhtml.cxx; would you like to
debug this a little, find out why it doesn't work and submit a patch :)

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


[Libreoffice-bugs] [Bug 54862] FORMATTING: Formatting problems in Word (.DOC) files

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

--- Comment #15 from Michael Pappas painful...@gmail.com ---
First, please let me say that I was overenjoyed to read such your comments;
clarity and kindness especially striking to me! Thank you!

(In reply to comment #13)
 Dear Michael Pappas,
 
 thank you very much for your bug report!
 
 (In reply to comment #9)
  It's puzzling to see that this bug has been not been assigned to someone
  yet. Its impact is rather large, especially on organizations with a large
  number of documents in Word format. 
 
 I am sorry to say so, but please be patient. LibreOffice is a large project,
 and we have limited resources both in development and in QA, so we can’t
 process even important bugs as fast as we would like to do.

Fully understood, I've been employed in open source on and off for the last 12+
years. My comment above was more of a curious nature that is, how come there
haven't been a ton of reports about this considering the (IMHO impact).


 By the way: these large numbers of bugs do not mean that LibreOffice is a
 buggy project with decreasing quality. 

More complexity brings more bugs and regressions. Trust me, I wouldn't deploy
Libreoffice in my organization and I would neither evangelize use of it at
hopes, if I *remotely* thought it was unfit for the purpose.

 This is why I can just ask you (sorry again!): please be patient.

No problem with that!

 If I may add two additional hints:
 
 1) This bug report is about a feature (merged table cells in .doc files?!)
 which worked in LibreOffice 3.5 but is broken in LibreOffic 3.6. Therefore
 it is what we call a “regression”. In cases like this, you can increase the
 likelihood that you report will get noticed early when you add the keyword
 “regression” (without the quotes) to the field “Keywords”. (But please do
 this only if you are sure that there is a regression!)

Will keep that in mind, thank you.

 2) Our current workflow is (in most cases) as following:
 If you report a bug, it will first be reviewed by some QA volunteer(s), who
 checks for reproducibility, completeness, probable duplicates etc. Then the
 QA volunteer will CC some developer(s) who work in the area of the bug. As
 soon as one of these developers finds time, he will check the bug and, if he
 can handle it, assign it to himself, and fix it.

Thanks again. What *I* can do is search around, find possible similarities,
propose/close possible duplicates and basically do whatever it is needed to
provide concentrated information for the developer in a *single* place. 

 In short words: Your report is a good one, it is about a specific problem,
 and it is well documented with screenshots. The only problem is that the
 description of the specific problem comes at the end, and does not catch
 everybody’s eyes at once. So you can increase the likelihood that a bug
 report like this one will get reproduced soon if you give it a precise
 summary, something like “FORMATTING: Merged table cells from .doc file
 appear not merged in LibO (Regression)” or so.

 Thank you again!

Thank YOU, for your kind words and time and effort for a non-profit project! :)

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


[Libreoffice-bugs] [Bug 54862] FILEOPEN, TABLES: Merged table cells from .doc file appear split in Writer (regression)

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

Summary|FORMATTING: Formatting  |FILEOPEN, TABLES: Merged
   |problems in Word (.DOC) |table cells from .doc file
   |files   |appear split in Writer
   ||(regression)
Version|3.6.1.2 release |3.6.0.4 release

--- Comment #16 from Roman Eisele b...@eikota.de ---
* Bug was already in LibreOffice 3.6.0.4 (Build ID: 932b512).
  → Adapted version (version field should contain the number of the
  FIRST version which is known to contain a bug).
* Bug is still in master build: LOdev 3.7.0.0.alpha0+,
  build ID: 8baaff5, pull time: 2012-09-24 23:40:55

I propose a new (more precise) summary, adding some keywords;
feel free to 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 44657] RTL UI: Horizontal scrollbar in calc main window is broken

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44657

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

   What|Removed |Added

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

--- Comment #16 from Michael Meeks michael.me...@novell.com ---
Interesting; I guess it's some theming problem around RTL - a good place to dig
would be:

vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx

And to fiddle with the pieces of the scroll-bar that we handle / render there
(I suppose ). Then again there is some oddness here:

sc/source/ui/view/tabview5.cxx:

pTabControl = new ScTabControl( pFrameWin, aViewData );
/*  #i97900# The tab control has to remain in RTL mode if GUI is RTL, this
is needed to draw the 3D effect correctly. The base TabBar implementes
mirroring independent from the GUI direction. Have to set RTL mode
explicitly because the parent frame window is already RTL disabled. */
pTabControl-EnableRTL( Application::GetSettings().GetLayoutRTL() );

that might be interesting.

HTH.

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


[Libreoffice-bugs] [Bug 55379] FILEOPEN CRASH for particular .ods

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55379

--- Comment #7 from Roman Eisele b...@eikota.de ---
Created attachment 67762
  -- https://bugs.freedesktop.org/attachment.cgi?id=67762action=edit
Mac OS X 10.6.8 log file for LibO 3.6.2.2 crash

I can confirm that this crash is REPRODUCIBLE with LibreOffice 3.6.2.2 (Build
ID: da8c1e6), German langpack installed, on Mac OS X 10.6.8 (Intel) -- so this
is a true cross-platform bug.

I can also confirm that this crash does NOT happen with LibreOffice 3.6.0.4 on
the same machine, so the bug must have been introduced in between.

Attached you find the log file created by Mac OS X for the crash; it includes a
simple stack trace (whithout full symbols); I hope this gives a hint where to
search ...

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


[Libreoffice-bugs] [Bug 55379] FILEOPEN CRASH for particular .ods

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55379

--- Comment #8 from Roman Eisele b...@eikota.de ---
Also still REPRODUCIBLE with newest master build: LOdev 3.7.0.0.alpha0+, Build
ID: 30d33b1, pull time: 2012-09-27 04:27:30, again on Mac OS X 10.6.8 (Intel).
Crash log/stack trace identical to the one for 3.6.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 55055] LibO Crashes when both Calc and a Database Form are opened

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55055

Steven Shelton ste...@sheltonlegal.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Steven Shelton ste...@sheltonlegal.net ---
Weird. After I uninstalled and reinstalled it, I had the same error. Then I
uninstalled it and reinstalled it one more time, and the bug went away. No clue
why. This can probably be closed, though; it seems it was weirdness that was
unique to my computer.

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


[Libreoffice-bugs] [Bug 55379] FILEOPEN CRASH for particular .ods

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55379

--- Comment #9 from Stephan van den Akker stephanv...@gmail.com ---
backtrace after the crash in make debugrun:

Program received signal SIGSEGV, Segmentation fault.
malloc_consolidate (av=0x77180e80) at malloc.c:5133
5133malloc.c: No such file or directory.
in malloc.c
(gdb) backtrace
#0  malloc_consolidate (av=0x77180e80) at malloc.c:5133
#1  0x76e8ce14 in _int_malloc (av=0x77180e80, bytes=24585) at
malloc.c:4367
#2  0x76e8e0d2 in malloc_check (sz=24584, caller=value optimized out)
at hooks.c:264
#3  0x776af19d in operator new (sz=24584) at
../../../../libstdc++-v3/libsupc++/new_op.cc:52
#4  0x776af2b9 in operator new[] (sz=value optimized out) at
../../../../libstdc++-v3/libsupc++/new_opv.cc:32
#5  0x7fffd41bc15c in ScMarkData::SetMultiMarkArea (this=0x7fff29b0,
rRange=..., bMark=true)
at
/home/stephan/Software/libreoffice-master/core/sc/source/core/data/markdata.cxx:133
#6  0x7fffd41bd67f in ScMarkData::MarkFromRangeList (this=0x7fff29b0,
rList=..., bReset=value optimized out)
at
/home/stephan/Software/libreoffice-master/core/sc/source/core/data/markdata.cxx:376
#7  0x7fffd4396b3d in XMLTableStyleContext::ApplyCondFormat
(this=0x3052ca0, xCellRanges=value optimized out)
at
/home/stephan/Software/libreoffice-master/core/sc/source/filter/xml/xmlstyli.cxx:462
#8  0x7fffd4385520 in ScXMLImport::SetStyleToRanges (this=0x2e88010) at
/home/stephan/Software/libreoffice-master/core/sc/source/filter/xml/xmlimprt.cxx:2683
#9  0x7fffd4385afa in ScXMLImport::SetStyleToRange (this=0x2e88010,
rRange=..., pStyleName=0x3256030, nCellType=256, pCurrency=0x0)
at
/home/stephan/Software/libreoffice-master/core/sc/source/filter/xml/xmlimprt.cxx:2738
#10 0x7fffd432e116 in ScMyStyleRanges::SetStylesToRanges (this=value
optimized out, rRanges=..., pStyleName=0x3256030, nCellType=256,
pCurrency=0x0, rImport=...)
at
/home/stephan/Software/libreoffice-master/core/sc/source/filter/xml/XMLStylesImportHelper.cxx:182
#11 0x7fffd432e700 in ScMyStyleRanges::SetStylesToRanges (this=0x3255f70,
pStyleName=0x3256030, rImport=...)
at
/home/stephan/Software/libreoffice-master/core/sc/source/filter/xml/XMLStylesImportHelper.cxx:198
#12 0x7fffd432e956 in ScMyStylesImportHelper::SetStylesToRanges
(this=0x2edffc0)
at
/home/stephan/Software/libreoffice-master/core/sc/source/filter/xml/XMLStylesImportHelper.cxx:493
#13 0x7fffd439ac9a in ScMyTables::DeleteTable (this=0x2e884a8) at
/home/stephan/Software/libreoffice-master/core/sc/source/filter/xml/xmlsubti.cxx:207
#14 0x7fffd439cced in ScXMLTableContext::EndElement (this=0x311dc30) at
/home/stephan/Software/libreoffice-master/core/sc/source/filter/xml/xmltabi.cxx:426
#15 0x7fffde33495e in SvXMLImport::endElement (this=0x2e88010) at
/home/stephan/Software/libreoffice-master/core/xmloff/source/core/xmlimp.cxx:716
#16 0x7fffdf86be7e in
sax_expatwrap::SaxExpatParser_Impl::callbackEndElement (pvThis=0x2e70e70,
pwName=value optimized out)
at
/home/stephan/Software/libreoffice-master/core/sax/source/expatwrap/sax_expat.cxx:817
#17 0x7fffdf8811da in doContent (parser=0x2f61490, startTagLevel=0,
enc=value optimized out, s=
0x2f52bb3 /table:tabletable:table table:name=\Erledigt\
table:style-name=\ta1\ table:print=\false\office:forms
form:automatic-focus=\false\
form:apply-design-mode=\false\/table:table-column table:style-n...,
end=value optimized out, nextPtr=0x2f614c0, haveMore=1 '\001') at
xmlparse.c:2532
#18 0x7fffdf88217e in contentProcessor (parser=0x2f61490, start=value
optimized out, end=value optimized out, endPtr=value optimized out) at
xmlparse.c:2105
#19 0x7fffdf8861dd in XML_ParseBuffer (parser=0x2f61490, len=value
optimized out, isFinal=0) at xmlparse.c:1651
#20 0x7fffdf86ca81 in sax_expatwrap::SaxExpatParser_Impl::parse
(this=0x2e70e70) at
/home/stephan/Software/libreoffice-master/core/sax/source/expatwrap/sax_expat.cxx:743
#21 0x7fffdf86df8e in sax_expatwrap::SaxExpatParser::parseStream
(this=0x2e795a0, structSource=value optimized out)
at
/home/stephan/Software/libreoffice-master/core/sax/source/expatwrap/sax_expat.cxx:531
#22 0x7fffd43a1268 in ScXMLImportWrapper::ImportFromComponent
(this=0x7fff3ad0, xServiceFactory=
uno::Reference to {com::sun::star::uno::XInterface = {_vptr.XInterface =
0x763f2570}, No data fields}, xModel=
uno::Reference to {com::sun::star::lang::XComponent =
{com::sun::star::uno::XInterface = {_vptr.XInterface = 0x7fffd4b93db0}, No
data fields}, No data fields}, 
xXMLParser=uno::Reference to {_vptr.XInterface = 0x7fffdfaa9e30},
aParserInput=..., sComponentName=..., sDocName=..., sOldDocName=..., 
aArgs=uno::Sequence of length 4 = {...}, bMustBeSuccessfull=1 '\001') at
/home/stephan/Software/libreoffice-master/core/sc/source/filter/xml/xmlwrap.cxx:192
#23 0x7fffd43a36b8 in ScXMLImportWrapper::Import 

[Libreoffice-bugs] [Bug 55382] New: Docbook convertion loose listitem

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55382

  Priority: medium
Bug ID: 55382
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Docbook convertion loose listitem
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: mathieu.malate...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.5.4 release
 Component: Libreoffice
   Product: LibreOffice

Created attachment 67763
  -- https://bugs.freedesktop.org/attachment.cgi?id=67763action=edit
odt to reproduce issue

When saving as Docbook (.xml) libreoffice remove listitem for second level.
HTML export is working nicely:


UL
LIP STYLE=margin-bottom: 0in1/P
UL
LIP STYLE=margin-bottom: 0in4/P
/UL
LIP STYLE=margin-bottom: 0in2/P
UL
LIP STYLE=margin-bottom: 0in5/P
/UL
LIP STYLE=margin-bottom: 0in3/P
UL
LIP STYLE=margin-bottom: 0in6/P
/UL
/UL

While docbook is:


  orderedlist
listitem
  para1/para
/listitem
listitem
  para2/para
/listitem
listitem
  para3/para
/listitem
  /orderedlist

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


[Libreoffice-bugs] [Bug 51264] Validation of signed documents against CRL takes too long when in Linux behind a proxy

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51264

nuno.po...@gmail.com changed:

   What|Removed |Added

Version|3.5.4 release   |3.6.1.2 release

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


[Libreoffice-bugs] [Bug 55383] New: Docbook loose merge cell attribute

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55383

  Priority: medium
Bug ID: 55383
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Docbook loose merge cell attribute
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: mathieu.malate...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.5.4 release
 Component: Libreoffice
   Product: LibreOffice

Created attachment 67764
  -- https://bugs.freedesktop.org/attachment.cgi?id=67764action=edit
input odt file

In the attached odt document, when exporting to docbook, the merged cells are
lost. When exporting to HTML it is nice:

TABLE WIDTH=100% CELLPADDING=4 CELLSPACING=0
COL WIDTH=128*
COL WIDTH=128*
TR VALIGN=TOP
TD ROWSPAN=2 ...

However docbook is:

  informaltable frame=all
tgroup cols=1.667
  tbody
row
  entry
para1 amp; 3/para
  /entry

while the correct output should be:

  informaltable frame=all
tgroup cols=1.667
  tbody
row
  entry morerows=1
para1 amp; 3/para
  /entry

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


[Libreoffice-bugs] [Bug 55384] New: Reduce Bitmap option is ignored

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55384

  Priority: medium
Bug ID: 55384
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Reduce Bitmap option is ignored
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: markus.m...@kdwelt.de
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: unspecified
 Component: Printing and PDF export
   Product: LibreOffice

Problem description: 

Printing documents with pictures results in huge print jobs or files. The
printing option reduce bitmap seems to be ignored with recent versions of
LibreOffice (and Apache OpenOffice as well).

The last version I could find to work is OO 3.2.1 from Debian Squeeze.

Steps to reproduce:
1. Open MyCat.odt
2. Print to a file.
3. Set reduce bitmap option in settings.
4. Print again to a file and compare file sizes.

Platform (if different from the browser): 
Debian Squeeze x86 and amd64

Browser: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120909 Firefox/15.0.1
SeaMonkey/2.12.1

The attached print files were printed via cups and a HP Business InkJet 2800
printer.

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


[Libreoffice-bugs] [Bug 55385] New: Sorting and grouping problem

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55385

  Priority: medium
Bug ID: 55385
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Sorting and grouping problem
  Severity: critical
Classification: Unclassified
OS: Windows (All)
  Reporter: tomkow...@interia.pl
  Hardware: x86 (IA32)
Status: NEW
   Version: 3.6.1.2 release
 Component: Database
   Product: LibreOffice

I use LO 3.6.1 with Report Builder 1.2.3. When I run the report, I receive
error Column not found: MONTH_  In this report I group data by month with
LO option Sorting and grouping 

In LO 3.5.6 the report run without any problems, but the problem appeared in LO
3.6.x. and next.

Other information:
State SQL: S1000
Error: Column not found: MONTH_Data sprzedaży in statement...
Exception type: com.sun.star.lang.WrappedTargetException

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


[Libreoffice-bugs] [Bug 47914] Enhancement Request: Please add Laplace symbol

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47914

leighman leighmanthegr...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Priority|medium  |low
 Ever confirmed|0   |1

--- Comment #1 from leighman leighmanthegr...@hotmail.com ---
Certainly seems reasonable, if a little niche.
Would it be better to just provide easy access to the character map in the
formula editor?

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


[Libreoffice-bugs] [Bug 54862] FILEOPEN, TABLES: Merged table cells from .doc file appear split in Writer (regression)

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

--- Comment #17 from Roman Eisele b...@eikota.de ---
* The bug was already in LOdev 3.6.0alpha0+ (Build ID: 2398b9c, pull time:
2012-05-24 00:07:5), so the regression was introduced before that date.

However, I don’t have any older master builds anymore, so I can’t continue
testing. What we now need is someone who bibisects the issue (I can’t do that
because bibisection works only on Linux and, partially, Windows).


@Michael Pappas:
Thank you for your nice answer (comment #15)!

 Thanks again. What *I* can do is search around, find possible similarities,
 propose/close possible duplicates and basically do whatever it is needed to
 provide concentrated information for the developer in a *single* place. 

Yes, I agree. -- We could CC the developers now about the bug, but first I want
to try to find someone who can bibisect(*) the issue. When this succeeds, the
developers will know more or less exactly which commit(s) have introduced the
regression, and this will make the fix rather easy for them.

I will ask on the QA list if somebody can take bibisecting ...


(*) See https://wiki.documentfoundation.org/Bibisect

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


[Libreoffice-bugs] [Bug 46031] Crash when opening a document from konqueror in a second LibO instance

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46031

--- Comment #10 from sundoul...@gmail.com ---
(In reply to comment #9)
 Thanks for additional information.
 I still can not reproduce this problem. It LO window with specific document
 already exist on another desktop and I open the same document with Dolphin,
 desktop scrolls to desktop where LO window placed.
I see that behavior on native KDE apps but not LO.
 
  Once that happens, opening a LO file from Dolphin is unsuccessful until a 
  reboot  - the file opens but spontaneously closes within 30 seconds.
 Looks like problem with video card. It reproducible with video card of
 another vendor? On another computer or on the same.
I guess that's possible; I'm using an Acer Aspire laptop with Intel 945GM
integrated video. I don't have another computer to try it on.

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


[Libreoffice-bugs] [Bug 55384] Reduce Bitmap option is ignored

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55384

--- Comment #1 from markus.m...@kdwelt.de ---
Here is a zip file with a demo file and its print results:

http://fserver.alburg.homelinux.net/LO-55384/MyCat.zip

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


[Libreoffice-bugs] [Bug 54862] FILEOPEN, TABLES: Merged table cells from .doc file appear split in Writer (regression)

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

  Attachment #67754|text/plain  |application/msword
  mime type||

--- Comment #18 from Roman Eisele b...@eikota.de ---
Comment on attachment 67754
  -- https://bugs.freedesktop.org/attachment.cgi?id=67754
Case #2: original Word document (.DOC)

Fix 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 49035] Problems with recognizing Chinese fonts when running PDF export in headless mode

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49035

Cédric Bosdonnat cedric.bosdonnat@free.fr changed:

   What|Removed |Added

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

--- Comment #3 from Cédric Bosdonnat cedric.bosdonnat@free.fr ---
duplicate. Just checked with master: works fine.

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

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


[Libreoffice-bugs] [Bug 51693] : [PATCH] Glyph substitutions of Chinese characters seldom work in Linux without fontconfig replacements activated

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51693

Cédric Bosdonnat cedric.bosdonnat@free.fr changed:

   What|Removed |Added

 CC||sam...@gmail.com

--- Comment #6 from Cédric Bosdonnat cedric.bosdonnat@free.fr ---
*** Bug 49035 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 55379] FILEOPEN CRASH for particular .ods

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55379

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

   What|Removed |Added

 CC||markus.mohrhard@googlemail.
   ||com

--- Comment #10 from Michael Meeks michael.me...@novell.com ---
More useful is the valgrind trace with symbols (I suspect); Markus ? :-)

==4654== Invalid read of size 4
==4654==at 0x10C1FF42:
XMLTableStyleContext::ApplyCondFormat(com::sun::star::uno::Sequencecom::sun::star::table::CellRangeAddress)
(xmlstyli.cxx:1048)
==4654==by 0x10C12B34: ScXMLImport::SetStyleToRanges() (xmlimprt.cxx:2683)
==4654==by 0x10C12F15: ScXMLImport::SetStyleToRange(ScRange const,
rtl::OUString const*, short, rtl::OUString const*) (xmlimprt.cxx:2738)
==4654==by 0x10BD578D:
ScMyStyleRanges::SetStylesToRanges(std::listScRange, std::allocatorScRange 
const, rtl::OUString const*, short, rtl::OUString const*, ScXMLImport)
(XMLStylesImportHelper.cxx:182)
==4654==by 0x10BD5A4D: ScMyStyleRanges::SetStylesToRanges(rtl::OUString
const*, ScXMLImport) (XMLStylesImportHelper.cxx:198)
==4654==by 0x10BD5E37: ScMyStylesImportHelper::SetStylesToRanges()
(XMLStylesImportHelper.cxx:493)
==4654==by 0x10C21753: ScMyTables::DeleteTable() (xmlsubti.cxx:207)
==4654==by 0x10C232E1: ScXMLTableContext::EndElement() (xmltabi.cxx:426)
==4654==by 0x1011ACD5: SvXMLImport::endElement(rtl::OUString const)
(xmlimp.cxx:716)
==4654==by 0x104113FE:
sax_expatwrap::SaxExpatParser_Impl::callbackEndElement(void*, unsigned short
const*) (sax_expat.cxx:817)
==4654==by 0x1041C170: doContent (xmlparse.c:2532)
==4654==by 0x1041C6DF: contentProcessor (xmlparse.c:2105)
==4654==  Address 0xec8f6a4 is 4 bytes inside a block of size 44 free'd
==4654==at 0x4027F33: operator delete(void*) (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==4654==by 0x10C12B34: ScXMLImport::SetStyleToRanges() (xmlimprt.cxx:2683)
==4654==by 0x10C12F15: ScXMLImport::SetStyleToRange(ScRange const,
rtl::OUString const*, short, rtl::OUString const*) (xmlimprt.cxx:2738)
==4654==by 0x10BD578D:
ScMyStyleRanges::SetStylesToRanges(std::listScRange, std::allocatorScRange 
const, rtl::OUString const*, short, rtl::OUString const*, ScXMLImport)
(XMLStylesImportHelper.cxx:182)
==4654==by 0x10BD5A4D: ScMyStyleRanges::SetStylesToRanges(rtl::OUString
const*, ScXMLImport) (XMLStylesImportHelper.cxx:198)
==4654==by 0x10BD5E37: ScMyStylesImportHelper::SetStylesToRanges()
(XMLStylesImportHelper.cxx:493)
==4654==by 0x10C21753: ScMyTables::DeleteTable() (xmlsubti.cxx:207)
==4654==by 0x10C232E1: ScXMLTableContext::EndElement() (xmltabi.cxx:426)
==4654==by 0x1011ACD5: SvXMLImport::endElement(rtl::OUString const)
(xmlimp.cxx:716)
==4654==by 0x104113FE:
sax_expatwrap::SaxExpatParser_Impl::callbackEndElement(void*, unsigned short
const*) (sax_expat.cxx:817)
==4654==by 0x1041C170: doContent (xmlparse.c:2532)
==4654==by 0x1041C6DF: contentProcessor (xmlparse.c:2105)

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


[Libreoffice-bugs] [Bug 43570] FILEOPEN CRASH WordPerfect document: out of memory

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43570

Joost joos...@musigma.nl changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #4 from Joost joos...@musigma.nl ---
Julien, sorry about the delay, but I can confirm that the problem is solved.
Tested it today on the same computer. It still crashes on 3.4.4 but after
upgrading to 3.6.1 the document loads fine.

Thanks for your attention, and keep up all the good work! This is a great
project!


(In reply to comment #2)
 On pc Debian x86-64 with 3.5 branch updated today, I don't reproduce the
 problem.
 
 Joost: could you give a try to last 3.5.X or 3.6.X version and tell us if
 it's ok?

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


[Libreoffice-bugs] [Bug 43570] FILEOPEN CRASH WordPerfect document: out of memory

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43570

Joost joos...@musigma.nl changed:

   What|Removed |Added

 Resolution|WORKSFORME  |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 55388] New: corrections will not save

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55388

  Priority: medium
Bug ID: 55388
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: corrections will not save
  Severity: major
Classification: Unclassified
OS: All
  Reporter: master...@pobox.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Libreoffice
   Product: LibreOffice

1.  Corrections made to document will not save;
2.  words added to dictionary will not save, 
3.  page numbers out of sink and the same page number runs throughout document
4.  Cannot add pictures to 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 47769] FILEOPEN particular DOCX 2007 - pictures shown wrongly on page 1

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47769

--- Comment #9 from s-joyemuseq...@vf.uni-konstanz.de ---
It works again with LOdev Version 3.7.0.0.alpha0+ (Build ID: 43ac047 from
2012-09-27) Tested under Windows Vista 64.

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


[Libreoffice-bugs] [Bug 54862] FILEOPEN, TABLES: Merged table cells from .doc file appear split in Writer (regression)

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

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

--- Comment #19 from Roman Eisele b...@eikota.de ---
Comment on attachment 67755
  -- https://bugs.freedesktop.org/attachment.cgi?id=67755
Case #2: Same file exported to OpenDocument

Fix 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 55371] FILESAVE: Command-A (Select All) not working in file name edit field of File Save dialog

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55371

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

Summary|FILESAVE: Cannot Select All |FILESAVE: Command-A (Select
   |in File Save dialog |All) not working in file
   ||name edit field of File
   ||Save dialog

--- Comment #2 from Roman Eisele b...@eikota.de ---
We can make the summary clearer.

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


[Libreoffice-bugs] [Bug 54577] Crash on load of document of main page.

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54577

--- Comment #3 from Roman Eisele b...@eikota.de ---
Hello leto.ii.emperor,

to answer the questions, please come back to

   https://bugs.freedesktop.org/show_bug.cgi?id=54577

and just type your answers into “Additional Comments” there and click “Save
Changes”. Without further information, we can’t help you.

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 43570] FILEOPEN CRASH WordPerfect document: out of memory

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43570

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

   What|Removed |Added

 Status|VERIFIED|CLOSED
 Resolution|FIXED   |WORKSFORME

--- Comment #5 from Julien Nabet serval2...@yahoo.fr ---
Joost: thank you for your feedback, I close the tracker (as WFM since there's
no specific identified fix for 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 47283] EDITING: crash when accepting a change at the end of the undo stack (updated title)

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47283

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

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 46100] Crash after deleting a sheet

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46100

Kohei Yoshida kohei.yosh...@gmail.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #5 from Kohei Yoshida kohei.yosh...@gmail.com ---
@bfoman: How much memory do you have installed on your system?

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


[Libreoffice-bugs] [Bug 42391] PRINTING: Combined printing of custom size page result to scaling even when actual size option is choosen

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42391

--- Comment #3 from Haris harishas...@gmail.com ---
LibreOffice 3.5.4.2
Build ID: 165a79a-7059095-e13bb37-fef39a4-9503d18

yes

I understand the previous reply before you about this not being a bug.
Since scaling happen since what printed is 4 x half A4. Or 2 x A4 size
paper. (hence 2 blank half A4)

What I was expecting was 2 x half A4 size or 1 A4 size paper printout.
(with there no blank between)

My LO is not the latest at the moment. Btw, thanks for the email.

On 9/27/12, bugzilla-dae...@freedesktop.org
bugzilla-dae...@freedesktop.org wrote:
 https://bugs.freedesktop.org/show_bug.cgi?id=42391

 Hashem Masoud wraithl...@gmail.com changed:

What|Removed |Added
 
  Status|UNCONFIRMED |NEEDINFO
  CC||wraithl...@gmail.com
  Ever confirmed|0   |1

 --- Comment #2 from Hashem Masoud wraithl...@gmail.com ---
 (In reply to comment #0)
 Reporter: do you still have this issue with the latest Draw release?

 --
 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 43038] FORMATTING: Formatting of Embedded Images causes Headaches

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43038

--- Comment #3 from al...@elec-di.com ---
I've experienced same thing, tried different anchoring options, it just doesn't
behave right.  E.g., type a paragraph, insert image, type another paragraph,
insert image   After a round of two of editing often result with inserted
images being overlapped on each other.  And it becomes difficult to relocate
the images back to proper paragraph location.

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


[Libreoffice-bugs] [Bug 41731] FORMATTING: OLE anchoring problems

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41731

--- Comment #4 from al...@elec-di.com ---
Maybe duplicate ticket: 
https://www.libreoffice.org/bugzilla/show_bug.cgi?id=43038

I'll need to confirm whether this behavior still exists.

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


[Libreoffice-bugs] [Bug 54923] Crash when navigating options.

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54923

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
   Severity|major   |critical
 Ever confirmed|0   |1

--- Comment #18 from Roman Eisele b...@eikota.de ---
Dear bug reporter,

I am sorry for the delay in processing your report! It does not mean that we
would not appreciate your help. The problem is just that we currently don’t
have much bug wranglers dedicated to Mac OS X, and I (being one of them, and
currently the guy for all Mac-accessibility-related crashes and hangs ;-) was
busy with an inspection of all the known Mac-accessibility-related bugs (please
see attachment 67635 if you are interested). Having finished it, I now turn to
your report.

However, as you wrote:
IF YOU CAN RECREATE IT YOU CAN FIX IT!
This is correct in most cases. But the problem is that I can NOT reproduce it,
not even by following your steps given in comment #9 :-(. This might be very
well be explained just by your hint (comment #14) that this crash could be
specific to Lion (Mac OS X 10.7), but I am still using Snow Leopard (10.6) and
need to stay with it for technical reasons. So I will need to ask somebody else
who uses Mac OS X = 10.7 if he can reproduce it; but before I do so, I need to
collect as many facts as possible.

Here is a quick summary of your results (for reference):
* Steps to reproduce: see comment #9
* Crash occurs with LibreOffice = 3.6.2.1
* Crash may be specific to LibreOffice on Mac OS X 10.7 (Lion)
* Crash seems to require that in the System Preferences,
  section “Universal Access”, the option “Enable access for
  assistive devices” is checked.

And here are some of my notes:
* Interesting enough, the log files you have attached are different
  from all others which I can remember for LibreOffice on Mac OS X,
  so could be a special issue.
* Most of your log files are very similar to each other, the exceptions
  are attachment 67133 and attachment 67307 (stack trace different),
  and partially attachment 67305.
* I can find explicit reference to Mac accessibility stuff only in
  attachment 67133, attachment 67305, attachment 67307
  (all three show calls to sendAccessibilityNotification())
  and attachment 67527 (mentions XAccessibleEventListener).
* Most stack traces show that the crash happens in libobjc.A.dylib,
  after different calls to Apple code, not LibreOffice code;
  the place where we switch from LibreOffice code to Apple’s code
  is always (?)

  16  com.apple.AppKit 0x95885752 -[NSApplication
  nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
  17  libvcllo.dylib   0x01ae99bf AquaSalInstance::Yield(bool, bool) + 1183

* As a non-programmer, I would think this means that we are
  here:
http://opengrok.libreoffice.org/xref/core/vcl/aqua/source/app/salinst.cxx#759
  or here:
http://opengrok.libreoffice.org/xref/core/vcl/aqua/source/app/salinst.cxx#777


But this spare knowledge does not help us much, until we can reproduce this
issue. To make this as easy as possible, I need to ask you some more questions:

1) As you mention, you have checked the option “Enable access for
   assistive devices” in the System Preferences, section “Universal
   Access”. Now:
  -- Do you have ANY other of the options in “Universal
   Access” checked, too, e.g. “VoiceOver”, “Zoom”, “Display: White on
   Black” or “Display: Use grayscale”?
  -- Do you have checked “Show Universal Access status in the menu bar”?
  -- Do you have checked any of the options in the other tabs of
   “Universal Access”, i.e. under “Hearing”, “Keyboard”, or
   “Mouse and Trackpad”?

2) Do you use any window management utility for Mac OS X, i.e. a little
   application, app or utility which helps to arrange, resize, restore
   the user interface windows, like
   * AquaSnap
   * BetterSnapTool
   * BetterTouchTool
   * Breeze
   * Cinch
   * Divvy
   * DoublePane
   * Flexiglass
   * HyperDock
   * iSnap
   * Moom
   * RightZoom
   * ShiftIt
   * SizeUp
   * SizeWell
   * Spectacle
   * Stay
   * TileWindows
   * WindowTidy
   or something similar?

3) Do you use any special software which could be related to accessibility
   stuff, e.g. a screen reader, screen magnifier, speech recognition
   software, a text-to-speech application, or similar?
  -- Do you use any special hardware which could be related to accessibility
   stuff, e.g. a refreshable braille display or braille terminal?
   (Please do not wonder about these questions, I do NOT want to insult you
   by calling you “blind” or so ;-) I just need to ask, because IIRC
   there were some issues related to such software/hardware!)

4) Can you please try if a fresh LibreOffice user profile helps to fix the
   problem, or at least changes anything? To do so, please:
   a) Quit LibreOffice, if 

[Libreoffice-bugs] [Bug 54263] The shortcut adjustment window does not contain the category

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54263

--- Comment #2 from q9 qqq...@web.de ---
An this was NOT a help request. Let me rephrase.
It is virtually impossible to reassign a default shortcut, because the upper
part of the shortcut dialog does not give the category the shortcut cut belongs
to. This means, one has to look into every single category to find the shortcut
to change. I find this VERY inconvenient.

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


[Libreoffice-bugs] [Bug 54923] Crash when navigating options.

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54923

--- Comment #19 from Roman Eisele b...@eikota.de ---
Ah, there are at least two similar stack traces:

1) in the log cited in bug 52270: “MacSpeech Dictate in French: accented
   letters  frequent crash”. So this is a bug about speach-to-text software,
   maybe that is related (accessibility stuff or similar used)?!

2) in the log cited in bug 49286: “FORMATTING: Conditional formatting
   crashing on OSX 10.6 / LibO 3.5.2.2”.

Both show the same crash in

0   libobjc.A.dylib0x9446cf87 objc_msgSend + 23

and both the departure from LibreOffice to Apple code in:

14  com.apple.AppKit   0x96c99dd6 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
15  libvcllo.dylib 0x0190256f AquaSalInstance::Yield(bool, bool) + 1183

So it is very similar that all three issues are related. But the other bugs are
not reproducible until now, too ...

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


[Libreoffice-bugs] [Bug 49286] FORMATTING: Conditional formatting crashing on OSX 10.6 / LibO 3.5.2.2

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49286

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
   Severity|normal  |major
 Ever confirmed|0   |1

--- Comment #3 from Roman Eisele b...@eikota.de ---
Dear bug reporter,

I am sorry for the long delay in processing your report! It does not mean that
we would not appreciate your help. The problem is just
a) that we currently don’t have much bug wranglers dedicated to Mac OS X,
   and probably also that
b) this problem is not easily reproducible -- it seems to depend on some
   special circumstances; if I follow the steps you give in comment #0,
   NO crash occurs (I have tested different LibreOffice versions).

This may explain why your report was not confirmed until now.

Therefore we need to find out what makes the difference, i.e., why the steps
given in comment #1 crash LibreOffice for you, but not, e.g., for me. It would
be wonderful if you could help us to find out the reason of these crashes by
answering some questions, which may allow us to reproduce and hence to fix the
issue. Please check:

1) Can you still reproduce this issue with a current release of LibreOffice,
   i.e. LibreOffice 3.5.6 or, even better, 3.6.1 (or the upcoming 3.6.2)?

2) And if yes, which Mac OS X version are you using right now?

3) Please check if you have enabled any of the options in System
   Preferences, section “Universal Access”. This is important, because
   these options are know to cause many crashes in LibreOffice.
   If you open that control panel, please check:
  -- Do you have ANY other of the options in “Universal
   Access” checked, too, e.g. “VoiceOver”, “Zoom”, “Display: White on
   Black” or “Display: Use grayscale”, or especially “Enable access for
   assistive devices”?
  -- Do you have checked “Show Universal Access status in the menu bar”?
  -- Do you have checked any of the options in the other tabs of
   “Universal Access”, i.e. under “Hearing”, “Keyboard”, or
   “Mouse and Trackpad”?

4) Do you use any window management utility for Mac OS X, i.e. a little
   application, app or utility which helps to arrange, resize, restore
   the user interface windows, like
   * AquaSnap
   * BetterSnapTool
   * BetterTouchTool
   * Breeze
   * Cinch
   * Divvy
   * DoublePane
   * Flexiglass
   * HyperDock
   * iSnap
   * Moom
   * RightZoom
   * ShiftIt
   * SizeUp
   * SizeWell
   * Spectacle
   * Stay
   * TileWindows
   * WindowTidy
   or something similar?

5) Do you use any special software which could be related to accessibility
   stuff, e.g. a screen reader, screen magnifier, speech recognition
   software, a text-to-speech application, or similar?
  -- Do you use any special hardware which could be related to accessibility
   stuff, e.g. a refreshable braille display or braille terminal?
   (Please do not wonder about these questions, I do NOT want to insult you
   by calling you “blind” or so ;-) I just need to ask, because IIRC
   there were some issues related to such software/hardware!)

6) Can you please try if a fresh LibreOffice user profile helps to fix the
   problem, or at least changes anything? To do so, please:
   a) Quit LibreOffice, if running.
   b) Go to 
  Your main drive/Users/Your user folder/Library/Application Support/
   c) In this folder, there should be a folder called “LibreOffice”,
  which contains most LibreOffice settings (and therefore is called
  the “user profile folder”).
  Just rename this folder so something else, e.g. “LibreOffice-old”.
   d) Start LibreOffice again (the startup should take longer this time,
  because LibreOffice creates a fresh user profile).
   e) Test the issue again. Does this change anything?

Sorry for all these questions, but the answers to them can help us to reproduce
(and hence to fix) the issue!

So thank you very much for your answers and help in advance!

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


[Libreoffice-bugs] [Bug 55018] FILESAVE and FILEOPEN: Joined cells in table cause table distortion after save to doc and docx and reopen in LO

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55018

--- Comment #1 from Soren Nielsen nielsen.consiliar...@gmail.com ---
Confirmed this bug, using the same ODF-file as V.K.

I have have had the same problem exporting tables in MS Office formats (97, doc
and 2007, docx) and getting a corrupted result, when reopening the files in
LibreOffice 3.6.0.4. The two files exported from LO are read correctly by MS
Word 2010 (Windows).

The Word 97 file is read correctly by the slightly obsolete NeoOffice 3.1.2 p9
(based on Open Office), whereas the Word 2007 file is corrupted in NeoOffice,
in the same way as in LO.

Both LO and NeoOffice read the ODF file correctly.

LibreOffice 3.6.0.4
OS X 10.8.1

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


[Libreoffice-bugs] [Bug 54685] Add non-break space between numbers and units in French

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54685

--- Comment #2 from Milan Bouchet-Valat nalimi...@club.fr ---
Sure, this kind of language-specific feature/option already exists in
AutoCorrection, e.g. for smart quotes or non-break space before %, ?, ; and !
in French.

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


[Libreoffice-bugs] [Bug 38929] FORMATTING: Changing most font attributes has no effect on testcase Impress table when two cells are selected

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38929

Milan Bouchet-Valat nalimi...@club.fr changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
Summary|FORMATTING: Changing most   |FORMATTING: Changing most
   |font attributes has no  |font attributes has no
   |effect on testcase Impress  |effect on testcase Impress
   |table   |table when two cells are
   ||selected
 Ever confirmed|1   |0

--- Comment #15 from Milan Bouchet-Valat nalimi...@club.fr ---
Sorry, but that's not just a picture in the original document: I can change the
text in it, add or remove rows, and even change the formatting of the text (and
so did Andreas). It's just that when I select *both cells*, several formatting
options have no effect.

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


[Libreoffice-bugs] [Bug 53704] EDITING: Locks on first edit

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53704

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 OS|All |Mac OS X (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 53700] EDITING: Cut text disabled for TOC

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53700

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
   Assignee|libreoffice-b...@lists.free |LibreOffice@bielefeldundbus
   |desktop.org |s.de
 Ever confirmed|0   |1

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Created attachment 67798
  -- https://bugs.freedesktop.org/attachment.cgi?id=67798action=edit
Sample document

@Reporter:
I am not sure whether I understood the problem. Steps to reproduce:

1. open Sample document
2. Menu 'Edit - Select All'
All document will be selected
3. Menu 'Edit - Cut'
Not Possible, greyed out, so close menu
4. Del key
   Not possible, message Readonly content cannot be changed. No modifications
   will be accepted

This is expected, because in TOC - Rightclick - Context menu - Edit Index - 
Index/Table' Protect against manual Changes is checked. Unchecking that will 
enable deletion in stps 3 or 4.

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


[Libreoffice-bugs] [Bug 54862] FILEOPEN, TABLES: Merged table cells from .doc file appear split in Writer (regression)

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

Korrawit Pruegsanusak detective.conan.1...@gmail.com changed:

   What|Removed |Added

 CC||detective.conan.1412@gmail.
   ||com

--- Comment #20 from Korrawit Pruegsanusak detective.conan.1...@gmail.com ---
Bjoern's Bibisect's latest tag (Apr 28, 2012) still NOT reproducible. So I use
downloaded daily builds instead.

The result is: between 09008a2433cae77170de30bb5075f9280ff5086f (pull time
2012-05-02 13:14:13) and 32af02b32f1ab7f2683749e6c949470847175da0 (pull time
2012-05-06 12:21:22)

http://cgit.freedesktop.org/libreoffice/core/log/?qt=rangeq=09008a2433cae77170de30bb5075f9280ff5086f..32af02b32f1ab7f2683749e6c949470847175da0

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


[Libreoffice-bugs] [Bug 54862] FILEOPEN, TABLES: Merged table cells from .doc file appear split in Writer (regression)

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

--- Comment #21 from Roman Eisele b...@eikota.de ---
@ Korrawit Pruegsanusak :

Thank you very very much for bibisecting!

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


[Libreoffice-bugs] [Bug 54862] FILEOPEN, TABLES: Merged table cells from .doc file appear split in Writer (regression)

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

--- Comment #22 from Roman Eisele b...@eikota.de ---
(In reply to comment #21)
 Thank you very very much for bibisecting!

Ehm, sorry, I mean: for searching and testing the daily builds!

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


[Libreoffice-bugs] [Bug 54862] FILEOPEN, TABLES: Merged table cells from .doc file appear split in Writer (regression)

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 CC||cedric.bosdonnat.ooo@free.f
   ||r, mst...@redhat.com,
   ||vmik...@suse.cz

--- Comment #23 from Roman Eisele b...@eikota.de ---
@ Writer experts:

hello Cédric, Michael, and Miklós,

this bug report is about an interesting and annyoing regression in table import
from .doc format; while LibO 3.5.x opens the document correctly, LibO 3.6.x
damages the table. I know that there are more reports of this kind, this one is
rather well-documented -- good sample file, screenshots, and even some research
about the range of commits in which the regression was introduced (between
2012-05-02 13:14:13 and 2012-05-06 12:21:22; bibisecting was not possible). And
I hope that from fixing this issue also many other documents will benefit ...
So please take a look at this issue.

Thank you very much!

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


[Libreoffice-bugs] [Bug 55393] New: Some pasted text (symbols) scaled improperly

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55393

  Priority: medium
Bug ID: 55393
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Some pasted text (symbols) scaled improperly
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: al...@elec-di.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 3.5.6.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 67799
  -- https://bugs.freedesktop.org/attachment.cgi?id=67799action=edit
Some pasted text (symbols) scaled improperly

Problem description: HTML pasted into document contains some math symbols that
are not scaled properly, several times too large.

Steps to reproduce:
1. Select text to paste, source is from internet: 
http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html#674
2. Paste into Libreoffice writer

Current behavior:
Math symbols for what ever reason are hyperlinks, so initially displayed as box
with link.  Eventually Libreoffice loads images.  Most display properly, some
are rendered much larger than they should.

(Exporting to PDF takes a very long time, 10x Word2007)

Expected behavior:
Word2007 behaves well.

Platform (if different from the browser): I used firefox 15.0.1 to import HTML,
not chrome (had problems logging ticket with Firefox...)

Browser: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101
Firefox/15.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 55393] Some pasted text (symbols) scaled improperly

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55393

--- Comment #1 from al...@elec-di.com ---
Created attachment 67800
  -- https://bugs.freedesktop.org/attachment.cgi?id=67800action=edit
correct result, created with Word 2007

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


[Libreoffice-bugs] [Bug 55393] Some pasted text (symbols) scaled improperly

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55393

al...@elec-di.com changed:

   What|Removed |Added

  Attachment #67799|text/plain  |text/pdf
  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 55393] Some pasted text (symbols) scaled improperly

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55393

al...@elec-di.com changed:

   What|Removed |Added

  Attachment #67799|text/pdf|application/pdf
  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 55018] FILESAVE and FILEOPEN: Joined cells in table cause table distortion after save to doc and docx and reopen in LO

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55018

V.K. v-k-...@yandex.ru changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 52501] Spell Regression: Add Does Not Clear Duplicates

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52501

Scott M. Sanders ssand...@bookmasters.com changed:

   What|Removed |Added

Version|3.6.0.2 rc  |3.6.2.1 rc

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


  1   2   >