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

2013-11-11 Thread Rodolfo Ribeiro Gomes
sfx2/source/control/thumbnailview.cxx | 169 +- 1 file changed, 86 insertions(+), 83 deletions(-) New commits: commit b29464a8fa58d776279c6da0247946eefad9be00 Author: Rodolfo Ribeiro Gomes Date: Mon Nov 11 22:24:20 2013 -0200 less if-nesting in ThumnailVie

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

2013-11-11 Thread Tor Lillqvist
sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx |2 -- sc/source/ui/StatisticsDialogs/MatrixComparisonGenerator.cxx |2 -- 2 files changed, 4 deletions(-) New commits: commit 44b113fd384c3305969307deb6387445e95ed94b Author: Tor Lillqvist Date: Tue Nov 12 09:16:25 2013

Re: Handling of worksheet functions from Excel 2010 and newer

2013-11-11 Thread Markus Mohrhard
Hey Winfried, 2013/11/12 Winfried Donkers > Hi Kohei, > > >> And a small request by me. Could we maybe add always directly an > >> import/export test when we add a new function? > > >I did my share for my change. The ones that were missing from the test > which went unnoticed by my change, I a

RE: Handling of worksheet functions from Excel 2010 and newer

2013-11-11 Thread Winfried Donkers
Hi Kohei, >> And a small request by me. Could we maybe add always directly an >> import/export test when we add a new function? >I did my share for my change. The ones that were missing from the test which >went unnoticed by my change, I added them. >That said, I can't write all necessary test

LibreOffice Gerrit News for core on 2013-11-12

2013-11-11 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: + LibreOffice Corrupts DOCX files containing Footnotes after Roundtrip in https://gerrit.libreoffice.org/6644 from Pallavi Jadhav + less if-nesting in ThumnailView in https://gerrit.libreoffice.org/6643 from Rodolfo

Re: minutes of ESC call ...

2013-11-11 Thread Norbert Thiebaud
On Mon, Nov 11, 2013 at 9:33 PM, Norbert Thiebaud wrote: > On Mon, Nov 11, 2013 at 5:59 AM, Norbert Thiebaud wrote: >> I guess my point is that you _could_ do a script to replace stuff that >> are in the form >> include "\([a-zA-Z]*/[^"]*\)"] to include <\1> >> and that is very,very likely to jus

Re: minutes of ESC call ...

2013-11-11 Thread Norbert Thiebaud
On Mon, Nov 11, 2013 at 5:59 AM, Norbert Thiebaud wrote: > I guess my point is that you _could_ do a script to replace stuff that > are in the form > include "\([a-zA-Z]*/[^"]*\)"] to include <\1> > and that is very,very likely to just work actually I was wrong with that... avmedia/source/vlc/*.

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

2013-11-11 Thread hongyu zhong
sc/qa/unit/data/xls/opencl/statistical/Median.xls |binary sc/qa/unit/data/xls/opencl/statistical/Weibull.xls |binary sc/qa/unit/opencl-test.cxx | 52 + sc/source/core/opencl/formulagroupcl.cxx |8 sc/source/core/opencl/op_statistical.cxx |

[Libreoffice-commits] core.git: sc/Module_sc.mk

2013-11-11 Thread Markus Mohrhard
sc/Module_sc.mk |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit d584d08c733f75c741befc915f8d9a7afededdfd Author: Markus Mohrhard Date: Tue Nov 12 01:19:26 2013 +0100 disable OpenCL test The test crashes on some machines and hangs on others in the O

[Libreoffice-commits] .: Branch 'refs/tags/HEAD' - 0 commits -

2013-11-11 Thread Libreoffice Gerrit user
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] Changes to 'refs/tags/cppunit-1.13.2'

2013-11-11 Thread Libreoffice Gerrit user
Tag 'cppunit-1.13.2' created by Markus Mohrhard at 2013-11-11 06:09 -0800 cppunit-1.13.2 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) iQEcBAABAgAGBQJSgHSjAAoJEPT00c0jw8jFTLUH/jKasGMrXVRXf/3f+BbLEztJ /7Fua2GTQnYZgm+Jp1zExjHONh1KJWf0hH3+HsGcsvI1IfQ/Xv8r5fL4z+aSxnuW iFn/dsj/PSR

