[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 03/a410876fbdb5f9e1a7216d9d622557275d4896

2014-05-18 Thread Caolán McNamara
03/a410876fbdb5f9e1a7216d9d622557275d4896 |1 + 1 file changed, 1 insertion(+) New commits: commit f516dbbff21501a23451d25a6aeafaf0f017e1b9 Author: Caolán McNamara Date: Sun May 18 08:53:33 2014 +0100 Notes added by 'git notes add' diff --git a/03/a410876fbdb5f9e1a7216d9d622557275d4

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

2014-05-18 Thread Tsutomu Uchino
scripting/source/protocolhandler/scripthandler.cxx | 40 + 1 file changed, 40 insertions(+) New commits: commit a00c4c5e2fb9461fef1fbce4d51c8cdf36141b9f Author: Tsutomu Uchino Date: Sat May 17 10:16:40 2014 + Resolves: #i113481# query script invocation from the c

[Libreoffice-commits] core.git: 3 commits - Repository.mk vcl/Module_vcl.mk vcl/workben

2014-05-18 Thread Chris Sherlock
Repository.mk |6 - vcl/Module_vcl.mk |6 - vcl/workben/svdem.cxx |2 - vcl/workben/svpclient.cxx | 47 +- vcl/workben/svptest.cxx | 19 +++--- vcl/workben/vcldemo.cxx | 19 +++

VCL demos now working

2014-05-18 Thread Chris Sherlock
Hi folks, I finally managed to get the VCL demos working. To see one of them, run: instdir/program/svptest and for a basic one: instdir/program/vcldemo The sources can be found in vcl/workben/ Chris ___ LibreOffice mailing list LibreOffice@lists.fr

[Bug 67544] FILESAVE: Slide transistion sound(other sound) is not included in presentation file

2014-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67544 --- Comment #9 from Vishv --- (In reply to comment #8) > (In reply to comment #7) > > The above code don't give me any compilation error. But, when I open an > > instance of Impress from my terminal, I could see this messages > > http://pastebin.

[Libreoffice-commits] core.git: vcl/Executable_svpclient.mk vcl/Executable_svptest.mk vcl/Executable_vcldemo.mk

2014-05-18 Thread Chris Sherlock
vcl/Executable_svpclient.mk | 39 +++ vcl/Executable_svptest.mk | 39 +++ vcl/Executable_vcldemo.mk | 39 +++ 3 files changed, 117 insertions(+) New commits: commit 2701cc1aed7264

[Libreoffice-commits] core.git: Repository.mk

2014-05-18 Thread Chris Sherlock
Repository.mk | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit c39bb97e475659b2007667d99914991b059b8841 Author: Chris Sherlock Date: Sun May 18 19:16:24 2014 +1000 vcl: don't deploy demos Change-Id: If5e720569ddf5e0538712c24cadb6e15812a0f69

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

2014-05-18 Thread Vinaya Mandke
sw/qa/extras/ooxmlexport/data/fdo78651.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 10 ++ sw/source/filter/ww8/docxattributeoutput.cxx |1 + sw/source/filter/ww8/ww8atr.cxx |7 +++ 4 files changed, 18 insertions(+) New commits: commit 6d73c5d74

Re: Questions about getCppuType

2014-05-18 Thread julien2412
I noticed there are a lot of "Reference" without prefix. Is there a way to be sure it's ok to replace these occurences by cppu::UnoType... ? -- View this message in context: http://nabble.documentfoundation.org/Questions-about-getCppuType-tp4106361p4109226.html Sent from the Dev mailing list ar

[Libreoffice-commits] core.git: 3 commits - external/mysqlcppconn include/sal sal/textenc

2014-05-18 Thread Thomas Arnhold
external/mysqlcppconn/README |2 +- external/mysqlcppconn/patches/mysql-connector-c++-1.1.0.patch |4 +--- include/sal/types.h |6 +++--- sal/textenc/generate/big5hkscs2001.pl |2 --

[Libreoffice-commits] core.git: 2 commits - dbaccess/source include/editeng winaccessibility/source

2014-05-18 Thread Thomas Arnhold
dbaccess/source/ui/inc/toolbox_tmpl.hrc |6 +++--- include/editeng/memberids.hrc |4 ++-- winaccessibility/source/UAccCOM/AccActionBase.cxx |2 -- winaccessibility/source/UAccCOM/MAccessible.h |4 4 files changed, 5 insertions(+), 11 deletions

Re: Questions about getCppuType

2014-05-18 Thread athomas
Only by looking into the source file: If there's a: using namespace com::sun::star::uno; Then css::uno::Reference is used. if there's a using namespace ::rtl; Then it's rtl::Reference. But looking after those is pretty annoying. Maybe there's another way :) Thomas On 18.05.2014 11:30, jul

