[Bug 35673] LibreOffice 3.4 most annoying bugs

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 ahmad.khuns...@gmail.com changed: What|Removed |Added Keywords||patch -- Configure bugmail: h

[REVIEW-3-5] fix for fdo#45679, autofilter needs a lot of time to show-up for large amount of data

2012-03-25 Thread Markus Mohrhard
Hey, [1] saves us a lot of time initializing the autofilter pop-up by skipping the O(n^2) algorithm that inserts an entry and updates the view for each new entry. During initialization we can skip this algorithm without a problem and save around 96% of the time. [2] does exactly the same thing for

[PATCH] Adapt arrowhead to corrected handling of z in path in svg

2012-03-25 Thread Regina Henschel
Hi all, Thorsten has corrected the handling of z in svg paths. This affects the arrowheads in the standard.soe palette too. Here is patch to adapt the m commands in the arrowheads to the new handling. I have no current build in the moment. So please test the patch before you commit it. Kin

Re: Added support for gnu-make $(file when available

2012-03-25 Thread Thorsten Behrens
Norbert Thiebaud wrote: > I've also back-ported the feature in gnu-make 3.82 in contrib/dev-tools > Cool, let me update the tinderboxes! :) Nice work, -- Thorsten pgpNWqdc3RWx9.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@l

[PATCH] remove unused code (oox)

2012-03-25 Thread Petr Vorel
Hi there, removed some code from oox. Regards, Petr >From e04049e2554a94ce80dc21dfe390e91c8fd8bc41 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Thu, 22 Mar 2012 20:14:13 +0100 Subject: [PATCH] remove unused code (oox) --- oox/source/ole/vbaprojectfilter.cxx | 13 - sc/source/fil

Added support for gnu-make $(file when available

2012-03-25 Thread Norbert Thiebaud
Recently on gnu-make cvs a new function has been added: $(file >filename,content) This allow to put the content on a file natively (without using the shell, and therefore there is no command line limitation This can be used to simplify $(var2file, whihc I have long suspected to be the reason why Ma

Re: top level make build is executing unit tests

2012-03-25 Thread Matúš Kukan
Hello Markus, all On 25 March 2012 16:37, Markus Mohrhard wrote: > right now a top level make build is executing unit tests again. Is > this behavior really expected? It makes it quite hard to execute a > full rebuild while working on new tests. Toplevel's make build is different from the module

[PATCH] Remove unused code (svtools)

2012-03-25 Thread Santiago Martinez
This patch removes unused code as listed in unusedcode.easy From 08525faa466535c5f10bcd413199351f5d953975 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Sun, 25 Mar 2012 18:24:32 +0200 Subject: [PATCH] Remove unused code in svtools. --- svtools/source/filter/wmf/winmtf.cxx | 23 ---

top level make build is executing unit tests

2012-03-25 Thread Markus Mohrhard
Hey, right now a top level make build is executing unit tests again. Is this behavior really expected? It makes it quite hard to execute a full rebuild while working on new tests. Regards, Markus ___ LibreOffice mailing list LibreOffice@lists.freedeskto

[no subject]

2012-03-25 Thread Pubudu Dissanayake
___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [LibreOffice] svg export filter

2012-03-25 Thread Thorsten Behrens
Marco Cecchetti wrote: > > - as you said, check if/when to use native svg text, instead of > > glyh-by-glyph placements > > So we agreed, glyh-by-glyph placement should be used only when > it is mandatory (e.g. text animations that apply on any single > character of a text string). > Hi Marco,

Re: regression in charts introduced by one of the recent table to std::map commits

2012-03-25 Thread Rafael Dominguez
Also commit d1fcea677a0d814ca92a00717a4ff7090291f6cd is wrong, since both code blocks are different. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Investigation into bug 35862 - allow "increase/decrease font" for text selection with multiple font sizes

2012-03-25 Thread Jordan Chin
Hi devs, I began investigating this bug: https://bugs.freedesktop.org/show_bug.cgi?id=35862 The bug is that the "Increase Font"/"Decrease Font" button should be useable when one selects text of multiple sizes in Writer. I tried to find where the button was being used and found that the but

[PATCH] Convert SV_PTRARR with std::deque

2012-03-25 Thread Bartosz
Hi I converted the SV PTRARR to std::deque in sw component. Could you please check and push this path? This and later contributions is licensed under MPL 1.1 / GPL v3+ / LGPL v3+. Best Regards Bartosz From a0291c115fa588b7e0d2faeb0df38c7a8f694004 Mon Sep 17 00:00:00 2001 From: Bartosz Kosior

Re: broken chart2_unoapi (was: Tinderbox failure, Linux-RHEL6-x86_64@14-with-check, MASTER, last success: 2012-03-22 05:28:28)

2012-03-25 Thread Noel Grandin
Thanks, I'l work through the patch again and fix the problem. On Sun, Mar 25, 2012 at 04:46, Markus Mohrhard wrote: > Hey, > >>> If somebody into chart and/or calc -- yes Markus, I'm looking at you :) -- >>> could have a look at this failure, that would be highly appreciated.  Noel >>> said he in

Re: Base project in GSoC 2012

2012-03-25 Thread Waqas Iftikhar
The IRC channel is dead Mr. Mutthu the mentor of this project is not replying from his official email. The IRC channel is dead also. I am really intrested in this project and i am already doing this stuff in research center in my university. I can do it. Please can anybody help me contacting the m

build breaks - icu49 ?

2012-03-25 Thread Andreas Radke
While doing a icu49.1 rebuild I'm running into this build break with 3.5.1: genbrk: tool completed successfully. /usr/bin/genbrk -r count_word_fi.txt.p -o count_word_fi.brk LD_LIBRARY_PATH="/build/src/libreoffice-core-3.5.1.2/solver/unxlngx6.pro/lib" /build/src/libreoffice-core-3.5.1.2/solver/unx

Re: regression in charts introduced by one of the recent table to std::map commits

2012-03-25 Thread Ivan Timofeev
Hi! This will immediately crash in chart2uno with a null pointer dereference. Looking at http://cgit.freedesktop.org/libreoffice/core/commit/?id=db3786ee3aa0d8911042c9bbcea02cf36d96dfa1 I noticed that at least ScTokenPtrMap can contain "key -> 0" pairs: for ( ChartTokenMap::const_iterator i