[Libreoffice] Cells numbering in text tables

2011-05-26 Thread Alexander O. Anisimov
Hi, I try to understand cells numbering in text tables. [1] says that if I split cell horisontally, then Writer insert as many row as required into cell. So, subaddress will concatenate with initial cell address. *** * A1 * B1 * C1 * D1 * ***

Re: [Libreoffice] [PATCH] [PUSHED] Replace DBG_ stuff in calc with OSL_ equivalents

2011-05-26 Thread David Tardon
On Sun, May 22, 2011 at 11:41:31AM +0200, Jacek Wolszczak wrote: > Hi, > > I am sending links to patches uploaded to dropbox. I wasn't sure if 1MB > of attachments would be welcome here. The patches are good, except: 1. I changed -#ifdef DBG_UTIL +#if OSL_DEBUG_LEVEL > 1 to -#ifdef DBG_UTIL

[Libreoffice] PATCH] Fix bug in CloneList (Rafael Dominguez) [PUSHED]

2011-05-26 Thread Joseph Powers
This patch fix a code i ommited in a previous commit 674c10b068d27d5ebdb25458d31dd8a61b343eb6, also should be included in 3.4.1 The patch looked ok to me. Also, it looks like he sent the same patch 3 times. It also allowed mmeeks new tests to get a lot further a long; before the patch the tests

Re: [Libreoffice] [Review] set all borders correctly in SvxRTFParser::ReadBorderAttr instead of only one

2011-05-26 Thread Jan Holesovsky
Hi Markus, On 2011-05-24 at 21:35 +0200, Markus Mohrhard wrote: > here is a short patch that sets all specified borders during parsing > instead of only one border. The problem was that nBorderTyp was set > for every border with the correct value but SetBorderLine was only > called once after the

Re: [Libreoffice] crash in svtree re-factor ...

2011-05-26 Thread Joseph Powers
Ok, I reverted my changes and Option->Path works now... I'll need to review what when wrong and try for a version 2 patch later. Joe P. On May 26, 2011, at 6:02 AM, Michael Meeks wrote: > Hi there, > > Tools->Options - press arrow down a few times to the print options: > Bang ... valgrin

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

2011-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 37356, which changed state. Bug 37356 Summary: Paste Special of copied cells with transposition causes LibreOffice to hang https://bugs.freedesktop.org/show_bug.cgi?id=37356 What|Old Value

[Libreoffice] [PATCH] Remove commented out code

2011-05-26 Thread Luke Petrolekas
License LGPLv3+/MPL (I'm ramping up my commit size.) Luke ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] Remove commented out code.

2011-05-26 Thread Luke Petrolekas
License LGPLv3+/MPL Luke From e327343b79c36f03ccf25b99195cbf7c582dde8e Mon Sep 17 00:00:00 2001 From: Luke Petrolekas Date: Thu, 26 May 2011 18:55:51 -0400 Subject: [PATCH] Delete commented out code. --- xmlsecurity/source/framework/buffernode.cxx|6 -- xmlsecurity/source/framew

[Libreoffice] [PATCH] Very small code cleanup.

2011-05-26 Thread Luke Petrolekas
No, this is not more dead code this time :). I noticed this and I'm pretty confident the code is sloppy. It's my first time deliberately touching the code, so sorry if it's a bit small. License LGPLv3+/MPL. Luke From ade4b654cba3753b184310fd96c9b38c2fb0507b Mon Sep 17 00:00:00 2001 From: Luke Pet

[Libreoffice] [PATCH] Remove commented out code

2011-05-26 Thread Luke Petrolekas
License LGPLv3+/MPL More dead code. Luke From 7a003ea22e71462de6d52748c66c5f2dcb0d259f Mon Sep 17 00:00:00 2001 From: Luke Petrolekas Date: Thu, 26 May 2011 18:34:08 -0400 Subject: [PATCH] Remove commented out code. --- xmlsecurity/source/dialogs/dialogs.hrc | 12 ++-- xmlsec

Re: [Libreoffice] [LibreOffice][GSoC 2011][svgexport] build issue: "libvcllx.so: undefined symbol: _ZN3utl10ConfigItemC2ERKN3rtl8OUStringEs"

2011-05-26 Thread Marco
On Wed, 25 May 2011 23:21:38 +0200, Thorsten Behrens wrote: Marco wrote: Now after all this work I have still some issue: when I launch soffice on the standard error I got the following messages: IIRC that was a temp failure, and the changes have been reverted meanwhile - generally, the

