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

2013-08-07 Thread Ivan Timofeev
sw/source/ui/misc/glossary.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit a0bbc768a5fac2c3d27cd70877961561fe7f0ffa Author: Ivan Timofeev Date: Thu Aug 8 10:46:25 2013 +0400 fdo#67817: GetParent returns a VclGrid instance after conversion to .ui

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

2013-08-07 Thread Andras Timar
cui/source/options/optpath.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit aecd2510e53ea6457dd4f4fa032d82b7dd6178ef Author: Andras Timar Date: Thu Aug 8 07:22:57 2013 +0200 fdo#36558 Allow custom paths for user dictionaries Change-Id: I7c1e473

Re: redlines for pyuno

2013-08-07 Thread Andrew Douglas Pitonyak
I remember looking at redlines way back in the dark recesses of time, so I loaded up AndrewMacro.odt The best I saw there was the ability to enumerate text sections to find "Redline" text portion sections. If I had to determine if the cursor was currently in a redline section, my first guess

[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter' - sc/source

2013-08-07 Thread Haidong Lian
sc/source/core/opencl/formulagroupcl.cxx | 72 -- sc/source/core/opencl/oclkernels.hxx | 81 +-- sc/source/core/opencl/openclwrapper.cxx | 345 +-- sc/source/core/opencl/openclwrapper.hxx | 21 + 4 files changed, 411 insertions(+), 108 deletions(-)

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

2013-08-07 Thread Kohei Yoshida
sc/source/core/data/formulacell.cxx | 99 ++-- sc/source/core/tool/token.cxx |3 - 2 files changed, 96 insertions(+), 6 deletions(-) New commits: commit a14b77f904d9ca905c6665523cca9ab452f2e4d4 Author: Kohei Yoshida Date: Thu Aug 8 00:27:15 2013 -040

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

2013-08-07 Thread Kohei Yoshida
sc/source/filter/excel/excform8.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 06e851924bbbe9a88d4403913d0024fc29ceb4f4 Author: Kohei Yoshida Date: Wed Aug 7 23:58:32 2013 -0400 Fix import of negative relative row reference from xls. Change-Id: I

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/source

2013-08-07 Thread Kohei Yoshida
sc/source/core/data/formulacell.cxx | 28 +--- sc/source/core/tool/token.cxx |3 +++ 2 files changed, 4 insertions(+), 27 deletions(-) New commits: commit 35624096f9f74472c88ef29f1e0cf8f169cff6b3 Author: Kohei Yoshida Date: Wed Aug 7 23:09:43 2013 -0400

Re: redlines for pyuno

2013-08-07 Thread James Michael DuPont
OK, thank you for your support. I will look into this when I have time. Thanks, mike On Wed, Aug 7, 2013 at 2:23 PM, Miklos Vajna wrote: > On Wed, Aug 07, 2013 at 12:33:35PM -0500, James Michael DuPont < > jmdpp...@gmail.com> wrote: > > I am feeling stupid here, so please excuse my ignorance, b

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

2013-08-07 Thread Winfried
sc/source/core/data/documen4.cxx | 220 +++ sc/source/core/inc/interpre.hxx |1 sc/source/core/tool/interpr2.cxx | 198 --- sc/source/core/tool/interpr4.cxx |1 4 files changed, 179 insertions(+), 241 deletions(-) Ne

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 3 commits - sc/inc sc/Library_scfilt.mk sc/source

2013-08-07 Thread Kohei Yoshida
sc/Library_scfilt.mk|1 sc/inc/rangenam.hxx |2 sc/source/core/data/formulacell.cxx |4 sc/source/core/tool/compiler.cxx|7 - sc/source/filter/excel/xename.cxx |4 sc/source/fi

Re: CALC: Difference between "Save as Document HTML" and "Export to XHTML"?

2013-08-07 Thread Wagner Macedo
Hi, Debugging here, I already confirmed that the C++ class *ScHTMLExport* in /core/sc/source/filter/html/htmlexp.cxx is the responsible for "HTML (StarCalc)" export filter. I'll probably need some help for understand the

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/inc sc/source

2013-08-07 Thread Kohei Yoshida
sc/inc/formulacell.hxx|3 sc/source/core/data/column3.cxx |2 sc/source/core/data/formulacell.cxx | 28 +++ sc/source/filter/excel/namebuff.cxx |2 sc/source/filter/excel/xestream.cxx |7 sc/source/filter/inc/formulabuffer.hxx

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

2013-08-07 Thread Julien Nabet
sc/source/core/opencl/formulagroupcl.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit d65c44020bf32713af4985f598f7b532a969247a Author: Julien Nabet Date: Wed Aug 7 22:09:08 2013 +0200 cppcheck: fix memory leak Change-Id: Ic52ef3bcbca4c512fcb6e422a9b4e983cccbe41a

Re: redlines for pyuno

2013-08-07 Thread Miklos Vajna
On Wed, Aug 07, 2013 at 12:33:35PM -0500, James Michael DuPont wrote: > I am feeling stupid here, so please excuse my ignorance, but I did not find > any api to tell me if the current cursor is in a redline, can you please > point me in the right direction? I just found an api to give me the list

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

2013-08-07 Thread Boris Dušek
vcl/aqua/source/a11y/aqua11ywrapper.mm | 23 +-- 1 file changed, 1 insertion(+), 22 deletions(-) New commits: commit 39a78087890fb9255a5e47220bac6cfb956fcfe0 Author: Boris Dušek Date: Fri Aug 2 00:20:57 2013 +0200 Use NSAccessibilityActionDescription for action desc

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

2013-08-07 Thread Boris Dušek
vcl/aqua/source/a11y/aqua11ywrapper.mm | 29 + 1 file changed, 29 insertions(+) New commits: commit e83f61b29eb74286dbdb053bb3d067fe3e2f8073 Author: Boris Dušek Date: Fri Aug 2 00:14:53 2013 +0200 Add debugging output for OS X accessibility In case

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

2013-08-07 Thread Boris Dušek
vcl/aqua/source/a11y/aqua11ytextattributeswrapper.mm |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 58464deee44db80657885e39ead33d7ccc7dda30 Author: Boris Dušek Date: Fri Aug 2 00:04:35 2013 +0200 Fix accessibility of text attributes on OS X The

Re: redlines for pyuno

2013-08-07 Thread James Michael DuPont
I am feeling stupid here, so please excuse my ignorance, but I did not find any api to tell me if the current cursor is in a redline, can you please point me in the right direction? I just found an api to give me the list of redlines and have been checking the cursor to see if it is in one of them.

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

2013-08-07 Thread Andrzej J . R . Hunt
connectivity/source/drivers/firebird/Connection.cxx | 37 +-- connectivity/source/drivers/firebird/Connection.hxx |4 connectivity/source/drivers/firebird/DatabaseMetaData.cxx|6 - connectivity/source/drivers/firebird/PreparedStatement.cxx | 14 +- connecti

[GSOC]Use Widget Layout for the Start Center Weekly Update 06

2013-08-07 Thread Krisztian Pinter
Hi all! Since my last update I was able to move BackingWindow from framework to sfx2, and was able to continue working on the thumbnails for the recent files. It's actually done, some fine-tuning is left, but I think I should bother with that after seeing how exactly it will fit in the new Start C

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

2013-08-07 Thread Olivier Hallot
cui/UIConfig_cui.mk |1 cui/source/inc/cuires.hrc |1 cui/source/tabpages/strings.src |4 --- cui/source/tabpages/tplneend.cxx|4 ++- cui/uiconfig/ui/querychangelineenddialog.ui | 34

Re: redlines for pyuno

2013-08-07 Thread Miklos Vajna
Hi, On Wed, Aug 07, 2013 at 09:27:30AM -0500, James Michael DuPont wrote: > from what I have seen, I can only get a list of redlines back , but have no > easy way to find out what redline matches a given point text unless I > search through them and match the ranges. Please tell me if I missed >

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

2013-08-07 Thread Caolán McNamara
cui/uiconfig/ui/querydeletelineenddialog.ui |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) New commits: commit e43be13f4b67ac86b38bc980dfd678aede8ca64b Author: Caolán McNamara Date: Wed Aug 7 17:34:40 2013 +0100 alerts have 12 border and 24 spacing Change-Id: I

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

