Re: cookies ucb interaction handler ...

2012-04-18 Thread Stephan Bergmann
On 04/17/2012 04:45 PM, Michael Meeks wrote: It seems that the ucb has this: 'HandleCookiesRequest' UNO struct used by the InteractionHandler. This then creates some chunk of code, which can create an awful dialog showing an image: icon-themes/galaxy/res/cookie.png I

Re: [ANDROID-UI-PATCH] [PUSHED] Starting of code for menu list for potential start center.

2012-04-18 Thread Tor Lillqvist
OK, I applied and pushed it. I dropped the .gitignore file from the patch as we already have an android/.gitignore that lists bin and gen. I changed the .classpath in the project directory to be .classpath.in instead and use @ANDROID_SDK_HOME@ to expand the SDK location. (You had hardcoded your

Re: [PUSHED] Bug 48140 - [EasyHack] remove uno calls from xlsx import

2012-04-18 Thread Miklos Vajna
On Tue, Apr 17, 2012 at 09:05:52PM +0200, Markus Mohrhard markus.mohrh...@googlemail.com wrote: I finally pushed you patch with the small correction that was necessary for the shared formula import. Marking as such. ___ LibreOffice mailing list

Re: namespace / typing thrash ...

2012-04-18 Thread Stephan Bergmann
On 04/17/2012 02:38 PM, Lubos Lunak wrote: On Tuesday 17 of April 2012, Stephan Bergmann wrote: Would it be possible to replace gb_CppunitTest_add_library_objects with something that explicitly lists (only) the individual objects from the given library that should be linked into the test? I

Re: [Libreoffice-commits] .: writerfilter/source

2012-04-18 Thread Stephan Bergmann
On 04/18/2012 03:25 AM, Norbert Thiebaud wrote: On Tue, Apr 17, 2012 at 4:39 PM, Lubos Lunakl.lu...@suse.cz wrote: On Tuesday 17 of April 2012, CaolXXn McNamara wrote: writerfilter/source/dmapper/GraphicHelpers.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits:

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #283 from Petr Mladek pmla...@suse.cz 2012-04-18 00:48:17 PDT --- (In reply to comment #282) (In reply to comment #281) Adding again Bug 44861. I ask dE not to remove other people's bugs and not to discuss them here. The

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 44861, which changed state. Bug 44861 Summary: Calc EDITING: function FindReplace behaves incorrectly if regular expressions used https://bugs.freedesktop.org/show_bug.cgi?id=44861 What|Old Value

Re: [Libreoffice-commits] .: writerfilter/source

2012-04-18 Thread Lubos Lunak
On Wednesday 18 of April 2012, Tor Lillqvist wrote: MacOSX is one of the few platform that has consistently been built with --enable-werror. removing the benefit of it just for a micro-optimization seems an overkill. I agree with Norbert here. The more tinderboxes we have that (continue

[REVIEW: 3-5] fdo#44861 make Replace All behave correctly with REs

2012-04-18 Thread David Tardon
Hi all, the problem is that we did not refresh search data for subsequent searches, so the back references were always filled using the search data of the first match. So, for RE ([0-9]{2})([0-9]{2}), replacement $1.$2 and string 1200-1300, that would lead to the following sequence of changes:

Re: [Libreoffice-commits] .: writerfilter/source

2012-04-18 Thread Stephan Bergmann
On 04/18/2012 09:52 AM, Lubos Lunak wrote: On Wednesday 18 of April 2012, Tor Lillqvist wrote: MacOSX is one of the few platform that has consistently been built with --enable-werror. removing the benefit of it just for a micro-optimization seems an overkill. I agree with Norbert here. The

Re: [PUSHED] Impress Help

2012-04-18 Thread Miklos Vajna
Hi Italo, On Sun, Apr 15, 2012 at 11:27:33AM +0200, Italo Vignoli it...@italovignoli.com wrote: Please check the patch very carefully, as I don't trust myself as a hacker. Actually it gave: ERROR: 0102.xhp449,2): Tag mismatch dmake: Error code 255, while making

Re: [PATCH] Removed duplicate set/get methods for initial tab count (fails while linking vbaobj.uno.so)

2012-04-18 Thread Noel Power
On 17/04/12 20:59, Kohei Yoshida wrote: Hi Albert, On Tue, 2012-04-17 at 21:44 +0200, Albert Thuswaldner wrote: I would be okay to just push this patch as-is, but let's wait for Noel's blessing just in case. ;-) bless you my son, yeah it looks ok :-) thanks, Noel

Re: [REVIEW: 3-5] fdo#44861 make Replace All behave correctly with REs

2012-04-18 Thread Petr Mladek
David Tardon píše v St 18. 04. 2012 v 10:02 +0200: Hi all, the problem is that we did not refresh search data for subsequent searches, so the back references were always filled using the search data of the first match. So, for RE ([0-9]{2})([0-9]{2}), replacement $1.$2 and string 1200-1300,

