Re: [Libreoffice] [REVIEW][PUSHED 3-4] Fix wrong RTTI baseclass for SfxViewEventHint

2011-07-20 Thread David Tardon
On Wed, Jul 20, 2011 at 11:53:49PM +0200, Thorsten Behrens wrote: > Hi *, > > master has a fix for a mis-typed base class for the > SfxViewEventHint, unfortunately hidden in merge commit > libs-core:d3a999619524001821bdc438cac275c441efad9b - which > effectively prevents a set of document events to

Re: [Libreoffice] LO Custom properties

2011-07-20 Thread swagat sharma
Hi Michael, Thanks for your valuable time. I'll explain the problem in more details. I create a new Document (.odt file). I add some custom properties, Say a text and a number, by going into File->Properties->Custom Properties. I save the file (as .odt) and close it. When I open the file, I go to

Re: [Libreoffice] [PATCH] Splash screen fix for multi-head on Linux (bug 33214)

2011-07-20 Thread Josh Heidenreich
>> Any specific reason for this construct? >> >> +        int i = 0; >> +        for( ; i < n_xinerama_screens; i++ ) > > Like, why not for( int i = 0; i < n_xinerama_screens; i++ ) ?  The > splash is in C, not C++, so this wouldn't work there (unless C99 mode is > used I think). > Yeah it gives t

Re: [Libreoffice] [PATCH] Get rid of SvULongs in calc

2011-07-20 Thread Kohei Yoshida
Hi Maciej, On Wed, Jul 20, 2011 at 5:24 PM, Maciej Rumianowski wrote: > I'm working further on Bug 38831 - [EasyHack] Get rid of SV_DECL_VARARR, > SV_DECL_VARARR_PLAIN, SV_DECL_VARARR_SORT ... > > Where can I mark that I'm working on it? In Bug comments? Well, you can probably just mention that

[Libreoffice] [REVIEW] Fix wrong RTTI baseclass for SfxViewEventHint

2011-07-20 Thread Thorsten Behrens
Hi *, master has a fix for a mis-typed base class for the SfxViewEventHint, unfortunately hidden in merge commit libs-core:d3a999619524001821bdc438cac275c441efad9b - which effectively prevents a set of document events to no longer be generated. Patch for the fix attached, reviews & commit to -3-4

Re: [Libreoffice] [PATCH] Get rid of SvULongs in calc

2011-07-20 Thread Maciej Rumianowski
Dnia 2011-07-20, śro o godzinie 17:12 -0400, Kohei Yoshida pisze: > > So, I've reviewed your revised patches and they look good. I've > pushed > them to master with one minor syntactic change. Great thanks :) > Anyway, thanks for your patches again, and we look forward to > receiving > more pat

Re: [Libreoffice] [PATCH] Get rid of SvULongs in calc

2011-07-20 Thread Kohei Yoshida
On Tue, 2011-07-19 at 11:06 +0200, Maciej Rumianowski wrote: > Hi Kohei, Hi Maciej, So, I've reviewed your revised patches and they look good. I've pushed them to master with one minor syntactic change. I've changed in ScTabViewShell::Execute() if ( aIndexList.size() ) to if ( !aIndexLis

Re: [Libreoffice] LibreOffice Build Problem

2011-07-20 Thread Norbert Thiebaud
2011/7/20 Maciej Rumianowski : > Hi, > >> I would like to join the LibreOffice development community, but i have >> a problem. > Recently I have also joined LibreOffice development me first patch is > waiting to be pushed, so Hello:) > >> I tried to build LibreOffice as shown on >> http://www.libre

Re: [Libreoffice] LibreOffice Build Problem

2011-07-20 Thread Maciej Rumianowski
Hi, > I would like to join the LibreOffice development community, but i have > a problem. Recently I have also joined LibreOffice development me first patch is waiting to be pushed, so Hello:) > I tried to build LibreOffice as shown on > http://www.libreoffice.org/get-involved/developers/. But wh

Re: [Libreoffice] LibreOffice Build Problem

2011-07-20 Thread Michael Meeks
Hi Tugay, On Wed, 2011-07-20 at 19:18 +, TUGAY İLBAY wrote: > I would like to join the LibreOffice development community, but i have > a problem. And we'd love to have you :-) > I tried to build LibreOffice as shown on > http://www.libreoffice.org/get-involved/developers/. But when i

