[Libreoffice-commits] core.git: 2 commits - editeng/source sd/source

2013-09-03 Thread Ivan Timofeev
editeng/source/editeng/impedit4.cxx |5 - sd/source/ui/inc/filedlg.hxx|3 --- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 03737426620f570e33b93f92a4bd4e4b6d2deba3 Author: Ivan Timofeev timofeev@gmail.com Date: Tue Sep 3 10:25:24 2013 +0400

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 tommy27 ba...@quipo.it changed: What|Removed |Added Depends on||68576 --- Comment #80 from

Re: Updates about Enhanced Database Ranges.

2013-09-03 Thread Akash Shetye
What happened last week -background rendering completed. -calculation code written down. -size import code written for table style stripe size. -interface coding did not happen. Targets for this week. -develop ui for the feature. Little more down the road -test the feature.

LibreOffice Gerrit News 2013-09-03

2013-09-03 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: + startcenter: Add tooltips for thumbnails with long filenames in https://gerrit.libreoffice.org/5756 from Krisztian Pinter + Remove more unused methods in https://gerrit.libreoffice.org/5757 from Marcos Souza +

Re: GSOC Code Completion in Basic IDE

2013-09-03 Thread Tomaž Vajngerl
Hi, If i have: dim aMediaProperties(1) as new com.sun.star.beans.PropertyValue and then write: aMediaProperties(0). - code completion changes this to aMeaMediaProperties. Also if I have dim oGraphics as Object and then write oGr.. I thought code completion complete it - is this not supported?

Re: subject: build warnings: ... unsigned only in ISO C90

2013-09-03 Thread Stephan Bergmann
On 09/02/2013 06:34 PM, Terrence Enger wrote: In recent builds there have been several instances of a message warning: this decimal constant is unsigned only in ISO C90. The warnings were abzent from master fetched 2013-08-19, but master fetched 2013-08-28 had 873 instances. I have looked at a

Re: About writeDBLoaderInfo function in dbloader.cxx (dbaccess module)

2013-09-03 Thread Stephan Bergmann
On 09/01/2013 07:38 AM, Lionel Elie Mamane wrote: So actually, in this case, remove the whole function. And also the function of the same name in dbaccess/source/filter/xml/dbloader2.cxx The commit that removed its usage is: commit 8e88ac109dc9eba88db92940d13933fc3a4393d8 Author: sb [hidden

Re: subject: build warnings: ... unsigned only in ISO C90

2013-09-03 Thread Tor Lillqvist
dougmencken had the same issue. He of course is using a toolchain and SDK we don't support any more (building for OS X 10.5 on PowerPC, with gcc 4.2 I think), but maybe this is a more general problem then, also for supported configurations? The exact problem, if I recall from IRC, is with the

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

2013-09-03 Thread Stephan Bergmann
avmedia/source/vlc/vlcwindow.cxx | 14 +++--- avmedia/source/vlc/vlcwindow.hxx | 14 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) New commits: commit 306dbe141da208fc3bfccd3186987ae480061448 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Sep 3 09:35:52

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

2013-09-03 Thread Tor Lillqvist
cui/Library_cui.mk |3 ++- cui/source/options/treeopt.cxx |2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) New commits: commit 8b90ad8af9d72937109ded62609731033558dd84 Author: Tor Lillqvist t...@iki.fi Date: Tue Sep 3 10:54:49 2013 +0300 Bypass

[Libreoffice-commits] core.git: sw/AllLangResTarget_sw.mk sw/inc sw/source sw/uiconfig sw/UIConfig_swriter.mk

2013-09-03 Thread Caolán McNamara
sw/AllLangResTarget_sw.mk |1 sw/UIConfig_swriter.mk |1 sw/inc/index.hrc|2 sw/inc/swabstdlg.hxx|3 sw/source/ui/dialog/swdlgfact.cxx | 17 ---

[Libreoffice-commits] core.git: helpcontent2

2013-09-03 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0d1a2c1e94b26d4837c77f76d58bb7402f785397 Author: Caolán McNamara caol...@redhat.com Date: Tue Sep 3 09:07:55 2013 +0100 Updated core Project: help fdae1bb5ed104b443f19ed026dd2b7d9f67cafdb diff

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

2013-09-03 Thread Caolán McNamara
helpers/help_hid.lst|1 - source/text/swriter/01/0216.xhp |1 + 2 files changed, 1 insertion(+), 1 deletion(-) New commits: commit fdae1bb5ed104b443f19ed026dd2b7d9f67cafdb Author: Caolán McNamara caol...@redhat.com Date: Tue Sep 3 09:07:55 2013 +0100 add help

