Re: [lo-4.2] regview fails to show rdb files

2014-01-10 Thread Stephan Bergmann
On 01/09/2014 05:33 PM, Neeraj Rai wrote: 3. cppumaker -BUCR -Gc offapi.rdb types.rdb myfile.rdb 4.2 doesn't support options -BUR so I took them out leaving -C and it builds but the output dirname is .org instead of org * Yes, -BUCR is gone since LO 4.1, see

[Libreoffice-commits] core.git: sw/qa

2014-01-10 Thread Marcos Paulo de Souza
sw/qa/extras/uiwriter/data/fdo70807.odt |binary sw/qa/extras/uiwriter/uiwriter.cxx | 23 +++ 2 files changed, 23 insertions(+) New commits: commit 16ae82c772cd818316a19ce303d349657f6cb863 Author: Marcos Paulo de Souza marcos.souza@gmail.com Date: Thu Jan 9

Re: when running gdb I cannot find crti.S

2014-01-10 Thread Alex McMurchy
It was something I'd done! On 28th December 2013, in a separate post,I reported this - It seems I may have became a victim of a regression in gcc http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58864 which helped me with this statement - it breaks with -march=i686 but works with -march=i586.

[Libreoffice-commits] core.git: codemaker/source

2014-01-10 Thread Stephan Bergmann
codemaker/source/codemaker/global.cxx |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) New commits: commit d320760dc1c9d6501d84849219b4d9fc6c62b85b Author: Stephan Bergmann sberg...@redhat.com Date: Fri Jan 10 10:16:48 2014 +0100 codemaker: fix^2 invalid string index access

Annoying green square in top left hand corner of Writer document window

2014-01-10 Thread Alex Thurgood
Hi all, This might just be due to my particular build setup, but has anyone else noticed a systematic bright green square (2x2 pixels ?) that gets displayed in the top left hand corner of any Writer document window ? Linux Mint Cinnamon 16 CPU : AMD E-350 APU with Radeon HD Graphics x2 GPU : AMD

Re: [lo-4.2] regview fails to show rdb files

2014-01-10 Thread Stephan Bergmann
On 01/10/2014 09:46 AM, Stephan Bergmann wrote: * Looks like starting with LO 4.2 cppumaker has a problem when the specified output directory is not an absolute path (incl. the case where you do not explicitly specify an output directory via -O at all). As a workaround, try cppumaker -O $PWD

Re: Annoying green square in top left hand corner of Writer document window

2014-01-10 Thread Tor Lillqvist
It is an intentional debugging aid and is present only when LO is built with --enable-dbgutil. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: sw/source

2014-01-10 Thread Miklos Vajna
sw/source/core/text/inftxt.hxx |2 +- sw/source/core/text/portxt.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit fc0bd38051c7c8f4c68a1407aed32a96b2564510 Author: Miklos Vajna vmik...@collabora.co.uk Date: Fri Jan 10 10:32:12 2014 +0100 fdo#73466

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 V Stuart Foote vstuart.fo...@utsa.edu changed: What|Removed |Added Depends on||73464 -- You

[Libreoffice-commits] core.git: svtools/source

2014-01-10 Thread Stephan Bergmann
svtools/source/table/tablecontrol_impl.cxx |1 - svtools/source/table/tablecontrol_impl.hxx |3 --- 2 files changed, 4 deletions(-) New commits: commit dd8961ade2d221663eea695795428867ac38fe2d Author: Stephan Bergmann sberg...@redhat.com Date: Fri Jan 10 10:56:25 2014 +0100 Unused

Re: Annoying green square in top left hand corner of Writer document window

2014-01-10 Thread Alex Thurgood
Le 10/01/2014 10:30, Tor Lillqvist a écrit : Hi Tor, It is an intentional debugging aid and is present only when LO is built with --enable-dbgutil. Ah ok, thanks, good to know. Alex ___ LibreOffice mailing list

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - avmedia/source

2014-01-10 Thread Herbert Dürr
avmedia/source/quicktime/makefile.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 3da7c8da81d5fd05ced97b965d127cab1694bfd4 Author: Herbert Dürr h...@apache.org Date: Fri Jan 10 09:47:59 2014 + #i114728# fix quicktime integration for OSX10.7 build targets diff --git

[Libreoffice-commits] core.git: Branch 'feature/chart-opengl2' - chart2/source

2014-01-10 Thread Markus Mohrhard
chart2/source/view/main/OpenGLRender.cxx | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) New commits: commit dd1a1e1ddf3cf61e6019399fc39c0981ad7f9fc6 Author: Markus Mohrhard markus.mohrh...@collabora.co.uk Date: Fri Jan 10 11:16:47 2014 +0100 more clean-up

[Libreoffice-commits] core.git: RepositoryExternal.mk scp2/source

