[Bug 89592] Initialize PropertyValue Sequences from initializer_lists

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89592 Swachhand Lokhande changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |swachhand...@gmail.com

[Bug 89592] Initialize PropertyValue Sequences from initializer_lists

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89592 --- Comment #4 from Swachhand Lokhande --- Hi. I am new to LibreOffice development and I would like to work on this as my first bug. Thanks. -- You are receiving this mail because: You are on the CC list for the bug. __

LibreOffice Gerrit News for core on 2015-03-05

2015-03-04 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + tdf#89387 Add functor and method for negation in https://gerrit.libreoffice.org/14749 from Łukasz Hryniuk about module sc + Resolves tdf#78221 Cannot drag twic

GSoC 2015 - Student Introduction

2015-03-04 Thread Kishor Bhat
Hi, Looks like it's introduction time! My name is Kishor Bhat, and I am a second year undergraduate in Information Technology at the National Institute of Technology Karnataka (NITK), India. Ever since I migrated to Linux roughly five years ago, I've been using LibreOffice as a replacement for M

Re: Load files into Writer only?

2015-03-04 Thread Jens Tröger
One way of approaching the problem below is by checking the file type of the document, before handing it off to the soffice instance. Checking the extension only might be too flimsy, perhaps libmagic can help? There is a list of supported file formats here: http://en.wikipedia.org/wiki/LibreOf

[Libreoffice-commits] core.git: 7 commits - include/svtools include/vcl svtools/source svx/source vcl/inc vcl/source

2015-03-04 Thread Tomaž Vajngerl
include/svtools/tabbar.hxx | 52 +-- include/vcl/toolbox.hxx| 14 +-- svtools/source/control/tabbar.cxx |9 + svx/source/tbxctrls/tbxcolorupdate.cxx | 150 - vcl/inc/toolbox.h |2 vcl/source

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - 4 commits - android/Bootstrap android/experimental

2015-03-04 Thread Tomaž Vajngerl
android/Bootstrap/src/org/libreoffice/kit/Document.java |7 +- android/experimental/LOAndroid3/src/java/org/libreoffice/InvalidationHandler.java | 24 -- android/experimental/LOAndroid3/src/java/org/libreoffice/TextCursorLayer.java |7 +- android

Re: Presentation + GSOC

2015-03-04 Thread Markus Mohrhard
Hey Miguel, On Wed, Mar 4, 2015 at 10:03 PM, Miguel Prytoluk wrote: > Greetings, > > I'm Miguel Prytoluk, a 22 years old Industrial Automation student from > Brazil. > > I've been using free OS's since 4 years ago, and i've began to program by > the end of last year, doing my first steps on pyth

[Libreoffice-commits] buildbot.git: lcov-report/lcov-report.sh

2015-03-04 Thread Maarten Hoes
lcov-report/lcov-report.sh |2 ++ 1 file changed, 2 insertions(+) New commits: commit 469be295be29c711874a144fc923936498471a5d Author: Maarten Hoes Date: Wed Mar 4 20:51:40 2015 +0100 Allow for easier debugging by setting $DEBUG. Change-Id: Iefb0e6106695e7347da0c2447da98aab13

[Libreoffice-commits] buildbot.git: lcov-report/lcov-report.sh

2015-03-04 Thread Maarten Hoes
lcov-report/lcov-report.sh |2 ++ 1 file changed, 2 insertions(+) New commits: commit 1ba25afb4b0021f8d77f961ba4923fa27c390c62 Author: Maarten Hoes Date: Wed Mar 4 21:14:19 2015 +0100 Also readlink -f BUILD_DIR when running BEFORE or AFTER. Change-Id: Ibce70d6cf3deb289bb6bdd8

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

2015-03-04 Thread Caolán McNamara
sc/source/filter/excel/xelink.cxx | 40 - sc/source/filter/excel/xetable.cxx |2 - sc/source/filter/inc/tokstack.hxx | 34 ++--- sc/source/filter/inc/xelink.hxx|2 - sc/source/filter/inc/xetab

Presentation + GSOC

2015-03-04 Thread Miguel Prytoluk
Greetings, I'm Miguel Prytoluk, a 22 years old Industrial Automation student from Brazil. I've been using free OS's since 4 years ago, and i've began to program by the end of last year, doing my first steps on python. I've been studying C++ since January, and i've managed to create some basic pro

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

2015-03-04 Thread Caolán McNamara
vcl/unx/gtk/window/gtksalframe.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 6727b20c71962eb41e4f878bd932902fa13e315f Author: Caolán McNamara Date: Wed Mar 4 17:33:28 2015 + make wheel scrolling work under gtk3 Change-Id: I8a0482abcedd07006d6229c073f

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