Re: Question regarding include/svl/filerec.hxx (potential for optimization)

2013-09-03 Thread Noel Grandin
On 2013-09-02 21:40, Philipp Riemer wrote: In addition, the other four files that include this header seem to not use any class of it at all, namely: - svx/source/form/fmsrccfg.cxx - svl/source/items/style.cxx - cui/inc/pch/precompiled_cui.hxx - cui/source/dialogs/cuifmsearch.cxx *Can these

[Libreoffice-commits] core.git: 2 commits - basctl/source cui/uiconfig include/basic officecfg/registry sd/source

2013-09-03 Thread Ivan Timofeev
basctl/source/basicide/baside2.hxx |4 +- basctl/source/basicide/baside2b.cxx |8 ++--- cui/uiconfig/ui/optbasicidepage.ui |4 +- include/basic/codecompletecache.hxx |4 +-

Re: subject: build warnings: ... unsigned only in ISO C90

2013-09-03 Thread Stephan Bergmann
On 09/03/2013 09:15 AM, Tor Lillqvist wrote: dougmencken had the same issue. He of course is using a toolchain and SDK we don't support any more (building for OS X 10.5 on PowerPC, with gcc 4.2 I think), but maybe this is a more general problem then, also for supported configurations? The exact

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

2013-09-03 Thread Caolán McNamara
svtools/source/control/ruler.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 3073c015e381c0801d3137295678fecd009bb204 Author: Caolán McNamara caol...@redhat.com Date: Tue Sep 3 09:55:30 2013 +0100 dbgutil deref of empty vector assert

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

2013-09-03 Thread Stephan Bergmann
codemaker/source/codemaker/global.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ea7ce8cf08521a7609d2ffc0969b1541fbbb9d0c Author: Stephan Bergmann sberg...@redhat.com Date: Tue Sep 3 11:04:28 2013 +0200 Write integers as signed sal_Int32 ...this

Re: subject: build warnings: ... unsigned only in ISO C90

2013-09-03 Thread Stephan Bergmann
On 09/03/2013 10:47 AM, Stephan Bergmann wrote: Ah, this is a bug in cppumaker. UNO enum members must have numeric values in the range [-2^31 ... 2^31 - 1] (cf. http://www.openoffice.org/udk/common/man/typesystem.html), so cppumaker should emit that as -256 rather than 4294967040. Fix to

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

2013-09-03 Thread Caolán McNamara
sw/source/ui/index/swuiidxmrk.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 00aabe82947b1452931a7164738c94af6f47b520 Author: Caolán McNamara caol...@redhat.com Date: Mon Sep 2 21:26:49 2013 +0100 bDel is unused uninitialized Change-Id:

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

2013-09-03 Thread Caolán McNamara
vcl/source/window/builder.cxx |8 1 file changed, 8 insertions(+) New commits: commit e57bb359ae4124f2603b9ab44d1534e4489e914a Author: Caolán McNamara caol...@redhat.com Date: Mon Sep 2 20:53:13 2013 +0100 stop annoying temp full screen windows appearing on insert-index

Re: GSOC Code Completion in Basic IDE

2013-09-03 Thread Noel Power
Hi, So firstly it's great to see this finally land in master, congratulations!!. But... I fear that you really don't do the feature justice, there is little explanation or context in the information below, I understand what you mean ( but.. I have been following what you have been doing ) I doubt

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

2013-09-03 Thread Caolán McNamara
cui/source/dialogs/SpellDialog.cxx |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) New commits: commit 39213d044b40704be72fb2c3b35059b140bd2ef3 Author: Caolán McNamara caol...@redhat.com Date: Mon Sep 2 11:00:05 2013 +0100 Resolves: fdo#68794 blank placeholders when there

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

2013-09-03 Thread Caolán McNamara
vcl/source/window/builder.cxx |8 1 file changed, 8 insertions(+) New commits: commit 312ddda98c447925bd85721f361ab9a4ecba4fef Author: Caolán McNamara caol...@redhat.com Date: Mon Sep 2 20:53:13 2013 +0100 stop annoying temp full screen windows appearing on insert-index

[Libreoffice-commits] core.git: basegfx/source formula/source include/basegfx include/formula include/toolkit include/unotools include/vcl sd/source sfx2/source toolkit/source unotools/source unusedco