Re: [PUSHED][3-5] Re: [PUSHED][3-5] fdo#38635: sw: printing border lines gaps regression

2012-04-18 Thread Miklos Vajna
On Tue, Apr 17, 2012 at 10:46:20PM +0200, Michael Stahl mst...@redhat.com wrote: thanks; as mentioned in the bug report there was still a small gap remaining with the above fix, which i've now tracked down to the start/end positions of the horizontal and vertical lines not being equal.

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #284 from Timur gti...@gmail.com 2012-04-18 02:38:04 PDT --- First, I thank you all for spotting and fixing all those bugs, and especially for opening bug like this one. What's clear here is that's about bugs, and not enhancements.

[ANDROID-UI-PATCH] Empty Junity android project

2012-04-18 Thread Jonathan Aquilina
Attached is a patch which created an empty junit android test project which is used to create test cases and test against the main android project :) Regards Jonathan From 2c25474a182b5f76d483188e54b0b1f1f03f235b Mon Sep 17 00:00:00 2001 From: Jonathan Aquilina eagles051...@gmail.com Date:

Re: 'make check' with Windows/MSVC build?

2012-04-18 Thread Michael Meeks
On Thu, 2012-04-12 at 14:11 +0200, Stephan Bergmann wrote: Can't remember any details, but I think I did have a real problem with it before I discovered --disable-linkoo sometime last year Hey ho :-) and recently I remote-debugged something with somebody, and we came to the

[PATCH] fdo#46581 Avoid temporary rtl::OUString (LGPLv3/MPL)

2012-04-18 Thread Laure Garcí­a Linde
From f85dbd2f41f9bfc4f1530e3dc4af374645171a32 Mon Sep 17 00:00:00 2001 From: Laureano G. Linde laur...@gmail.com Date: Wed, 18 Apr 2012 11:49:27 +0200 Subject: [PATCH] Avoid temporaty rtl::OUString in dtrans/source/cnttype/mcnttype.cxx --- dtrans/source/cnttype/mcnttype.cxx | 10 +- 1

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #285 from Petr Mladek pmla...@suse.cz 2012-04-18 03:41:26 PDT --- IMHO, it currently works the following way: If you add a bug here, you send a message to developers. Hey, this is something that people really hates in this release.

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #286 from Petr Mladek pmla...@suse.cz 2012-04-18 03:50:09 PDT --- If we want to keep it working, we need to keep a balance. If we mention too many bugs here, we will create another swamp of ideas and developers will ignore it. I am

[PUSHED] Removed duplicate set/get methods for initial tab count (fails while linking vbaobj.uno.so)

2012-04-18 Thread Michael Meeks
On Wed, 2012-04-18 at 09:31 +0100, Noel Power wrote: On 17/04/12 20:59, Kohei Yoshida wrote: On Tue, 2012-04-17 at 21:44 +0200, Albert Thuswaldner wrote: I would be okay to just push this patch as-is, but let's wait for Noel's blessing just in case. ;-) bless you my son, yeah it looks ok

Re: [PATCH] fdo#46581 Avoid temporary rtl::OUString (LGPLv3/MPL)

2012-04-18 Thread Michael Meeks
Hi there, It's a nice patch :-) however - I believe that Lubos just did a chunk of work to make this even easier to read, such that we can do: -if ( m_nxtSym == OUString(RTL_CONSTASCII_USTRINGPARAM( \ )) ) +if ( m_nxtSym == \ ) Which will turn into

launcher_unityquicklist.ulf mnissing

2012-04-18 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, my last build (this morning) cannot pass thru /sysui... dmake: Error: -- `launcher_unityquicklist.ulf' not found, and can't be made How can I get thru this? Thank you - -- Olivier Hallot Founder, Board of Directors Member - The Document

Re: launcher_unityquicklist.ulf mnissing

2012-04-18 Thread Andras Timar
Hi, 2012/4/18 Olivier Hallot olivier.hal...@documentfoundation.org: my last build (this morning) cannot pass thru /sysui... dmake:  Error: -- `launcher_unityquicklist.ulf' not found, and can't be made How can I get thru this? Pull, Bjoern fixed it 4 minutes ago. Andras

Re: 'make check' with Windows/MSVC build?

2012-04-18 Thread Caolán McNamara
On Wed, 2012-04-18 at 11:06 +0100, Michael Meeks wrote: And of course you need to source 'ooenv' to get STAR_RESOURCEPATH set [ though strangely things seem to work without that these days ]. soffice script will source ooenv if it finds it, if you mean that. C.

Re: launcher_unityquicklist.ulf mnissing

