[Libreoffice-bugs] [Bug 54023] CRASH on launch when loading local libiconv.2.dylib (liblangtag.0.dylib requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0)

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

--- Comment #8 from Tor Lillqvist tlillqv...@suse.com 2012-08-27 06:12:28 UTC 
---
So can it really be that older Mac OS X versions provide a libiconv with a
newer version number? Or is the code built (accidentally?) against some other
libiconv than the system one? The TDF build of LO includes the Mozilla stuff,
and that requires all kind of extra crack, right? Is it likely that it then
gets built against a libiconv that is part of that, but said libiconv is not
included in the distributed LO?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53910] FILEOPEN: .odb file open produces filter selection dialog

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

--- Comment #4 from Alex Thurgood ipla...@yahoo.co.uk 2012-08-27 06:19:06 UTC 
---
Colin has confirmed to me in a private mail that the problem is now solved in
3.6.1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40575] Maximum date value in Base is 27/06/9957

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

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #10 from Alex Thurgood ipla...@yahoo.co.uk 2012-08-27 06:29:22 
UTC ---
Yes.
Tested on Version 3.7.0.0.alpha0+ (Build ID: 3e9f9e5)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40575] Maximum date value in Base is 27/06/9957

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

--- Comment #11 from Alex Thurgood ipla...@yahoo.co.uk 2012-08-27 06:37:38 
UTC ---
I still feel, btw, that this is the wrong way to go about QA : asking people to
check whether a bug still exists without even checking it oneself as a QA
member looking at the bug is not a good way to proceed. If one has checked the
bug with a latest version and can't reproduce, then yes, by all means, ask the
initial reporter to try with a latest version. But anyway, I digress...

Alex

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53871] EDITING: Crashes when right-clicking in header/footer

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

--- Comment #4 from kg.hammarl...@gmail.com 2012-08-27 06:51:27 UTC ---
Yes, indirectly:
a) as said in previous post, I uninstalled LO3.6.0 (including the personal
settings folder) and installed LO3.5.5, but the problem reappeared.
b) I also installed LO3.6.0 on another machine with another distro (SalixOS).
Same problem.
In other words I don't think that the setup is the culprit.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54067] UI: Base FILESAVE semantics confusing inconsistent

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||lio...@mamane.lu
 Ever Confirmed|0   |1
Summary|UI: Silent FILESAVE |UI: Base FILESAVE semantics
   |although user wants to  |confusing  inconsistent
   |discard |

--- Comment #1 from Lionel Elie Mamane lio...@mamane.lu 2012-08-27 06:53:44 
UTC ---
Implicit immediate save of data without an explicit separate save operation
is the usual in database environment. If we would not save changes to data
implicitly, then embedded databases would behave differently from external
databases, leading to user confusion.

So, the current situation, in theory, is:

 1) Change to data itself = implicit save
 2) Change to query/report/form/... = explicit save

What I expect would be weird for users is that changes of category 2 actually
need to be saved *twice*:

 1) Once in the form/report/... window, which saves them in the in-memory
archive structure.
 2) Then go to the main database window, and click save there. This commits
the in-memory archive structure to disk.

Also, I can easily imagine (not tested yet) that if one makes a change to a
form, saves it *only* in the first sense above, and then a data change, then
the whole archive structure is saved, including the form change. To me these
semantics start to feel baroque. To say the least, this also leads to user
confusion.


Just to be even more confused, changes to Basic code *used* to follow the
two-step save semantics in older versions, but now saving from within the
Basic code window *also* commits the odb to disk (it does a save in the main
window).


What I propose is to eliminate the second save everywhere: when one clicks on
save in a report or form, also commit to disk. In this way, data follows its
usual implicit save semantics *and* when the user saves something (in Basic /
Form / Report / ... window), it is actually saved.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43187] EDITING - MSAccess 2007/2010 (.accdb) table data not editable/updatable - read only

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

--- Comment #4 from Lionel Elie Mamane lio...@mamane.lu 2012-08-27 07:12:12 
UTC ---
(In reply to comment #3)

 Regina Henschel answered:
 I had made some tests in Sept.2007
 http://wiki.openoffice.org/wiki/Connecting_to_Microsoft_Access
 There I found, that ADO gives only read access to the table, you need to setup
 an ODBC connection.

If that's still true, it needs to be fixed.

 I don't know, whether Access 2007 uses ADO

ADO and ODBC are two APIs to use the Microsoft driver to access .accdb files
(or .mdb or a few other formats).

 and whether it is intended to give write access to the tables.

AFAIK, it is.


 A quick test with LO 3.6 using type Access 2007
 results in missing SDBC driver. So the database could not be opened at all.

That was bug 52615, which is now fixed.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42911] FILEOPEN: docx file: no SmartArt

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

--- Comment #6 from Boudewijn boudewijn.char...@gmail.com 2012-08-27 07:16:59 
UTC ---
Hello,

It's good to see this kind of progress, this help in making LO more accepted. I
see that Word-art is more and more used inside MS office documents.

Regards,

Boudewijn

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43187] EDITING - MSAccess 2007/2010 (.accdb) table data not editable/updatable - read only

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

Jochen d...@jochenschiffers.de changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||rb.hensc...@t-online.de

--- Comment #5 from Jochen d...@jochenschiffers.de 2012-08-27 07:23:54 UTC ---
Hi Regina,

(In reply to comment #4)
  Regina Henschel answered:
  I had made some tests in Sept.2007
  http://wiki.openoffice.org/wiki/Connecting_to_Microsoft_Access
  There I found, that ADO gives only read access to the table, you need to 
  setup
  an ODBC connection.
 If that's still true, it needs to be fixed.

Please: can you test again with the newest LO-version 3.6.0/3.6.1 RC2

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46497] FILEOPEN: Line elements in SmartArt in particular .pptx distorted

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

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

Version|3.6.0.4 release |3.3.4 release

--- Comment #5 from sasha.libreoff...@gmail.com 2012-08-27 07:37:17 UTC ---
@ Lekow
Thanks for additional testing
Version is most old version of LO where bug appears. Not current version.
Changing back to 3.3.4

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45707] update dialog stays on forever, displays wrong

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

--- Comment #4 from alfambra 458...@unizar.es 2012-08-27 07:55:04 UTC ---
LibreOffice 3.6.0.4, Windows XP SP3, Spanish version, has the same problem.