2015-03-04 Thread Caolán McNamara
vcl/unx/gtk/window/gtksalframe.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit adf7d868e787903caf6a9b2db0eac497ec0ac2e8 Author: Caolán McNamara Date: Wed Mar 4 17:25:37 2015 + need GDK_SCROLL_MASK under gtk3 to get any wheel scroll events Cha

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

2015-03-04 Thread Caolán McNamara
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) New commits: commit 5262c5101e9c6e2a79f400a625f27df9b3bfbef5 Author: Caolán McNamara Date: Wed Mar 4 17:13:36 2015 + rControlRegion.[Left|Top]- 1 + 1 -> rControlRegion.[Left|T

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

2015-03-04 Thread Caolán McNamara
vcl/inc/unx/gtk/gtkgdi.hxx|1 - vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx |8 +--- 2 files changed, 1 insertion(+), 8 deletions(-) New commits: commit 1cdf1e90390bda6b059a4fa844e68619a00dd8a6 Author: Caolán McNamara Date: Wed Mar 4 17:10:35 2015 +

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

2015-03-04 Thread Caolán McNamara
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 20 +--- 1 file changed, 5 insertions(+), 15 deletions(-) New commits: commit 563bfd69ba451b4db69de353c7c876483094a743 Author: Caolán McNamara Date: Wed Mar 4 16:50:48 2015 + rely on cairo to do the clipping for us

[Libreoffice-commits] core.git: reportdesign/inc reportdesign/source sc/source sd/source starmath/source

2015-03-04 Thread Caolán McNamara
reportdesign/inc/UndoActions.hxx |2 +- reportdesign/source/core/api/ReportDefinition.cxx |8 reportdesign/source/core/sdr/UndoActions.cxx |4 ++-- sc/source/ui/vba/vbaassistant.cxx |2 +- sc/source/ui/vba/vbaassistant.hxx

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

2015-03-04 Thread Caolán McNamara
vcl/inc/unx/gtk/gtkgdi.hxx|2 +- vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 18 +- 2 files changed, 6 insertions(+), 14 deletions(-) New commits: commit 2567d8040d060525a1125a36e4e3704421833787 Author: Caolán McNamara Date: Wed Mar 4 16:57:07 201

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

2015-03-04 Thread Caolán McNamara
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit a213af3422135a1b6feec52ee430535bb2d5d6a7 Author: Caolán McNamara Date: Wed Mar 4 15:14:26 2015 + valgrind: padding is not set Change-Id: Ide7423fb52110aacc1edf8ca9408

[Libreoffice-commits] translations.git: Changes to 'refs/tags/cp-4.3-4'

2015-03-04 Thread Christian Lohmaier
Tag 'cp-4.3-4' created by Andras Timar at 2015-03-04 15:45 -0800 cp-4.3-4 Changes since cp-4.3-branch-point-6: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman

[Libreoffice-commits] help.git: Changes to 'refs/tags/cp-4.3-4'

2015-03-04 Thread Andras Timar
Tag 'cp-4.3-4' created by Andras Timar at 2015-03-04 15:45 -0800 cp-4.3-4 Changes since libreoffice-4.3.0.0.beta1-9: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/m

[Libreoffice-commits] core.git: Changes to 'refs/tags/cp-4.3-4'

2015-03-04 Thread Andras Timar
Tag 'cp-4.3-4' created by Andras Timar at 2015-03-04 15:45 -0800 cp-4.3-4 Changes since cp-4.3-3-20: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.3-4'

2015-03-04 Thread Andras Timar
Tag 'cp-4.3-4' created by Andras Timar at 2015-03-04 15:45 -0800 cp-4.3-4 Changes since cp-4.3-branch-point-2: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman

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

2015-03-04 Thread Caolán McNamara
vcl/unx/gtk/window/gtksalframe.cxx| 45 +++--- vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx |6 +++ 2 files changed, 12 insertions(+), 39 deletions(-) New commits: commit 5a009a4387a84a36d2e3418c7e7b097cb10c3f5a Author: Caolán McNamara Date: Wed Mar 4 14

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

2015-03-04 Thread Caolán McNamara
vcl/unx/gtk/window/gtksalframe.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 9b63256d59c300731fa4d37670b119e6296e8ab4 Author: Caolán McNamara Date: Wed Mar 4 14:56:49 2015 + flush surface after 'draw' on f21 otherwise we see nothing under gtk3, f20 doesn

[Libreoffice-commits] core.git: Branch 'feature/priorities' - 3718 commits - accessibility/inc accessibility/source android/Bootstrap android/CustomTarget_android_desktop.mk android/CustomTarget_lo_an

2015-03-04 Thread Tobias Madl
Rebased ref, commits from common ancestor: commit fb2b2777e452a99d06d8b6425614edfd34f99f5d Author: Tobias Madl Date: Wed Mar 4 14:13:52 2015 + Timer: patch for commit 06d7314 Change-Id: I762062a4782438ec5bbcb53da9a42f44db65c40d diff --git a/include/vcl/scheduler.hxx b/include/

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - sw/inc sw/source

2015-03-04 Thread Miklos Vajna
sw/inc/viewsh.hxx |3 --- sw/source/core/view/viewsh.cxx | 23 ++- sw/source/core/view/vnew.cxx |6 -- 3 files changed, 10 insertions(+), 22 deletions(-) New commits: commit 0a2028d5efe5fc4e7bb82bd175aec22c9ac87fec Author: Miklos Vajna Date: Wed

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

2015-03-04 Thread Caolán McNamara
vcl/inc/unx/gtk/gtkframe.hxx |1 vcl/inc/unx/gtk/gtkgdi.hxx|1 vcl/unx/gtk/window/gtksalframe.cxx| 43 -- vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 13 --- 4 files changed, 24 insertions(+), 34 deletio

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

2015-03-04 Thread Caolán McNamara
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) New commits: commit 3cc36adbb48947ca1d670eef158908ff592abb8a Author: Caolán McNamara Date: Wed Mar 4 13:16:48 2015 + duplicate of getCairoContext logic Change-

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

