Introduction and problems compiling

2018-02-19 Thread david
I don't know why but my previous e-mail got "header flagged". Here's the original: " Hello, I'm David Hernandez and I'm too an aspiring GSoC student. I want to further broaden my experience by participating in an open source project. Even if I don't get admited to the progra

Re: Question re the uno-skeletonmaker'-t' CLI qualifier

2023-01-23 Thread David
Hello Stephan, Yes, this is a Linux system and I'm invoking uno-skeletonmaker thus: david@anon:~> "$OFFICE_HOME"/sdk/bin/uno-skeletonmaker calc-add-in --java5 -l "$OFFICE_PROGRAM_PATH"/types.rdb -n org.openoffice.adl.util.CalcDL1 -t CalcDL1 ERROR: Unknown entity 'Calc

Question re the uno-skeletonmaker'-t' CLI qualifier

2023-01-23 Thread David
Microsystems in 2009.  I'm now attempting to recompile this addIn using the LO SDK toolset before embarking on a new project. I'd be grateful for any light which members of this list can shed. Regards, David Lochrin

Re: Question re the uno-skeletonmaker'-t' CLI qualifier

2023-01-26 Thread David
On 25/1/23 20:05, Stephan Bergmann wrote: > On 25/01/2023 05:14, David [minor edit] wrote: >> However treating the '-t' option as a service rather than an interface, as >> follows, works.  An directory tree is created in >> the directory where the skeletonmaker CLI comman

Re: Question re the uno-skeletonmaker'-t' CLI qualifier

2023-01-25 Thread David
'-n' are mandatory in the 'calc-add-in' command (BUG: the '-t' is displayed in upper case, which can be misleading given case-sensitivity): david@anon:~> "$OFFICE_HOME"/sdk/bin/uno-skeletonmaker calc-add-in --java5 -l "$OFFICE_PROGRAM_PATH"/types.rdb -l "$OFFICE_HOME"/p

David Carter License statement

2024-03-16 Thread David
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Very Respectfully, David Carter

Re: [Libreoffice] C{,PP}FLAGS ignored in sal

2010-10-15 Thread David Tardon
On Thu, Oct 14, 2010 at 09:33:45AM +0100, Caolán McNamara wrote: On Thu, 2010-10-14 at 08:37 +0200, Thomas Klausner wrote: On Wed, Oct 13, 2010 at 05:25:59PM +0200, Thomas Klausner wrote: I don't see my CFLAGS nor CPPFLAGS, which would make it find boost, in the gcc arguments. How can

Re: [Libreoffice] [LibreOffice][Patch] Replace ASSERT and DBG_ASSERT with OSL_ENSURE + some translations, comment removal

2010-10-15 Thread David Tardon
On Thu, Oct 14, 2010 at 09:11:26AM +0100, Caolán McNamara wrote: On Wed, 2010-10-13 at 22:34 +0200, Jacek Wolszczak wrote: http://wiki.services.openoffice.org/wiki/Debug_Levels. Some additional questions. What should I replace DBG_ERROR with? Hmm, DBG_ERROR takes no condition, and just

Re: [Libreoffice] Newbie dev question: no rawbuild directory after git clone

2010-10-16 Thread David Norton
no mention of this, and will confuse a novice developer (such as myself. This email is the reason I am now able to build LO from source, which my computer is currently in the middle of doing.) So I guess we need to update both Code_Overview and Development David Norton On Sat, Oct 16, 2010 at 02:01

Re: [Libreoffice] [PATCH] final SAL_N_ELEMENTS

2010-10-19 Thread David Tardon
On Tue, Oct 19, 2010 at 09:42:17PM +0200, Kenneth Venken wrote: hi, these patches will replace the last occurrences of sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo) -- Kenneth Hi, I pushed sal_n_elements.libs-gui.diff and sal_n_elements.ure.diff. The changes the other two do seem

Re: [Libreoffice] credits page is 403 access forbidden

2010-10-26 Thread David Schröder
  Hm,   I'm a newcomer and at this point of state I can't real help. (I will be a helper for correct spelling German)   But let me point out an important issue:   Sebastian, Your list isn't correct. It shows only the contributors since the - harding to say - fork.   What about all the contributors

Re: [Libreoffice] suspect code in extentions/sdext/source/presenter/PresenterClock.cxx

2010-11-01 Thread David Tardon
On Mon, Nov 01, 2010 at 09:24:09AM +, Caolán McNamara wrote: On Sun, 2010-10-31 at 23:04 -0500, Norbert Thiebaud wrote: ::osl::MutexGuard aSolarGuard (::osl::Mutex::getGlobalMutex()); Paint(rEvent.UpdateRect); I'm thinking I should change this guard with a SolarMutexGuard

Re: [Libreoffice] [PUSHED] Easy Hacks : RTL_CONSTASCII_USTRINGPARAM in libs-core 1