2014-01-10 Thread Michael Stahl
RepositoryExternal.mk|2 +- scp2/source/ooo/file_library_ooo.scp | 20 +++- 2 files changed, 4 insertions(+), 18 deletions(-) New commits: commit ae8e579515fff84cbef1ccc2da78fa769fb079ec Author: Michael Stahl mst...@redhat.com Date: Fri Jan 10 12:07:31

[Libreoffice-commits] core.git: Branch 'feature/chart-opengl2' - 4 commits - chart2/source

2014-01-10 Thread Markus Mohrhard
chart2/source/view/main/DummyXShape.cxx |2 chart2/source/view/main/OpenGLRender.cxx | 103 +++ chart2/source/view/main/OpenGLRender.hxx | 17 ++--- 3 files changed, 60 insertions(+), 62 deletions(-) New commits: commit

Re: when running gdb I cannot find crti.S

2014-01-10 Thread Stephan Bergmann
On 01/10/2014 10:15 AM, Alex McMurchy wrote: Though it does seem a bit bizarre that setting up CFLAG external to autogen.sh can overwrite the internally generated CFLAG, i'd have thought it should have concatenated the two - is this a bug? I think it is by design (but personally have lost

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sc/source

2014-01-10 Thread Tsutomu Uchino
sc/source/ui/app/inputwin.cxx | 38 -- 1 file changed, 36 insertions(+), 2 deletions(-) New commits: commit ff1d1ea1f5f15ce7888957d09f4783d8055c7654 Author: Tsutomu Uchino ha...@apache.org Date: Fri Jan 10 11:47:19 2014 + #i42309# change behavior

[Libreoffice-commits] core.git: writerfilter/inc writerfilter/source

2014-01-10 Thread sushil_shinde
writerfilter/inc/ooxml/OOXMLDocument.hxx|3 - writerfilter/source/filter/ImportFilter.cxx |6 +- writerfilter/source/ooxml/OOXMLDocumentImpl.cxx | 68 writerfilter/source/ooxml/OOXMLDocumentImpl.hxx |4 +

[Libreoffice-commits] core.git: sw/source

2014-01-10 Thread sushil_shinde
sw/source/filter/ww8/docxexport.cxx | 62 sw/source/filter/ww8/docxexport.hxx |3 + 2 files changed, 65 insertions(+) New commits: commit a37043b8d1508b3a3a2844e9092e4af05d726f28 Author: sushil_shinde sushil.shi...@synerzip.com Date: Fri Dec 27

[Libreoffice-commits] core.git: sw/source

2014-01-10 Thread Michael Stahl
sw/source/core/txtnode/fmtatr2.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit be5131060c6d9d314802ee945e9b99947ad8dfc4 Author: Michael Stahl mst...@redhat.com Date: Fri Jan 10 13:58:21 2014 +0100 sw: fix sw_unoapi UnvisitedCharStyleName regression

[Libreoffice-commits] core.git: helpcontent2

2014-01-10 Thread Zolnai Tamás
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 14c8638a82624bafaa4d16fc41d7c2c1984ecad3 Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Jan 10 03:25:40 2014 +0100 Updated core Project: help 72d802a9eb9fb042e18ad74dc15c956a301b0462

[Libreoffice-commits] core.git: 2 commits - include/sfx2 sfx2/source sfx2/uiconfig

2014-01-10 Thread Zolnai Tamás
include/sfx2/recentdocsviewitem.hxx|3 +++ sfx2/source/control/recentdocsviewitem.cxx |6 +++--- sfx2/source/dialog/backingwindow.cxx |3 --- sfx2/uiconfig/ui/startcenter.ui|3 ++- 4 files changed, 8 insertions(+), 7 deletions(-) New commits: commit

[Libreoffice-commits] help.git: source/text

2014-01-10 Thread Zolnai Tamás
source/text/shared/guide/startcenter.xhp |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 72d802a9eb9fb042e18ad74dc15c956a301b0462 Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Jan 10 03:25:40 2014 +0100 fdo#72420 Startcenter: help button point

[Libreoffice-commits] help.git: Branch 'libreoffice-4-2' - source/text

2014-01-10 Thread Zolnai Tamás
source/text/shared/guide/startcenter.xhp |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 575bdc7ccc52b73b55f12c3d82f5b6b2750d784d Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Jan 10 03:25:40 2014 +0100 fdo#72420 Startcenter: help button point

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - helpcontent2

2014-01-10 Thread Zolnai Tamás
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a227af3c5588679ff4e5dceecc16e60e0e544262 Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Jan 10 03:25:40 2014 +0100 Updated core Project: help 575bdc7ccc52b73b55f12c3d82f5b6b2750d784d

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source

2014-01-10 Thread Kohei Yoshida
sc/source/ui/inc/tabview.hxx |6 ++ sc/source/ui/view/tabview.cxx |4 sc/source/ui/view/tabview3.cxx | 13 + sc/source/ui/view/tabview4.cxx | 10 +- 4 files changed, 24 insertions(+), 9 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - include/sfx2 sfx2/source

