License statement for LibreOffice contributions

2012-05-10 Thread Peter Jentsch
Hi, all of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Cheers, Peter Jentsch ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/l

Re: [libreoffice-marketing] LibreOffice developer digest

2012-05-10 Thread Jonathan Aquilina
On 10/05/12 17:32, Cor Nouws wrote: Hi Petr, Petr Mladek wrote (10-05-12 17:11) Wonderful. Could you please cut&paste them? I wonder how they look like. thanks for your interest! Attached an ods with the rough data I have now. Thinking about a strategy to get that in WordPress quickly (witho

[Libreoffice-commits] .: configure.in

2012-05-10 Thread Tor Lillqvist
configure.in |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7e043eaddfa6431695f075c26ecc5d88585f14aa Author: Tor Lillqvist Date: Fri May 11 09:09:05 2012 +0300 Redirect stderr to config.log also when running $CXX directly (which is ugly) Change-

[Libreoffice-commits] .: linguistic/inc

2012-05-10 Thread Tor Lillqvist
linguistic/inc/linguistic/lngprophelp.hxx |6 +++--- linguistic/inc/linguistic/spelldta.hxx|8 2 files changed, 7 insertions(+), 7 deletions(-) New commits: commit 9e536d23e30f9152fe84131ae9a95fee1e903377 Author: Tor Lillqvist Date: Fri May 11 08:46:03 2012 +0300 More

[Libreoffice-commits] .: 5 commits - editeng/inc editeng/source filter/source offapi/com sc/source sd/source

2012-05-10 Thread Kohei Yoshida
editeng/inc/editeng/flditem.hxx |8 - editeng/source/items/flditem.cxx|8 - editeng/source/uno/unofield.cxx | 192 filter/source/svg/svgexport.cxx | 12 - offapi/com/sun/star/text/textfield/Type.idl | 12 + s

Licensing Statement for LibreOffice contributions

2012-05-10 Thread Steven Butler
Hi, All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. -- Regards, Steven Butler ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoff

[Libreoffice-commits] .: sc/inc sc/source

2012-05-10 Thread Markus Mohrhard
sc/inc/colorscale.hxx |1 + sc/source/core/data/colorscale.cxx| 22 ++ sc/source/filter/oox/condformatbuffer.cxx |2 -- 3 files changed, 23 insertions(+), 2 deletions(-) New commits: commit 7e934dcf1b8a9147ce703658aea655403716e5df Author:

[Libreoffice-commits] .: sc/source

2012-05-10 Thread Markus Mohrhard
sc/source/filter/oox/condformatbuffer.cxx | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) New commits: commit d793b848147f5fd382d44239c4b7e27337782811 Author: Markus Mohrhard Date: Fri May 11 07:21:05 2012 +0200 also support theme based colors in xlsx Change-Id:

Blanket license statement

2012-05-10 Thread Jean-Baptiste Faure
Hi all, All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license Best regards. Jean-Baptiste Faure -- Seuls des formats ouverts peuvent assurer la pérennité de vos documents. ___ LibreOffice mailing lis

Re: hidden visibility on mac (Re: [PUSHED][3-5] Re: [REVIEW 3-5] fdo#37044 crash on mac with transliteration)

2012-05-10 Thread Tor Lillqvist
> Yes, seems to work, so pushed. That was a bit premature, I hadn't noticed that in fact the -fvisible=hidden stuff didn't get passed to the compiler after all thanks to the order of assignments to the gb_C*FLAGS variables in the gbuild macosx,mk file. I fixed that, and now then I get linking erro

[Libreoffice-commits] .: 3 commits - sc/inc sc/source

2012-05-10 Thread Markus Mohrhard
sc/inc/colorscale.hxx | 11 sc/source/core/data/colorscale.cxx| 41 ++ sc/source/filter/inc/condformatbuffer.hxx |3 +- sc/source/filter/oox/condformatbuffer.cxx | 15 +- 4 files changed, 62 insertions(+), 8 deletio

[PATCH] fdo#46223: Fix Presenter Console help screen layout

2012-05-10 Thread Gábor Stefanik
The code for laying out the Presenter Console help screen has a number of errors: 1. It starts with an initial guess for the font size, then attempts to reduce that size until a suitable value is found. This fails when the initial guess is already too small. 2. It fails to take the space taken up b

Re: How to add color scales to ODF?

2012-05-10 Thread Markus Mohrhard
Hey Thorsten, >> I'm open for suggestions how I can add this sanely to ods. I would >> like to support as much from MSO 2010's color scale feature as >> possible but have no idea yet what I can achieve in the remaining 4 >> weeks. >> > Hi Markus, > > you're the man on the ground, so I'd guess you'

blanket license statement

2012-05-10 Thread Luke Dixon
All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license Regards, Luke Dixon ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: sc/source

2012-05-10 Thread Markus Mohrhard
sc/source/filter/oox/condformatbuffer.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit d0e4d1f397e9302aeb32aa7590292d9b86fe954b Author: Markus Mohrhard Date: Fri May 11 01:22:12 2012 +0200 map percentile and percent into the same element This is most likely

[Libreoffice-commits] .: 3 commits - sc/inc sc/source

2012-05-10 Thread Markus Mohrhard
sc/inc/colorscale.hxx |7 +++ sc/source/core/data/colorscale.cxx | 80 - sc/source/core/data/documen2.cxx |2 sc/source/core/data/documen7.cxx | 12 + 4 files changed, 99 insertions(+), 2 deletions(-) New commits: commit 2d74e6

[Libreoffice-commits] .: Branch 'feature/gsoc-calc-perf' - 2 commits - sc/source

2012-05-10 Thread Daniel Bankston
sc/source/filter/oox/worksheethelper.cxx | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) New commits: commit 1ef72f5bf48516113b0f3b25e52d124229a792b2 Author: Daniel Bankston Date: Thu May 10 17:12:09 2012 -0500 Removed sneaky evil tabs. Change-Id: Ibf2703

