[Libreoffice-commits] .: 3 commits - sw/inc sw/source writerfilter/source

2011-11-12 Thread Cédric Bosdonnat
sw/inc/IDocumentSettingAccess.hxx |1 + sw/inc/doc.hxx |1 + sw/source/core/doc/dbgoutsw.cxx|6 +++--- sw/source/core/doc/doc.cxx |5 + sw/source/core/doc/docnew.cxx |1 +

[Libreoffice-commits] .: writerfilter/source

2011-11-12 Thread Miklos Vajna
writerfilter/source/dmapper/DomainMapper_Impl.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 2cbb64ca303d89984fd42ba4a787d63ea427fcd6 Author: Miklos Vajna vmik...@frugalware.org Date: Sat Nov 12 15:36:03 2011 +0100 Related: i#108154 null pointer check for the unit test

Re: [Libreoffice] [PATCH][PLEASE REVIEW] Remove String::Fill() usage

2011-11-12 Thread Chr. Rossmanith
To add some information: LibO builds fine but I keep getting failed tests in the end: make[1]: *** [/Space/LibreOffice_OneGit/core/workdir/unxlngi6.pro/CppunitTest/sc_filters_test.test] Fehler 1 It's ./sc where I made modifications and sc_filters_test which fails... Christina Am

[Libreoffice] [PATCH] [REVIEW 3-4] application crash on exit

2011-11-12 Thread Noel Power
(putting patch in subject ) Hi We have an internal bug that happens when closing the application where there is a legacy format document ( e.g. something.sdd ) already open I get the following trace ==23824== Invalid read of size 8 ==23824==at 0x10C543A0:

[Libreoffice] [PATCH] - avoid odt import crash (fdo#42785)

2011-11-12 Thread Michael Meeks
So, I'm no writer filter expert; but it seems like there is a rather incomplete attempt in this code to cope with a NULL mpEditSource - that I finish off. But of course, perhaps there is a much cleaner / easier fix elsewhere. HTH, Michael. --

Re: [Libreoffice] [PUSHED][PATCH] Re: Easy hack regex compile infinite loop ( bug 41738 )

2011-11-12 Thread Noel Grandin
Seems like this is a case where you should be able to find unit testing in some other open source project, rather than writing them from scratch. Mozilla, Apache Harmony, Perl, Webkit, Python, should all have a bunch of unit testing code for their regular expression features. In fact, there are a

Re: [Libreoffice] iOS and convert to PDF

2011-11-12 Thread Michael Meeks
On Fri, 2011-11-11 at 08:30 -0800, BrianS wrote: I might be interested in including some LO source in my app, if that can be made to work technically and within License restrictions. So - in terms of product shipment, you'll want to use the MPL license; currently that is not possible -

Re: [Libreoffice] Howto develop an extension with URE?

2011-11-12 Thread Michael Meeks
On Fri, 2011-11-11 at 22:52 +0100, Christian Ehrlicher wrote: thx - this brings me a step further but can someone explain me how to create the headers out of the idl-files? They formerly were part of ure-devel iirc. Ok, forgive my ignorance :) Not at all ! :-) it is a rather

[Libreoffice] [REVIEWED 3-4] application crash on exit

2011-11-12 Thread Michael Meeks
Hi Noel, On Sat, 2011-11-12 at 09:49 +, Noel Power wrote: We have an internal bug that happens when closing the application where there is a legacy format document ( e.g. something.sdd ) already open Thanks for looking at this :-) ==23824== Invalid read of size 8 ==23824==

Re: [Libreoffice] Howto develop an extension with URE?

2011-11-12 Thread Christian Ehrlicher
Am Samstag, 12. November 2011, 12:43:47 schrieb Michael Meeks: On Fri, 2011-11-11 at 22:52 +0100, Christian Ehrlicher wrote: thx - this brings me a step further but can someone explain me how to create the headers out of the idl-files? They formerly were part of ure-devel iirc. Ok,

Re: [Libreoffice] [PATCH][PLEASE REVIEW] Remove String::Fill() usage

2011-11-12 Thread Markus Mohrhard
Hello Christina, 2011/11/12 Chr. Rossmanith chrrossman...@gmx.de: To add some information: LibO builds fine but I keep getting failed tests in the end: make[1]: *** [/Space/LibreOffice_OneGit/core/workdir/unxlngi6.pro/CppunitTest/sc_filters_test.test] Fehler 1 It's ./sc where I made

