[Libreoffice-commits] .: bridges/source

2011-10-17 Thread Stephan Bergmann
bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx |2 +- bridges/source/cpp_uno/gcc3_macosx_intel/uno2cpp.cxx |2 +- bridges/source/cpp_uno/mingw_intel/uno2cpp.cxx |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit

[Libreoffice-commits] .: officecfg/registry scp2/source

2011-10-17 Thread Stephan Bergmann
officecfg/registry/data/org/openoffice/Office/Paths.xcu|3 -- officecfg/registry/schema/org/openoffice/Office/Common.xcs |3 -- scp2/source/ooo/common_brand.scp | 14 - scp2/source/ooo/directory_ooo.scp |4 +--

[Libreoffice-commits] .: dictionaries/en

2011-10-17 Thread Caolán McNamara
dictionaries/en/README_hyph_en_GB.txt |4 dictionaries/en/README_hyph_en_US.txt |4 dictionaries/en/hyph_en_GB.dic| 272 -- dictionaries/en/hyph_en_US.dic| 272 -- 4 files changed, 8 insertions(+), 544

[Libreoffice-commits] .: soltools/mkdepend

2011-10-17 Thread Stephan Bergmann
soltools/mkdepend/include.c |6 +- soltools/mkdepend/parse.c |8 +--- soltools/mkdepend/pr.c |9 + 3 files changed, 3 insertions(+), 20 deletions(-) New commits: commit b6ba12c7290417e9d025342087718c43b8e60c15 Author: Stephan Bergmann sberg...@redhat.com Date:

Re: [Libreoffice] LibreOffice Android port

2011-10-17 Thread Tor Lillqvist
I'm an experienced Java developer with solid knowledge of GNU/Linux and Android and I want to join the team, Great! Welcome! so can someone give me some pointers where should I start, Look at the normal information on how to start contributing to LibreOffice in our wiki, follow the same

Re: [Libreoffice] [PATCH] [PUSHED] Mark ecx register as clobbered (in cpp_uno/gcc3_macosx_intel)

2011-10-17 Thread Stephan Bergmann
On 10/16/2011 03:55 PM, Kristian Rietveld wrote: On 10/16/11 12:02 PM, Stephan Bergmann wrote: Btw, if this is your first patch, please state what license it is under---preferably the LGPLv3+/MPL 1.1 combo---and add yourself to http://wiki.documentfoundation.org/Development/Developers. The

Re: [Libreoffice] Errors during my first build attempts

2011-10-17 Thread Stephan Bergmann
On 10/16/2011 12:37 PM, Beemen Beshara wrote: Dear all I have been trying to the a full build of LibreOffice on windows XP over the last week. Following the instructions on http://wiki.documentfoundation.org/index.php?title=Development/Native_Build, I finally managed to reach the last step

Re: [Libreoffice] build failing in tail_build

2011-10-17 Thread Noel Grandin
Interesting, the last line that appears in my console didn't make it into the log file. The last line is: make: *** [/cygdrive/c/libreoffice/libo/workdir/wntmsci12.pro/CppunitTest/hwpfilter_test_hwpfilter.test] Error 1 How would I go about debugging this? Caolán McNamara wrote: On Thu,

Re: [Libreoffice] build failing in tail_build

2011-10-17 Thread Noel Grandin
Interesting. Someone checked in a fix in the last few days to my original problem, but now I have a new one. See attached log. Thanks, Noel Grandin Caolán McNamara wrote: On Thu, 2011-10-13 at 16:05 +0200, Noel Grandin wrote: Hi Building on Windows7 using Visual Express, it looks like one

[Libreoffice] --enable-dbgutil now with STL debugging

