Re: [Libreoffice] How to create get an XWorksheet from a XSpreadsheet?

2011-04-14 Thread Markus Mohrhard
And again with the patches. 2011/4/15 Markus Mohrhard > Hi Noel, > > here is the patch without the conversion from XSpreadsheet to XWorksheet. > > I found some nice Code in ScVbaWorkbook::getActiveSheet() where nearly the > same thing was done. But the following attempt didn't work, and created

Re: [Libreoffice] How to create get an XWorksheet from a XSpreadsheet?

2011-04-14 Thread Markus Mohrhard
Hi Noel, here is the patch without the conversion from XSpreadsheet to XWorksheet. I found some nice Code in ScVbaWorkbook::getActiveSheet() where nearly the same thing was done. But the following attempt didn't work, and created always an error message in getDocUnoModule() uno::Reference xNewMo

[Libreoffice] Document( header=table, body=table )

2011-04-14 Thread Gordon Haverland
Normally, a header is a single line. For some documents, part of that single line could be an image (preferably vector). The document I am playing with, is guaranteed to be composed of 12 or more lines of content in the header (typically as 4 tables on top of each other). All examples I've se

Re: [Libreoffice] update service

2011-04-14 Thread Ryan Jendoubi
On 14/04/11 06:42, Hossein Noorikhah wrote: I think it's a good assumption that updating is only needed on Windows. Look at Mozilla Firedox update. Update mechanism is available for Linux, but most distros disable it because they have their own update mechanism. I don't know exactly about Mac, bu

[Libreoffice] -conver-to on master

2011-04-14 Thread Miklos Vajna
Hi, On -3-3, the following works fine: libreoffice -nologo -convert-to rtf -outdir /home/vmiklos/git/libreoffice/lo-test-files/writer/bug/35985/out /home/vmiklos/git/libreoffice/lo-test-files/writer/bug/35985/test.rtf On master, I tried: ./soffice.bin --nologo --convert-to rtf --outdir /home/vm

Re: [Libreoffice] Easy Hack completed - All bogus comments removed

2011-04-14 Thread Júlio Hoffimann
I forget to mention... This patch is under the LGPLv3+ / MPL license. 2011/4/14 Júlio Hoffimann > ... and the last and big one. ;-) > > https://bugs.freedesktop.org/show_bug.cgi?id=36234 > > Regards, > Júlio. > > __

Re: [Libreoffice] [LibreOffice] [PATCH] [GSOC 2011] Hack: Store/Restore font dropdown MRU

2011-04-14 Thread Caolán McNamara
On Thu, 2011-04-14 at 19:07 +0200, Marco wrote: > Hi all, > "Store/Restore font dropdown MRU" is the required hack I worked on. > I attached the related patch. oh cool, one little thing, I wouldn't bother with using the osl_getThreadTextEncoding() (which is just the system encoding) and instead ju

[Libreoffice] [LibreOffice] [PATCH] [GSOC 2011] Hack: Store/Restore font dropdown MRU

2011-04-14 Thread Marco
Hi all, "Store/Restore font dropdown MRU" is the required hack I worked on. I attached the related patch. From the Easy Hack web page: Background: When you open a new document, use the font dropdown and select a number of different fonts then the 5 or so most recently used fonts are shown a

Re: [Libreoffice] [PUSHED] [PATCHES] Fixed some CLang++ errors/warnings in sal

2011-04-14 Thread Julien Chaffraix
> Applied - would you want to look into the TODO case as well? A rather > nasty cause for errors ... While it is theoretically possible to hit this, I doubt in practice that writing an int to a file descriptor will ever do a partial write. It may just be better to change that to an OSL_ASSERT inst

Re: [Libreoffice] complete

2011-04-14 Thread Timo
Maybe this task should be moved to “completed”? http://wiki.documentfoundation.org/Easy_Hacks#Make_python_.2F_mail-merge_debuggable Am Montag, den 11.04.2011, 21:26 +0200 schrieb Timo: > Hi Michael, > > MessageBoxButtons as well as XSCRIPTCONTEXT do not exist for me. Python > doesn´t find them a

Re: [Libreoffice] Easy Hack completed - All bogus comments removed

2011-04-14 Thread Júlio Hoffimann
... and the last and big one. ;-) https://bugs.freedesktop.org/show_bug.cgi?id=36234 Regards, Júlio. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/

[Libreoffice] Easy Hack completed - All bogus comments removed