Mukhiddin Yusupov MPLv2/LGPLv3+

2014-05-18 Thread Mukhiddin
All of my past and future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: build failure, clock_gettime undefined, linking libavmedialo.so

2014-05-18 Thread David Tardon
Hi, On Fri, May 16, 2014 at 03:19:21PM +0100, Tamas Zolnai wrote: > > On Friday, May 16, 2014 15:00 BST, Terrence Enger > wrote: > > > My build of commit 48eccfb, fetched around 2014-05-16 00:57 UTC, is > > failing with messages: > > > > [build LNK] Library/libavmedialo.so > > > >

[Libreoffice-commits] core.git: Repository.mk vcl/Module_vcl.mk

2014-05-18 Thread Thomas Arnhold
Repository.mk |2 +- vcl/Module_vcl.mk |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 5c669a5cfb380a6c3c65c4e4460a8736ce7f0880 Author: Thomas Arnhold Date: Sun May 18 13:39:02 2014 +0200 vcl: don't build demos for windows at the moment as

[Libreoffice-commits] core.git: 4 commits - include/svx sc/uiconfig sd/source sd/uiconfig svx/source sw/uiconfig

2014-05-18 Thread Maxim Monastirsky
include/svx/dialogs.hrc |1 include/svx/linectrl.hxx | 18 include/svx/tbcontrl.hxx | 25 + sc/uiconfig/scalc/toolbar/drawobjectbar.xml |2 sd/source/ui/app/sddll.cxx|

[Libreoffice-commits] core.git: bridges/source winaccessibility/source

2014-05-18 Thread Thomas Arnhold
bridges/source/jni_uno/jni_bridge.h |4 ++-- winaccessibility/source/UAccCOM/acccommon.h |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit a7eae9c280d860ca12b6300539404bec16700a7b Author: Thomas Arnhold Date: Sun May 18 13:44:01 2014 +0200 fix s

[Libreoffice-commits] core.git: bin/fixincludeguards.sh odk/examples

2014-05-18 Thread Thomas Arnhold
bin/fixincludeguards.sh |2 +- odk/examples/cpp/complextoolbarcontrols/ListenerHelper.h|5 + odk/examples/cpp/complextoolbarcontrols/MyJob.h |4 ++-- odk/examples/cpp/complextoolbarcontrols/MyListener.h|6 +++--- odk/e

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

2014-05-18 Thread Maxim Monastirsky
solenv/gbuild/extensions/pre_MergedLibsList.mk |2 +- svx/source/tbxctrls/tbcontrl.cxx | 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit 558618e0dd75424bd2d7134ba536ee78bdb4a26a Author: Maxim Monastirsky Date: Sun May 18 16:33:55 2014 +03

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Maxim Monastirsky changed: What|Removed |Added Depends on||68806 -- You are receiving this mai

[Bug 60270] LibreOffice 4.1 most annoying bugs

2014-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Maxim Monastirsky changed: What|Removed |Added Depends on|68806 | -- You are receiving this mail bec

Re: Questions about getCppuType

2014-05-18 Thread julien2412
Athomas: indeed, I hope there's another way because I'm running a simple regexp to replace the occurences:-) -- View this message in context: http://nabble.documentfoundation.org/Questions-about-getCppuType-tp4106361p4109260.html Sent from the Dev mailing list archive at Nabble.com. ___

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