License statement

2012-05-10 Thread Keith McRae
To whom it may concern All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license Thanks and regards Keith McRae ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mai

[Libreoffice-commits] .: 2 commits - salhelper/inc solenv/gbuild

2012-05-10 Thread Tor Lillqvist
salhelper/inc/salhelper/condition.hxx |2 - solenv/gbuild/platform/macosx.mk | 46 +- 2 files changed, 24 insertions(+), 24 deletions(-) New commits: commit fdca78702117f5972641896c675a0e12d44557e7 Author: Tor Lillqvist Date: Fri May 11 00:28:43 2012

[Libreoffice-commits] .: Branch 'feature/gsoc-calc-perf' - sc/source

2012-05-10 Thread Daniel Bankston
sc/source/filter/oox/worksheethelper.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit 3248f6f3a304279f0bd1daf798aef7e614589520 Author: Daniel Bankston Date: Thu May 10 15:56:59 2012 -0500 Remove extra XText call and pass string directly to ScDocument

Re: [REVIEW 3-5] fdo#47644 performance regression on largish .doc

2012-05-10 Thread Caolán McNamara
On Thu, 2012-05-10 at 17:37 +0100, Michael Meeks wrote: > Surely that should read: > > nBgn = m_aPageCache[nRel]; > > or did I go a bit crazy ? [ I'm trying to turn the above into that > mentally and giving up ;-]. how about a 4 element chain of 10 11 12 13 with a scen

[Libreoffice-commits] .: sot/source

2012-05-10 Thread Caolán McNamara
sot/source/sdstor/stgstrms.cxx | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) New commits: commit 75e7643e22bcf674739ca890bfc06f80e872624b Author: Caolán McNamara Date: Thu May 10 21:46:53 2012 +0100 Related: fdo#47644 get out of bounds conditions right

[PATCH] Proposed patch for XKeycodeToKeysym deprecated

2012-05-10 Thread julien2412
Hello, In vcl, compilation of master failed with these messages : /home/julien/compile-libreoffice/libo/vcl/unx/generic/app/saldisp.cxx: In function ‘KeySym sal_XModifier2Keysym(Display*, XModifierKeymap*, int)’: /home/julien/compile-libreoffice/libo/vcl/unx/generic/app/saldisp.cxx:785:12: error:

Re: hidden visibility on mac (Re: [PUSHED][3-5] Re: [REVIEW 3-5] fdo#37044 crash on mac with transliteration)

2012-05-10 Thread Tor Lillqvist
> This patch makes visibility detection work for me in my 10.4 tree. The > build is still going so I can't say if the result will work;) Yes, seems to work, so pushed. Will see if it breaks something for others, or for instance with Xcode 2 and/or PPC. --tml __

[Libreoffice-commits] .: Branch 'feature/gsoc-calc-perf' - sc/source

2012-05-10 Thread Daniel Bankston
sc/source/filter/inc/sheetdatabuffer.hxx |4 sc/source/filter/oox/sheetdatabuffer.cxx | 27 --- 2 files changed, 4 insertions(+), 27 deletions(-) New commits: commit 7012cffe396999ba34918cc14a78d494822665ef Author: Daniel Bankston Date: Thu May 10 15:10:01 20

[Libreoffice-commits] .: configure.in solenv/gbuild

2012-05-10 Thread Tor Lillqvist
configure.in | 46 +-- solenv/gbuild/platform/macosx.mk | 14 +++ 2 files changed, 54 insertions(+), 6 deletions(-) New commits: commit a24a980424ec2ec81b13c8e5a95394d62cbf7406 Author: Tor Lillqvist Date: Thu May 10 22:59:30 2

Licensing

2012-05-10 Thread Коростіль Данило
I confirm that all of my past and future contributions to the LibreOffice project are licensed under the MPL / LGPLv3+. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice-commits] .: 2 commits - accessibility/CustomTarget_bridge_inc.mk configure.in extensions/CustomTarget_so_activex_idl.mk extensions/Library_so_activex.mk extensions/Library_so_activex_