2015-03-04 Thread Caolán McNamara
vcl/inc/headless/svpgdi.hxx |2 vcl/inc/unx/gtk/gtkgdi.hxx|2 vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 83 -- 3 files changed, 15 insertions(+), 72 deletions(-) New commits: commit 7c065a13e132b240b89801788a6e59d5000

[Libreoffice-commits] core.git: basegfx/source basic/source connectivity/source cppcanvas/source drawinglayer/source editeng/source filter/source framework/inc framework/source include/basegfx include

2015-03-04 Thread Caolán McNamara
basegfx/source/matrix/b3dhommatrix.cxx | 8 basic/source/inc/dlgcont.hxx | 6 basic/source/inc/namecont.hxx| 4 basic/source/inc/scriptcont.hxx

[Libreoffice-commits] core.git: 7 commits - sc/source sw/inc sw/source vcl/source

2015-03-04 Thread Stephan Bergmann
sc/source/core/data/stlsheet.cxx | 17 - sw/inc/docary.hxx |6 -- sw/source/core/layout/fly.cxx |4 sw/source/core/layout/flyincnt.cxx |4 sw/source/core/layout/pagechg.cxx |4 sw/source/core/layout/wsfrm.cxx| 10 +

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

2015-03-04 Thread Stephan Bergmann
sw/source/core/layout/wsfrm.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1855ffeb9108d443deb1d0b6806a18908a5935b1 Author: Stephan Bergmann Date: Wed Mar 4 13:03:48 2015 +0100 Avoid unnecessary bad downcast Change-Id: I787f423a9e241c9f30c2fcdcaa

[Bug 89592] Initialize PropertyValue Sequences from initializer_lists

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89592 --- Comment #3 from Lovekesh Garg --- (In reply to Björn Michaelsen from comment #2) > (In reply to Lovekesh Garg from comment #1) > > Can you explain it further. > > Not without any hint on what information would be missing to start with

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

2015-03-04 Thread Caolán McNamara
vcl/win/source/window/salframe.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit b18377bbb5c7b558d70ecf10aaa8d731c738f5ee Author: Caolán McNamara Date: Wed Mar 4 11:24:08 2015 + silence warning from use of GetVersionExA in external multimon.h header Change-

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.3' - 20 commits - configure.ac connectivity/source dbaccess/source editeng/source hwpfilter/source i18npool/source include/sal include/uno

2015-03-04 Thread Andras Timar
configure.ac|2 connectivity/source/commontools/FValue.cxx | 32 - connectivity/source/drivers/kab/KDriver.cxx |5 dbaccess/source/ui/querydesign/QueryDesignView.cxx |4 editeng/source/misc/svxacorr.cxx

[Libreoffice-commits] buildbot.git: lcov-report/lcov-report.sh

2015-03-04 Thread Maarten Hoes
lcov-report/lcov-report.sh |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 7df6aedeed85fb726bebfac03e95838c80fce98c Author: Maarten Hoes Date: Wed Mar 4 11:54:43 2015 +0100 Change report dir to have a fixed name. Change-Id: I7532f1f532d25cc10c98

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.3' - vcl/unx