[Libreoffice-commits] Changes to 'refs/tags/HEAD'

2013-11-11 Thread Libreoffice Gerrit user
Tag 'HEAD' created by Markus Mohrhard at 2013-11-11 06:07 -0800 cppunit-1.13.2 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) iQEcBAABAgAGBQJSgHRdAAoJEPT00c0jw8jF1TkIALWqYDumGMM9bGSlUoOPdwUA 2gWoEVzOJIl6BhoRYuuKC3N0blQuka6Ut1KGTO6geehGToK57wCbQYTPvGV8hJaf RcFOGOlYy/pSs5HS2XuEU

Re: Handling of worksheet functions from Excel 2010 and newer

2013-11-11 Thread Kohei Yoshida
And before anybody starts lecturing me on the importance of snipping when replying on a thread (which I do understand very well), I do apologize for not snipping the unrelated parts of the previous post. I just realize that now... :-/ Kohei ___ LibreOf

Re: Handling of worksheet functions from Excel 2010 and newer

2013-11-11 Thread Kohei Yoshida
On Tue, 2013-11-12 at 00:30 +0100, Markus Mohrhard wrote: > Hey, > > > 2013/11/11 Kohei Yoshida > Hi there, > > Eike brought to my attention that my recent change to use the > internal > API to import formulas from xlsx broke the extra handling that >

Re: Handling of worksheet functions from Excel 2010 and newer

2013-11-11 Thread Markus Mohrhard
Hey, 2013/11/11 Kohei Yoshida > Hi there, > > Eike brought to my attention that my recent change to use the internal > API to import formulas from xlsx broke the extra handling that the UNO > API was doing to translate some of the newer Excel functions from Excel > 2010 and newer. These new fu

[Libreoffice-commits] core.git: 6 commits - external/liblangtag postprocess/CustomTarget_registry.mk solenv/gbuild sysui/CustomTarget_share.mk

2013-11-11 Thread Michael Stahl
external/liblangtag/ExternalPackage_liblangtag_data.mk |4 +- postprocess/CustomTarget_registry.mk |1 solenv/gbuild/ExtensionPackage.mk |3 + solenv/gbuild/HelpTarget.mk|2 + solenv/gbuild/UIConfig.mk

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

2013-11-11 Thread hongyu zhong
sc/qa/unit/data/xls/opencl/statistical/Median.xls |binary sc/qa/unit/data/xls/opencl/statistical/Weibull.xls |binary sc/qa/unit/opencl-test.cxx | 52 + sc/source/core/opencl/formulagroupcl.cxx |8 sc/source/core/opencl/op_statistical.cxx |

Handling of worksheet functions from Excel 2010 and newer

2013-11-11 Thread Kohei Yoshida
Hi there, Eike brought to my attention that my recent change to use the internal API to import formulas from xlsx broke the extra handling that the UNO API was doing to translate some of the newer Excel functions from Excel 2010 and newer. These new functions are typically prefixed with _xlfn. in

Re: #43089 - Syntax highlighting for Math

2013-11-11 Thread Tomaž Vajngerl
Hi, On Mon, Nov 11, 2013 at 9:52 PM, Eike Rathke wrote: > Hi Jose, > > While it's true that Math uses EditEngine and EditView I'm not convinced > the actual change should be _inside_ those, EditEngine is already a hard > to handle beast and you'd have to add yet another mode to travel along > lin

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

2013-11-11 Thread Kohei Yoshida
formula/source/core/resource/core_resource.src | 23 ++- sc/qa/unit/subsequent_filters-test.cxx |3 ++- 2 files changed, 16 insertions(+), 10 deletions(-) New commits: commit dbd3da10da64ce71c76fc959f280b3d70b382a32 Author: Kohei Yoshida Date: Mon Nov 11 17:02

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