2013-09-03 Thread Marcos Paulo de Souza
basegfx/source/pixel/bpixel.cxx | 14 formula/source/ui/dlg/formula.cxx |5 - include/basegfx/pixel/bpixel.hxx|3 include/formula/formula.hxx |1 include/toolkit/controls/unocontrolbase.hxx

[PATCH] Remove more unused methods

2013-09-03 Thread Thomas Arnhold (via Code Review)
Hello LibreOffice gerrit bot, Marcos Souza, I'd like you to reexamine a rebased change. Please visit https://gerrit.libreoffice.org/5757 to look at the new rebased patch set (#2). Change subject: Remove more unused methods

[PUSHED] Remove more unused methods

2013-09-03 Thread Thomas Arnhold (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/5757 Approvals: Thomas Arnhold: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/5757 To unsubscribe,

[Libreoffice-commits] core.git: 8 commits - android/sdremote

2013-09-03 Thread Artur Dryomov
android/sdremote/res/drawable-hdpi/ic_launcher.png |binary android/sdremote/res/drawable-mdpi/ic_launcher.png |binary android/sdremote/res/drawable-xhdpi/ic_launcher.png

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

2013-09-03 Thread Caolán McNamara
unotools/source/config/xmlaccelcfg.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 2c7988205fc088b86ff7ba3f92253e85773952a1 Author: Caolán McNamara caol...@redhat.com Date: Tue Sep 3 10:26:01 2013 +0100 WaE: unused define Change-Id:

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

2013-09-03 Thread Stephan Bergmann
ucb/source/ucp/cmis/cmis_content.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 624ebf61f62937bff8b1bac49242782c6c4caf44 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Sep 3 11:58:13 2013 +0200 warning C4702: unreachable code Change-Id:

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

2013-09-03 Thread Miklos Vajna
sw/qa/extras/ooxmlimport/data/fdo68607.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 10 ++ writerfilter/source/dmapper/DomainMapperTableHandler.cxx | 15 ++- writerfilter/source/dmapper/PropertyMap.cxx |5 +

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

2013-09-03 Thread Krisztian Pinter
include/sfx2/thumbnailview.hxx|5 + sfx2/source/control/thumbnailview.cxx | 32 +++- sfx2/source/dialog/backingwindow.cxx |2 ++ 3 files changed, 38 insertions(+), 1 deletion(-) New commits: commit 48d00430e2b1ceb16a0c377c4aa6c40b733eb529

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

2013-09-03 Thread Tor Lillqvist
basic/source/comp/dim.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 17fb3ac805acbaf5e503d44ac96d928333164f2d Author: Tor Lillqvist t...@iki.fi Date: Tue Sep 3 13:55:18 2013 +0300 WaE: C4101: 'ex' : unreferenced local variable Change-Id:

[Libreoffice-commits] libcdr.git: .gitreview

2013-09-03 Thread David Tardon
.gitreview |7 +++ 1 file changed, 7 insertions(+) New commits: commit 833fd12ef16b40d18c8bd2e0259618d4d8a2503a Author: David Tardon dtar...@redhat.com Date: Tue Sep 3 13:02:37 2013 +0200 simplify use of git-review for libcdr Change-Id:

[Libreoffice-commits] libcdr.git: README

2013-09-03 Thread David Tardon
README |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit e1c6373b727a3c79941d23b825538c32e49c80d9 Author: David Tardon dtar...@redhat.com Date: Tue Sep 3 12:58:31 2013 +0200 update README Change-Id: I4b64948956b8819896b2ed2ee117fe747c38078f

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

2013-09-03 Thread Artur Dryomov
sd/source/ui/remotecontrol/ImagePreparer.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 96eff63b878b53c92375e02910fcf12b8b9df923 Author: Artur Dryomov artur.dryo...@gmail.com Date: Tue Sep 3 12:47:20 2013 +0300 Fix HTML closing tags order for slide notes.

[PATCH] update README

2013-09-03 Thread David Tardon (via Code Review)
Hi, I would like you to review the following patch: https://gerrit.libreoffice.org/5772 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/libcdr refs/changes/72/5772/1 update README Change-Id: I4b64948956b8819896b2ed2ee117fe747c38078f --- M README 1 file changed, 3

[PUSHED] update README

2013-09-03 Thread David Tardon (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/5772 Approvals: David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/5772 To unsubscribe,

[Libreoffice-commits] libcdr.git: README

2013-09-03 Thread David Tardon
README |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 5e7bbd79cc6b90c7473efda605259c9613c52c41 Author: David Tardon dtar...@redhat.com Date: Tue Sep 3 13:13:30 2013 +0200 use cgit/gitweb URLs after all Change-Id:

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

2013-09-03 Thread Caolán McNamara
vcl/unx/gtk/window/gtksalframe.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4a4ed52e57b540167c3ca45e6e762b9e21e874de Author: Caolán McNamara caol...@redhat.com Date: Tue Sep 3 12:24:34 2013 +0100 Resolves: rhbz#993963 NULL m_pWindow on firefox deleted

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - linguistic/source

2013-09-03 Thread Michael Stahl
linguistic/source/gciterator.cxx | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) New commits: commit aa9bef8271ed50a397c959ed53c91ee44b3dcb10 Author: Michael Stahl mst...@redhat.com Date: Mon Sep 2 15:58:00 2013 +0200 fdo#68750: ensure that GetSuggestedEndOfSentence

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 tommy27 ba...@quipo.it changed: What|Removed |Added Depends on|68576 |68756 --- Comment #81 from

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

2013-09-03 Thread Lionel Elie Mamane
connectivity/source/drivers/odbcbase/OResultSet.cxx | 60 +--- 1 file changed, 39 insertions(+), 21 deletions(-) New commits: commit eb0aef67c76e23e77be12deda0acfb2475368fa2 Author: Lionel Elie Mamane lio...@mamane.lu Date: Tue Aug 27 17:59:42 2013 +0200 fdo#68315 odbc

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

2013-09-03 Thread Lionel Elie Mamane
connectivity/source/drivers/odbcbase/OResultSet.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit eed831380d3fdadc7defdbe66e7a8275507ca748 Author: Lionel Elie Mamane lio...@mamane.lu Date: Tue Aug 27 18:03:21 2013 +0200 odbc insert: adjust buffer size

[Libreoffice-commits] libmspub.git: .gitreview

2013-09-03 Thread David Tardon
.gitreview |7 +++ 1 file changed, 7 insertions(+) New commits: commit 0ec56109b2df0776b8ff0c921209a58ba655541b Author: David Tardon dtar...@redhat.com Date: Tue Sep 3 13:59:30 2013 +0200 set up git-review diff --git a/.gitreview b/.gitreview new file mode 100644 index

[Libreoffice-commits] libmspub.git: README

2013-09-03 Thread David Tardon
README |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit 0477515f72618f05e92108d619a0aeb67895dfe2 Author: David Tardon dtar...@redhat.com Date: Tue Sep 3 14:03:03 2013 +0200 add cgit/gitweb URLs to the repo Change-Id:

[PATCH] add cgit/gitweb URLs to the repo

2013-09-03 Thread David Tardon (via Code Review)
Hi, I would like you to review the following patch: https://gerrit.libreoffice.org/5778 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/libmspub refs/changes/78/5778/1 add cgit/gitweb URLs to the repo Change-Id: I9231c621faafdd2cc67f9b066254f0cff61f9170 --- M

[PUSHED] add cgit/gitweb URLs to the repo

2013-09-03 Thread David Tardon (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/5778 Approvals: David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/5778 To unsubscribe,

[Libreoffice-commits] libvisio.git: .gitreview

2013-09-03 Thread David Tardon
.gitreview |7 +++ 1 file changed, 7 insertions(+) New commits: commit 5ab187ae8db28edc323775ce6987713953722a09 Author: David Tardon dtar...@redhat.com Date: Tue Sep 3 14:05:15 2013 +0200 set up git-review diff --git a/.gitreview b/.gitreview new file mode 100644 index

[Libreoffice-commits] libvisio.git: README

2013-09-03 Thread David Tardon
README |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 21021e51b97eba53308e504ce6b6b5e23b40cf08 Author: David Tardon dtar...@redhat.com Date: Tue Sep 3 14:07:51 2013 +0200 add cgit/gitweb URLs Change-Id:

[PATCH] add cgit/gitweb URLs

2013-09-03 Thread David Tardon (via Code Review)
Hi, I would like you to review the following patch: https://gerrit.libreoffice.org/5779 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/libvisio refs/changes/79/5779/1 add cgit/gitweb URLs Change-Id: I9ad2904ab48d836a8ee26e512d2db97a0f6304cf --- M README 1 file

[PUSHED] add cgit/gitweb URLs

2013-09-03 Thread David Tardon (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/5779 Approvals: David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/5779 To unsubscribe,

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

2013-09-03 Thread Stephan Bergmann
sfx2/source/control/thumbnailview.cxx | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) New commits: commit 9eefaa56e4bf7d17956e1358e227573dad6a931c Author: Stephan Bergmann sberg...@redhat.com Date: Tue Sep 3 14:21:03 2013 +0200 warning C4701: potentially

Re: FW: Smart-Art in Writer - Correct 'Import' approach ?

2013-09-03 Thread Miklos Vajna
Hi Adam, On Sun, Sep 01, 2013 at 05:35:12PM +0300, Adam Fyne adam.f...@cloudon.com wrote: We are doing some work on implementing 'Smart-Art *Preservation*' in Writer. Meaning – if the user doesWordèLOèWordround-trip we plan that they won't lose their Smart-Art object. Currently

Re: FW: Smart-Art in Writer - Correct 'Import' approach ?

2013-09-03 Thread Adam Fyne
Hi Miklos, See my comments below. Thanks, Adam On Tue, Sep 3, 2013 at 3:21 PM, Miklos Vajna vmik...@suse.cz wrote: Hi Adam, On Sun, Sep 01, 2013 at 05:35:12PM +0300, Adam Fyne adam.f...@cloudon.com wrote: We are doing some work on implementing 'Smart-Art *Preservation*' in Writer.

is there a portable version of libre office for win 7 ?

2013-09-03 Thread Supiramani Supiramani
Hi i use a win 7 machine that has admin restriction ...i.e, installing software is prohibited, but i am allowed to use pportable versions i am interested in libre office and would like to know IF there is a portable version thanks regards

Re: Project focused on adding missing functionality to LibreOffice.

2013-09-03 Thread Mateusz Marzantowicz
On 26.08.2013 23:18, Jakub Kościelak wrote: - Maintaining full compatibility with the file formats created in Microsoft Excel 2003, 2007 and 2010, including the correct application of special functions and macros - a lot has already been done, macros are the biggest problem. How? Microsoft

License statement

2013-09-03 Thread Farago Janos
All of my past and future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Best Regards, Janos FARAGO Andrews IT Engineering Kft. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] core.git: 2 commits - i18nlangtag/Library_i18nlangtag.mk i18nlangtag/source

2013-09-03 Thread Eike Rathke
i18nlangtag/Library_i18nlangtag.mk |1 i18nlangtag/source/languagetag/languagetag.cxx | 91 + 2 files changed, 64 insertions(+), 28 deletions(-) New commits: commit 7c032aa60eaccde88a9064a80bb69fe8076a040b Author: Eike Rathke er...@redhat.com Date:

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

2013-09-03 Thread Marcos Paulo de Souza
starmath/source/edit.cxx | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) New commits: commit 9e9693b91acb747cf53f819099a78f7ed4de9f40 Author: Marcos Paulo de Souza marcos.souza@gmail.com Date: Tue Sep 3 09:09:19 2013 -0300 fdo#68877: Select ? as