2014-01-10 Thread Zolnai Tamás
include/sfx2/recentdocsviewitem.hxx|3 +++ sfx2/source/control/recentdocsviewitem.cxx |6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) New commits: commit 943dd8bfd8695f11773b90fbfebd4179eee9f492 Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Jan 10

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 68961, which changed state. Bug 68961 Summary: VIEWING: Cells scrolled in show contents of other cells. https://bugs.freedesktop.org/show_bug.cgi?id=68961 What|Removed |Added

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - nss/nss_linux.patch

2014-01-10 Thread Herbert Dürr
nss/nss_linux.patch | 13 + 1 file changed, 13 insertions(+) New commits: commit dd7d71f0b2f2056017e32f58b3b8c3d5ea993344 Author: Herbert Dürr h...@apache.org Date: Fri Jan 10 13:15:50 2014 + #i123637# fix the NSS build on AOO's current Linux baseline where

[Bug 60270] LibreOffice 4.1 most annoying bugs

2014-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Mihkel Tõnnov mihh...@gmail.com changed: What|Removed |Added Depends on||67104, 68806 ---

Re: Building LibreOffice on Windows

2014-01-10 Thread Afreen Bano
Hello, I am trying to build Libreoffice on windows7 (32bit), for this I referred to the below link: https://wiki.documentfoundation.org/Development/Windows_Build_Dependencies; I installed Visual studio 2012 along with Cygwin version 4. After runnning the command /opt/lo/bin/make I got the

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

2014-01-10 Thread Pallavi Jadhav
sw/qa/extras/ooxmlexport/data/fdo73227.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 22 +++ sw/source/filter/ww8/docxattributeoutput.cxx |6 ++-- sw/source/filter/ww8/docxattributeoutput.hxx |4 +- sw/source/filter/ww8/docxsdrexport.cxx | 39

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - scp2/source solenv/bin

2014-01-10 Thread Christian Lohmaier
scp2/source/ooo/directory_ooo_macosx.scp |1 - solenv/bin/modules/installer.pm |2 -- solenv/bin/modules/installer/scriptitems.pm | 15 --- solenv/bin/modules/installer/simplepackage.pm | 25 - 4 files changed, 12 insertions(+),

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

2014-01-10 Thread umeshkadam
sw/qa/extras/ooxmlexport/data/fdo71834.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx |8 ++ sw/source/filter/ww8/docxattributeoutput.cxx | 34 +++ sw/source/filter/ww8/docxattributeoutput.hxx |7 + 4 files changed, 45 insertions(+), 4

[Libreoffice-commits] core.git: sfx2/source

2014-01-10 Thread Zolnai Tamás
sfx2/source/control/recentdocsview.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1ae9feedf13f20a6c10e7bf2261d1f9257e60f87 Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Jan 10 15:49:00 2014 +0100 Startcenter: ignore repeated clicks inside

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - cui/source

2014-01-10 Thread Caolán McNamara
cui/source/options/optinet2.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit c02f3a7c8fcb4a3702aae0c73dc7178315450183 Author: Caolán McNamara caol...@redhat.com Date: Fri Jan 10 15:11:28 2014 + stray FOO Change-Id: Iee524cb40ce8cc6098f67231a11362c9eaf8777f

[Libreoffice-commits] core.git: sw/qa

2014-01-10 Thread Marcos Paulo de Souza
sw/qa/extras/uiwriter/data/fdo70807.odt |binary sw/qa/extras/uiwriter/uiwriter.cxx | 18 +- 2 files changed, 13 insertions(+), 5 deletions(-) New commits: commit b1236dd7e86f40e54b7efb6082fad0967edb92d2 Author: Marcos Paulo de Souza marcos.souza@gmail.com Date: Fri

Re: [Libreoffice-commits] core.git: 2 commits - include/sfx2 sfx2/source sfx2/uiconfig

2014-01-10 Thread Stephan Bergmann
On 01/10/2014 02:13 PM, Zolnai Tamás wrote: commit 60c7ed80643a6c397feebdd1492d6c3ef4d810be Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Jan 10 03:31:46 2014 +0100 fdo#72947 Startcenter: display more userfriendly file urls in tooltips Use INetURLObject to get a

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

2014-01-10 Thread PriyankaGaikwad
sw/qa/extras/ooxmlexport/data/TOC_field_f.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 14 ++ sw/source/filter/ww8/ww8atr.cxx| 17 - 3 files changed, 14 insertions(+), 17 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sd/source

2014-01-10 Thread Tsutomu Uchino
sd/source/ui/slideshow/slideshowimpl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 20a6f8163ffab9aeed1b2886e771a254a43120ec Author: Tsutomu Uchino ha...@apache.org Date: Fri Jan 10 15:30:03 2014 + #i97129# fix hidden slide shown when going back to

[Libreoffice-commits] core.git: sfx2/source

