[Libreoffice-commits] .: starmath/CppunitTest_starmath_qa_cppunit.mk starmath/qa

2012-10-25 Thread Libreoffice Gerrit user
starmath/CppunitTest_starmath_qa_cppunit.mk |3 +++ starmath/qa/cppunit/test_nodetotextvisitors.cxx | 18 +- starmath/qa/cppunit/test_starmath.cxx |2 +- 3 files changed, 13 insertions(+), 10 deletions(-) New commits: commit

[Libreoffice-commits] .: .gitignore

2012-10-25 Thread Libreoffice Gerrit user
.gitignore |3 +++ 1 file changed, 3 insertions(+) New commits: commit a5dda4966fe9f77fb767cf084d7113a4393d69d7 Author: Stephan Bergmann sberg...@redhat.com Date: Thu Oct 25 08:44:14 2012 +0200 Copy .memdump rule from core/.gitignore diff --git a/.gitignore b/.gitignore index

[Libreoffice-commits] .: helpcontent2

2012-10-25 Thread Libreoffice Gerrit user
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 923e85b89549a3c09fe625c4f2faee5287974f72 Author: Stephan Bergmann sberg...@redhat.com Date: Thu Oct 25 08:47:16 2012 +0200 helpcontent2: Copy .memdump rule from core/.gitignore Change-Id:

Re: [Libreoffice-commits] .: 5 commits - config_host.mk.in configure.ac ct2n/delzip ct2n/description-en-US.txt ct2n/Extension_ct2n.mk ct2n/Makefile ct2n/makefile.mk ct2n/Module_ct2n.mk ct2n/prj ct2n/U

2012-10-25 Thread Stephan Bergmann
On 10/24/2012 10:10 AM, Stephan Bergmann wrote: The only annoyance with this, AFAIU, is that as soon as you push the submodule to gerrit.libreoffice.org:29418 it automatically creates a commit in the core repo on your behalf that updates the submodule SHA pointer. Hm, I'm pretty sure I'd seen

Re: Build Error

2012-10-25 Thread David Ostrovsky
On 24.10.2012 17:19, Stephan Bergmann wrote: On 10/24/2012 04:57 PM, Joel Madero wrote: On 10/24/2012 07:28 AM, Joel Madero wrote: Not that I know of. I haven't changed my method at all. I've been basing my make of the same ./autogen that I've been using for months. Do I have to change

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 --- Comment #155 from Nicolas R nico2...@yopmail.com --- I would like to add Bug 56325 . It's a regression in 3.6.3 rc1 from 3.6.2. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Nicolas R nico2...@yopmail.com changed: What|Removed |Added Depends on||56325 -- You are

Re: Build Error

2012-10-25 Thread Stephan Bergmann
On 10/24/2012 07:08 PM, Joel Madero wrote: Might have found the correct location but what should I put there instead of /usr/lib? So where *is* that location then? Links like https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/366728 LD_LIBRARY_PATH not loading from .profile nor

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

2012-10-25 Thread Libreoffice Gerrit user
sw/inc/doc.hxx | 34 sw/inc/editsh.hxx|6 ++-- sw/inc/format.hxx|6 ++-- sw/source/core/doc/docfmt.cxx| 48 +-- sw/source/core/doc/poolfmt.cxx |6

[Libreoffice-commits] .: 2 commits - framework/inc framework/source sal/inc svl/source

2012-10-25 Thread Libreoffice Gerrit user
framework/inc/general.h| 19 -- framework/source/dispatch/dispatchprovider.cxx |3 - framework/source/services/desktop.cxx | 69 +++-- sal/inc/sal/log-areas.dox |6 ++ svl/source/numbers/zforfind.cxx

Re: Build Error

2012-10-25 Thread Stephan Bergmann
On 10/25/2012 08:56 AM, David Ostrovsky wrote: On 24.10.2012 17:19, Stephan Bergmann wrote: On 10/24/2012 04:57 PM, Joel Madero wrote: On 10/24/2012 07:28 AM, Joel Madero wrote: Not that I know of. I haven't changed my method at all. I've been basing my make of the same ./autogen that I've

Re: STRING * n support in StarBasic