2010-11-05 Thread David Tardon
On Thu, Nov 04, 2010 at 09:54:20PM +0100, Gert Faller wrote: Hi, here are some in 'libs-core'. Regards. Thanks! I removed some changes * in BasicManager::SetGlobalUNOConstant, because the variable is function parameter, not a string constant. * in ModuleContainer_Impl::getByName,

Re: [Libreoffice] [PUSHED] build.pl dead code, spelling fixes

2010-11-09 Thread David Tardon
On Mon, Nov 08, 2010 at 08:10:51PM -0600, Jordan Ayers wrote: Miscellaneous cleanup to build.pl. Mostly removal of dead code, with a few spelling / German-English fixes. LGPLv3+/MPL Pushed, thanks! D. ___ LibreOffice mailing list

Re: [Libreoffice] [PUSHED] 4 patches of rtl goodness

2010-11-09 Thread David Tardon
On Tue, Nov 09, 2010 at 03:11:40PM -0500, Kevin Hunter wrote: At 12:44pm -0500 Tue, 09 Nov 2010, Kevin Hunter wrote: Here are four more patch conversions from createFromAscii to RTL_CONST... applied against: basebmp/ binfilter/ bridges/ connectivity/ I apologize, I temporarily forgot

Re: [Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM in svx

2010-11-09 Thread David Tardon
On Tue, Nov 09, 2010 at 09:30:22PM +0100, Joost Eekhoorn wrote: Is it correct to have the RTL_CONSTASCII_USTRINGPARAM directly in the *.hxx file. If so, why not do that also at other places? MPL 1.1 / GPLv3+ / LGPLv3+ Joost Pushed, thanks! D.

Re: [Libreoffice] [PUSHED] more spelling mistakes, dead code removal for Base

2010-11-09 Thread David Tardon
On Tue, Nov 09, 2010 at 10:24:20PM +, Wols Lists wrote: Cheers, Wol Looks fine. Pushed. From cb03ee788ea81661ae83ae611806c6050d16af57 Mon Sep 17 00:00:00 2001 -// use keys and indexes for excat postioning Would that mean positioning of a dead cat (aka ex-parrot)? :-D D.

[Libreoffice] script providers as extensions

2010-11-10 Thread David Tardon
Hi all, just a heads up: recently I was working on removing the script providers for BeanShell, JavaScript and Python from standard installation, as they are only marginally useful and (at least on Fedora) require quite a slew of dependencies. So, from now on, they are available as plain

Re: [Libreoffice] [PUSHED] Another bunch of misc spelling mistakes, translations, code removal for Base

2010-11-10 Thread David Tardon
On Wed, Nov 10, 2010 at 12:54:32PM +, Wols Lists wrote: Cheers, Wol Pushed. D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] RTL_CONSTASCII_USTRINGPARAM in libs-core 5

2010-11-10 Thread David Tardon
On Wed, Nov 10, 2010 at 02:16:20PM +0100, Gert Faller wrote: Hi, some more... Regards. Pushed, with several changes from rtl::OUString foo = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(blah)); or rtl::OUString foo(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(blah))); to rtl::OUString

Re: [Libreoffice] [Patch] + Question about compilation warning on sd/source/ui/view/drviewsj.cxx

2010-11-10 Thread David Tardon
On Wed, Nov 10, 2010 at 11:53:07PM +0100, julien wrote: Hello, The patch contains only the removing of comments. I haven't removed 1 line of comment because i don't know what Wieder raus mean. Pushed. I would have like to remove a warning too since during compilation, I got this :

Re: [Libreoffice] [PUSHED] + Question about compilation warning on sd/source/ui/view/drviewsj.cxx

2010-11-10 Thread David Tardon
And now once more with PUSHED in subject... D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Canonical has a vacancy for a LibO specialist software engineer

2010-11-11 Thread David Nelson
Hi Rene, :-) On Thu, Nov 11, 2010 at 18:23, Rene Engelhard r...@debian.org wrote: On Thu, Nov 11, 2010 at 05:55:44PM +0800, David Nelson wrote:    I'm just giving you a heads-up because I was contacted by Jason Warner of    Canonical ([1]jason.war...@canonical.com and jasoncwarner

Re: [Libreoffice] [PUSHED] Replaced createFromAscii with RTL_CONSTASCII_USTRINGPARAM in /dbaccess/source/ in base repo

2010-11-11 Thread David Tardon
On Thu, Nov 11, 2010 at 06:03:31PM -0300, Santiago Alessandri wrote: Hi! I'm attaching the patch for changing the use of createFromAscii with RTL_CONSTASCII_USTRINGPARAM in the directories: /dbaccess/source/shared/ /dbaccess/source/ui/app/ /dbaccess/source/ui/browser/