Exactly same problem, like tDen: After closing the endless window, LibreOffice
showed the icon on the top right [...] After closing and re-opening the
application, the icon was gone and the bug did not show up anymore.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53871] EDITING: Crashes when right-clicking in header/footer

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

Jean-Baptiste Faure jbf.fa...@orange.fr changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever Confirmed|1   |0

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53274] : N() doesn't return 0 if input is #N/A

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

--- Comment #10 from Eike Rathke er...@redhat.com 2012-08-27 08:47:10 UTC ---
IF(ISNA(expression),0,expression)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54046] Collection crashes

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

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

   What|Removed |Added

 AssignedTo|libreoffice-b...@lists.free |nopo...@novell.com
   |desktop.org |

--- Comment #2 from Noel Power nopo...@novell.com 2012-08-27 08:57:37 UTC ---
I guess it is for me ( although I have no idea what could have changed in this
area )

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53274] : N() doesn't return 0 if input is #N/A

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

David Lynch david_ly...@blueyonder.co.uk changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOTABUG |

--- Comment #11 from David Lynch david_ly...@blueyonder.co.uk 2012-08-27 
09:05:45 UTC ---
IF(ISNA(expression),0,expression)

 is not a satisfactory solution because it leads to widespread error 512s
(formula overflows), which require significant re-engineering to eliminate.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54110] New: Create script to identify most active bug wranglers

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

 Bug #: 54110
   Summary: Create script to identify most active bug wranglers
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: bjoern.michael...@canonical.com


We have up to now no good way to find the most active bug wranglers -- we can
look for those with the most reported bugs, but hardly for those who do the
most changes and comments. However this should not be too hard to find out:
The archives of the libreoffice-bugs list at:

 http://lists.freedesktop.org/archives/libreoffice-bugs/

has all the information needed.

So this task is to create a Python or Perl script (best commited to the
dev-tools repository in the end) that:
- takes one of the archives from the site above
- searches with regexps for both:
  - ^.*ReportedBy:.*$ (for reporters)
  - ^.* changed:$ (for bugwranglers)
- and reports the total counts found

That would allow the QA team to publish data on who is most active in QA on a
monthly basis and help motivate people to become active bug wranglers.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54110] Create script to identify most active bug wranglers

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
  Status Whiteboard||EasyHack TopicQA
   ||DifficultyBeginner
 Ever Confirmed|0   |1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53362] New Paste Options Missing, When in Page Preview Mode

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

--- Comment #3 from Noel Power nopo...@novell.com 2012-08-27 09:12:46 UTC ---
The new paste-only (Formula, Text or Number) are a subset of paste-special.
Since paste special is not available in preview then neither are those options
that depend on paste-special. As far as I can see you can't insert
numbers/formulae etc. anyway in the page preview mode so I fail to see a reason
why they would be there. But I am no calc expert, do I miss something ?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43742] EDITING: Auto-complete logic does not help editing

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

--- Comment #3 from sasha.libreoff...@gmail.com 2012-08-27 09:17:01 UTC ---
 In the help it says
May be there written about Writer

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54072] TABLE: Crash with allow row to break across page and column disabled

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

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com 2012-08-27 09:17:06 
UTC ---
Created attachment 66167
  -- https://bugs.freedesktop.org/attachment.cgi?id=66167
Bug 54072 - WinDbg session with FAILED_SOURCE_CODE

Confirmed with:
LO 3.5.5.3 
Build ID: own W7 debug build
Windows 7 Professional SP1 64 bit

Attached full WinDbg session with mini dump file loaded generated by procdump
soffice.bin -h.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54072] TABLE: Crash with allow row to break across page and column disabled

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

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

   What|Removed |Added

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

--- Comment #2 from bfoman bfo.bugm...@spamgourmet.com 2012-08-27 09:17:32 
UTC ---
NEW as bug confirmed and bt attached.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54023] CRASH on launch when loading local libiconv.2.dylib (liblangtag.0.dylib requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0)

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

--- Comment #9 from Roman Eisele b...@eikota.de 2012-08-27 09:20:27 UTC ---
(In reply to comment #8)
 So can it really be that older Mac OS X versions provide a libiconv with a
 newer version number?

Strange indeed. Well, according to the Dyld error messages, both on MacOS X
10.8.1 (see comment #1) and on 10.6.8 (see comment #2), libiconv.2.dylib
provides version 7.0.0, so the _same_ version on both systems.


I tried to find out which version of libiconv is really present on my system
(10.6.8), but with limited succss.

1) At /usr/local/lib (the location mentioned in the error messages), there is
NO libiconv stuff at all. This not very surprising, of course.

Could it be that simple that LibO now tries to load libiconv from the wrong
path, I mean, /usr/local/lib instead of /usr/lib ?


2) At /usr/lib, we find:
  libiconv.2.dylib  : date 2010-02-11
  libiconv.dylib: link/alias to libiconv.2.dylib
  libiconv.2.4.0.dylib  : link/alias to libiconv.2.dylib

I can’t find any human readably version string inside of libiconv.2.dylib.


3) When I type
  iconv --version
into the terminal, I get this (not very helpful) answer:
  iconv (GNU libiconv 1.11)
  Copyright (C) 2000-2006 Free Software Foundation, Inc.
  This is free software; see the source for copying conditions.  There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  Written by Bruno Haible.


4) The documentation at
  http://www.gnu.org/software/libiconv/
does not tell anything about version history (at least I can't find it).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53050] Sum of Table column in writer is wrong

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

--- Comment #3 from Johannes Weberhofer jweberho...@weberhofer.at 2012-08-27 
09:27:05 UTC ---
It has been copied from an invoice template, which suddenly is having this
problems on some lines (the behaviour in the original document is the same).
The values have been inputted via keyboard, some possibly via copy/paste from
an database system.

The problem for me is, that overwriting the values via keyboard did does not
change the behaviour. In the master document everything is all right, after
recalculating with F9 those lines change to 0...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35860] Writer thinks that all pages of .doc file with mixed album/portrait pages have portrait orientation

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

--- Comment #13 from sasha.libreoff...@gmail.com 2012-08-27 09:27:15 UTC ---
Created attachment 66168
  -- https://bugs.freedesktop.org/attachment.cgi?id=66168
