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

2014-03-29 Thread Chris Sherlock
vcl/source/filter/graphicfilter.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 4fb1fb5297fa233d50ea0a31d6d54bb4ea9e00f1 Author: Chris Sherlock Date: Sun Mar 30 17:24:07 2014 +1100 Encase graphicsfilter warning in an #ifdef Change-Id: Ib91edb520c4edbbf63e034f17

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

2014-03-29 Thread Chris Sherlock
vcl/source/filter/graphicfilter.cxx | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) New commits: commit b6a43bcbbf9e9a5655fd36fd4c8ef72d585f67b0 Author: Chris Sherlock Date: Sun Mar 30 17:11:01 2014 +1100 Clarify warning in graphicsfilter

LibreOffice Gerrit News for core on 2014-03-30

2014-03-29 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + vcl-quartz: return false from DrawTextSpecial for OSX<10.6 in https://gerrit.libreoffice.org/8790 from Douglas Mencken about module vcl + sal: use posix_memali

Fixing Bug 46200 [Easy Hack]

2014-03-29 Thread Tharindu Amila Perera
Hi all, I'm a GSOC participant and I'm trying to solve this feature. The functionality added is to use scroll lock and down key to set the top left cell to the current selection. I looked into the comments and got the code pointers 1] ScTabViewShell::KeyInput as the starting point to capture the

Simplifying oslThreadIdentifier in Linux 32

2014-03-29 Thread Chris Sherlock
Hi all, The patch https://gerrit.libreoffice.org/#/c/5553/ is described as "Simplifying oslThreadIdentifier in Linux 32". It's been in the queue for some time, but it's not entirely clear why it is needed. Obviously simplifying is a great thing, but could we get some more explanation about th

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

2014-03-29 Thread Katarina Behrens
cui/source/inc/cuitabline.hxx |4 ++- cui/source/tabpages/tpline.cxx | 17 cui/uiconfig/ui/linetabpage.ui | 42 + 3 files changed, 46 insertions(+), 17 deletions(-) New commits: commit 654cea3304572e4d33030c8e60503750b06156a3 Autho

[Libreoffice-commits] core.git: 6 commits - oox/source sc/source sd/source sw/source

2014-03-29 Thread Caolán McNamara
oox/source/drawingml/textbodyproperties.cxx |5 +++-- sc/source/ui/dbgui/pfiltdlg.cxx |6 +++--- sd/source/core/stlfamily.cxx|4 sd/source/ui/dlg/gluectrl.cxx |2 +- sd/source/ui/remotecontrol/DiscoveryService.cxx | 1

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

2014-03-29 Thread Caolán McNamara
sd/source/core/PageListWatcher.cxx|2 +- svx/source/customshapes/EnhancedCustomShapeEngine.cxx |2 +- svx/source/svdraw/svdedtv2.cxx|2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit b3530c2c3eadeaed8637fbd22f6df1fdf

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

2014-03-29 Thread Miklos Vajna
writerfilter/source/ooxml/OOXMLFastContextHandler.cxx |2 ++ writerfilter/source/ooxml/OOXMLStreamImpl.cxx | 14 -- writerfilter/source/rtftok/rtfdocumentimpl.cxx|3 ++- 3 files changed, 12 insertions(+), 7 deletions(-) New commits: commit 6812606517e9a6299fc

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

2014-03-29 Thread Miklos Vajna
writerfilter/source/dmapper/DomainMapper_Impl.cxx |2 ++ writerfilter/source/dmapper/StyleSheetTable.cxx|9 ++--- writerfilter/source/dmapper/TablePropertiesHandler.cxx |2 +- 3 files changed, 9 insertions(+), 4 deletions(-) New commits: commit 8736c5222a8e83a1310713a

[Bug 50672] Unity: Recent file menu removes underscore from file names

2014-03-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50672 --- Comment #23 from Björn Michaelsen --- (In reply to comment #21) > You're welcome. I didn't plan this, but now it has happened :) Hi Samuel, thank you very much for this fix, it was always on my agenda, but with such a low prio that I unfort

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

2014-03-29 Thread Miklos Vajna
writerfilter/source/dmapper/DomainMapper.cxx |3 ++- writerfilter/source/dmapper/DomainMapper_Impl.cxx |6 -- 2 files changed, 6 insertions(+), 3 deletions(-) New commits: commit 9361d5a2dd9615e053b308e358afb8b36b843e71 Author: Miklos Vajna Date: Sat Mar 29 20:56:15 2014 +0100

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