2011-10-17 Thread Michael Stahl
hi all, [sorry for the late mail, but i didn't realize i had accidentally pushed this last week (is there an equivalent of hg outgoing for git?).] with commit e0c72547ce57c25db61ec3da6c2f2f2792348c7d the debug mode of libstdc++ is now enabled on all platforms that use the unxgcc makefiles

[Libreoffice] --enable-pch

2011-10-17 Thread Michael Stahl
hi all, does anybody know why on MSVC builds --enable-pch is not on by default? it should speed up the build substantially, and once upon a time they used to work (were enabled in setsolar environment iirc). there could be problems because PCH effectively leads to including more files than

Re: [Libreoffice] [REVIEW] patch for fdo38286 EDITING: Crash when inserting a constant in a query

2011-10-17 Thread Alexander Thurgood
Le 15/10/11 16:06, julien2412 a écrit : Hi Julien, I made other tests, eg, i had these columns : 'test', 'test1', 'test2' The result shows the 3 last with the same value 'test' :-( See my comments on the issue, this is a SQL parser engine misinterpretation error/bug that has been with

Re: [Libreoffice] --enable-pch

2011-10-17 Thread Tor Lillqvist
does anybody know why on MSVC builds --enable-pch is not on by default? Don't know at what stage it was turned off, or whether it has ever been on by default. Anyway, support for precompiled headers in a MSVC build has presumably bit-rotted fairly badly by now. I recall when precompiled headers

Re: [Libreoffice] [REVIEW] patch for fdo38286 EDITING: Crash when inserting a constant in a query

2011-10-17 Thread julien2412
Hi Alex, I don't know the git command but this patch is very small, you can apply it manually. About SQL Parser, do you mean : - it causes the crash - if the simple patch I made is applied, it causes the misinterpretation : 'test', 'test' instead of 'test', 'test1' ? About SQL Parser, do you

Re: [Libreoffice] --enable-pch

2011-10-17 Thread Michael Stahl
On 17/10/11 12:15, Tor Lillqvist wrote: does anybody know why on MSVC builds --enable-pch is not on by default? Don't know at what stage it was turned off, or whether it has ever been on by default. Anyway, support for precompiled headers in a MSVC build has presumably bit-rotted fairly badly

Re: [Libreoffice] --enable-dbgutil now with STL debugging

2011-10-17 Thread Michael Meeks
Hi Michael, On Mon, 2011-10-17 at 10:56 +0200, Michael Stahl wrote: [sorry for the late mail, but i didn't realize i had accidentally pushed this last week (is there an equivalent of hg outgoing for git?).] Heh :-) personally I try to read the 'git diff' before committing; and/or the

Re: [Libreoffice] [REVIEW] patch for fdo38286 EDITING: Crash when inserting a constant in a query

2011-10-17 Thread Alexander Thurgood
Le 17/10/11 12:26, julien2412 a écrit : Hi Julien, Hi Alex, I don't know the git command but this patch is very small, you can apply it manually. That's what I thought I'd do anyway in the end :-) About SQL Parser, do you mean : - it causes the crash No I don't think it causes the

[Libreoffice] [PUSHED][PATCH] for hyphenation of words with hyphen or with leading and trailing numbers

2011-10-17 Thread Caolán McNamara
On Fri, 2011-10-07 at 17:31 +0200, Németh László wrote: Hi, I have attached two patches for the Hyphen library and the English hyphenation patterns, also a test document. Pushed now, thanks for this. Though IIRC you've got commit access if you want to push similar yourself direct ? C.

[Libreoffice] [PUSHED][~PATCH] British hyphenation of American English texts

2011-10-17 Thread Caolán McNamara
On Fri, 2011-10-07 at 17:41 +0200, Németh László wrote: British and American English are different in their hyphenation (eg. pleas•ure and plea•sure), but OpenOffice.org and LibreOffice use also British hyphenation for American English texts. The attached patch change dictionaries.xcu to fix

Re: [Libreoffice] build error in tail_build

2011-10-17 Thread Michael Meeks
Hi there, On Sun, 2011-10-16 at 17:13 -0700, night striker wrote: Well, for some reason, it appears that something is looking for it when i build. Any ideas on how I can stop things from looking for this. Or is there a way to enable this adabas DB stuff so that it will build? Most

Re: [Libreoffice] [REVIEW] patch for fdo38286 EDITING: Crash when inserting a constant in a query

2011-10-17 Thread Alexander Thurgood
Le 17/10/11 12:26, julien2412 a écrit : About SQL Parser, do you know what's the file which does this ? a bison file ? (I don't remember the filename or the path) All I know is that it has to do with the strings ESCAPE_PROCESSING, and stuff like bEscapeProcessing in the code, but it

Re: [Libreoffice] [PATCH] hyphenation fixes

2011-10-17 Thread Caolán McNamara
On Mon, 2011-10-10 at 17:05 +0200, Németh László wrote: Hi, I have attached new patches for the Hyphen library and Hungarian hyphenation patterns, and the old one for English dictionaries and the test file from my previous letter. there was no attachments to this mail, though i pushed the

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Michael Meeks
Hi Regina, On Wed, 2011-10-12 at 18:50 +0200, Regina Henschel wrote: after 'make build' I rum 'make check' and it fails in i18npool ... Oh dearl that is really bad of course, this line: R=c:/git O=$R/LO35SEPT/solver/wntmsci12.pro W= $R/LO35SEPT/workdir/wntmsci12.pro

Re: [Libreoffice] [PATCH] String::CompareIngoreCaseToAscii

2011-10-17 Thread Jan Holesovsky
Hi August, On 2011-10-07 at 16:01 -0400, August Sodora wrote: Has anybody had a chance to review this patch? I'm really interested in writing some tests for basic and I'd like to make sure that these types of changes are on the right track. I am terribly sorry, but got distracted by the

Re: [Libreoffice] Errors during my first build attempts

2011-10-17 Thread Michael Meeks
On Mon, 2011-10-17 at 08:28 +0200, Stephan Bergmann wrote: IIRC, this happens when the LibO source tree is located within your cygwin home directory Goodness :-) what fun. I wonder if we could catch this in configure.in with some path check. Cygwin is pure gold it seems ;-)