Re: [Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM for calc_ui

2010-11-11 Thread David Tardon
On Thu, Nov 11, 2010 at 07:45:53PM +0100, Julien Nabet wrote: Hello, Here's a patch for calc/sc/source/ui (except unoobj previously sent). Julien. (LGPLv3+ / MPL) Good, but I changed lines like rtl::OUString foo = rtl::OUString(RTL_CONSTASCII_STRINGPARAM(foo)); to rtl::OUString

Re: [Libreoffice] [PUSHED] Remove bogus comments in libs-gui

2010-11-12 Thread David Tardon
On Fri, Nov 12, 2010 at 12:50:37PM +0500, Alexander O. Anisimov wrote: Hi all, patch is in attachment .''`. With best regards, : :' : Alexander Anisimov `. `' JID alenyas...@gmail.com `- Debian - when you have better things to do than fixing systems Wonderful! Keep them coming!

Re: [Libreoffice] [PUSHED] Easy Hacks : RTL_CONSTASCII_USTRINGPARAM in libs-core 6

2010-11-13 Thread David Tardon
On Fri, Nov 12, 2010 at 07:44:28PM +0100, Gert Faller wrote: Hi, another patch for libs-core. Regards. Pushed, thanks! D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM for writer_starmath

2010-11-13 Thread David Tardon
On Fri, Nov 12, 2010 at 11:22:06PM +0100, Julien Nabet wrote: Hello, Here's a small patch as there was only 1 file in the starmath part which needed modifications. Julien. (LGPLv3+ / MPL) Pushed, thanks! D. ___ LibreOffice mailing list

[Libreoffice] Proposal: Enhancements in Easy_Hacks Wiki Page

2010-11-13 Thread David Schröder
computer language, but I can help to maintain the wiki, helping QA and translation to German and yes, if you find a German string you can't translate and need it for a perfect patch, please contact me, just for 3 words if needed.   Regards/Greetings   David

Re: [Libreoffice] [PUSH] Replaced createFromAscii with RTL_CONSTASCII_USTRINGPARAM in base repo

2010-11-13 Thread David Tardon
On Sat, Nov 13, 2010 at 12:53:43PM -0300, Santiago Alessandri wrote: With this patch I think there are no more misuses of createFromAscii in the base repository. It is released under MPL 1.1 / GPLv3+ / LGPLv3+ -- Santiago Alessandri Pushed, thanks! D.

Re: [Libreoffice] [gentoo-dev] LibreOffice project: request for contributors and mentoring

2010-11-13 Thread David Nelson
, David Nelson wrote: A number of Linux distributions have announced their intention to ship LibreOffice with their future releases. We know that they frequently do re-branding work to integrate their chosen office suite in lines with their project's thinking. So we are keen to involve you in our

Re: [Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM in svx

2010-11-13 Thread David Tardon
On Sat, Nov 13, 2010 at 09:43:18PM +0100, Joost Eekhoorn wrote: MPL 1.1 / GPLv3+ / LGPLv3+ Joost Pushed. D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM for libs-core/connectivity

2010-11-14 Thread David Tardon
On Sat, Nov 13, 2010 at 10:44:36PM +0100, Julien Nabet wrote: Hello, Here's again a small patch for the last changes to do that I've seen in libs-core/connectivity Julien. (LGPLv3+ / MPL) Pushed. I have changed two lines: -::rtl::OUStringBuffer sVal= (::rtl::OUStringBuffer)

Re: [Libreoffice] SW build error

2010-11-14 Thread David Tardon
On Sun, Nov 14, 2010 at 12:52:39PM +0100, Gert Faller wrote: Hi, I get a build error in sw : with : 'sw/source/filter/rtf/rtffly.cxx' 1311 error: 'PictPropertyNameValuePairs' has not been declared PictPropertyNameValuePairs is only a typedef in ' libs-core/editeng/inc/editeng/svxrtf.hxx'

Re: [Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM in svx

2010-11-14 Thread David Tardon
On Sun, Nov 14, 2010 at 08:32:31PM +0100, Joost Eekhoorn wrote: MPL 1.1 / GPLv3+ / LGPLv3+ (Hope 13e patch on the 13 has no mistakes in it:) ) Joost Thanks, pushed. D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM cleaning in components - dialogs

2010-11-14 Thread David Tardon
On Sun, Nov 14, 2010 at 09:36:08PM +0100, Pierre-André Jacquod wrote: regards MPL/ GPLv3+ / LGPLv3+ pjacquod Again, I changed lines like rtl::OUString foo = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(foo)) to rtl::OUString foo(RTL_CONSTASCII_USTRINGPARAM(foo)) D.

Re: [Libreoffice] [PUSHED] + question RTL_CONSTASCII_USTRINGPARAM for libs-core/connectivity/source/drivers/adabas/

2010-11-14 Thread David Tardon
On Sun, Nov 14, 2010 at 10:57:57PM +0100, Julien Nabet wrote: Hello, Here's a patch (LGPLv3+ / MPL) for libs-core/connectivity/source/drivers/adabas/ Pushed. Concerning the file connectivity/source/drivers/adabas/Buser.cxx, in the function : ::rtl::OUString

Re: [Libreoffice] Preferred indentation for LibreOffice

2010-11-14 Thread David Tardon
On Sun, Nov 14, 2010 at 07:44:30PM -0300, Júlio Hoffimann wrote: Hi, I was looking Starmath code and see a new indentation style: */* vim:set shiftwidth=4 softtabstop=4 expandtab: */* * * This will be the preferred style for LibreOffice project? Yes, this is the preferred style. D.

Re: [Libreoffice] [PUSHED] Clean code at writer [source/core/layout]

2010-11-15 Thread David Tardon
On Mon, Nov 15, 2010 at 01:05:43PM -0800, Kayo Hamid wrote: Hello, please can someone review this? I do not known exactly what I need to remove or not, so I'll known a bit more after someone reviewing it. So I'll be able to clean better and at once. I pushed it. Nice big chunk of dead code

Re: [Libreoffice] [PUSHED] Re: Problem building sw (writer) in debug mode under Linux

2010-11-16 Thread David Tardon
On Tue, Nov 16, 2010 at 05:22:48PM +0100, Giuseppe Castagno wrote: Tor Lillqvist wrote: Now what it's the right flag to use to surround a debug specific code: OSL_DEBUG_LEVEL 1 or DBG_UTIL ? I recently did a build with --enable-dbgutil so that it would use the debugging C++ library on

Re: [Libreoffice] Disable GCC optimizations when building with --enable-symbols

2010-11-18 Thread David Tardon
On Thu, Nov 18, 2010 at 03:19:39AM -0700, Tor Lillqvist wrote: On a related note, what is your take on --enable-dbgutil vs. --enable-debug? Are they designed to do clearly separate things? IMHO no. Both allow to: * use assertions * insert arbitrary debugging code that is only present in

Re: [Libreoffice] Disable GCC optimizations when building with --enable-symbols

2010-11-18 Thread David Tardon
On Wed, Nov 17, 2010 at 03:50:33PM -0300, Santiago Bosio wrote: Hi! When LibO is built using --enable-symbols, it still uses -O2 optimizations, making hard to debug execution with GDB. You can export nopt=true before building to turn optimizations off. D.

[Libreoffice] use dbglevel=1 for --enable-debug builds?

2010-11-18 Thread David Tardon
Hi all, currently, configuring with --enable-debug means that dbglevel is set to 2, which in turns means that OSL_DEBUG_LEVEL is set to 2. This enables all the OSL_ debugging stuff there is (well, maybe there is some really rare stuff that is only enabled for OSL_DEBUG_LEVEL 2, but I don't know

Re: [Libreoffice] [PUSHED] More clean code at writer [source/core/{docnode, draw, edit}]

2010-11-19 Thread David Tardon
On Thu, Nov 18, 2010 at 12:12:41PM -0800, Kayo Hamid wrote: Sorry ;-) Hello, sending this for review. I think that cleaniness is better than the previous. revol_ Pushed. D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] LibreOffice Beta 3