2014-05-18 Thread Takeshi Abe
sc/source/ui/drawfunc/drtxtob.cxx |6 -- sc/source/ui/drawfunc/drtxtob1.cxx| 14 ++ sc/source/ui/drawfunc/fuins2.cxx |6 +++--- sc/source/ui/miscdlgs/scuiautofmt.cxx | 13 + sc/source/ui/pagedlg/tphf.cxx | 11 --- sc/source/ui/

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

2014-05-18 Thread Julien Nabet
extras/source/autotext/lang/en-AU/acor/DocumentList.xml |4 ++-- extras/source/autotext/lang/en-GB/acor/DocumentList.xml |4 ++-- extras/source/autotext/lang/en-US/acor/DocumentList.xml |4 ++-- extras/source/autotext/lang/en-ZA/acor/DocumentList.xml |4 ++-- extras/source/autotext

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

2014-05-18 Thread Kohei Yoshida
sc/source/ui/cctrl/checklistmenu.cxx |3 --- 1 file changed, 3 deletions(-) New commits: commit 836328d6473ae1a0c472c7dbf8262641c74843cb Author: Kohei Yoshida Date: Sun May 18 12:43:06 2014 -0400 fdo#78786: No need to insert entries here for date members. Data member entries

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

2014-05-18 Thread Eike Rathke
svl/source/numbers/zforfind.cxx | 64 ++-- svl/source/numbers/zforfind.hxx |7 2 files changed, 62 insertions(+), 9 deletions(-) New commits: commit 41b9ab0375f455f504c66b4870e817aba0f990d2 Author: Eike Rathke Date: Sat May 17 02:33:42 2014 +0200

[Libreoffice-commits] core.git: officecfg/registry

2014-05-18 Thread Kohei Yoshida
officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1d7c97a607615c3f176c9f553d1d011e4ee55c1d Author: Kohei Yoshida Date: Sun May 18 14:16:28 2014 -0400 fdo#78824: Avoid having two menu entries havin

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

2014-05-18 Thread Julien Nabet
extras/source/autotext/lang/en-AU/acor/DocumentList.xml |4 ++-- extras/source/autotext/lang/en-GB/acor/DocumentList.xml |4 ++-- extras/source/autotext/lang/en-US/acor/DocumentList.xml |4 ++-- extras/source/autotext/lang/en-ZA/acor/DocumentList.xml |4 ++-- extras/source/autotext

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

2014-05-18 Thread Kohei Yoshida
sc/source/ui/cctrl/checklistmenu.cxx |3 --- 1 file changed, 3 deletions(-) New commits: commit f5e3380a699f7eff866178cd2c2a839b42e16d19 Author: Kohei Yoshida Date: Sun May 18 12:43:06 2014 -0400 fdo#78786: No need to insert entries here for date members. Data member entries

[Libreoffice-commits] core.git: translations

2014-05-18 Thread Andras Timar
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 20c561859972952a56fe6cea2937cd1056a25509 Author: Andras Timar Date: Sun May 18 21:11:24 2014 +0200 Updated core Project: translations eb6ea5dcf7183a496e02d21024fc05b141c5c65e diff --git a/trans

Re: [solved] build failure, clock_gettime undefined, linking libavmedialo.so

2014-05-18 Thread Terrence Enger
On Sun, 2014-05-18 at 12:46 +0200, David Tardon wrote: > Hi, > [snip] > This will not work. The extra library is needed at the place(s) where > collada2gltf.a is _used_. The attached patch should do that. Thank you, David. This seems to do the job. In particular, I did: (*) Applied your patch

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - dictionaries

2014-05-18 Thread László Németh
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e6d08f4ada5af645c81aeaf1219b18475faa8554 Author: László Németh Date: Thu May 15 13:03:17 2014 +0200 Updated core Project: dictionaries 7ff2a6c889831d22af168f311ee8cfd01983a350 diff --git a/d