Re: is there a portable version of libre office for win 7 ?

2013-09-03 Thread Christian Lohmaier
Hi *, On Sat, Aug 31, 2013 at 5:01 AM, Supiramani Supiramani hisupiram...@hotmail.com wrote: [...] i am interested in libre office and would like to know IF there is a portable version There is - http://www.libreoffice.org/download (see the are below the main download buttons) - portable

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

2013-09-03 Thread Tor Lillqvist
avmedia/source/vlc/wrapper/SymbolLoader.hxx | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) New commits: commit e576b47521446002a473575f2051ec36c4237bf2 Author: Tor Lillqvist t...@iki.fi Date: Tue Sep 3 15:17:46 2013 +0300 Blind fix to make this perhaps actually

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

2013-09-03 Thread Caolán McNamara
vcl/unx/gtk/window/gtksalframe.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ce7aeaa358dcdbcaf43c55670345fad8ee86 Author: Caolán McNamara caol...@redhat.com Date: Tue Sep 3 12:24:34 2013 +0100 Resolves: rhbz#993963 NULL m_pWindow on firefox deleted

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

2013-09-03 Thread Caolán McNamara
vcl/unx/gtk/window/gtkframe.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 85049f0986dbfd277dd449b908d126065c92b7d3 Author: Caolán McNamara caol...@redhat.com Date: Tue Sep 3 12:24:34 2013 +0100 Resolves: rhbz#993963 NULL m_pWindow on firefox deleted

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - 2 commits - sw/qa writerfilter/inc writerfilter/source