[Libreoffice] Trouble with autogen on WinXP

2011-11-12 Thread Regina Henschel
Hi all, this time my try to build fails already in autogen.sh. Up to now I had used the switches cited below. But now 1. It does not know --disable-nss-module 2. It tries to build mozilla, instead of using the prebuild ones Breaks here. Kind regards Regina ./autogen.sh \

[Libreoffice] Build fails in moz module

2011-11-12 Thread Anurag Jain
Hi there, My build is failing in the moz module. I tried building the moz individually after doing the clean up but could not figure out the problem. Here is the build log http://pastebin.com/XwrWqgMJ Please help me figure out what might be causing the problem. Thanks and regards -- Anurag

[Libreoffice] cloph's license statement

2011-11-12 Thread Christian Lohmaier
Hi *, apparently I never sent an official message regarding my contribution, so here it is for reference/housekeeping: All past and future contributions by me (be it to the old OpenOffice.org project or to the LibreOffice project) are under LGPLv3+/GPLv3+/MPL until further notice. ciao

[Libreoffice] [PATCH] Replace command domainname by getdomainname() on Unix

2011-11-12 Thread Arnaud Versini
Hi, I have noticed some forks during valgrind check, I think it will be better to use functions instead of the unix command. This patch replace the fork and exec domainnanme by a simple call to getdomainname(). It is faster and we sould have less message during valgrind and strace

Re: [Libreoffice] Trouble with autogen on WinXP

2011-11-12 Thread Noel Grandin
I found that I had to install the Mozilla build tools and point autogen at them to make my build work On Saturday, November 12, 2011, Regina Henschel rb.hensc...@t-online.de wrote: Hi all, this time my try to build fails already in autogen.sh. Up to now I had used the switches cited below.

Re: [Libreoffice] Trouble with autogen on WinXP

2011-11-12 Thread Regina Henschel
Hi Noel, Noel Grandin schrieb: I found that I had to install the Mozilla build tools and point autogen at them to make my build work What do I need, MozillaBuildSetup or moztools-static ? Kind regards Regina ___ LibreOffice mailing list

Re: [Libreoffice] [PATCH] Replace command domainname by getdomainname() on Unix

2011-11-12 Thread Lionel Elie Mamane
On Sat, Nov 12, 2011 at 09:00:08PM +0100, Arnaud Versini wrote: I have noticed some forks during valgrind check, I think it will be better to use functions instead of the unix command. This patch replace the fork and exec domainnanme by a simple call to getdomainname(). It is faster and we

[Libreoffice] [Bug 42865] New: MySQL native driver: free() on non-heap pointer; in debug mode abort()

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42865 Bug #: 42865 Summary: MySQL native driver: free() on non-heap pointer; in debug mode abort() Classification: Unclassified Product: LibreOffice Version: LibO Master

[Libreoffice] Updating external to new version: mysqlcppconn

2011-11-12 Thread Lionel Elie Mamane
I have in my local working dir an upgrade of the bundled mysqlcppconn to latest officially stable version; it was my first shot at fdo#42865. Since I've done the work, I can as well push it; mysqlcppconn's changelog (bugs fixed) suggests to me it is a good idea. 1) I wanted to first check

Re: [Libreoffice] translating german - english

2011-11-12 Thread Norbert Thiebaud
On Mon, Nov 7, 2011 at 8:48 AM, Ivan Timofeev timofeev@gmail.com wrote: 2011/11/7 Michael Meeks michael.me...@suse.com: On Mon, 2011-11-07 at 11:57 +0100, Luc Castermans wrote: The last thing: I found patch making  instructions on the Libo site. If there are better ones, I like to receive

Re: [Libreoffice] about daily builds

2011-11-12 Thread Norbert Thiebaud
On Wed, Nov 2, 2011 at 7:08 AM, Jean-Baptiste Faure jbf.fa...@orange.fr wrote: Hi all, I think it should be interesting to have in the directory of each daily build a text file giving two informations : 1/ the top commit against which this daily build has been built 2/ the list of autogen.sh

Re: [Libreoffice] Trouble with autogen on WinXP

2011-11-12 Thread Noel Grandin
I used Mozillabuildsetup. On Sunday, November 13, 2011, Regina Henschel rb.hensc...@t-online.de wrote: Hi Noel, Noel Grandin schrieb: I found that I had to install the Mozilla build tools and point autogen at them to make my build work What do I need, MozillaBuildSetup or moztools-static

