LibreOffice Gerrit News for core on 2014-05-17

2014-05-16 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + Move #include from middle of file to top in https://gerrit.libreoffice.org/9381 from Chris Laplante about module vcl + Correct common misspellings, and remove

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

2014-05-16 Thread Lionel Elie Mamane
On Fri, May 16, 2014 at 10:30:27AM -0700, 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&pro

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sal/osl

2014-05-16 Thread Steve Yin
sal/osl/w32/path_helper.hxx |1 + 1 file changed, 1 insertion(+) New commits: commit e105ba8f729c8476d8b300e113b598dc514c0463 Author: Steve Yin Date: Sat May 17 02:40:22 2014 + i124896 add including of rtl/alloc.h in path_helper.hxx for win32 diff --git a/sal/osl/w32/path_helper.

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

2014-05-16 Thread Kohei Yoshida
sc/source/ui/view/gridwin.cxx | 55 +- 1 file changed, 34 insertions(+), 21 deletions(-) New commits: commit d758875cd0ea87f8c7bbe1bbb78e49d06254cbee Author: Kohei Yoshida Date: Fri May 16 15:03:31 2014 -0400 fdo#77315: When in cell edit mode, use

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

2014-05-16 Thread Kohei Yoshida
sc/source/core/data/column4.cxx |4 1 file changed, 4 insertions(+) New commits: commit 8549d1dbe648ce01e4a351eb301dcf146c62676d Author: Kohei Yoshida Date: Fri May 16 23:06:33 2014 -0400 fdo#77735: Don't proceed when all cells in the range are empty. That means there is

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

2014-05-16 Thread Caolán McNamara
svx/source/sdr/properties/itemsettools.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 68ee7e9c423ba8ca01862435753105c7c28aa62e Author: Caolán McNamara Date: Fri May 16 20:50:24 2014 +0100 strangely obvious leaky code Change-Id: I968cbb784d53e0cff0649061c58f7529

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

2014-05-16 Thread Kohei Yoshida
sc/qa/unit/ucalc.cxx| 25 + sc/qa/unit/ucalc.hxx|2 ++ sc/source/core/data/column4.cxx |4 3 files changed, 31 insertions(+) New commits: commit bc7e0967be52f5eb7948fbb1c30edc7dd5acc18d Author: Kohei Yoshida Date: Fri May 16 23:06:

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

2014-05-16 Thread Eike Rathke
svl/source/numbers/zforfind.cxx | 69 1 file changed, 21 insertions(+), 48 deletions(-) New commits: commit e8b2e9163c953048e9e5f7f6cb9392b66be26e01 Author: Eike Rathke Date: Sat May 17 04:26:28 2014 +0200 Back out change for fdo#78119 now that w

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 --- Comment #140 from Joel Madero --- Added 78801 - very recent regression, affects 4.2.4.2 release and 4.3 master Copy + paste from website to writer results in no image being pasted. bibisected -- You are receiving this mail because: You are

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 QA Administrators changed: What|Removed |Added Depends on||78801 -- You are receiving this mai

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

2014-05-16 Thread Eike Rathke
svl/source/numbers/zforfind.cxx | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit 3885b5d4b00ebb31adabc36c507abd642c03d0d4 Author: Eike Rathke Date: Sat May 17 04:05:20 2014 +0200 resolved fdo#41166 match month and day name word instead of substring

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

2014-05-16 Thread Eike Rathke
svl/source/numbers/zforfind.cxx | 59 +--- svl/source/numbers/zforfind.hxx |7 2 files changed, 57 insertions(+), 9 deletions(-) New commits: commit 8e71f81f47c20320c4de7a7aadb7d524f0d8ea76 Author: Eike Rathke Date: Sat May 17 02:33:42 2014 +0200

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

2014-05-16 Thread Kohei Yoshida
sc/source/ui/view/gridwin.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8c8de51cc954aaae07f76732e6202398e33afeb7 Author: Kohei Yoshida Date: Fri May 16 20:56:16 2014 -0400 I should check for NULL here. Change-Id: I245f4a26c8fdee8230bb0af2963cae2

Re: Questions about getCppuType

