LibreOffice Gerrit News for core on 2014-06-09

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! + fixing fdo#40073 in https://gerrit.libreoffice.org/9683 from Élie Roux about module sw + Fix for gerrit patch 9559 that fixed export of custom-dash in

[GSoC] Text Background Color in Draw - Report 08/06/2014

2014-06-09 Thread Matteo Campanelli
Hi all, last week was admittedly very little coding and mostly debugging/(un)understanding/struggling: - Text Fill color now works from editeng, but currently only under edit-mode; - I started identifying parts of code to make the background color a stand-alone attribute (currently its inner

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - 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 a730fe78a8d8aa1edf81ccb16622f6d10ebd20e6 Author: Lionel Elie Mamane lio...@mamane.lu Date: Mon Jun 9 08:31:54 2014 +0200 fdo#79786 implement getFormOperations for data

[Libreoffice-commits] core.git: 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 ade17fc916caf7c7bace630eaf83ae16215a2cc2 Author: Lionel Elie Mamane lio...@mamane.lu Date: Mon Jun 9 08:31:54 2014 +0200 fdo#79786 implement getFormOperations for data

[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 dtar...@redhat.com Date: Mon Jun 9 08:56:24 2014 +0200 remove a bunch of unneeded

[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 dtar...@redhat.com 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

[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 dtar...@redhat.com 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

[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 serval2...@yahoo.fr Date: Mon Jun 9 09:05:46 2014 +0200 Typos Change-Id:

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'

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

[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 +++-

[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 dtar...@redhat.com Date: Mon Jun 9 09:45:29 2014 +0200 kdefilepicker is autoinstalled now Change-Id:

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 serval2...@yahoo.fr 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

[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 lio...@mamane.lu Date: Mon Jun 9 08:31:54 2014 +0200 fdo#79786 implement getFormOperations for data

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,

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 means

[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

[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

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

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

[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

[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 t...@collabora.com Date: Mon Jun 9 12:01:55 2014 +0300 We build no avmediaQuickTime library in the sandboxed (i.e. App Store)

[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 t...@collabora.com Date: Mon Jun 9 12:01:55 2014 +0300 We build no avmediaQuickTime library in the sandboxed (i.e. App Store)

[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 elie.r...@telecom-bretagne.eu Date: Sun Jun 8 22:28:18 2014 +0200 fix fdo#40073 : look for translated frame styles LO was

[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: 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 n...@peralex.com

[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 dtar...@redhat.com Date: Mon Jun 9 12:05:23 2014 +0200 rebuild filter config. after makefile change

[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 dtar...@redhat.com Date: Mon Jun 9 12:05:23 2014 +0200 rebuild filter config. after makefile change

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). Note

[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 elie.r...@telecom-bretagne.eu Date: Sun Jun 8 22:28:18 2014 +0200 fix fdo#40073 : look for translated frame styles LO was

[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

[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 peter.se...@gmail.com --- Created attachment 100719 -- https://bugs.freedesktop.org/attachment.cgi?id=100719action=edit Clones found with CCFinderX I found code clones using

[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 elie.r...@telecom-bretagne.eu Date: Sun Jun 8 22:28:18 2014 +0200 fix fdo#40073 : look for translated frame styles LO was

[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 thomas-l...@arnhold.org --- 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

[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 mst...@redhat.com Date: Mon Jun 9 12:41:53 2014 +0200 scp2: kde module wants

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

[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 caol...@redhat.com Date: Mon Jun 9 10:45:29 2014 +0100 Updated core Project: help 2a3ca8223d8669fe1f00445af80d7b84bfd73b00 diff

[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 caol...@redhat.com Date: Mon Jun 9 10:45:29 2014

[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

[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 caol...@redhat.com Date: Mon Jun 9 10:13:59 2014 +0100 this widget should be hidden until expanded

[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

[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

[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: 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: 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 caol...@redhat.com Date: Mon Jun 9 13:24:25 2014 +0100 valgrind: conditional jump depends on uninitialized

[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 peter.se...@gmail.com --- Created attachment 100734 -- https://bugs.freedesktop.org/attachment.cgi?id=100734action=edit Code clones found with CCFinderX Code clones found with CCFinderX without compile

[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

[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 selected

[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

[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 philip...@hotmail.com --- 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.

[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 philip...@hotmail.com --- 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

n#757432 and SfxItemSet::stringify

2014-06-09 Thread Caolán McNamara
In commit a4cd841541a729d7b8126d27d91fa28e30b01403 Author: Muthu Subramanian sumu...@collabora.com 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

[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

[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 caol...@redhat.com Date: Mon Jun 9 15:24:44 2014 +0100

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: 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 o...@apache.org Date: Fri Jun 6 12:07:49 2014 + Resolves:

[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

[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 caol...@redhat.com Date: Thu Jun 5 13:49:14 2014 +0100 Resolves: rhbz#1096747 crash/hang on format-page on html document

[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 lio...@mamane.lu Date: Thu May 29 08:09:57 2014 +0200 fdo#75364 flat style and 3d style were swapped

[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 kohei.yosh...@collabora.com Date: Mon Jun 9

[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 er...@redhat.com Date: Fri Jun 6 13:31:03 2014 +0200 resolved fdo#79719 recognize ##-MMM-## as date even if

[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 caol...@redhat.com Date: Thu Jun 5 16:41:02 2014 +0100

[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 kohei.yosh...@collabora.com Date: Mon Jun 9 13:00:54 2014 -0400 No need to check for NULL before delete.

[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 mst...@redhat.com Date: Mon Jun 9 20:55:54 2014 +0200 SwAddressControl_Impl: add SAL_OVERRIDE

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

Re: minutes of ESC call ...

2014-06-09 Thread Arnaud Versini
2014-06-08 18:27 GMT+02:00 Arnaud Versini arnaud.vers...@gmail.com: Le 05/06/2014 17:20, Michael Meeks a écrit : * Hackfests (Bjoern) + Paris Hackfest: + June 27-28th + please add yourself to the wiki: +

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

[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 bu...@bubli.org

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

[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 bu...@bubli.org Date: Tue Jun 10 00:02:25 2014 +0200 fdo#77987, part 3: use signed ints consistently

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 lio...@mamane.lu 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

[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

[Libreoffice-bugs] [Bug 77299] VIEWING: Text Created Inside Tables Disappearing in Writer

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77299 Jay Philips philip...@hotmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever

[Libreoffice-bugs] [Bug 72324] EMF: figures copied from Matlab and pasted as metafiles lose some lines.

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72324 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 79679] EMF: dashed lines in background grid are rendered as solid lines

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79679 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 79840] FILEOPEN: Libreoffice Writer doesn't open Word .docx file

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79840 Jay Philips philip...@hotmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 79677] Metropolis design and other slide design must be in accordance with the text in front of background

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79677 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 79674] Opening ods file is slow (empty/bank or not), xlsx file is fast

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79674 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 76636] Crash in .doc when trying to merge cells

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76636 pierre-yves samyn pierre-yves.sa...@laposte.net changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 76636] Crash in .doc when trying to merge cells

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76636 --- Comment #26 from pierre-yves samyn pierre-yves.sa...@laposte.net --- Created attachment 100754 -- https://bugs.freedesktop.org/attachment.cgi?id=100754action=edit windbg trace -- You are receiving this mail because: You are the assignee

[Libreoffice-bugs] [Bug 79492] FORMATTING: tabulation mark is not available when numbering is set

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79492 Jay Philips philip...@hotmail.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 75971] EDITING: Crash when invoking Insert Names Create

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75971 --- Comment #37 from Commit Notification libreoffice-comm...@lists.freedesktop.org --- Eike Rathke committed a patch related to this issue. It has been pushed to libreoffice-4-2:

[Libreoffice-bugs] [Bug 76636] Crash in .doc when trying to merge cells

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76636 Jay Philips philip...@hotmail.com changed: What|Removed |Added Status|NEEDINFO|NEW

[Libreoffice-bugs] [Bug 48213] EDITING: Number (ful context) references are rendered as plain n, omitting the after data stablished in Options tab from Bullets and Numbering dialog.

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48213 Joel Madero jmadero@gmail.com changed: What|Removed |Added Whiteboard|BSA bibisectrequest |BSA

[Libreoffice-bugs] [Bug 79663] EDITING: 1945-04-02 can't be inputted as a date if timezone is Europe/Paris

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79663 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 54933] EDITING Report builder: mouse-move control: gap between mouse position

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54933 --- Comment #22 from Joel Madero jmadero@gmail.com --- Can someone who had confirmed this bug bibisect it? -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 77489] FORMATTING: In a vertical page layout, the paragraph direction buttons cause left-to-right flow of Japanese text

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77489 Jay Philips philip...@hotmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 79663] EDITING: 1945-04-02 can't be inputted as a date if timezone is Europe/Paris

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79663 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Hardware|Other |All

[Libreoffice-bugs] [Bug 77971] FORMATTING: Writer: Better font selection in Japanese locale on Mac OSX.

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77971 Jay Philips philip...@hotmail.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 77135] FILEOPEN: Cannot open .odt saved as first save from open and edited .doc

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77135 Jay Philips philip...@hotmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 79603] FILEOPEN: LibreOffice crash on attempt to open vsdx file

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79603 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|NEEDINFO|NEW

[Libreoffice-bugs] [Bug 76636] Crash in .doc when trying to merge cells

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76636 --- Comment #28 from Hermann Rochholz herm...@rochholz.de --- Thank you Pierre-Yves; I was in dire straits to give the necessary infos with my strange windows-system. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 79656] Restart button in UI language change dialog

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79656 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 79681] Chart uncolored (black and white) in Impress than Office Online or Office 2013

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79681 --- Comment #4 from Daniel danielyunu...@gmail.com --- Impossible to attach the file, it's too large about 3,8MB. The minimum is less than 3,0MB -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 79645] Extra line spacing on the top of matrix's first row

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79645 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Attachment #100409|text/plain

[Libreoffice-bugs] [Bug 79409] EDITING: Input list with Protection

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79409 Joel Madero jmadero@gmail.com changed: What|Removed |Added Whiteboard|BSA bibisectrequest |BSA bibisected ---

[Libreoffice-bugs] [Bug 79844] New: When I click autoformat table icon or from menu tableautoformat the program crashes

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79844 Priority: medium Bug ID: 79844 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: When I click autoformat table icon or from menu tableautoformat the program crashes

[Libreoffice-bugs] [Bug 79645] Extra line spacing on the top of matrix's first row

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79645 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added OS|Windows (All) |All

[Libreoffice-bugs] [Bug 79603] FILEOPEN: LibreOffice crash on attempt to open vsdx file

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79603 --- Comment #6 from David Tardon dtar...@redhat.com --- (In reply to comment #5) Fridrich/David: any idea? Not really. Pity that the stack trace does not contain symbols. It is hard to guess without knowing at which line it failed. -- You are

[Libreoffice-bugs] [Bug 79681] Chart uncolored (black and white) in Impress than Office Online or Office 2013

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79681 --- Comment #5 from Daniel danielyunu...@gmail.com --- You can improve it by open this website to improved your LibreOffice with your creative, innovative https://store.office.live.com/Templates. Is there alternatives to upload my file for

  1   2   3   4   >