2013-11-11 Thread Tor Lillqvist
bridges/source/cpp_uno/gcc3_ios_arm/cpp2uno-arm.cxx |7 ++- bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp-arm.cxx |9 + bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp-i386.cxx |4 3 files changed, 19 insertions(+), 1 deletion(-) New commits: commit d52bfc915f6513256b64aa

[Libreoffice-commits] core.git: solenv/gbuild

2013-11-11 Thread Tor Lillqvist
solenv/gbuild/platform/IOS_ARM_GCC.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 89f00bdd566d8957facc80e9369b1441daee67d6 Author: Tor Lillqvist Date: Mon Nov 11 23:43:56 2013 +0200 Add EBOOK_LIBS Change-Id: I180346fe33814ac72e2293bd010b993caefbc71e diff --git a

[Libreoffice-commits] core.git: Branch 'private/matus/sc-hacks' - sc/source

2013-11-11 Thread Matúš Kukan
sc/source/ui/inc/datastreams.hxx |7 ++-- sc/source/ui/miscdlgs/datastreams.cxx| 45 +++ sc/source/ui/miscdlgs/datastreamsdlg.cxx |2 - 3 files changed, 34 insertions(+), 20 deletions(-) New commits: commit 0e5bdef60037160cb3cbed09e25f147420640069

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

2013-11-11 Thread Miklos Vajna
sw/qa/extras/ooxmlexport/data/fdo70812.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx |8 writerfilter/source/dmapper/DomainMapper.cxx |9 ++--- 3 files changed, 14 insertions(+), 3 deletions(-) New commits: commit 88cb2a731bf445776adb6c047010bbd0dae3c633 Author:

Re: #43089 - Syntax highlighting for Math

2013-11-11 Thread Eike Rathke
Hi Jose, On Monday, 2013-11-11 13:22:03 +, Jose Guilherme Vanz wrote: > I'll start to work in this bug > . Do you > have some code pointers? I was taking a look on EditEngine and EditView > sources. I think we have to implement t

Re: [libreoffice-projects] minutes of ESC call ...

2013-11-11 Thread Cor Nouws
Michael Meeks wrote (07-11-13 17:34) + Munich: mail-merge slowness callgrinded: + view layout fiddled with 6 million times for 2k documents or somesuch + why are we doing layout at all ? (Bjoern) Headers/footers & fields (in multi page documents) -- - Cor Nouws - http

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

2013-11-11 Thread Miklos Vajna
writerfilter/Library_writerfilter.mk |1 writerfilter/source/dmapper/GraphicImport.cxx |1 writerfilter/source/doctok/Dff.cxx| 256 -- writerfilter/source/doctok/Dff.hxx| 97 - writerfilter/source/doctok/resources.xmi

Re: Thank

2013-11-11 Thread Eike Rathke
Hi Jose, On Monday, 2013-11-11 12:00:28 +, Jose Guilherme Vanz wrote: > And I also would like say "sorry" if we did something that you don't > like, it was not out intention. Heh, what's wrong? Nothing to apologize for, all is fine :-) Btw, apparently the procedure sending your mails chang

Re: Thank

2013-11-11 Thread Eike Rathke
Hi Marcos, On Monday, 2013-11-11 08:00:58 -0200, Marcos Souza wrote: > So, again, a HUGE THANKS YOU for all you guys that helped me in Germany, > and to the guys who invited me to visit them in their houses! You're welcome! I hope you had a calm / not too stormy flight and the cold didn't catch

[Libreoffice-commits] core.git: 3 commits - icon-themes/galaxy include/sfx2 sfx2/source

2013-11-11 Thread Jan Holesovsky
icon-themes/galaxy/sfx2/res/logo.png |binary include/sfx2/recentdocsview.hxx|5 + sfx2/source/control/recentdocsview.cxx | 31 +++ sfx2/source/control/templateview.hrc |2 ++ sfx2/source/control/templateview.src | 10 ++ 5 files ch

[Libreoffice-commits] core.git: 2 commits - bin/get-bugzilla-attachments-by-mimetype download.lst external/libxml2

