Re: [Libreoffice] How to call from one component to another (sw->starmath)

2011-08-15 Thread Lubos Lunak
On Monday 15 of August 2011, Miklos Vajna wrote: > On Mon, Aug 15, 2011 at 05:16:17PM +0200, Lubos Lunak wrote: > > I'm implementing .docx OOXML support for writing math formulas. As this > > is something that could be used not only by Writer but also by other > > components, I want to implement

[Libreoffice] [REVIEW] fix for fdo#39850 and fdo#39820: update range names and database ranges in formula cells

2011-08-15 Thread Markus Mohrhard
Hello, this patch might be a bit to big for 3-4, but who knows: http://cgit.freedesktop.org/libreoffice/core/commit/?id=04d2e6469529b6187900659517d6f6dd5ea2cca5 We have three related problems: -database range tokens must be adjusted when we copy between different documents -global/local range name

[Libreoffice] po file and git

2011-08-15 Thread Norbert Thiebaud
Andrea, you introduced a couple of change in the git hook back in april to deal with po files I'm trying to clean-up the pre-commit git hook to keep it lean and surprise free. I'm not very thrilled with the notion that a git hook actually modify what is being committed on the fly.. in the com

Re: [Libreoffice] Rebuild LO

2011-08-15 Thread swagat sharma
Hi Eike, I got the following error --> dmake: Error code 2, while making 'all' --- Oh dear - something failed during the build - sorry ! For more help with debugging build errors, please see the section in:

[Libreoffice] UNO API reference?

2011-08-15 Thread Kevin Hunter
Hullo List, Do we have, or is there a canonical reference for the UNO API? Specifically with Python bindings? The various references I've been able to find online seem haphazard at best. Is that what we have to work with, or is there an obvious link I've overlooked? Thanks, Kevin

Re: [Libreoffice] [PUSHED] Series of fixes and migration to One Git for contrib/dev-tools/ubuntu-jenkins

2011-08-15 Thread Henrik Jensen
> >Hi Henrik, > >great work, all pushed! > Thanks. >As my local setup moved quite a bit from the stuff I originally >uploaded, I did not update the scripts there yet. Feel free to >commit to the dev-tools repo directly, improving the jenkins setup >even more would be awesome! I appreciate the

Re: [Libreoffice] [Libreoffice-ux-advise] Suggestion and patch for "Confirmation of save format" dialog

2011-08-15 Thread Christoph Noack
Hi Josh, Astron, all! Astron, although you've already replied to this mail (thanks!), I'd like to pick one point from Josh - there is nothing more I can do today ;-) Am Montag, den 15.08.2011, 22:41 +0930 schrieb Josh Heidenreich: [...] > > ... Without a good reason, it is not much fun to break t

Re: [Libreoffice] [PATCH][PUSHED]cppcheck detects division by 0 in sw/source/ui/vba/vbarows.cxx

2011-08-15 Thread Julien Nabet
Le 15/08/2011 11:19, Noel Power a écrit : On 13/08/11 09:38, Julien Nabet wrote: Hello, cppcheck detects division by 0 in sw/source/ui/vba/vbarows.cxx, line 266 I discussed this with Norbert on IRC, here what we propose to add before this line : if ((nNewWidth <= 0) || (nWidth <= 0)) { OSL_A

Re: [Libreoffice] Ctrl+D and Ctrl+R

2011-08-15 Thread Cor Nouws
Arno Teigseth wrote (15-08-11 21:56) After first writing the developer mailing list, I now hope this is the correct list. ;) You mailed 12 hrs & 30 mins earlier to this very list :-) Did you already look in BugZilla and/or add an issue there? Thanks, -- - Cor - http://nl.libreoffice.org

[Libreoffice] Ctrl+D and Ctrl+R

2011-08-15 Thread Arno Teigseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi A friend of mine tries out libreoffice Calc and finds that Ctrl+D "doesn't work". He's used to from other spreadsheet software that: 1) Ctrl+D copies the above cell's contents into the current cell. 2) If more cells in one same row are selected,

Re: [Libreoffice] [Libreoffice-ux-advise] Suggestion and patch for "Confirmation of save format" dialog

2011-08-15 Thread Astron
Hi, again, sorry, some laptop woes kept me from replying. So, an answer to Christoph's mail: > Astron, I feel free to reply in this mail concerning the "Cancel" issue. > I guess the original design wanted to avoid the following issues: > * avoid a too wide dialog (we have no layout manager,

Re: [Libreoffice] Preserve CollateSingleJobs between calls to print dialog (Bug 32841)

2011-08-15 Thread Alex Kempshall
Yes, this patch is contributed under the LGPLv3+ / MPL license. Regards Alex Kempshall On Sunday 14 Aug 2011 18:26:55 Norbert Thiebaud wrote: > On Sun, Aug 14, 2011 at 3:08 AM, wrote: > > This patch will preserve the contents of "Create separate print jobs for > > collated output" Checkbo

Re: [Libreoffice] default ODF encryption/checksum algorithms changed in master. Good thing ?

2011-08-15 Thread Dennis E. Hamilton
SHA1 is not considered insecure for the purposes it is used in packages. Or, put another way, the insecurities that apply to those usages are not materially improved by using SHA256 instead of SHA1. I think there are ways to do this that do not cause down-level problems and do not require back

Re: [Libreoffice] default ODF encryption/checksum algorithms changed in master. Good thing ?

2011-08-15 Thread Dennis E. Hamilton
Yes, read support is required ("shall") for ODF 1.2 consumers. Writing is a "should." -Original Message- From: libreoffice-bounces+dennis.hamilton=acm@lists.freedesktop.org [mailto:libreoffice-bounces+dennis.hamilton=acm@lists.freedesktop.org] On Behalf Of Caolán McNamara Sent:

Re: [Libreoffice] default ODF encryption/checksum algorithms changed in master. Good thing ?

2011-08-15 Thread Dennis E. Hamilton
I think this is only a moderately-bad idea. For encryption, one presumably is limiting the recipients and has some way to share the password to the limited number of users. Often, it is the same user, protecting their own documents with encryption. In that case, when the usage is highly-coord

Re: [Libreoffice] How to update translations

2011-08-15 Thread Miklos Vajna
On Mon, Aug 15, 2011 at 11:57:28AM +0400, "Dmitry. A. Ashkadov" wrote: > I added new string, but I don't know how to update translations. Could > You explain me how to update the translations? You don't have to do it, AFAIK Andras takes care of it. pgpySOWm7YmfE.pgp Description: PGP signature

Re: [Libreoffice] How to call from one component to another (sw->starmath)

2011-08-15 Thread Miklos Vajna
On Mon, Aug 15, 2011 at 05:16:17PM +0200, Lubos Lunak wrote: > I'm implementing .docx OOXML support for writing math formulas. As this is > something that could be used not only by Writer but also by other components, > I want to implement the writing of the formula in Starmath. And even if I

[Libreoffice] [GSOC] how to call python code from the menu

2011-08-15 Thread Xisco Faulí
Hello everybody, before I merge the gsoc branch into master I'd like to integrate the python code into libo and get rid of the java code. I know i have to edit this file http://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/Common.xcu but i can't figure out how to

Re: [Libreoffice] [PUSHED] 3.4 branch: Fix sane-headers switch to reflect reality

2011-08-15 Thread Petr Mladek
Hi Scarabeus, thanks for the patch. It looked fine and I pushed it into the libreoffice-3-4 branch, see http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?h=libreoffice-3-4&id=5ab68a360f717b40b672d38ff29497c6b3c4e114 Just some nitpicking. Please, mention [REVIEW] in mail subject when you w

Re: [Libreoffice] [PATCH] Updated extensions

2011-08-15 Thread Kálmán „KAMI” Szalai
Hi Petr, AFAIK the LO is not affected by these changes. None of these extensions is packed by LibreOffice. The updates of LightProof was: - fix option saving in LibreOffice - fix localization of the name of the grammar checker in OpenOffice.org/LibreOffice Options - support multiple optio

[Libreoffice] 3.4 branch: Fix sane-headers switch to reflect reality

2011-08-15 Thread Tomáš Chvátal
>From f7eb43a9fb81d5a84cbc60047645fbf416232236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 15 Aug 2011 17:47:44 +0200 Subject: [PATCH] Use proper switch name for system-sane-headers. In 3.5 it is just system-sane and in 3.4 it is system-sane-header. MIME

Re: [Libreoffice] [PUSHED-3-4] [REVIEW] pptx import - hyperlink decoration

2011-08-15 Thread Thorsten Behrens
Radek Doulík wrote: > I am looking for 1 review to include the patch in 3-4 branch. It fixes > problem with hyperlinks decoration in imported pptx documents. > Looks good, cherry-picked to -3-4. -- Thorsten pgp1kLSyZQUTB.pgp Description: PGP signature ___

[Libreoffice] How to call from one component to another (sw->starmath)

2011-08-15 Thread Lubos Lunak
Hello, I'm implementing .docx OOXML support for writing math formulas. As this is something that could be used not only by Writer but also by other components, I want to implement the writing of the formula in Starmath. And even if I didn't want, Sm* classes (which implement and store the fo

Re: [Libreoffice] [PATCH] Updated extensions

2011-08-15 Thread Petr Mladek
Kálmán „KAMI” Szalai píše v Ne 14. 08. 2011 v 10:56 +0200: > Hi, > > I updated extensions > * Google docs > * Lightproof > * SmART gallery (was Diagram before) > > and added Russian Lightproof rules to the package > > on master (core) please review patches and apply on libreoffice-3-4: What are

Re: [Libreoffice] Graphite 1.0.1

2011-08-15 Thread Petr Mladek
Martin Hosken píše v Čt 11. 08. 2011 v 13:48 +0700: > This is a library pull request. > > Please could someone upload > > http://sourceforge.net/projects/silgraphite/files/graphite2/graphite2-1.0.1.tgz/download > to htp://download.go-oo.org/src I will then submit a patch to > integrate the gra

Re: [Libreoffice] default ODF encryption/checksum algorithms changed in master. Good thing ?

2011-08-15 Thread Caolán McNamara
On Mon, 2011-08-15 at 09:33 -0400, Kohei Yoshida wrote: > Alternatively, we could provide in 3.5 a way to encrypt it using sha1, > for backward compatibility. https://bugs.freedesktop.org/show_bug.cgi?id=40006 exists about this now. As a workaround for the moment, toggling on the save as ODF 1.1

[Libreoffice] [GSOC][patch] Multiline inputbar

2011-08-15 Thread Anurag Jain
Hello Kohei, I've implemented new logic for the resize of the textbox. Thanks and regards -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 From 45fcb8cde31971cfba4354be5e98553930054c60 Mon Sep 17 00:00:00 2001 From: Anurag Jain Date: Mon, 15 Aug 2011 19:14:14 +0530 S

Re: [Libreoffice] default ODF encryption/checksum algorithms changed in master. Good thing ?

2011-08-15 Thread Kohei Yoshida
On Mon, 2011-08-15 at 11:05 +0100, Caolán McNamara wrote: > Since 5dd2784030e00fa1857b30ee8c5da62e221bfd32 (inherited change) the > default encryption and checksum algorithms used in our .odt export > changed, e.g. sha1 to sha256. They changed for settings of "ODF >= > 1.2". > > What it means in p

Re: [Libreoffice] [Libreoffice-ux-advise] Suggestion and patch for "Confirmation of save format" dialog

2011-08-15 Thread Josh Heidenreich
Hi all, > @Josh: Just saw the export_format_v3.png --> great! It's in master now - Thanks Caolán! > I see this different - although the internal representation of the data > model might match (closely) the ODF formath, it is different from the > user's point-of-view: >      * the document might

[Libreoffice] REMINDER: Release 3.4.3-rc1 from libreoffice-3-4 branch

2011-08-15 Thread Petr Mladek
Hi, please note that the commit deadline for 3.4.3-rc1 is today. The branch libreoffice-3-4-3 is going to be created tomorrow. Only commits with 3 reviewers will be allowed for that branch. See also http://wiki.documentfoundation.org/ReleasePlan#3.4_release http://wiki.documentfoundation.org/Rel

Re: [Libreoffice] [PATCH][PUSHED] another typo in (private) member name

2011-08-15 Thread Lionel Elie Mamane
On Sun, Aug 14, 2011 at 12:19:01PM -0500, Norbert Thiebaud wrote: > Ok, so it was partially applying... mostly whitespace conflict > because, probably, that was not based on core, but on pre-migration > repo > Please start working from the new core.git (see > http://wiki.documentfoundation.org/De

[Libreoffice] [PATCH] Base fdo#40079 "file / save (as)" inoperant

2011-08-15 Thread Lionel Elie Mamane
When the "Standard" Basic Macro Library for the document is loaded (which happens implicitly as soon as a macro is executed), but not the "Standard" Dialog Library, the "File / Save" action (or the equivalent toolbar button) does nothing, without error message. The attached patch (against libreoff

[Libreoffice] duplication of ItemHolder2

2011-08-15 Thread Matúš Kukan
Hello, I'm trying to build bigger libraries but I have small problem with ItemHolder2. It's implemented in svl/source/config/itemholder2.cxx and also in svtools/source/config/itemholder2.cxx. The one in svtools seems to be more general but svtools's library is linking against the svl one. Any sug

[Libreoffice] Rectangle width

2011-08-15 Thread Dmitry. A. Ashkadov
Hello! I found out that class Rectangle contains two different finctions getWidth() and GetWidth(). The first returns wrong value. -- Best Regards, Dmitry <>___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.

[Libreoffice] Minutes of the tech. steering call

2011-08-15 Thread Thorsten Behrens
+ Present Rainer, Kendy, Fridrich, Cedric, Caolan, Kohei, Thorsten + Finished Action Items: + clarify the developer instructions to point more at the wiki (Norbert) + add the version to the subdir structure http://download.documentfoundation.org/libreoffice/s

Re: [Libreoffice] build error unders Windows 7

2011-08-15 Thread Tor Lillqvist
> I'm running the bash shell with Administrator privileges, so it has enough > privileges. I don't think you are supposed to do that. We used to have a specific test in the build machinery guarding against somebody building as Administrator, but apparently we (accidentally?) dropped that at som

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

2011-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Petr Mladek changed: What|Removed |Added Depends on||32181 --- Comment #186 from Petr Mladek 2

Re: [Libreoffice] default ODF encryption/checksum algorithms changed in master. Good thing ?

2011-08-15 Thread Caolán McNamara
On Mon, 2011-08-15 at 11:05 +0100, Caolán McNamara wrote: > Since 5dd2784030e00fa1857b30ee8c5da62e221bfd32 > a) is this a good thing that should be welcomed, with a "users using > older version of LibreOffice/OpenOffice.org should upgrade and/or hassle > their vendors for patched versions with sup

[Libreoffice] default ODF encryption/checksum algorithms changed in master. Good thing ?

2011-08-15 Thread Caolán McNamara
Since 5dd2784030e00fa1857b30ee8c5da62e221bfd32 (inherited change) the default encryption and checksum algorithms used in our .odt export changed, e.g. sha1 to sha256. They changed for settings of "ODF >= 1.2". What it means in practice is that encrypted document exported from >= 3.5/3.6 won't be o

Re: [Libreoffice] cppcheck detects division by 0 in sw/source/ui/vba/vbarows.cxx

2011-08-15 Thread Noel Power
On 13/08/11 09:38, Julien Nabet wrote: Hello, cppcheck detects division by 0 in sw/source/ui/vba/vbarows.cxx, line 266 I discussed this with Norbert on IRC, here what we propose to add before this line : if ((nNewWidth <= 0) || (nWidth <= 0)) { OSL_ASSERT(!((nNewWidth <= 0) || (nWidth <= 0)))

Re: [Libreoffice] All Sun/Oracle code upgraded to LGPLv3?

2011-08-15 Thread Lionel Elie Mamane
On Thu, Aug 11, 2011 at 12:29:10PM -0400, drew wrote: > On Thu, 2011-08-11 at 18:14 +0200, Alexander Thurgood wrote: >> Le 11/08/11 16:05, Eike Rathke a écrit : > Subject: postgresql-sdbc native driver >>> The current state of affairs from what I know is that the list of >>> files prepare

Re: [Libreoffice] scripts in bin may need tweaking due to git conversion

2011-08-15 Thread Petr Mladek
Norbert Thiebaud píše v Ne 07. 08. 2011 v 01:36 -0500: > Petr, > > I did not patch most of the script in bin/. some of them still have > references to /clone and/or 'bootstrap' so it is very likely that they > will need tweaking. No problem. I will update them once I find time to work on master.

[Libreoffice] How to update translations

2011-08-15 Thread Dmitry. A. Ashkadov
Hello! I added new string, but I don't know how to update translations. Could You explain me how to update the translations? Thank You. -- Best Regards, Dmitry <>___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freede

Re: [Libreoffice] Ctrl+D and Ctrl+R

2011-08-15 Thread Cor Nouws
Hi Arno, Arno Teigseth wrote (15-08-11 09:26) -BEGIN PGP SIGNED MESSAGE- A friend of mine tries out libreoffice Calc and finds that Ctrl+D "doesn't work". He's used to from other spreadsheet software that: [...] Now, is it by design/decision that this isn't implemented in libreoffice? S

[Libreoffice] [PUSHED] Series of fixes and migration to One Git for contrib/dev-tools/ubuntu-jenkins

2011-08-15 Thread Bjoern Michaelsen
Hi Henrik, great work, all pushed! On Mon, 15 Aug 2011 06:11:35 +0100 (BST) Henrik Jensen wrote: > 0001-Bugfix-ups-forgot-a-leading-in-shebang-in-start-lo-j.patch: As my local setup moved quite a bit from the stuff I originally uploaded, I did not update the scripts there yet. Feel free to com

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

2011-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 --- Comment #185 from Rainer Bielefeld 2011-08-15 00:37:19 PDT --- (In reply to comment #184) > Nominate #40079; Of course, if you are affected, that is a very annoying problem, but I doubt that many users are affected. I do not see "Bug 40079

[Libreoffice] Ctrl+D and Ctrl+R

2011-08-15 Thread Arno Teigseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi A friend of mine tries out libreoffice Calc and finds that Ctrl+D "doesn't work". He's used to from other spreadsheet software that: 1) Ctrl+D copies the above cell's contents into the current cell. 2) If more cells in a row are selected, then C

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

2011-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Lionel Elie Mamane changed: What|Removed |Added Depends on||40079 --- Comment #184 from Lionel