Re: [Libreoffice] --enable-pch

2011-10-17 Thread Michael Stahl
On 17/10/11 13:11, Michael Stahl wrote: On 17/10/11 12:15, Tor Lillqvist wrote: does anybody know why on MSVC builds --enable-pch is not on by default? Don't know at what stage it was turned off, or whether it has ever been on by default. Anyway, support for precompiled headers in a MSVC

[Libreoffice] [Bug 41883] New: MinGW port Most Annoying Bugs

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41883 Bug #: 41883 Summary: MinGW port Most Annoying Bugs Classification: Unclassified Product: LibreOffice Version: LibO Master Platform: Other OS/Version: All Status: NEW

Re: [Libreoffice] [PUSHED][PATCH] for hyphenation of words with hyphen or with leading and trailing numbers

2011-10-17 Thread Németh László
Hi, 2011/10/17 Caolán McNamara caol...@redhat.com: On Fri, 2011-10-07 at 17:31 +0200, Németh László wrote: Hi, I have attached two patches for the Hyphen library and the English hyphenation patterns, also a test document. I'm sorry again, later I have found the conflict within the different

Re: [Libreoffice] [PUSHED][~PATCH] British hyphenation of American English texts

2011-10-17 Thread Németh László
Hi, 2011/10/17 Caolán McNamara caol...@redhat.com: On Fri, 2011-10-07 at 17:41 +0200, Németh László wrote: British and American English are different in their hyphenation (eg. pleas•ure and plea•sure), but OpenOffice.org and LibreOffice use also British hyphenation for American English texts.

Re: [Libreoffice] --enable-pch

2011-10-17 Thread Bjoern Michaelsen
Tor Lillqvist tml@... writes: Don't know at what stage it was turned off, or whether it has ever been on by default. AFAIK it has never been on for LO, and also not on for Community-OOo build were it was declared as experimental. I recall when precompiled headers was discussed maybe a year

Re: [Libreoffice] Trying to diagnose base running extremely slowly

2011-10-17 Thread jowyta
I wrote on libreoffice-users: how to we drill down deeper to isolate this problem? On 17/10/11 10:54, Alexander Thurgood wrote: You would probably need someone with a debug build of LibO master branch who can find some way to analyse the Java stack using gdb or valgrind or some other

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Regina Henschel
Hi Michael, Michael Meeks schrieb: Hi Regina, On Wed, 2011-10-12 at 18:50 +0200, Regina Henschel wrote: after 'make build' I rum 'make check' and it fails in i18npool ... Oh dearl that is really bad of course, this line: R=c:/git O=$R/LO35SEPT/solver/wntmsci12.pro W=

[Libreoffice] OSL_FORMAT: printf-style assertion messages