2012-05-10 Thread Mat M
I would have thought that command line is more than 1024 chars. It reaches 1050 chars of arguments. But [1] defeated me. Longer path found is around 120 chars and a known limit is around 250 chars, so one more fail. Win2008 & Win 7 are very close relatively to fixes, so I am pretty sure the

[Libreoffice-commits] .: Branch 'feature/submodules' - download

2012-05-10 Thread Norbert Thiebaud
download |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2c1460684efcdd9fec4881d2cb4b2b301b62536f Author: Norbert Thiebaud Date: Thu May 10 14:48:18 2012 -0500 make fetch now use ./g update to set-up the submodules Change-Id: I2451ff33651e3d27c157a020

[Libreoffice-commits] .: Branch 'feature/gsoc-calc-perf' - sc/source

2012-05-10 Thread Markus Mohrhard
sc/source/filter/oox/worksheethelper.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0dcc758b404272e252ab086f92c9a9426ee887e2 Author: Markus Mohrhard Date: Thu May 10 21:44:05 2012 +0200 remove accidently introduced tabs Change-Id: Ieb4b30e60b0fca

[Libreoffice-commits] .: Branch 'feature/gsoc-calc-perf' - sc/source

2012-05-10 Thread Daniel Bankston
sc/source/filter/oox/worksheethelper.cxx | 59 +++ 1 file changed, 29 insertions(+), 30 deletions(-) New commits: commit e4ced293cab1551a2470eac833f8c0d7f35472e7 Author: Daniel Bankston Date: Thu May 10 14:04:42 2012 -0500 Remove extra XCell call and pass cel

Re: ODF proposal for element

2012-05-10 Thread Noel Power
On 09/05/12 19:53, Eike Rathke wrote: Hi, On Tuesday, 2012-04-24 21:31:41 +0200, Eike Rathke wrote: Given that I think we'd need a number:fill-character or some such attribute to go with 16.27 Data Styles http://docs.oasis-open.org/office/v1.2/cs01/OpenDocument-v1.2-cs01-part1.html#__RefHeadin

[Libreoffice-commits] .: Branch 'feature/submodules' - 2 commits - g helpcontent2

2012-05-10 Thread Norbert Thiebaud
g| 76 ++- helpcontent2 |2 - 2 files changed, 76 insertions(+), 2 deletions(-) New commits: commit 8679710bd72dfb9e3ef55fa40885fc2475763684 Author: Norbert Thiebaud Date: Thu May 10 14:06:29 2012 -0500 tweak g to d

Re: Cherry-pick request: 44e52d6698742edc8295bdcb7ad06ff370e5e6a6

2012-05-10 Thread Norbert Thiebaud
On Thu, May 10, 2012 at 11:39 AM, Tor Lillqvist wrote: > Single-line fix for the quite annoying and embarrassing fdo#45081. +1 pushed on 3-5 Norbert ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/li

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - vcl/win

2012-05-10 Thread Norbert Thiebaud
vcl/win/source/window/salobj.cxx | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) New commits: commit 0a2f81a35d338c8e2d2da55df3fb221fa1de5bba Author: Norbert Thiebaud Date: Thu May 10 13:49:01 2012 -0500 fdo#45081: We never registered the SAL_OBJECT_CHILDCLASSNAMEA wi

Cherry-pick request: 44e52d6698742edc8295bdcb7ad06ff370e5e6a6

2012-05-10 Thread Tor Lillqvist
Single-line fix for the quite annoying and embarrassing fdo#45081. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: vcl/win

2012-05-10 Thread Tor Lillqvist
vcl/win/source/window/salobj.cxx | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) New commits: commit 44e52d6698742edc8295bdcb7ad06ff370e5e6a6 Author: Tor Lillqvist Date: Thu May 10 21:26:05 2012 +0300 fdo#45081: We never registered the SAL_OBJECT_CHILDCLASSNAMEA windo

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #304 from Raphaël 2012-05-10 11:02:03 PDT --- I added bug 35427 - Impossible to hide horizontal scrollbar in writer when zoom is over 100%. It's very annoying for users working with 'optimal zoom' on a small screen. -- Configure bug

Licensing

2012-05-10 Thread Roland Baudin
Hi, all of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Best regards, Roland Baudin -- X File Explorer http://roland65.free.fr/xfe Toutes Choses http://roland65.free.fr/ttc ___ LibreOffice mailing

Licensing

2012-05-10 Thread Roland Baudin
Hi, all of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Best regards, Roland Baudin -- X File Explorer http://roland65.free.fr/xfe Toutes Choses http://roland65.free.fr/ttc ___ LibreOffice mailing

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Raphaël changed: What|Removed |Added Depends on||35427 -- Configure bugmail: https://bugs.free

Re: minutes of ESC call ...

