LibreOffice Gerrit News for core on 2014-06-10

2014-06-09 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + DLG_INDEXDESIGN conversion to .ui in https://gerrit.libreoffice.org/9699 from Szymon Kłos about module dbaccess, extras + fdo#78885 : File crashed while openin

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

2014-06-09 Thread Markus Mohrhard
chart2/source/view/main/ChartView.cxx |8 sc/source/filter/excel/excrecds.cxx |3 ++- sc/source/filter/inc/pivotcachebuffer.hxx |2 +- sc/source/filter/oox/pivotcachebuffer.cxx |2 +- 4 files changed, 12 insertions(+), 3 deletions(-) New commits: commit 32ac015b

Re: Build fail with MacOs in connectivity part

2014-06-09 Thread Norbert Thiebaud
On Mon, Jun 9, 2014 at 12:55 AM, Lionel Elie Mamane wrote: > > Well, essentially this means that TDF build LibreOffice is built with > a different ODBC ABI than the MacOS X system ODBC ABI. I think it does > not really matter, because LibreOffice never uses the "wide > characters" ODBC API. The co

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

2014-06-09 Thread Katarina Behrens
sd/source/ui/func/fusnapln.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 3466cbc01ccad09bf852fdbc470744940c5c3054 Author: Katarina Behrens Date: Tue Jun 10 00:02:25 2014 +0200 fdo#77987, part 3: use signed ints consistently everywhere where

Can someone help me to changes my code?

2014-06-09 Thread Henokh Yudhistira
Dear All of amazing Peoples I write code in vb6 and create report in Ms excell, but I want to create report using LibreOffice. Can someone help me to changes my code? Option Explicit Dim MyExcel As Excel.Application Dim MyExcelWorkBook As Excel.Workbook Dim MyExcelWorksheet As Excel.Worksheet P

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

2014-06-09 Thread Katarina Behrens
sd/source/ui/dlg/dlgsnap.cxx|4 ++-- sd/source/ui/func/fusnapln.cxx |4 ++-- sd/uiconfig/sdraw/ui/dlgsnap.ui | 14 ++ 3 files changed, 18 insertions(+), 4 deletions(-) New commits: commit 25678ae57d01ff8d07760d8bf9b98ed5da9b349c Author: Katarina Behrens Date: Tue Jun

Quantifying the time overhead of Cygwin make

2014-06-09 Thread Michael Stahl
There were a few complaints on this list about the performance of the build system on Windows; this mail provides some data on the problem. I. Why is Cygwin make slow? 1. GNU make calls vfork(2), which is implemented[1] as fork(2) on Cygwin which, among other things, copies the entire process

Re: minutes of ESC call ...

2014-06-09 Thread Arnaud Versini
2014-06-08 18:27 GMT+02:00 Arnaud Versini : > Le 05/06/2014 17:20, Michael Meeks a écrit : > > * Hackfests (Bjoern) > + Paris Hackfest: > + June 27-28th > + please add yourself to the wiki: > + https://wiki.documentfoundation.org/Hackfest/Paris2014 > + new cand

GSoC Refactor god objects weekly report

2014-06-09 Thread V
I updated and pushed all previous work to master and I am nearly done with refactoring IDocumentChartDataProviderAccess. Valentin ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2014-06-09 Thread Michael Stahl
sw/source/ui/dbui/createaddresslistdialog.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fed6ed72db070db146eb18613e99904a9e368356 Author: Michael Stahl Date: Mon Jun 9 20:55:54 2014 +0200 SwAddressControl_Impl: add SAL_OVERRIDE Change-Id: I4d77e7

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

2014-06-09 Thread Kohei Yoshida
package/source/xstor/xstorage.cxx |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) New commits: commit 1f0804bc007a31b020cac6a79bc85a9cec46475e Author: Kohei Yoshida Date: Mon Jun 9 13:00:54 2014 -0400 No need to check for NULL before delete. Change-Id: I8618fe6d3b

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

2014-06-09 Thread Caolán McNamara
sc/source/ui/condformat/condformatdlg.cxx | 10 ++ sc/source/ui/inc/condformatdlg.hxx|1 + 2 files changed, 11 insertions(+) New commits: commit 460d2ffa8dd461f41f1fc77596ee0578e8ea6731 Author: Caolán McNamara Date: Thu Jun 5 16:41:02 2014 +0100 Resolves: fdo#79021

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