2014-01-10 Thread Zolnai Tamás
sfx2/source/control/recentdocsviewitem.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 340e70e248824a3a4959fa1dee90c5650f257ae8 Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Jan 10 17:12:46 2014 +0100 fdo#72947 Startcenter: handle file

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

2014-01-10 Thread Tushar Bende
sw/qa/extras/ooxmlexport/data/toc_doc.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 18 ++ sw/source/filter/ww8/ww8atr.cxx|2 +- 3 files changed, 19 insertions(+), 1 deletion(-) New commits: commit 9f9c2bb4d5907be5726f50cfd5dfa8ae1d251dcf Author:

[Libreoffice-commits] core.git: canvas/source

2014-01-10 Thread Stephan Bergmann
canvas/source/cairo/cairo_canvashelper.cxx |2 +- canvas/source/opengl/ogl_canvastools.cxx |2 +- canvas/source/tools/verifyinput.cxx| 20 ++-- canvas/source/vcl/backbuffer.cxx |2 +- 4 files changed, 13 insertions(+), 13 deletions(-) New

[Libreoffice-commits] core.git: chart2/source include/svx offapi/com offapi/UnoApi_offapi.mk svx/source

2014-01-10 Thread Kohei Yoshida
chart2/source/view/inc/AbstractShapeFactory.hxx | 17 ++ chart2/source/view/inc/OpenglShapeFactory.hxx | 13 chart2/source/view/inc/ShapeFactory.hxx | 13 chart2/source/view/main/OpenglShapeFactory.cxx | 12 ---

Re: [Libreoffice-commits] core.git: 2 commits - include/sfx2 sfx2/source sfx2/uiconfig

2014-01-10 Thread Tamas Zolnai
2014 Január 10, Péntek 15:24 GMT dátummal, Stephan Bergmann sberg...@redhat.com ezt írta: On 01/10/2014 02:13 PM, Zolnai Tamás wrote: commit 60c7ed80643a6c397feebdd1492d6c3ef4d810be Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Jan 10 03:31:46 2014 +0100 fdo#72947

[Libreoffice-commits] core.git: 2 commits - cui/source svx/source

2014-01-10 Thread Caolán McNamara
cui/source/options/optinet2.cxx |1 svx/source/svdraw/svdotextdecomposition.cxx | 35 +++- 2 files changed, 34 insertions(+), 2 deletions(-) New commits: commit 76a0b3170664b19c3eb66edc8fccb04dc5485387 Author: Caolán McNamara caol...@redhat.com Date:

[Libreoffice-commits] core.git: drawinglayer/source include/drawinglayer

2014-01-10 Thread Stephan Bergmann
drawinglayer/source/attribute/fillgraphicattribute.cxx|2 - drawinglayer/source/attribute/fillhatchattribute.cxx |2 - drawinglayer/source/attribute/fontattribute.cxx | 14 +- drawinglayer/source/attribute/linestartendattribute.cxx |2 -

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - dd/7d71f0b2f2056017e32f58b3b8c3d5ea993344

2014-01-10 Thread Caolán McNamara
dd/7d71f0b2f2056017e32f58b3b8c3d5ea993344 |1 + 1 file changed, 1 insertion(+) New commits: commit 6fca1b423e7a31b2a5700e359fad14ffbf7f0b36 Author: Caolán McNamara caol...@redhat.com Date: Fri Jan 10 16:54:50 2014 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 20/a6f8163ffab9aeed1b2886e771a254a43120ec

2014-01-10 Thread Caolán McNamara
20/a6f8163ffab9aeed1b2886e771a254a43120ec |1 + 1 file changed, 1 insertion(+) New commits: commit 4e9791fcf892f883fddffdf2de9fb2d697d003c2 Author: Caolán McNamara caol...@redhat.com Date: Fri Jan 10 16:56:28 2014 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 3d/a7c8da81d5fd05ced97b965d127cab1694bfd4

2014-01-10 Thread Caolán McNamara
3d/a7c8da81d5fd05ced97b965d127cab1694bfd4 |1 + 1 file changed, 1 insertion(+) New commits: commit 28b356c6f7968d1c91325c98bbbede0a0320125b Author: Caolán McNamara caol...@redhat.com Date: Fri Jan 10 16:54:34 2014 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: offapi/com

2014-01-10 Thread Kohei Yoshida
offapi/com/sun/star/drawing/XShapes2.idl |9 + 1 file changed, 9 insertions(+) New commits: commit d1846cd8d4530d620b996f27a0ea7ab0c91639b5 Author: Kohei Yoshida kohei.yosh...@collabora.com Date: Fri Jan 10 12:03:05 2014 -0500 fdo#72005: Add @since tag to the API

[Libreoffice-commits] core.git: dbaccess/source