2010-11-19 Thread David Burleigh
I am running LibreOffice Beta 3 under Ubuntu 10.10 (64-bit) and it seems to gradually bog down with use, so that I have to exit and restart it several times a day. It gets so that cursor movement is very slow. This was also a problem with Beta 2, and I was hoping that Beta 3 would fix it, but not

Re: [Libreoffice] [PUSHED] RTL easy hack against bridges/

2010-11-20 Thread David Tardon
On Fri, Nov 19, 2010 at 10:11:49AM -0500, Kevin Hunter wrote: Hullo List, A simple one against but test cases, but, as I said in the commit message, they were in my (grep) road! Kevin Pushed. D. ___ LibreOffice mailing list

Re: [Libreoffice] Location of SfxPoolItem.Type() method

2010-11-21 Thread David Tardon
On Sun, Nov 21, 2010 at 12:21:08AM +1100, Mattias Johnsson wrote: Hello all, I've been trying to fix a bug in the search and replace code, and after a bit of hacking have discovered that in findattr.cxx there's a function int CmpAttr( const SfxPoolItem rItem1, const SfxPoolItem rItem2 )

Re: [Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM for libs-core/framework

2010-11-21 Thread David Tardon
On Sun, Nov 21, 2010 at 08:39:42AM +0100, Julien Nabet wrote: Hello, Here's a patch for libs-core/framework Julien. (LGPLv3+ / MPL) Thanks, pushed. D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [PUSHED] some cleanup #if 0 deletion

2010-11-21 Thread David Tardon
On Sat, Nov 20, 2010 at 11:20:34PM +0100, Pierre-André Jacquod wrote: Hello, was just tired to try reading code like: #if 0 read a lot here #else cool I will be compiled #endif So I started to track it down systematically. Just hope I was not to much aggressive. So I

Re: [Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM in svx

2010-11-21 Thread David Tardon
On Mon, Nov 22, 2010 at 07:37:28AM +0100, David Tardon wrote: On Sun, Nov 21, 2010 at 02:58:35PM +0100, Joost Eekhoorn wrote: MPL 1.1 / GPLv3+ / LGPLv3+ Joost The patch contains duplicate changes for svx/source/fmcomp/fmgridif.cxx and svx/source/gengal/gengal.cxx .-) Otherwise good

Re: [Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM for libs-core/scripting + SAL_N_ELEMENTS (last one ?)

2010-11-21 Thread David Tardon
On Sun, Nov 21, 2010 at 04:20:26PM +0100, Julien Nabet wrote: Hello, Here's a patch for libs-core/scripting + 1 patch for filter_msfilter (I thought i did it before but i must have deleted it by mistake). It seems, by reading the result of grep, it's the last SAL_N_ELEMENTS macro to put in

Re: [Libreoffice] use dbglevel=1 for --enable-debug builds?

2010-11-22 Thread David Tardon
On Thu, Nov 18, 2010 at 01:08:49PM +0100, Sebastian Spaeth wrote: On Thu, 18 Nov 2010 13:01:42 +0100, David Tardon wrote: 1) one would just run build -- dbglevel=2 in the desired module similarly as one runs build -- debug=true today. 2) As an alternative, we could add optional level