2014-06-09 Thread Eike Rathke
svl/source/numbers/zforfind.cxx | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) New commits: commit 9920c72a200f2a27aa52fa249784e60425972de5 Author: Eike Rathke Date: Fri Jun 6 13:31:03 2014 +0200 resolved fdo#79719 recognize ##-MMM-## as date even if ambiguous

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

2014-06-09 Thread Kohei Yoshida
package/source/xstor/xstorage.cxx | 18 +++--- package/source/xstor/xstorage.hxx |9 + 2 files changed, 12 insertions(+), 15 deletions(-) New commits: commit acf56987b03e03e7e407f383928f58cfb030d9d2 Author: Kohei Yoshida Date: Mon Jun 9 12:49:55 2014 -0400 Tuck t

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - toolkit/source

2014-06-09 Thread Lionel Elie Mamane
toolkit/source/awt/vclxwindows.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 2f59d362f9d6111270fcf58957496359ff352502 Author: Lionel Elie Mamane Date: Thu May 29 08:09:57 2014 +0200 fdo#75364 flat style and 3d style were swapped Change-Id: I

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

2014-06-09 Thread Caolán McNamara
sw/source/ui/fmtui/tmpdlg.cxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit 44f2556c13b128374c1f350977cc893e8c1a1e80 Author: Caolán McNamara Date: Thu Jun 5 13:49:14 2014 +0100 Resolves: rhbz#1096747 crash/hang on format-page on html document Change-Id: I9a

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

2014-06-09 Thread Eike Rathke
sc/source/core/inc/interpre.hxx | 48 ++ sc/source/core/tool/interpr1.cxx | 54 +-- 2 files changed, 78 insertions(+), 24 deletions(-) New commits: commit 9e49e49709935d594fa49cbccc4ffbcb4e90400f Author: Eike Rathke Date:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - vcl/win

2014-06-09 Thread Oliver-Rainer Wittmann
vcl/win/source/gdi/salbmp.cxx | 38 +++--- 1 file changed, 23 insertions(+), 15 deletions(-) New commits: commit 8359e277f34d07afd27e714742f0b9e92d6b8b20 Author: Oliver-Rainer Wittmann Date: Fri Jun 6 12:07:49 2014 + Resolves: #i125000# check last sta

Re: Unchecked dynamic_cast