2014-01-10 Thread Michael Stahl
dbaccess/source/core/dataaccess/databasedocument.cxx | 31 +-- 1 file changed, 16 insertions(+), 15 deletions(-) New commits: commit f60b61b2cf87e89938c760877a56bc4dd5c577a9 Author: Michael Stahl mst...@redhat.com Date: Fri Jan 10 17:59:52 2014 +0100 dbaccess: ODF

Re: odb ODF standard conformance [was: minutes of ESC call ...]

2014-01-10 Thread Michael Stahl
On 07/01/14 17:20, Lionel Elie Mamane wrote: On Mon, Jan 06, 2014 at 09:45:54PM +0100, Michael Stahl wrote: On 20/12/13 14:40, Lionel Elie Mamane wrote: 2) manifest:manifest without version attribute: I have no clue what version I should put there. Any hint? to expand on Thorsten's

[Libreoffice-commits] dev-tools.git: scripts/gerrit-filter-domain

2014-01-10 Thread Miklos Vajna
scripts/gerrit-filter-domain | 86 +++ 1 file changed, 86 insertions(+) New commits: commit e3ff3fa2032839d62739cfaa323dbf7d0352cdc7 Author: Miklos Vajna vmik...@collabora.co.uk Date: Fri Jan 10 18:28:55 2014 +0100 scripts: add a gerrit script

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - codemaker/source

2014-01-10 Thread Stephan Bergmann
codemaker/source/codemaker/global.cxx |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) New commits: commit 910d761a10662cfe6d32c4af43556834064223aa Author: Stephan Bergmann sberg...@redhat.com Date: Fri Jan 10 10:16:48 2014 +0100 codemaker: fix^2 invalid string index access

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - svx/source

2014-01-10 Thread Caolán McNamara
svx/source/svdraw/svdotextdecomposition.cxx | 35 +++- 1 file changed, 34 insertions(+), 1 deletion(-) New commits: commit b72f3f40828cf6761a8a3cee0dfe2f8a9d4e4a21 Author: Caolán McNamara caol...@redhat.com Date: Fri Jan 10 16:49:19 2014 + Resolves:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sfx2/source

2014-01-10 Thread Zolnai Tamás
sfx2/source/control/recentdocsview.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6b0a9123ea2c7d616555c1d4808813a9f4478d48 Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Jan 10 15:49:00 2014 +0100 Startcenter: ignore repeated clicks inside

[Libreoffice-commits] core.git: sc/source

2014-01-10 Thread Thomas Arnhold
sc/source/core/tool/interpr3.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 28412c1d477b43397f684aea9af7557ddcbce3a5 Author: Thomas Arnhold tho...@arnhold.org Date: Fri Jan 10 19:09:57 2014 +0100 restore original comment Thanks to Sven Wehner

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sfx2/source

2014-01-10 Thread Zolnai Tamás
sfx2/source/control/recentdocsviewitem.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 7ebac02b35700b7ca96e636d5729b65115c2c708 Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Jan 10 17:12:46 2014 +0100 fdo#72947 Startcenter: handle file

[Libreoffice-commits] core.git: vcl/quartz

2014-01-10 Thread tsahi glik
vcl/quartz/salgdicommon.cxx | 12 1 file changed, 8 insertions(+), 4 deletions(-) New commits: commit bbff44e5aac6cb98582ecbab8bb478c54eaefcbf Author: tsahi glik tsahi.g...@cloudon.com Date: Fri Jan 10 10:26:07 2014 -0800 Normalized aqua graphics line and fill colors to

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - chart2/source include/svx offapi/com offapi/UnoApi_offapi.mk svx/source

2014-01-10 Thread Kohei Yoshida
chart2/source/view/inc/AbstractShapeFactory.hxx | 17 +--- chart2/source/view/inc/OpenglShapeFactory.hxx | 13 +++--- chart2/source/view/inc/ShapeFactory.hxx | 13 +++--- chart2/source/view/main/OpenglShapeFactory.cxx | 12 +++--- chart2/source/view/main/ShapeFactory.cxx

[Libreoffice-commits] core.git: 2 commits - cui/uiconfig sd/uiconfig

2014-01-10 Thread Caolán McNamara
cui/uiconfig/ui/optlanguagespage.ui | 23 +++ sd/uiconfig/simpress/ui/optimpressgeneralpage.ui | 23 +-- 2 files changed, 24 insertions(+), 22 deletions(-) New commits: commit 4e7333c6a66382e740748ee7dd8c48179ba62b7b Author: Caolán

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - 2 commits - cui/uiconfig sd/uiconfig

2014-01-10 Thread Caolán McNamara
cui/uiconfig/ui/optlanguagespage.ui | 23 +++ sd/uiconfig/simpress/ui/optimpressgeneralpage.ui | 23 +-- 2 files changed, 24 insertions(+), 22 deletions(-) New commits: commit 6301820d72bca8ab065ed9c3c41ea4a3d04333e4 Author: Caolán

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 72005, which changed state. Bug 72005 Summary: Background color for legend area hides the legend https://bugs.freedesktop.org/show_bug.cgi?id=72005 What|Removed |Added