Re: [Libreoffice] Error compiling from master inside vcl

2011-07-20 Thread Andreas Mantke
Hi Michael, Caolan, *, Am Mittwoch, 20. Juli 2011, 20:07:14 schrieb Andreas Mantke: > Hi Michael, Caolan, *, > > Am Mittwoch, 20. Juli 2011, 12:12:51 schrieb Michael Meeks: (...) > > > ./autogen.sh --with-num-cpus=2 --with-max-jobs=2 --without-junit > > > --with-lang=de > > > > > > --enable-kde

[Libreoffice] LibreOffice Build Problem

2011-07-20 Thread TUGAY İLBAY
Hello, I would like to join the LibreOffice development community, but i have a problem. I tried to build LibreOffice as shown on http://www.libreoffice.org/get-involved/developers/. But when i tried to make, i got this error message: -

Re: [Libreoffice] Error compiling from master inside vcl

2011-07-20 Thread Andreas Mantke
Hi Michael, Caolan, *, Am Mittwoch, 20. Juli 2011, 20:07:14 schrieb Andreas Mantke: > Hi Michael, Caolan, *, > > Am Mittwoch, 20. Juli 2011, 12:12:51 schrieb Michael Meeks: > > Hi Andreas, > > > > On Tue, 2011-07-19 at 20:29 +0200, Andreas Mantke wrote: > > > I used the same machine in the past

Re: [Libreoffice] Error compiling from master inside vcl

2011-07-20 Thread Andreas Mantke
Hi Michael, Caolan, *, Am Mittwoch, 20. Juli 2011, 12:12:51 schrieb Michael Meeks: > Hi Andreas, > > On Tue, 2011-07-19 at 20:29 +0200, Andreas Mantke wrote: > > I used the same machine in the past for building with openSUSE 11.3-x64. > > In the meantime I updated to 11.4 using zypper -dup. Thus

Re: [Libreoffice] [REVIEW] fix for fdo#37218: tinv only takes values up to 10000 as second parameter

2011-07-20 Thread Markus Mohrhard
Hello Eike, after a quick test it seems that excel allows values up to 1E10. I'm open for suggestions but 1E5 is definitely much too low. We should choose a value between 1E10 and 1E14 if we really want to add an upper limit. I'm open for any suggestions. Regards, Markus 2011/7/20 Eike Rathke

Re: [Libreoffice] [REVIEW] [PUSHED:3-4] Correctly identify documents with .xlk extension

2011-07-20 Thread Tor Lillqvist
> Review & sign-off etc appreciated. Done. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [REVIEW] Correctly identify documents with .xlk extension

2011-07-20 Thread Kohei Yoshida
Hi there, I'd like to have the following commit cherry-picked to the -3-4 branch http://cgit.freedesktop.org/libreoffice/filters/commit/?id=9ae1a63b1c74e19bc2f21d31e6979c507ce43f7c This is a minor change. It allows files with .xlk extension to be correctly opened in Calc. .xlk extension is ass

Re: [Libreoffice] [PATCH] Splash screen fix for multi-head on Linux (bug 33214)

2011-07-20 Thread Jan Holesovsky
Hi Christian, On 2011-07-20 at 13:23 +0200, Christian Lohmaier wrote: > Any specific reason for this construct? > > +int i = 0; > +for( ; i < n_xinerama_screens; i++ ) Like, why not for( int i = 0; i < n_xinerama_screens; i++ ) ? The splash is in C, not C++, so this wouldn't wo

Re: [Libreoffice] [REVIEW] fix for fdo#37218: tinv only takes values up to 10000 as second parameter

2011-07-20 Thread Eike Rathke
Hi Markus, On Wednesday, 2011-07-20 12:03:08 +0200, Markus Mohrhard wrote: > this patch removes the check for the upper bound of the second parameter of > TINV. I checked the algorithm of TINV but there seems to be no reason to > limit this number. > > The only problem is that for values greater

Re: [Libreoffice] [PATCH] Splash screen fix for multi-head on Linux (bug 33214)