[Libreoffice] quickstarter causes crash on end of desktop session

2010-11-22 Thread David Tardon
Hi all, we have been getting quite a lot of crashes from abrt (crash catching and reporting tool) on Fedora that had been caused by XIOError. After some investigation, we have found that they are caused by quickstarter continuing to run after end of desktop session (see

Re: [Libreoffice] quickstarter causes crash on end of desktop session

2010-11-22 Thread David Tardon
On Mon, Nov 22, 2010 at 11:45:16AM +, Michael Meeks wrote: On Mon, 2010-11-22 at 09:42 +, Caolán McNamara wrote: *I* think we should try and fix it in LibreOffice 3.3 seeing as we're flooded with these over in RH land. Agreed, if I never see the crash recovery dialog on

Re: [Libreoffice] [PUSHED] Removed some commented out code

2010-11-22 Thread David Tardon
On Mon, Nov 22, 2010 at 06:52:47PM +0200, Timo Heino wrote: Check attachment and comments please. (so i know can i search more these) Pushed, thanks! D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] Location of SfxPoolItem.Type() method

2010-11-22 Thread David Tardon
On Tue, Nov 23, 2010 at 04:14:01PM +1100, Mattias Johnsson wrote: On a semi-related note, I'm doing a lot of stepping through the search and replace code trying to track the problem down. Because LO seems to be compiled using -O2 and -O3, there's a lot of optimization which means the way the

Re: [Libreoffice] OSL_DEBUG_LEVEL question

2010-11-22 Thread David Tardon
to David's recent 47d0946 in bootstrap.git. The attached patch fixes the problem for me - David, OK to push? Thanks. Please, don't! The whole purpose of the change was to get more manageable debugging output by default, i.e., only assertions. You can see my reasoning in message I sent

Re: [Libreoffice] [PUSHED] remove dead codes and undesired comments

2010-11-22 Thread David Tardon
On Tue, Nov 23, 2010 at 02:01:57PM +0900, Takeshi Abe wrote: Hi, Easy Hacks on base, some of indentions are left unchanged for clarity. Thanks! I pushed it except one hunk containing the magical word TODO :) D. ___ LibreOffice mailing list

Re: [Libreoffice] [stephan.bergm...@oracle.com: Re: [releases] Minutes for release status meeting from 2010-11-15]

2010-11-22 Thread David Nelson
and Solaris, not on Windows and Mac OS X, and is probably more of theoretical than practical concern. Do you happen to have any more information about this? Could you maybe explain what the implications are, please? Thanks if so. :-) David Nelson ___ LibreOffice

