Hi,
Thank you for the patch.
Assuming this is your first patch (or at-least one of the first few), I
have a few suggestions:
1. It would nice if you could remove the test code commented - helps in
reviewing quickly.
2. You have changed the multipliers in multiple locations - are you sure
these don
Hello,
Here is what I get if I try to compile vcl :
maryline@maryline:~/compile-libreoffice/libo/vcl$ rm -rf unxlngi6/ &&
make -r
CxxObject/vcl/source/salmain/salmain.o is linked in by
Library/libvcllo.so StaticLibrary/libvclmain.a
/home/maryline/compile-libreoffice/libo/solenv/gbuild/extension
On Tue, 2011-08-02 at 19:12 +0200, Maciej Rumianowski wrote:
> Hello,
>
> This is my second patch for Bug 38831 - [EasyHack] Get rid of
> SV_DECL_VARARR, SV_DECL_VARARR_PLAIN, SV_DECL_VARARR_SORT
>
> It replace SvULongs and WW8_WrSepInfoPtrs (another VARARR) with
> std:vector, SvStringsDtor
Hi,
My build is successful but when I issue make dev-install, it crashes in the
smoketest module.
Is there any way by which I can skip smoketest?
Regards
--
Swagat
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.o
On Wed, 2011-08-03 at 03:22 +0200, Markus Mohrhard wrote:
> Hello,
>
> this patch adds a necessary check for a null pointer.
Simple enough. Pushed to 3-4.
Kohei
--
Kohei Yoshida, LibreOffice hacker, Calc
___
LibreOffice mailing list
LibreOffice@li
On Wed, 2011-08-03 at 00:17 +0200, Markus Mohrhard wrote:
> Hello,
>
> this patch updates local db data when sheets are copied. We need to
> update the table number set in ScDBData to point to the new table.
>
> Patch should be safe, so review and sign-off appreciated. This patch
> may not apply
Hello Andras,
On Tue, 2011-08-02 at 23:10 +0200, Andras Timar wrote:
> In Draw/Impress the second icon of the Styles and Formatting dialog is
> missing. Its tooltip text appears on the button instead of the image.
> It was a victim of code cleanup. The following patchs restores it.
> Please cherr
Hello,
this patch adds a necessary check for a null pointer.
Regards,
Markus
From 9af8fdaba562e8d8e7f3e4241edc70d282eb1b56 Mon Sep 17 00:00:00 2001
From: Markus Mohrhard
Date: Wed, 3 Aug 2011 03:14:55 +0200
Subject: [PATCH] fix for fdo#39773: crash with hidden column in Data->Form
---
sc/sourc
Hi all,
ODF1.2 defines 15 standard symbols for charts. As earlier mentioned, I
try to implement the missing ones. But there are some problems with the
symbols "horizontal-bar" and "vertical-bar".
The implementation of the current symbols in
/calc/chart2/source/view/main/ShapeFactory.cxx in m
Hello,
this patch updates local db data when sheets are copied. We need to update
the table number set in ScDBData to point to the new table.
Patch should be safe, so review and sign-off appreciated. This patch may not
apply to master.
Regards,
Markus
From 3ad3174c10e07d3d45db71f011f31d08963dd51
Hi,
In Draw/Impress the second icon of the Styles and Formatting dialog is
missing. Its tooltip text appears on the button instead of the image.
It was a victim of code cleanup. The following patchs restores it.
Please cherry-pick it to libreoffice-3-4 branch.
http://cgit.freedesktop.org/libreoff
2011/8/1 Marc-André Laverdière :
> I remember that one rocket disintegrated because of an issue of types...
> https://secure.wikimedia.org/wikipedia/en/wiki/Ariane_5_Flight_501
>
> Thankfully, LO shouldn't be used in this way... but mismatching of types
> (especially between modules) can be a sourc
On Tue, 2011-08-02 at 21:43 +0200, Markus Mohrhard wrote:
> Hello,
>
> this patch checks if we have a local ScRangeName before it tries to
> use it.
>
> I consider this patch safe and think it should be in 3-4 so Review&
> Sign-off appreciated.
I concur. Pushed to 3-4 with my sign-off.
Kohei
Hello,
this patch checks if we have a local ScRangeName before it tries to use it.
I consider this patch safe and think it should be in 3-4 so Review& Sign-off
appreciated.
Regards,
Markus
From eda5da2df84567b4025cdfd2f94c0e425553db6c Mon Sep 17 00:00:00 2001
From: Markus Mohrhard
Date: Tue, 2
Hello,
This is my second patch for Bug 38831 - [EasyHack] Get rid of
SV_DECL_VARARR, SV_DECL_VARARR_PLAIN, SV_DECL_VARARR_SORT
It replace SvULongs and WW8_WrSepInfoPtrs (another VARARR) with
std:vector, SvStringsDtor with boost::ptr_vector in writer.
Best Regards,
Maciej
>From fd48141c1
Hi Miklos
On 02/08/11 16:46, Miklos Vajna wrote:
I guess the reason is that the doc shell points to the whole document,
while you usually export only part of the doc during copy&paste export.
'copy&paste export' is it a new thing you can't normally do from writer
? ( not familiar with it anyway
Hi Noel,
On Tue, Aug 02, 2011 at 10:07:22AM +0100, Noel Power wrote:
> actually I am not at all familiar with the export side of this stuff. In
> theory I think your check is ok ( unfortunately I would guess the
> expectation that the doc shell is valid is probably buried deep in the
> SvxMSDf
Hi all,
there have been created the libreoffice-3-3-4 branch. It will be used for fine
tuning of the 3.3.4 bugfix release. It is based on the tag
libreoffice-3.3.4.1 for 3.3.4-rc1 release.
The following rules apply:
+ preferably just translation or blocker fixes
+ only cherry-pic
Petr Mladek píše v Út 02. 08. 2011 v 15:18 +0200:
> Hi,
>
> there have been created the libreoffice-3.3.4.1 tag for 3.3.4-rc1 release.
Sigh, I forgot to bump version in libreoffice/build/configure.in. I have
fixed it in the libreoffice-3.3.4.1-buildfix1 tag in the build repo.
> You might switch
Hi Noel,
On Tue, 2011-08-02 at 14:19 +0100, Noel Power wrote:
> It appears another tweak is necessary, somewhere between when I tested
> and posted the patch I must have changed this line, the only other
> explanation is that somehow this worked randomly :-( ( it doesn't for me
> in the latest
I know this is offtopic for this list but if you want a cheap and
affordable xen based vm check out www.linode.com and you can format with
a wide variety of operating systems, you just have to check that they
are supported by linode.
On 02/08/2011 13:33, Florian Effenberger wrote:
Hi,
Danish
Hi *,
On Tue, Aug 2, 2011 at 2:34 PM, Niko Rönkkö wrote:
>
> As Michael mentioned you can try to use http reguest instead:
> $ git clone http://anongit.freedesktop.org/git/libreoffice/bootstrap.git/
> libo
http is much slower than git transport, so I doubt that would help.
But you definitely sh
Hi Kohei
On 29/07/11 17:01, Kohei Yoshida wrote:
On Fri, 2011-07-29 at 16:48 +0100, Noel Power wrote:
perfect sense. In this case, I don't see it will make any difference, so
you can change the order to the way it was or not as you wish ( I have
no preference )
Ok. Pushed to -3-4 with the lin
Hi,
there have been created the libreoffice-3.3.4.1 tag for 3.3.4-rc1 release.
The corresponding official builds will be available by the end of the week.
See the attached list of changes against 3.3.3-final.
I am going to create the libreoffice-3-3-4 branch for the final stabilization.
You mig
Hello,
last week .docx support was broken because of a mistake during the gbuild
changes and I wasted quite some time finding out what was wrong. As something
similar had happened to me already before I'd like to apply the attached
patches. However I have some issues with it:
- the error di
pushed now, thanks.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
On Tue, 2011-08-02 at 11:31 +0200, Andras Timar wrote:
> http://cgit.freedesktop.org/libreoffice/artwork/commit/?id=743e9624001a111c2e7011665c3965bea6918092
>
> Please cherry-pick this to libreoffice-3-4.
done
C.
___
LibreOffice mailing list
LibreOffi
On Tue, 2011-08-02 at 13:18 +0200, Tomas Chvatal wrote:
> Libreoffice bridge code won't compile on new CPUs which add -mavx to cxxflags
> with --march=native.
> As first idea for the fix is actual ban for the -mavx cxxflag by adding
> -nomavx.
Isn't that a x86 (and x86_64 ?) only option, i.e. no
Hi Olivier
As Michael mentioned you can try to use http reguest instead:
$ git clone
http://anongit.freedesktop.org/git/libreoffice/bootstrap.git/ libo
--
RN
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/
https://bugs.freedesktop.org/show_bug.cgi?id=35673
Bug 35673 depends on bug 39447, which changed state.
Bug 39447 Summary: Writer crashes at closing a document with footnotes in a
single paragraph over two pages
https://bugs.freedesktop.org/show_bug.cgi?id=39447
What|Old Value
On Sat, 2011-07-30 at 22:24 +0200, Julien Nabet wrote:
> ../unxlngi6/obj/testbasi.o: In function `SbxBase::SetFlag(unsigned short)':
> /home/maryline/compile-libreoffice/libo/solver/350/unxlngi6/inc/basic/sbxcore.hxx:154:
>
> undefined reference to `DbgName_SbxBase()'
visibility issues in --enab
HI Danishka, *,
On Mon, Aug 1, 2011 at 6:43 PM, Danishka Navin wrote:
>
> As you may know Fedora 14 does not release F14 based Libo RPMs but for F15.
> I would like to take care of building Libo for F14.
Why building? What is wrong with the rpms that are provided? They
surely run on F14, don't t
As the mail web interface is not cooperating nicely and didn't attach my
patches I am just sending this link [1] as "fixup".
Sorry for the fuzz.
[1] http://dev.gentooexperimental.org/~scarabeus/libreo/
___
LibreOffice mailing list
LibreOffice@lists.
Hi,
Danishka Navin wrote on 2011-08-02 13:28:
I do not have enough resources such disk space for running the build
process and the connectivity..
TDF has some VMs, but at the moment, all are occupied - so if someone
else could jump in, that would be greatly appreciated.
Florian
--
Florian
I do not have enough resources such disk space for running the build process
and the connectivity..
2011/8/2 Marc-André Laverdière
> Hello,
>
> I am not sure what exactly you are asking for. My desktop is F15 and I
> run a virtual machine on my desktop all the time. VirtualBox OSE is free
> sof
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Libreoffice bridge code won't compile on new CPUs which add -mavx to cxxflags
with --march=native.
As first idea for the fix is actual ban for the -mavx cxxflag by adding -nomavx.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lis
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Hi all,
the shiny, new EasyHacks are there. Details at:
http://sweetshark.livejournal.com/3997.html
Enjoy!
Best,
Bjoern
--
https://launchpad.net/~bjoern-michaelsen
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.free
Hi Christian
I keep getting git hangs here:
[tdf@olivier git]$ git clone git://
anongit.freedesktop.org/libreoffice/bootstrap libo
Cloning into libo...
fatal: The remote end hung up unexpectedly
I tried different DSL networks connections, clean users in my Linux, wiped
all local repos, dug into
On Tue, 2011-08-02 at 17:06 +0700, Ta Duc Tung wrote:
> Please, how to fix this fault. I think I miss something in adding new
> radiobutton, but I don't know where it is.
Attach a patch of your changes which crash for you and someone might
apply it to their local tree and have a look.
FWIW, on t
https://bugs.freedesktop.org/show_bug.cgi?id=35673
Rainer Bielefeld changed:
What|Removed |Added
See Also|https://bugs.freedesktop.or |
|g/show_bug.cgi?id
On 08/01/2011 06:55 PM, Michael Meeks wrote:
Hi there,
On Thu, 2011-07-28 at 01:09 +0700, Ta Duc Tung wrote:
I've tried to make with debug=t but no change. GDB log still the same :(
Any one please help!
You need to 'make clean' in sw and then 'make debug=true' - and -then-
you need to
https://bugs.freedesktop.org/show_bug.cgi?id=35673
HansPL changed:
What|Removed |Added
See Also||https://bugs.freedesktop.or
|
Leia as mensagens deixadas por Klaibson Ribeiro antes que sejam deletadas!
Para ler sua mensagem, siga este link:
http://us1.badoo.com/01131247047/in/MNfw8UtS6yw/?lang_id=61&m=65&mid=4e37c4b8003df298847d
Mais gente que espera pacientemente por você:
Elinho Junior (São José, Brasil)
Ni
Hi,
Today I started LibreOffice 3.4.2 with Uyghur UI and I saw BrOffice
branding on the start screen. I fixed this on master 2 months ago but I
did not think that it caused a visible problem.
http://cgit.freedesktop.org/libreoffice/artwork/commit/?id=743e9624001a111c2e7011665c3965bea6918092
Pleas
Hi Miklos
On 01/08/11 19:26, Miklos Vajna wrote:
Hello Noel,
I recently tested the copy&paste export (using RTF) on master and got a
crash. The attached patch solves the issue here.
OK to push, or you want to add a check in the called SwMSConvertControls
constructor?
actually I am not at all fa
Hello everybody,
I finished last weekend the agenda wizard ( perhaps there're still some
minor not-really-relevant issues to fix) and I'm already working on the
last wizard, the web one. I also have in mind that I still have to create
the make files for calling the python code within libo but i'm
This question may be too basic for this list-serve, but I don't know where else
to go.
I'm running LO 3.3.3, with the corresponding SDK, on Mac OS X 10.6.8.
Trying to use the OpenOffice.org API (v. 2.0.6) in Netbeans 6.8.
To get the hang of it, I'm trying to run the FirstLoadComponent client
a
Hi,
I made a build that was successful, but when I run make dev-install, it
fails.. Any ideas?
Also I want a .deb installation. How can I get it? I tried
--with-package-format="deb". Is this correct?
I got the following error code.
LibreOffice: Using system memory allocator.
LibreOffice: This is
50 matches
Mail list logo