Re: Advice needed : making options dialog slightly wider

2014-01-10 Thread Caolán McNamara
On Thu, 2014-01-09 at 19:42 +0100, Jean-Baptiste Faure wrote: So I checked each option dialog and it remains only one truncated label in French : in Language Settings Languages the label Complex text layout (CTL) is truncated in French (I see only the C in (CTL)). Fixed that now I believe.

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - unoxml/source

2014-01-10 Thread Michael Stahl
unoxml/source/rdf/librdf_repository.cxx | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) New commits: commit 33f97a124df7e10c6b9045e7fb12121bdd09db9e Author: Michael Stahl mst...@redhat.com Date: Thu Jan 9 00:10:02 2014 +0100 librdf_Repository: fix missing

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - unoxml/source

2014-01-10 Thread Michael Stahl
unoxml/source/rdf/librdf_repository.cxx | 485 +--- 1 file changed, 333 insertions(+), 152 deletions(-) New commits: commit f2394e4c9cd7a27a1eb1e0e2476997fd18ae2508 Author: Michael Stahl mst...@redhat.com Date: Wed Jan 8 23:43:03 2014 +0100 fdo#72928: fix

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - external/libxml2

2014-01-10 Thread Michael Stahl
external/libxml2/ExternalProject_xml2.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit 39872b0e50806541f14ab7200b9a627e7323a29c Author: Michael Stahl mst...@redhat.com Date: Thu Jan 9 21:14:48 2014 +0100 libxml2: don't grow dependency on liblzma if that happens to be

Re: Building LibreOffice on Windows

2014-01-10 Thread Christian Lohmaier
Hi Alfreen, *, On Fri, Jan 10, 2014 at 3:26 PM, Afreen Bano banoafreen...@gmail.com wrote: After runnning the command /opt/lo/bin/make I got the below error: make[1]:INTERNAL: Exiting with 1jobserver token available should be 2! make:***[build] Error2 [...] Please anyone tell me what

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - configure.ac

2014-01-10 Thread Michael Stahl
configure.ac |4 1 file changed, 4 insertions(+) New commits: commit 21c682d54aa4368d9c9566f3875a425926d6ec0b Author: Michael Stahl mst...@redhat.com Date: Thu Jan 9 21:42:19 2014 +0100 configure: ENABLE_NPAPI_FROM_BROWSER requires Xt library Change-Id:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - external/libxmlsec

2014-01-10 Thread Michael Stahl
external/libxmlsec/ExternalProject_xmlsec.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 33e089f8c57a9a945cc77f583c8031c5ea9919d0 Author: Michael Stahl mst...@redhat.com Date: Thu Jan 9 22:01:48 2014 +0100 libxmlsec: openssl conditional was accidentally

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - configure.ac

2014-01-10 Thread Michael Stahl
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ba5c3753f736cdca9b6ffea4bf3db2e9b31d4ee2 Author: Michael Stahl mst...@redhat.com Date: Thu Jan 9 22:10:23 2014 +0100 configure: we need both cups header and library Change-Id:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - configure.ac

2014-01-10 Thread Michael Stahl
configure.ac |8 1 file changed, 8 insertions(+) New commits: commit 123a5a7079426d7d4cb6b980b384339d6150a0a8 Author: Michael Stahl mst...@redhat.com Date: Thu Jan 9 22:34:45 2014 +0100 configure: check for ICE and SM libraries too Change-Id:

[Bug 50350] Setup source and symbol server for Windows

2014-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50350 Christian Lohmaier lohma...@gmx.de changed: What|Removed |Added Status|ASSIGNED|RESOLVED

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

2014-01-10 Thread Kohei Yoshida
sc/inc/scextopt.hxx|7 +++ sc/source/ui/view/scextopt.cxx | 12 sc/source/ui/view/viewdata.cxx |4 3 files changed, 23 insertions(+) New commits: commit 3e87471b6815a3cad48cab2ef81073bad5453c56 Author: Kohei Yoshida kohei.yosh...@collabora.com Date:

[Libreoffice-commits] core.git: 2 commits - chart2/source chart2/uiconfig

2014-01-10 Thread Caolán McNamara
chart2/source/controller/dialogs/tp_DataSource.cxx | 15 ++- chart2/uiconfig/ui/datarangedialog.ui |4 ++-- 2 files changed, 12 insertions(+), 7 deletions(-) New commits: commit 32372b8541b665f9c5127c3d0e21742abdf6d829 Author: Caolán McNamara caol...@redhat.com

[Libreoffice-commits] core.git: unusedcode.easy writerfilter/source

2014-01-10 Thread Petr Vorel
unusedcode.easy |1 writerfilter/source/ooxml/OOXMLFastContextHandler.cxx | 10 -- writerfilter/source/ooxml/OOXMLFastContextHandler.hxx |2 - writerfilter/source/ooxml/OOXMLFastHelper.hxx | 28 --

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2-0' - codemaker/source