2013-08-07 Thread Olivier Hallot
cui/UIConfig_cui.mk |1 cui/source/inc/cuires.hrc |1 cui/source/tabpages/strings.src |4 --- cui/source/tabpages/tplneend.cxx|4 ++- cui/uiconfig/ui/querydeletelineenddialog.ui | 33

[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2013-08-07 Thread Caolán McNamara
helpers/help_hid.lst |1 source/text/shared/01/01010201.xhp | 42 ++--- 2 files changed, 21 insertions(+), 22 deletions(-) New commits: commit 3a0ee05036d90ca6ec6ec414194a1119301455fc Author: Caolán McNamara Date: Wed Aug 7 17:14:53 2013 +0

[Libreoffice-commits] core.git: sw/inc sw/source sw/uiconfig sw/UIConfig_swriter.mk

2013-08-07 Thread Caolán McNamara
sw/UIConfig_swriter.mk |1 sw/inc/helpid.h |1 sw/source/ui/envelp/label.hrc| 19 - sw/source/ui/envelp/label.src| 157 - sw/source/ui/envelp/label1.cxx | 253 ++- sw/source/ui/envelp/swu

[Libreoffice-commits] core.git: helpcontent2

2013-08-07 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 609915366306fb3e077134411f87d616ef4caf29 Author: Caolán McNamara Date: Wed Aug 7 17:14:53 2013 +0100 Updated core Project: help 3a0ee05036d90ca6ec6ec414194a1119301455fc diff --git a/helpconten

Adding 'Chart' support in Writer

2013-08-07 Thread Adam Fyne
Hi community, We have started working on adding 'Chart' support in Writer. We found out that the 'Chart' code is not inside Impress, it is in the shared 'oox' folder. We've managed to get to a state where the charts are now *imported* by Writer, but they are still not rendered \ exported correct

Re: redlines for pyuno

2013-08-07 Thread James Michael DuPont
Thanks for writing back, from what I have seen, I can only get a list of redlines back , but have no easy way to find out what redline matches a given point text unless I search through them and match the ranges. Please tell me if I missed something? thanks mike On Wed, Aug 7, 2013 at 7:43 AM, Mi

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - 2 commits - sw/qa writerfilter/source

2013-08-07 Thread Luboš Luňák
sw/qa/extras/rtfimport/data/fdo67498.rtf |5 + sw/qa/extras/rtfimport/rtfimport.cxx |8 ++ writerfilter/source/dmapper/DomainMapperTableManager.cxx |4 + writerfilter/source/dmapper/PropertyMap.cxx | 47 --- writerfilter/so

Re: redlines for pyuno

2013-08-07 Thread Miklos Vajna
Hi, On Fri, Aug 02, 2013 at 08:37:05AM -0500, James Michael DuPont wrote: > I am doing some scripting for pyuno, and have been studying the internal > C++ code for redlines, > it seems that the code that is applying redlines to text in the document is > not exposed. It would be great to have th

[Libreoffice-commits] mso-dumper.git: 2 commits - src/docrecord.py

2013-08-07 Thread Miklos Vajna
src/docrecord.py | 227 +-- 1 file changed, 221 insertions(+), 6 deletions(-) New commits: commit 2a621595e979bf1daacc010faa7b6f32d67f89fa Author: Miklos Vajna Date: Wed Aug 7 14:31:50 2013 +0200 dump BrcType diff --git a/src/docrecord

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - instsetoo_native/util solenv/inc

2013-08-07 Thread Andras Timar
instsetoo_native/util/openoffice.lst | 24 solenv/inc/minor.mk |4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) New commits: commit 7fba326a52b7420321e8fe63599fba7b72c2755d Author: Andras Timar Date: Wed Aug 7 05:35:39 2013 -0700