2014-03-29 Thread Miklos Vajna
writerfilter/source/dmapper/DomainMapper.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 10c03d7670c1c99e5c9828aa7162088bc4b3e374 Author: Miklos Vajna Date: Sat Mar 29 20:05:00 2014 +0100 coverity#1194902 Unchecked dynamic_cast Change-Id: I7

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

2014-03-29 Thread Takeshi Abe
editeng/source/editeng/impedit2.cxx |7 +++ editeng/source/editeng/impedit3.cxx | 26 +- editeng/source/outliner/outliner.cxx |9 - editeng/source/uno/unonrule.cxx |6 +++--- 4 files changed, 23 insertions(+), 25 deletions(-) New commits: c

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

2014-03-29 Thread Miklos Vajna
cui/source/tabpages/tparea.cxx | 15 writerfilter/source/dmapper/genclass.xsl | 710 --- 2 files changed, 725 deletions(-) New commits: commit 0353a71eb008d9731bfe369244e8691934c323fe Author: Miklos Vajna Date: Sat Mar 29 19:27:23 2014 +0100 write

[Libreoffice-commits] core.git: 19 commits - cui/source scripting/source sc/source svl/source svtools/source svx/source sw/source vcl/generic

2014-03-29 Thread Caolán McNamara
cui/source/customize/cfg.cxx | 49 ++- sc/source/ui/inc/tabview.hxx |2 sc/source/ui/view/tabview.cxx | 145 - sc/source/ui/view/tabview3.cxx | 10 - scripting/source/stringresour

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

2014-03-29 Thread Michael Stahl
chart2/source/controller/chartapiwrapper/WrappedGL3DProperties.cxx | 12 +- chart2/source/model/template/GL3DBarChartTypeTemplate.hxx |8 +++--- 2 files changed, 11 insertions(+), 9 deletions(-) New commits: commit 692714b7da20f1545365724ebca5891727d96025 Author: Michael

[Bug 34555] Make cropping handles for images (as in Draw/Impress) available for all LibreOffice applications

2014-03-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34555 tommy27 changed: What|Removed |Added CC||all_...@outlook.com --- Comment #39 from tommy

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

2014-03-29 Thread Julien Nabet
basegfx/source/range/b2drangeclipper.cxx |2 +- sc/source/filter/excel/xichart.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 74c5452206bd729413beff4375f7249553fe6a60 Author: Julien Nabet Date: Sat Mar 29 17:24:28 2014 +0100 Typo: ccordinate-

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

2014-03-29 Thread Julien Nabet
sw/source/filter/ww8/wrtw8sty.cxx |2 +- sw/source/filter/ww8/ww8atr.cxx |8 sw/source/filter/ww8/ww8par.hxx |4 ++-- sw/source/filter/ww8/ww8par4.cxx |2 +- sw/source/filter/ww8/ww8par6.cxx |4 ++-- sw/source/filter/ww8/ww8scan.cxx |2 +- 6 files changed, 1

[Libreoffice-commits] core.git: 2 commits - include/vcl unusedcode.easy

2014-03-29 Thread Caolán McNamara
include/vcl/outdev.hxx |4 ++-- include/vcl/virdev.hxx |4 ++-- unusedcode.easy|4 3 files changed, 8 insertions(+), 4 deletions(-) New commits: commit 917e6eba1358deeb09eab4adcc2c7a979adbbe9c Author: Caolán McNamara Date: Sat Mar 29 14:51:59 2014 + callcatch

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

2014-03-29 Thread Kohei Yoshida
chart2/source/view/charttypes/GL3DBarChart.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 3d9920bfb805d8de561b397a032c8b55bbacd695 Author: Kohei Yoshida Date: Sat Mar 29 10:32:37 2014 -0400 Add missing header. Change-Id: I15f43e18bc20b8ddfd20b39bd4725519a2a8ae

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

2014-03-29 Thread Michael Stahl
sc/source/filter/excel/xestream.cxx |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit b18ae9085ccb101b757bd9926dd58012b327b6f9 Author: Michael Stahl Date: Sat Mar 29 15:11:42 2014 +0100 sc: more stream tweaks Change-Id: I452ba76cec425e397369e0fcc

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

2014-03-29 Thread Michael Stahl
sc/source/filter/excel/xestream.cxx | 13 +++-- sc/source/filter/inc/xestream.hxx |2 +- 2 files changed, 4 insertions(+), 11 deletions(-) New commits: commit b03b1113d82147093762923bb9b350e52fe08ffe Author: Michael Stahl Date: Sat Mar 29 14:58:45 2014 +0100 sc: actually C

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