the same file saved as pdf using msWord 2007

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54023] CRASH on launch when loading local libiconv.2.dylib (liblangtag.0.dylib requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0)

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

--- Comment #10 from Tor Lillqvist tlillqv...@suse.com 2012-08-27 09:29:44 
UTC ---
Ah, I didn't looke at the second comment closely enough; that /usr/local indeed
is a sign that something from the *build system* that is peculiar to that got
pipcked up, hopefully unintentionally. Is/was there a /usr/lib/libiconv.dylib
also in MacOSX 10.[45] ?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35860] Writer thinks that all pages of .doc file with mixed album/portrait pages have portrait orientation

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

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|WORKSFORME  |
 Ever Confirmed|1   |0

--- Comment #14 from sasha.libreoff...@gmail.com 2012-08-27 09:30:25 UTC ---
in 3.6.0 on Linux it opens wrong, regression (Windows not tested)
But in 3.6.1 may be fixed, not tested yet

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 48741] [FORMATTING] container issue for Page styles/formatting header and footer

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

Bug 48741 depends on bug 35860, which changed state.

Bug 35860 Summary: Writer thinks that all pages of .doc file with mixed 
album/portrait pages have portrait orientation
https://bugs.freedesktop.org/show_bug.cgi?id=35860

   What|Old Value   |New Value

 Resolution|WORKSFORME  |
 Status|RESOLVED|UNCONFIRMED

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 49332] PRINTING: Cannot print multiple copies.

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

--- Comment #2 from Björn Michaelsen bjoern.michael...@canonical.com 
2012-08-27 09:40:31 UTC ---
As related bug 46904 reports in comment 18 that a fix has been commited:

https://bugs.freedesktop.org/show_bug.cgi?id=46904#c18

please check if the bug is still present in 3.5.3 or later.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 49332] PRINTING: Cannot print multiple copies.

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

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

   What|Removed |Added

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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54023] CRASH on launch when loading local libiconv.2.dylib (liblangtag.0.dylib requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0)

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

--- Comment #11 from Alex Thurgood ipla...@yahoo.co.uk 2012-08-27 10:13:52 
UTC ---
The problem appears to be fixed in :

Version 3.7.0.0.alpha0+ (Build ID: 3e9f9e5)

from master build 27/08, the app starts normally on my OSX 10.8 machine

Alex

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53839] CRASH when insert row in particular document

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

--- Comment #14 from B.J. Herbison b...@herbison.com 2012-08-27 10:22:34 UTC 
---
(In reply to comment #13)
 Currently I see a crash with an obsolete version for unknown document, that's
 not critical.

It seems unfair to call 3.6.0 obsolete when that is the version offered on
https://www.libreoffice.org/download/.

 @B.J. Herbison
 We need a sample document.

I sent you an e-mail to the LibreOffice at bielefeldundbuss.de.

 What is your result with current version 3.6.1.2?

Where can I find instructions on how to download a copy of 3.6.1.2 and get a
backtrace from it? Preferably Ubuntu, but Windows 7 would also work.

(I tried to Google and got many hits, but none I looked at were clear and
complete instructions on getting a backtrace.)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54023] CRASH on launch when loading local libiconv.2.dylib (liblangtag.0.dylib requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0)

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

--- Comment #13 from Roman Eisele b...@eikota.de 2012-08-27 10:34:58 UTC ---
(In reply to comment #11)
 The problem appears to be fixed in :
 Version 3.7.0.0.alpha0+ (Build ID: 3e9f9e5)
 from master build 27/08, the app starts normally on my OSX 10.8 machine

Nice to hear! But my results are different:
If I install the latest build, i.e.

master~2012-08-27_05.09.55_LibO-Dev_3.7.0.0.alpha0_MacOS_x86_install_en-US.dmg

on my MacOS X 10.6.8 machine, I still get the same error report at startup:

 Dyld Error Message:
   Library not loaded: /usr/local/lib/libiconv.2.dylib
   Referenced from: /Applications/LOdev.app/Contents/MacOS/liblangtag.0.dylib
   Reason: Incompatible library version: liblangtag.0.dylib requires version
 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0


@ Alex:
Do you have any version of libiconv.2.dylib installed at /usr/local/lib/ ?

@ Joren De Cuyper:
What are your results -- can you start the master build 27/08?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53839] CRASH when insert row in particular document

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

--- Comment #15 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-08-27 10:47:23 UTC ---
(In reply to comment #14)

 Where can I find instructions on how to download a copy of 3.6.1.2 and get a
 backtrace from it? 

Hi,

Thank you very much for your report and for your patience.

As a first step it would be sufficient that you check whether the problem still
exists in 3.6.1.2. If it has gone, we can save a lot of work. For example, this
one might be a DUP of Bug 50679 - EDITING: Copying cell(s) with conditional
formatting CRASH when paste or a side effect of an other known bug? Most
volunteers here can get very few info from a Backtrace, but know lots of bugs
and can find relations, if they exist.

With a sample document we also have the possibility to test with what version
the bug appeared (for example https://wiki.documentfoundation.org/Bibisect),
what also eases work for developers.

I often replace all characters in a document by a i, so personal info is
deleted, and most times the document still can be used to reproduce the bug.

If that's not possible, may be you can agree to send your document by e-mail to
me? If I can reproduce the bug, i should be able to create a a new completely
new document without your data and delete your document afterwards.

If the problem persists and it is plausible that your problem is no already
known, your 3.6.0.2 backtraces are ok, no new ones will be required.
Generally my experience is that backtraces are very valuable for bugs what are
difficult to reproduce, developers can get hints for an approach to the bug.
For bugs what can be reproduced easily developers will reproduce the bug using
their own debug tools and might not invest time to read information in
backtraces.

Best regards

Rainer

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54023] CRASH on launch when loading local libiconv.2.dylib (liblangtag.0.dylib requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0)

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

--- Comment #14 from Joren De Cuyper joren.de.cuy...@telenet.be 2012-08-27 
10:55:14 UTC ---
 @ Joren De Cuyper:
 What are your results -- can you start the master build 27/08?

Negative... I also can't start it with this version ... The problem isn't
solved :(.

(master~2012-08-27_05.09.55_LibO-Dev_3.7.0.0.alpha0_MacOS_x86_install_en-US)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54099] FILEOPEN VIEWING http:www.reid.org/~brian/markup98.ppt doesn't display

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

Peter Ludemann peter.ludem...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED

--- Comment #1 from Peter Ludemann peter.ludem...@gmail.com 2012-08-27 
11:04:27 UTC ---
I was able to try the file on a 3.6.0 version of LibreOffice, and it worked
fine.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46250] EDITING: Paste and Paste Special not available for horizontally adjacent cells to vertical cell selection

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