2012-10-25 Thread Stephan Bergmann
On 10/25/2012 01:17 AM, Norbert Thiebaud wrote: On Wed, Oct 24, 2012 at 6:41 PM, Stephan Bergmann sberg...@redhat.com wrote: But the fix would simply be switching the implementation of SbiRuntime::StepPAD (and possibly more) to properly use the SbxVarialbe's OUString, and nothing more, or what

[Libreoffice-commits] .: helpers/help_hid.lst source/text

2012-10-25 Thread Libreoffice Gerrit user
helpers/help_hid.lst| 18 source/text/swriter/01/0216.xhp | 36 source/text/swriter/01/04120100.xhp | 54 ++-- 3 files changed, 45 insertions(+), 63 deletions(-) New commits: commit

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Roman Eisele b...@eikota.de changed: What|Removed |Added Depends on||55939 --- Comment #156

Re: STRING * n support in StarBasic

2012-10-25 Thread Michael Stahl
On 25/10/12 01:17, Norbert Thiebaud wrote: On Wed, Oct 24, 2012 at 6:41 PM, Stephan Bergmann sberg...@redhat.com wrote: Devilishly, it should actually happen to work just fine, as tools String and rtl::OUString are layout-compatible. humm... pretty scary... wonder how many other bug are

getting a pointer to the open modal dialog

2012-10-25 Thread Markus Mohrhard
Hey, is there a way to get the open dialog in the code? I know that there is a way for modeless dialogs if you know the id of the dialog but have still no idea about modal dialogs. Regards, Markus ___ LibreOffice mailing list

[Libreoffice-commits] .: sw/qa

2012-10-25 Thread Libreoffice Gerrit user
sw/qa/core/data/ww8/pass/EDB-22215-1.doc |binary 1 file changed New commits: commit 5c64ed1bc3782b71f4eda5971759d61b88444c71 Author: Caolán McNamara caol...@redhat.com Date: Thu Oct 25 10:39:39 2012 +0100 add EDB-22215-1 test Change-Id: Ie20d28ab0d71f995761ccdb2c83fe89638f7a313

[ANN] LibreOffice 3.6.3 RC2 test builds available

2012-10-25 Thread Petr Mladek
Hi *, for the upcoming new version 3.6.3, the RC2 builds now start to be available on pre-releases. This build is slated to be second release candidate build on the way towards 3.6.3, please refer to our release plan timings here: http://wiki.documentfoundation.org/ReleasePlan#3.6_release

Re: [ANNOUNCE] libreoffice-3.6.3.2 tag created

2012-10-25 Thread Thorsten Behrens
Norbert Thiebaud wrote: Norbert, is there any chance that you provide the build after all? I am sorry for the inconvenience. I physically cannot. The box is in Dallas, and there is no remove access to it. No prob, got network some time to sit today - builds are running. Cheers, --

Re: getting a pointer to the open modal dialog

2012-10-25 Thread Caolán McNamara
On Thu, 2012-10-25 at 11:15 +0200, Markus Mohrhard wrote: Hey, is there a way to get the open dialog in the code? I know that there is a way for modeless dialogs if you know the id of the dialog but have still no idea about modal dialogs. Can you give the use case ? I mean if you already

Re: [ANNOUNCE] libreoffice-3.6.3.2 tag created

2012-10-25 Thread Michael Meeks
On Tue, 2012-10-23 at 18:49 +0200, Anton Meixome wrote: Few days ago I have sent a important bug for integration. I know that here, in lists is not the way for manage it, but... Drat - I suspect the 3.6.3 process overlapping with the conference and/or the openSUSE conference + labs

[Libreoffice-commits] .: oox/source

2012-10-25 Thread Libreoffice Gerrit user
oox/source/drawingml/textbodypropertiescontext.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d6f6086f850720d77b48b06b51e873d90e9ad5ee Author: Muthu Subramanian sumu...@suse.com Date: Thu Oct 25 16:12:16 2012 +0530 n#773048: Adjust rotate in relation to

[Libreoffice-commits] .: configure.ac

2012-10-25 Thread Libreoffice Gerrit user
configure.ac | 12 1 file changed, 12 deletions(-) New commits: commit c627560d7a2e5f5c9b8ec8ea7d82291da67a7a31 Author: Tomas Chvatal tchva...@suse.cz Date: Thu Oct 25 12:52:12 2012 +0200 Do not die when using old configure options Packagers get warning from

Re: getting a pointer to the open modal dialog