[Libreoffice] [PATCH] Fix out of bounds access in ImplEntryList

2011-05-26 Thread Rafael Dominguez
Fix possible oob when trying to erase an element. Please review and signoff for merging into 3.4.1 From eb95ef34e1e10787e582726bb660b821bdee74b3 Mon Sep 17 00:00:00 2001 From: Rafael Dominguez Date: Thu, 26 May 2011 15:33:07 -0430 Subject: [PATCH] Make sure we dont oob when erasing. --- vcl/sour

Re: [Libreoffice] [REVIEW] Fix for fdo#37356

2011-05-26 Thread Markus Mohrhard
You've my sign-off. I'll push it to 3-4. 2011/5/26 Kohei Yoshida > The attached patch fixes broken transposition during cell range pasting. > It's a simple one liner fix. > > I need to have one sign-off to be included in the -3-4 branch. > > Here is the link to the bug. > https://bugs.freedeskto

[Libreoffice] [REVIEW] Fix for fdo#37356

2011-05-26 Thread Kohei Yoshida
The attached patch fixes broken transposition during cell range pasting. It's a simple one liner fix. I need to have one sign-off to be included in the -3-4 branch. Here is the link to the bug. https://bugs.freedesktop.org/show_bug.cgi?id=37356 Thanks! Kohei -- Kohei Yoshida, LibreOffice hack

Re: [Libreoffice] in-lining more UNO foo ...

2011-05-26 Thread Michael Meeks
Hi Matus, On Thu, 2011-05-26 at 17:47 +0200, Matúš Kukan wrote: > >_copyConstructAny( pDest, pSource, pType, 0, acquire, 0 ); > > So _copyConstructAny is called 180 205 times mostly from > uno_type_any_construct. I think inside the function itself are > executed 0.26% instructions of all.

[Libreoffice] [PUSHED] Remove commented out code.

2011-05-26 Thread Michael Meeks
On Thu, 2011-05-26 at 10:40 -0400, Luke Petrolekas wrote: > License LGPLv3+/MPL. Pushed likewise - thanks; also - great to have a few bigger chunks to push, than lots of smaller ones; 10x larger would be a good start :-) Thanks ! Michael. -- michael.me...@nove

[Libreoffice] [PUSHED] Remove commented out code.

2011-05-26 Thread Michael Meeks
On Thu, 2011-05-26 at 10:33 -0400, Luke Petrolekas wrote: > License under LGPLv3+/MPL. > Great to finally get to do this again. Thanks ! ;-) pushed it, ATB, Michael. -- michael.me...@novell.com <><, Pseudo Engineer, itinerant idiot _

Re: [Libreoffice] in-lining more UNO foo ...

2011-05-26 Thread Matúš Kukan
Hello, On 23 May 2011 15:55, Michael Meeks wrote: >        The basic problem we have here is this, code like: > >    PropertyValue aPath; >    aPath.Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("nodepath")); >    aPath.Value <<= rtl::OUString::createFromAscii( "foo" ); >    pArgs[0] <<= aPath

Re: [Libreoffice] Templates path, move language independent stuffs to common folder

2011-05-26 Thread Andras Timar
Hi KAMI, 2011/5/26 KAMI911 KAMI911 : > Hi Andras! > > Thank you for your answer. I will test on master (currently I have > Linux only) Is it possible to use build services for other platforms? > Using share/template folder in path creates a problem: you all subdirs > appear as empty subdir in the

Re: [Libreoffice] Ubuntu conference foo ...

2011-05-26 Thread Andras Timar
2011/5/26 Michael Meeks : > Hi there, > >        b) gettext for translations >                + of course, this will miss some things: help files, >                  misc. random XML files and so on but get most of it >                  done. This will miss * 4413 strings coming from .xcu files (m

[Libreoffice] Ubuntu conference foo ...

2011-05-26 Thread Michael Meeks
Hi there, Read the notes from UDS in your blog; there are a few things there: a) themes (icons at least the rest comes from gtk+) are already a zip file - we could make that expandable by sniffing theme names from .zip files: + "first file is

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

2011-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Alex Thurgood changed: What|Removed |Added Depends on||37590 --- Comment #124 from Alex Thurgoo

[Libreoffice] [PATCH] Replace List for std::map

2011-05-26 Thread Rafael Dominguez
From e8e1873508e13201689c8ef12eb2b83cefd18fe7 Mon Sep 17 00:00:00 2001 From: Rafael Dominguez Date: Tue, 24 May 2011 09:21:40 -0430 Subject: [PATCH] Replace List for std::map. --- filter/inc/filter/msfilter/msdffimp.hxx |6 ++-- filter/source/msfilter/msdffimp.cxx | 57 +--