Re: [Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM for components/cui

2010-11-23 Thread David Tardon
On Tue, Nov 23, 2010 at 10:14:03PM +0100, Julien Nabet wrote: Hello, Here's a patch for components/cui. I made this : git commit -a git format-patch HEAD~1 Hope it's ok. Julien. (LGPLv3+ / MPL) Nice, pushed! D. ___ LibreOffice

Re: [Libreoffice] timers in calc

2010-11-23 Thread David Tardon
On Wed, Nov 24, 2010 at 08:14:08AM +0100, Julien Nabet wrote: Le 24/11/2010 08:11, Julien Nabet a écrit : Date: Tue, 23 Nov 2010 22:20:36 -0500 From: Kohei Yoshidakyosh...@novell.com Subject: Re: [Libreoffice] [PATCH] try to correct some timers in sc + question

Re: [Libreoffice] quick starter applet/systray defaults and various confusion

2010-11-24 Thread David Tardon
Yet another argument for quickstarter not being on by default is that it doesn't survive update, i.e., 1. start quickstarter 2. update OO.o (or LibO) 3. try to create new text document through quickstarter (or click on existing one, or... do whatever else) - crash (see

Re: [Libreoffice] timers in calc

2010-11-24 Thread David Tardon
On Wed, Nov 24, 2010 at 11:37:53PM +0100, Julien Nabet wrote: You said that aSpellTimer is only restarted in SpellTimerHdl but i saw line 1915 in the function IMPL_LINK( ScModule, IdleHandler, Timer*, EMPTYARG ) BOOL bSpell = pDoc-ContinueOnlineSpelling(); if ( bSpell )

Re: [Libreoffice] [PUSHED] Clean code at writer [source/ui]

2010-11-24 Thread David Tardon
On Wed, Nov 24, 2010 at 12:52:19PM -0800, Kayo Hamid wrote: Covering source/ui/{app,cctrl,chrdlg,config,dbui,dialog,dochdll,docvw,envelp}, sending for review. Curiously 'ui' is the most clean I have seen. revol_ Pushed with some changes. D. ___

Re: [Libreoffice] Fwd: Extensions code cleanup with patch

2010-11-25 Thread David Tardon
On Thu, Nov 25, 2010 at 10:15:52PM +0200, Roth Robert wrote: -- Forwarded message -- From: Roth Robert robert.roth@gmail.com Date: Thu, Nov 25, 2010 at 9:27 PM Subject: Extensions code cleanup To: libreoffice@lists.freedesktop.org Some more dead code and bogus

Re: [Libreoffice] Are ISC/BSD-licensed contributions acceptable?

2010-11-26 Thread David Tardon
On Thu, Nov 25, 2010 at 12:52:49PM +, Michael Meeks wrote: On Mon, 2010-11-22 at 09:47 +0100, Gioele Barabucci wrote: in bug #31633 I proposed a patch to one of the export filters. I've just committed it; sorry for delay. It's great to have you prodding at this piece of

Re: [Libreoffice] LibreOffice WikiHelp

2010-11-26 Thread David Nelson
Hi Kendy, :-) On Fri, Nov 26, 2010 at 17:19, Jan Holesovsky ke...@suse.cz wrote: Hi David, On 2010-11-26 at 16:44 +0800, David Nelson wrote: I suppose that logically this is something for the documentation team to get involved in... We're having a phone conference this weekend... Shall I

Re: [Libreoffice] LibreOffice WikiHelp

2010-11-26 Thread David Nelson
Hi, :-) On Fri, Nov 26, 2010 at 18:22, Jonathan Aquilina eagles051...@gmail.com wrote: how do you guys carry out the conference calls are they carried out on skype? It's on Talkyoo, Jonathan. David Nelson ___ LibreOffice mailing list LibreOffice

Re: [Libreoffice] LibreOffice WikiHelp

2010-11-26 Thread David Nelson
not sure if I can show up on the call this weekend, but will try to - are there any details when / how to join? OK, I've added the subject of WikiHelp to the docs confcall agenda [1], so we have this on the radar. HTH. ;-) David Nelson [1] http://wiki.documentfoundation.org/Documentation/ConfCalls

Re: [Libreoffice] LibreOffice WikiHelp

2010-11-26 Thread David Nelson
... Sorry, I was trying to multitask on a client's job and this thread at the same time... Thanks for *all* the answers! :-D I got what I need to reflect on ATM. ;-) David Nelson ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http

Re: [Libreoffice] LibreOffice WikiHelp

2010-11-26 Thread David Nelson
Hi Sophie, Kendy, Christian, :-) Thanks for the answers and info... I'll talk about this with other docs people, and we'll probably have input about this in a couple of days... David Nelson ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] LibreOffice WikiHelp

2010-11-26 Thread David Nelson
Hi, :-) I suppose that logically this is something for the documentation team to get involved in... We're having a phone conference this weekend... Shall I add it to the agenda? If you need a docs person to liaise with about this, please feel free to include me in the loop. David Nelson On Fri

Re: [Libreoffice] [PUSHED] Remove dead codes and confusing comments

2010-11-26 Thread David Tardon
On Sat, Nov 27, 2010 at 01:56:33AM +0900, Takeshi Abe wrote: Hi, More cleanup on base. Cheers, -- Takeshi Abe Pushed, thanks! D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] Are ISC/BSD-licensed contributions acceptable?