2012-04-18 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Em 18-04-2012 08:47, Andras Timar escreveu: Hi, 2012/4/18 Olivier Hallot olivier.hal...@documentfoundation.org: my last build (this morning) cannot pass thru /sysui... dmake: Error: -- `launcher_unityquicklist.ulf' not found, and can't be made

Re: [Libreoffice-commits] .: writerfilter/source

2012-04-18 Thread Caolán McNamara
On Wed, 2012-04-18 at 10:03 +0200, Stephan Bergmann wrote: Yes, we should certainly --enable-werror there. The code base used to be warning-free even for MSVC. Everything else is a regression. We moved to using the compiler stl on windows as well. The compiler provided list header on msvc

Re: [Libreoffice-commits] .: writerfilter/source

2012-04-18 Thread Michael Stahl
On 18/04/12 13:53, Caolán McNamara wrote: On Wed, 2012-04-18 at 10:03 +0200, Stephan Bergmann wrote: Yes, we should certainly --enable-werror there. The code base used to be warning-free even for MSVC. Everything else is a regression. We moved to using the compiler stl on windows as well.

[REVIEW 3-5] performance improvement for fdo#48011

2012-04-18 Thread Caolán McNamara
For https://bugs.freedesktop.org/show_bug.cgi?id=48011 an apparent performance regression in writer, I'd like to propose 1856186951a70a0bcac4e0c3632ca4afe68c05e3 as a partial fix, code before and after should be logical equivalent i.e.

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #287 from sasha.libreoff...@gmail.com 2012-04-18 05:13:06 PDT --- @ Timur 2. LibreOffice 3.5 has releases. Although in bug itself it can be seen We can see bug title when place mouse cursor over bug numbers in field Depends on.

Re: [Libreoffice-commits] .: writerfilter/source

2012-04-18 Thread Tor Lillqvist
does MSVC support something like #pragma GCC diagnostic warning -Wfoo to tell it not to WaE for some specific warning? Sure. http://cgit.freedesktop.org/libreoffice/core/tree/avmedia/source/win/framegrabber.cxx#n29 (just a random source file that showed up early in a git grep). But I think

Re: [PATCH] fdo#46581 Avoid temporary rtl::OUString (LGPLv3/MPL)

2012-04-18 Thread Lubos Lunak
On Wednesday 18 of April 2012, Michael Meeks wrote: Hi there, It's a nice patch :-) however - I believe that Lubos just did a chunk of work to make this even easier to read, such that we can do: -if ( m_nxtSym == OUString(RTL_CONSTASCII_USTRINGPARAM( \ )) ) +if

Re: [PUSHED 3-5] performance improvement for fdo#48011

2012-04-18 Thread Petr Mladek
Caolán McNamara píše v St 18. 04. 2012 v 12:58 +0100: For https://bugs.freedesktop.org/show_bug.cgi?id=48011 an apparent performance regression in writer, I'd like to propose 1856186951a70a0bcac4e0c3632ca4afe68c05e3 as a partial fix, code before and after should be logical equivalent i.e.

master install does not respect destdir variabe

2012-04-18 Thread Tomáš Chvátal
Hi, while I finally got to move my tinderbox tester from 3.5 to master as the 3.5 finally seems quite great I encoutered this problem I can't figure out. make DESTDIR=${D} distro-pack-install echo Installing in /usr/lib64/libreoffice... \ ooinstall /usr/lib64/libreoffice \ echo \ echo

Re: [PUSHED] Impress Help

2012-04-18 Thread Italo Vignoli
I fixed it now and pushed, though in the future it would be wonderful if you could do a 'make helpcontent2' before sending the patch, so you'll see the errors yourself. ;-) Hi Miklos, I would love to be as smart as a hacker, but I really wonder what might happen when I run technical software

DEL_ONLY_EMPTY_LINES ?

2012-04-18 Thread Michael Meeks
I was wondering about this oddness in writer - should we add an easy-hack to remove it associated code-paths ? :-) ATB, Michael. -- michael.me...@suse.com , Pseudo Engineer, itinerant idiot ___ LibreOffice mailing

Re: [Libreoffice-commits] .: writerfilter/source

2012-04-18 Thread Norbert Thiebaud
On Wed, Apr 18, 2012 at 2:52 AM, Lubos Lunak l.lu...@suse.cz wrote: On Wednesday 18 of April 2012, Tor Lillqvist wrote: MacOSX is one of the few platform that has consistently been built with --enable-werror. removing the benefit of it just for a micro-optimization seems an overkill. I

Re: [Libreoffice-commits] .: writerfilter/source

2012-04-18 Thread Kohei Yoshida
On Wed, 2012-04-18 at 08:53 -0500, Norbert Thiebaud wrote: On Wed, Apr 18, 2012 at 2:52 AM, Lubos Lunak l.lu...@suse.cz wrote: Or does that mean I should enable WaE for the MSVC tinderbox too? That should be some fun, with people even now not bothering to fix that build that much. yes

Re: [Libreoffice-commits] .: writerfilter/source

2012-04-18 Thread Tor Lillqvist
The quick solution (aside from using bool for UNO API) is to use static_cast, but then we would need to put it in a lot of places to make MSVC warning-free. Or then just throw up our hands in the air and add one more -wd switch to disable that particular warning... We have a long list of those

Re: Build Failure on Cygwin Windows

2012-04-18 Thread Matúš Kukan
On 15 April 2012 17:51, Johnny Chen johnny...@gmail.com wrote: [ build JVH ] CustomTarget/accessibility/bridge/inc/WindowsAccessBridgeAdapter.h Error: Class com.sun.star.uno.XComponentContext could not be found. Ops, sorry, does this help ? Still something missing ? -javah -classpath . -o

[PATCH] converts SV_DECL_PTRARR in SVX module

2012-04-18 Thread Noel Grandin
Hi These patches convert the usage of SV_DECL_PTRARR in SVX module to std::set, std::vector and boost::ptr_vector variously. Survived a make svx.check and a make subsequentcheck (at least up until the point at which my Ubuntu box has a problem with one of the smoketest checks). License

Re: [Libreoffice-commits] .: writerfilter/source

2012-04-18 Thread Stephan Bergmann
On 04/18/2012 01:53 PM, Caolán McNamara wrote: On Wed, 2012-04-18 at 10:03 +0200, Stephan Bergmann wrote: Yes, we should certainly --enable-werror there. The code base used to be warning-free even for MSVC. Everything else is a regression. We moved to using the compiler stl on windows as

[PUSHED] Re: [PATCH] remove unnecessary auto_ptr complexity in chart2uno.cxx in SC moduel

2012-04-18 Thread Michael Stahl
On 17/04/12 14:31, Noel Grandin wrote: And here is the second patch in the series. This patch actually converts chart2uno.cxx from tools/table.hxx to std::map This was the last file using tools/table in the LO tree. This patch passes make sc.subsequentcheck. great, pushed both patches

Re: [PATCH] Remove unused debug facilities from basebmp

2012-04-18 Thread Jan Holesovsky
Hi Gabor, On 2012-04-14 at 11:58 +0200, Lubos Lunak wrote: Remove debug dumping facility from basebmp. From the patch: Used in vcl/headless/svpgdi.cxx when OSL_DEBUG_LEVEL 2 And it indeed is. Moreover it looks like quite useful debugging functionality, so I don't think it should

[PUSHED] Re: [PATCH] convert PTRARR usage in xmloff module

2012-04-18 Thread Michael Stahl
On 17/04/12 17:37, Noel Grandin wrote: Hi This patch series converts SV_*_PTRARR usage in the xmloff module. Depending on the usage, std::vector, boost::ptr_vector, or boost::ptr_set was used. It passed make xmloff.subsequentcheck and most of make subsequentcheck (the rest is failing

Re: [PATCH] remove unnecessary auto_ptr complexity in chart2uno.cxx in SC moduel

2012-04-18 Thread Kohei Yoshida
Hi there, On Tue, 2012-04-17 at 14:31 +0200, Noel Grandin wrote: This patch passes make sc.subsequentcheck. Just to add a cautionary note, IIRC much of the chart functionality is not covered by our test framework. So, use caution when modifying this part of the code, and I would appreciate a

Re: namespace / typing thrash ...

2012-04-18 Thread Lubos Lunak
On Wednesday 18 of April 2012, Stephan Bergmann wrote: On 04/17/2012 02:38 PM, Lubos Lunak wrote: But maybe gbuild could be changed to include target-specific LDFLAGS? That way it'd be possible to build as 'make sc_ucalc_LDFLAGS=-Wl,--strip-all' . Probably even Bjoern's --enable-debug

Re: [Libreoffice-commits] .: writerfilter/source

2012-04-18 Thread Lubos Lunak
On Wednesday 18 of April 2012, Caolán McNamara wrote: On Wed, 2012-04-18 at 10:03 +0200, Stephan Bergmann wrote: Yes, we should certainly --enable-werror there. The code base used to be warning-free even for MSVC. Everything else is a regression. We moved to using the compiler stl on

Re: Weird error during build of 3.5.2 libreoffice

2012-04-18 Thread Tomáš Chvátal
Dne 16. dubna 2012 14:30 Petr Mladek pmla...@suse.cz napsal(a): Tomáš Chvátal píše v Čt 12. 04. 2012 v 08:39 +0200: Complete log: https://401507.bugs.gentoo.org/attachment.cgi?id=300617 Could you please attach solenv/inc/tg_ext.mk from your build? I do not see glibc-omitfp target here. In

[LibreOffice] License statement

2012-04-18 Thread Laure Garcí­a Linde
All my contributions are under LGPLv3/MPL until further notice. lauregl ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [PATCH] Use global constants for initial tab count bounds checking

2012-04-18 Thread Albert Thuswaldner
Hi Kohei, Sorry for double posting, forgot to CC the list. On Wed, Apr 18, 2012 at 02:21, Kohei Yoshida kohei.yosh...@gmail.com wrote: On Wed, 2012-04-18 at 00:41 +0200, Albert Thuswaldner wrote: Hi Kohei, This patch makes the bounds checking of the initial tab count more consistent with the

[ANNOUNCE] libreoffice-3.5.3.1 tag created (3.5.3-rc1)

2012-04-18 Thread Petr Mladek
Hi, there have been created the libreoffice-3.5.3.1 tag for 3.5.3-rc1 release. The corresponding official builds will be available within next few days. See the attached list of changes against 3.5.2-final[*]. Now, you might switch your current 3-5 source tree to it using: ./g fetch --tags

[ANNOUNCE] Branch libreoffice-3-5-3 created

2012-04-18 Thread Petr Mladek
Hi all, there have been created the libreoffice-3-5-3 branch. It will be used for fine tuning of the 3.5.3 release. The following rules apply: + preferably just translation or blocker fixes + only cherry-picking from libreoffice-3-5 branch + 2 additional reviews needed;

Re: [PATCH] [PUSHED] Use global constants for initial tab count bounds checking

2012-04-18 Thread Kohei Yoshida
On Wed, 2012-04-18 at 19:15 +0200, Albert Thuswaldner wrote: Ok, good to know. IMHO it is even more important to sort this thing out. I've updated my patch with a new proposed solution. Looks good. Pushed. Thanks a lot for this. I changed the names to remove the trailing COUNT part, since

Re: [libreoffice-l10n] [ANNOUNCE] Branch libreoffice-3-5-3 created

2012-04-18 Thread Martin Srebotnjak
Do you plan to release 3.5.3 with this bug? https://bugs.freedesktop.org/show_bug.cgi?id=48356 It is just not acceptable for Central European users. For them the recommended release series is at this point 3.4.x. Thanks, m. 2012/4/18 Petr Mladek pmla...@suse.cz: Hi all, there have been

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added Depends on|31217 | -- Configure bugmail:

Re: namespace / typing thrash ...

2012-04-18 Thread Bjoern Michaelsen
On Wed, Apr 18, 2012 at 06:09:06PM +0200, Lubos Lunak wrote: Does somebody see a problem with this? What should this possibly solve? This thread is a quite bit ADHD to me pouring in way too many different topic in one thread. Best, Bjoern ___

Copying sc/sd/sw into unittest libs (Re: namespace / typing thrash ...)

2012-04-18 Thread Lubos Lunak
On Wednesday 18 of April 2012, Bjoern Michaelsen wrote: On Wed, Apr 18, 2012 at 06:09:06PM +0200, Lubos Lunak wrote: Does somebody see a problem with this? What should this possibly solve? This thread is a quite bit ADHD to me pouring in way too many different topic in one thread. This:

support for repeating format code in calc

2012-04-18 Thread Noel Power
Hi Eike, I've been looking at providing support for the repeating character in number formats. I've been playing abit with the code and what I have sofar seems to work reasonably well ( no doubt there are plenty of edge cases still to be discovered ) But.. life would be simpler I think if

Parallel set of flag bit definitions: SFX_FILTER_FOO and FLAGVAL_FOO

2012-04-18 Thread Tor Lillqvist
I happened to notice that in comphelper/inc/comphelper/documentconstants.hxx and filter/source/config/cache/constant.hxx are a set of preprocessor macros definiing flag bits apparently describing properties of import/export filters. The SFX_FILTER_FOO values in the former match the FLAGVAL_FOO

Re: Copying sc/sd/sw into unittest libs (Re: namespace / typing thrash ...)

2012-04-18 Thread Bjoern Michaelsen
On Wed, Apr 18, 2012 at 09:33:51PM +0200, Lubos Lunak wrote: This: On Monday 16 of April 2012, Markus Mohrhard wrote: 2012/4/16 Lubos Lunak l.lu...@suse.cz: On Monday 16 of April 2012, Michael Meeks wrote: Oh - and finally (Lubos) I pushed an item to the ESC agenda to discuss

[REVIEW][3-5] fdo#48647 ugly hairline double border drawing regression

2012-04-18 Thread Michael Stahl
hi all, today's border line regression fix is for fdo#48647, which is simply missing usage of the ClipRegion to clip the hairline border lines, fix proposed for libreoffice-3-5: http://cgit.freedesktop.org/libreoffice/core/commit/?id=49bd0e4e6bb0ed0671de72d84700ddcc49828f69 please note that

Re: Parallel set of flag bit definitions: SFX_FILTER_FOO and FLAGVAL_FOO

2012-04-18 Thread Tor Lillqvist
Caolán pointed me to this email from 2006 that describes the meaning of most of these flag bits: http://www.mail-archive.com/dev@openoffice.org/msg05047.html I pasted that description into a comment in the documentconstants.hxx file. In 4.0, if not earlier, we should drop the parallel set of

Re: Copying sc/sd/sw into unittest libs (Re: namespace / typing thrash ...)

2012-04-18 Thread Bjoern Michaelsen
On Wed, Apr 18, 2012 at 09:33:51PM +0200, Lubos Lunak wrote: This: On Monday 16 of April 2012, Markus Mohrhard wrote: 2012/4/16 Lubos Lunak l.lu...@suse.cz: On Monday 16 of April 2012, Michael Meeks wrote: Oh - and finally (Lubos) I pushed an item to the ESC agenda to discuss

Re: Copying sc/sd/sw into unittest libs (Re: namespace / typing thrash ...)

2012-04-18 Thread Markus Mohrhard
Hey Bjoern, 2012/4/18 Bjoern Michaelsen bjoern.michael...@canonical.com: On Wed, Apr 18, 2012 at 09:33:51PM +0200, Lubos Lunak wrote:  This: On Monday 16 of April 2012, Markus Mohrhard wrote: 2012/4/16 Lubos Lunak l.lu...@suse.cz: On Monday 16 of April 2012, Michael Meeks wrote:      

Re: [patch] [fdo#42986] Presentations in Wide-screen

2012-04-18 Thread Rob Snelders
Hi Ivan, I have tested with removing the PAPER_SCREEN*. It seems to work. The size indeed dissapears where the page-size of the printer is mentioned. I only saw that the handout-page is empty on the screen. It seems to print however. Also without the patch applied it doesn't work here. But my

Re: unbuilded code in sd/source/ui/notes

2012-04-18 Thread Caolán McNamara
On Sat, 2012-04-14 at 11:31 -0300, Olivier Hallot wrote: Is this a feature we curently miss by mistake, or is a dead code never finished/released? We apparently built it in the past, but no longer. Its inconceivable to me that there could be a clean route where we've ended up building ok but

Windows - Embed Server et al.

2012-04-18 Thread Mat M
Hello, I am trying to decrypt some of the Windows bits of LO, namely OLE ActiveX parts. If I read correctly http://en.wikipedia.org/wiki/Object_Linking_and_Embedding, it says that OLE is an interface, mainly used in Windows, but which could be implemented everywhere. When doing

Re: Build Failure on Cygwin Windows

2012-04-18 Thread Johnny Chen
Sorry, I replaced that javah command with the one you gave me but now I got another error: [ build JVH ] CustomTarget/accessibility/bridge/inc/WindowsAccessBridgeAdapter.h Error: Could not find class file for 'org.openoffice.accessibility.WindowsAccessBridgeAdapter'.

Re: unbuilded code in sd/source/ui/notes

2012-04-18 Thread David Tardon
On Wed, Apr 18, 2012 at 11:21:04PM +0100, Caolán McNamara wrote: On Sat, 2012-04-14 at 11:31 -0300, Olivier Hallot wrote: Is this a feature we curently miss by mistake, or is a dead code never finished/released? We apparently built it in the past, but no longer. Its inconceivable to me

[Libreoffice-commits] .: 2 commits - android/experimental configure.in

2012-04-18 Thread Tor Lillqvist
android/experimental/eagles051387/.classpath.in | 15 +++ android/experimental/eagles051387/.project | 33 +++ android/experimental/eagles051387/AndroidManifest.xml

[Libreoffice-commits] .: 3 commits - sc/source sdext/source

2012-04-18 Thread David Tardon
sc/source/core/data/table6.cxx|4 ++-- sdext/source/minimizer/pppoptimizeruno.cxx|2 +- sdext/source/presenter/PresenterAccessibility.cxx |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) New commits: commit ea1cd1a10cc2d2bbf4f82aeca689fe81a3b79856

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-04-18 Thread Petr Mladek
sc/source/core/data/table6.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4bd76b74c0145635ef69caa94e3235f6ce3ab5de Author: David Tardon dtar...@redhat.com Date: Wed Apr 18 09:44:19 2012 +0200 fdo#44861 make Replace All work with REs

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 2 commits - sw/source

2012-04-18 Thread Miklos Vajna
sw/source/core/layout/paintfrm.cxx | 36 1 file changed, 24 insertions(+), 12 deletions(-) New commits: commit fe2a1f6bcb72b17d050355377b68e986f17cf1ff Author: Michael Stahl mst...@redhat.com Date: Tue Apr 17 22:30:25 2012 +0200 fdo#38635: sw: fix

[Libreoffice-commits] .: 2 commits - sysui/desktop

2012-04-18 Thread Bjoern Michaelsen
sysui/desktop/menus/base.desktop|5 + sysui/desktop/menus/calc.desktop|5 + sysui/desktop/menus/draw.desktop|7 ++- sysui/desktop/menus/impress.desktop |5 + sysui/desktop/menus/math.desktop|5 + sysui/desktop/menus/writer.desktop |5

[Libreoffice-commits] .: cppuhelper/source

2012-04-18 Thread Michael Meeks
cppuhelper/source/bootstrap.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cb5c881a7f179391ee853f76e159254c97d776a3 Author: Michael Meeks michael.me...@suse.com Date: Wed Apr 18 11:04:08 2012 +0100 avoid using the new rdb reading logic for

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - configure.in

2012-04-18 Thread Petr Mladek
configure.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3d2333d362a7f02eef4c0d826ae17581e84ec479 Author: Rene Engelhard r...@debian.org Date: Tue Apr 17 17:46:03 2012 +0200 add 5.3 into the db check for-loop Signed-off-by: Petr Mladek

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - cppuhelper/source

2012-04-18 Thread Michael Meeks
cppuhelper/source/bootstrap.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7ed7df6ba854a799e8e9fb92c68650cc5e6e5695 Author: Michael Meeks michael.me...@suse.com Date: Wed Apr 18 11:04:08 2012 +0100 avoid using the new rdb reading logic for

[Libreoffice-commits] .: sc/inc sc/source

2012-04-18 Thread Michael Meeks
sc/inc/appoptio.hxx |5 - sc/inc/scmod.hxx|2 +- sc/source/core/tool/appoptio.cxx|4 sc/source/ui/vba/vbaapplication.cxx | 10 +- sc/source/ui/view/tabvwsh4.cxx | 11 +-- 5 files changed, 7 insertions(+), 25

[Libreoffice-commits] .: 2 commits - configure.in sysui/desktop

2012-04-18 Thread Bjoern Michaelsen
configure.in|4 +++- sysui/desktop/share/launcher_unityquicklist.ulf | 23 +++ 2 files changed, 26 insertions(+), 1 deletion(-) New commits: commit 04ce0e891ecb9c4bb51fd19e9588ecb8613ac788 Author: Bjoern Michaelsen

[Libreoffice-commits] .: oox/inc

2012-04-18 Thread Miklos Vajna
oox/inc/oox/vml/vmlshape.hxx | 58 +-- 1 file changed, 29 insertions(+), 29 deletions(-) New commits: commit 8fd03963cdaa0ffd9a5fbe0f56d6e4c2700e7883 Author: Miklos Vajna vmik...@suse.cz Date: Wed Apr 18 14:01:56 2012 +0200 oox: fix doxygen syntax

[Libreoffice-commits] .: 11 commits - bin/get-bugzilla-attachments-by-mimetype comphelper/inc comphelper/source cppcanvas/Library_cppcanvas.mk cppcanvas/source sc/source svtools/inc svtools/qa svtools

2012-04-18 Thread Caolán McNamara
bin/get-bugzilla-attachments-by-mimetype |6 - comphelper/inc/comphelper/logging.hxx| 13 -- comphelper/source/misc/logging.cxx |6 - cppcanvas/Library_cppcanvas.mk |1 cppcanvas/source/wrapper/basegfxfactory.cxx

[Libreoffice-commits] .: xmlreader/source

2012-04-18 Thread Stephan Bergmann
xmlreader/source/xmlreader.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit c5c3b6d9513407ce79060c1024759bb538d9a3d9 Author: Stephan Bergmann sberg...@redhat.com Date: Wed Apr 18 14:43:04 2012 +0200 Improved error reporting diff --git

[Libreoffice-commits] .: desktop/source

2012-04-18 Thread Stephan Bergmann
desktop/source/deployment/registry/component/dp_compbackenddb.hxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 5553dfe2060cb4a02a827c9774a60e4408d20c33 Author: Stephan Bergmann sberg...@redhat.com Date: Wed Apr 18 14:45:13 2012 +0200 Improved comment

[Libreoffice-commits] .: desktop/source

2012-04-18 Thread Stephan Bergmann
desktop/source/deployment/registry/component/dp_component.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c2c2a056aa49f49236c3260aeda88a6da747240a Author: Stephan Bergmann sberg...@redhat.com Date: Wed Apr 18 14:53:03 2012 +0200 Improved debug output diff

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sw/source

2012-04-18 Thread Petr Mladek
sw/source/core/view/viewsh.cxx | 32 ++-- 1 file changed, 18 insertions(+), 14 deletions(-) New commits: commit 43b48f05e5aa3359a0227550b9a5c88851a582d2 Author: Caolán McNamara caol...@redhat.com Date: Sat Apr 14 07:56:45 2012 +0100 optimize: traverse

[Libreoffice-commits] .: desktop/source

2012-04-18 Thread Stephan Bergmann
desktop/source/deployment/registry/component/dp_component.cxx | 137 +- 1 file changed, 73 insertions(+), 64 deletions(-) New commits: commit fcc9611770e55b0c6ff0f23d2345f3e4f0ef7838 Author: Stephan Bergmann sberg...@redhat.com Date: Wed Apr 18 14:58:51 2012 +0200 Do all of

[Libreoffice-commits] .: 12 commits - sc/source xmloff/source

2012-04-18 Thread Michael Stahl
sc/source/ui/unoobj/chart2uno.cxx| 118 +-- xmloff/source/core/xmlimp.cxx| 26 ++--- xmloff/source/core/xmltkmap.cxx | 13 +- xmloff/source/style/xmlnumfe.cxx | 24 ++--- xmloff/source/style/xmlnumfi.cxx

[Libreoffice-commits] .: 2 commits - cppcanvas/source

2012-04-18 Thread Radek Doulík
cppcanvas/source/mtfrenderer/emfplus.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 8e92501541dfc374803cde0dec90939cde37348a Author: Radek Doulik r...@novell.com Date: Wed Apr 18 15:40:05 2012 +0200 added debug message for unsupported cases diff

[Libreoffice-commits] .: editeng/inc editeng/source

2012-04-18 Thread Kohei Yoshida
editeng/inc/editeng/flditem.hxx | 38 ++ editeng/source/items/flditem.cxx | 15 +++ 2 files changed, 37 insertions(+), 16 deletions(-) New commits: commit 7746e42006a5732a9e26dd21481391f0419d0a2e Author: Kohei Yoshida kohei.yosh...@gmail.com

[Libreoffice-commits] Changes to 'libreoffice-3-5-3'

2012-04-18 Thread Petr Mladek
New branch 'libreoffice-3-5-3' available with the following commits: commit a80a06d26458f01f3de4d9a8f60af00a7f4a68c2 Author: Petr Mladek pmla...@suse.cz Date: Wed Apr 18 15:59:39 2012 +0200 Branch libreoffice-3-5-3 This is 'libreoffice-3-5-3' - the stable branch for the 3.5.3

[Libreoffice-commits] Changes to 'libreoffice-3-5-3'

2012-04-18 Thread Petr Mladek
New branch 'libreoffice-3-5-3' available with the following commits: commit 7ba13690c46cda44abb2d5e92f48b275d9512597 Author: Petr Mladek pmla...@suse.cz Date: Wed Apr 18 15:59:40 2012 +0200 Branch libreoffice-3-5-3 This is 'libreoffice-3-5-3' - the stable branch for the 3.5.3

[Libreoffice-commits] Changes to 'libreoffice-3-5-3'

2012-04-18 Thread Petr Mladek
New branch 'libreoffice-3-5-3' available with the following commits: commit 22e3d745c190c792c6a4d332192d4a9099628a72 Author: Petr Mladek pmla...@suse.cz Date: Wed Apr 18 15:59:40 2012 +0200 Branch libreoffice-3-5-3 This is 'libreoffice-3-5-3' - the stable branch for the 3.5.3

[Libreoffice-commits] .: cppuhelper/source

2012-04-18 Thread Stephan Bergmann
cppuhelper/source/bootstrap.cxx |2 +- cppuhelper/source/macro_expander.cxx |8 +++- cppuhelper/source/macro_expander.hxx |9 + cppuhelper/source/servicefactory.cxx |8 4 files changed, 17 insertions(+), 10 deletions(-) New commits: commit

[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.5.3.1'

2012-04-18 Thread Petr Mladek
Tag 'libreoffice-3.5.3.1' created by Petr Mladek pmla...@suse.cz at 2012-04-18 15:12 -0700 Tag 3.5.3.1 (3.5.3-rc1) -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJPjsvUAAoJEPQ0oe+v7q6jW30P/3bcYpGy94/M6Pn9/Lv33hVI

[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.5.3.1'

2012-04-18 Thread Petr Mladek
Tag 'libreoffice-3.5.3.1' created by Petr Mladek pmla...@suse.cz at 2012-04-18 15:12 -0700 Tag 3.5.3.1 (3.5.3-rc1) -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJPjsvUAAoJEPQ0oe+v7q6jnwMP/0B4qc0bCWy7h8/QUZfuDoBa

[Libreoffice-commits] .: 2 commits - binfilter/bf_starmath binfilter/bf_svtools binfilter/bf_svx binfilter/bf_sw binfilter/inc

2012-04-18 Thread Michael Stahl
binfilter/bf_starmath/source/starmath_register.cxx|2 binfilter/bf_svtools/source/filter.vcl/wmf/winmtf.hxx |1 binfilter/bf_svtools/source/items/svt_macitem.cxx |1 binfilter/bf_svtools/source/memtools/makefile.mk |1

[Libreoffice-commits] .: basctl/source tools/Library_tl.mk tools/Package_inc.mk tools/inc tools/source

2012-04-18 Thread Michael Stahl
basctl/source/basicide/baside2.hxx |2 tools/Library_tl.mk|1 tools/Package_inc.mk |1 tools/inc/tools/table.hxx | 148 --- tools/source/memtools/table.cxx| 358 - 5 files changed, 510

[Libreoffice-commits] .: svl/source

2012-04-18 Thread Eike Rathke
svl/source/numbers/zforfind.cxx | 47 +++- svl/source/numbers/zforfind.hxx | 42 --- svl/source/numbers/zforlist.cxx |2 - 3 files changed, 80 insertions(+), 11 deletions(-) New commits: commit

[Libreoffice-commits] .: cppcanvas/source

2012-04-18 Thread Radek Doulík
cppcanvas/source/mtfrenderer/emfplus.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 41c4585504f38a4b0eeb164f317ab71a7a742dd5 Author: Radek Doulik r...@novell.com Date: Wed Apr 18 19:17:11 2012 +0200 tune the guessed position a bit, so that it works better

  1   2   3   4   >