2013-09-03 Thread Cédric Bosdonnat
sw/qa/extras/ooxmlimport/data/n816593.docx |binary sw/qa/extras/ooxmlimport/data/table_width.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 15 +++ writerfilter/inc/resourcemodel/TableData.hxx |5 +

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - sw/source

2013-09-03 Thread Caolán McNamara
sw/source/ui/index/swuiidxmrk.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 23e32272393c239a950948e92d83b5b0748cedd8 Author: Caolán McNamara caol...@redhat.com Date: Mon Sep 2 21:26:49 2013 +0100 bDel is unused uninitialized Change-Id:

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

2013-09-03 Thread Tor Lillqvist
basctl/source/basicide/baside2b.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cbfe56c3bc7ae849f8ea9825445f5e2c5dc4dc00 Author: Tor Lillqvist t...@iki.fi Date: Tue Sep 3 15:46:47 2013 +0300 WaE: C4101: 'ex' : unreferenced local variable

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

2013-09-03 Thread Caolán McNamara
include/svx/svdxcgv.hxx |2 include/svx/xtable.hxx|2 svx/source/form/fmpgeimp.cxx |5 - svx/source/form/tbxform.cxx |4 svx/source/svdraw/svdxcgv.cxx |4 svx/source/xoutdev/xtable.cxx |4 sw/source/filter/ww8/ww8graf.cxx |