2015-03-04 Thread Vasily Melenchuk
vcl/unx/gtk/window/gtksalframe.cxx | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) New commits: commit 70348e2f2380f9deeaa44efa4210bec42b423e3e Author: Vasily Melenchuk Date: Fri Feb 27 17:47:58 2015 +0300 tdf#89141: reverted a workaround for getting activity time

tdf#50950 sort out Calc (ISO)WEEKNUM functions

2015-03-04 Thread Winfried Donkers
Hi Eike, I checked the function definitions for WEEKNUM and ISOWEEKNUM, for ODFF and Excel. ODFF and Excel are as good as identical, except that Excel may experience problems when the date value is entered is text. I intend to ignore that difference and support both WEEKNUM and ISOWEEKNUM in Ca

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

2015-03-04 Thread Miklos Vajna
sw/source/uibase/shells/drawsh.cxx | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) New commits: commit 4f5f5b5d0e141e1d719eae3ba243ccf6e4e50e41 Author: Miklos Vajna Date: Thu Feb 12 11:00:20 2015 +0100 tdf#89266 SwDrawShell::GetState: fix crash on adding textbox to fontw

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - chart2/CppunitTest_chart2_export.mk chart2/CppunitTest_chart2_import.mk chart2/CppunitTest_chart2_xshape.mk cppcanvas/CppunitTest_cppcanvas_e

2015-03-04 Thread Michael Stahl
chart2/CppunitTest_chart2_export.mk |2 -- chart2/CppunitTest_chart2_import.mk |2 -- chart2/CppunitTest_chart2_xshape.mk |2 -- cppcanvas/CppunitTest_cppcanvas_emfplus.mk |2 -- dbaccess/Cppun

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - configure.ac

2015-03-04 Thread Michael Stahl
configure.ac |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d82a249a6fc8c7c34db5215428b97fede4876461 Author: Michael Stahl Date: Tue Mar 3 23:33:48 2015 +0100 configure: properly check for Windows SDK 8.1A Due to the wildcard checking for it will

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

2015-03-04 Thread Michael Stahl
sw/source/core/crsr/findattr.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 41bfe11ef188cdefa843f5befb8c03eb60603c22 Author: Michael Stahl Date: Mon Mar 2 15:08:46 2015 +0100 sw: PVS V656 Variables initialized through call to same function

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - sw/inc sw/source

2015-03-04 Thread Miklos Vajna
sw/inc/crsrsh.hxx |5 + sw/source/core/crsr/crsrsh.cxx|4 ++-- sw/source/core/crsr/crstrvl1.cxx |5 - sw/source/uibase/docvw/edtwin.cxx |2 +- 4 files changed, 4 insertions(+), 12 deletions(-) New commits: commit 40eff9d195c2b24a0a12e8be7c33cbd4eecf103

Re: Google Summer of Code '15 student

2015-03-04 Thread Miklos Vajna
Hi, Please make sure that you read . Completing a non-trivial easy hack is a hard requirement. Also, if you would like to came up with your own project idea, you need to make sure that someone is willing to mentor that. If yo

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

2015-03-04 Thread Stephan Bergmann
vcl/source/outdev/map.cxx | 12 1 file changed, 12 deletions(-) New commits: commit d8e7bc042bd0912a66c231b101cecda0f838a80f Author: Stephan Bergmann Date: Wed Mar 4 10:01:57 2015 +0100 Remove hack of replacing 0 with 1/LONG_MAX ...that hack was in there since the

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - 2 commits - include/LibreOfficeKit libreofficekit/source sw/source

2015-03-04 Thread Miklos Vajna
include/LibreOfficeKit/LibreOfficeKitEnums.h | 11 ++- include/LibreOfficeKit/LibreOfficeKitGtk.h |4 +++- libreofficekit/source/gtk/lokdocview.c | 20 ++-- sw/source/core/crsr/viscrs.cxx |6 ++ 4 files changed, 33 insertions(+), 8 dele

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

2015-03-04 Thread Miklos Vajna
sw/source/filter/ww8/docxattributeoutput.cxx | 39 ++- sw/source/filter/ww8/docxattributeoutput.hxx |7 2 files changed, 33 insertions(+), 13 deletions(-) New commits: commit a47600e1f9f7969440a6fa1488892c2aa2de38a8 Author: Miklos Vajna Date: Wed Mar 4 09:05:

[Bug 34882] Special character favorites

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34882 Adolfo Jayme changed: What|Removed |Added CC||johannadar...@yahoo.com --- Commen