--- Comment #33 from Noel Power nopo...@novell.com 2012-08-27 11:06:01 UTC ---
(In reply to comment #28)
 Hi Noel,
 
 Still, the questioin remains, why has the behavious for the case as described
 in this bug changed compared to LibreOffice 3.4.x , and is that change really
 necessary, or a regression (as indicated in the field Keywords).
Not sure, all I can say is the change is intentional, will try to find out
more, sorry not being unresponsive, kept meaning to come back to this but keep
getting side-lined.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51817] CRASH when exporting file to PDF

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

Giuseppe Simonetta giuseppe.simone...@peano.it changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||FIXED

--- Comment #17 from Giuseppe Simonetta giuseppe.simone...@peano.it 
2012-08-27 11:08:40 UTC ---
Strangely enough, I can't reproduce the problem after deleting some Beijing
ZhongYi's fonts.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35860] Writer thinks that all pages of .doc file with mixed album/portrait pages have portrait orientation

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #15 from Florian Reisinger reisi...@gmail.com 2012-08-27 11:15:53 
UTC ---
Seting status to new due to last comment. Working here on Windows 7 x64 LO
3.6.0.4

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46410] EDITING: Alphabetical index with concordance file

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

--- Comment #13 from kubu...@joggi.net 2012-08-27 11:22:45 UTC ---
According the Releasenotes for Version 3.6.1.2 (Build ID: e29a214) this problem
is not listed as solved. Also a test with the LO-3.6.1.2 underlines still this
behaviour. Just out of curiosity - when can we expect a fix for it? Sorry to
get impatient but I've to write a dissertation and would be happy to use this
function again.

Thank you.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44310] Base: Table field format, format code error. Field formatting resets.

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

--- Comment #9 from jorge.albe...@gmail.com 2012-08-27 11:23:07 UTC ---
(In reply to comment #8)
 Hi Jorge,
 
 exists your problem still using LO 3.6.0 or 3.6.1 RC1?

I have now just installed LibreOffice 3.6.0:

- I continue to loose the formatting on the tables on my existing database that
I use at work everyday. However this database is almost a year old and has gone
through x100s of edits, so there might be some bug that I'm carrying with it.

- I'm trying to replicate the error on a fresh test database, but so far I'm
unsuccessful. I'll continue testing for a while and see if I manage to break
the new test database.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54122] New: Font Sanity Check

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

 Bug #: 54122
   Summary: Font Sanity Check
Classification: Unclassified
   Product: LibreOffice
   Version: 3.5.4 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: ubuntup...@gmail.com


Libreoffice fails to check if document fonts are installed on system. Then when
you print to PDF, you end up with a rubbish document. There should be a font
sanity check, warning you of missing typefaces and prompting you to find the
correct font.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51817] CRASH when exporting file to PDF

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

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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #18 from Julien Nabet serval2...@yahoo.fr 2012-08-27 11:30:02 UTC 
---
Thank you Giuseppe for your feedback.
I reopen the tracker because you found a workaround but the issue still exists.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51817] CRASH when exporting file to PDF

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

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

   What|Removed |Added

 Status|REOPENED|NEEDINFO

--- Comment #19 from Julien Nabet serval2...@yahoo.fr 2012-08-27 11:30:14 UTC 
---
Could you tell what were the concerned fonts and how did you get them? (if it
was on a soft or download on a specific website, ...). Perhaps the problem
appears only with a specific version of these fonts, did you check their
version and if there were new versions of them?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53839] CRASH when insert row in particular document

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

--- Comment #17 from B.J. Herbison b...@herbison.com 2012-08-27 11:32:35 UTC 
---
Document and information provided to developers via e-mail. Thank you for your
assistance.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54015] Set LD_LIBRARY_PATH for uno_test

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

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #1 from Stephan Bergmann sberg...@redhat.com 2012-08-27 11:33:35 
UTC ---
so FreeBSD still has nothing similar to Linux/Solaris' ELF RPATH=$ORIGIN/...
etc., but solely relies on LD_LIBRARY_PATH to find LO's libs?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 33838] FORMATTING, FILEOPEN: Default bullet point not showing correctly (.lwp import)

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

--- Comment #8 from Jaxson Lee jaxsonle...@gmail.com 2012-08-27 12:00:44 UTC 
---
This is still an issue in LibreOffice Version 3.6.0.4 (Build ID: 932b512) for
Windows at least.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 33838] FORMATTING, FILEOPEN: Default bullet point not showing correctly (.lwp import)

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

Jaxson Lee jaxsonle...@gmail.com changed:

   What|Removed |Added

Version|3.3.0 release   |3.6.0.4 release

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37228] FILEOPEN: WPS file page size always defaults to Letter

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

Jaxson Lee jaxsonle...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

--- Comment #7 from Jaxson Lee jaxsonle...@gmail.com 2012-08-27 12:05:44 UTC 
---
This is still an issue as of LibO Version 3.6.0.4 (Build ID: 932b512)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37228] FILEOPEN: WPS file page size always defaults to Letter

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

Jaxson Lee jaxsonle...@gmail.com changed:

   What|Removed |Added

Version|3.3.2 release   |3.6.0.4 release

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54107] Unwanted local-specific dictionaries imposible to remove

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

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||NOTOURBUG

--- Comment #1 from Urmas davian...@gmail.com 2012-08-27 12:08:39 UTC ---
take this to hunspell-en maintainers of your loonix distribution.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53690] Crash on Open

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

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

   What|Removed |Added

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

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com 2012-08-27 12:09:16 
UTC ---
Is this update or clean installation?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53839] CRASH when insert row in particular document

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

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

   What|Removed |Added

 Status|NEEDINFO|NEW
   Keywords||regression