2010-11-26 Thread David Tardon
On Sat, Nov 27, 2010 at 12:02:18AM +, Wols Lists wrote: On 26/11/10 09:05, David Tardon wrote: I think that's not possible, because some of the filters (like WordprocessorML) use XSLT 2.0, which is not supported by libxslt (wasn't supported the last time I looked, at least). So either

Re: [Libreoffice] [PUSHED] Clean code at writer [source/ui]

2010-11-27 Thread David Tardon
On Fri, Nov 26, 2010 at 02:02:16PM -0800, Kayo Hamid wrote: Covering {fldui,fmtui,frmdlg,globdoc,index,lingu,misc}, sending for review. My patchs are ok? I see so many changes, I want to known if i'm doing something wrong. revol_ Pushed. D.

Re: [Libreoffice] libreoffice3.3-freedesktop-menus-3.3.1.noarch.rpm - what distri is this for

2010-11-28 Thread David Nelson
and utilities to update that info. Affected are the icon-theme specification, the mime-types one and the one for the desktop files (application launcher definitions) Thanks for that info. I've included a note about this in the revised readme I've drafted. David Nelson

Re: [Libreoffice] opening oxt from command line

2010-11-30 Thread David Tardon
On Mon, Nov 29, 2010 at 05:02:06PM -0500, Arno Teigseth wrote: Hi I have LibreOffice 3.3.0 OOO330m9 (Build:1) libreoffice-build 3.2.99.2 It hangs when I do libreoffice extension.oxt from the command line. No error messages on stdout. Adding the extension from the menu

Re: [Libreoffice] [PATCH] Last patch to clean code at writer [source/ui]

2010-11-30 Thread David Tardon
I retained some hunks that IMHO have documentary value. D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PUSHED] Last patch to clean code at writer [source/ui]

2010-11-30 Thread David Tardon
On Tue, Nov 30, 2010 at 04:46:47PM +0100, David Tardon wrote: I retained some hunks that IMHO have documentary value. ... and pushed the rest, too .-) D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org

Re: [Libreoffice] LO status bar annoyances

2010-12-01 Thread David Tardon
On Tue, Nov 30, 2010 at 11:26:54AM +0100, Sebastian Spaeth wrote: - I have to single-click on the INSRT and STD-EXT-ADD-BLK and language selection thingies, but to double-click on the Page 1/1 and Default for something to happen. I just found out by coincidence today that I can launch

Re: [Libreoffice] LibreOffice WikiHelp

2010-12-03 Thread David Nelson
Hi, :-) I was just wondering if there are any updates about progress with the WikiHelp? ;-) David Nelson ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [libreoffice-documentation] LibreOffice WikiHelp

2010-12-06 Thread David Nelson
that it is easy to report bugs against the tooling that converts the help from the format that is used in the source code.  After RC2, I plan to open it for your edits improvements :-) That's great... I'm sure we'll all be looking forward to seeing it. ;-) David Nelson

Re: [Libreoffice] [PATCH] Use GtkStatusIcon instead of libegg

2010-12-07 Thread David Tardon
Hi, Michael, On Mon, Dec 06, 2010 at 03:59:17PM +, Michael Meeks wrote: Hi David, On Mon, 2010-12-06 at 15:18 +0100, David Tardon wrote: On Mon, Dec 06, 2010 at 02:08:36PM +, Michael Meeks wrote: Really ? as soon as the X server dies, we'll get all manner of XErrors

Re: [Libreoffice] [PATCH] Use GtkStatusIcon instead of libegg

2010-12-07 Thread David Tardon
On Tue, Dec 07, 2010 at 09:34:52AM +0100, David Tardon wrote: The problem is that SessionManagerClient is only initialized with the first sal frame (IOW, GtkSalFrame::Show calls SessionManagerClient::open). Obviously, if there has never been any frame opened, which, I suppose, happens in a lot

Re: [Libreoffice] [PATCH] Use GtkStatusIcon instead of libegg

2010-12-07 Thread David Tardon
On Tue, Dec 07, 2010 at 12:39:19PM +, Michael Meeks wrote: Hi David, On Tue, 2010-12-07 at 10:54 +0100, David Tardon wrote: I think the simplest thing here is to run SessionManagerClient::open when initializing the quickstarter (the function is exported, so there should

Re: [Libreoffice] [libreoffice-documentation] Re: LibreOffice WikiHelp

2010-12-07 Thread David Nelson
of the pages. I'll be exploring it and will give you constructive feedback. David Nelson ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] libreoffice -quickstart

2010-12-07 Thread David Tardon
On Wed, Dec 08, 2010 at 02:19:02AM +0100, Miguel (ON) wrote: Hi : ) I've noticed that a process is added at the startup when LibreOffice is installed. The process is libreoffice -quickstart -nologo -nodefault and it must be removed in LibreOffice options (enable quick start in System