[Libreoffice] [PATCH] Remove commented out code.

2011-05-26 Thread Luke Petrolekas
License LGPLv3+/MPL. Luke From 5f3418f034190a7f62f2504015cad1fc1fc918e9 Mon Sep 17 00:00:00 2001 From: Luke Petrolekas Date: Thu, 26 May 2011 10:37:34 -0400 Subject: [PATCH] Removes commented out code. --- xmlsecurity/source/dialogs/certificateviewer.cxx | 13 + 1 files changed, 1

[Libreoffice] [PATCH] Fix bug in CloneList

2011-05-26 Thread Rafael Dominguez
This patch fix a code i ommited in a previos commit 674c10b068d27d5ebdb25458d31dd8a61b343eb6, also should be included in 3.4.1 From 0db0ac817dd9bcc30d6a60fec93ac58aafdee416 Mon Sep 17 00:00:00 2001 From: Rafael Dominguez Date: Wed, 18 May 2011 12:26:13 -0430 Subject: [PATCH 1/6] Fix wrong refactor

[Libreoffice] [PATCH] Fix bug in CloneList

2011-05-26 Thread Rafael Dominguez
This patch fix a code i ommited in a previous commit 674c10b068d27d5ebdb25458d31dd8a61b343eb6, also should be included in 3.4.1 From 0db0ac817dd9bcc30d6a60fec93ac58aafdee416 Mon Sep 17 00:00:00 2001 From: Rafael Dominguez Date: Wed, 18 May 2011 12:26:13 -0430 Subject: [PATCH 1/6] Fix wrong refacto

[Libreoffice] [PATCH] Remove commented out code.

2011-05-26 Thread Luke Petrolekas
License under LGPLv3+/MPL. Great to finally get to do this again. Luke Petrolekas From e648d350e83f617d0c2f8d7d0693460b38b4 Mon Sep 17 00:00:00 2001 From: Luke Petrolekas Date: Thu, 26 May 2011 10:27:54 -0400 Subject: [PATCH] Removes commented out code. --- .../source/component/documentdig

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

2011-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 --- Comment #123 from Alex Thurgood 2011-05-26 07:22:11 PDT --- Re bug 37620 - regression compared to 3.3.2. Looks like the problem occurred after integration of OOo 3.4 code, since the problem also exists in OOo-dev 3.4m0. Alex -- Configure

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

2011-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Alex Thurgood changed: What|Removed |Added Depends on||37620 --- Comment #122 from Alex Thurgoo

Re: [Libreoffice] crash in svtree re-factor ...

2011-05-26 Thread Joseph Powers
I'm showing: Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0004 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 libtlmxi.dylib 0x014eb11a String::String

Re: [Libreoffice] Missing configuration of Writer's page shadow? (Re: LibreOffice 3.4 Release Notes)

2011-05-26 Thread Takashi Nakamoto
(2011/05/26 4:51), Michael Meeks wrote: Hi Takashi, First: On Thu, 2011-05-26 at 03:45 +0900, Takashi Nakamoto wrote: I'm thinking of taking some screenshots for better look of the release note in parallel with translation into Japanese. cool ! thanks for doing that :-) and t

Re: [Libreoffice] [PATCH] change default fall-back font lists for Thai locale in vcl.xcu

2011-05-26 Thread Lubos Lunak
On Monday 23 of May 2011, Samphan Raruenrom wrote: > I've done a small research on preferred fonts for Thai in > Windows/Linux/MacOSX by consulting several communities, font developers > and authority. Here is the modification that the Thai community decide > that best for Thai locale. It will help

Re: [Libreoffice] [PATCH] [PUSHED] __cdecl -> SAL_CALL (libs-gui)

2011-05-26 Thread Lubos Lunak
On Monday 23 of May 2011, Chr. Rossmanith wrote: > Hi, > > the attached patch removes __cdecl and uses SAL_CALL instead. Pushed, thanks. -- Lubos Lunak l.lu...@suse.cz ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freed

[Libreoffice] crash in svtree re-factor ...

2011-05-26 Thread Michael Meeks
Hi there, Tools->Options - press arrow down a few times to the print options: Bang ... valgrind log appended. Seems to be a result of your conversion to stl types. Thanks, Michael. =15812== Invalid read of size 2 ==15812==at 0x4D09A28: SvPtrarr::Coun

Re: [Libreoffice] smoketest fails

