Re: [Libreoffice] semantics of ScBaseCell* lclCloneCell

2011-10-27 Thread Stephan Bergmann
On 10/27/2011 07:53 PM, Kevin Hunter wrote: At 2:49am -0400 Thu, 27 Oct 2011, Stephan Bergmann wrote: Not an sc expert, but from looking at the code it looks to me like the default case shall never be reached, but is there to (a) silence compiler warnings and (b) fire an OSL_FAIL in case there i

Re: [Libreoffice] [PATCH]: libs-extern-sys 3.4.3.2 mozilla-ldap remove MKDIR calls

2011-10-27 Thread Kelly Anderson
On 10/25/2011 03:12 AM, Caolán McNamara wrote: On Thu, 2011-10-20 at 12:07 -0600, Kelly Anderson wrote: Hi, The mozilla ldap libraries fail to compile on my systems, since the Makefile.in's are all trying to create directories. $(MKDIR) is not defined so it attempts to run the directory name a

Re: [Libreoffice] Is it possible to update cppcheck for Libreoffice report ?

2011-10-27 Thread Jesse Adelman
On 10/27/11 08:22, julien2412 wrote: > Hello Jesse, > > Would it be possible to update cppcheck ? There have been again fixes but > also new checks like C casting used for C++. > Perhaps we could remove the warnings about unused function for the moment by > adding this in the command : > --suppres

Re: [Libreoffice] Windows build tagging ...

2011-10-27 Thread Bjoern Michaelsen
Christian Lohmaier writes: > So I suspect the --set-last-working shall be limited to the > tinderboxes that build regularly with a non-changing setup, i.e. > without having random other stuff that might affect the build-result? Well, as long as we would only set last-working and ignore broken co

Re: [Libreoffice] [PUSHED] [PATCH]: Translate German Comments

2011-10-27 Thread Norbert Thiebaud
On Thu, Oct 27, 2011 at 8:19 PM, Norbert Thiebaud wrote: > On Thu, Oct 27, 2011 at 7:38 PM, Philipp Weissenbacher > wrote: >> Hi all, >> >> Here is my first "patch". It translates the German comments found in >> sw/source/core/doc/acmplwrd.cxx to English. >> I also translated messages within OSL_

Re: [Libreoffice] [PUSHED] [PATCH]: Translate German Comments

2011-10-27 Thread Norbert Thiebaud
On Thu, Oct 27, 2011 at 7:38 PM, Philipp Weissenbacher wrote: > Hi all, > > Here is my first "patch". It translates the German comments found in > sw/source/core/doc/acmplwrd.cxx to English. > I also translated messages within OSL_ENSURE; wasn't sure if that's > permissible. > > This patch and an

Re: [Libreoffice] Dynamically relaod addon toolbar

2011-10-27 Thread othman
the following code to relaod the current document is not working. what am i doing wrong? PropertyValue[] loadProperties = new PropertyValue[0]; Object dispatchHelperObject = this.mxMSF.createInstance("com.sun.star.frame.DispatchHelper"); XDispatchHelper xDispat

[Libreoffice] [PATCH]: Translate German Comments

2011-10-27 Thread Philipp Weissenbacher
Hi all, Here is my first "patch". It translates the German comments found in sw/source/core/doc/acmplwrd.cxx to English. I also translated messages within OSL_ENSURE; wasn't sure if that's permissible. This patch and any future work is licensed under LGPLv3+/MPL. Cheers, Philipp 0001-Translate

Re: [Libreoffice] Windows build tagging ...

2011-10-27 Thread Christian Lohmaier
Hi *, On Thu, Oct 27, 2011 at 1:59 PM, Michael Meeks wrote: > On Wed, 2011-10-26 at 22:05 +0200, Regina Henschel wrote: >> I have build it (about 2011-10-19) with commit ID >> 5ad4d151dac1eb887d92200330e31af269d8d1fd > >        Ah ! this is where I needed to put my magic note; I've just pushed >

Re: [Libreoffice] Windows build tagging ...