2012-10-25 Thread Markus Mohrhard
2012/10/25 Caolán McNamara caol...@redhat.com: On Thu, 2012-10-25 at 11:15 +0200, Markus Mohrhard wrote: Hey, is there a way to get the open dialog in the code? I know that there is a way for modeless dialogs if you know the id of the dialog but have still no idea about modal dialogs. Can

[Libreoffice-commits] .: 2 commits - basctl/source cui/source dbaccess/source helpcontent2 svtools/inc svtools/source svx/inc svx/source svx/workben sw/source vcl/source

2012-10-25 Thread Libreoffice Gerrit user
basctl/source/basicide/moduldl2.cxx |5 +- basctl/source/basicide/moduldlg.hxx |2 - cui/source/customize/acccfg.cxx | 12 +++--- cui/source/inc/acccfg.hxx|3 + cui/source/options/optHeaderTabListbox.cxx |2 -

[Libreoffice-commits] .: dictionaries

2012-10-25 Thread Libreoffice Gerrit user
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9c2e1a7a521160090a9ef0931b6157cc7f3e36ee Author: Andras Timar ati...@suse.com Date: Thu Oct 25 13:14:11 2012 +0200 updated submodule: dictionaries Change-Id:

version 3.6.3RC2 installation on Windows

2012-10-25 Thread Winfried Donkers
I just installed version 3.6.3RC2 on my Windows machine at work. The installation application asked me to close Outlook and to close gvim. Closing Outlook I kind of understand given the option to mail from LibreOffice and the peculiarities of Windows. But closing GVIM I do not understand (I had

[Libreoffice-commits] .: dictionaries

2012-10-25 Thread Libreoffice Gerrit user
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d922cc0398ac4ec8de1a1b47402ceeb5d5d152b5 Author: Andras Timar ati...@suse.com Date: Thu Oct 25 13:44:14 2012 +0200 updated submodule: dictionaries Change-Id:

[Libreoffice-commits] .: accessibility/Jar_accessibility.mk accessibility/Jar_uno_accessbridge.mk accessibility/Module_accessibility.mk Repository.mk

2012-10-25 Thread Libreoffice Gerrit user
Repository.mk |1 accessibility/Jar_accessibility.mk| 90 -- accessibility/Jar_uno_accessbridge.mk | 50 ++ accessibility/Module_accessibility.mk |1 4 files changed, 49 insertions(+), 93 deletions(-) New

[Libreoffice-commits] .: sw/source

2012-10-25 Thread Libreoffice Gerrit user
sw/source/core/doc/docnew.cxx | 134 +- 1 file changed, 68 insertions(+), 66 deletions(-) New commits: commit de6c8db94a2fd805fcfc6e1147f33cb727e27919 Author: Arnaud Versini arnaud.vers...@gmail.com Date: Sun Oct 21 15:31:22 2012 +0200 More

[PUSHED] More efficient way to initialize SwDoc

2012-10-25 Thread via Code Review
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/894 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/894 To unsubscribe,

[Libreoffice-commits] .: sal/osl

2012-10-25 Thread Libreoffice Gerrit user
sal/osl/unx/process.cxx | 110 +++- 1 file changed, 18 insertions(+), 92 deletions(-) New commits: commit 0cf62745319462917fc571c6bfc6679094b63dc4 Author: Arnaud Versini arnaud.vers...@gmail.com Date: Sun Oct 14 10:05:00 2012 +0200 Cleanup and

[Libreoffice-commits] .: sal/qa

2012-10-25 Thread Libreoffice Gerrit user
sal/qa/OStringBuffer/rtl_OStringBuffer.cxx | 71 ++--- 1 file changed, 25 insertions(+), 46 deletions(-) New commits: commit 9fcd47b5f6555d368320d6b008cb4645c96de648 Author: Caolán McNamara caol...@redhat.com Date: Thu Oct 25 12:47:22 2012 +0100 fix tests that

[PUSHED] Cleanup and simplification of process.cxx

2012-10-25 Thread via Code Review
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/868 Approvals: Caolán McNamara: Verified; Looks good to me, approved Marc-André Laverdière: Looks good to me, but someone else must

Re: Build Error

2012-10-25 Thread Alex Thurgood
On 10/25/2012 09:40 AM, Stephan Bergmann wrote: Update : After completely removing all the LO3.5 cruft that Bodi had installed because of pyuno and the URE, I re-installed the Bodhi provided LO3.6, which for some strange reason does not have the URE or python uno, and now the build is

[PATCH] Change in core[libreoffice-3-6]: fdo#53474: Fix Windows Java Accessibility Bridge

2012-10-25 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/906 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/06/906/1 fdo#53474: Fix Windows Java Accessibility Bridge ...by folding the contents of java_accessibility.jar back into

[PATCH] Change in core[libreoffice-3-6-3]: fdo#53474: Fix Windows Java Accessibility Bridge

2012-10-25 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/907 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/07/907/1 fdo#53474: Fix Windows Java Accessibility Bridge ...by folding the contents of java_accessibility.jar back into

uno, python scripting, macro management window user experience

2012-10-25 Thread Marc Weber
Dear dev-list. TOPs: [1] Summary: What I'd like to improve - this requires a wiki which is why I'm asking here cause I need your help. [2] What made me write this mail - my journy (only read if you have time) [1] Summary: What I'd like to improve - this requires a wiki

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 53474, which changed state. Bug 53474 Summary: Java Accessibility Bridge based Accessibility does not work on Windows for ALL LibreOffice 3.6.x releases thusfar https://bugs.freedesktop.org/show_bug.cgi?id=53474

Re: STRING * n support in StarBasic

2012-10-25 Thread Norbert Thiebaud
On Thu, Oct 25, 2012 at 10:56 AM, Michael Stahl mst...@redhat.com wrote: if we simply replace the existing String uses with OUString we don't have to worry about that any more :) Well, you do need to worry, if you want to enforce the language spec (although these are pretty weak and fuzzy)

[PATCH] docx import: handle start/end attribute in tcBorders

2012-10-25 Thread Pierre-Eric Pelloux-Prayer (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/908 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/08/908/1 docx import: handle start/end attribute in tcBorders Change-Id: I148345485534ae50b616857d971ef1c8b1594f28 --- M

[PATCH] docx export: explicitely use 'none' type for disabled cell b...

2012-10-25 Thread Pierre-Eric Pelloux-Prayer (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/909 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/09/909/1 docx export: explicitely use 'none' type for disabled cell borders Otherwise, the table default borders will be

[PATCH] docx export: unit test table/cell borders export

2012-10-25 Thread Pierre-Eric Pelloux-Prayer (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/910 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/10/910/1 docx export: unit test table/cell borders export Change-Id: Ibd651c0d027dcf8b63b9208ffdcbcfaee3165b38 --- A

[PATCH] WaE: 'xChartType$D57056$_pInterface' may be used uninitializ...

2012-10-25 Thread Christian Lohmaier (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/911 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/11/911/1 WaE: 'xChartType$D57056$_pInterface' may be used uninitialized… … in this function declaring those functions

Re: STRING * n support in StarBasic

2012-10-25 Thread Stephan Bergmann
On 10/25/2012 02:47 PM, Norbert Thiebaud wrote: On Thu, Oct 25, 2012 at 10:56 AM, Michael Stahl mst...@redhat.com wrote: if we simply replace the existing String uses with OUString we don't have to worry about that any more :) Well, you do need to worry, if you want to enforce the language

Re: version 3.6.3RC2 installation on Windows

2012-10-25 Thread Joop Kiefte
I suppose it is because both use GTK, and LibreOffice has to touch GTK files. 2012/10/25 Winfried Donkers w.donk...@dci-electronics.nl: I just installed version 3.6.3RC2 on my Windows machine at work. The installation application asked me to close Outlook and to close gvim. Closing Outlook I

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - accessibility/Jar_accessibility.mk accessibility/Jar_uno_accessbridge.mk accessibility/Module_accessibility.mk

2012-10-25 Thread Libreoffice Gerrit user
accessibility/Jar_accessibility.mk| 90 -- accessibility/Jar_uno_accessbridge.mk | 50 ++ accessibility/Module_accessibility.mk |1 3 files changed, 49 insertions(+), 92 deletions(-) New commits: commit

Re: fdo#51004: some progress and 10 years old bug pending

2012-10-25 Thread Caolán McNamara
On Fri, 2012-10-19 at 11:12 +0200, Lionel Elie Mamane wrote: All these solutions would not require a new driver, we just generate the correct ADO connect URL and hand it off to the ADO driver (as we do for .mdb / .accdb files). As to accessing Outlook express address book, This would

Re: Windows build failing in instsetoo_native, makecab.exe

2012-10-25 Thread Flavio Moringa
Maybe it's a problem due to you trying to compile a Dev version.. maybe passing: --enable-release-built to autogen fixes it... Just my 2 cents... Cheers -- *Flávio Moringa* Project Leader Caixa Mágica Software Energia Open Source Rua Soeiro Pereira Gomes, Lote 1 - 4.º B, Edifício Espanha,

Re: Please Add Barack Obama to Dictionary

2012-10-25 Thread Caolán McNamara
On Tue, 2012-10-23 at 10:42 -0700, Joel Madero wrote: Hi All, Not sure who is responsible for dictionary additions but a user has pointed out that Mitt Romney's name is in our dictionary but Obama comes out underlined. This is probably no good and could be interpreted (incorrectly) as a

Re: Windows build failing in instsetoo_native, makecab.exe

2012-10-25 Thread Andras Timar
Hi, On Thu, Oct 25, 2012 at 4:08 PM, Jeremy Brown jeremy.r.br...@gmail.com wrote: I've gotten a little farther in my quest to get LibreOffice to build on my Windows box, but now I'm running into this error in instsetoo_native: When I look in:

Re: Use of markup in .ui strings

2012-10-25 Thread Caolán McNamara
On Mon, 2012-10-22 at 14:14 +0100, Caolán McNamara wrote: On Sun, 2012-10-21 at 00:47 +0200, Khaled Hosny wrote: Hi all, Commit 8274df8 seems to have introduced the use of markup in .ui files to set text in bold, however this is not really a good idea l10n-wise as it is very

additional git hook ?

2012-10-25 Thread Caolán McNamara
I don't want property name=use_markup... to appear in any check-in of a .ui file. What's the right way to get some such rules into our git-hooks ? C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: additional git hook ?

2012-10-25 Thread Miklos Vajna
On Thu, Oct 25, 2012 at 03:35:16PM +0100, Caolán McNamara caol...@redhat.com wrote: I don't want property name=use_markup... to appear in any check-in of a .ui file. What's the right way to get some such rules into our git-hooks ? .git-hooks/pre-commit in core.git has already a check for

[Libreoffice-commits] .: oox/source xmloff/source

2012-10-25 Thread Libreoffice Gerrit user
oox/source/export/SchXMLSeriesHelper.cxx |4 +++- xmloff/source/chart/SchXMLSeriesHelper.cxx |4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) New commits: commit 3e79318d5c58ca44426069b668f315b065fa6376 Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Thu

[PUSHED] WaE: 'xChartType$D57056$_pInterface' may be used uninitializ...

2012-10-25 Thread Stephan Bergmann (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/911 Approvals: Stephan Bergmann: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/911 To unsubscribe,

Re: Daily builds for Debian

2012-10-25 Thread Lior Kaplan
On Wed, Oct 17, 2012 at 6:21 PM, Lionel Elie Mamane lio...@mamane.luwrote: 2) ./autogen.sh with --with-package-format=deb rpm Thorsten? Would you consider doing that? I don't think it will make the build significantly longer. I've noticed that the Fedora 17 machine has started to build

[Libreoffice-commits] .: vcl/unx

2012-10-25 Thread Libreoffice Gerrit user
vcl/unx/gtk/app/gtkinst.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b0ec8d8683c800b689a208ca2d44128e2cecefb8 Author: Miklos Vajna vmik...@suse.cz Date: Thu Oct 25 17:08:57 2012 +0200 vcl: don't print gtk version on startup All the other

Request hold 3.6.3 final release for fdo#53474 - Windows Accessibility

2012-10-25 Thread V Stuart Foote
Would ask to have 3.6.3 final release held, and proceed with a 3.6.3. rc3 build. Stephan Bergmann's Patch for fdo#53474 requires some testing, but if fully functional will return Java Accessibility based Assistive Technology support to the Windows users that otherwise can not use LibreOffice.

[PATCH] remove GIT_REPO_NAMES (duplicated by GIT_NEEDED_SUBMODULES)

2012-10-25 Thread Christian Lohmaier (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/912 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/12/912/1 remove GIT_REPO_NAMES (duplicated by GIT_NEEDED_SUBMODULES) use plain copy instead of git-new-workdir when using

Re: spell checker issue

2012-10-25 Thread Caolán McNamara
On Mon, 2012-10-15 at 09:37 +0200, Németh László wrote: Hi, Adding a simple new item to the en_US.dic, like men's will extend the dictionary. The biggest plus in the American English dictionary of LibreOffice is the morphological data (also based on Kevin's data and maybe WordNet) for

[Libreoffice-commits] .: 5 commits - boost/boost.4510.warnings.patch boost/UnpackedTarball_boost.mk config_host.mk.in configure.ac curl/makefile.mk expat/expat-2.1.0.patch expat/ExternalPackage_expat.

2012-10-25 Thread Libreoffice Gerrit user
Makefile.top|2 RepositoryExternal.mk | 16 +++- boost/UnpackedTarball_boost.mk |1 boost/boost.4510.warnings.patch | 26 ++ config_host.mk.in |1 configure.ac

[PUSHED] gbuildification of expat

2012-10-25 Thread Michael Stahl (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/867 -- To view, visit https://gerrit.libreoffice.org/867 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[Libreoffice-commits] .: sal/inc

2012-10-25 Thread Libreoffice Gerrit user
sal/inc/sal/log-areas.dox |1 + 1 file changed, 1 insertion(+) New commits: commit 638bb3a63ecc8f50fe6d82b510221b771dbb1c83 Author: Caolán McNamara caol...@redhat.com Date: Thu Oct 25 16:50:43 2012 +0100 add filter.xslt log area Change-Id:

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source vcl/source vcl/unx

2012-10-25 Thread Libreoffice Gerrit user
sc/source/ui/inc/tabview.hxx |2 - sc/source/ui/view/tabview.cxx| 27 +-- sc/source/ui/view/tabview4.cxx | 36 +-- vcl/source/control/scrbar.cxx| 12 +-

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 44657, which changed state. Bug 44657 Summary: RTL UI: Horizontal scrollbar in calc main window is broken https://bugs.freedesktop.org/show_bug.cgi?id=44657 What|Removed |Added

[Libreoffice-commits] .: sw/qa sw/source

2012-10-25 Thread Libreoffice Gerrit user
sw/qa/extras/rtfexport/data/fdo55939.odt|binary sw/qa/extras/rtfexport/rtfexport.cxx| 13 + sw/source/filter/ww8/rtfattributeoutput.cxx |5 - 3 files changed, 17 insertions(+), 1 deletion(-) New commits: commit 411f9007e20f8035bd2ab7bbc807c61892a5c64c Author:

[Libreoffice-commits] .: .git-hooks/README git-hooks/README

2012-10-25 Thread Libreoffice Gerrit user
.git-hooks/README |9 + git-hooks/README |9 - 2 files changed, 9 insertions(+), 9 deletions(-) New commits: commit bab471569a72618efba223751b54ac40965842d8 Author: Miklos Vajna vmik...@suse.cz Date: Thu Oct 25 18:40:07 2012 +0200 if git hooks are moved, move the

[PATCH] Change in core[libreoffice-3-6]: fdo#55939 fix RTF export of footnotes

2012-10-25 Thread Miklos Vajna (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/913 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/13/913/1 fdo#55939 fix RTF export of footnotes Regression from d4069372484f18b242a42a1996767f57b031fff6. Conflicts:

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 55939, which changed state. Bug 55939 Summary: FILESAVE RTF export faulty file when text has footnotes https://bugs.freedesktop.org/show_bug.cgi?id=55939 What|Removed |Added

Re: Use of markup in .ui strings

2012-10-25 Thread Khaled Hosny
On Thu, Oct 25, 2012 at 03:33:34PM +0100, Caolán McNamara wrote: On Mon, 2012-10-22 at 14:14 +0100, Caolán McNamara wrote: On Sun, 2012-10-21 at 00:47 +0200, Khaled Hosny wrote: Hi all, Commit 8274df8 seems to have introduced the use of markup in .ui files to set text in bold,

Re: Daily builds for Debian

2012-10-25 Thread Thorsten Behrens
Lior Kaplan wrote: I would be happy to have a native debian setup, in the style of the pre releases which are great. I'll of course be happy to help with setting this kind of solution. That would need a machine / vm to do it. Anyone with some spare hardware he or she would like to donate for

US / dictionary bits ...

2012-10-25 Thread Michael Meeks
Hi Kyle, On Tue, 2012-10-23 at 08:28 -0700, Kyle Kendall wrote: I am a faithful Libre user and open source user in general. I am currently going back to school after years in the workforce and happen to be writing a paper on the presidential debates. This is an inadvertent omission I

Re: Re: uno, python scripting, macro management window user experience

2012-10-25 Thread Marc Weber
Hi Laurent, thanks for your advice and support. did you have a look there I got this far: http://www.openoffice.org/api/docs/common/ref/com/sun/star/util/XMergeable.html But XMergeable dosn't have dataArray, Yes, I know how to find it now. Its in XCellRange or such.

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Horst hom...@yahoo.com changed: What|Removed |Added Depends on||56205 --- Comment #157 from

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Horst hom...@yahoo.com changed: What|Removed |Added Depends on||56209 --- Comment #158 from

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 56209, which changed state. Bug 56209 Summary: FILEOPEN: opening a .ods file saved in Excel damages all formula https://bugs.freedesktop.org/show_bug.cgi?id=56209 What|Removed |Added

Configmgr warnings on start of LO master build Linux 64bit

2012-10-25 Thread Alex Thurgood
Hi, Managed to get through the build, and now get this error on startup in configmgr, apparently because of some of the extra extensions I compiled in - anything to be worried about ? /home/alex/Development/libo/solver/unxlngx6/installation/opt/program/soffice create vcl plugin instance

[Libreoffice-commits] .: config_host.mk.in configure.ac graphite/graphite_make.patch graphite/Makefile graphite/makefile.mk graphite/Module_graphite.mk graphite/prj graphite/StaticLibrary_graphite.mk

2012-10-25 Thread Libreoffice Gerrit user
Makefile.top |2 Module_tail_build.mk |3 - RepositoryExternal.mk|8 ++- RepositoryFixes.mk |3 - RepositoryModule_ooo.mk |3 - config_host.mk.in|1 configure.ac

Template Manager warnings with master build on Linux 64bit

2012-10-25 Thread Alex Thurgood
I'm getting a whole bunch of the following when starting my LO-dev build from master, after clickin on the Templates Start Center button : warn:legacy.osl:4765:1:/home/alex/Development/libo/comphelper/source/misc/namedvaluecollection.cxx:225: NamedValueCollection::impl_assign: encountered a

[Libreoffice-commits] .: helpcompiler/Library_helplinker.mk

2012-10-25 Thread Libreoffice Gerrit user
helpcompiler/Library_helplinker.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8a109cb23e75771fc726d65aee0202c6f81cac1e Author: Peter Foley pefol...@verizon.net Date: Thu Oct 25 17:47:00 2012 -0400 fix link error Change-Id:

Re: Build Error

2012-10-25 Thread Joel Madero
Temporary work around is just to run: unset LD_LIBRARY_PATH from terminal before building. Jeff over at Bodhi seems to think it's most likely an issue with LXDM not with Bodhi. I can't track down where the variable is being set, ultimately I want to track it down but at least I have a successful

[Libreoffice-commits] .: RepositoryExternal.mk

2012-10-25 Thread Libreoffice Gerrit user
RepositoryExternal.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 582265477d0ef819125e906cd08e5bf32916088a Author: Peter Foley pefol...@verizon.net Date: Thu Oct 25 18:55:47 2012 -0400 fix gbuildified expat Change-Id:

[Bug 54157] LibreOffice 3.7 most annoying bugs

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 56291, which changed state. Bug 56291 Summary: LO-3.7: saving with password removes all content https://bugs.freedesktop.org/show_bug.cgi?id=56291 What|Removed |Added

[Libreoffice-commits] .: package/source

2012-10-25 Thread Libreoffice Gerrit user
package/source/manifest/ManifestExport.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit eac570e018e2382104b829d1c5a4312179354331 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Fri Oct 26 02:04:42 2012 +0200 uncommpressed stream size is now

[Libreoffice-commits] .: Module_tail_build.mk tail_build/prj

2012-10-25 Thread Libreoffice Gerrit user
Module_tail_build.mk |1 + tail_build/prj/build.lst |2 +- 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit 42adaa004ce767abddc0a8260b81884c0bbb0d0f Author: Peter Foley pefol...@verizon.net Date: Thu Oct 25 20:26:22 2012 -0400 add sal to tail_build

[Libreoffice-commits] .: config_host.mk.source

2012-10-25 Thread Libreoffice Gerrit user
config_host.mk.source |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 638adb6373f1491efec258934b21eccff43a4712 Author: Peter Foley pefol...@verizon.net Date: Thu Oct 25 20:34:45 2012 -0400 fix sourcing config_host.mk Change-Id:

[Libreoffice-commits] .: 3 commits - cross_tail_build/prj external/glibc-2.1.3.patch gettext/gettext-0.18.1.1.patch gettext/prj libcroco/libcroco-0.6.2.patch libgsf/libgsf-1.14.19.windows.patch Module

2012-10-25 Thread Libreoffice Gerrit user
Module_cross_tail_build.mk |1 + cross_tail_build/prj/build.lst |2 +- external/glibc-2.1.3.patch |3 ++- gettext/gettext-0.18.1.1.patch |3 ++- gettext/prj/build.lst |2 +- libcroco/libcroco-0.6.2.patch |3 ++-

Re: [Libreoffice-qa] [ANNOUNCE] libreoffice-3.6.3.2 tag created

2012-10-25 Thread Michael Meeks
On Tue, 2012-10-23 at 18:49 +0200, Anton Meixome wrote: Few days ago I have sent a important bug for integration. I know that here, in lists is not the way for manage it, but... Drat - I suspect the 3.6.3 process overlapping with the conference and/or the openSUSE conference + labs

[Libreoffice-qa] Request hold 3.6.3 final release for fdo#53474 - Windows Accessibility

2012-10-25 Thread V Stuart Foote
Would ask to have 3.6.3 final release held, and proceed with a 3.6.3. rc3 build. Stephan Bergmann's Patch for fdo#53474 requires some testing, but if fully functional will return Java Accessibility based Assistive Technology support to the Windows users that otherwise can not use LibreOffice.

[Libreoffice-bugs] [Bug 56366] FILESAVE: Beyond-Basic Multilingual Plane (BMP) file names display as Extended Cyrillic

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56366 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 56360] Writer hangs when draw object is selected and the user opens Insert menu

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56360 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 49517] : Java Macro Embedded in document will not run

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49517 --- Comment #2 from ajv...@gmail.com --- Maybe related: http://cgit.freedesktop.org/libreoffice/core/commit/?id=dd6c4f4db1d62268d73e09ae52d23f760a967dcc -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 56325] PIVOTTABLE from Datasource (Base, Query) has no value (regression)

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56325 --- Comment #2 from Nicolas R nico2...@yopmail.com --- (In reply to comment #1) Well it appears to work properly in Version 3.6.1.2 (Build ID: e29a214), I will have to try later with a more recent version. Alex Yes, it's ok with 3.6.1 and

[Libreoffice-bugs] [Bug 56130] Add new spellchecker for Galician

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56130 Andras Timar tima...@gmail.com changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |tima...@gmail.com

[Libreoffice-bugs] [Bug 44446] LibreOffice 3.6 most annoying bugs

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 --- Comment #155 from Nicolas R nico2...@yopmail.com --- I would like to add Bug 56325 . It's a regression in 3.6.3 rc1 from 3.6.2. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.

[Libreoffice-bugs] [Bug 56325] PIVOTTABLE from Datasource (Base, Query) has no value (regression)

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56325 Nicolas R nico2...@yopmail.com changed: What|Removed |Added CC||kohei.yosh...@suse.de

[Libreoffice-bugs] [Bug 56325] PIVOTTABLE from Datasource (Base, Query) has no value (regression)

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56325 --- Comment #4 from Nicolas R nico2...@yopmail.com --- (In reply to comment #3) Added Mistake in previous comment Added Kohei Yoshida to CC list, because he seems the right expert for pivot table ( I've seen his name in previous pivottable

[Libreoffice-bugs] [Bug 56382] New: Conditional formatting gets lost when opened with LibreOffice. Works with OpenOffice though.

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56382 Priority: medium Bug ID: 56382 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Conditional formatting gets lost when opened with LibreOffice. Works with OpenOffice though.

[Libreoffice-bugs] [Bug 56325] PIVOTTABLE from Datasource (Base, Query) has no value (regression)

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56325 Roman Eisele b...@eikota.de changed: What|Removed |Added Attachment #68954|text/plain |application/zip

  1   2   3   4   >