[Libreoffice] Misrouted bugs.Freedesktop.org report

2011-11-12 Thread Dennis E. Hamilton
Here's an interesting problem. This report came to dennis.hamilton@ acm.org. I am not connected with that bug in any manner. I am not following it, I did not report it, and, of course, it is not assigned to me. Interesting problem. - Dennis E. Hamilton tools for document

Re: [Libreoffice] about daily builds

2011-11-12 Thread Jean-Baptiste Faure
Le 13/11/2011 05:32, Norbert Thiebaud a écrit : On Wed, Nov 2, 2011 at 7:08 AM, Jean-Baptiste Faurejbf.fa...@orange.fr wrote: Hi all, I think it should be interesting to have in the directory of each daily build a text file giving two informations : 1/ the top commit against which this daily

[Libreoffice] compile fails: solver/unxlngx6.pro/xml/ure/services.rdb not created

2011-11-12 Thread Luc Castermans
Hi, Get compile error on testtool: solver/unxlngx6.pro/xml/ure/services.rdb is not created. No matter what I try. Before it was OK. See: http://pastebin.com/4cUAnyXF when I execute the instruction I move one level deeper and get: http://pastebin.com/F2z0SjNm Any help, please -- Luc

[Libreoffice-qa] Bugzilla Query puzzling

2011-11-12 Thread Rainer Bielefeld
Hello, I am just trying to create a reliable bug needs review for Confirmation. 1. step was

Re: [Libreoffice-qa] Bugzilla Query puzzling

2011-11-12 Thread Rainer Bielefeld
Rainer Bielefeld schrieb: Hello, now I know (writing such a mail always helps), UNCONFIRMED bugs are all missing. But why? Rainer ___ List Name: Libreoffice-qa mailing list Mail address: Libreoffice-qa@lists.freedesktop.org Change settings:

[Libreoffice-bugs] [Bug 41313] FILESAVE crashes when attempting to save chart into .odt format.

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41313 --- Comment #5 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2011-11-12 00:21:38 UTC --- @rydenfr...@gmail.com Please try 3.4.4 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Libreoffice-bugs] [Bug 40980] Tamil text will CRASH

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40980 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added AssignedTo|libreoffice-b...@lists.free

[Libreoffice-bugs] [Bug 42772] Launch of Libreoffice 3.4.4 impossible after update from version 3.4.1

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42772 Christian Ehrlicher ch.ehrlic...@gmx.de changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 42684] FILEOPEN very slow, network/dns related, it takes about 15 minutes

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42684 --- Comment #3 from mboh...@gmail.com 2011-11-12 01:21:13 PST --- When opening the file in LO 3.3, LO stops. I think some dependencies are missing. I add an strace and below is the command line output arc@VASTEPC:~$ strace -o /tmp/strace.log -f

[Libreoffice-bugs] [Bug 38913] Libreoffice applications crash - MSVCR90.dll

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38913 Alex Sims a...@softgrow.com changed: What|Removed |Added CC||a...@softgrow.com ---

[Libreoffice-bugs] [Bug 42785] FILEOPEN

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42785 Michael Meeks michael.me...@novell.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 42841] New: Extensioname: enable extension error

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42841 Bug #: 42841 Summary: Extensioname: enable extension error Classification: Unclassified Product: LibreOffice Version: LibO 3.4.4 release Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 42842] New: Crash on fileopen with big picture ancored to page

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42842 Bug #: 42842 Summary: Crash on fileopen with big picture ancored to page Classification: Unclassified Product: LibreOffice Version: LibO 3.4.3 release Platform: x86 (IA32)

[Libreoffice-bugs] [Bug 42842] Crash on fileopen with big picture anchored to page

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42842 Matic jelen_v_se...@yahoo.co.uk changed: What|Removed |Added Summary|Crash on fileopen with big |Crash on fileopen with

[Libreoffice-bugs] [Bug 41749] FILEOPEN: graphics disappearing

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41749 --- Comment #1 from tester8 iamtest...@gmail.com 2011-11-12 03:13:05 PST --- Can you please provide exactly URL for test? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Libreoffice-bugs] [Bug 42785] FILEOPEN

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42785 --- Comment #2 from Michael Meeks michael.me...@novell.com 2011-11-12 03:16:45 UTC --- Created attachment 53438 -- https://bugs.freedesktop.org/attachment.cgi?id=53438 patch This avoids the crash, whether it is a good idea is anyone's guess