2011-07-20 Thread Samuel Mehrbrodt
Hey, thanks a lot. It was me who reported this bug, so I'm glad it's fixed now :) I guess I can mark this bug as fixed now (even though I didn't test it): https://bugs.freedesktop.org/show_bug.cgi?id=33214 Hope you continue hacking on LibreOffice ;) Samuel Am Mittwoch, den 20.07.2011, 14:40 +09

[Libreoffice] Complete Bankruptcy Practice Management - Easy - Fast - Secure

2011-07-20 Thread Best Client Solutions
Best Client Solutions The Platinum Standard in Bankruptcy Practice Management Integration with Best Case Advanced Reporting Automatic Calendaring from Court Emails Download and posting of Required Certifications Detailed Pay Advice compilation with Trustee reports BestClientSolutions.com 1502 W

Re: [Libreoffice] [PATCH][PUSHED] Replace List with std::vector< ImplBmpObj* >

2011-07-20 Thread Joseph Powers
On Jul 20, 2011, at 3:20 AM, Matúš Kukan wrote: > On 20 July 2011 04:51, Joseph Powers wrote: >> >> I only compile for Mac OS; thus, I only compile /vcl/aqua & /vcl/source. If >> you watch your compile, you should only compile /vcl/unx & /vcl/source. We >> also have /vcl/win for those brave p

[Libreoffice] development summary: year 2011, week 28

2011-07-20 Thread Petr Mladek
Hi, this time a brief summary of what happened during the 28th week in 2011 on LibreOffice repositories and the living branches: + master:LO-3.5 development + libreoffice-3-3: fixes for LO-3.3.4 bug fix release + libreoffice-3-4: fixes for LO-3.4.2 bug fix

Re: [Libreoffice] [PATCH] Splash screen fix for multi-head on Linux (bug 33214)

2011-07-20 Thread Christian Lohmaier
Hi Josh, *, On Wed, Jul 20, 2011 at 7:10 AM, Josh Heidenreich wrote: > Uses xinerama to get the size of the primary screen Any specific reason for this construct? +int i = 0; +for( ; i < n_xinerama_screens; i++ ) ciao Christian ___ L

Re: [Libreoffice] [REVIEWED] gd_GB (Gaelic, Scottish) locale data

2011-07-20 Thread Caolán McNamara
FWIW Scots Gaelic is similar enough to Irish, though unfortunately with different spelling rules, that I can muddle though it. "Punnd Sasannach" struck me as sort of odd as "English Pound", but *shrug* http://www.cairnwater.co.uk/gaelicdictionary/index.aspx?txtSearch=punnd suggests it as the term i

Re: [Libreoffice] [PUSHED] Preserve RTF \'00 sequences (NUL) in strings

2011-07-20 Thread Troy Rollo
On Tuesday 19 July 2011, Caolán McNamara wrote: > Ahhh, gotcha. Indeed, nice catch. Looks good to me, and gives the > expected results. Pushed. Can you confirm the patch is under our > preferred LGPLv3+/MPLv1.1 combo ? Sure, although I doubt there would be any copyright in that particular patch.

Re: [Libreoffice] LO Custom properties

2011-07-20 Thread Michael Meeks
Hi Swagat, On Wed, 2011-07-20 at 15:14 +0530, swagat sharma wrote: > I am working on fixing the custom properties in libre office, which > are not preserved in MS format. Sounds good - can you be more precise as to exactly which properties you're talking about though ? :-) > I need littl

[Libreoffice] [REVIEWED] gd_GB (Gaelic, Scottish) locale data

2011-07-20 Thread Michael Meeks
On Wed, 2011-07-20 at 11:10 +0200, Andras Timar wrote: > Can someone please review and cherry pick this to libreoffice-3-4. It > fixes #i117857#. Pushed; thanks :-) Michael. -- michael.me...@novell.com <><, Pseudo Engineer, itinerant idiot __

Re: [Libreoffice] [PATCH] Replace List with std::vector< ImplBmpObj* >

2011-07-20 Thread Matúš Kukan
On 20 July 2011 04:51, Joseph Powers wrote: > > I only compile for Mac OS; thus, I only compile /vcl/aqua & /vcl/source. If > you watch your compile, you should only compile /vcl/unx & /vcl/source. We > also have /vcl/win for those brave people who compile on Windows. > I'm sorry again. Did not

Re: [Libreoffice] [REVIEWED 3-4-2] [PUSHED 3-4-2] Update mdds to 0.5.3

2011-07-20 Thread Michael Meeks
Hi Kohei, On Tue, 2011-07-19 at 09:37 -0400, Kohei Yoshida wrote: > Because I'd like mdds to be product-neutral, general purpose library. Okay; but of course this makes it much harder for people from LibreOffice (so far its only user) to contribute to it - wrt. git commit accounts and so

Re: [Libreoffice] Error compiling from master inside vcl

2011-07-20 Thread Michael Meeks
Hi Andreas, On Tue, 2011-07-19 at 20:29 +0200, Andreas Mantke wrote: > I used the same machine in the past for building with openSUSE 11.3-x64. In > the > meantime I updated to 11.4 using zypper -dup. Thus you could see it as a > fresh > install. I assume you re-ran autogen.sh from a

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 34805, which changed state. Bug 34805 Summary: Recovery of MS OFFICE documents fails after crash https://bugs.freedesktop.org/show_bug.cgi?id=34805 What|Old Value |New Value -

[Libreoffice] [REVIEW] fix for fdo#37218: tinv only takes values up to 10000 as second parameter

2011-07-20 Thread Markus Mohrhard
Hello, this patch removes the check for the upper bound of the second parameter of TINV. I checked the algorithm of TINV but there seems to be no reason to limit this number. The only problem is that for values greater than 1E14 the rounding error dramatically increases but in my opinion everyone

[Libreoffice] LO Custom properties

2011-07-20 Thread swagat sharma
Hi all, I am working on fixing the custom properties in libre office, which are not preserved in MS format. I need little help as I have never worked on LO or OO before. Can I know which all files are involved, or deals with custom properties. Also how do we convert an .odt into a MS .doc. Regard

Re: [Libreoffice] [PATCH] Splash screen fix for multi-head on Linux (bug 33214)

2011-07-20 Thread Josh Heidenreich
Yes that licence is fine ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Why find all different dialogue libre office ms office

2011-07-20 Thread speedyboiz
Hi All, I want to ask, to find ms office there is a search form that displays the character associated with that in the search. libreoffice different, the results find all the libreoffice only provide color for character in the search. is it possible to add columns like the search dialog find all

[Libreoffice] [REVIEW] gd_GB (Gaelic, Scottish) locale data

2011-07-20 Thread Andras Timar
Hi, Can someone please review and cherry pick this to libreoffice-3-4. It fixes #i117857#. http://cgit.freedesktop.org/libreoffice/libs-gui/commit/?id=d9c9e33b03736477794ea541536542b4a5fee1e1 Thanks, Andras ___ LibreOffice mailing list LibreOffice@list

Re: [Libreoffice] Need help with symbols in object dialog of chart data series

2011-07-20 Thread Regina Henschel
Addition: I found, that painting of the preview is done in class SvxXLinePreview in svx/source/dialog/dlgctrl.cxx. It uses the symbol graphic without any transformation and therefore is not the reason of the bad preview. I'm currently exploring tpline.cxx. Still any hints are welcomed, how to g

[Libreoffice] [PUSHED] Re: [PATCH] Splash screen fix for multi-head on Linux (bug 33214)

2011-07-20 Thread Jan Holesovsky
Hi Josh, On 2011-07-20 at 14:40 +0930, Josh Heidenreich wrote: > Uses xinerama to get the size of the primary screen Beautiful, thank you! :-) Pushed to master, can you please confirm that your patch is under LGPLv3+ / MPL? What are you interested in next? Thank you a lot, Kendy

Re: [Libreoffice] [MHST][Easy Hack] Get current page number for printing

2011-07-20 Thread Ta Duc Tung
Hi Christoph, all, On 07/19/2011 12:20 PM, Christoph Noack wrote: Hi TaTung, all! Sorry for answering so late ... Am Samstag, den 16.07.2011, 21:40 +0700 schrieb Ta Duc Tung: On 07/16/2011 07:29 PM, Christoph Noack wrote: [...] We are trying to hack into this easy hack https://bugs.freedesk