2012-05-10 Thread Eike Rathke
Hi Michael, On Thursday, 2012-05-10 17:47:41 +0100, Michael Meeks wrote: > + propose repeat-format bits to the ODF/TC (Eike / Thorsten) > AA: + Kohei needs to ack / sign off for Thorsten (Kohei) Actually Noel should that sign off, as he's working on it. Eike -- LibreOffice C

[REVIEW 3-5] resolved fdo#49639 import .xls with HTML as such, not CSV

2012-05-10 Thread Eike Rathke
Hi, Please review attached patch and commit to 3-5. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=49639 FILEOPEN html content .xls files shows text.csv with html tags instead of Spreadsheet contents Thanks Eike -- LibreOffice Calc developer. Number formatter stricken i18n transpositioniz

[Libreoffice-commits] .: sc/source

2012-05-10 Thread Eike Rathke
sc/source/ui/unoobj/scdetect.cxx | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) New commits: commit aeb1451dff06ad00b1719f9bc45a2c8bdfa904f8 Author: Eike Rathke Date: Thu May 10 19:07:47 2012 +0200 resolved fdo#49639 import .xls with HTML as such, not CSV

[PATCH] Release notes: use bug titles instead of commit messages if possible

2012-05-10 Thread Ivan Timofeev
Hi, looking at our release notes http://wiki.documentfoundation.org/Releases/3.5.3/RC1 I think it is confusing for users to see the git commit messages there. For example: clrContourCache for SwAnchoredDrawObjects (fdo#45376) [Andreas Schierl] What about using the bug names? Mozilla does the

minutes of ESC call ...

2012-05-10 Thread Michael Meeks
* Present: + Andras, Mirek, Michael, Kendy, Stephan, Eike, Fridrich, David, Michael S, Petr, Rainer, Mitch, Caolan, Markus, Cedric, Tor, Kohei * Completed Action Items + ask Astron to show up and/or Mirek for UI team (Michael) + concrete bugzilla compone

Re: [REVIEW 3-5] fdo#47644 performance regression on largish .doc

2012-05-10 Thread Michael Meeks
Hi there, On Thu, 2012-05-10 at 16:06 +0100, Caolán McNamara wrote: > fdo#47644 big 18 meg .doc is super dooper slow to load, mostly because > of the extra checks I added to sanity test .doc file during parsing. :-) > 1st attachment gets us back to where we came from in terms of > perfor

[Libreoffice-commits] .: vcl/unx