Re: Subj: Problem controlling Writer remotely -- Please help

2013-08-07 Thread Lars Doelle
Hi Stephan, thanks for your reply. > > Seeking a solution, i write to ask for help to this mail-list. Two > > solutions appear to be possible (in order of preference): > > > > 1) Use com.sun.star.connection.Acceptor to create a TCP-server within > > LibreOffice. Our problem is how to make thi

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - sw/inc sw/source writerfilter/source

2013-08-07 Thread Luboš Luňák
sw/inc/IDocumentSettingAccess.hxx|2 ++ sw/inc/doc.hxx |1 + sw/source/core/doc/doc.cxx |5 + sw/source/core/doc/docnew.cxx|1 + sw/source/core/text/txtfly.cxx | 10 -- sw/source

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

2013-08-07 Thread Philipp Weissenbacher
sc/source/filter/html/htmlexp.cxx | 46 ++ 1 file changed, 22 insertions(+), 24 deletions(-) New commits: commit 2f8cb96bb7bef8cc48ea7c1739ae41a0afd6dda3 Author: Philipp Weissenbacher Date: Wed Aug 7 13:06:02 2013 +0200 Translate German comments

Re: CALC: Difference between "Save as Document HTML" and "Export to XHTML"?

2013-08-07 Thread Wagner Macedo
Hi Phillipp, On 7 August 2013 08:08, Philipp Weissenbacher wrote: > Hi there, > > NOTE: this file has some German comments >>> >> > I' ve translated these for you in https://gerrit.libreoffice.org/5304 > > Hope that helps a bit. > > Yes, for sure. Nice work!