2011-10-27 Thread Bjoern Michaelsen
On Thu, Oct 27, 2011 at 12:59:18PM +0100, Michael Meeks wrote: > it fetches the notes and then ... well; then it fails to do anything > useful. Bjoern - this is where your awk skills can get shown off to the > full I guess :-) failing that - I re-write './g' in a real language > (perl) ;-> I

[Libreoffice] Dynamically relaod addon toolbar

2011-10-27 Thread othman
Hello, I use the Configuration Update Manager to dynamically update addon Configuration data (adding new OfficeToolbar entry). after i commit changes to Configuration manager the results are not immediately reflected in toolbar. I have to open a new document to see the new updated toolbar. what ja

[Libreoffice] [PATCH] leaking connection handles

2011-10-27 Thread Terrence Enger
I offer the attached patch under LGPLv3+/MPL1.1 dual license or future versions of the licenses, It fixes a leak of connection handle in an ODBC database. Without the call to SQLDisconnect90, SQLFreeHandle() fails with code 'HY010'. This is my first attempt a patch. Comments and guidance welcome

[Libreoffice] tests for named ranges in vba

2011-10-27 Thread August Sodora
Hello all, I have been trying to add support for assigning to named ranges in VBA. There are a couple of ways VBA does this but for now I'm focusing on something like: Range("A1:H8").Name = "TestRange" Currently the Name property on [X/ScVba]Range is readonly. I've attached a patch which is my f

[Libreoffice] [PATCH] Add UML line ends to palette standard.soe (AOOo i10547)

2011-10-27 Thread Regina Henschel
Hi all, the attached patch adds some line ends, which are not filled, to the palette 'standard.soe'. The line widths of these symbols is designed to fit best with line width 0,02cm and symbol width 0,3cm. Only the half circle is designed for symbol width 0,45cm. So it can encircle a filled ci

Re: [Libreoffice] semantics of ScBaseCell* lclCloneCell

2011-10-27 Thread Kevin Hunter
At 2:49am -0400 Thu, 27 Oct 2011, Stephan Bergmann wrote: On 10/27/2011 07:10 AM, Kevin Hunter wrote: I'm nosing around ScBaseCell in sc/source/core/data/cell.cxx, and I'm curious about the semantics of the function lclCloneCell. Specifically, when would that function ever return a NULL pointer?

[Libreoffice] [PATCH] Export blinking text attribute to HTML in all HTML export modes

2011-10-27 Thread Harri Pitkänen
Previously blinking was not exported in IE mode. IE still does not support blinking (neither does Chrome or Safari) but the extra tag does not make things any worse and allows importing the HTML back to LibreOffice without loss of formatting. Code is also simplified by removing conditionals for op

Re: [Libreoffice] (real) Windows build, needs help.

2011-10-27 Thread Kohei Yoshida
Hi Fridrich, On Thu, 2011-10-27 at 10:41 +0200, Fridrich Strba wrote: > This manifest problem arises on the first build and then when you do a > new "build" in the desktop module, it is gone. Yup, that's exactly what I am seeing! Good to hear your confirmation. > If there is an idea in the cr

[Libreoffice] Mac OSX daily build 26/10/2011 - Base Report Builder, Beanshell, and Javascript extensions disabled

2011-10-27 Thread Alexander Thurgood
Hi all, In the daily build from 26/10/2011 the following extensions are present, but disabled/non-functional. If you inspect the list of installed extensions these appear greyed out. The corresponding entries for the script providers in the menu are not present. The ORB fails to launch when att

Re: [Libreoffice] Is it possible to update cppcheck for Libreoffice report ?

2011-10-27 Thread julien2412
Hello Jesse, Would it be possible to update cppcheck ? There have been again fixes but also new checks like C casting used for C++. Perhaps we could remove the warnings about unused function for the moment by adding this in the command : --suppress=unusedFunction Thank you in advance. Julien. -

[Libreoffice] minutes of tech. steering call ...

2011-10-27 Thread Michael Meeks
Present: + Eike, Michael, Thorsten, Stephan, Andras, Fridrich, Kendy, Tor, David, Norbert, Rainer, Michael S, Bjoern, Caolan, Petr * Completed Action Items + adding l10n code is currently done by pair of VB Scripts need to grok & port these to a better