2011-04-14 Thread Júlio Hoffimann
Hi friends, This patch removes all bogus comments laying around. If you are searching for one of the following, you could stop. ;-) /* -04.12.00 16:26 and #include //CHINA001 and // --> OD 2008-01-08 #newlistlevelattrs# I did it u

Re: [Libreoffice] [PATCH] Cross-references to numbered paragraphs: remove trailing dots at the end of a cross-reference, or where they precede an open parenthesis that starts the next paragraph level

2011-04-14 Thread Cedric Bosdonnat
Hi Troy, Many thanks for your nice patch: you found out the right place to hack! However I have some concerns here... On Thu, 2011-04-14 at 18:04 +1000, Troy Rollo wrote: > +if ( nLen > 0 && aPrevStr.GetChar(nLen - 1) == '.' && This is quite restrictive as it only clears the endi

Re: [Libreoffice] [PUSHED] [PATCH] Remove CVER

2011-04-14 Thread Francois Tigeot
On Tue, Apr 12, 2011 at 11:26:13AM +0200, Francois Tigeot wrote: > On Wed, Apr 06, 2011 at 10:31:09PM +0200, Francois Tigeot wrote: > > > > CVER is defined in set_solenv.in and propagated in form of defines to the > > entire source tree. > > The attached patch removes it from the build infrastruc

Re: [Libreoffice] [PUSHED] [PATCH] Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-14 Thread Michaël Lefèvre
Dammit, I forget about license one more time ;) Submit under LGPLv3+ / MPL license ! Forgive me for the 9 patches to push. I've just commited on local repository #define by #define. That gave me 3 patches for a single file. I definitively have to learn more about git usage. On Thu, Apr 14, 2011 a

Re: [Libreoffice] [PATCH] sal_{Bool, True, False} to bool, true, false.

2011-04-14 Thread Thorsten Behrens
Kayo Hamid wrote: > Hello, I asked at #libreoffice-dev if we have to see some special > condition to change sal_Bool to bool and so on, unanswered. > > @@ -69,10 +69,10 @@ using namespace ::com::sun::star; > struct ImplColorListData > { > Color aColor; > -sal_BoolbColor; >

Re: [Libreoffice] [PUSHED] [PATCH] Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-14 Thread Thorsten Behrens
All 'Kill Pos_XXX in favour of osl_Pos_XXX' pushed - many thanks again for your cleanup work! Please, could you confirm that all your submissions are under LGPLv3+ / MPL license? Cheers, -- Thorsten pgpjpvBohVuOR.pgp Description: PGP signature ___ Li

Re: [Libreoffice] [PUSHED] [PATCHES] Fixed some CLang++ errors/warnings in sal

2011-04-14 Thread Thorsten Behrens
Julien Chaffraix wrote: > Subject: [PATCH 1/5] Added error handling for pthread_mutexattr_settype. > Handled slightly different, to avoid duplication & retain the pthread_mutexattr_destroy call. > Subject: [PATCH 2/5] Added handling for the write errors in receiveFdPipe. > Applied - would you wa

Re: [Libreoffice] Excel 2003 XML format

2011-04-14 Thread Cedric Bosdonnat
Hi Petr, On Thu, 2011-04-14 at 09:30 +0200, Peter Jentsch wrote: > Ok, I'll try that. What times are best in general to get you on irc? As I'm located in France and seldomly hacking at night, the usual office hours for europe are OK. After it's quite unreliable ;) Regards, -- Cedric ___

Re: [Libreoffice] Nightly Build on Mac from 20110414 - application launch failure and crash rep

2011-04-14 Thread Alexander Thurgood
Le 14/04/11 11:56, Robert Dargaud a écrit : Hi Robert, > > I've the same problem with 2 times with different nightly builds > (last report in attachment) > I had the same thing too with my own build of LO from master dating back to around the same time. Since then, judging by the logs, none of

Re: [Libreoffice] Libreoffice QA process outline - a coarse draft.

2011-04-14 Thread Petr Mladek
Yifan Jiang píše v St 13. 04. 2011 v 17:29 +0800: > > > Collect the results on the wiki may be more easier for every body to > > > participate. > > > > It might be enough to show them in Litmus if they are well visible > > there. > > It looks a report page for a specific run can be generated as:

Re: [Libreoffice] Nightly Build on Mac from 20110414 - application launch failure and crash rep

2011-04-14 Thread Robert Dargaud
Mac build from master dated 20110414. Alex __ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice Process: soffice [2381] Path:/Applications/LibreOffice.app/Conte

Re: [Libreoffice] Libo 3.4 - writer > insert > fields > other : 2 bugs

2011-04-14 Thread Robert Dargaud
Hi Kendy, Le 14/04/11 07:30, Jan Holesovsky a écrit : Hi Robert, On 2011-04-11 at 01:49 +0200, Robert Dargaud wrote: 3.4 on Ubuntu 10.4& Win7 Writer> insert> fieds> other first bug : Condition = "sat_True" instead of "True" Monday, I've started to have a look on this bug. The result of m

Re: [Libreoffice] [PUSHED] [PATCH] remove dead code and uncompiled code in 'sd' module

2011-04-14 Thread Thorsten Behrens
cocofan wrote: > Attached is a patch for the Easy Hack removing commented out code > (dead or uncompiled code). > Hi cocofan, cool, many thanks for that cleanup - pushed with a few tweaks: * stuff commented out with a todo-mark - paraphrased intent into one-liner todo statement, we usually

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

2011-04-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Petr Mladek changed: What|Removed |Added Depends on||33915 --- Comment #20 from Petr Mladek 20

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

2011-04-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Petr Mladek changed: What|Removed |Added Depends on||35017 -- Configure bugmail: https://bugs.

[Libreoffice] [PATCH] Cross-references to numbered paragraphs: remove trailing dots at the end of a cross-reference, or where they precede an open parenthesis that starts the next paragraph level in t

2011-04-14 Thread Troy Rollo
--- sw/source/core/doc/number.cxx | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/sw/source/core/doc/number.cxx b/sw/source/core/doc/number.cxx index 95ea5c8..d7df858 100644 --- a/sw/source/core/doc/number.cxx +++ b/sw/source/core/doc/number.cxx @@ -770,7 +770,15

Re: [Libreoffice] update service

2011-04-14 Thread Tor Lillqvist
> I've found this library for Windows http://winsparkle.org/ . I think It > could easier to implement this feature with. Good. Are you volunteering to experiment with that and testing how it could be used then? --tml ___ LibreOffice mailing list Lib

Re: [Libreoffice] update service

2011-04-14 Thread lefevre00
Just to let you know, I've updated the wiki page to link to this mail thread. It would be cool to add any other informations about this feature. Michaël -- View this message in context: http://nabble.documentfoundation.org/update-service-tp2479818p2819485.html Sent from the Dev mailing list arch

Re: [Libreoffice] CTL settings for Hebrew (ctl_he.xcd)

2011-04-14 Thread Lior Kaplan
On Wed, Apr 13, 2011 at 2:21 PM, Caolán McNamara wrote: > On Wed, 2011-04-13 at 14:07 +0300, Lior Kaplan wrote: > > I'm not sure how to change the the CTLSequenceChecking only for Hebrew > > (see http://openoffice.org/bugzilla/show_bug.cgi?id=61863). > > > > Any help appreciated. > > IMO that CTL

[Libreoffice] Nightly Build on Mac from 20110414 - application launch failure and crash rep

2011-04-14 Thread Alexander Thurgood
Hi all, For those who may be interested, I am enclosing an Apple crash rep of the attempted launch of the nightly Mac build from master dated 20110414. Alex Process: soffice [1836] Path:/Applications/LibreOffice.app/Contents/MacOS/soffice Identifier

Re: [Libreoffice] When can we import xml data

2011-04-14 Thread Peter Eberlein
Hi Fernand, Am 13.04.2011 17:23, schrieb Fernand Vanrie: Peter , Do you mean that your extension only can been used to "export' some date from a spreadsheet ? (what i found after installing ) If it also can been used to import , please give us some more info if you don't need an extension, you

Re: [Libreoffice] Excel 2003 XML format

2011-04-14 Thread Peter Jentsch
Hi Cedric, thanks a lot for the intro. Am 13.04.2011 um 09:52 schrieb "Cedric Bosdonnat" : > > Then the code for the filter is sitting in two places: > * import is in the writerfilter module > * export sits in sw/source/filter/ww8 > Ok. > > There are quite some bugs on that and they a

[Libreoffice] LibO-3.4.0_beta1_win_w86: GUI

2011-04-14 Thread ape
PNG-images are not displayed in the GUI OS Windows_XP_ (Pro_sp3_ru; x64_sp2_enu + mui_ru). Program forgotten how to work with ZIP-archives? Look here - http://forumooo.ru/index.php/topic,75.msg11210.html#msg11210: -- View this message in context: http://nabble.documentfoundation.org/LibO-3-4-0-b