Re: [Libreoffice] LibreOffice WikiHelp

2010-12-10 Thread David Nelson
and do my best to provide practical help. David Nelson ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] LibreOffice WikiHelp discussion

2010-12-13 Thread David Nelson
and docs people to that group? Is that a feasible solution? David Nelson ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] what's SfxMenuControl::aHelpText good for?

2010-12-13 Thread David Tardon
Hi all, recently I've been looking at fdo#31716 and have found out that the reading of help indexes that seems to cause the slowdown serves to no purpose, because the result is then just ignored. To be more precise, the result is assigned (through SfxMenuControl::Bind) to

Re: [Libreoffice] Fix for pdfimport (fdo#32330) needs review

2010-12-14 Thread David Tardon
On Wed, Dec 15, 2010 at 02:36:56AM +0100, Thorsten Behrens wrote: Hi, could someone quickly review attached patch - a fairly safe fix I'd like to include in -3-3, since it quite spectacularly break graphics on PDF import. Hi Thorsten, looks fine to me. Simple and clear :) D.

Re: [Libreoffice] Failed while building module nss

2010-12-15 Thread David Tardon
On Thu, Dec 16, 2010 at 02:25:41AM +0800, imacat wrote: Dear all, Hi. This is imacat from Taiwan. I try to compile LibreOffice on my Debian Lenny 5.0.6 x86_64, gcc 4.3.2, glibc 2.7. It fails when building module nss: == % make Making all in po

Re: [Libreoffice] Review needed - fix for 'wikihelp is not context sensitive'

2010-12-15 Thread David Tardon
On Wed, Dec 15, 2010 at 11:14:33PM +0100, Jan Holesovsky wrote: Hi, https://bugs.freedesktop.org/show_bug.cgi?id=32338 Can you please review, sign-off and push the attached patch to libreoffice-3-3? The root of the problem is that in case of the built-in help, when a help-id is not

Re: [Libreoffice] Features list

2010-12-16 Thread David Nelson
Hi Sophie, :-) Thanks for that, I will include them on the site ASAP. ;-) David Nelson ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] The download link still shows Beta?

2010-12-16 Thread David Nelson
of date. We're nearly finished preparing the new LibreOffice site now. You can view it at http://test.libreoffice.org, and the downloads page there is up to date. The documentfoundation page will need to be updated. David Nelson ___ LibreOffice mailing list

Re: [Libreoffice] Failed at slideshow(fpicker) with ‘class KFileDialog’ has no member named ‘setConfirmOverwrite’

2010-12-16 Thread David Tardon
On Fri, Dec 17, 2010 at 02:18:04PM +0800, imacat wrote: Dear all, Hi. This is imacat from Taiwan. I tried to compile LibreOffice 3.3.0.1 on my Debian Lenny x86_64 5.0.6, gcc 4.3.2, glibc 2.7. It failed at the slideshow module, and when I digged inside as suggested, it complainted

[Libreoffice] Detailed instructions for installing LibreOffice on Macintosh

2010-12-17 Thread David Nelson
out with this? (I need to finalize the content this weekend, so that we can roll-out the site.) If you're able to provide screenshots, this would be a great optional extra. in that case, please feel free to mail them to me directly. A big thanks if so! ;-) David Nelson

Re: [Libreoffice] Failed at slideshow(fpicker) with ‘class KFileDialog’ has no member named ‘setConfirmOverwrite’

2010-12-17 Thread David Tardon
On Fri, Dec 17, 2010 at 09:27:40AM +0100, Rene Engelhard wrote: On Fri, Dec 17, 2010 at 07:27:12AM +0100, David Tardon wrote: On Fri, Dec 17, 2010 at 02:18:04PM +0800, imacat wrote: Dear all, Hi. This is imacat from Taiwan. I tried to compile LibreOffice 3.3.0.1 on my Debian

Re: [Libreoffice] Failed at slideshow(fpicker) with ‘class KFileDialog’ has no member named ‘setConfirmOverwrite’

2010-12-17 Thread David Tardon
On Fri, Dec 17, 2010 at 10:23:24AM +0100, Rene Engelhard wrote: On Fri, Dec 17, 2010 at 09:27:40AM +0100, Rene Engelhard wrote: On Fri, Dec 17, 2010 at 07:27:12AM +0100, David Tardon wrote: On Fri, Dec 17, 2010 at 02:18:04PM +0800, imacat wrote: Dear all, Hi. This is imacat

Re: [Libreoffice] [libreoffice-users] Re: Detailed instructions for installing LibreOffice on Macintosh

2010-12-17 Thread David Nelson
Hi Alex, :-) A big thanks for that. ;-) David Nelson ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

  1   2   3   4   5   6   7   8   9   10   >