Re: CALC: Difference between "Save as Document HTML" and "Export to XHTML"?

2013-08-07 Thread Philipp Weissenbacher
Hi there, NOTE: this file has some German comments >> > I' ve translated these for you in https://gerrit.libreoffice.org/5304 Hope that helps a bit. Philipp ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/ma

[Libreoffice-commits] core.git: Branch 'feature/gsoc-basic-ide-completion-and-other-bits' - basctl/source

2013-08-07 Thread Gergo Mocsi
basctl/source/basicide/baside2b.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit 7a71169604207979f3d4e8ce9f6c2d956534d82e Author: Gergo Mocsi Date: Wed Aug 7 12:36:42 2013 +0200 GSOC work, unused code removal Removed the call of CodeCompleteList

[Libreoffice-commits] core.git: Branch 'feature/gsoc-basic-ide-completion-and-other-bits' - basctl/source

2013-08-07 Thread Gergo Mocsi
basctl/source/basicide/baside2.hxx |5 basctl/source/basicide/baside2b.cxx | 216 +--- 2 files changed, 106 insertions(+), 115 deletions(-) New commits: commit c331ebc8a9090dc8288111a75019d1b2a8e2d22b Author: Gergo Mocsi Date: Wed Aug 7 12:30:14 2013 +020

Re: Flipped Arrow repair reason \ CustomShapes

2013-08-07 Thread Miklos Vajna
On Wed, Aug 07, 2013 at 10:58:32AM +0300, Adam Fyne wrote: > I have asked our developer that made the fix to explain why he did it, and > he sent me the attached explanation. Just a suggestion: it's great if developers doing the real work have their name attached to patches, instead of you being

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

2013-08-07 Thread Herbert Dürr
fpicker/source/aqua/CFStringUtilities.hxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 6f279aad1a472ebf4afd08334e10a24342924315 Author: Herbert Dürr Date: Wed Aug 7 10:00:20 2013 + #i122301# fix build breaker on Mac in fpicker for debug=true

[Libreoffice-commits] core.git: i18nlangtag/source scripting/source

2013-08-07 Thread Eike Rathke
i18nlangtag/source/languagetag/languagetag.cxx |5 +++-- scripting/source/stringresource/stringresource.cxx |5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) New commits: commit 6b2aaa7d2393db7c5df9ed3e695013b1e44d868f Author: Eike Rathke Date: Wed Aug 7 11:20:59 2013 +020

[Libreoffice-commits] core.git: Branch 'feature/gsoc-basic-ide-completion-and-other-bits' - basctl/source

2013-08-07 Thread Gergo Mocsi
basctl/source/basicide/baside2.hxx | 27 +++ basctl/source/basicide/baside2b.cxx | 262 2 files changed, 173 insertions(+), 116 deletions(-) New commits: commit 64e0656659ab9cae0cfd43a1f4e9286fdefae6fb Author: Gergo Mocsi Date: Wed Aug 7 11:49:33 2013 +

[Libreoffice-commits] core.git: offapi/com

2013-08-07 Thread Miklos Vajna
offapi/com/sun/star/awt/MessageBoxType.idl |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 18767fd249bce1c6ad9d42d02de32757fd93e053 Author: Miklos Vajna Date: Wed Aug 7 10:53:45 2013 +0200 offapi: fix doxygen warnings in awt::MessageBoxType Change-Id:

Re: Guidance on 'Paragraph Tab' bug

2013-08-07 Thread Miklos Vajna
On Mon, Aug 05, 2013 at 05:27:50PM +0300, Adam Fyne wrote: > I have a few rather simple questions: > > *1. *I see that some classes in '/editeng/source/items' have a > 'QueryValue' and 'PutValue' and some don't. > What is the logic for deciding if an 'SfxPoolItem' should or should not > im

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

2013-08-07 Thread Tor Lillqvist
include/sot/exchange.hxx | 15 --- 1 file changed, 15 deletions(-) New commits: commit d63bcdf8818b66f784d3c040e4f9f92b43d2c56f Author: Tor Lillqvist Date: Wed Aug 7 10:51:05 2013 +0300 Bin obsolete and unused exchange actions Change-Id: I6ae9353aa87c7b8303f77af98b9

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

2013-08-07 Thread Joren De Cuyper
sc/source/ui/dbgui/validate.cxx | 18 +- sc/source/ui/inc/validate.hxx |6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) New commits: commit 03d8fc6574e96b5817f3c9226e8af676bf89dd25 Author: Joren De Cuyper Date: Tue Aug 6 00:48:55 2013 +0200 More OUStri

Re: crash course in unittests

2013-08-07 Thread Miklos Vajna
On Mon, Aug 05, 2013 at 09:44:38PM +0200, Lionel Elie Mamane wrote: > This last one is triggered (by a chain of reasons where one link is) > because it does not find the tango theme. Let me explain. Ah OK, so in this case it indeed caused a problem. Sorry for the misguidance. ;-) signature.asc

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

2013-08-07 Thread Julien Nabet
framework/source/services/substitutepathvars.cxx | 50 ++- 1 file changed, 15 insertions(+), 35 deletions(-) New commits: commit cb021fcafba06ccf973f2abe229a4761c0a002de Author: Julien Nabet Date: Sun Aug 4 09:22:00 2013 +0200 fdo#46037: remove 1 comphelper/configura

[Libreoffice-commits] core.git: jfreereport/patches jfreereport/UnpackedTarball_jfreereport_libformula.mk

2013-08-07 Thread Lionel Elie Mamane
jfreereport/UnpackedTarball_jfreereport_libformula.mk |1 jfreereport/patches/libformula-time-notz.patch| 22 ++ 2 files changed, 23 insertions(+) New commits: commit def99ae60119658d0b24667b08068162d2454694 Author: Lionel Elie Mamane Date: Wed Aug 7 10:04:49 201

[Libreoffice-commits] core.git: Branch 'feature/gsoc-basic-ide-completion-and-other-bits' - basctl/source

2013-08-07 Thread Gergo Mocsi
basctl/source/basicide/baside2.hxx |5 basctl/source/basicide/baside2b.cxx | 518 ++-- 2 files changed, 272 insertions(+), 251 deletions(-) New commits: commit 8f008f0d810068bb9b663fc73177883c3918b6f5 Author: Gergo Mocsi Date: Wed Aug 7 09:32:36 2013 +020

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

2013-08-07 Thread Miklos Vajna
sw/qa/extras/rtfimport/data/fdo67498.rtf|5 ++ sw/qa/extras/rtfimport/rtfimport.cxx|8 writerfilter/source/dmapper/PropertyMap.cxx | 47 writerfilter/source/dmapper/PropertyMap.hxx |2 + 4 files changed, 43 insertions(+), 19 deletions(-)

Re: [comment] Translate writer test 'Checktable.java' to Python

2013-08-07 Thread Miklos Vajna
On Wed, Aug 07, 2013 at 09:03:12AM +0200, Xiaoli Duan wrote: > I added multi line comment with triple quoted to Writer python test file > and then run test. > I sent you the file 'check_table.py' (dir path: /sw/qa/python) and test > results in file 'python_fail'. > I my opinion LO Python should h

[Bug 65675] LibreOffice 4.2 most annoying bugs

2013-08-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 tommy27 changed: What|Removed |Added Depends on|67743 | -- You are receiving this mail because: You

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-08-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 tommy27 changed: What|Removed |Added Depends on||67743 -- You are receiving this mail because: