[Libreoffice-commits] core.git: include/oox include/svx include/toolkit include/tools sc/inc sc/source sd/inc sd/source sw/inc sw/source

2015-04-15 Thread David Tardon
include/oox/core/fastparser.hxx|4 +++- include/oox/vml/vmlshape.hxx |2 +- include/svx/AccessibleControlShape.hxx |2 +- include/svx/gridctrl.hxx |2 +- include/svx/srchdlg.hxx|2 +- include/toolkit/awt/vclxwindows.hxx|8

LibreOffice Gerrit News for core on 2015-04-16

2015-04-15 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + Breeze: point fixes in https://gerrit.libreoffice.org/15337 from Andreas Kainz about module icon-themes + Breeze: modifications and missing icons in https://

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

2015-04-15 Thread Markus Mohrhard
sc/inc/colorscale.hxx|1 sc/qa/unit/data/xlsx/condformat_theme_color.xlsx |binary sc/qa/unit/helper/qahelper.cxx |2 - sc/qa/unit/helper/qahelper.hxx | 10 +++--- sc/qa/unit/subsequent_filters-test.cxx | 35 +++

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

2015-04-15 Thread Markus Mohrhard
chart2/qa/extras/chart2export.cxx | 10 ++ include/oox/helper/attributelist.hxx |8 include/oox/helper/helper.hxx |1 + oox/source/helper/attributelist.cxx | 17 + sc/source/filter/inc/condformatbuffer.hxx |2 +- sc/so

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

2015-04-15 Thread Markus Mohrhard
oox/source/export/chartexport.cxx |4 +++ sc/source/filter/inc/condformatbuffer.hxx |4 +-- sc/source/filter/oox/condformatbuffer.cxx | 40 -- 3 files changed, 38 insertions(+), 10 deletions(-) New commits: commit f9f53c4a8c9e1cd2fa1a9f48576b09f1bfd02

New Defects reported by Coverity Scan for LibreOffice

2015-04-15 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 5 new defect(s) introduced to LibreOffice found with Coverity Scan. 3 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New defec

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

2015-04-15 Thread Bjoern Michaelsen
sw/Library_sw.mk |2 sw/source/core/crsr/unocrsr.cxx| 255 - sw/source/core/unocore/unocrsr.cxx | 255 + 3 files changed, 256 insertions(+), 256 deletions(-) New commits: commit 09a1e4f36128f64029

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

2015-04-15 Thread Markus Mohrhard
sc/source/filter/oox/condformatbuffer.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 02c14ff310141fea1f716d154c6c851fe3024c74 Author: Markus Mohrhard Date: Wed Apr 15 21:17:58 2015 +0200 same problem for color scales, related tdf#90511 Change-Id:

LibreOffice AppArmor profiles

2015-04-15 Thread Bryan Quigley
Hi there, I've been working on making AppArmor profiles for LibreOffice and have been wondering about the best way to integrate them upstream. Originally I was thinking about having them in AppArmor upstream but it makes more sense to be in lock step with LibreOffice versions. That way as bugs g

[Bug 60924] move libraries to autoinstallation in scp2

2015-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60924 Matúš Kukan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Libreoffice-commits] core.git: Branch 'feature/vclptr' - 2 commits - include/sfx2 sc/source sfx2/source svx/source sw/source

2015-04-15 Thread Michael Meeks
include/sfx2/ctrlitem.hxx|1 include/sfx2/sidebar/ControllerItem.hxx |3 ++ sc/source/ui/sidebar/AlignmentPropertyPanel.cxx |8 ++ sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx |8 ++ sc/source/ui/sidebar/NumberFormatPro

[Libreoffice-commits] core.git: 2 commits - Repository.mk svx/Library_svxcore.mk sw/Library_sw.mk

2015-04-15 Thread Matúš Kukan
Repository.mk | 29 - svx/Library_svxcore.mk |1 - sw/Library_sw.mk |1 - 3 files changed, 4 insertions(+), 27 deletions(-) New commits: commit 4daf6600a3f5c1d58ff1c79396f05d3ea5cb7103 Author: Matúš Kukan Date: Wed Apr 15 23:41:45 2015 +02

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

2015-04-15 Thread Caolán McNamara
toolkit/source/awt/vclxwindow.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit ba672e1351b7c170aa91dc0c99ecb80d00fcdb06 Author: Caolán McNamara Date: Tue Mar 31 13:36:37 2015 +0100 Resolves: tdf#90228 1.06 turns into a monster (cherry picked

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

2015-04-15 Thread Eike Rathke
sc/inc/column.hxx |2 - sc/source/core/data/column2.cxx | 15 -- sc/source/core/tool/grouparealistener.cxx | 31 +- 3 files changed, 40 insertions(+), 8 deletions(-) New commits: commit cff5ee864b2d87d74079697425d78

Re: Inserting Graphics in a Writer document

2015-04-15 Thread Piet van Oostrum
Niklas Johansson wrote: > If I were you I would set the Anchor before I insert the image into the > document. So change the order of these lines: > > xText.insertTextContent(cursor, oGraphic, False) > # Setting the anchor type - must be done first, otherwise the graphic > will b

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

2015-04-15 Thread Markus Mohrhard
include/oox/drawingml/clrscheme.hxx |8 +++--- oox/source/drawingml/clrscheme.cxx| 37 +++--- sc/source/filter/inc/themebuffer.hxx |2 + sc/source/filter/oox/condformatbuffer.cxx |2 - sc/source/filter/oox/themebuffer.cxx |6 5

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

2015-04-15 Thread Caolán McNamara
sw/source/core/layout/paintfrm.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 6d1699d707a2be510a0021dbce124d27356819ad Author: Caolán McNamara Date: Wed Apr 15 11:11:03 2015 +0100 fix crash on re-export of fdo39974-1.odt to odt (cherry picked

Re: DocumentEventListener problem

2015-04-15 Thread Piet van Oostrum
Stephan Bergmann wrote: > On 04/15/2015 02:18 PM, Piet van Oostrum wrote: > > Anyway, this makes it almost impossible to use listeners across the UNO > > bridge. When I run my code as a macro inside LO there is no problem. > > Why do you need to remove and then re-add the MyEventListener du

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

2015-04-15 Thread Caolán McNamara
include/svx/dlgctrl.hxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit aaf94fc88cde090ed2e153f2b9e4c2764def7286 Author: Caolán McNamara Date: Wed Apr 15 17:12:11 2015 +0100 add SVX_DLLPUBLIC Change-Id: I46ef716d572d27ff0a6153afa7453d1a32d6df

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

2015-04-15 Thread Caolán McNamara
include/svx/dlgctrl.hxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 6276ce0f6cb9a9d4251400fd5fd14ee3f259ab62 Author: Caolán McNamara Date: Wed Apr 15 17:02:48 2015 +0100 fix SAL_WARN_UNUSED placement Change-Id: If387e8d9371bc752c782533a1b

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

2015-04-15 Thread Caolán McNamara
include/svx/dataaccessdescriptor.hxx |2 +- include/svx/databaselocationinput.hxx |2 +- include/svx/dbaexchange.hxx |6 +++--- include/svx/dbaobjectex.hxx |2 +- include/svx/dbcharsethelper.hxx |2 +- include/svx/deflt3d.hxx |2 +-

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

2015-04-15 Thread Caolán McNamara
include/svx/contdlg.hxx| 13 - svx/source/dialog/_contdlg.cxx | 17 - 2 files changed, 30 deletions(-) New commits: commit 9c6021e115aca5af9d259e5e3f302c472a60bfdd Author: Caolán McNamara Date: Wed Apr 15 16:38:03 2015 +0100 and SvxContourDlgItem i

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

2015-04-15 Thread Caolán McNamara
include/svx/bmpmask.hxx| 21 - svx/source/dialog/_bmpmask.cxx | 21 - 2 files changed, 42 deletions(-) New commits: commit ec2f7dfe225104515db87645dfeb1e1924a05d6f Author: Caolán McNamara Date: Wed Apr 15 16:35:59 2015 +0100 and now Svx

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

2015-04-15 Thread Caolán McNamara
sc/source/filter/excel/xelink.cxx | 24 1 file changed, 12 insertions(+), 12 deletions(-) New commits: commit 3bf27eaa9f524e3b6ae2a3eec47368f63b3aeeed Author: Caolán McNamara Date: Wed Apr 15 16:27:18 2015 +0100 don't crash on export of fdo60087-2.xlsx to xls

Re: DocumentEventListener problem

2015-04-15 Thread Stephan Bergmann
On 04/15/2015 02:18 PM, Piet van Oostrum wrote: Anyway, this makes it almost impossible to use listeners across the UNO bridge. When I run my code as a macro inside LO there is no problem. Why do you need to remove and then re-add the MyEventListener during the dumentEventOccured call anyway?

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

2015-04-15 Thread Stephan Bergmann
include/svx/bmpmask.hxx|1 - svx/source/dialog/_bmpmask.cxx |1 - svx/source/dialog/_contdlg.cxx |1 - svx/source/dialog/contimp.hxx |1 - 4 files changed, 4 deletions(-) New commits: commit 0e08fb803ff5535a60bd9e87c0528702d001148d Author: Stephan Bergmann Date: Wed Ap

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

2015-04-15 Thread Caolán McNamara
sw/source/core/layout/paintfrm.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 7ede9572e86a907f7cce8debba732d07b6b45923 Author: Caolán McNamara Date: Wed Apr 15 11:11:03 2015 +0100 fix crash on re-export of fdo39974-1.odt to odt (cherry picked

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

2015-04-15 Thread Caolán McNamara
sfx2/source/appl/fileobj.cxx | 20 +--- sfx2/source/appl/fileobj.hxx |2 ++ 2 files changed, 15 insertions(+), 7 deletions(-) New commits: commit 54e13b65a225dbb0778eb0bb6460dfa849064e0f Author: Caolán McNamara Date: Wed Apr 15 12:48:47 2015 +0100 fix crash on re-ex

[Libreoffice-commits] core.git: 4 commits - sfx2/source solenv/bin starmath/Library_sm.mk starmath/source starmath/util sw/qa writerfilter/source

2015-04-15 Thread Miklos Vajna
sfx2/source/doc/objcont.cxx | 10 +- solenv/bin/create-tags |3 starmath/Library_sm.mk |1 starmath/source/unofilter.cxx | 131 starmath/util/sm.component |4 sw/

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

2015-04-15 Thread Caolán McNamara
sfx2/source/appl/fileobj.cxx | 20 +--- sfx2/source/appl/fileobj.hxx |4 +++- 2 files changed, 16 insertions(+), 8 deletions(-) New commits: commit 2baea0120f7436e37b6f2564ca88befda5da34a3 Author: Caolán McNamara Date: Wed Apr 15 12:48:47 2015 +0100 fix crash on re-

Re: Inserting Graphics in a Writer document

2015-04-15 Thread Niklas Johansson
If I were you I would set the Anchor before I insert the image into the document. So change the order of these lines: xText.insertTextContent(cursor, oGraphic, False) # Setting the anchor type - must be done first, otherwise the graphic will be put after the // oGraphic.AnchorType =

[Libreoffice-commits] core.git: Branch 'feature/vclptr' - cui/source

2015-04-15 Thread Noel Grandin
cui/source/tabpages/autocdlg.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 70198102be405da5a50e3c813fc42a39a4c9a398 Author: Noel Grandin Date: Wed Apr 15 16:42:09 2015 +0200 loplugin:cstylecast Change-Id: Iba70d0e7fc7cf4829e709efd25e81253533

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

2015-04-15 Thread Caolán McNamara
oox/source/export/vmlexport.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bdec405ed5017c432ef4f1efeb2e78ccd37fdc7b Author: Caolán McNamara Date: Wed Apr 15 15:39:40 2015 +0100 don't crash on export of ooo52825-1.doc to .docx Change-Id: I944f65c

Re: Inserting Graphics in a Writer document

2015-04-15 Thread SOS
On 15/04/2015 16:00, Piet van Oostrum wrote: Hello, I am in the process of converting several Java LO programming examples to Python. My plan is to do all (or most) of them. Also I try to extend them. However I encountered some surprises. I converted LibreOffice4.4_SDK/examples/java/Text/Gra

Inserting Graphics in a Writer document

2015-04-15 Thread Piet van Oostrum
Hello, I am in the process of converting several Java LO programming examples to Python. My plan is to do all (or most) of them. Also I try to extend them. However I encountered some surprises. I converted LibreOffice4.4_SDK/examples/java/Text/GraphicsInserter.java which inserts a graphic imag

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

2015-04-15 Thread Katarina Behrens
sd/source/ui/func/fuinsfil.cxx | 114 ++--- 1 file changed, 75 insertions(+), 39 deletions(-) New commits: commit 24d6c704a6a5fb9d0bfbea4156a8d95c27693544 Author: Katarina Behrens Date: Wed Apr 15 14:50:43 2015 +0200 tdf#62101: Show only file extension

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.4' - distro-configs/CPLinux.conf

2015-04-15 Thread Andras Timar
distro-configs/CPLinux.conf |1 + 1 file changed, 1 insertion(+) New commits: commit 45b17ab4bfcd8b6e4a0fd0fa74c6bdff090302fa Author: Andras Timar Date: Wed Apr 15 14:50:53 2015 +0200 CPLinux.conf: --disable-gstreamer-1-0 Change-Id: I0993fd783823e3fa8581bc24ef1f1e0809ed367a

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.4' - dictionaries

2015-04-15 Thread Adolfo Jayme Barrientos
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 899efa2a0e6b461bf14a1df283e8e33a2eefe0f5 Author: Adolfo Jayme Barrientos Date: Tue Apr 14 18:41:36 2015 -0500 Updated core Project: dictionaries 36fb7f9b73893a445f4ed3ed29f50fbafc5148d9

[Libreoffice-commits] dictionaries.git: Branch 'distro/collabora/cp-4.4' - 4 commits - cs_CZ/cs_CZ.aff es/description.xml es/dictionaries.xcu es/es_ANY.aff es/es_ANY.dic es/package-description.txt es/

2015-04-15 Thread Adolfo Jayme Barrientos
cs_CZ/cs_CZ.aff| 23 +-- es/README_es_ANY.txt |9 + es/README_th_es_ANY.txt|8 - es/description.xml | 11 + es/dictionaries.xcu|6 - es/es_ANY.aff | 24 +++- es/es_ANY.dic | 267 -

[Libreoffice-commits] dictionaries.git: Branch 'distro/collabora/cp-4.3' - 3 commits - cs_CZ/cs_CZ.aff es/description.xml es/dictionaries.xcu es/es_ANY.aff es/es_ANY.dic es/package-description.txt es/

2015-04-15 Thread Adolfo Jayme Barrientos
cs_CZ/cs_CZ.aff| 23 +-- es/README_es_ANY.txt |9 + es/README_th_es_ANY.txt|8 - es/description.xml | 11 + es/dictionaries.xcu|6 - es/es_ANY.aff | 24 +++- es/es_ANY.dic | 267 -

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

2015-04-15 Thread Adolfo Jayme Barrientos
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 83f4fb96d63998aed4797e4943bc830888d307c7 Author: Adolfo Jayme Barrientos Date: Tue Apr 14 18:41:36 2015 -0500 Updated core Project: dictionaries 54868a28bbde680b79d23f9f30b0229bb8985465

Re: DocumentEventListener problem

2015-04-15 Thread Piet van Oostrum
Stephan Bergmann wrote: > There's nothing special here. LO's main thread 1 in > SfxBaseModel::postEvent_Impl (frame 19) is illegally issuing > css.document.XDocumentEventListener::documentEventOccured calls with the > solar mutex locked. The python process, while synchronously executing

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

2015-04-15 Thread Caolán McNamara
sfx2/source/appl/fileobj.cxx | 20 +--- sfx2/source/appl/fileobj.hxx |4 +++- 2 files changed, 16 insertions(+), 8 deletions(-) New commits: commit 66c9aec156d974b939b680dccbb27e18fb153a23 Author: Caolán McNamara Date: Wed Apr 15 12:48:47 2015 +0100 fix crash on re-

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

2015-04-15 Thread Michael Stahl
sw/source/core/layout/paintfrm.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit dc6a6475bcc7625a648e840de97ebd7a1ab03270 Author: Michael Stahl Date: Wed Apr 15 13:27:24 2015 +0200 sw: DrawFillAttributes: move check for empty rPaintRegion Tweak

[Libreoffice-commits] core.git: 2 commits - include/sfx2 include/svl sc/source sfx2/source svl/source sw/inc sw/source

2015-04-15 Thread Noel Grandin
include/sfx2/docfile.hxx |3 - include/svl/documentlockfile.hxx |4 - include/svl/lockfilecommon.hxx| 20 +++--- include/svl/mailenum.hxx | 10 --- include/svl/sharecontrolfile.hxx | 20 ++ sc/source/ui/docshell/docsh.cxx | 17 +

[Libreoffice-commits] core.git: 2 commits - basctl/source chart2/source dbaccess/source editeng/source extensions/source include/sfx2 include/svl reportdesign/source sc/source sfx2/inc sfx2/source svl

2015-04-15 Thread Noel Grandin
basctl/source/basicide/basides1.cxx|4 basctl/source/basicide/basides2.cxx|2 basctl/source/basicide/docsignature.cxx|4 basctl/source/inc/docsignature.hxx |4 chart2/source/view/main/ChartItemPool.cxx |2

[Libreoffice-commits] core.git: basctl/source include/sfx2 sc/source sd/source sfx2/source starmath/source sw/source

2015-04-15 Thread Noel Grandin
basctl/source/basicide/basidesh.cxx |9 + include/sfx2/viewsh.hxx | 21 + sc/source/ui/view/prevwsh.cxx |2 +- sc/source/ui/view/tabvwsh4.cxx |2 +- sd/source/ui/view/ViewShellBase.cxx |4 ++-- sfx2/source/view/viewimp.hxx

Re: Cancel button in printdialog box not working

2015-04-15 Thread Andy Mendoza
may I ask what's the meaning of this line of code?EndDialog(pButton == mpOKButton ? RET_OK : RET_CANCEL); In my understanding, it means that if mpOKButton is clicked RET_OK is performed and if mpCancelButton is clicked RET_CANCEL is performed. Am I right? Could it be that the error is within thi

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

2015-04-15 Thread Caolán McNamara
sw/source/core/layout/paintfrm.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c2c22d26db03949771d5a0bb4f8abf6d2dc850ea Author: Caolán McNamara Date: Wed Apr 15 11:11:03 2015 +0100 fix crash on re-export of fdo39974-1.odt to odt Change-Id: Ib4246

Re: Cancel button in printdialog box not working

2015-04-15 Thread Michael Stahl
On 15.04.2015 11:13, Andy Mendoza wrote: > I have a problem with the printdialog box of LibreOffice Developer's > Build. When I click the Cancel button it still proceeds with the > printing. I tried tracing the code in printdlg.cxx but I get stuck with > this line > > mpCancelButton->SetClickHdl(

Re: Some troubles building LO

2015-04-15 Thread Piet van Oostrum
Hamidi Massinissa wrote: > > Yes you're totally right, I did not perform make clean when I switched > between these two builds. > But now after hours (not like previously), it is still failing. here is the > output. [/home/hamidi/work/freesoftware/LibreOffice/core/instdir/program/libwpftw

Some troubles building LO

2015-04-15 Thread Hamidi Massinissa
hi Eike, > Did you by chance build without --enable-dbgutil, then updated, then > configured with --enable-debug and --enable-dbgutil and issued make > again, without make clean? Yes you're totally right, I did not perform make clean when I switched between these two builds. But now after hours (

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

2015-04-15 Thread Andras Timar
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5e3b937d4becc130cca91b9567ebbefa4ef2a73a Author: Andras Timar Date: Wed Apr 8 12:22:46 2015 +0200 Updated core Project: dictionaries 8bfeeb3e2590472b82368740b2031e8f2360badd Update Port

[Libreoffice-commits] dictionaries.git: Branch 'distro/collabora/cp-4.3' - 2 commits - pt_PT/description.xml pt_PT/pt_PT.dic

2015-04-15 Thread Andras Timar
pt_PT/description.xml |2 pt_PT/pt_PT.dic | 132 -- 2 files changed, 109 insertions(+), 25 deletions(-) New commits: commit 8bfeeb3e2590472b82368740b2031e8f2360badd Author: Andras Timar Date: Wed Apr 8 12:22:46 2015 +0200 Update

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

2015-04-15 Thread Caolán McNamara
oox/source/export/chartexport.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 135907f2061550624ee1859745d94eee01849070 Author: Caolán McNamara Date: Wed Apr 15 10:30:34 2015 +0100 fix crash on export of fdo60365-2.ods to xlsx Change-Id: I1a28

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

2015-04-15 Thread Andras Timar
sfx2/uiconfig/ui/querysavedialog.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9fcedcca3b4f166bec50c27a5b1fc0a6e78f8f75 Author: Andras Timar Date: Wed Apr 15 11:29:17 2015 +0200 tdf#90596 usability: change W hotkey to L Change-Id: I4d3e411bfddbea

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

2015-04-15 Thread Andras Timar
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9c68314564f20965a875a5c037a7a4334d7e2978 Author: Andras Timar Date: Wed Apr 15 11:27:07 2015 +0200 Updated core Project: translations 20fb7ad7869ac2ed8cdf9ba6c5ce12c29b78525c tdf#90596

Cancel button in printdialog box not working

2015-04-15 Thread Andy Mendoza
Hi. I have a problem with the printdialog box of LibreOffice Developer's Build. When I click the Cancel button it still proceeds with the printing. I tried tracing the code in printdlg.cxx but I get stuck with this line mpCancelButton->SetClickHdl( LINK(this, PrintDialog, ClickHdl));I don't know

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

2015-04-15 Thread Caolán McNamara
include/svx/camera3d.hxx |2 +- include/svx/charmap.hxx |2 +- include/svx/charthelper.hxx |4 +--- include/svx/checklbx.hxx |3 +-- include/svx/chrtitem.hxx | 32 include/svx/clipboar

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

2015-04-15 Thread László Németh
sw/source/filter/html/htmlplug.cxx | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) New commits: commit 8e4f458df490dcce9451b91974bdea52b1fef522 Author: László Németh Date: Tue Apr 14 22:09:13 2015 +0200 Uncaught exception at HTML export of embe

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

2015-04-15 Thread Caolán McNamara
include/svx/algitem.hxx |8 ++-- include/svx/bmpmask.hxx |6 +++--- 2 files changed, 5 insertions(+), 9 deletions(-) New commits: commit eadbad607a481cc27d841ecfa07e7fd06ef7f741 Author: Caolán McNamara Date: Wed Apr 15 09:46:32 2015 +0100 add some SAL_WARN_UNUSED Cha

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

2015-04-15 Thread Caolán McNamara
sc/source/filter/excel/xelink.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit cee6eb254fae1012bc6ffe1b2e440fe58fedac1b Author: Caolán McNamara Date: Wed Apr 15 09:41:10 2015 +0100 fix col limit crash on export of ooo103315-1.ods to xls Change-I

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

2015-04-15 Thread Miklos Vajna
writerfilter/source/dmapper/BorderHandler.hxx|2 +- writerfilter/source/dmapper/DomainMapperTableManager.cxx |4 ++-- writerfilter/source/dmapper/NumberingManager.cxx |2 +- writerfilter/source/dmapper/PropertyMap.cxx |2 +- writerfilter/source/dmap

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - 2 commits - include/oox oox/source

2015-04-15 Thread Markus Mohrhard
include/oox/export/chartexport.hxx |3 ++ oox/source/export/chartexport.cxx | 41 + 2 files changed, 44 insertions(+) New commits: commit 84a63e099c97a721715de1710dc396294426bb6c Author: Markus Mohrhard Date: Wed Apr 15 00:21:21 2015 +0200 export

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.3' - 4 commits - include/oox oox/source

2015-04-15 Thread Markus Mohrhard
include/oox/export/chartexport.hxx|3 + oox/source/drawingml/chart/typegroupconverter.cxx |1 oox/source/export/chartexport.cxx | 48 +- 3 files changed, 51 insertions(+), 1 deletion(-) New commits: commit 7c4461a3cc5af47803a2197e5986

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

2015-04-15 Thread Christoph Lutz
sw/source/uibase/uno/unomailmerge.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit b092dfa9316212722b56b9e027c54eee91aba963 Author: Christoph Lutz Date: Mon Mar 23 13:50:52 2015 + tdf#90594: MM: Fix for broken translation between Bookmarks and row indizes The

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.4' - 4 commits - include/oox oox/source

2015-04-15 Thread Markus Mohrhard
include/oox/export/chartexport.hxx|3 + oox/source/drawingml/chart/typegroupconverter.cxx |1 oox/source/export/chartexport.cxx | 48 +- 3 files changed, 51 insertions(+), 1 deletion(-) New commits: commit c5586f5fdbf4670ae41af24837b2

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

2015-04-15 Thread Michael Stahl
svx/source/core/extedit.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 16547edcaf1d7e260bb5e1d9d48b35f58514647c Author: Michael Stahl Date: Tue Apr 14 23:40:06 2015 +0200 tdf#89750: svx: fix ExternalToolEdit on Windows While adding check that t