[Libreoffice-bugs] [Bug 41533] : LO on Windows crashes when a remote Windows session is disconnected

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41533 tester8 iamtest...@gmail.com changed: What|Removed |Added CC||mat.end...@gmail.com ---

[Libreoffice-bugs] [Bug 41559] : LibreOffice crashes when disconnecting an RDP session.

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41559 tester8 iamtest...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 41590] undefined: Defective Error checking -

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41590 tester8 iamtest...@gmail.com changed: What|Removed |Added CC||iamtest...@gmail.com ---

[Libreoffice-bugs] [Bug 41842] FORMATTING: Transfering format with brush affects wrong cells

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41842 tester8 iamtest...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 42843] New: Text alignment is all messed up

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42843 Bug #: 42843 Summary: Text alignment is all messed up Classification: Unclassified Product: LibreOffice Version: LibO 3.4.4 release Platform: x86 (IA32) OS/Version: Linux (All)

[Libreoffice-bugs] [Bug 41863] Ellipse drawing shape position and size not saved

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41863 tester8 iamtest...@gmail.com changed: What|Removed |Added CC||iamtest...@gmail.com ---

[Libreoffice-bugs] [Bug 42833] Requesting a user account

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42833 Michael Meeks michael.me...@novell.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 42843] Text alignment is all messed up

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42843 --- Comment #1 from s...@hellug.gr 2011-11-12 03:48:13 PST --- Created attachment 53442 -- https://bugs.freedesktop.org/attachment.cgi?id=53442 ODT file demonstrating the bug -- Configure bugmail:

[Libreoffice-bugs] [Bug 42843] Text alignment is all messed up

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42843 s...@hellug.gr changed: What|Removed |Added Priority|medium |highest -- Configure bugmail:

[Libreoffice-bugs] [Bug 41890] : Printing problems since installation of Ubuntu 11.10

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41890 tester8 iamtest...@gmail.com changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 40965] EDITING: Impress edition in Slide Sorter view is erratic

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40965 tester8 iamtest...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 40951] EDITING: Impress edition in Slide Sorter view is erratic

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40951 --- Comment #2 from tester8 iamtest...@gmail.com 2011-11-12 03:58:16 PST --- *** Bug 40965 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Libreoffice-bugs] [Bug 42638] Feature request: floating menus

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42638 --- Comment #1 from Ilian Dimitrov hellion...@gmail.com 2011-11-12 04:10:11 PST --- Created attachment 53443 -- https://bugs.freedesktop.org/attachment.cgi?id=53443 the floating menu unclicked -- Configure bugmail:

[Libreoffice-bugs] [Bug 42638] Feature request: floating menus

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42638 --- Comment #2 from Ilian Dimitrov hellion...@gmail.com 2011-11-12 04:11:04 PST --- Created attachment 53444 -- https://bugs.freedesktop.org/attachment.cgi?id=53444 Menu clicked -- Configure bugmail:

[Libreoffice-bugs] [Bug 42638] Feature request: floating menus

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42638 --- Comment #3 from Ilian Dimitrov hellion...@gmail.com 2011-11-12 04:12:15 PST --- Created attachment 53445 -- https://bugs.freedesktop.org/attachment.cgi?id=53445 The paste special function added to the context menu -- Configure bugmail:

[Libreoffice-bugs] [Bug 42763] [FORMATTING] Option to clear style properties, fall back to Inherit

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42763 --- Comment #1 from ryan.jendo...@gmail.com ryan.jendo...@gmail.com 2011-11-12 04:13:24 PST --- Additional thoughts re: proposed solution B --- - it appears that all radio buttons in the Paragraph Style:

[Libreoffice-bugs] [Bug 42638] Feature request: floating menus

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42638 --- Comment #4 from Ilian Dimitrov hellion...@gmail.com 2011-11-12 04:14:44 PST --- I've added a few quick mockups to illustrate my proposal -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

[Libreoffice-bugs] [Bug 40270] Header border showing on PDF export

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40270 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added OS/Version|Mac OS X (All) |All

[Libreoffice-bugs] [Bug 42843] Text alignment is all messed up

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42843 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 42845] New: EDITING: Equation sqrt{..}

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42845 Bug #: 42845 Summary: EDITING: Equation sqrt{..} Classification: Unclassified Product: LibreOffice Version: LibO 3.4.4 release Platform: Other OS/Version: All Status:

[Libreoffice-bugs] [Bug 42846] New: EDITING: masked paragraph

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42846 Bug #: 42846 Summary: EDITING: masked paragraph Classification: Unclassified Product: LibreOffice Version: LibO 3.4.3 release Platform: Other OS/Version: All Status:

[Libreoffice-bugs] [Bug 42843] Text alignment is all messed up

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42843 --- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2011-11-12 06:27:16 PST --- I do not have reporter's font set FreeSerif on my PC, what might also cuase my different results -- Configure bugmail:

[Libreoffice-bugs] [Bug 42847] New: EDITING: Fonts LMRomanUnsl10

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42847 Bug #: 42847 Summary: EDITING: Fonts LMRomanUnsl10 Classification: Unclassified Product: LibreOffice Version: LibO 3.4.4 release Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 42843] Text alignment is all messed up

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42843 --- Comment #4 from Spiros Georgaras s...@hellug.gr 2011-11-12 07:28:05 PST --- Hi again Just got back to find that the document renders ok! Probably turning off and on the PC did the trick. I am lost here... I had an uptime of a little more

[Libreoffice-bugs] [Bug 42851] New: Calc crashes when 2 cells get the same name

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42851 Bug #: 42851 Summary: Calc crashes when 2 cells get the same name Classification: Unclassified Product: LibreOffice Version: LibO 3.4.3 release Platform: x86-64 (AMD64)

[Libreoffice-bugs] [Bug 42853] New: PRINTING complex documents to a CLP-620ND using the default printer language (pdf) results in garbage

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42853 Bug #: 42853 Summary: PRINTING complex documents to a CLP-620ND using the default printer language (pdf) results in garbage Classification: Unclassified Product: LibreOffice

[Libreoffice-bugs] [Bug 42843] Text alignment is all messed up

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42843 --- Comment #5 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2011-11-12 08:50:56 PST --- @Spiros Georgaras: I know that feeling: 1 afternoon work, and then 1 switch off switch on did the job - terrible. I recommend that you still do

[Libreoffice-bugs] [Bug 42856] New: Font rendering problem of lower case i following lower case f

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42856 Bug #: 42856 Summary: Font rendering problem of lower case i following lower case f Classification: Unclassified Product: LibreOffice Version: LibO 3.4.4 release

[Libreoffice-bugs] [Bug 38310] Text (.txt) files by default open in Calc

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38310 NoOp gl...@sbcglobal.net changed: What|Removed |Added CC||gl...@sbcglobal.net ---

[Libreoffice-bugs] [Bug 38310] Text (.txt) files by default open in Calc

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38310 --- Comment #3 from NoOp gl...@sbcglobal.net 2011-11-12 12:39:03 PST --- Created attachment 53465 -- https://bugs.freedesktop.org/attachment.cgi?id=53465 test text file -- Configure bugmail:

[Libreoffice-bugs] [Bug 42845] EDITING: Equation sqrt{..}

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42845 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 42846] EDITING: masked paragraph

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42846 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 42848] EDITING: Color on Equation editor and writer

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42848 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 42848] EDITING: Color on Equation editor and writer

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42848 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 42845] EDITING: Equation sqrt{..}

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42845 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 42859] New: Docking slide pane again

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42859 Bug #: 42859 Summary: Docking slide pane again Classification: Unclassified Product: LibreOffice Version: LibO 3.4.3 release Platform: x86-64 (AMD64) OS/Version: Windows (All)

[Libreoffice-bugs] [Bug 42858] RTF file not opened properly

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42858 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 42856] Font rendering problem of lower case i following lower case f

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42856 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 42843] Text alignment is all messed up

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42843 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 42861] New: Error with converting the automatic numbering inside a docx. In LibO it starts with 1, but it should start with 0

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42861 Bug #: 42861 Summary: Error with converting the automatic numbering inside a docx. In LibO it starts with 1, but it should start with 0 Classification: Unclassified

[Libreoffice-bugs] [Bug 40346] German dictionary doesn't work, update necessarily.

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40346 manj_k courrier.oou.fr@googlemail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 40346] German dictionary doesn't work, update necessarily.

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40346 manj_k courrier.oou.fr@googlemail.com changed: What|Removed |Added Status|RESOLVED|CLOSED --

[Libreoffice-bugs] [Bug 42853] PRINTING complex documents to a CLP-620ND using the default printer language (pdf) results in garbage

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42853 --- Comment #1 from r...@pangolin.org.uk 2011-11-12 14:04:06 PST --- I spoke too soon about the benefits of changing the printer language to ps. This change still sometimes creates garbage. Currently printing to file and then printing the ps file