2011-10-17 Thread Stephan Bergmann
FYI, recently added OSL_FORMAT to ols/diagnose.h that lets you have printf-style messages in C++ OSL_ENSURE, OSL_FAIL, DBG_ASSERT, etc. To be used a la OSL_ENSURE(i == 5, OSL_FORMAT(i should be 5 but is %d, i)); -Stephan ___ LibreOffice mailing

Re: [Libreoffice] [PATCH] String::CompareIngoreCaseToAscii

2011-10-17 Thread August Sodora
I am terribly sorry, but got distracted by the LibreOffice conference, and was not able to have a look at your updated patch :-( No worries :) It gave me a lot of good time to read the code and try to understand the problem better. If you have any tests now, would be great to send them too, I

Re: [Libreoffice] LibreOffice documentation and extensions

2011-10-17 Thread Jan Holesovsky
Hi Christophe, On 2011-10-12 at 18:50 +0200, Christophe Strobbe wrote: OpenOffice.org used to provide a way for extensions to provide documentation that would seamlessly integrate into the OOo.org Help system (see

Re: [Libreoffice] Trying to diagnose base running extremely slowly

2011-10-17 Thread Jan Holesovsky
Hi John, On 2011-10-16 at 14:17 +0100, jowyta wrote: I do not know whether this helps, but I have observed the when moving from the first to the last record in a table soffice.bin takes 100% CPU while it is happening. Also, I see Ocke Janssen wrote in

[Libreoffice] soffice_bin.exe.manifest

2011-10-17 Thread Michael Stahl
the windows tinderbox has been failing for a month now with this error: D:/master/solenv/gbuild/Package.mk:33: *** gb_Deliver_deliver: file does not exist in solver, and cannot be delivered: /cygdrive/d/master/solver/wntmsci12.pro/bin/soffice_bin.exe.manifest. Stop. does anyone have

[Libreoffice] [Bug 41883] MinGW port Most Annoying Bugs

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41883 pedl...@gmail.com changed: What|Removed |Added Blocks||41887 -- Configure bugmail:

Re: [Libreoffice] soffice_bin.exe.manifest

2011-10-17 Thread Jan Holesovsky
Hi Michael, On 2011-10-17 at 16:11 +0200, Michael Stahl wrote: the windows tinderbox has been failing for a month now with this error: D:/master/solenv/gbuild/Package.mk:33: *** gb_Deliver_deliver: file does not exist in solver, and cannot be delivered:

Re: [Libreoffice] OSL_FORMAT: printf-style assertion messages

2011-10-17 Thread Michael Meeks
Hi Stephan, On Mon, 2011-10-17 at 15:57 +0200, Stephan Bergmann wrote: FYI, recently added OSL_FORMAT to ols/diagnose.h that lets you have printf-style messages in C++ OSL_ENSURE, OSL_FAIL, DBG_ASSERT, etc. To .. OSL_ENSURE(i == 5, OSL_FORMAT(i should be 5 but is %d, i)); Lovely

Re: [Libreoffice] soffice_bin.exe.manifest

2011-10-17 Thread Regina Henschel
Hi Michael, Michael Stahl schrieb: the windows tinderbox has been failing for a month now with this error: D:/master/solenv/gbuild/Package.mk:33: *** gb_Deliver_deliver: file does not exist in solver, and cannot be delivered:

Re: [Libreoffice] [PATCH] String::CompareIngoreCaseToAscii

2011-10-17 Thread August Sodora
I'm sure these things are easier to troubleshoot when I remember to include the patch :) August Sodora aug...@gmail.com (201) 280-8138 On Mon, Oct 17, 2011 at 10:01 AM, August Sodora aug...@gmail.com wrote: I am terribly sorry, but got distracted by the LibreOffice conference, and was not

Re: [Libreoffice] --enable-pch

2011-10-17 Thread Tor Lillqvist
but that was before removetooltypes, right? sure, and much of the problem was the relatively mechanically fixable Reference thing. But there was just so much of it, and if I recall correctly, then in some modules a lot of source files did not have the usual PCH-related boiletplate stuff, etc. So

Re: [Libreoffice] [Libreoffice-commits] .: 3 commits - cui/source sfx2/source svx/inc svx/source sw/inc sw/source ucb/source vcl/unx

2011-10-17 Thread Lubos Lunak
On Monday 17 of October 2011, CXXdric Bosdonnat wrote: New commits: commit cd1a12dc552e9d34c7481c83b07a6f6af0e8762b Author: Cédric Bosdonnat cedric.bosdon...@free.fr Date: Sun Oct 16 16:54:23 2011 +0200 CMIS: use another name to show than the one extracted from the base URL In

Re: [Libreoffice] --enable-pch

2011-10-17 Thread Bjoern Michaelsen
On Mon, Oct 17, 2011 at 06:07:58PM +0300, Tor Lillqvist wrote: The MSVC build is error-prone enough already, do we really want to add one more dimension of complexity with supporting both --enable-pch and --disable-pch? Making it --enable-werror and --enable-dbgutil capable has been quite

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Michael Meeks
Hi Regina, On Mon, 2011-10-17 at 15:53 +0200, Regina Henschel wrote: R=c:/git O=$R/LO35SEPT/solver/wntmsci12.pro W= $R/LO35SEPT/workdir/wntmsci12.pro S=$R/LO35SEPT mkdir -p $W/CppunitTest/ (PATH=`cygpath -u $S/solver/wntmsci12.pro`/bin: ${PATH} STAR_RESOURCEPATH=$O/bin/

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Noel Grandin
Michael Meeks wrote: I suppose (since you're not doing huge global changes); would it be a solution to have a note or tag on the last-known-good windows compile that you could checkout and work on top of ? perhaps we could do that. Oh yes please I've been trying to build this thing

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Tor Lillqvist
I suppose (since you're not doing huge global changes); would it be a solution to have a note or tag on the last-known-good windows compile that you could checkout and work on top of ? Yes, but our git repo administrators have made it quite hard to push tags;) (For good reasons, presumably.)

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Michael Meeks
Hi Tor, On Mon, 2011-10-17 at 18:32 +0300, Tor Lillqvist wrote: Yes, but our git repo administrators have made it quite hard to push tags;) (For good reasons, presumably.) Ah ! right ... yes, we had problems with legacy tags getting re-pushed left and right and a fight to get rid of

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Tor Lillqvist
(if you still have your tag locally) ? I assume it was before OneGit, but let me check...  Then I'll add a 'g' feature to pull the notes for everyone, and find the last good windows build (unless you want to) ? Please go ahead;) --tml ___

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Regina Henschel
Hi Michael, Michael Meeks schrieb: [..] I wish, the MSVCCygwin problems could be solved. Me last working build is from 2011-08-30. Yes; one good piece of news is that Kris did some work to make LibO compiler under LLVM, which has some very precise error / warning support - so

Re: [Libreoffice] LibreOffice documentation and extensions

2011-10-17 Thread Christophe Strobbe
Hi Kendy, At 16:06 17-10-2011, Jan Holesovsky wrote: (...) On 2011-10-12 at 18:50 +0200, Christophe Strobbe wrote: OpenOffice.org used to provide a way for extensions to provide documentation that would seamlessly integrate into the OOo.org Help system (see

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Regina Henschel
Hi Michael, Michael Meeks schrieb: Hi Regina, On Mon, 2011-10-17 at 15:53 +0200, Regina Henschel wrote: R=c:/git O=$R/LO35SEPT/solver/wntmsci12.pro W= $R/LO35SEPT/workdir/wntmsci12.pro S=$R/LO35SEPTmkdir -p $W/CppunitTest/ (PATH=`cygpath -u $S/solver/wntmsci12.pro`/bin:

[Libreoffice] [Bug 41883] MinGW port Most Annoying Bugs

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41883 pedl...@gmail.com changed: What|Removed |Added Blocks||41898 -- Configure bugmail:

Re: [Libreoffice] [PATCH] String::CompareIngoreCaseToAscii

2011-10-17 Thread Markus Mohrhard
Hello August, as promised on IRC this patch resolves all linking problems. If you have any more problems feel free to ask here or on IRC. Thanks a lot for your work. Markus From 4dff8234882606797b41b99fbc9d419b72c1f8ef Mon Sep 17 00:00:00 2001 From: August Sodora aug...@gmail.com Date: Mon, 17

Re: [Libreoffice] pre patch question

2011-10-17 Thread Lior Kaplan
On Fri, Oct 14, 2011 at 8:50 PM, Michael Meeks michael.me...@suse.comwrote: Hi Lior, On Thu, 2011-10-13 at 23:52 +0200, Lior Kaplan wrote: While doing some translation today, I've saw a few strings about installation media types. While that's nice, I believe that no one will try to

[Libreoffice] The Most Valuable Hostgator Coupons Here!

2011-10-17 Thread Hostgator Coupons
The most valuable Hostgator Coupons here! http://www.hostgatorcoupons.co ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] gdb: catching exceptions...

2011-10-17 Thread Michael Stahl
since my smoketest failed again today, i've distracted myself a bit with GDB Python scripting, the result of which is a command that can break when an exception is thrown, but only if a certain function (which is given as parameter) is on the stack. seems to work, but it is quite slow:

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Regina Henschel
Hi all, Regina Henschel schrieb: [..] I think, that my last working build has at last commit e024f616934bb78fba8c8101264806d507068d7e Author: Christoph Lutz chrl...@googlemail.com Date: Tue Sep 6 19:01:19 2011 +0200 i#118224: kill O(n^2) complexity of unique bookmark name creation But i'm not

Re: [Libreoffice-qa] Bugzilla update

2011-10-17 Thread Michael Meeks
On Sun, 2011-10-16 at 11:46 +0200, Rainer Bielefeld wrote: today the FDO Bugzilla has been updated to version 4.0.2. Currently there are no changes, but may be we will try to use advanced features of this version. Brilliant news :-) Thanks so much to Tollef for working on this.

[Libreoffice-bugs] [Bug 41022] Activation Order Crashes Address Database

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41022 --- Comment #8 from Alex Thurgood alex.thurg...@gmail.com 2011-10-17 01:41:50 PDT --- Created attachment 52405 -- https://bugs.freedesktop.org/attachment.cgi?id=52405 screenshot of activation order dialog -- Configure bugmail:

[Libreoffice-bugs] [Bug 41022] Activation Order Crashes Address Database

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41022 --- Comment #10 from Alex Thurgood alex.thurg...@gmail.com 2011-10-17 01:50:00 PDT --- It also appears to work fine in NeoOffice 3.1.2p8 and 3.2p5 without crashing. Alex -- Configure bugmail:

[Libreoffice-bugs] [Bug 41022] Activation Order Crashes Address Database

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41022 --- Comment #11 from Alex Thurgood alex.thurg...@gmail.com 2011-10-17 01:54:19 PDT --- (In reply to comment #10) It also appears to work fine in NeoOffice 3.1.2p8 and 3.2p5 without crashing. Alex One strange thing I did notice however : in

[Libreoffice-bugs] [Bug 41022] Activation Order Crashes Address Database

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41022 --- Comment #12 from Alex Thurgood alex.thurg...@gmail.com 2011-10-17 01:56:11 PDT --- (In reply to comment #11) (In reply to comment #10) It also appears to work fine in NeoOffice 3.1.2p8 and 3.2p5 without crashing. Alex One

[Libreoffice-bugs] [Bug 41860] .docx-file showing only first page of 7 pages FILEOPEN

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41860 --- Comment #1 from todven...@suomi24.fi 2011-10-17 02:20:04 PDT --- Created attachment 52406 -- https://bugs.freedesktop.org/attachment.cgi?id=52406 Problematic .docx and working .doc -- Configure bugmail:

[Libreoffice-bugs] [Bug 35600] New Features and Fixes page refers specifically to the old version.

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35600 Korrawit Pruegsanusak detective.conan.1...@gmail.com changed: What|Removed |Added Status|NEW

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

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41863 Bug #: 41863 Summary: Ellipse drawing shape position and size not saved Classification: Unclassified Product: LibreOffice Version: LibO 3.4.3 release Platform: All OS/Version:

[Libreoffice-bugs] [Bug 41864] New: EDITING Does Not Flip SVG Image Vertically nor Horizontally

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41864 Bug #: 41864 Summary: EDITING Does Not Flip SVG Image Vertically nor Horizontally Classification: Unclassified Product: LibreOffice Version: LibO Master Platform:

[Libreoffice-bugs] [Bug 41864] EDITING Does Not Flip SVG Image Vertically nor Horizontally

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41864 --- Comment #1 from rk...@yahoo.com 2011-10-17 03:52:26 PDT --- We wish to test LibO-dev 3.5.0 functionality with the newest Master Build for Windows 7 and XP. Where can we find the Index of /daily/master for Windows 7 and XP? Thank you! --

[Libreoffice-bugs] [Bug 41865] New: Make Macro recording work without turning Experimental features on (in the Options)

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41865 Bug #: 41865 Summary: Make Macro recording work without turning Experimental features on (in the Options) Classification: Unclassified Product: LibreOffice Version: LibO Master

[Libreoffice-bugs] [Bug 40957] Ctrl-Shft-F2 does not put focus in formula bar

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40957 --- Comment #8 from Cor Nouws c...@nouenoff.nl 2011-10-17 03:53:57 PDT --- Just checked in Build ID: 4456143-f6a1fc5-e1a2fb3 With experimental features on, Ctrl-F2 gives an immediate crash ( IMO it is not OK to have e.g. both Macro recording

[Libreoffice-bugs] [Bug 41868] Removing sheet, breaks formulae

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41868 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added AssignedTo|libreoffice-b...@lists.free |kohei.yosh...@gmail.com

[Libreoffice-bugs] [Bug 41869] New: Writer not responding after save a document on a crypted volume, after timemachine is run

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41869 Bug #: 41869 Summary: Writer not responding after save a document on a crypted volume, after timemachine is run Classification: Unclassified Product: LibreOffice Version: LibO

[Libreoffice-bugs] [Bug 39944] ACCESSIBILITY: Implement new ATK Roles

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39944 Christophe Strobbe christophe.stro...@esat.kuleuven.be changed: What|Removed |Added OS/Version|All

[Libreoffice-bugs] [Bug 41871] New: FORMATTING looks completely different as to microsoft office

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41871 Bug #: 41871 Summary: FORMATTING looks completely different as to microsoft office Classification: Unclassified Product: LibreOffice Version: LibO 3.3.1 release

[Libreoffice-bugs] [Bug 41864] EDITING Does Not Flip SVG Image Vertically nor Horizontally

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

[Libreoffice-bugs] [Bug 41873] New: VIEWING: text direction buttons are not visible in the tool bar

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41873 Bug #: 41873 Summary: VIEWING: text direction buttons are not visible in the tool bar Classification: Unclassified Product: LibreOffice Version: LibO 3.3.1 release

[Libreoffice-bugs] [Bug 41874] New: FORMATTING: Spreadsheet Does not Preserve Excel Spreadsheet Format

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41874 Bug #: 41874 Summary: FORMATTING: Spreadsheet Does not Preserve Excel Spreadsheet Format Classification: Unclassified Product: LibreOffice Version: unspecified

[Libreoffice-bugs] [Bug 41876] New: FORMATTING: Spreadsheet Does not Preserve Excel Spreadsheet Format

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41876 Bug #: 41876 Summary: FORMATTING: Spreadsheet Does not Preserve Excel Spreadsheet Format Classification: Unclassified Product: LibreOffice Version: LibO 3.3.0 release

[Libreoffice-bugs] [Bug 41877] New: EDITING: Incorrect Translation Mit extermen Werkzeugen bearbeiten

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41877 Bug #: 41877 Summary: EDITING: Incorrect Translation Mit extermen Werkzeugen bearbeiten Classification: Unclassified Product: LibreOffice Version: LibO 3.4.3 release

[Libreoffice-bugs] [Bug 41878] New: EDITING: Incorrect Translation Mit extermen Werkzeugen bearbeiten

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41878 Bug #: 41878 Summary: EDITING: Incorrect Translation Mit extermen Werkzeugen bearbeiten Classification: Unclassified Product: LibreOffice Version: LibO 3.4.3 release

[Libreoffice-bugs] [Bug 41879] New: FORMATTING: Messes up Excel Spreadsheets

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41879 Bug #: 41879 Summary: FORMATTING: Messes up Excel Spreadsheets Classification: Unclassified Product: LibreOffice Version: LibO 3.3.0 release Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 41880] New: : LibreOffice does not print all the characters

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41880 Bug #: 41880 Summary: : LibreOffice does not print all the characters Classification: Unclassified Product: LibreOffice Version: LibO 3.4.3 release Platform: Other OS/Version:

[Libreoffice-bugs] [Bug 41881] New: : LibreOffice does not print all the characters

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41881 Bug #: 41881 Summary: : LibreOffice does not print all the characters Classification: Unclassified Product: LibreOffice Version: LibO 3.4.3 release Platform: Other OS/Version:

[Libreoffice-bugs] [Bug 41882] New: : LibreOffice does not print all the characters

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41882 Bug #: 41882 Summary: : LibreOffice does not print all the characters Classification: Unclassified Product: LibreOffice Version: LibO 3.4.3 release Platform: Other OS/Version:

[Libreoffice-bugs] [Bug 41883] New: MinGW port Most Annoying Bugs

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41883 Bug #: 41883 Summary: MinGW port Most Annoying Bugs Classification: Unclassified Product: LibreOffice Version: LibO Master Platform: Other OS/Version: All Status: NEW

[Libreoffice-bugs] [Bug 41885] New: : a5 landscape does not print writer or calc docs correctly on Linux

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41885 Bug #: 41885 Summary: : a5 landscape does not print writer or calc docs correctly on Linux Classification: Unclassified Product: LibreOffice Version: LibO 3.3.2 release

[Libreoffice-bugs] [Bug 41885] : a5 landscape does not print writer or calc docs correctly on Linux

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41885 Michael batter...@rocketmail.com changed: What|Removed |Added Platform|Other |x86 (IA32)

[Libreoffice-bugs] [Bug 41390] EDITING - Formula is including the path file information

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41390 markus.mohrh...@googlemail.com changed: What|Removed |Added Severity|critical|normal

[Libreoffice-bugs] [Bug 41883] MinGW port Most Annoying Bugs

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41883 pedl...@gmail.com changed: What|Removed |Added Blocks||41887 -- Configure bugmail:

[Libreoffice-bugs] [Bug 41888] New: [FORMATTING] Shapes move on opening file

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41888 Bug #: 41888 Summary: [FORMATTING] Shapes move on opening file Classification: Unclassified Product: LibreOffice Version: LibO Master Platform: Other OS/Version: Linux (All)

[Libreoffice-bugs] [Bug 41889] New: SLIDESHOW: second display visual

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41889 Bug #: 41889 Summary: SLIDESHOW: second display visual Classification: Unclassified Product: LibreOffice Version: LibO 3.4.3 release Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 41888] [FORMATTING] Shapes move on opening file

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41888 --- Comment #1 from Cor Nouws c...@nouenoff.nl 2011-10-17 07:48:44 PDT --- Created attachment 52427 -- https://bugs.freedesktop.org/attachment.cgi?id=52427 presentation with shapes -- Configure bugmail:

[Libreoffice-bugs] [Bug 41888] [FORMATTING] Shapes move on opening file

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

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

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41890 Bug #: 41890 Summary: : Printing problems since installation of Ubuntu 11.10 Classification: Unclassified Product: LibreOffice Version: LibO 3.3.0 release Platform: Other

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

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41891 Bug #: 41891 Summary: : Printing problems since installation of Ubuntu 11.10 Classification: Unclassified Product: LibreOffice Version: LibO 3.3.0 release Platform: Other

[Libreoffice-bugs] [Bug 41894] New: no interface in second display

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41894 Bug #: 41894 Summary: no interface in second display Classification: Unclassified Product: LibreOffice Version: LibO 3.4.3 release Platform: x86 (IA32) OS/Version: Linux (All)

[Libreoffice-bugs] [Bug 41895] New: Problem with formatting toolbar when compressed

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41895 Bug #: 41895 Summary: Problem with formatting toolbar when compressed Classification: Unclassified Product: LibreOffice Version: LibO 3.4.3 release Platform: x86-64 (AMD64)

[Libreoffice-bugs] [Bug 41896] New: FILEOPEN: text boxes alignment lost when openning rtf documents

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41896 Bug #: 41896 Summary: FILEOPEN: text boxes alignment lost when openning rtf documents Classification: Unclassified Product: LibreOffice Version: LibO 3.4.3 release

[Libreoffice-bugs] [Bug 41850] Minimum and maximum are not always respected when validating time values.

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41850 --- Comment #1 from markus.mohrh...@googlemail.com 2011-10-17 09:43:34 PDT --- Ok, I think I know why that happens. We need to take care of Between and Not Between with time and dates in a different way than we do now. We translate the date to a

  1   2   >