2011-05-26 Thread Caolán McNamara
On Thu, 2011-05-26 at 13:30 +0200, Christian Dywan wrote: > Am Thu, 26 May 2011 09:51:45 +0100 schrieb Caolán McNamara: > > Still broken for me. I did remove smoketestoo_native/unxlngx6.pro but no > difference. > > Presumably 6eae40f7a1dfbd5 in bootstrap was the commit supposed to fix it? That o

Re: [Libreoffice] smoketest fails

2011-05-26 Thread Christian Dywan
Am Thu, 26 May 2011 09:51:45 +0100 schrieb Caolán McNamara: > On Wed, 2011-05-25 at 23:08 +0200, Pim Bollen wrote: > > [Java framework] The JRE specified by the bootstrap variable > > UNO_JAVA_JFW_JREHOME or UNO_JAVA_JFW_ENV_JREHOME could not be > > recognized. Check the values and make sure

Re: [Libreoffice] Java error in

2011-05-26 Thread Ben Engbers
Glen Winters writes: > > ERROR: error 65280 occurred while making /home/mouche/LOdev/tail_build/prj > > And here's the error log that it references: > > http://pastebin.com/QGYBHKmJ > I have the same error when compiling sources that I downloaded yesterday. Where did you find a link to this

Re: [Libreoffice] [ANNOUNCE] libreoffice-3.4.0.2 tag created (3.4.0-rc2)

2011-05-26 Thread Thorsten Behrens
Michael Meeks wrote: > > Any idea why the bootstrap tarball has a size of 256MB? Is this a > > mistake? > > Interesting :-) where is the tar-ball ? It should be 2.5Mb or so I > suppose. > Seems fixed, thanks Petr! :) -- Thorsten pgpvZos2wN3zh.pgp Description: PGP signature __

Re: [Libreoffice] python / XInvocation snafu ...

2011-05-26 Thread Bjoern Michaelsen
Hi all, On Mon, 23 May 2011 12:14:31 +0100 Michael Meeks wrote: > Oh ! as in add a new one, and kill the old one off: I > guess ... the question is, will we remember to remove the old code if > we don't kill it day #1 ? :-) [ I think not ]. It'd be great to > rip/replace now. It seems we o

[Libreoffice] [PUSHED] Fix for fdo#37458

2011-05-26 Thread Michael Meeks
Hi there, On Thu, 2011-05-26 at 00:09 -0400, Kohei Yoshida wrote: > Please review the attached patch which fixes > https://bugs.freedesktop.org/show_bug.cgi?id=37458 Looks golden, I've pushed to -3-4. Thanks, Michael. -- michael.me...@novell.com <><, Pseudo E

Re: [Libreoffice] Resolved: fix for twofold suffix stripping + compound in hunspell

2011-05-26 Thread Michael Meeks
On Wed, 2011-05-25 at 15:09 +0100, Caolán McNamara wrote: > On Sun, 2011-04-24 at 21:31 -0500, Arno Teigseth wrote: > > I've just hacked the hunspell sources I got from CVS so that I could get > > rid of this hunspell bug: > > https://sourceforge.net/tracker/?func=detail&aid=3288562&group_id=14375

Re: [Libreoffice] Works LO connector with HTTPS ?

2011-05-26 Thread Caolán McNamara
On Thu, 2011-05-26 at 11:30 +0200, Fernand Vanrie wrote: > Caolán, > > Thanks, but with the UCB we are stucked to only GET and no POST etc... Hmm, definitely ?, http://opengrok.libreoffice.org/xref/libs-core/ucb/source/ucp/webdav/webdavcontent.cxx#600 claims to support "post", and it backs ont

[Libreoffice] [PUSHED] fix for i#115297

2011-05-26 Thread Michael Meeks
Hi Cedric, On Wed, 2011-05-25 at 16:45 +0200, Cedric Bosdonnat wrote: > Attached is a patch fixing correctly the relative flag for hyperlinks > when exporting ww8 files. Sorry Knut, but I didn't integrate any of your > patches as they were not fixing the bug properly (see troubles with > http, ftp

Re: [Libreoffice] Works LO connector with HTTPS ?

2011-05-26 Thread Fernand Vanrie
Caolán, Thanks, but with the UCB we are stucked to only GET and no POST etc... Is it a good idea to ask for a enhancement to make connector a proper tool to make http/https requests ? G. On Thu, 2011-05-26 at 09:49 +0200, Fernand Vanrie wrote: I Trye to use the latest Google Tasks API from i

