[PATCH] fdo#47674 Calc: save settings for import ascii text dialog

2012-08-18 Thread jumbo444
Hello Eike, Thanks for reviewing my patch. Eike Rathke-2 wrote * For TextToColumn some fields are preset and not changeable and configuration does not provide properties, do not attempt to access non-existing properties. In fact unotools/source/config/configmgr.cxx mocks about these cases

[PATCH] fdo#47674 Calc: save settings for import ascii text dialog

2012-08-10 Thread jumbo444
Hello, I propose a patch for fdo#47674 Open Text-CSV saved settings of ScImportAsciiDlg dialog, but not Paste Unformatted Text and Data Text to Columns. This patch adds two groups in Calc.xcs to save the settings (which are independent). cSep last parameter of ScImportAsciiDlg constructor was

[PATCH] StarMath: fixing context menu entry for arccot function

2012-07-23 Thread jumbo444
Hello, There is a 'c' missing in the context menu for arccot function. Here's a small patch to fix it. Laurent BP http://nabble.documentfoundation.org/file/n3997268/0001-Correction-of-context-menu-entry-for-Math-arccot-fun.patch 0001-Correction-of-context-menu-entry-for-Math-arccot-fun.patch

License statement

2012-03-12 Thread jumbo444
Hi, All my current and past contributions made to the LibreOffice project are done under MPL1.1+ /LGPLv3+. Until further notice, all my future contributions to the LibreOffice project are available under MPL1.1+ / LGPLv3+. Best Regards, Laurent BP - LibreOffice 3.5.0 -- View this message

Re: [REVIEWED] fdo#33683: [EasyHack] colorpicker for font and background color no longer resizable

2012-03-12 Thread jumbo444
Hi Michael, Michael Meeks-2 wrote On Sun, 2012-03-11 at 07:35 -0700, jumbo444 wrote: The patch adds WinBits to the constructor of SvxColorWindow_Impl: the same from OOo 3.2. I see in the bug that you're working on a better version :-) Actually, the bug appeared between OOo 3.2.1

[PATCH] fdo#33683: [EasyHack] colorpicker for font and background color no longer resizable

2012-03-11 Thread jumbo444
Hello, The patch adds WinBits to the constructor of SvxColorWindow_Impl: the same from OOo 3.2. Laurent BP PS Sorry for cross-posting with Björn Michaelsen - LibreOffice 3.5.0 -- View this message in context:

Re: [PATCH] fdo#33697 Unable to reset System as Internet Proxy mode. XPropertyState unsupported

2012-02-28 Thread jumbo444
Hello, Caolán McNamara wrote There's something odd here, I don't know if my weak skills could help, but I noticed that the bug appeared between OOo 3.2.1 and 3.3.0, and the code in Optinet2.cxx did not change for SvxProxyTabPage except some SVX_ replaced by CUI_. So the bug is not at

[PATCH] fdo#33697 Unable to reset System as Internet Proxy mode

2012-02-22 Thread jumbo444
Hello, This patch remove a line preventing the saving of Internet Proxy System mode. It solves the problem described in fdo#33697. Hope it does not have side effects. Test on OpenSuse 12.1 x86_64. Laurent BP

Re: [PUSHED] EasyHack 42790: get rid of PRODUCT define/build system variable

2012-02-18 Thread jumbo444
Michael Meeks-2 wrote It looks lovely :-) Thanks. I worked hard for that ;) Michael Meeks-2 wrote Preprocessor constant PRODUCT is replaced by !DBG_UTIL Thanks for that; does that complete that easy hack ? or is there more to do there ? Actually all use of PRODUCT was removed

Re: [PATCH] fdo#42790: Easyhack: get rid of PRODUCT define/build system variable

2012-02-17 Thread jumbo444
I updated issue page to propose this patch. Laurent BP - LibreOffice 3.5.0 -- View this message in context: http://nabble.documentfoundation.org/PATCH-fdo-42790-Easyhack-get-rid-of-PRODUCT-define-build-system-variable-tp3749409p3754736.html Sent from the Dev mailing list archive at

[PATCH] EasyHack 42790: get rid of PRODUCT define/build system variable

2012-02-15 Thread jumbo444
Hello, This is my first patch, so please let me know if I did something wrong. :) Preprocessor constant PRODUCT is replaced by !DBG_UTIL Contributed under LGPLv3+ / MPL 1.1 or later. Laurent BP http://nabble.documentfoundation.org/file/n3749409/0001-EasyHack-42790-get-rid-of-PRODUCT.patch

Re: [Libreoffice] Update of AutoText numbered formula

2011-08-30 Thread jumbo444
Thank you for your answer. Caolán McNamara wrote: attaching the replacements (or git binary patch I suppose) to a bug against libreoffice at https://bugs.freedesktop.org/ would work in the interim. I opened bug 40499 https://bugs.freedesktop.org/show_bug.cgi?id=40499 and added each

[Libreoffice] Update of AutoText numbered formula

2011-08-29 Thread jumbo444
Hello, AutoText numbered formula in Writer suffers from two points that I like to raise, with their solutions: - OOo issue 75665 http://openoffice.org/bugzilla/show_bug.cgi?id=75665 inserted formula is pre-formated with text in italic which is not the default behavior. = in standard.bau, you

Re: [Libreoffice] needful function on calc

2011-04-17 Thread jumbo444
Hello, This is an old wanted feature force intercept of regression curve (issue 34093) http://openoffice.org/bugzilla/show_bug.cgi?id=34093 as other about trend lines - polynomial regression http://openoffice.org/bugzilla/show_bug.cgi?id=20819 - moving average regression