2014-01-10 Thread Stephan Bergmann
codemaker/source/codemaker/global.cxx |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) New commits: commit cfb3455bba641f43178abd2600ffc57b05930bf6 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Jan 10 10:16:48 2014 +0100 codemaker: fix^2 invalid string index access

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - dbaccess/source

2014-01-10 Thread Michael Stahl
dbaccess/source/core/dataaccess/databasedocument.cxx | 30 ++- 1 file changed, 16 insertions(+), 14 deletions(-) New commits: commit 634a5950920e82384993f1d88e2dd054d814d175 Author: Michael Stahl mst...@redhat.com Date: Fri Jan 10 17:59:52 2014 +0100 dbaccess: ODF

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - vcl/unx

2014-01-10 Thread Julien Nabet
vcl/unx/gtk/a11y/atkutil.cxx |2 ++ vcl/unx/gtk/a11y/atkwindow.cxx |2 ++ 2 files changed, 4 insertions(+) New commits: commit da966e07c6fb26f54e3538ccaf0a13f857ed2993 Author: Julien Nabet serval2...@yahoo.fr Date: Wed Oct 9 23:11:28 2013 +0200 Use

[Libreoffice-commits] core.git: Changes to 'feature/calc-cell-borders'

2014-01-10 Thread Kohei Yoshida
New branch 'feature/calc-cell-borders' available with the following commits: commit a62b2ad6d9cf0814e41383a83da3d8da63fddad7 Author: Kohei Yoshida kohei.yosh...@collabora.com Date: Fri Jan 10 15:36:36 2014 -0500 Test Excel document that contains all cell borders that Excel supports.

[Libreoffice-commits] core.git: cui/source cui/uiconfig

2014-01-10 Thread Caolán McNamara
cui/source/factory/dlgfact.cxx| 11 +++ cui/source/inc/dbregister.hxx |2 +- cui/source/options/dbregister.cxx | 14 +++--- cui/uiconfig/ui/dbregisterpage.ui |2 ++ 4 files changed, 13 insertions(+), 16 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - cui/source cui/uiconfig

2014-01-10 Thread Caolán McNamara
cui/source/factory/dlgfact.cxx| 11 +++ cui/source/inc/dbregister.hxx |2 +- cui/source/options/dbregister.cxx | 14 +++--- cui/uiconfig/ui/dbregisterpage.ui |2 ++ 4 files changed, 13 insertions(+), 16 deletions(-) New commits: commit

Re: Advice needed : making options dialog slightly wider