2014-06-09 Thread Lubos Lunak
On Saturday 07 of June 2014, Michael Stahl wrote: > On 06/06/14 13:41, Max Kellermann wrote: > > Hi Caolan, > > > > I just happened to read your Libreoffice commits while browsing the > > git repository. For example: > > > > if ( pFmt->Which() == RES_FLYFRMFMT ) > > { > >

[Libreoffice-commits] core.git: include/svl include/svx sd/inc

2014-06-09 Thread Caolán McNamara
include/svl/itemset.hxx |2 +- include/svx/svdobj.hxx |2 +- sd/inc/sdpage.hxx |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit efd6106f098fb327aa84223883da413313f3d7e4 Author: Caolán McNamara Date: Mon Jun 9 15:24:44 2014 +0100 de-virtualize

[Libreoffice-commits] core.git: 22 commits - cli_ure/CustomTarget_cli_ure_assemblies.mk cli_ure/Library_cli_cppuhelper_native.mk cli_ure/source configure.ac extensions/WinResTarget_activex.mk external

2014-06-09 Thread Michael Stahl
Makefile.in |2 RepositoryExternal.mk |2 cli_ure/CustomTarget_cli_ure_assemblies.mk | 12 +- cli_ure/Library_cli_cppuhelper_native.mk|2 cli_ure/source/basetypes/assembly.cs

n#757432 and SfxItemSet::stringify

2014-06-09 Thread Caolán McNamara
In commit a4cd841541a729d7b8126d27d91fa28e30b01403 Author: Muthu Subramanian Date: Thu Feb 13 16:10:47 2014 +0530 n#757432: Styles (rename &) copy to different decks. there is a stringify method added whose results only get passed to getHash which is then used in sd to see if two SfxItemS

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 --- Comment #156 from Jay Philips --- Regression - worked in 4.1 Bug 78529: Editing a document which has a large image in it Regression - worked in 3.3.0 Bug 77753: embedded fonts not loading correctly when file opened after LibO has already loa

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 --- Comment #155 from Jay Philips --- Regression - worked in 4.1 Editing a document which has a large image in it -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreO

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 suokunl...@gmail.com changed: What|Removed |Added CC||suokunl...@gmail.com Depen

[GSOC] Personas - Weekly Report #3

2014-06-09 Thread Rachit Gupta
Hello all, I couldn't work this week till Friday due to my exams (they are finally over!). However, I worked during the weekend, and I achieved the following: + The user can click on the theme he/she likes, and the selected theme is stored in a variable. + If the user clicks on "OK", the selecte

[Libreoffice-commits] core.git: 4 commits - lotuswordpro/source sw/inc sw/source sw/uiconfig

2014-06-09 Thread Caolán McNamara
lotuswordpro/source/filter/lwplayout.hxx |2 +- sw/inc/helpid.h |1 - sw/source/filter/ww8/rtfattributeoutput.cxx |2 ++ sw/source/ui/dbui/createaddresslistdialog.cxx |2 +- sw/uiconfig/swriter/ui/createaddresslist.ui | 12 ++-- 5 fi

[Bug 39593] copy/paste code detector / fixing

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39593 --- Comment #17 from Peter Senna Tschudin --- Created attachment 100734 --> https://bugs.freedesktop.org/attachment.cgi?id=100734&action=edit Code clones found with CCFinderX Code clones found with CCFinderX without compile time additional sou

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

2014-06-09 Thread Caolán McNamara
sw/source/filter/inc/rtf.hxx |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) New commits: commit 8b208731bcd7257242f0e102873c8bc29f7003d6 Author: Caolán McNamara Date: Mon Jun 9 13:24:25 2014 +0100 valgrind: conditional jump depends on uninitialized data load ab

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - filter/Configuration_filter.mk postprocess/CustomTarget_registry.mk scp2/source

2014-06-09 Thread David Tardon
filter/Configuration_filter.mk | 15 +-- postprocess/CustomTarget_registry.mk |1 + scp2/source/ooo/file_ooo.scp |7 --- scp2/source/ooo/module_hidden_ooo.scp|1 - scp2/source/xsltfilter/file_xsltfilter.scp |7 ++

[Libreoffice-commits] core.git: filter/Configuration_filter.mk postprocess/CustomTarget_registry.mk scp2/source

2014-06-09 Thread David Tardon
filter/Configuration_filter.mk | 15 +-- postprocess/CustomTarget_registry.mk |1 + scp2/source/ooo/file_ooo.scp |7 --- scp2/source/ooo/module_hidden_ooo.scp|1 - scp2/source/xsltfilter/file_xsltfilter.scp |7 ++

[Libreoffice-commits] core.git: 2 commits - setup_native/source solenv/bin

2014-06-09 Thread Tor Lillqvist
setup_native/source/mac/CodesignRules.plist | 19 ++ solenv/bin/macosx-codesign-app-bundle | 29 2 files changed, 44 insertions(+), 4 deletions(-) New commits: commit c506639c9310184d6c35e8ffdb4dafc639d7c92a Author: Tor Lillqvist Date: Mon

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

2014-06-09 Thread Tor Lillqvist
setup_native/source/mac/CodesignRules.plist | 19 ++ solenv/bin/macosx-codesign-app-bundle | 29 2 files changed, 44 insertions(+), 4 deletions(-) New commits: commit 4327f2185242ce5f3ecc4aeebdcfd714628c701d Author: Tor Lillqvist Date: Mon

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

2014-06-09 Thread Caolán McNamara
editeng/source/accessibility/AccessibleEditableTextPara.cxx | 141 editeng/source/accessibility/AccessibleStaticTextBase.cxx | 10 include/editeng/AccessibleEditableTextPara.hxx |4 sd/source/ui/func/fuinsfil.cxx |4 sd/source/

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sw/uiconfig

2014-06-09 Thread Caolán McNamara
sw/uiconfig/swriter/ui/mmaddressblockpage.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f8f70eed31e515262a50fef2239b716885c3f8c9 Author: Caolán McNamara Date: Mon Jun 9 10:13:59 2014 +0100 this widget should be hidden until expanded Change-Id: I

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