2014-05-16 Thread julien2412
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 @@ void Test::testUnoType() { void Test::testGetTypeFavourUnsigned() { CPPUNIT_ASSERT(typ

Wrong copy paste in ucbcmds.cxx? (ucb module)

2014-05-16 Thread julien2412
Hello, I noticed this part: 236 CommandProcessorInfo::CommandProcessorInfo() 237 { 238 m_pInfo = new uno::Sequence< ucb::CommandInfo >( 2 ); 239 240 (*m_pInfo)[ 0 ] 241 = ucb::CommandInfo( 242 OUString( GETCOMMANDINFO_NAME ), // Name 243

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

2014-05-16 Thread Michael Stahl
svx/source/sdr/contact/objectcontactofpageview.cxx |4 +++- sw/source/core/text/txtfrm.cxx |2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) New commits: commit aa68e1309450f79d1b40545ad6c340a49eff51c6 Author: Michael Stahl Date: Sat May 17 00:08:34 2014 +0200

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

2014-05-16 Thread Julien Nabet
sc/source/core/tool/addincol.cxx | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit 53130f7afb3fcf39f95f69e3752cec1fa00d6d93 Author: Julien Nabet Date: Sat May 17 00:41:03 2014 +0200 Fixes Change-Id: I5e2c57f4c53147ab4ae58f48059c8020de144f3c

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

2014-05-16 Thread Julien Nabet
sc/source/ui/unoobj/chartuno.cxx |2 +- sc/source/ui/unoobj/confuno.cxx |2 +- sc/source/ui/unoobj/datauno.cxx |4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 42af6f983164dcaf87d4a05e36ab8bbfbdd49eea Author: Julien Nabet Date: Sat May 17 00:35:25 201

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

2014-05-16 Thread Julien Nabet
sc/source/ui/unoobj/docuno.cxx | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit 280eed820fdd7fccb4fe6f4095b80f7ec50c Author: Julien Nabet Date: Sat May 17 00:33:08 2014 +0200 More fix Change-Id: Iadb275a3799195a8c2eb57a975315f21d8215b31

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

2014-05-16 Thread Julien Nabet
sc/source/ui/unoobj/linkuno.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit f9ed1ec1bac799f79fcdf28ce817990e4f307bf1 Author: Julien Nabet Date: Sat May 17 00:28:44 2014 +0200 Fix previous commit Change-Id: I22ded05f328aeb4479c90e79b12729eb3835

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sal/osl

2014-05-16 Thread Herbert Dürr
sal/osl/w32/module.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 48acb3ebd9403a95b3bbd906d45bb67b4410f3e4 Author: Herbert Dürr Date: Fri May 16 20:11:36 2014 + #i124896# use default allocator for w32 ShortPathName buffer diff --git a/sal/osl/w32/mo

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 65074, which changed state. Bug 65074 Summary: FORMATTING: cells with with conditional formatting sometimes show the numbers not centered and without points; cell borders are not shown https://bugs.freedesktop.org/show_b

[Libreoffice-commits] core.git: 3 commits - include/svx svx/source sw/qa sw/source unusedcode.easy

2014-05-16 Thread Miklos Vajna
include/svx/xgrad.hxx|1 svx/source/xoutdev/xattr.cxx | 16 - sw/qa/extras/rtfexport/rtfexport.cxx | 10 ++- sw/qa/extras/rtfimport/rtfimport.cxx | 101 --- sw/source/core/doc/docbm.cxx |3 - unusedcode.easy

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

2014-05-16 Thread Zolnai Tamás
avmedia/source/opengl/oglplayer.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 17ed8c53290eee47fcf085c1592b7e635055f1b3 Author: Zolnai Tamás Date: Fri May 16 22:57:33 2014 +0200 OGLPlayer: comment out gltf_animation_get_time It leads confusing b

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

2014-05-16 Thread Michael Meeks
vcl/unx/gtk/app/gtksys.cxx |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit 5eeea7c91d87ee8f0b8bc8c0144c04fb84310bbf Author: Michael Meeks Date: Fri May 16 21:49:23 2014 +0100 fdo#78799 - ignore overlayed monitors with co-incident origin. This h

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

2014-05-16 Thread Tor Lillqvist
avmedia/source/opengl/oglplayer.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit baf78fb898b0b7ec24a1f15f46e1a884b34867c6 Author: Tor Lillqvist Date: Fri May 16 23:41:59 2014 +0300 WaE: unused parameter 'fTime' Change-Id: I1f44de228fe09584699a1e158c32882cd9e7eac7

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

2014-05-16 Thread Tor Lillqvist
oox/source/drawingml/shape.cxx | 26 ++ 1 file changed, 10 insertions(+), 16 deletions(-) New commits: commit 456d5d928ebfd333b3169d69806d50303cebb6bf Author: Tor Lillqvist Date: Fri May 16 16:43:25 2014 +0300 Use SVM (metafile) instead of PNG for diagrams (Smart

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

2014-05-16 Thread Zolnai Tamás
external/collada2gltf/StaticLibrary_collada2gltf.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 29316ee0350654515463043f8fb818a0e84e4386 Author: Zolnai Tamás Date: Fri May 16 22:25:27 2014 +0200 Fix typo: this is a static library Change-Id: I663e

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

2014-05-16 Thread Terrence Enger
On Fri, 2014-05-16 at 21:12 +0100, Tamas Zolnai wrote: > On Friday, May 16, 2014 20:38 BST, Terrence Enger > wrote: > > > On Fri, 2014-05-16 at 15:19 +0100, Tamas Zolnai wrote: > > > On Friday, May 16, 2014 15:00 BST, Terrence Enger > > > wrote: > > [snip] > > > > > > > > /home/terry/

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

2014-05-16 Thread Kohei Yoshida
sc/source/ui/view/gridwin.cxx | 55 +- 1 file changed, 34 insertions(+), 21 deletions(-) New commits: commit df51f7d486cafb2795a38ae9fedd8fde8827d8a4 Author: Kohei Yoshida Date: Fri May 16 15:03:31 2014 -0400 fdo#77315: When in cell edit mode, use

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

2014-05-16 Thread Eike Rathke
cui/source/tabpages/chardlg.cxx | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) New commits: commit 48a48e4ea4bdd7afb322e6d0b81c29eb7e7a66a0 Author: Eike Rathke Date: Fri May 16 22:12:58 2014 +0200 use SvxLanguageBoxBase* in the general routines ...

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

2014-05-16 Thread Zolnai Tamás
avmedia/source/opengl/oglplayer.cxx | 24 +--- avmedia/source/opengl/oglplayer.hxx |7 + external/collada2gltf/StaticLibrary_collada2gltf.mk |6 + 3 files changed, 34 insertions(+), 3 deletions(-) New commits: commit 73212108571d2e

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

2014-05-16 Thread Tamas Zolnai
On Friday, May 16, 2014 20:38 BST, Terrence Enger wrote: > On Fri, 2014-05-16 at 15:19 +0100, Tamas Zolnai wrote: > > On Friday, May 16, 2014 15:00 BST, Terrence Enger > > wrote: > [snip] > > > > > > /home/terry/lo_hacking/git/libo2/workdir/UnpackedTarball/collada2gltf/dependencies/o

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

2014-05-16 Thread Eike Rathke
include/svx/langbox.hxx | 31 +++- svx/source/dialog/langbox.cxx | 101 -- 2 files changed, 125 insertions(+), 7 deletions(-) New commits: commit 0ab5802eb0e530e930bed6d5dbed1a0317ae323b Author: Eike Rathke Date: Fri May 16 22:00:15 2014

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 70/c4adf42a0d7789abc900a0698a2ff4b5314944

2014-05-16 Thread Caolán McNamara
70/c4adf42a0d7789abc900a0698a2ff4b5314944 |1 + 1 file changed, 1 insertion(+) New commits: commit be406654dc65ae926a5199b1fa4b4582ec9d6e00 Author: Caolán McNamara Date: Fri May 16 21:07:09 2014 +0100 Notes added by 'git notes add' diff --git a/70/c4adf42a0d7789abc900a0698a2ff4b5314

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

2014-05-16 Thread Caolán McNamara
sfx2/source/doc/sfxbasemodel.cxx | 12 +++- svtools/source/graphic/grfcache.cxx|2 +- svx/source/sdr/properties/itemsettools.cxx |1 + 3 files changed, 5 insertions(+), 10 deletions(-) New commits: commit 5b2f1b46b129c41890c54513c6d386407db6718a Author: Caolán

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

2014-05-16 Thread Terrence Enger
On Fri, 2014-05-16 at 15:19 +0100, Tamas Zolnai wrote: > On Friday, May 16, 2014 15:00 BST, Terrence Enger > wrote: [snip] > > > > /home/terry/lo_hacking/git/libo2/workdir/UnpackedTarball/collada2gltf/dependencies/o3dgc/src/o3dgc_common_lib/inc/o3dgcTimer.h:115: > > undefined reference to

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

2014-05-16 Thread Zolnai Tamás
avmedia/source/opengl/oglwindow.cxx |4 slideshow/source/engine/shapes/viewmediashape.cxx |1 + 2 files changed, 5 insertions(+) New commits: commit 821c42b10a7095124a9afbbba3f9bc687ace40e6 Author: Zolnai Tamás Date: Fri May 16 19:53:17 2014 +0200 OGLWindow: fi

[Libreoffice-commits] core.git: Branch 'feature/gtkbmptiledviewer' - vcl/headless

2014-05-16 Thread Andrzej Hunt
vcl/headless/svpbmp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4df66b4f7f70f69d43c371be1cebf1d1935d0352 Author: Andrzej Hunt Date: Fri May 16 18:41:32 2014 +0100 Default to RGB for Bitmap Buffers in svp. By default we seem to use FORMAT_TWENT

list.cxx in VCL

2014-05-16 Thread Chris Laplante
Would it be possible to remove vcl/source/fontsubset/list.cxx and replace its usage with std::list? The only place I see it being used is in ttcr.cxx (same folder). It is hard to tell because most of the files in that directory appear to be C code hiding in .cxx files. Chris -- View this mess

Question unoType for getXmlToken (dbaccess/reportdesign module)

2014-05-16 Thread julien2412
Hello, 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=&refs=&path=&hist= Why shouldn't be this: s_aTypeNameMap[GetXMLToken( XML_FLOAT)] = ::c

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

2014-05-16 Thread Julien Nabet
connectivity/source/drivers/odbc/ODatabaseMetaData.cxx | 23 +++-- 1 file changed, 21 insertions(+), 2 deletions(-) New commits: commit 224002ee63b043404ecb3b594e6d902e5cd7 Author: Julien Nabet Date: Sat Apr 5 10:30:54 2014 +0200 Use SQL_DEFAULT_TXN_ISOLATION to get getD

[Libreoffice-commits] core.git: Branch 'private/tbsdy/svdemo' - 0 commits -

2014-05-16 Thread Unknown
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2014-05-16 Thread Jean-Pierre Ledure
wizards/source/access2base/DoCmd.xba |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b9f6c3f9ed96a13c6c25d4002bd593bdbde6fd70 Author: Jean-Pierre Ledure Date: Fri May 16 17:34:52 2014 +0200 Access2Base - Correct error message for some actions Chan

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

2014-05-16 Thread Jean-Pierre Ledure
wizards/source/access2base/DoCmd.xba |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 980f6b505844ffa29d3b78e0abeeb781ed12d57d Author: Jean-Pierre Ledure Date: Fri May 16 15:05:49 2014 +0200 Access2Base typo Change-Id: Id5161f2b8e8132c2a8b68073b233137d

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

2014-05-16 Thread Jean-Pierre Ledure
wizards/source/access2base/Application.xba | 43 + wizards/source/access2base/Collect.xba | 11 --- wizards/source/access2base/Form.xba| 14 - 3 files changed, 38 insertions(+), 30 deletions(-) New commits: commit 6e60f1a69c87f5c443014f140

Re: Access2Base - New release

2014-05-16 Thread Lionel Elie Mamane
On Fri, May 16, 2014 at 11:30:15AM +0200, Jean-Pierre Ledure wrote: > On 15/05/2014 12:30, Lionel Elie Mamane wrote: >> one might hope that when loading the library, one source is >> always preferred over the other. > After a test the behaviour of LibreOffice is found sane: when installing an > e

[Libreoffice-commits] core.git: 8 commits - sdext/source sd/source svtools/source sw/source vcl/source

2014-05-16 Thread Caolán McNamara
sd/source/ui/func/fuexpand.cxx |4 +--- sd/source/ui/view/outlnvsh.cxx |1 - sdext/source/pdfimport/pdfparse/pdfentries.cxx |2 +- svtools/source/filter/SvFilterOptionsDialog.cxx |4 +--- sw/source/core/docnode/nodes.cxx|2 --

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 --- Comment #139 from Joel Madero --- Added bug 78784 - Editing a simple draw object within writer and going to format->layer results in total crash. The bug has been around since the branch point (confirmed on 3.3.0.4) but none the less, nasty

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Joel Madero changed: What|Removed |Added Depends on||78784 -- You are receiving this mail beca

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

2014-05-16 Thread Kohei Yoshida
sc/source/filter/xml/xmlexprt.cxx | 39 +++--- 1 file changed, 36 insertions(+), 3 deletions(-) New commits: commit e373ca05c6d332d139d5a7553faf15d1d0c8cdeb Author: Kohei Yoshida Date: Fri May 16 10:45:40 2014 -0400 fdo#75056: Overline attribute needs spe

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 76710, which changed state. Bug 76710 Summary: FILESAVE: CONDITIONAL FORMATTING is lost after deleting sheet and saving to ODS. https://bugs.freedesktop.org/show_bug.cgi?id=76710 What|Removed

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

2014-05-16 Thread Kohei Yoshida
sc/source/core/data/conditio.cxx | 37 + 1 file changed, 37 insertions(+) New commits: commit 5b76a0057a25966f48caed78bcff21b72fdbdda2 Author: Kohei Yoshida Date: Tue May 13 22:46:17 2014 -0400 fdo#76710: Adjust sheet position of conditional format en

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

2014-05-16 Thread Kohei Yoshida
sc/source/filter/xml/xmlexprt.cxx | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) New commits: commit 181084cb110fefb13200d8a645bca9857964f378 Author: Kohei Yoshida Date: Thu May 15 20:32:05 2014 -0400 fdo#77537: Exporting font names in edit text needs special hand

[Libreoffice-commits] core.git: Changes to 'private/tbsdy/svdemo'

2014-05-16 Thread Chris Sherlock
New branch 'private/tbsdy/svdemo' available with the following commits: commit e5c92b9b411a06e101e9d6261c7da938c329d90f Author: Chris Sherlock Date: Sat May 17 01:08:41 2014 +1000 Add executable script Change-Id: Id681478de0e2b116d9d1ac3e936f4b48b348c240 commit f47573bf1bb8ce619f5

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

2014-05-16 Thread Tor Lillqvist
oox/source/drawingml/shape.cxx | 26 ++ 1 file changed, 10 insertions(+), 16 deletions(-) New commits: commit 633003965a4be0c535b43cc3072c5c4a95109d34 Author: Tor Lillqvist Date: Fri May 16 16:43:25 2014 +0300 Use SVM (metafile) instead of PNG for diagrams (Smart

[Libreoffice-commits] core.git: Branch 'private/tbsdy/svdemo' - 0 commits -

2014-05-16 Thread Unknown
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Re: minutes of the ESC call ...

2014-05-16 Thread Miklos Vajna
On Thu, May 15, 2014 at 06:21:19PM +0200, Bjoern Michaelsen wrote: > * unit test documents bloating up git repo: (Michael) > + might be mine (Miklos) > + automated task? > + test fail on too big file? > + these docs are not commited with evil intend, they are sneaking in

[Libreoffice-commits] core.git: .git-hooks/pre-commit

2014-05-16 Thread Miklos Vajna
.git-hooks/pre-commit | 14 ++ 1 file changed, 14 insertions(+) New commits: commit 66fce1f61e7e088bd92e19ecb0dd94553de6f824 Author: Miklos Vajna Date: Fri May 16 16:47:29 2014 +0200 git pre-commit hook: block large files Change-Id: Id27cfa805fc7cd0f4f6cc3d8bb770aa7

[Libreoffice-commits] core.git: Changes to 'private/tbsdy/svdemo'

2014-05-16 Thread Chris Sherlock
New branch 'private/tbsdy/svdemo' available with the following commits: commit eeeccdb3ede35c66dde41952196c2a9f3a285c9a Author: Chris Sherlock Date: Sat May 17 00:39:58 2014 +1000 vcl: fixup svdemo Change-Id: Ifb7cc12da349fcbcd1d3dc25b64cd2bf3fd7e819 __

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

2014-05-16 Thread Kohei Yoshida
sc/qa/unit/subsequent_export-test.cxx | 131 +- sc/source/filter/xml/xmlexprt.cxx | 39 +- 2 files changed, 149 insertions(+), 21 deletions(-) New commits: commit fcf5b5c081ded93b12dd888236d0a860b7693ed1 Author: Kohei Yoshida Date: Fri May 16 10:4

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

2014-05-16 Thread Stephan Bergmann
unotools/source/ucbhelper/tempfile.cxx | 82 - 1 file changed, 80 insertions(+), 2 deletions(-) New commits: commit 45e8fd5fcc71219d7564b475a3fec3d4536f70aa Author: Stephan Bergmann Date: Fri May 16 16:31:26 2014 +0200 For now, reintroduce the horrible st

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

2014-05-16 Thread Miklos Vajna
sw/qa/extras/ooxmlimport/data/inline-groupshape.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx |6 ++ writerfilter/source/dmapper/GraphicImport.cxx|4 3 files changed, 10 insertions(+) New commits: commit e25bdf7f602ce7d3d941c07b8c1cf5740e2b0a85 Author

[Libreoffice-commits] core.git: 3 commits - include/svl include/svx sd/source svx/source xmloff/source

2014-05-16 Thread Zolnai Tamás
include/svl/solar.hrc |2 - include/svx/unoshprp.hxx |3 +- sd/source/ui/func/fuinsert.cxx |5 ++- svx/source/unodraw/unoprov.cxx |1 svx/source/unodraw/unoshap4.cxx|7 xmloff/source/draw/shapeexport.cxx | 55 ++

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

2014-05-16 Thread Stephan Bergmann
include/svx/langbox.hxx | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) New commits: commit 06a45a1a1766f61cd583725c61d685ad4a3f868e Author: Stephan Bergmann Date: Fri May 16 16:20:56 2014 +0200 loplugin:saloverride Change-Id

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

2014-05-16 Thread Tamas Zolnai
On Friday, May 16, 2014 15:00 BST, Terrence Enger wrote: > Zolnai, > > My build of commit 48eccfb, fetched around 2014-05-16 00:57 UTC, is > failing with messages: > > [build LNK] Library/libavmedialo.so > > /home/terry/lo_hacking/git/libo2/workdir/LinkTarget/StaticLibrary/libcoll

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - framework/inc framework/source officecfg/registry sfx2/source

2014-05-16 Thread Herbert Dürr
framework/inc/framework/addonmenu.hxx | 15 ++-- framework/source/classes/menumanager.cxx|2 framework/source/dispatch/menudispatcher.cxx|4 - framework/source/fwe/classes/addonmenu.cxx | 78 framework/source/uielement/menubarmanager

build failure, clock_gettime undefined, linking libavmedialo.so

2014-05-16 Thread Terrence Enger
Zolnai, My build of commit 48eccfb, fetched around 2014-05-16 00:57 UTC, is failing with messages: [build LNK] Library/libavmedialo.so /home/terry/lo_hacking/git/libo2/workdir/LinkTarget/StaticLibrary/libcollada2gltf.a(GLTF-Open3DGC.o): In function `o3dgc::Timer::Tic()': /home/terr

[Libreoffice-commits] core.git: configure.ac

2014-05-16 Thread Tor Lillqvist
configure.ac |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit f6f208dd9a4bd62b3b732dc06d35ad082592706f Author: Tor Lillqvist Date: Fri May 16 16:14:42 2014 +0300 Add more info about XCODE_DEBUG_INFORMATION_FORMAT Change-Id: I90b1140d9c3f70f01eb673e6

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-05-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 Michael Stahl changed: What|Removed |Added Depends on||78782 -- You are receiving this mail be

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

2014-05-16 Thread Miklos Vajna
sw/source/core/docnode/nodedump.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 942156b1ed7d0cd27c18960bf4cf874689e9aa0a Author: Miklos Vajna Date: Fri May 16 13:45:56 2014 +0200 sw doc model dump: show SdrObject::nOrdNum Change-Id: I4ac2c3d883dd9bb111a2d600f5a17

Re: Hello from a Newb Here to Help

2014-05-16 Thread Dave Barton
Original Message From: Lindsey To: libreoffice@lists.freedesktop.org Date: Wed, 07 May 2014 18:38:19 -0500 > Hi, > > I know y'all are busy so I'll try to keep this short. I just started > using Libre Office and I LOVE it. I want to learn all I can about it > but I also hit some

Re: [GSoC] Hello!

2014-05-16 Thread Cedric Bosdonnat
Hello Mihai, Welcome aboard! I'm also eager to start that great project with you ;) -- Cedric On Mon, 2014-05-12 at 23:06 +0300, Mihai Varga wrote: > Hello everyone ! > > > My name is Mihai and I have been selected to participate in this > year's GSoC program. I will be working on the SharePoi

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

2014-05-16 Thread Jacobo Aragunde Pérez
include/oox/drawingml/effectproperties.hxx | 19 + include/oox/drawingml/effectpropertiescontext.hxx |3 include/oox/export/drawingml.hxx|1 oox/source/drawingml/effectproperties.cxx | 71 +++---

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

2014-05-16 Thread Eike Rathke
include/svx/langbox.hxx | 90 ++--- svx/source/dialog/langbox.cxx | 280 ++ 2 files changed, 277 insertions(+), 93 deletions(-) New commits: commit 5ad020235a8d4dd60752e781622c22f0187b4e45 Author: Eike Rathke Date: Fri May 16 12:50:36 20

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

2014-05-16 Thread Tsutomu Uchino
toolkit/source/awt/vclxwindows.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 5350520ec8da250f57dde664e95229c0e4d5a2ab Author: Tsutomu Uchino Date: Fri May 16 08:25:28 2014 + Resolves: #i98216# extract boolean value for AutoFill value of ComboBox model

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 21/3aafbf006a5099e951f65a472e4f8fa66256a4

2014-05-16 Thread Caolán McNamara
21/3aafbf006a5099e951f65a472e4f8fa66256a4 |1 + 1 file changed, 1 insertion(+) New commits: commit 31da426c446ddc937f51183fee3ec4a5e0aa1f58 Author: Caolán McNamara Date: Fri May 16 11:54:24 2014 +0100 Notes added by 'git notes add' diff --git a/21/3aafbf006a5099e951f65a472e4f8fa6625

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

2014-05-16 Thread Markus Mohrhard
chart2/source/model/template/GL3DBarChartType.cxx |9 + chart2/source/model/template/GL3DBarChartType.hxx |3 +++ chart2/source/view/charttypes/GL3DBarChart.cxx|9 - chart2/source/view/main/GL3DRenderer.cxx | 18 -- 4 files changed, 32 ins

[Bug 32664] Keyboard volume keys don't work when LibreOffice is in focus

2014-05-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32664 --- Comment #45 from bulwersa...@gmail.com --- I discovered something interesting - in my situation foobar2000 is affected by this problem but Winamp is not. -- You are receiving this mail because: You are on the CC list for the bug. ___

Re: example of the output of Lsan

2014-05-16 Thread Caolán McNamara
On Thu, 2014-05-15 at 16:40 +0200, Markus Mohrhard wrote: > Hey, > > > as promised during the ESC call here is an example from one of my > runs. http://cgit.freedesktop.org/libreoffice/core/commit/?id=6709d982a5558cab4d0b7e13d5c72a3b074704d6 should fix a lot of the vcl ones. C. _

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

2014-05-16 Thread Caolán McNamara
vcl/generic/glyphs/gcach_ftyp.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 6709d982a5558cab4d0b7e13d5c72a3b074704d6 Author: Caolán McNamara Date: Fri May 16 10:50:39 2014 +0100 lsan: mpFontCharMap double-add-ref, never released Change-Id:

[Bug 32664] Keyboard volume keys don't work when LibreOffice is in focus

2014-05-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32664 --- Comment #44 from bulwersa...@gmail.com --- Still happens with Calc 4.2.4.2 on Lenovo laptop (g550 model 20023). -- You are receiving this mail because: You are on the CC list for the bug. ___ Libre

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

2014-05-16 Thread Tsutomu Uchino
toolkit/source/awt/vclxwindows.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 213aafbf006a5099e951f65a472e4f8fa66256a4 Author: Tsutomu Uchino Date: Fri May 16 08:25:28 2014 + #i98216# extract boolean value for AutoFill value of ComboBox model diff --git a/tool

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

2014-05-16 Thread Luboš Luňák
sc/source/filter/excel/xestream.cxx |2 +- sc/source/filter/qpro/qpro.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit f12631e960a2b4123c96e96d2af7d43741d8e6a5 Author: Luboš Luňák Date: Wed Mar 12 13:44:29 2014 +0100 std::strlen requires cstr

[Libreoffice-commits] core.git: 2 commits - avmedia/Module_avmedia.mk avmedia/source postprocess/Rdb_services.mk scp2/source

2014-05-16 Thread Tor Lillqvist
avmedia/Module_avmedia.mk |3 --- avmedia/source/macavf/macavfcommon.hxx | 16 +--- avmedia/source/macavf/player.mm| 16 +++- avmedia/source/macavf/window.mm|6 -- postprocess/Rdb_services.mk|4 +--- scp2/source/o

Re: Access2Base - New release

2014-05-16 Thread Jean-Pierre Ledure
On 15/05/2014 12:30, Lionel Elie Mamane wrote: one might hope that when loading the library, one source is always preferred over the other. After a test the behaviour of LibreOffice is found sane: when installing an extension with the same name as a pre-installed one, the extension gets INS

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

2014-05-16 Thread Noel Grandin
compilerplugins/clang/passsequencebyref.cxx | 63 -- compilerplugins/clang/passstringbyref.cxx | 71 - compilerplugins/clang/passstuffbyref.cxx| 78 3 files changed, 78 insertions(+), 134 deletions(-) New commits

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

2014-05-16 Thread Stephan Bergmann
unotools/source/ucbhelper/tempfile.cxx | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) New commits: commit 0bc869459b8dfc05923249ec07ccfd4f0ddd2c2c Author: Stephan Bergmann Date: Fri May 16 11:05:41 2014 +0200 Consolidate CreateTempName_Impl and lcl_createN

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

2014-05-16 Thread Pallavi Jadhav
sw/qa/extras/ooxmlexport/data/fdo78432.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx| 27 + sw/source/filter/ww8/docxsdrexport.cxx | 35 ++-- 3 files changed, 60 insertions(+), 2 deletions(-) New commits: commit a05e5016287fdf06378

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

2014-05-16 Thread Kohei Yoshida
sc/source/core/data/conditio.cxx | 29 +++-- sc/source/core/tool/interpr4.cxx |8 +--- sc/source/ui/undo/undoblk.cxx| 15 +++ 3 files changed, 47 insertions(+), 5 deletions(-) New commits: commit 0a47daf3175ec16d48669535a34823be47fbb42a Author:

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

2014-05-16 Thread Kohei Yoshida
sc/source/filter/excel/read.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8f1f935beee8495168b19f4b5e02bde8a9399154 Author: Kohei Yoshida Date: Tue May 13 14:02:45 2014 -0400 fdo#78471: Don't forget to record the ID of the last record for BIFF5.

[Libreoffice-commits] core.git: Changes to 'feature/gtkbmptiledviewer'

2014-05-16 Thread Andrzej Hunt
New branch 'feature/gtkbmptiledviewer' available with the following commits: commit 0c6ce99ab9b32749b580c6f6ed4a3b568f2dd1b7 Author: Andrzej Hunt Date: Fri May 16 09:22:09 2014 +0100 Add the full sofficerc for LibLO. This gets rid of various ucb.ucp.gio warnings when doing tiled

[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-4-2' - en/pythonpath hu_HU/pythonpath pt_BR/pythonpath

2014-05-16 Thread László Németh
en/pythonpath/lightproof_impl_en.py |2 +- hu_HU/pythonpath/lightproof_impl_hu_HU.py |2 +- pt_BR/pythonpath/lightproof_impl_pt_BR.py |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 0a68bdc3b29237ab76bce445f3cdc535b1482307 Author: László Németh Da

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

2014-05-16 Thread Michael Stahl
comphelper/source/misc/mimeconfighelper.cxx|7 ++- embeddedobj/source/commonembedding/persistence.cxx | 18 ++ 2 files changed, 24 insertions(+), 1 deletion(-) New commits: commit da62ab5783e548c5785b3950c03d078b1f3e849d Author: Michael Stahl Date: Thu May 15

Re: Configure fail on OS X 10.9 - Cannot create Makefile - Claims Ant too old and doesn't work

2014-05-16 Thread Stephan Bergmann
On 05/16/2014 08:21 AM, Tor Lillqvist wrote: Without Java can I still run LibreOffice? Sure. You will miss the built-in HSQLDB in Base and some other less important functionality, I don't remember exactly. (Of course it is a matter of opinion whether some functionality is important or not... bu

Re: Configure fail on OS X 10.9 - Cannot create Makefile - Claims Ant too old and doesn't work

2014-05-16 Thread Husain
Ok. I'm on it. It should not be too difficult. Since this one affects only one file, I will fix it before looking at bug #33467. -- Alamri Hussian On May 16, 2014, at 2:56 AM, Tor Lillqvist wrote: > I noticed you are looking at bug #33467. Sure, that is good too, but > if you are interested,