2014-03-29 Thread Michael Stahl
sc/source/filter/excel/excrecds.cxx | 14 +++--- sc/source/filter/excel/xestream.cxx |4 ++-- sc/source/filter/excel/xistream.cxx |2 +- sc/source/filter/inc/excrecds.hxx|6 +++--- sc/source/filter/inc/xestream.hxx|6 +++-

Cppcheck reports Same expression on both sides of '&&' (sc module)

2014-03-29 Thread julien2412
Hello, Cppcheck reported this: sc/source/core/opencl/op_statistical.cxx 3221duplicateExpression style Same expression on both sides of '&&'. 3233duplicateExpression style Same expression on both sides of '&&'. 3245duplicateExpression style Same expression on both side

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

2014-03-29 Thread Michael Stahl
sw/source/filter/basflt/shellio.cxx | 21 + 1 file changed, 5 insertions(+), 16 deletions(-) New commits: commit 2ca930d66b56adcd1ae36b7de473a4598c24acb7 Author: Michael Stahl Date: Sat Mar 29 13:39:44 2014 +0100 Reader::ResetFrmFmts(): work around spurious MSVC warn

Cppcheck reports Using 'memset' on class that contains ... (sw module)

2014-03-29 Thread julien2412
Hello, Cppcheck reported this: sw/source/filter/ww8/ww8scan.cxx 5158memsetClass error Using 'memset' on class that contains a virtual method. 5158memsetClass error Using 'memset' on class that contains a reference. 5158memsetClass error Using 'memset' on class that c

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

2014-03-29 Thread Matúš Kukan
filter/source/graphicfilter/itiff/itiff.cxx |2 +- filter/source/msfilter/escherex.cxx |4 ++-- filter/source/msfilter/msdffimp.cxx |4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 7a120ad4ac99ac70c35132d12d11d630b92bd846 Author: Matúš Ku

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

2014-03-29 Thread Matúš Kukan
basic/source/runtime/iosys.cxx |4 ++-- filter/source/graphicfilter/itiff/itiff.cxx |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit d761d5e219d745c10997c4accfbfc9eb5717d0e8 Author: Matúš Kukan Date: Sat Mar 29 12:08:09 2014 +0100 error: n

[Bug 34555] Make cropping handles for images (as in Draw/Impress) available for all LibreOffice applications

2014-03-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34555 --- Comment #38 from Stéphane Champeau --- Hi, bug #61991 seem duplicate this one -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@l

[Bug 34555] Make cropping handles for images (as in Draw/Impress) available for all LibreOffice applications

2014-03-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34555 Samuel M. changed: What|Removed |Added CC||andreas_para...@web.de --- Comment #37 from

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

2014-03-29 Thread Matúš Kukan
include/sot/stg.hxx |6 +++--- include/svl/instrm.hxx |2 +- include/svl/strmadpt.hxx |4 ++-- sot/source/sdstor/stg.cxx|2 +- sot/source/sdstor/stgole.hxx |2 +- sot/source/sdstor/stgstrms.hxx |4 ++-- sot/source/sdstor/ucbstora

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

2014-03-29 Thread Andras Timar
cui/uiconfig/ui/fmsearchdialog.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 937d3d65b1fc52c821f67a618fad637ff7590d8c Author: Andras Timar Date: Sat Mar 29 11:40:36 2014 +0100 add translatable attribute to some .ui labels/items Change-Id: I9c6269

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

2014-03-29 Thread Matúš Kukan
ucb/source/ucp/webdav/webdavprovider.cxx |3 ++- ucb/source/ucp/webdav/webdavprovider.hxx |1 + 2 files changed, 3 insertions(+), 1 deletion(-) New commits: commit 1ab55661f3194aa78a0f95c6397d2b546775d04c Author: Matúš Kukan Date: Sat Mar 29 10:53:09 2014 +0100 webdav: Store DAV

Re: minutes of ESC call ...

2014-03-29 Thread Matúš Kukan
On Thu, 2014-03-27 at 15:51 +, Michael Meeks wrote: > + can we publish the latest callgrind output files ? (Michael) > + sounds reasonable > AI: + look into automatic up-load of data & last callgrind traces > (Matus/Cloph) Done, it's all uploaded to http://dev-builds.libr