2014-06-09 Thread Caolán McNamara
helpers/help_hid.lst| 10 -- source/text/swriter/01/mm_newaddlis.xhp |1 + 2 files changed, 1 insertion(+), 10 deletions(-) New commits: commit 2a3ca8223d8669fe1f00445af80d7b84bfd73b00 Author: Caolán McNamara Date: Mon Jun 9 10:45:29 2014 +0100 connect h

[Libreoffice-commits] core.git: helpcontent2

2014-06-09 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f1f7f3f1d846f50bc90e56d8c0ce9d6d4b9a286c Author: Caolán McNamara Date: Mon Jun 9 10:45:29 2014 +0100 Updated core Project: help 2a3ca8223d8669fe1f00445af80d7b84bfd73b00 diff --git a/helpconten

memcheck results for import/export

2014-06-09 Thread Markus Mohrhard
Hey, as mentioned during the ESC call we have now results for a memcheck run against 20k documents during import/export. The logs can be found as zip at http://dev-builds.libreoffice.org/crashtest/memcheck.zip . Note that you still need to grep for a memcheck string as it contains all the log fil

[Libreoffice-commits] core.git: 2 commits - scp2/AutoInstall.mk solenv/gbuild

2014-06-09 Thread Michael Stahl
scp2/AutoInstall.mk |2 +- solenv/gbuild/LinkTarget.mk |3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) New commits: commit bb9f5c9a514cbadc371aeeed2f0d909d009eeba5 Author: Michael Stahl Date: Mon Jun 9 12:41:53 2014 +0200 scp2: kde module wants to install executab

[Bug 39593] copy/paste code detector / fixing

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39593 --- Comment #16 from Thomas Arnhold --- Peter, this sounds promising. But all files inside workdir/ and instdir/ are just files which are used and generated at compile time. You can omit all of them. The */qa/* dirs could also be omitted, those

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

2014-06-09 Thread Elie Roux
sw/source/core/unocore/unoframe.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit dc59f010248fbb95d7a67ccb914e86c457dcea3a Author: Elie Roux Date: Sun Jun 8 22:28:18 2014 +0200 fix fdo#40073 : look for translated frame styles LO was looking for untranslated frame s

[Bug 39593] copy/paste code detector / fixing

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39593 --- Comment #15 from Peter Senna Tschudin --- Created attachment 100719 --> https://bugs.freedesktop.org/attachment.cgi?id=100719&action=edit Clones found with CCFinderX I found code clones using CCFinderX(https://github.com/petersenna/ccfinde

[GSOC] Tiled Rendering, ahunt, Weekly Report 02/03 / WK23/24

2014-06-09 Thread Andrzej Hunt
Hello All, Status for the last 2 weeks: * Rather busy with finishing university projects... (now completed, I.e. I'm now 100% free). * Dug into the LOKit renaming. * Some time spent digging around basebmp colours / alpha channel: ** Previously it seemed like the alpha channel was not set at a

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

2014-06-09 Thread Elie Roux
sw/source/core/unocore/unoframe.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 22c4461490fdafdb09ae61e0fa1d97e3b0e35c6f Author: Elie Roux Date: Sun Jun 8 22:28:18 2014 +0200 fix fdo#40073 : look for translated frame styles LO was looking for untranslated frame s

Re: Build fail with MacOs in connectivity part

2014-06-09 Thread Alex Thurgood
Le 09/06/2014 10:06, Julien Nabet a écrit : > I had to comment every Mysql/MariaDB options since brew (a repository > manager) freezed to install mysql connector (at least for some minutes > when installing Mysql after having retrieved Boost and other components > + build Mysql with cmake). >

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - 2 commits - filter/Configuration_filter.mk

2014-06-09 Thread David Tardon
filter/Configuration_filter.mk | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) New commits: commit 23e31ecf0d91029ae9d732ead8f8dc34f9512414 Author: David Tardon Date: Mon Jun 9 12:05:23 2014 +0200 rebuild filter config. after makefile change Change-Id

[Libreoffice-commits] core.git: 2 commits - filter/Configuration_filter.mk