2014-01-10 Thread Jean-Baptiste Faure
Le 10/01/2014 20:33, Caolán McNamara a écrit : On Thu, 2014-01-09 at 19:42 +0100, Jean-Baptiste Faure wrote: So I checked each option dialog and it remains only one truncated label in French : in Language Settings Languages the label Complex text layout (CTL) is truncated in French (I see

[Bug 45904] move java based api tests to c++

2014-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45904 --- Comment #13 from Ricardo rivera...@gmail.com --- (In reply to comment #11) Can I work on it? If so, I will assign to me. Thanks in advance! Have you worked on any of the tests? I'd like to hack at these too, but if you have already

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svx/inc

2014-01-10 Thread Armin Le Grand
svx/inc/svx/svxids.hrc |4 1 file changed, 4 insertions(+) New commits: commit c0c3722c0fdbd2af0a8c5cab744d3b4b41e7510c Author: Armin Le Grand a...@apache.org Date: Fri Jan 10 21:55:48 2014 + outlined seemingly free slot as not free (someone else may win time knowing this)

LibreOffice Gerrit News for core on 2014-01-11

2014-01-10 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things ! + sax: Simplify constructor functions. in https://gerrit.libreoffice.org/7376 from Matúš Kukan about module sax + fdo#69613 : Fix for TOC with flag '\u' should

Re: [Libreoffice-qa] [ANN] LibreOffice 4.2.0 RC2 test builds available

2014-01-10 Thread V Stuart Foote
Christian, Something has gone very wrong with the Windows build. Activating the IAccessible2 UAA bridge results in no ability to edit a document as an ENTER key press will crash the edit session and close LO. TB 42 builds seem unaffected. Opened BZ bug 73464

Re: [Libreoffice-qa] LO 4.2.0.2 opens OLH in browser instead of its own OLH

2014-01-10 Thread Pedro
Hi Thomas Thomas Hackert wrote after I downloaded (and parallely installed) LO Version: 4.2.0.2 Build-ID: cd65d6220c5694ee7012d7863bcde3455c9e3c30 and the Germanophone lang- as well as helppack, I discovered, that bug 72022 (https://bugs.freedesktop.org/show_bug.cgi?id=72022) is

Re: [Libreoffice-qa] LO 4.2.0.2 opens OLH in browser instead of its own OLH

2014-01-10 Thread Thomas Hackert
Hello Pedro, *, On Freitag, 10. Januar 2014 13:20 Pedro wrote: Thomas Hackert wrote after I downloaded (and parallely installed) LO Version: 4.2.0.2 Build-ID: cd65d6220c5694ee7012d7863bcde3455c9e3c30 and the Germanophone lang- as well as helppack, I discovered, that bug 72022

Re: [Libreoffice-qa] LO 4.2.0.2 opens OLH in browser instead of its own OLH

2014-01-10 Thread Sophie
Hi Thomas, all, Le 10/01/2014 18:38, Thomas Hackert a écrit : Hello Pedro, *, On Freitag, 10. Januar 2014 13:20 Pedro wrote: Thomas Hackert wrote after I downloaded (and parallely installed) LO Version: 4.2.0.2 Build-ID: cd65d6220c5694ee7012d7863bcde3455c9e3c30 and the Germanophone lang- as

Re: [Libreoffice-qa] LO 4.2.0.2 opens OLH in browser instead of its own OLH

2014-01-10 Thread Thomas Hackert
Hello Sophie, *, On Freitag, 10. Januar 2014 18:52 Sophie wrote: Le 10/01/2014 18:38, Thomas Hackert a écrit : On Freitag, 10. Januar 2014 13:20 Pedro wrote: Thomas Hackert wrote [bug 72022 reappeared again] Works as expected under Windows XP using the Portuguese UI. Offline Help in

[Libreoffice-qa] Bugs with loosing format of paragraphs in Writer

2014-01-10 Thread Robert Großkopf
Hi *, don't know, if this is a feature or (more than one) bug. I'm writing for the German Base-documentation. I tried to reset some direct formatted paragraphs. The following appeared: 1. If I have added bullets or numbering to a paragraph and clear the direct formatting, the format of the

Re: [Libreoffice-qa] LO 4.2.0.2 opens OLH in browser instead of its own OLH

2014-01-10 Thread Pedro
Hi Thomas Thomas Hackert wrote https://wiki.documentfoundation.org/index.php?search=OLHbutton=title=Special%3ASearch, https://wiki.openoffice.org/wiki/OOo_OnlineHelp, and other hits in the search engine of my least distrust reveals more hits with regard to OnLine Help (this is, what I

Re: [Libreoffice-qa] LO 4.2.0.2 opens OLH in browser instead of its own OLH

2014-01-10 Thread Christian Lohmaier
Hi Thomas, On Fri, Jan 10, 2014 at 6:38 PM, Thomas Hackert thack...@nexgo.de wrote: On Freitag, 10. Januar 2014 13:20 Pedro wrote: Thomas Hackert wrote after I downloaded (and parallely installed) LO Version: 4.2.0.2 Build-ID: cd65d6220c5694ee7012d7863bcde3455c9e3c30 and the Germanophone

Re: [Libreoffice-qa] LO 4.2.0.2 opens OLH in browser instead of its own OLH

2014-01-10 Thread Thomas Hackert
Good morning Christian, *, On Freitag, 10. Januar 2014 21:39 Christian Lohmaier wrote: On Fri, Jan 10, 2014 at 6:38 PM, Thomas Hackert thack...@nexgo.de wrote: On Freitag, 10. Januar 2014 13:20 Pedro wrote: Thomas Hackert wrote after I downloaded (and parallely installed) LO Version: 4.2.0.2

[Libreoffice-qa] Use of abbreviations in this ML (was: LO 4.2.0.2 opens OLH in browser instead of its own OLH)

2014-01-10 Thread Thomas Hackert
Good morning Pedro, *, On Freitag, 10. Januar 2014 21:30 Pedro wrote: Thomas Hackert wrote https://wiki.documentfoundation.org/index.php?search=OLHbutton=title=Special%3ASearch, https://wiki.openoffice.org/wiki/OOo_OnlineHelp, and other hits in the search engine of my least distrust reveals

[Libreoffice-bugs] [Bug 73463] Provide break links command in customize GUI

2014-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73463 sophie gautier.sop...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 73352] CRASH - Embedded Firebird - in a form, clicking on Table view switch button in toolbar causes LO to abort

2014-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73352 --- Comment #14 from Alex Thurgood ipla...@yahoo.co.uk --- Console output when I open my form : warn:legacy.osl:23555:1:xmloff/source/forms/elementimport.cxx:438: OElementImport::implImportGenericProperties: unsupported value type!

[Libreoffice-bugs] [Bug 73352] CRASH - Embedded Firebird - in a form, clicking on Table view switch button in toolbar causes LO to abort

2014-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73352 --- Comment #15 from Alex Thurgood ipla...@yahoo.co.uk --- Click on the button Datasource as Table, console output : warn:connectivity.firebird:23555:1:connectivity/source/drivers/firebird/DatabaseMetaData.cxx:1473: Not yet implemented

  1   2   3   >