2012-05-10 Thread Lubos Lunak
vcl/unx/kde4/KDE4FilePicker.cxx |3 --- 1 file changed, 3 deletions(-) New commits: commit 5df9e10d27a071f878ed160f99129a7f3c34f5ed Author: Luboš Luňák Date: Thu May 10 18:29:12 2012 +0200 do not prepend \n twice, it confuses KFileDialog (rhbz#820439) Draw -> Export -> fil

Re: hidden visibility on mac (Re: [PUSHED][3-5] Re: [REVIEW 3-5] fdo#37044 crash on mac with transliteration)

2012-05-10 Thread Tor Lillqvist
This patch makes visibility detection work for me in my 10.4 tree. The build is still going so I can't say if the result will work;) Anyway, a summary of the changes here: - Don't hardcode the -shared, -fpic and -Wl,-z,defs options or the .so suffix for shared libraries Use platform-specific ones

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sot/inc sot/source tools/inc tools/source

2012-05-10 Thread Michael Meeks
sot/inc/sot/stg.hxx |3 +++ sot/inc/sot/storage.hxx |1 + sot/source/sdstor/stg.cxx|7 +++ sot/source/sdstor/storage.cxx|7 +++ sot/source/sdstor/ucbstorage.cxx |5 + tools/inc/tools/stream.hxx |3 ++- tools/source/stream/

Re: Dictionaries & stuff

2012-05-10 Thread Petr Mladek
Tomáš Chvátal píše v Út 24. 04. 2012 v 22:07 +0200: > This led me to unfortunate conclusion that there is NO official page where to > figure which are latest version and how to obtain them. Many dictionaries are available via extensions, so http://extensions.libreoffice.org/ might be a good place

[Libreoffice-commits] .: sc/Library_scfilt.mk sc/source vcl/inc vcl/source

2012-05-10 Thread Caolán McNamara
sc/Library_scfilt.mk |5 sc/source/filter/excel/xecontent.cxx | 29 +- sc/source/ui/docshell/docfunc.cxx| 38 +-- sc/source/ui/docshell/docsh.cxx |2 - sc/source/ui/docshell/docsh3.cxx |2 - s

Re: [libreoffice-marketing] LibreOffice developer digest

2012-05-10 Thread Cor Nouws
Hi Petr, Petr Mladek wrote (10-05-12 17:11) Wonderful. Could you please cut&paste them? I wonder how they look like. thanks for your interest! Attached an ods with the rough data I have now. Thinking about a strategy to get that in WordPress quickly (without difficult mouse editing of links.

Re: [Libreoffice-commits] .: 2 commits - accessibility/CustomTarget_bridge_inc.mk configure.in extensions/CustomTarget_so_activex_idl.mk extensions/Library_so_activex.mk extensions/Library_so_activex_

2012-05-10 Thread Noel Grandin
OK, so we know (a) it's not a cygwin thing (b) its not a visual C thing, because we're both on the same version (c) it works on a Windows7 box, but not a WindowsServer2008 box. So it's probably a bug that was fixed sometime in the WindowsVista or Windows7 timeframe. We could probably implement

Re: failed unit test: sal_osl_file

2012-05-10 Thread Caolán McNamara
On Wed, 2012-05-09 at 17:17 -0400, Terrence Enger wrote: > I am trying to build master commit id 5c2c0e3, pulled 2012-05-08, on > ubuntu-natty (11.04), and it is failing in unit test sal_osl_file. You didn't flip from a system cppunit to an internal one without a rebuild inbetween, or anything lik

Re: [Libreoffice-commits] .: 2 commits - accessibility/CustomTarget_bridge_inc.mk configure.in extensions/CustomTarget_so_activex_idl.mk extensions/Library_so_activex.mk extensions/Library_so_activex_

2012-05-10 Thread Lubos Lunak
On Thursday 10 of May 2012, Noel Grandin wrote: > Maybe it's a cygwin thing? > I'm running a version that's about a month old (had to update because of > other issues). I think it's 1.7.11 > If you're out of date, could you try updating and see if that fixes it? It was quite recent cygwin even be

Re: [libreoffice-marketing] LibreOffice developer digest

2012-05-10 Thread Petr Mladek
Cor Nouws píše v Út 08. 05. 2012 v 16:40 +0200: > Thorsten Behrens wrote (08-05-12 12:42) > > > yeah, $subject is not new, but I thought I would run this idea past > > you folks here again. ;) > > > > It would be just wonderful, if we could have a weekly digest on the > > TDF blog highlighting wha

Re: ODF proposal for element (was: support for repeating format code in calc)

2012-05-10 Thread Kohei Yoshida
On Wed, 2012-05-09 at 20:53 +0200, Eike Rathke wrote: > Hi, > > On Tuesday, 2012-04-24 21:31:41 +0200, Eike Rathke wrote: > > > Given that I think we'd need a number:fill-character or some such > > attribute to go with > > 16.27 Data Styles > > http://docs.oasis-open.org/office/v1.2/cs01/OpenDocu

[REVIEW 3-5] fdo#47644 performance regression on largish .doc

2012-05-10 Thread Caolán McNamara
fdo#47644 big 18 meg .doc is super dooper slow to load, mostly because of the extra checks I added to sanity test .doc file during parsing. Turns out that seeking backwards in the those ole2 formats is incredibly slow, this might affect other formats like xls and ppt that use some of the shared "ms

[Libreoffice-commits] .: sw/source

2012-05-10 Thread Miklos Vajna
sw/source/filter/ww8/rtfattributeoutput.cxx |6 +++--- sw/source/filter/ww8/rtfexport.cxx | 18 ++ sw/source/filter/ww8/wrtw8sty.cxx |2 +- 3 files changed, 6 insertions(+), 20 deletions(-) New commits: commit 07d01742c69f1c0335bc7e1b57abd8341ce255e7 A

[Libreoffice-commits] .: filter/source

2012-05-10 Thread Radek Doulík
filter/source/msfilter/svdfppt.cxx | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) New commits: commit ea923cd424f6426d69a7fb375f5ac9e19ec2246a Author: Radek Doulik Date: Thu May 10 16:21:45 2012 +0200 use com::sun::star::table::BorderLine2 instead of older BorderL

[Libreoffice-commits] .: svl/source

2012-05-10 Thread Eike Rathke
svl/source/numbers/zforfind.cxx | 13 + svl/source/numbers/zforfind.hxx |6 +- 2 files changed, 14 insertions(+), 5 deletions(-) New commits: commit 803b5513eff8f8c185a91e91aee235dfab38d3bc Author: Eike Rathke Date: Thu May 10 16:19:44 2012 +0200 resolved fdo#46233 v

[GSoC2012] Introduction / Signed PDF export

2012-05-10 Thread Gmail
Hello, My name is Gökçen Eraslan, I'm a FLOSS developer and Computer Science M.S. student in Bogazici University of Turkey. Previously I worked for TUBITAK (The Scientific and Technological Research Council of Turkey, equivalent of NSF in Turkey) for 4 years. I was the developer and release manage

[PUSHED][3-5] Re: [REVIEW:3-5] fdo#38786 RTF import ignores \chpgn

2012-05-10 Thread Michael Stahl
On 10/05/12 12:36, Miklos Vajna wrote: > Hi, > > Today's RTF regression fix. :-) > > See > http://cgit.freedesktop.org/libreoffice/core/commit/?id=116016d > > It depends on a trivial refactoring: > http://cgit.freedesktop.org/libreoffice/core/commit/?id=f1fdcde > > I'm attaching a backport of b

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 2 commits - writerfilter/source

2012-05-10 Thread Michael Stahl
writerfilter/source/rtftok/rtfdocumentimpl.cxx | 95 - writerfilter/source/rtftok/rtfdocumentimpl.hxx |2 2 files changed, 33 insertions(+), 64 deletions(-) New commits: commit dfcc1669f68783e8f648cef57d3e36277ae27cec Author: Miklos Vajna Date: Mon May 7 09:50:02

Re: hidden visibility on mac (Re: [PUSHED][3-5] Re: [REVIEW 3-5] fdo#37044 crash on mac with transliteration)

2012-05-10 Thread Stephan Bergmann
On 05/10/2012 01:56 PM, Tor Lillqvist wrote: Interestingly enough, the reason why in my "10.4" Mac build tree (using Xcode 3, and thus gcc 4.0.1 and the 10.4 SDK), HAVE_VISIBILITY_FEATURE gets unset is that the "checking if STL headers are visibility safe" test fails. The earlier "checking whethe

Re: hidden visibility on mac (Re: [PUSHED][3-5] Re: [REVIEW 3-5] fdo#37044 crash on mac with transliteration)

2012-05-10 Thread Stephan Bergmann
On 05/10/2012 01:06 PM, Tor Lillqvist wrote: i'm not all that familiar with how MachO linker works (other than its fancy install_names :). You mean the weird @__ stuff? I think that is something we can get rid of once we stop supporting 10.4. Na

Re: [PATCH] fix basic IDE highlighting issue ...

2012-05-10 Thread Noel Power
Hi Andreas On 09/05/12 13:30, Noel Power wrote: On 08/05/12 21:26, Michael Meeks wrote: Another malingering bug / patch: https://bugs.freedesktop.org/show_bug.cgi?id=36541 patch: https://bugs.freedesktop.org/attachment.cgi?id=46070 Thanks :-) Michael. not familiar with t

Re: % help building libreoffice ....

2012-05-10 Thread Caolán McNamara
On Wed, 2012-05-09 at 15:33 -0500, ORTIZ MARTINEZ JOSE ASUNCION wrote: > So, there is a problem with the path > ”C:/software/cygwinc:/software/cygwin/home….” …Especially with the > concat of paths C:/software/cygwin and /cygwinc:/software/cygwin/home. Looks like the problem is having the tree ins

Re: [Libreoffice-commits] .: 2 commits - accessibility/CustomTarget_bridge_inc.mk configure.in extensions/CustomTarget_so_activex_idl.mk extensions/Library_so_activex.mk extensions/Library_so_activex_

2012-05-10 Thread Noel Grandin
Maybe it's a cygwin thing? I'm running a version that's about a month old (had to update because of other issues). I think it's 1.7.11 If you're out of date, could you try updating and see if that fixes it? On 2012-05-10 14:26, Lubos Lunak wrote: Windows Server 2008R2 Enterprise, Service Pack

Licensing (blanket statement)

2012-05-10 Thread Giuseppe Castagno
Hi there, as per subject, better put: "All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license" Thanks, -- Kind Regards, Giuseppe Castagno Acca Esse http://www.acca-esse.eu giuseppe.castagno at acca-esse.eu ___

% help building libreoffice ....

2012-05-10 Thread ORTIZ MARTINEZ JOSE ASUNCION
Hi Everbody ¡! I am new about to build LibreOffice. Actually , I have some time with the next error when I try to do the make : = (94/160) Building module remotebridges = Entering /home/Jose.Ortiz/git2/libo/io/inc Entering /home/Jose.Ortiz/git2/lib

failed unit test: sal_osl_file

2012-05-10 Thread Terrence Enger
I am trying to build master commit id 5c2c0e3, pulled 2012-05-08, on ubuntu-natty (11.04), and it is failing in unit test sal_osl_file. An excerpt from the terminal output from `make sal` is in attachment 20120509c. I think the bad address passed to free() is just a secondary error, right? Is it

License statement

2012-05-10 Thread Octavio Alvarez
Hello. All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Best regards. -- Octavio. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/li

blanket license statement

2012-05-10 Thread Anders Jonsson
All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Regards, Anders Jonsson ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

License Statement

2012-05-10 Thread Daniel Naber
All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Regards Daniel -- http://www.danielnaber.de ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/

[Libreoffice-commits] .: framework/inc framework/source

2012-05-10 Thread Stephan Bergmann
framework/inc/framework/titlehelper.hxx |8 +++ framework/source/fwe/helper/titlehelper.cxx | 31 +++- 2 files changed, 17 insertions(+), 22 deletions(-) New commits: commit b43f5ccb6b09493daee401d2dd1f907e23ad6c3e Author: Stephan Bergmann Date: Thu May 10

Re: [Libreoffice-commits] .: 2 commits - accessibility/CustomTarget_bridge_inc.mk configure.in extensions/CustomTarget_so_activex_idl.mk extensions/Library_so_activex.mk extensions/Library_so_activex_

2012-05-10 Thread Lubos Lunak
On Thursday 10 of May 2012, Noel Grandin wrote: > What version of Visual Studio and what version of windows are you running? > Would be nice to know where this happens so we can add it to the FAQ. Windows Server 2008R2 Enterprise, Service Pack 1 Visual Studio 2008 I'm not sure how to find out

Re: [Libreoffice-commits] .: 2 commits - accessibility/CustomTarget_bridge_inc.mk configure.in extensions/CustomTarget_so_activex_idl.mk extensions/Library_so_activex.mk extensions/Library_so_activex_

2012-05-10 Thread Noel Grandin
What version of Visual Studio and what version of windows are you running? Would be nice to know where this happens so we can add it to the FAQ. On 2012-05-10 14:09, Lubos Lunak wrote: That seems to be it. Rather lame that this problem leads to such a misleading error message :(. Disclaimer:

Re: [Libreoffice-commits] .: 2 commits - accessibility/CustomTarget_bridge_inc.mk configure.in extensions/CustomTarget_so_activex_idl.mk extensions/Library_so_activex.mk extensions/Library_so_activex_

2012-05-10 Thread Lubos Lunak
On Thursday 10 of May 2012, Noel Grandin wrote: > Maybe it's some kind of length limitation somewhere? > > Can you perhaps do a > > subst w: C:/cywin/home/tinderbox/libreoffice > cd w: > make > > And see if that helps? That seems to be it. Rather lame that this problem leads to such a misleading

Re: hidden visibility on mac (Re: [PUSHED][3-5] Re: [REVIEW 3-5] fdo#37044 crash on mac with transliteration)

2012-05-10 Thread Tor Lillqvist
Interestingly enough, the reason why in my "10.4" Mac build tree (using Xcode 3, and thus gcc 4.0.1 and the 10.4 SDK), HAVE_VISIBILITY_FEATURE gets unset is that the "checking if STL headers are visibility safe" test fails. The earlier "checking whether ccache /Xcode3/usr/bin/gcc-4.0 -mmacosx-versi

Re: How to add color scales to ODF?

2012-05-10 Thread Thorsten Behrens
Markus Mohrhard wrote: > > > > > > > > > > > > I'm open for suggestions how I can add this sanely to ods. I would > like to support as much from MSO 2010's color scale feature as > possible but have no idea yet what I can achieve in the remaining 4 > w

[Libreoffice-commits] .: i18nutil/source

2012-05-10 Thread Stephan Bergmann
i18nutil/source/utility/paper.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a50a33c3a7505f78d1ab82b746f1234f404e411e Author: Stephan Bergmann Date: Thu May 10 13:45:10 2012 +0200 Fix fdo#49720: Dropped unnecessary "sh -c" from popen call Change-

Re: 3.5.3rc1 win32 / debug package ...

2012-05-10 Thread Michael Stahl
On 10/05/12 13:13, Andras Timar wrote: > Using PDB files for release builds does not sound good to me, because > I don't think we should produce release builds with debug > configuration (i.e. no optimizations). ah, another developer who doesn't know what our configure options do (or are supposed

Re: 3.5.3rc1 win32 / debug package ...

2012-05-10 Thread Tor Lillqvist
> Using PDB files for release builds does not sound good to me, because > I don't think we should produce release builds with debug > configuration (i.e. no optimizations). But we could publish pdb files even for builds with optimization. Microsoft does that for the Windows system DLLs. --tml ___

Re: 3.5.3rc1 win32 / debug package ...

2012-05-10 Thread Andras Timar
2012/5/10 Tor Lillqvist : >>> Then we put those generated PDBs online at symbols.libreoffice.org. > > But is it documented how to set up such a symbol server? And would we > then need to bump the version numbers in the DLLs/EXEs in each and > every nightly build? Presumably the MS debuggers want to

License statement

2012-05-10 Thread Mattias Johnsson
All of my past and future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Regards, Mattias Johnsson ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: hidden visibility on mac (Re: [PUSHED][3-5] Re: [REVIEW 3-5] fdo#37044 crash on mac with transliteration)

2012-05-10 Thread Tor Lillqvist
> i'm not all that familiar with how MachO linker works (other than its > fancy install_names :). You mean the weird @__ stuff? I think that is something we can get rid of once we stop supporting 10.4. > would be nice if we could get rid of that anc

Re: build error on master in SVX module, in SvxUnoTextField method

2012-05-10 Thread Noel Grandin
And it looks like Caolon has fixed it with commit 4453b52924db6ed8843f7dce1b0664cdce387742 Yay :-) On 2012-05-09 12:14, Noel Grandin wrote: Hi I'm getting a link error when building master on Windows7 Any ideas? Thanks, Noel Grandin [ build CHK ] hwpfilter Creating library D:/workdir/

hidden visibility on mac (Re: [PUSHED][3-5] Re: [REVIEW 3-5] fdo#37044 crash on mac with transliteration)

2012-05-10 Thread Michael Stahl
On 10/05/12 12:43, Tor Lillqvist wrote: >> that sw can call it? don't we use default hidden visibility on Mac >> platform? > > Don't think so. At least in that Mac build tree I have that uses Xcode > 3 and its gcc 4.0.1 and the 10.4 SDK, config_host.mk ends up with > HAVE_GCC_VISIBILITY_FEATURE b

Re: 3.5.3rc1 win32 / debug package ...

2012-05-10 Thread Tor Lillqvist
>> Then we put those generated PDBs online at symbols.libreoffice.org. But is it documented how to set up such a symbol server? And would we then need to bump the version numbers in the DLLs/EXEs in each and every nightly build? Presumably the MS debuggers want to be quite sure that some symbol fi

Re: 3.5.3rc1 win32 / debug package ...

2012-05-10 Thread Michael Meeks
On Thu, 2012-05-10 at 12:13 +0200, Jesús Corrius wrote: > In any case, the right way to do it would be to automatically generate > all PDBs for each released version, for example in: solver\wntmsci.pro\pdb. > Then we put those generated PDBs online at symbols.libreoffice.org. Right ! I wo

Re: [PUSHED][3-5] Re: [REVIEW 3-5] fdo#37044 crash on mac with transliteration

2012-05-10 Thread Tor Lillqvist
> that sw can call it?  don't we use default hidden visibility on Mac > platform? Don't think so. At least in that Mac build tree I have that uses Xcode 3 and its gcc 4.0.1 and the 10.4 SDK, config_host.mk ends up with HAVE_GCC_VISIBILITY_FEATURE blank. On the other hand, solenv/gbuild/platform/ma

[Libreoffice-commits] .: 3 commits - sc/inc sc/source

2012-05-10 Thread Markus Mohrhard
sc/inc/colorscale.hxx | 19 ++ sc/source/core/data/colorscale.cxx | 193 - sc/source/filter/inc/condformatbuffer.hxx | 25 +++ sc/source/filter/oox/condformatbuffer.cxx | 55 +++- sc/source/filter/oox/condformatcontext.cxx |

Re: [PUSHED][3-5] Re: [REVIEW 3-5] fdo#37044 crash on mac with transliteration

2012-05-10 Thread Michael Stahl
On 10/05/12 12:24, Michael Stahl wrote: > On 10/05/12 12:18, Tor Lillqvist wrote: >>> always amazing at how native linkers on the various platforms find new >>> and different ways to completely screw things up. >> >> Isn't this more a case of it just working by accident on ELF and >> Windows platfo

[REVIEW:3-5] fdo#38786 RTF import ignores \chpgn

2012-05-10 Thread Miklos Vajna
Hi, Today's RTF regression fix. :-) See http://cgit.freedesktop.org/libreoffice/core/commit/?id=116016d It depends on a trivial refactoring: http://cgit.freedesktop.org/libreoffice/core/commit/?id=f1fdcde I'm attaching a backport of both. Thanks, Miklos >From 3db2211850ec4b1f07ad0208942945719

Re: [PUSHED][3-5] Re: [REVIEW 3-5] fdo#37044 crash on mac with transliteration

2012-05-10 Thread Michael Stahl
On 10/05/12 12:18, Tor Lillqvist wrote: >> always amazing at how native linkers on the various platforms find new >> and different ways to completely screw things up. > > Isn't this more a case of it just working by accident on ELF and > Windows platforms? to some extent yes (in that if you have

Re: [PUSHED][3-5] Re: [REVIEW 3-5] fdo#37044 crash on mac with transliteration

2012-05-10 Thread Tor Lillqvist
> always amazing at how native linkers on the various platforms find new > and different ways to completely screw things up. Isn't this more a case of it just working by accident on ELF and Windows platforms? --tml ___ LibreOffice mailing list LibreOffi

Re: 3.5.3rc1 win32 / debug package ...

2012-05-10 Thread Jesús Corrius
On Wed, May 9, 2012 at 10:07 PM, Michael Meeks wrote: > Hi there, > >        Trying to get a good stack trace from vcl, I downloaded 3.5.3rc1 from: > >        http://dev-builds.libreoffice.org/win32-debug/libreoffice-3-5/ > >        I get a beautiful crash in the MSVC++ debugger, but no symbols; I

[Libreoffice-commits] .: sfx2/inc sfx2/sdi sfx2/source

2012-05-10 Thread Stephan Bergmann
sfx2/inc/sfx2/objsh.hxx |1 sfx2/inc/sfx2/sfxsids.hrc |1 sfx2/inc/sfx2/viewfrm.hxx |2 sfx2/sdi/frmslots.sdi |4 - sfx2/sdi/sfx.sdi | 27 -- sfx2/source/doc/objmisc.cxx | 36 -- sfx2/source/vie

  1   2   >