2014-06-09 Thread David Tardon
filter/Configuration_filter.mk | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) New commits: commit 924937251b802e1b48c83f5a76c6767c390f Author: David Tardon Date: Mon Jun 9 12:05:23 2014 +0200 rebuild filter config. after makefile change Change-Id

[Libreoffice-commits] core.git: compilerplugins/clang lotuswordpro/source

2014-06-09 Thread Noel Grandin
compilerplugins/clang/inlinesimplememberfunctions.cxx | 30 -- lotuswordpro/source/filter/lwplayout.hxx |1 2 files changed, 29 insertions(+), 2 deletions(-) New commits: commit 6921edd448c901cdc9e132886b5b102bdd368ad9 Author: Noel Grandin Date: Mon Jun 9 11

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

2014-06-09 Thread sk94
extras/source/glade/libreoffice-catalog.xml.in |3 sw/AllLangResTarget_sw.mk |1 sw/UIConfig_swriter.mk |1 sw/inc/dbui.hrc|2 sw/source/ui/dbui/createaddresslistdialog.cxx | 240 ++

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

2014-06-09 Thread Elie Roux
sw/source/core/unocore/unoframe.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 6f6673c5d1b4e6ea4982621f2817eb5d5dc10377 Author: Elie Roux Date: Sun Jun 8 22:28:18 2014 +0200 fix fdo#40073 : look for translated frame styles LO was looking for untranslated frame s

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

2014-06-09 Thread Tor Lillqvist
scp2/source/ooo/file_library_ooo.scp |3 +++ 1 file changed, 3 insertions(+) New commits: commit 2585c1a4bd9ad1ac93151207c471ede1b556a991 Author: Tor Lillqvist Date: Mon Jun 9 12:01:55 2014 +0300 We build no avmediaQuickTime library in the sandboxed (i.e. App Store) case Chan

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

2014-06-09 Thread Tor Lillqvist
scp2/source/ooo/file_library_ooo.scp |3 +++ 1 file changed, 3 insertions(+) New commits: commit f73a8785bd8a37cb17168456f8f03668ef74e32b Author: Tor Lillqvist Date: Mon Jun 9 12:01:55 2014 +0300 We build no avmediaQuickTime library in the sandboxed (i.e. App Store) case Chan

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

2014-06-09 Thread Luc Castermans
dbaccess/source/ui/dlg/ConnectionPage.hxx |2 - dbaccess/source/ui/relationdesign/RelationTableView.cxx | 22 dbaccess/source/ui/tabledesign/TableFieldDescWin.hxx|8 ++--- 3 files changed, 16 insertions(+), 16 deletions(-) New commits: commit 5da12788c

Re: Build fail with MacOs in connectivity part

2014-06-09 Thread julien2412
Thank you Tor for these advice, I removed them. About Ant, Autoconf and Automake, I used brew. Concerning Junit, I disabled it. About 64 bits, indeed I hadn't put --enable-64-bits, I added it. Finally about Windows, I'm aware there's a pb with 64 build. I did try 1 or 2 years ago to build (just si

Elie Roux license statement

2014-06-09 Thread Élie Roux
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Thank you, -- Elie Roux ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: officecfg/registry sd/inc sd/sdi sd/source

2014-06-09 Thread Caolán McNamara
officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu | 10 + sd/inc/app.hrc | 5 sd/inc/sdcommands.h | 2 sd/sdi/_drvwsh.sdi

[GSoC] Dialog Widget Conversion - Week 3

2014-06-09 Thread Mihály Palenik
Hello, In the last week I converted RID_SANE_DIALOG (not finished). I had two hard exams last week that's why I wasn't much time for this dialog. Best regards, Mihály ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedeskto

Re: Build fail with MacOs in connectivity part