--- Comment #18 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-08-27 12:17:07 UTC ---
As a by-product of creating a document without confidential contents I found
out that Bug is
[Reproducible] with LibreOffice 3.6.1.2  German UI/Locale [Build-ID:  e29a214]
on German WIN7 Home Premium (64bit). 
Still [Reproducible] with parallel installation of Master LOdev 
3.7.0.0.alpha0+   -  ENGLISH UI [Build ID: 6900781]  {tinderbox: 2008R2@20,
pull time 2012-08-25 21:36:16} on WIN7 Home Premium (64bit)

Still Worked fine with 
Server installation of Master LOdev 3.6.0alpha0+  – WIN7 Home Premium (64bit)
ENGLISH UI [Build ID: 7175cee] (tinderbox: Win-x86@6-fast, pull time
2012-05-16 22:07:37)

With 3.6.1.2 document also crashes when I replace all characters in all tables
by i (using regular expressions) and deleting a column

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44310] Base: Table field format, format code error. Field formatting resets.

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

--- Comment #10 from Jochen d...@jochenschiffers.de 2012-08-27 12:27:04 UTC 
---
(In reply to comment #0)
 Steps to reproduce:

I don´t understand what Jorge want to say.
Reproducing the steps all works fine (OS: Windows XP; LO 3.6.0)

@Jorge:
1) List the single steps - e.g. create table: click on Create Table in
Desing View... etc.
2) Please create screenshot(s)

@Robert:
Have you time to look at this bugreport? Can you reproduce what Jorge means.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 52381] : Menu items vanish when secondary monitor connected; click in empty menu causes instant crash

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

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

   What|Removed |Added

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

--- Comment #2 from bfoman bfo.bugm...@spamgourmet.com 2012-08-27 12:27:32 
UTC ---
Checked with:
LO 3.5.5.3 
Build ID: own W7 debug build
Windows 7 Professional SP1 64 bit

Monitor 1: 1680x1050
Monitor 2: 1024x768

Could not reproduce.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 52631] CRASH when FILEOPEN particular .ppt

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

--- Comment #4 from bfoman bfo.bugm...@spamgourmet.com 2012-08-27 12:44:54 
UTC ---
Created attachment 66172
  -- https://bugs.freedesktop.org/attachment.cgi?id=66172
Bug 52631 - WinDbg session

Confirmed with:
LO 3.5.5.3 
Build ID: own W7 debug build
Windows 7 Professional SP1 64 bit

Attached full WinDbg session.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53284] : LibreOfficeWriter crashes on saving document with (linked) images

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

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

   What|Removed |Added

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

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com 2012-08-27 12:46:50 
UTC ---
Could you attach any example documents to allow others to check on different
system/build?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53460] TABLE: Writer crashes after trying to resize(decrease) the cell height with a table inside it, using the keyboard shortcuts ALT +↑

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

--- Comment #3 from bfoman bfo.bugm...@spamgourmet.com 2012-08-27 13:04:34 
UTC ---
Created attachment 66173
  -- https://bugs.freedesktop.org/attachment.cgi?id=66173
Bug 53460 - WinDbg session with FAILED_SOURCE_CODE

Confirmed with:
LO 3.5.5.3 
Build ID: own W7 debug build
Windows 7 Professional SP1 64 bit

Attached full WinDbg session with FAILED_SOURCE_CODE.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44310] Base: Table field format, format code error. Field formatting resets.

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

--- Comment #11 from jorge.albe...@gmail.com 2012-08-27 13:07:03 UTC ---
(In reply to comment #10)
 (In reply to comment #0)
  Steps to reproduce:
 
 I don´t understand what Jorge want to say.
 Reproducing the steps all works fine (OS: Windows XP; LO 3.6.0)
 
 @Jorge:
 1) List the single steps - e.g. create table: click on Create Table in
 Desing View... etc.
 2) Please create screenshot(s)

Table formatting works fine...

But *sometimes* this table formatting is lost. I'm working with numbers
formatted with Thousands separator box checked in the Field Format dialog and
also right alignment.

Everything will look fine, I double check, close, open, close and open again
the table and also the database... still everything ok. Then I'll close and
open the database once more and voila! Formatting now is lost: numbers no
longer have the thousands separator, and sometimes the alignment has reverted
to the left default.

Again... this a rather frequent occurrence on my old database that I use at
work every day and I've edited hundred of times.

However I'm trying to replicate (unsuccessfully) the problem with a fresh
database. (Maybe I've got something on my big work database that's causing the
problem... maybe legacy issue/ bug/ corruption... maybe it's some feature that
I'm using on this database and not on the new test database such as macros,
queries, reports... )

...

Meanwhile I will continue to attempt to replicate error with new test
database...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53466] : Endless crash when trying to paste web content

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

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

   What|Removed |Added

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

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com 2012-08-27 13:09:03 
UTC ---
Is it a specific web page or general problem? Could you give example URL to
allow others to check on different system/build?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53539] : Crashing Frequently On Close

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

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

   What|Removed |Added

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

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com 2012-08-27 13:11:10 
UTC ---
Is it file specific or general problem?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54023] CRASH on launch when loading local libiconv.2.dylib (liblangtag.0.dylib requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0)

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