Re: is there a portable version of libre office for win 7 ?

2013-09-03 Thread Pedro
Actually there are two portable versions. The one suggested by Christian and X-LibreOffice from winPenPack. You can get the latest version from http://www.winpenpack.com/en/download.php?view.1354 or choose any specific version from

Re: FW: Smart-Art in Writer - Correct 'Import' approach ?

2013-09-03 Thread Miklos Vajna
Hi, On Tue, Sep 03, 2013 at 03:26:31PM +0300, Adam Fyne adam.f...@cloudon.com wrote: we would like to change this and show the user a *locked* bitmap of the smart-art, that the user cannot manipulate (so that he can at least preserve the original Smart-Art). What is the benefit of

Re: FW: Smart-Art in Writer - Correct 'Import' approach ?

2013-09-03 Thread Adam Fyne
On Tue, Sep 3, 2013 at 4:48 PM, Miklos Vajna vmik...@suse.cz wrote: Hi, On Tue, Sep 03, 2013 at 03:26:31PM +0300, Adam Fyne adam.f...@cloudon.com wrote: we would like to change this and show the user a *locked* bitmap of the smart-art, that the user cannot manipulate (so that he can

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

2013-09-03 Thread Ivan Timofeev
sw/source/filter/html/css1atr.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit a8865e5df62b5f33aa769d459b9823eb5b110d4b Author: Ivan Timofeev timofeev@gmail.com Date: Tue Sep 3 18:00:11 2013 +0400 fix html export of SfxPoolItems hintids.hxx and SwAttrFnTab

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 68607, which changed state. Bug 68607 Summary: FILEOPEN: 8 page word document only displays page one https://bugs.freedesktop.org/show_bug.cgi?id=68607 What|Removed |Added

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

2013-09-03 Thread Ivan Timofeev
sw/source/filter/html/css1atr.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3103306f4753f546f881cfc6bcdb357d4e1857d8 Author: Ivan Timofeev timofeev@gmail.com Date: Tue Sep 3 18:57:42 2013 +0400 fix html export of line spacing regression from

[Libreoffice-commits] core.git: 2 commits - download.lst openssl/openssl-asm-fix.patch openssl/opensslios.patch openssl/openssllnx.patch openssl/opensslwnt.patch openssl/UnpackedTarball_openssl.mk sal

2013-09-03 Thread Tor Lillqvist
download.lst |2 - openssl/UnpackedTarball_openssl.mk |3 - openssl/openssl-asm-fix.patch | 11 -- openssl/opensslios.patch |6 +-- openssl/openssllnx.patch | 59 - openssl/opensslwnt.patch

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - 7 commits - sw/qa writerfilter/source

2013-09-03 Thread Miklos Vajna
sw/qa/extras/inc/swmodeltestbase.hxx | 12 ++ sw/qa/extras/ooxmlimport/data/fdo68607.docx |binary sw/qa/extras/ooxmlimport/data/table-auto-nested.docx |binary sw/qa/extras/ooxmlimport/data/table-floating.docx|binary

[Libreoffice-commits] translations.git: Changes to 'libreoffice-4-1-2'

2013-09-03 Thread Christian Lohmaier
New branch 'libreoffice-4-1-2' available with the following commits: commit 84797cbc28438267130671c9c602e1559e3d8125 Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Tue Sep 3 17:40:40 2013 +0200 Branch libreoffice-4-1-2 This is 'libreoffice-4-1-2' - the stable

[Libreoffice-commits] help.git: Changes to 'libreoffice-4-1-2'

2013-09-03 Thread Christian Lohmaier
New branch 'libreoffice-4-1-2' available with the following commits: commit 33b0b78a27e1821fed7ec18bb9b2bcb8ddda6ca4 Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Tue Sep 3 17:40:40 2013 +0200 Branch libreoffice-4-1-2 This is 'libreoffice-4-1-2' - the stable

[Libreoffice-commits] dictionaries.git: Changes to 'libreoffice-4-1-2'

2013-09-03 Thread Christian Lohmaier
New branch 'libreoffice-4-1-2' available with the following commits: commit e85fda38030d225ad56d5c90574ceadc390e7cec Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Tue Sep 3 17:40:40 2013 +0200 Branch libreoffice-4-1-2 This is 'libreoffice-4-1-2' - the stable

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

2013-09-03 Thread Tor Lillqvist
cppuhelper/source/shlib.cxx |8 1 file changed, 8 deletions(-) New commits: commit ecb1850b2d32e509050be9a323cf124fe2af5277 Author: Tor Lillqvist t...@collabora.com Date: Tue Sep 3 14:39:06 2013 +0300 Can unify this now it seems Change-Id:

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

2013-09-03 Thread Christian Lohmaier
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bdcb0c43c72b0e682612c88cdc0796f921c7f67d Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Tue Sep 3 17:46:14 2013 +0200 bump product version to 4.1.3.0.0+ Change-Id:

Re: is there a portable version of libre office for win 7 ?

2013-09-03 Thread Tommy
On Tue, 03 Sep 2013 15:11:29 +0200, Pedro pedl...@gmail.com wrote: Actually there are two portable versions. The one suggested by Christian and X-LibreOffice from winPenPack. You can get the latest version from http://www.winpenpack.com/en/download.php?view.1354 or choose any specific version

[Libreoffice-commits] core.git: openssl/UnpackedTarball_openssl.mk

2013-09-03 Thread Tor Lillqvist
openssl/UnpackedTarball_openssl.mk | 24 1 file changed, 24 insertions(+) New commits: commit d8d26ba1565d597e333dc474b13d8e63fe31976d Author: Tor Lillqvist t...@collabora.com Date: Tue Sep 3 18:23:42 2013 +0300 More headers need un-symlinking for MSVC

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

2013-09-03 Thread Michael Stahl
vcl/win/source/gdi/salgdi3.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c91f7082180d1ca90467891f3b7ca9a3e845d9e7 Author: Michael Stahl mst...@redhat.com Date: Tue Sep 3 17:27:44 2013 +0200 fdo#68731: vcl: fix path for bundled fonts on Windows

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

2013-09-03 Thread Caolán McNamara
include/sfx2/tbxctrl.hxx |4 sfx2/source/toolbox/tbxitem.cxx | 17 + sw/source/ui/inc/navipi.hxx |2 +- sw/source/ui/inc/workctrl.hxx|2 +- sw/source/ui/ribbar/workctrl.cxx |8 sw/source/ui/utlui/navipi.cxx|9 - 6

[Libreoffice-commits] core.git: Changes to 'libreoffice-4-1-2'

2013-09-03 Thread Caolán McNamara
New branch 'libreoffice-4-1-2' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reminder: openid and gerrit

2013-09-03 Thread Norbert Thiebaud
If you need to add a new openid to your current gerrit account: log-in with you existing valid openid... then go Setting... , then Identities add you new identities there... make sure you complete the email hand-shake then and only then, you can log on with your new identity if you try to use

Este fin de semana ven al Homenaje a la Tierra

2013-09-03 Thread Ciencia y Espíritu
Este fin de semana ven al Homenaje a la Tierra El próximo jueves y hasta el domingo (del 4 al 8 de Sept.) celebramos el Homenaje a la Tierra, al abrigo de la montaña de Montserrat, donde dispondremos de cuatro escenarios para celebrar simultáneamente conferencias, talleres, conciertos

[Libreoffice-commits] core.git: openssl/ExternalProject_openssl.mk

2013-09-03 Thread Tor Lillqvist
openssl/ExternalProject_openssl.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4b2c4191cdb489055197355d93690caa9a220ef5 Author: Tor Lillqvist t...@collabora.com Date: Tue Sep 3 19:35:07 2013 +0300 For some reason the asm code for rc4_md5_enc seems to go

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

2013-09-03 Thread Tor Lillqvist
sw/source/filter/ww8/ww8par5.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 12e646839d9668dbffaad94074d8a75cde7ac0f5 Author: Tor Lillqvist t...@collabora.com Date: Tue Sep 3 18:48:59 2013 +0300 OUString::replaceAll() is not in-place Change-Id:

4.1 Wow!

2013-09-03 Thread Bruce Hohl
Hi All, Please forgive me but I am going to misuse this list to say thanks for version 4.1! I use Calc almost everyday and I am very pleased with all the little fixes and improvements. This software is really reaching its potential under TDF and the LO developers. Thanks!

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - instsetoo_native/util solenv/inc

2013-09-03 Thread Andras Timar
instsetoo_native/util/openoffice.lst | 24 solenv/inc/minor.mk |4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) New commits: commit b6d84e347eb5a7e036fca6993f18bdfe3dd793ac Author: Andras Timar andras.ti...@collabora.com Date: Tue Sep