[Libreoffice-bugs] [Bug 39659] Java 1.7.0 not recognised

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39659 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added CC||c...@nouenoff.nl ---

[Libreoffice-bugs] [Bug 42094] Templates are mixed up in template organizer

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42094 manj_k courrier.oou.fr@googlemail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 42094] Templates are mixed up in template organizer

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42094 --- Comment #5 from manj_k courrier.oou.fr@googlemail.com 2011-11-12 14:36:07 PST --- Created attachment 53468 -- https://bugs.freedesktop.org/attachment.cgi?id=53468 Screenshot 'templates_messed_up.png' -- Configure bugmail:

[Libreoffice-bugs] [Bug 39659] Java 1.7.0 not recognised

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39659 Doug d...@sasktel.net changed: What|Removed |Added Platform|All |x86 (IA32)

[Libreoffice-bugs] [Bug 39659] Java 1.7.0 not recognised

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39659 Frédéric Buclin lpso...@netscape.net changed: What|Removed |Added Platform|x86 (IA32) |All

[Libreoffice-bugs] [Bug 42863] New: EDITING: I don't know where to start, really...

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42863 Bug #: 42863 Summary: EDITING: I don't know where to start, really... Classification: Unclassified Product: LibreOffice Version: LibO 3.4.4 release Platform: Other OS/Version:

[Libreoffice-bugs] [Bug 35091] EDITING / regression: table or view opens in the background (loses focus)

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35091 Lionel Elie Mamane lio...@mamane.lu changed: What|Removed |Added CC||lio...@mamane.lu

[Libreoffice-bugs] [Bug 42856] Font rendering problem of lower case i following lower case f

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42856 --- Comment #2 from dand1...@yahoo.com 2011-11-12 19:09:16 PST --- DejaVu and Liberation fonts render correctly. I understand now that the ligatures I saw in Geneva and New York are intentional, but in the monospace fonts listed in my first post

[Libreoffice-bugs] [Bug 42866] New: Fondo de carácter sin relleno cierra aplicación

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42866 Bug #: 42866 Summary: Fondo de carácter sin relleno cierra aplicación Classification: Unclassified Product: LibreOffice Version: LibO 3.4.4 release Platform: Other OS/Version:

[Libreoffice-bugs] [Bug 42147] FILEOPEN: Opening valid ODF text document crashes Writer

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42147 ibur...@gmail.com changed: What|Removed |Added Priority|medium |high Version|LibO 3.4.3

[Libreoffice-bugs] [Bug 42148] EDITING: Inserting a manual page break causes a frame on the next page to disappear

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42148 ibur...@gmail.com changed: What|Removed |Added Severity|normal |major Version|LibO 3.4.3

[Libreoffice-bugs] [Bug 42148] EDITING: Inserting a manual page break causes a frame on the next page to disappear

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42148 --- Comment #1 from ibur...@gmail.com 2011-11-12 20:17:27 PST --- The issue remains to occur on both Windows and Linux versions of LibreOffice 3.4.4 running on both x86 and x86-64 systems. -- Configure bugmail:

[Libreoffice-bugs] [Bug 42858] RTF file not opened properly

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42858 --- Comment #2 from Jean-Baptiste Faure jbf.fa...@orange.fr 2011-11-12 21:29:22 PST --- Seems to be correct in the master (LibreOffice 3.5.0 Build ID: 2cbb64c-533e3c6-ca7e6f5-9125509-ce71330). @Reporter: Please have a look at my export in pdf

[Libreoffice-bugs] [Bug 42858] RTF file not opened properly

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42858 --- Comment #3 from Jean-Baptiste Faure jbf.fa...@orange.fr 2011-11-12 21:30:40 PST --- Created attachment 53472 -- https://bugs.freedesktop.org/attachment.cgi?id=53472 PDF export of bugdoc with master -- Configure bugmail:

[Libreoffice-bugs] [Bug 42868] New: TDF Site : Installation instructions missing for 3.4

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42868 Bug #: 42868 Summary: TDF Site: Installation instructions missing for 3.4 Classification: Unclassified Product: LibreOffice Version: LibO 3.4.0 release Platform: Other

[Libreoffice-bugs] [Bug 42868] TDF Site : Installation instructions missing for 3.4

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42868 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 35830] International build not international enough!

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35830 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|NEW