--- Comment #15 from Alex Thurgood ipla...@yahoo.co.uk 2012-08-27 13:12:26 
UTC ---
(In reply to comment #13)
 (In reply to comment #11)


 @ Alex:
 Do you have any version of libiconv.2.dylib installed at /usr/local/lib/ ?


MacBookPro:~ alex$ locate libiconv.2.dylib
/Applications/DVDStyler.app/Contents/libs/libiconv.2.dylib
/Applications/Games/Nexuiz/extra/NetRadiant-1.5.0-svn389-osxintel.app/Contents/MacOS/install/libiconv.2.dylib
/Applications/Gimp.app/Contents/Resources/lib/libiconv.2.dylib
/Applications/Hugin/Hugin.app/Contents/Libraries/libiconv.2.dylib
/Applications/Inkscape.app/Contents/Resources/lib/libiconv.2.dylib
/Applications/MAMP/Library/lib/libiconv.2.dylib
/Applications/MAMP_2012-07-12_16-46-17/Library/lib/libiconv.2.dylib
/Applications/MDB Explorer.app/Contents/Frameworks/libiconv.2.dylib
/Applications/MacPorts/AbiWord.app/Contents/Frameworks/libiconv.2.dylib
/Applications/MacPorts/pgAdmin3.app/Contents/Frameworks/libiconv.2.dylib
/Applications/Scribus.app/Contents/Frameworks/libiconv.2.dylib
/Applications/Stellarium.app/Contents/Frameworks/i386/libiconv.2.dylib
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/usr/lib/libiconv.2.dylib
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/lib/libiconv.2.dylib
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/usr/lib/libiconv.2.dylib
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk/usr/lib/libiconv.2.dylib
/Applications/luminance.app/Contents/Frameworks/libiconv.2.dylib
/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libiconv.2.dylib
/Developer/SDKs/MacOSX10.5.sdk/usr/lib/libiconv.2.dylib
/Developer/SDKs/MacOSX10.6.sdk/usr/lib/libiconv.2.dylib
/opt/local/lib/libiconv.2.dylib
/usr/lib/libiconv.2.dylib
/usr/local/lib/libiconv.2.dylib
/usr/local/php5/lib/libiconv.2.dylib

and iconv --version gives :
iconv (GNU libiconv 1.13)
Copyright (C) 2000-2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Écrit pas Bruno Haible.

Alex

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54023] CRASH on launch when loading local libiconv.2.dylib (liblangtag.0.dylib requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0)

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

--- Comment #16 from Alex Thurgood ipla...@yahoo.co.uk 2012-08-27 13:16:00 
UTC ---
(In reply to comment #15)


lsof /usr/local/lib/libiconv.2.dylib

COMMANDPID USER   FD   TYPE DEVICE SIZE/OFFNODE NAME
gpg-agent 1083 alex  txtREG1,2  2004008 2349429
/usr/local/lib/libiconv.2.dylib

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53502] Base icon and header causes XP explorer to crash

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

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

   What|Removed |Added

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

--- Comment #3 from bfoman bfo.bugm...@spamgourmet.com 2012-08-27 13:21:11 
UTC ---
Clone of bug 53592 (same reporter, description). There is no need to fill a new
bug report for each LO version. Please add a comment in bug 53592.
RESOLVED INVALID this one as CC list is empty.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53894] Fix external ICU version check

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

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED
 CC||sberg...@redhat.com

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53893] Internal ICU fix for FreeBSD (and other BSDs)

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

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED
 CC||sberg...@redhat.com

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53855] Properly detect GCC built-in atomic functions

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

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED
 CC||sberg...@redhat.com

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54107] Unwanted local-specific dictionaries imposible to remove

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

Fernando fsa...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #2 from Fernando fsa...@gmail.com 2012-08-27 13:35:10 UTC ---
  (In reply to comment #1)
 take this to hunspell-en maintainers of your loonix distribution.

As a matter of fact I deleted time ago all the unwanted hunspell dicts, so I
don't think it is about that. I've just found that if $HOME/.config/libreoffice
is deleted, only the installed dictionaries show checkmarked the next time the 
program runs, and it seems to solve the issue. An annoying list of not
installed dictionaries remains, though, but at least they're not randomly
checkmarked.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47511] PDF: Writer: exporting a document as pdf file will crash Writer.

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

alix.helme-gui...@numericable.fr changed:

   What|Removed |Added

   Priority|medium  |high
 CC||alix.helme-guizon@numericab
   ||le.fr
Version|3.5.1 release   |3.6.0.4 release

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54084] In Conditional Formatting date '01.08.2012' after reopen becomes: '1, 080, 2012'

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

--- Comment #2 from v...@yahoo.com 2012-08-27 13:43:28 UTC ---
Created attachment 66174
  -- https://bugs.freedesktop.org/attachment.cgi?id=66174
Test files for between dates in conditional formatting

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54084] In Conditional Formatting date '01.08.2012' after reopen becomes: '1, 080, 2012'

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

--- Comment #3 from v...@yahoo.com 2012-08-27 13:50:29 UTC ---
Problem description: 

Steps to reproduce:
1. Conditional Formatting 
2. Cell value is Between 15.02.2012 and 15.12.2012
3. Save and reopen the file 

Current behavior: Conditional Formatting is spoiled.

LibreOffice 3.6.1.2; WinXP(32), Win7(64)

Libo Language Settings:
User interface: Default - English (USA)
Locale settings: Default - Bulgarian
Decimal Separator (.)

Bulgarian date format: dd.mm.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54079] : Restorw windows dialogue box nonresponsive

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

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE
 CC||sberg...@redhat.com

--- Comment #3 from Stephan Bergmann sberg...@redhat.com 2012-08-27 14:02:14 
UTC ---


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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54122] Font Sanity Check

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

vitriol vitriol_vitr...@katamail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from vitriol vitriol_vitr...@katamail.com 2012-08-27 14:02:53 
UTC ---


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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44376] please show missing font name in red

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

vitriol vitriol_vitr...@katamail.com changed:

   What|Removed |Added

 CC||ubuntup...@gmail.com

--- Comment #9 from vitriol vitriol_vitr...@katamail.com 2012-08-27 14:02:53 
UTC ---
*** Bug 54122 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53610] FILEOPEN: Calc 3.6.0 release version crashes when openning .ods sheets with database formulas

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

--- Comment #8 from quantum.proje...@yahoo.com 2012-08-27 14:09:16 UTC ---
(In reply to comment #6)
 quantum: Status New means it's confirmed. Moreover, comment 4 is quite
 explicit, isn't it? :-)

Sure, my mistake! ;)

So, do you have any idea why it is happening?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54069] CONFIGURATION: Libo doesn't start if no bundled extensions installed

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

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #6 from Stephan Bergmann sberg...@redhat.com 2012-08-27 14:10:12 
UTC ---
I cannot reproduce either with LO 3.6.1.2 (Build ID: e29a214) on Windows 7,
even not when deselecting all bundled extensions, including dictionaries (mark
both Optional Components - Dictionaries and Optional Components -
Extensions as This feature will not be available. at installation, so that
Tools - Extension Manager... will display empty in LO).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54084] In Conditional FORMATTING dialog fields date '01.08.2012' after reopen becomes: '1, 080, 2012'

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

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

   What|Removed |Added

 Status|NEEDINFO|NEW
Summary|In Conditional Formatting |In Conditional FORMATTING
   |date '01.08.2012' after |dialog fields date
   |reopen becomes: |'01.08.2012' after reopen
   |'1,080,2012'|becomes: '1,080,2012'
Version|3.6.1.1 rc  |3.3.3 release