[Libreoffice-commits] core.git: sal/osl

2014-05-18 Thread Miklos Vajna
sal/osl/w32/path_helper.hxx |1 + 1 file changed, 1 insertion(+) New commits: commit ee43de69083fc9f90d4fadb9129b3d0dcf804439 Author: Miklos Vajna Date: Fri May 16 08:10:46 2014 +0200 error C3861: 'rtl_allocateMemory': identifier not found Change-Id: Ie1576aba31dbbd067280ba8f

[Libreoffice-commits] core.git: 6 commits - test/source vcl/qa vcl/source

2014-05-18 Thread Tomaž Vajngerl
test/source/mtfxmldump.cxx| 15 - vcl/qa/cppunit/wmf/data/computer_mail.emf |binary vcl/qa/cppunit/wmf/data/sine_wave.emf |binary vcl/qa/cppunit/wmf/wmfimporttest.cxx | 82 +- vcl/source/filter/wmf/enhwmf.cxx | 230 vcl/

[Libreoffice-commits] core.git: 2 commits - vcl/qa vcl/workben

2014-05-18 Thread Tor Lillqvist
vcl/qa/cppunit/wmf/wmfimporttest.cxx |2 +- vcl/workben/svpclient.cxx| 18 +- vcl/workben/svptest.cxx | 18 +- vcl/workben/vcldemo.cxx | 18 +- 4 files changed, 28 insertions(+), 28 deletions(-) New co

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

2014-05-18 Thread Tor Lillqvist
vcl/qa/cppunit/wmf/wmfimporttest.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 1b529df25fa6de1918bee0c3edb18f81d63b1366 Author: Tor Lillqvist Date: Mon May 19 09:04:11 2014 +0300 Fix 'non-const lvalue reference cannot bind to a temporary' Ch

[Libreoffice-commits] core.git: postprocess/CustomTarget_registry.mk

2014-05-18 Thread Maxim Monastirsky
postprocess/CustomTarget_registry.mk |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 214de0e5124b44df0f37fdf89271a527667590dc Author: Maxim Monastirsky Date: Mon May 19 08:53:16 2014 +0300 fdo#78815 Fix report builder toolbox controller Change-Id: I

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

2014-05-18 Thread Tor Lillqvist
vcl/qa/cppunit/wmf/wmfimporttest.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b5f45a51638901ea679bf238ab460283e41bc622 Author: Tor Lillqvist Date: Mon May 19 09:10:30 2014 +0300 Argh, *this* is what the compiler tried to tell me Change-Id:

[Libreoffice-commits] core.git: 2 commits - formula/source include/formula sc/inc sc/qa sc/source xmloff/source

2014-05-18 Thread Markus Mohrhard
formula/source/core/resource/core_resource.src |6 ++ include/formula/compiler.hrc |3 - include/formula/opcode.hxx |1 sc/inc/helpids.h |1 sc/qa/unit/ucalc.cxx

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 a07cd040897db54e1...@spambog.com changed: What|Removed |Added Depends on||53023 --- Comment #141

Re: Question unoType for getXmlToken (dbaccess/reportdesign module)

2014-05-18 Thread sberg
On 05/16/2014 07:30 PM, julien2412 [via Document Foundation Mail Archive] wrote: > I noticed this: > s_aTypeNameMap[GetXMLToken( XML_FLOAT)] = ::cppu::UnoType::get(); > present at 2 locations: > See > http://opengrok.libreoffice.org/search?q=%22GetXMLToken%28+XML_FLOAT%29%22&project=core&defs=&ref

Re: Questions about getCppuType

2014-05-18 Thread sberg
On 05/17/2014 01:42 AM, julien2412 [via Document Foundation Mail Archive] wrote: > I noticed that if I did this: > diff --git a/cppu/qa/test_unotype.cxx b/cppu/qa/test_unotype.cxx > index bbea200..f0d2b03 100644 > --- a/cppu/qa/test_unotype.cxx > +++ b/cppu/qa/test_unotype.cxx > @@ -271,8 +271,8 @