Re: [Libreoffice] Templates path, move language independent stuffs to common folder

2011-05-26 Thread Michael Meeks
Hi Kami, On Wed, 2011-05-25 at 09:49 +0200, KAMI911 KAMI911 wrote: > Currently all templates installed by LibreOffice (3.4) are in: > /opt/libreoffice3.4/basis3.4/share/template Right. > If someone adds here subfolders it is appear as empty subfolder while > create a new document from te

Re: [Libreoffice] [ANNOUNCE] libreoffice-3.4.0.2 tag created (3.4.0-rc2)

2011-05-26 Thread Michael Meeks
Hi Andreas, On Wed, 2011-05-25 at 06:39 +0200, Andreas Radke wrote: .. [ without snipping redundantly quoted context ;-> ] ... > Any idea why the bootstrap tarball has a size of 256MB? Is this a > mistake? Interesting :-) where is the tar-ball ? It should be 2.5Mb or so I suppose.

Re: [Libreoffice] smoketest fails

2011-05-26 Thread Caolán McNamara
On Wed, 2011-05-25 at 23:08 +0200, Pim Bollen wrote: > [Java framework] The JRE specified by the bootstrap variable > UNO_JAVA_JFW_JREHOME or UNO_JAVA_JFW_ENV_JREHOME could not be > recognized. Check the values and make sure that you use a plug-in library > that can recognize that JRE. > java

Re: [Libreoffice] gbuild, visibility and map files ?

2011-05-26 Thread Michael Meeks
On Wed, 2011-05-25 at 09:36 +0100, Caolán McNamara wrote: > IIRC with the gbuild system the simple map files to restrict exports > were deprecated in favour of pure visibility markup. On the other hand, > how does this mesh with the more complicated symbol versioning used in > the ure map files, e

Re: [Libreoffice] Works LO connector with HTTPS ?

2011-05-26 Thread Caolán McNamara
On Thu, 2011-05-26 at 09:49 +0200, Fernand Vanrie wrote: > I Trye to use the latest Google Tasks API from in LO but now we need > to connect with HTTPS > please can a developer tell me if my code had a change to work no or > in the future ? > > oConnector = createUnoService("com.sun.star.connectio

Re: [Libreoffice] about fonts embedding error

2011-05-26 Thread Cedric Bosdonnat
Hi Edmund, On Thu, 2011-05-26 at 10:54 +0300, Edmund Laugasson wrote: > I would like to ask - is there any bug with fonts embedding? I tried to > embed all fonts but they didn't - still were there misunderstandable > signs... Well, the dev list is not a good place to raise bugs... > I found th

Re: [Libreoffice] [GSoc] Progress report - Visio import filter

2011-05-26 Thread Cedric Bosdonnat
Hi Fridrich, Eilidh, On Thu, 2011-05-26 at 09:39 +0200, Fridrich Strba wrote: > In our private conversation you asked for some guidance about how to > structure the library. Here are my basic thoughts (that are again my > thoughts that come from having contributed to several libraries, but > they

[Libreoffice] about fonts embedding error

2011-05-26 Thread Edmund Laugasson
Hi everyone! I would like to ask - is there any bug with fonts embedding? I tried to embed all fonts but they didn't - still were there misunderstandable signs... I found the following bug - https://bugs.freedesktop.org/show_bug.cgi?id=36829 - I added also my example there. Does anybody k

[Libreoffice] Works LO connector with HTTPS ?

2011-05-26 Thread Fernand Vanrie
I Trye to use the latest Google Tasks API from in LO but now we need to connect with HTTPS please can a developer tell me if my code had a change to work no or in the future ? oConnector = createUnoService("com.sun.star.connection.Connector") oConnection = oConnector.connect("socket,host=www.g

Re: [Libreoffice] [GSoc] Progress report - Visio import filter

2011-05-26 Thread Fridrich Strba
Hello, Eilidh, In our private conversation you asked for some guidance about how to structure the library. Here are my basic thoughts (that are again my thoughts that come from having contributed to several libraries, but they are not the God's word): 1) Since you will have to parse quite often c

Re: [Libreoffice] [libreoffice-l10n] [ANN] Preview builds of 3.4 rc2 available

2011-05-26 Thread Cor Nouws
Hi Thorsten, Thorsten Behrens wrote (25-05-11 17:28) http://dev-builds.libreoffice.org/pre-releases/ If you've a bit of time, please give them a try& report *critical* bugs not yet in bugzilla here, so we can incorporate them into the release notes. None of those found by me in the short tes