--- Comment #4 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-08-27 14:33:51 UTC ---
Hm, for first, my comment 1 was wrong, damned copy/past. It was NOT
reproducible.

[Reproducible] with reporter's sample document and LibreOffice 3.6.1.2  German
UI/Locale [Build-ID:  e29a214] on German WIN7 Home Premium (64bit), same
already in 3.3.3

More or less also reproducible with  Attachment 66121 (Cell E6)  for Bug 54008
and LibO 3.3.3 when I change all locale and language settings to BG.

Localization related?

Should not bee too serious by the moment because this date related conditional
formatting does not work at all due to Bug 54077 - Conditional FORMATTING
needs day number instead of formatted date in condition

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54077] Conditional FORMATTING needs day number instead of formatted date in condition

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

--- Comment #6 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-08-27 14:34:37 UTC ---
@Markus:
Can you please check whether this one has any influence to Bug 54084 - In
Conditional FORMATTING dialog fields date '01.08.2012' after reopen becomes:
'1,080,2012'

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54069] CONFIGURATION: Libo doesn't start if no bundled extensions installed

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

--- Comment #7 from pierre-yves samyn pierre-yves.sa...@laposte.net 
2012-08-27 14:38:09 UTC ---
(In reply to comment #6)
 I cannot reproduce either with LO 3.6.1.2 (Build ID: e29a214) on Windows 7,
 even not when deselecting all bundled extensions...
 ... so that Tools - Extension Manager... will display empty in LO.

Ok, thank you for the test... 

But this is not exactly the situation described, because if the launch was
possible, in my case the extension manager would have displayed the French
dictionnary : Dictionnaires orthographique, des synonymes et règles de coupure
4.5 
(spelling dictionaries, synonyms and rules cut 4.5)

However, I'm not sure this is enough to explain you cannot reproduce...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 52052] FILEOPEN: Imported RTF file is incorrect, table in document is corrupt

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

Miklos Vajna vmik...@suse.cz changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #6 from Miklos Vajna vmik...@suse.cz 2012-08-27 14:46:43 UTC ---
This is yet another doc from Crystal Report, which abuses textframes to create
an RTF table that can't be edited anymore. ;-)

Anyway sure, 3.4 produced an acceptable result, so I'll have a look at this.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 52052] FILEOPEN: Imported RTF file is incorrect, table in document is corrupt

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

Miklos Vajna vmik...@suse.cz changed:

   What|Removed |Added

 AssignedTo|libreoffice-b...@lists.free |vmik...@suse.cz
   |desktop.org |

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53533] shlxthdl_x64.dll/shlxthdl.dll causes Windows Explorer to CRASH when corrupted ODF file is in view

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
 AssignedTo|libreoffice-b...@lists.free |fridrich.st...@bluewin.ch
   |desktop.org |

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53592] FILEOPEN Mouse cursor over Base Icon in XP causes Explorer crash

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
 AssignedTo|libreoffice-b...@lists.free |fridrich.st...@bluewin.ch
   |desktop.org |

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53504] Heading styles (Heading 1, Heading 2, etc ) lose bold formatting.

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

TJT sdb.tom...@gmail.com changed:

   What|Removed |Added

Summary|undefined: Heading styles   |Heading styles (Heading 1,
   |(Heading 1, Heading 2, etc  |Heading 2, etc ) lose bold
   |) lose bold formatting. |formatting.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54125] New: angle's ratio modification will not remain when saved and reopened file

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

 Bug #: 54125
   Summary: angle's ratio modification will not remain when saved
and reopened file
Classification: Unclassified
   Product: LibreOffice
   Version: 3.6.0.4 release
  Platform: Other
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Drawing
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: arh1...@yahoo.es


Created attachment 66179
  -- https://bugs.freedesktop.org/attachment.cgi?id=66179
A sample of the drawing; when reopened the file, only the rectangules saved as
libreoffice draw will not keep their original modified shape, which can be seen
in the GDI Metafile copy.

After creating an organization chart and having modified the ratio angles of
rectangules to soften the edges, they would recover their original shape
(before ratio modification)when saved and reopened the file. 
The very same occurs when the graphs are copied and pasted onto another
libreoffice document, except when pasted as gdi metafile or bitmap.
See example attached.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54126] New: EDITING: RFE: Add ability to set properties for multiple custom animations

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

 Bug #: 54126
   Summary: EDITING: RFE: Add ability to set properties for
multiple custom animations
Classification: Unclassified
   Product: LibreOffice
   Version: 3.6.1.2 rc
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Presentation
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: start+lo...@pashar.dyndns.org


Problem description: 
User interface does not allow changing effects on multiple custom animations.
For example, if I want to make all my bullets to Fly in from right, I must
select every bullet animation individually, then change its direction from
default From bottom to From right. If I select more than one animation,
direction drop-down list and options button are disabled, even if all selected
animations are of same type.

Steps to reproduce:
1. Create a slide with multiple points
2. Create custom animation for all points
3. Select more than one animation in the properties panel

Current behavior:
Everything below Start drop-down list (direction, effect options button,
speed) is disabled. 

Expected behavior:
Allow to change animation properties, if all selected animations are of the
same type.

Platform (if different from the browser): 
Windows XP  Linux (and probably all other).

Browser: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20120825 Firefox/16.0

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51817] CRASH when exporting file to PDF

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

--- Comment #20 from Giuseppe Simonetta giuseppe.simone...@peano.it 
2012-08-27 15:18:51 UTC ---
(In reply to comment #19)
 Could you tell what were the concerned fonts and how did you get them? (if it
 was on a soft or download on a specific website, ...). Perhaps the problem
 appears only with a specific version of these fonts, did you check their
 version and if there were new versions of them?

I think that the concerned fonts come with some software I've installed in the
past, but i don't know exactly which one.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 30944] Allow exporting a single chart (or other object) to different formats (PDF, SVG, PNG, JPG), target document with object size

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

Horst hom...@yahoo.com changed:

   What|Removed |Added

  Status Whiteboard||VOTE

--- Comment #17 from Horst hom...@yahoo.com 2012-08-27 15:19:48 UTC ---
# This and more important direct printing of charts -

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47882] FILESAVE: crash when closing document created whith dcom when visible=false, no problem when visible=true

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