2013-11-11 Thread Michael Stahl
bin/get-bugzilla-attachments-by-mimetype |3 download.lst |2 external/libxml2/ExternalPackage_xml2.mk |2 external/libxml2/UnpackedTarball_xml2.mk |9 - external/libxml2/libxml2-aix.patch| 21 --- external/libxml2/li

[Libreoffice-commits] core.git: download.lst external/libxslt

2013-11-11 Thread Michael Stahl
download.lst|2 external/libxslt/ExternalPackage_xslt.mk|4 external/libxslt/ExternalProject_xslt.mk|1 external/libxslt/UnpackedTarball_xslt.mk|6 - external/libxslt/libxslt-aix.patch | 21 - externa

Re: Save as formats explored

2013-11-11 Thread Bryan Quigley
> I know people who still use StarOffice 5.2 so there are surely people out > there who still might use these formats. I am happy to look at actual use cases for these formats. Why do they still use StarOffice 5.2? (Is this more common than I think?, Are they using it on a OS platform that is st

[Libreoffice-commits] core.git: Changes to 'private/matus/sc-hacks'

2013-11-11 Thread Matúš Kukan
New branch 'private/matus/sc-hacks' available with the following commits: commit 8d17de6216e5da55c7b4a3156a7f2fc1380d1367 Author: Matúš Kukan Date: Fri Nov 8 22:15:36 2013 +0100 Implement data streams dialog that allows importing a stream of data in CSV format. It's possible

[Libreoffice-commits] core.git: Branch 'private/matus/sc-hacks' - 0 commits -

2013-11-11 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: filter/source

2013-11-11 Thread Michael Stahl
filter/source/config/fragments/types/draw_Freehand_Document.xcu |2 +- filter/source/config/fragments/types/writer_MacWrite.xcu|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 40a465add55251d4719f8241232cd001fa0d3420 Author: Michael Stahl Date: Mon No

[Libreoffice-commits] core.git: Branch 'private/kohei/xlsx-import-speedup' - sc/qa

2013-11-11 Thread Kohei Yoshida
sc/qa/unit/data/xlsx/functions-excel-2010.xlsx |binary sc/qa/unit/helper/qahelper.cxx |9 + sc/qa/unit/helper/qahelper.hxx |6 ++ sc/qa/unit/subsequent_filters-test.cxx | 23 +++ 4 files changed, 38 insertions(+) N

[Libreoffice-commits] core.git: Branch 'private/kohei/xlsx-import-speedup' - 2 commits - offapi/com Repository.mk smoketest/Executable_libtest.mk vbahelper/source

2013-11-11 Thread Michael Meeks
Repository.mk |1 offapi/com/sun/star/script/vba/XVBAEventProcessor.idl |5 smoketest/Executable_libtest.mk |5 +++- vbahelper/source/vbahelper/vbaeventshelperbase.cxx| 19 +- 4 files changed, 15

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - libxmlsec/makefile.mk xmlsecurity/source

2013-11-11 Thread Herbert Dürr
libxmlsec/makefile.mk |8 xmlsecurity/source/xmlsec/nss/makefile.mk | 13 ++--- 2 files changed, 10 insertions(+), 11 deletions(-) New commits: commit 797198822eed356c3a5a6b6cf65c749cd342d564 Author: Herbert Dürr Date: Mon Nov 11 15:02:13 2013 +

[Libreoffice-commits] core.git: basic/source cui/source include/tools sfx2/source svtools/source svx/source sw/source

2013-11-11 Thread Stephan Bergmann
basic/source/uno/namecont.cxx |1 - cui/source/dialogs/hldoctp.cxx |2 -- cui/source/dialogs/hlmailtp.cxx|1 - include/tools/urlobj.hxx |2 +- sfx2/source/doc/doctempl.cxx |3 --- svtools/source/contnr/fileview.cxx |2 -- svtools/source/control/

[Libreoffice-commits] core.git: 4 commits - bin/get-bugzilla-attachments-by-mimetype

2013-11-11 Thread Michael Stahl
bin/get-bugzilla-attachments-by-mimetype | 102 ++- 1 file changed, 62 insertions(+), 40 deletions(-) New commits: commit d4fd1c0c38179967166f64342d216e46d7f4d6d3 Author: Michael Stahl Date: Mon Nov 11 13:44:36 2013 +0100 get-bugzilla-attachments-by-mimetype:

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

2013-11-11 Thread Stephan Bergmann
unotools/source/config/securityoptions.cxx | 110 - 1 file changed, 47 insertions(+), 63 deletions(-) New commits: commit 5181dc022334b4a6fc760b6aae4448a014551798 Author: Stephan Bergmann Date: Mon Nov 11 16:35:17 2013 +0100 String clean-up Change-Id:

RE [ckan-discuss] CKAN Integration with Google Spreadsheet - ... or LibreOffice

2013-11-11 Thread Diane Mercier
Hi, It seems to me that the integration of documents as the Google Doc|Drive and MS Office formats are incompatible with open knowledge as adopted by the OKFN community. Does the community discussed the possibility to integrate the open ODF formats supported by LibreOffice to CKAN plateform

Re: what is this error

2013-11-11 Thread Christian Lohmaier
Hi Soliman, *, On Mon, Nov 11, 2013 at 1:53 PM, soliman Eldebaky wrote: > i already managed to build multilang package from version *4.2* > > but, when i try to build release ver from *4.1 *i lake with this error Well, then the part to show the part of config.log and state where the vbs is

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - nss/makefile.mk

2013-11-11 Thread Herbert Dürr
nss/makefile.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2316b1fa9a32d4bf997208f684264668568f88d8 Author: Herbert Dürr Date: Mon Nov 11 12:21:03 2013 + #i123637# set NSS's FREEBL_LOWHASH=1 on Linux This should fix the build problem on Fedo

Big Sale of Wonderful Christmas Decorations!

2013-11-11 Thread Osell.com
Your email client cannot read this email. To view it online, please go here: http://edm.idinor.com/display.php?M=4165186&C=581d28247ffa58dc65b6a1e3540b0205&S=436&L=22&N=76 To stop receiving these emails:http://edm.idinor.com/unsubscribe.php?M=4165186&C=581d28247ffa58dc65b6a1e3540b0205&L=22&N=436

#43089 - Syntax highlighting for Math

2013-11-11 Thread Jose Guilherme Vanz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, all! Well, I cannot talk with you in IRC now. So I am sending this e-mail... I'll start to work in this bug . Do you have some code pointers? I was taking a look on EditEngine and E

Re: what is this error

2013-11-11 Thread soliman Eldebaky
i already managed to build multilang package from version *4.2* but, when i try to build release ver from *4.1 *i lake with this error -- View this message in context: http://nabble.documentfoundation.org/what-is-this-error-tp4082475p4082531.html Sent from the Dev mailing list archive

[Libreoffice-commits] core.git: bin/lo-generate-source-tarball

2013-11-11 Thread Andras Timar
bin/lo-generate-source-tarball | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit 1e89fdea72b4fbca179d4bd51dda2d228e69713a Author: Andras Timar Date: Mon Nov 11 14:01:12 2013 +0100 typo fixes Change-Id: I735005f2e311abf7b64cce6b67002fe6e0d6

Re: LICENSE.html packaging on Mac

2013-11-11 Thread Michael Stahl
On 06/11/13 11:32, Stephan Bergmann wrote: > On 11/06/2013 11:05 AM, Michael Stahl wrote: >> On 06/11/13 07:20, Norbert Thiebaud wrote: >>> on Mac we put LICENCE.html in a LICENSEs/ directory at the top level of the >>> dmg >>> at the same level than the LibreOffice.app bundle >>> >>> I suspect th

Re: Save as formats explored

2013-11-11 Thread Tor Lillqvist
> Only formats that have both IMPORT and EXPORT flags in > the configuration are shown in Save (or Save As). That's what I meant, but I didn't say it clearly enough --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freede

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

2013-11-11 Thread Stephan Bergmann
cppuhelper/source/typemanager.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit 49fa300703643a2e49df01944f1b1299138010c7 Author: Stephan Bergmann Date: Mon Nov 11 13:18:49 2013 +0100 Don't call Manager::addProvider(null) upon optional NoSuchFileException

Re: Save as formats explored

2013-11-11 Thread David Tardon
Hi, On Mon, Nov 11, 2013 at 10:18:07AM +0200, Tor Lillqvist wrote: > > Generally I think uncluttering the file format list is a good idea, what > > is the point of a very long list with formats nobody will ever use? > > I agree. File formats supported for import only (like weird old ones, > wheth

Re: Save as formats explored

2013-11-11 Thread David Tardon
Hi, On Mon, Nov 11, 2013 at 07:19:11AM +0100, Markus Mohrhard wrote: > Hey, > > > 2013/11/10 Bryan Quigley > > > Thanks for the feedback. The patches for all three are attached. > > > > 1. > > I should reiterate that I'm just removing Write support ONLY for > > "OpenOffice 1.0" formats. You

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

2013-11-11 Thread Eike Rathke
i18nlangtag/source/isolang/isolang.cxx |1 + include/i18nlangtag/lang.h |1 + svtools/source/misc/langtab.src|1 + 3 files changed, 3 insertions(+) New commits: commit f72c2a727cb68ead915f3efdaae24a32a92d3243 Author: Eike Rathke Date: Mon Nov 11 13:01:34 2013 +0

Re: Thank

2013-11-11 Thread Jose Guilherme Vanz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yeah, Marcos is right. Thank you for all your atention, patience and time. It was a pleasure spend this time with you guys and it's a pleasure participate in this project. Thank you a lot!!! And I also would like say "sorry" if we did something tha

Re: minutes of ESC call ...

2013-11-11 Thread Norbert Thiebaud
On Mon, Nov 11, 2013 at 5:46 AM, Stephan Bergmann wrote: > On 11/11/2013 12:38 PM, Norbert Thiebaud wrote: >> >> On Mon, Nov 11, 2013 at 5:24 AM, Stephan Bergmann >> wrote: >>> >>> Can you point me to such a case in our code base where replacing "..." >>> with >>> <...> would break the build? >>

[Libreoffice-commits] core.git: 3 commits - connectivity/source editeng/source sc/inc sc/source

2013-11-11 Thread Noel Grandin
connectivity/source/drivers/dbase/DIndexIter.cxx | 14 +- connectivity/source/drivers/dbase/DResultSet.cxx |4 +-- editeng/source/editeng/textconv.cxx | 30 +++ sc/inc/compiler.hxx |4 +-- sc/inc/global.hxx

Re: minutes of ESC call ...

2013-11-11 Thread Stephan Bergmann
On 11/11/2013 12:38 PM, Norbert Thiebaud wrote: On Mon, Nov 11, 2013 at 5:24 AM, Stephan Bergmann wrote: Can you point me to such a case in our code base where replacing "..." with <...> would break the build? basctl/source/inc/basidesh.hxx:#include "../basicide/objdlg.hxx" $ cat basctl/sour

Re: minutes of ESC call ...

2013-11-11 Thread Norbert Thiebaud
On Mon, Nov 11, 2013 at 5:24 AM, Stephan Bergmann wrote: > On 11/11/2013 12:07 PM, Norbert Thiebaud wrote: >> >> On Fri, Nov 8, 2013 at 2:29 AM, Stephan Bergmann >> wrote: >>> >>> Note that both solenv/gbuild/com_{GCC,MSC}_class.mk already contain >>> "-I$(dir >>> $(3))" in their C/C++ compiler c

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

2013-11-11 Thread Stephan Bergmann
sfx2/source/control/unoctitm.cxx | 140 --- 1 file changed, 74 insertions(+), 66 deletions(-) New commits: commit 268f7ef41c09c537e1656f1653b757aedf76d788 Author: Stephan Bergmann Date: Mon Nov 11 12:24:58 2013 +0100 Destroy SfxAllItemSet before callin

Re: minutes of ESC call ...

2013-11-11 Thread Stephan Bergmann
On 11/11/2013 12:07 PM, Norbert Thiebaud wrote: On Fri, Nov 8, 2013 at 2:29 AM, Stephan Bergmann wrote: Note that both solenv/gbuild/com_{GCC,MSC}_class.mk already contain "-I$(dir $(3))" in their C/C++ compiler command lines, so will find include files next to the main C/C++ source file alread

Re: minutes of ESC call ...

2013-11-11 Thread bjoern
On Mon, Nov 11, 2013 at 05:07:19AM -0600, Norbert Thiebaud wrote: > and iirc Windows is sensitive to the number of -I on the command line.. and > that would impact all include not just the "" MSVC is sensitive to the number of dirs it has to check before finding the header. So having 20 -I switc

[Bug 65583] Elements Dock window needs scroll bar.

2013-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65583 --- Comment #8 from Tomaz Vajngerl --- Maybe it is the best to reuse the code of Impress > Side Pane > Layouts. Layouts dock has a similar behavior than the Elements dock but it is in general complete (supports scrolling and no flickering under W

Re: minutes of ESC call ...

2013-11-11 Thread Norbert Thiebaud
On Fri, Nov 8, 2013 at 2:29 AM, Stephan Bergmann wrote: > On 11/07/2013 05:34 PM, Michael Meeks wrote: >> >> * Header includes <> vs "" etc. (Tml/Sberg) >> + we should use <> everywhere without a relative path. >> + but it's fine to continue using "" for whatever corner cases >> make

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

2013-11-11 Thread sushil_shinde
sw/qa/extras/ooxmlexport/data/TestVMLData.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx |8 ++ sw/source/filter/ww8/docxattributeoutput.cxx | 89 + sw/source/filter/ww8/docxattributeoutput.hxx | 13 +++ 4 files changed, 82 insertions(+), 28 deleti

[Libreoffice-commits] translations.git: Changes to 'refs/tags/cp-4.0-20-1'

2013-11-11 Thread Christian Lohmaier
Tag 'cp-4.0-20-1' created by Andras Timar at 2013-11-11 10:18 -0800 cp-4.0-20-1 Changes since suse-4.0-20-6: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/l

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.0-20-1'

2013-11-11 Thread Andras Timar
Tag 'cp-4.0-20-1' created by Andras Timar at 2013-11-11 10:18 -0800 cp-4.0-20-1 Changes since suse-4.0-20-6: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/l

[Libreoffice-commits] core.git: Changes to 'refs/tags/cp-4.0-20-1'

2013-11-11 Thread Andras Timar
Tag 'cp-4.0-20-1' created by Andras Timar at 2013-11-11 10:18 -0800 cp-4.0-20-1 Changes since cp-4.0-17-1-281: --- 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.0-20-1'

2013-11-11 Thread Andras Timar
Tag 'cp-4.0-20-1' created by Andras Timar at 2013-11-11 10:18 -0800 cp-4.0-20-1 Changes since suse-4.0-20-7: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/l

Thank

2013-11-11 Thread Marcos Souza
Hi LO people! I'm here to say a HUGE THANKS YOU about my travel to Germany. It's awesome when we can link faces and names, to know nice people and work together in some tasks! I just want to say a "I'm sorry" if I did less than you expected for you, but I really enjoyed! So, I just need to learn

Re: what is this error

2013-11-11 Thread Christian Lohmaier
Hi *, Am 11.11.2013 10:44 schrieb "soliman Eldebaky" : > > and i installed vs2012 update 3 and still as it is Yes, as visual studio itself doesn't contain the file. You need to download the windows SDK separately. You'll find a link on the wiki page. Just coping the file into the existing SDK

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.0' - 3 commits - distro-configs/CPOSX.conf instsetoo_native/util solenv/bin

2013-11-11 Thread Andras Timar
distro-configs/CPOSX.conf |2 +- instsetoo_native/util/makefile.mk |4 ++-- solenv/bin/modules/installer/simplepackage.pm |4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) New commits: commit ad938851739b77ca50c9796810059c217cfd1327 Author: Andr

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

2013-11-11 Thread Miklos Vajna
filter/source/config/fragments/filters/MS_Word_97_Vorlage.xcu |2 +- filter/source/config/fragments/types/writer_MS_Word_97_Vorlage.xcu |2 +- sw/source/filter/ww8/wrtww8.cxx|8 +--- sw/source/filter/ww8/wrtww8.hxx

Re: what is this error

2013-11-11 Thread soliman Eldebaky
ok thank you for your hint but i didn't receive any warning message and i installed vs2012 update 3 and still as it is config.status: creating config_host/config_version.h config.status: config_host/config_version.h is unchanged Configuration unchanged - avoiding scp2 stamp update **

Reminder: Freiburg Hackfest refunds

2013-11-11 Thread Florian Effenberger
(Sorry if you receive this message twice - I got a bounce that the FDO Mailman was crashing and my mail dropped, so resending.) Hello, this is just a quick reminder to send in your travel refund requests for the Freiburg Hackfest. In order to handle the requests more effectively, I'd like t

Re: what is this error

2013-11-11 Thread Christian Lohmaier
Hi Soliman, *, Please don't start multiple threads for the same problem. It makes it harder to follow. Am 11.11.2013 09:25 schrieb "Soliman Eldebaky" : > ERROR: Could not execute WiLangId.vbs! You ignored configure's warning. When building with visual studio 2010, you need to also install the w

[Bug 65583] Elements Dock window needs scroll bar.

2013-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65583 Thomas Arnhold changed: What|Removed |Added CC||libreoffice@lists.freedeskt

Need for starmath expert

2013-11-11 Thread abdulaziz
Hi all ; we have an idea for RTL (arabic) support in Math and we want someone who expert in starmath to answering the following questions : 1- is it possible to add an arabic mathematical unicode (*nowadays , there is no full mathematical unicode for arabic* )to the module /starmath ? 2-is

Re: 4.2.0.0.alpha1 build error

2013-11-11 Thread Miklos Vajna
Hi Andy, On Fri, Nov 08, 2013 at 09:25:06PM +0100, Andreas Radke wrote: > ooxmlexport.cxx:546:Assertion > Test name: test1Table1Page::Import_Export_Import > equality assertion failed > - Expected: 1 > - Actual : 2 I see that the related test document has characters using the "Arial" font, and

what is this error

2013-11-11 Thread Soliman Eldebaky
hi all when i try to build release version libreoffice 4.1 i faced an issue : Setting Root Module: gid_Module_Root : Using spellchecker file: C:/sources/libo-core4/solver/ wntmsci14.pro/bin/spellchecker_selection.txt : Collected spellchecker languages for spellchecker: ar,en,es,fr : :

Re: Save as formats explored

2013-11-11 Thread Markus Mohrhard
2013/11/11 Khaled Hosny > On Mon, Nov 11, 2013 at 07:19:11AM +0100, Markus Mohrhard wrote: > > Hey, > > > > > > 2013/11/10 Bryan Quigley > > > > > Thanks for the feedback. The patches for all three are attached. > > > > > > 1. > > > I should reiterate that I'm just removing Write support ONLY f

Re: Save as formats explored

2013-11-11 Thread Tor Lillqvist
> Generally I think uncluttering the file format list is a good idea, what > is the point of a very long list with formats nobody will ever use? I agree. File formats supported for import only (like weird old ones, whether from the Apple or PC world doesn't matter) have no relevance on what should

Re: Save as formats explored

2013-11-11 Thread Khaled Hosny
On Mon, Nov 11, 2013 at 07:19:11AM +0100, Markus Mohrhard wrote: > Hey, > > > 2013/11/10 Bryan Quigley > > > Thanks for the feedback. The patches for all three are attached. > > > > 1. > > I should reiterate that I'm just removing Write support ONLY for > > "OpenOffice 1.0" formats. You woul