2014-06-09 Thread Tor Lillqvist
> I had to comment every Mysql/MariaDB options since brew (a repository > manager) freezed to install mysql connector Please avoid all 3rd-party software packages when building LO for OS X. Using such is not supported and will often lead to build problems. (Unfortunately, yes, this currently mean

Re: Build fail with MacOs in connectivity part

2014-06-09 Thread Julien Nabet
On 09/06/2014 09:55, Lionel Elie Mamane wrote: Well, essentially this means that TDF build LibreOffice is built with a different ODBC ABI than the MacOS X system ODBC ABI. I think it does not really matter, because LibreOffice never uses the "wide characters" ODBC API. The code is there

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

2014-06-09 Thread Lionel Elie Mamane
dbaccess/source/ui/browser/brwctrlr.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit dce8d79861408f51d392a9ed0b5ac21d420622ca Author: Lionel Elie Mamane Date: Mon Jun 9 08:31:54 2014 +0200 fdo#79786 implement getFormOperations for data grid (table view

Re: Build fail with MacOs in connectivity part

2014-06-09 Thread Lionel Elie Mamane
On Sun, Jun 08, 2014 at 11:04:04AM -0700, Norbert Thiebaud wrote: > On Sun, Jun 8, 2014 at 10:55 AM, Julien Nabet wrote: >> Now is the boost_assertion wrong or is there something else to fix? >> (and which one?) > I doubt the assertion is wrong there. internally we use 16 bits for > character re

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

2014-06-09 Thread David Tardon
scp2/source/ooo/file_library_ooo.scp |9 - 1 file changed, 9 deletions(-) New commits: commit 534015ad4fd08823b4393dab1ad5d42dedd7bf62 Author: David Tardon Date: Mon Jun 9 09:45:29 2014 +0200 kdefilepicker is autoinstalled now Change-Id: Ief3d602b81c0c8ea3ea9310771418

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

2014-06-09 Thread Takeshi Abe
sw/source/uibase/misc/glshell.cxx |8 ++-- sw/source/uibase/misc/redlndlg.cxx |5 +- sw/source/uibase/shells/annotsh.cxx | 25 +- sw/source/uibase/shells/basesh.cxx | 63 ++-- sw/source/uibase/shells/drawdlg.cxx | 15 +++- sw/source

Re: Build fail with MacOs in connectivity part

2014-06-09 Thread Tor Lillqvist
> I suppose it's 64 bits since config.log displays this: > build='x86_64-apple-darwin13.2.0' > build_cpu='x86_64' > host_cpu='x86_64' Nope. That is misleading. For Windows, Mac and iOS, we don't use autofoo to decide whether to build 32- or 64-bit code. Instead, we build 32-bit, unless you specifi

Re: Build fail with MacOs in connectivity part

2014-06-09 Thread julien2412
Indeed Norbert is right, I got this: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/odbcinst.h and SQLWCHAR is defined as Norbert indicated. I suppose it's 64 bits since config.log displays this: build='x86_64-apple-darwin13.2.0' buil

[Libreoffice-commits] core.git: external/unixODBC

2014-06-09 Thread Julien Nabet
external/unixODBC/inc/odbc/sqltypes.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit c892c60ae7823a735879d42df3a44b582a3ed146 Author: Julien Nabet Date: Mon Jun 9 09:05:46 2014 +0200 Typos Change-Id: Ic6cf922c9a4feb4b80ee376d269266b2fc24ae6

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - solenv/gbuild

2014-06-09 Thread David Tardon
solenv/gbuild/Executable.mk |1 - 1 file changed, 1 deletion(-) New commits: commit 7d7fc0387870033f9c8ae22efd99de6a48e5d5d7 Author: David Tardon Date: Mon Jun 9 09:02:21 2014 +0200 Revert "add missing dep on dir" This was a PEBKAC. The dep is already made in gb_Executable__

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

2014-06-09 Thread David Tardon
solenv/gbuild/Executable.mk |1 - 1 file changed, 1 deletion(-) New commits: commit 231791b6587310d91747564990d6bf3b7cfa1e65 Author: David Tardon Date: Mon Jun 9 09:02:21 2014 +0200 Revert "add missing dep on dir" This was a PEBKAC. The dep is already made in gb_Executable__

[Libreoffice-commits] core.git: scp2/InstallModule_ooo.mk scp2/InstallModule_ure.mk

2014-06-09 Thread David Tardon
scp2/InstallModule_ooo.mk | 22 -- scp2/InstallModule_ure.mk |1 - 2 files changed, 23 deletions(-) New commits: commit 04c18d98557a3a85660877b42dff6e10324e3699 Author: David Tardon Date: Mon Jun 9 08:56:24 2014 +0200 remove a bunch of unneeded defines C