Re: [Libreoffice] [PATCH][PUSHED] Re: Liberation fonts in Windows

2011-10-27 Thread Fridrich Strba
Applied and pushed, thanks a lot Fridrich On 27/10/11 15:34, Olivier Hallot wrote: > Please find attached the patch in any case. > > Thanks > > Olivier > > > Em 27-10-2011 11:04, Kálmán „KAMI” Szalai escreveu: >> I guess this is not a decision just a legacy thing. I think we could >> enable i

[Libreoffice] [PATCH] Re: Liberation fonts in Windows

2011-10-27 Thread Olivier Hallot
Please find attached the patch in any case. Thanks Olivier Em 27-10-2011 11:04, Kálmán „KAMI” Szalai escreveu: I guess this is not a decision just a legacy thing. I think we could enable it. KAMI On 10/27/2011 01:55 PM, Olivier Hallot wrote: Hi in a recent discussion in the UX list, I qu

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

2011-10-27 Thread Stephan Bergmann
On 10/27/2011 02:54 PM, Terrence Enger wrote: (*) For class types in general, the prefix and postfix operators can be completely different. In my opinion, it is evil to do this; but the language allows it. Sure. Blind clean up can therefore cause trouble, in principle at least (as

Re: [Libreoffice] Liberation fonts in Windows

2011-10-27 Thread Kálmán „KAMI” Szalai
I guess this is not a decision just a legacy thing. I think we could enable it. KAMI On 10/27/2011 01:55 PM, Olivier Hallot wrote: Hi in a recent discussion in the UX list, I questioned why Liberation Sans|Serif are not bundled in Windows (see http://opengrok.libreoffice.org/xref/core/scp2

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

2011-10-27 Thread Terrence Enger
On Tue, 2011-10-25 at 09:16 +0200, Stephan Bergmann wrote: > > In general, and if the expression's value is not used, prefix > increment/decrement is preferable to postfix, as the former conceptually > avoids creation of a temporary that makes the old, unmodified value > available as the expres

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

2011-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 37620, which changed state. Bug 37620 Summary: Data in reports created by Report Wizard do not display all data records in LO 3.4 RC1 https://bugs.freedesktop.org/show_bug.cgi?id=37620 What|Old Value

[Libreoffice] Windows build tagging ...

2011-10-27 Thread Michael Meeks
Hi there, Bjoern - quick request for help below ;-) On Wed, 2011-10-26 at 22:05 +0200, Regina Henschel wrote: > I have build it (about 2011-10-19) with commit ID > 5ad4d151dac1eb887d92200330e31af269d8d1fd Ah ! this is where I needed to put my magic note; I've just pushed that. I

[Libreoffice] Liberation fonts in Windows

2011-10-27 Thread Olivier Hallot
Hi in a recent discussion in the UX list, I questioned why Liberation Sans|Serif are not bundled in Windows (see http://opengrok.libreoffice.org/xref/core/scp2/source/ooo/file_font_ooo.scp ) I got a guess from Andras Timar, but I really would like to understand this decision and if possibl

Re: [Libreoffice] semantics of ScBaseCell* lclCloneCell

2011-10-27 Thread Eike Rathke
Hi Stephan, On Thursday, 2011-10-27 08:49:19 +0200, Stephan Bergmann wrote: > On 10/27/2011 07:10 AM, Kevin Hunter wrote: > >I'm nosing around ScBaseCell in sc/source/core/data/cell.cxx, and I'm > >curious about the semantics of the function lclCloneCell. > > Not an sc expert Perfect analysis n

Re: [Libreoffice] [PUSHED-3-4] [REVIEW-3-4-4] Fix fdo#41995 fallout - recognize .svg in odf container

2011-10-27 Thread Fridrich Strba
On 26/10/11 23:15, Thorsten Behrens wrote: > Michael Stahl wrote: >>> We missed 3.4.4 for that, but a useful fix for 3.4.5 - your review& >>> commit to that branch appreciated. :) >> >> looks good to me >> > Ok, pushed to -3-4 with the two approvals; one more missing for > -3-4-4 Go for it, buddy

Re: [Libreoffice] [REVIEW-3-4-4] )one more needed) fix ole automation bridge handling of SAFEARRAY (fdo#38441)

2011-10-27 Thread Stephan Bergmann
On 10/27/2011 11:58 AM, Noel Power wrote: and like the subject says. one more needed for 3.4.4 With the same caveat like the other reviewers -- I'm rather illiterate with COM/OLE -- the change does look reasonable to me. So go ahead! Stephan _

Re: [Libreoffice] [REVIEW-3-4-4] )one more needed) fix ole automation bridge handling of SAFEARRAY (fdo#38441)

2011-10-27 Thread Noel Power
I've commited this to 3.4 http://cgit.freedesktop.org/libreoffice/components/commit/?h=libreoffice-3-4&id=ab802aee181ca6df397ca53e461d5f53808cef9d and like the subject says. one more needed for 3.4.4 Noel ___ LibreOffice mailing list LibreOffice@

[Libreoffice] [ANN] LibreOffice 3.4.4 RC1 available

2011-10-27 Thread Thorsten Behrens
Hi *, for 3.4.4 rc1, we're now uploading builds to a public (but non-mirrored - so don't spread news too widely!) place, as soon as they're available (Windows not yet fully there, but should be in the next few hours). Grab them here: http://dev-builds.libreoffice.org/pre-releases/ If you've a bi

