Re: [Libreoffice] 14 files in libreoffice git source flagged as trojans

2011-10-02 Thread Marc-André Laverdière
Hi Billy, I'm a n00b and I faced the tall learning curve too. I would say that things are easier than before to get started. The API and Opengrok websites are really helping: http://api.libreoffice.org/ http://opengrok.libreoffice.org/ Marc-André Laverdière Software Security Scientist Innovation

Re: [Libreoffice] Build breaks in libcmis

2011-10-02 Thread Jean-Baptiste Faure
Hi all, Le 02/10/2011 23:23, Regina Henschel a écrit : > Hi all, > > I've cloned and build from master today and it breaks in libcmis. Error > messages in build_error.log cited below. > > Kind regards > Regina Broken for me too but the problem is in the minimal number version for libcurl. libcm

[Libreoffice] [PATCH] [Bug 41408] [UI] Need more room for localized string (IV)

2011-10-02 Thread Olivier Hallot
The following patch gives more room to Calc page dialog to display localized strings without truncation Sizes adjusted for fontsize = 10 -- Olivier Hallot Founder and Steering Commitee Member The Document Foundation From 5034b3f0165beaa90bdb00bcb726d8a3b539c1f9 Mon Sep 17 00:00:00 2001 From: Ol

[Libreoffice] [PATCH] String::CompareIngoreCaseToAscii

2011-10-02 Thread August Sodora
Apparently the issue was that I actually wasn't using the parameter :) I've attached a preliminary patch (my first!) for review. August Sodora aug...@gmail.com (201) 280-8138 On Sun, Oct 2, 2011 at 3:16 AM, Tor Lillqvist wrote: >> It sounds at least reasonable to me. The normal thing is to add

Re: [Libreoffice] cppunit test and smoketest failures

2011-10-02 Thread Markus Mohrhard
Hello Peter, 2011/10/2 Peter Foley > I'm getting the below test failures while building libreoffice. > I don't know enough about cppunit or smoketest to figure out what the > problem is. > I've attached the gbuild patches that I'm currently working on in case > one of them trigers this failure.

[Libreoffice] Build breaks in libcmis

2011-10-02 Thread Regina Henschel
Hi all, I've cloned and build from master today and it breaks in libcmis. Error messages in build_error.log cited below. Kind regards Regina log for /cygdrive/c/git/LO35Okt/libcmis/prj cd .. && /opt/lo/bin/make -s -r -j4 build && /opt/lo/bin/make -s -r deliverlog [ build MAK ] tar: Cannot

[Libreoffice] [PATCH] migrate to StringRangeEnumerator in Draw

2011-10-02 Thread Ivan Timofeev
This patches replace MultiSelection with StringRangeEnumerator in Draw, because StringRangeEnumerator allows duplicated and reversed ranges, i.e. "1,1,3-1". Second patch contains only cleaning changes. From 85168ff499322b97256af3f0cb07c5bf7af3bca8 Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date:

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-10-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 40854, which changed state. Bug 40854 Summary: EDITING - impossible to select multiple drawing objects when a image is inserted https://bugs.freedesktop.org/show_bug.cgi?id=40854 What|Old Value

[Libreoffice] [PATCH] Replace (Byte)String with O(U)String in sw

2011-10-02 Thread Chr. Rossmanith
Hi, could someone please review this small patch. I'll extend the replacement (and push on my own) but want to be sure that there are no mistakes. At least it seems to build :-) Thank you, Christina >From 4598efcf63b30b673794c8d8aaf99797ada3117c Mon Sep 17 00:00:00 2001 From: Christina Rossm

Re: [Libreoffice] #ifdef ALPHA for DEC Alpha?

2011-10-02 Thread Takeshi Abe
Hi Caolán, Tor, all, Thank you for your advice. On Fri, 30 Sep 2011 09:38:17 +0100, Caolán McNamara wrote: >> I stumbled on some ifdefs of ALPHA existing as follows: >> > sfx2/inc/sfx2/minarray.hxx:#if defined (ALPHA) && defined (UNX) >> > svtools/source/filter/filter.cxx:#if defined UNX && defi

[Libreoffice] Support of use-optimal-column-width property in calc file

2011-10-02 Thread Da Scritch
Hi I'm developping an export platform for website datas, and creating .ods files One of the main problems I have is about column width adaptation I tried to use "use-optimal-column-width" but it doesn't seem to be understood by my kubuntu version of LibreOffice (LibreOffice 3.3.3 OOO330m19 (Bui

Re: [Libreoffice] installed 3.5 doesn't find MSVCR90.dll

2011-10-02 Thread Matúš Kukan
Hi, On 2 October 2011 12:04, Regina Henschel wrote: > Hi all, > > I have build current master with "make build" and installed from setup.exe I assume, current means you have already this: http://cgit.freedesktop.org/libreoffice/core/commit/?id=a116d39db624719337b0a8bf3603f8a11eb2cc42 > in \insts

[Libreoffice] installed 3.5 doesn't find MSVCR90.dll

2011-10-02 Thread Regina Henschel
Hi all, I have build current master with "make build" and installed from setup.exe in \instsetoo_native\wntmsci12.pro\LibreOffice_Dev\native\install\en-US The installed LO doesn' start, but gives error message (German WinXP) "Die Anwendung konnte nicht gestartet werden, weil MSVCR90.dll nicht

[Libreoffice] [PATCH] Remove last instance and Finally remove SvULongs

2011-10-02 Thread Maciej Rumianowski
Hi *, I'm sending 2 patches removing finally SvULongs from LibreOffice:) Cheers, Maciej >From 820bb5c8f68c2cb0219dfa49cacae094c32f62f2 Mon Sep 17 00:00:00 2001 From: Maciej Rumianowski Date: Fri, 30 Sep 2011 15:55:58 +0200 Subject: [PATCH] Finally remove SvULongs In all places SvULongs

Re: [Libreoffice] String::CompareIngoreCaseToAscii

2011-10-02 Thread Tor Lillqvist
> It sounds at least reasonable to me. The normal thing is to add new > in-line functions to ustring.hxx, that saves punching a hole in the > (accursed) map file for libsal (in sal/util/sal.map) - I am not 100% sure, but I think that in some cases (--enable-dbgutil build with MSVC is what I am thi