--- Comment #4 from dany dany.fra...@free.fr 2012-08-27 15:21:37 UTC ---
Created attachment 66180
  -- https://bugs.freedesktop.org/attachment.cgi?id=66180
error message

This is the error message.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35847] [UI] Wrong page style name in status bar

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

--- Comment #4 from Laurent BP jumbo4...@yahoo.fr 2012-08-27 16:26:37 UTC ---
Hello,

I tried to find something interesting, but found few things:
The bug appeared between OOo321 (correct behavior) and OOo330/LibO330.

When exiting preview, GetPageStyle is called 6 times with Tab# = 0, then 15
times with correct Tab#. Page number is initialized to sheet 1, then updated.

When changing sheet, Page style is updated previously to page number.

I tried to find differences between SID_STATUS_PAGESTYLE and SID_STATUS_DOCPOS
but found nothing interesting. SID_STATUS_DOCPOS is correctly updated, but not
SID_STATUS_PAGESTYLE.

Issue 120726 opened for AOO
https://issues.apache.org/ooo/show_bug.cgi?id=120726

May be linked with issue 46?
https://issues.apache.org/ooo/show_bug.cgi?id=46

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 49832] PRINTING: Writer rasterizes SVG for output to a printer or into PDF, which leads to poor quality laser printing.

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

--- Comment #15 from q0...@cuba.ionum.ch 2012-08-27 16:27:04 UTC ---
(In reply to comment #14)
 It should be noted that the images are not rasterized when exporting to
 PDF/A-1a (in v. 3.5.4.2). I'm currently using this as a work-around.

in v. 3.6.0.4 PDF/A-1a embeded SVGs are still rasterize but in better qualitiy.
you can check it by zooming in (approx. 1200%). probably the same in 3.5.4.2

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 50932] EDITING: Double Thickness Cell Borders are Not Displayed

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

--- Comment #2 from Kim libreoffic...@wrldcomp.com 2012-08-27 16:33:39 UTC ---
I have a line now being displayed with the latest Calc program . It's not a
double line but I am assuming that the problem has been fixed .

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 50932] EDITING: Double Thickness Cell Borders are Not Displayed

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

Kim libreoffic...@wrldcomp.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54015] Set LD_LIBRARY_PATH for uno_test

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

--- Comment #2 from Jung-uk Kim j...@freebsd.org 2012-08-27 16:56:18 UTC ---
$ORIGIN is available for about 3 years:

http://svnweb.freebsd.org/base?view=revisionrevision=189959

In fact, I am not really sure why this patch is still necessary.  I'll try to
reproduce the problem without the patch and let you know the detail.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 36212] Linux:Calc crash while importing templates styles through user interface

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

Bug 36212 depends on bug 48210, which changed state.

Bug 48210 Summary: Could TpBaseChannel be more flexible?
https://bugs.freedesktop.org/show_bug.cgi?id=48210

   What|Old Value   |New Value

 Resolution||FIXED
 Status|NEW |RESOLVED

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54110] Create script to identify most active bug wranglers

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

--- Comment #1 from leighman leighmanthegr...@hotmail.com 2012-08-27 16:57:05 
UTC ---
Created attachment 66182
  -- https://bugs.freedesktop.org/attachment.cgi?id=66182
Find top 10 bug reporters and wranglers

Serious case of 'my first Python' so probably could be done better but I think
it does what is required.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 52028] creates and applies empty, useless automatic styles

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

--- Comment #19 from George Nassar geo...@providentdata.com 2012-08-27 
17:04:22 UTC ---
(In reply to comment #18)
  you can configure this via Tools-Options-Writer-Comparison,
  but it seems that only has an effect on the actual comparison,
  i.e. unchecked Use RSID will still cause them to be generated,
  they're just ignored when you compare documents.
 
 Would it be possible to expand this option so that it completely disables the
 generation of RSID spans if unchecked? This is all what would be required to
 make everybody happy ...

Makes sense from the UI perspective, too -- that's what I'd think that option
would use.

Perhaps a temporary workaround would be to be able to scrub RSID spans from a
document.  Not my idea, really; I cribbed it from
http://blogs.msdn.com/b/ericwhite/archive/2008/11/04/remove-rsid-attributes-and-elements-before-comparing-documents.aspx
who does it for Open XML documents, figuring the idea may be applicable.

Come to think, I'm not sure the two are necessarily mutually exclusive options.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51976] FILEOPEN: Base embedded HSQLDB even slower than 3.5.5: open / scroll through table

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

--- Comment #8 from George Nassar geo...@providentdata.com 2012-08-27 
17:35:34 UTC ---
From bug 51239:

(In reply to comment #38)
 Marking as fixed since it is now backported to all relevant branches.
 
 (In reply to comment #37)
  Not sure if this info is relevant now, but FWIW, moving to the end of a 
  large
  table (20,000+ records, 25+ columns) on Mac OS X.6 seems to be much worse 
  with
  the current LO version:
  84 seconds - LO 3.6.0.4
  7  seconds - LO 3.5.5
  4  seconds - LO 3.4.6
  Note: I'm connecting to the local DB in FILE MODE (using HSQLDB 2.8)
 
 This is probably bug 51976 (which is not fixed yet).

Didn't want that to be missed over here.

Also, any possibility bug 53281 is a duplicate of this one?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 32954] EDITING Pasted space-padded numbers not recognized as numbers

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

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

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WORKSFORME
 AssignedTo|kohei.yosh...@gmail.com |libreoffice-b...@lists.free
   ||desktop.org

--- Comment #11 from Kohei Yoshida kohei.yosh...@gmail.com 2012-08-27 
17:44:32 UTC ---
This bug report is useless since nobody specifies the version number of his/her
tested build.

Please test it in 3.6.1.  Since I can't reproduce it in 3.6.1 I'll close it as
WORKSFORME.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 33838] FORMATTING, FILEOPEN: Default bullet point not showing correctly (.lwp import)

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #9 from Florian Reisinger reisi...@gmail.com 2012-08-27 17:48:26 
UTC ---
Doesn't seems to be the standard bullet... LO 3.6 Win 7 x64

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53281] A double-plus-more extremely slow search/browse table in embedded HSQLDB since 3.5.5/3.6.0.beta

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

Jochen d...@jochenschiffers.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #1 from Jochen d...@jochenschiffers.de 2012-08-27 17:50:23 UTC ---
Status changed to NEW

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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   >