Re: is there a portable version of libre office for win 7 ?

2013-09-03 Thread Jonathan Aquilina
How is the portable apps one not as good as the other they should be exactly the same. On Tue, Sep 3, 2013 at 6:09 PM, Tommy ba...@quipo.it wrote: On Tue, 03 Sep 2013 15:11:29 +0200, Pedro pedl...@gmail.com wrote: Actually there are two portable versions. The one suggested by Christian

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

2013-09-03 Thread Miklos Vajna
sw/qa/extras/ww8import/ww8import.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 60a3f35e63c360fb1b714d4bde60106775d202d9 Author: Miklos Vajna vmik...@collabora.co.uk Date: Tue Sep 3 20:57:32 2013 +0200 typo Change-Id:

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 --- Comment #170 from iveand ive...@gmail.com --- I am nominating Bug 68313 This is a major blocker that will not allow users with languages with multiple diacritics on characters to be able to use Libre Office. In short, these characters will

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - cui/source filter/source include/sfx2 include/vcl padmin/source vcl/source

2013-09-03 Thread Caolán McNamara
cui/source/dialogs/scriptdlg.cxx |1 - filter/source/xsltdialog/xmlfiltertestdialog.cxx |1 - include/sfx2/passwd.hxx |2 +- include/vcl/dialog.hxx |3 +++ padmin/source/prtsetup.cxx |2 --