Re: [Libreoffice] feature/gtk3 merged ...

2011-10-27 Thread Michael Meeks
On Thu, 2011-10-27 at 01:24 -0400, Kevin Hunter wrote: > After a long build, I'm there. As I'm not mired in that part of LibO > internals, for what visible changes should I be looking? Cool :-) glad you've got a build. Just a tip: stick with that build for a while, and/or have two build

Re: [Libreoffice] (real) Windows build, needs help.

2011-10-27 Thread Fridrich Strba
Hello, good people, It is possible to build the beast, but ... This manifest problem arises on the first build and then when you do a new "build" in the desktop module, it is gone. So I suspect some kind of dependency mess. Not sure though where it lies. And I was not able to give it more time be

Re: [Libreoffice] (real) Windows build, needs help.

2011-10-27 Thread Stephan Bergmann
On 10/26/2011 09:52 PM, Kohei Yoshida wrote: C:/libo/core-master/solenv/gbuild/Package.mk:33: *** gb_Deliver_deliver: file does not exist in solver, and cannot be delivered: /cygdrive/c/libo/core-master/solver/wntmsci12.pro/bin/soffice_bin.exe.manifest. Voreppe Win32 tinderbox fails with the s

Re: [Libreoffice] (real) Windows build, needs help.

2011-10-27 Thread Noel Grandin
When the windows build fails, the real error is often hidden pretty far up the log. That error message probably indicates that some earlier stage failed to link that file. Kohei Yoshida wrote: > I've been trying to build master on Windows with MSVC, and could use some > help. > > Multiple git p

Re: [Libreoffice] compilation issues of apple_remote

2011-10-27 Thread Tor Lillqvist
> What work would need to be done to make apple_remote something that can be > disabled via autogen.sh? There is nothing much special with apple_remote, it just happens to be the first place where you encountered problems because you were using an untested experimental setup. --tml _

Re: [Libreoffice] compilation issues of apple_remote

2011-10-27 Thread Jonathan Aquilina
On 27/10/2011 09:16, Tor Lillqvist wrote: I will give these a shot i have symbols enabled and at a certain point its complaining about missing 64bit symbols. How come for users on 10.7 we dont have a native 64bit build as 10.7 runs as 64bit out of the box?

Re: [Libreoffice] compilation issues of apple_remote

2011-10-27 Thread Tor Lillqvist
> I will give these a shot i have symbols enabled and at a certain point its > complaining about missing 64bit symbols. How come for users on 10.7 we dont > have a native 64bit build as 10.7 runs as 64bit out of the box? Because we don't have the required 64-bit C++/UNO bridge code. Because nobo