[Libreoffice-commits] core.git: openssl/ExternalProject_openssl.mk

2013-09-03 Thread Tor Lillqvist
openssl/ExternalProject_openssl.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 54885512f2dc18d0095c6002d27bb2f7195b797a Author: Tor Lillqvist t...@collabora.com Date: Tue Sep 3 21:48:33 2013 +0300 Pass no-dso to the OpenSSL configury No idea why OpenSSL would

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-4.1.2.1'

2013-09-03 Thread Christian Lohmaier
Tag 'libreoffice-4.1.2.1' created by Christian Lohmaier lohmaier+libreoff...@googlemail.com at 2013-09-03 20:03 -0700 Tag libreoffice-4.1.2.1 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.14 (GNU/Linux) iQIcBAABAgAGBQJSJjKbAAoJEPQ0oe+v7q6jrRsP/1xg6hxv0fap/pnc1RcxR4Yg

[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-4.1.2.1'

2013-09-03 Thread Christian Lohmaier
Tag 'libreoffice-4.1.2.1' created by Christian Lohmaier lohmaier+libreoff...@googlemail.com at 2013-09-03 20:04 -0700 Tag libreoffice-4.1.2.1 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.14 (GNU/Linux) iQIcBAABAgAGBQJSJjKkAAoJEPQ0oe+v7q6jfcsP/2FbsX1DrE+LtgM8QMGb8s+w

[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-4.1.2.1'

2013-09-03 Thread Christian Lohmaier
Tag 'libreoffice-4.1.2.1' created by Christian Lohmaier lohmaier+libreoff...@googlemail.com at 2013-09-03 20:04 -0700 Tag libreoffice-4.1.2.1 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.14 (GNU/Linux) iQIcBAABAgAGBQJSJjKpAAoJEPQ0oe+v7q6jWP0P/3cNX61kJTAkwoNfGc0/bWkA

  1   2   3   4   >