I have the same problem. I can run LibreOffice, but make dev-install
fails on cppunit tests.
smoketest.cxx:203:Assertion
Test name: N12_GLOBAL__N_14TestE::test
equality assertion failed
- Expected:
- Actual : Impress:XML Draw:XML
03.08.2011 07:37, swagat sharma пишет:
Hi,
My build is suc
Hi Muthu,
1. Sorry, next time I will do that.
2. Yes I did adjust the multipliers because after several searches through
codes, I could not locate where Impress extracts data specific to each
template (eg. where does template Water get dimensions xx by xx for body, or
Glacier xx by xx for title),
On 08/02/2011 05:06 PM, Ta Duc Tung wrote:
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 'ma
Hi,
Regarding the fact that I may have trimmed too many outline levels as well
as leaving some extraneous comments, I will resubmit the patch.
Sorry for the trouble,
Jeffrey
On Wed, Aug 3, 2011 at 4:04 PM, jeffrey chang wrote:
> Hi Muthu,
>
> 1. Sorry, next time I will do that.
>
> 2. Yes I di
On Wed, 2011-08-03 at 10:54 +0400, Dmitry A. Ashkadov wrote:
> I have the same problem. I can run LibreOffice, but make dev-install
> fails on cppunit tests.
>
> > smoketest.cxx:203:Assertion
> > Test name: N12_GLOBAL__N_14TestE::test
> > equality assertion failed
> > - Expected:
> > - Actual :
On Wed, 2011-08-03 at 08:06 +0200, Julien Nabet wrote:
> 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/libvclma
i.e. accessing top of an empty stack, noticed when doing regression
tests on #i38880#. Proposing cherry-pick to 3-4
http://cgit.freedesktop.org/libreoffice/writer/commit/?id=156c5bd4b04402f8dd724da6c8f984c4d63e4171
C.
___
LibreOffice mailing list
Libre
On 03/08/11 10:44, Caolán McNamara wrote:
i.e. accessing top of an empty stack, noticed when doing regression
tests on #i38880#. Proposing cherry-pick to 3-4
http://cgit.freedesktop.org/libreoffice/writer/commit/?id=156c5bd4b04402f8dd724da6c8f984c4d63e4171
look good to me
__
On Wed, 2011-08-03 at 00:23 +0200, Regina Henschel wrote:
> But I do not know how to make the object transparent. Especially, I do
> not know how to use these "itempool"-thing.
Does pObject->SetMergedItem(XFillTransparenceItem(some_value)); do
anything useful for you. opengroking around for stuff
( /me must remember to reply-all )
Hi Lubos
On 02/08/11 13:58, Lubos Lunak wrote:
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
same for me ( t
On Tue, 2011-08-02 at 14:58 +0200, Lubos Lunak wrote:
> - osl_loadModule*() functions are plain C functions from stable API, so no
> overloading to add the extra argument for the error message, the best I've
> come up with was simply a wrapper around dlerror(), which I admit is not very
> nice A
On Tue, 2011-06-21 at 22:07 +0200, Jean-Baptiste Faure wrote:
> Hi all,
>
> In LibO 3.4.1 rc1 the context menu of a chart inserted in a speadsheet
> does not show the menu entry Edit as it does in LibO 3.3.x. In addition,
> the menu Edit > Object is grayed when you select a chart.
Seems the same
On Tue, Aug 02, 2011 at 05:51:49PM +0100, Noel Power wrote:
> 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
Dne 2.8.2011 14:50, Caolán McNamara napsal(a):
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
Hi,
Previous week starts here:
http://cgit.freedesktop.org/~vmiklos/lo-gsoc/tree/README#n1128
In short, it was about:
- fixed the importer to handle test documents from the existing unit
test
- fixed/implemented the following bugs: fdo#36877, fdo#36922, fdo#35985,
fdo#36089
Miklos
pgp6l0q
>From d1c187bd6005339ba260c166b2539791628e4702 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?=
Date: Wed, 3 Aug 2011 13:02:38 +0200
Subject: [PATCH] Add one more libdir path for detection with qt4 on 32b platform to be same with 64b. Fixes gentoo bug #377377.
MIME-Versi
On Wed, 2011-08-03 at 12:47 +0200, Tomáš Chvátal wrote:
> Attaching the updated patch that adds it only where it should really be
> needed.
seems reasonable, pushed.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freede
On Wed, 2011-08-03 at 12:11 +0100, Caolán McNamara wrote:
> On Wed, 2011-08-03 at 12:47 +0200, Tomáš Chvátal wrote:
> > Attaching the updated patch that adds it only where it should really be
> > needed.
>
> seems reasonable, pushed.
*bzzt*, x86_64 gcc 4.3.4 doesn't support it, so breaks the bui
Hi Miklos,
On 03/08/11 11:47, Miklos Vajna wrote:
On Tue, Aug 02, 2011 at 05:51:49PM +0100, Noel Power wrote:
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.
'
On 03/08/11 11:08, Noel Power wrote:
( /me must remember to reply-all )
Hi Lubos
On 02/08/11 13:58, Lubos Lunak wrote:
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 ha
> De: Caolán McNamara
> Objet: Re: [Libreoffice] Vcl module compilation failed
> À: "Julien Nabet"
> Cc: libreoffice@lists.freedesktop.org
> Date: Mercredi 3 août 2011, 11h40
> On Wed, 2011-08-03 at 08:06 +0200,
> Julien Nabet wrote:
> > Hello,
> >
> > Here is what I get if I try to compile vcl
On 3 August 2011 14:03, serv serva wrote:
>> De: Caolán McNamara
>> Objet: Re: [Libreoffice] Vcl module compilation failed
>> À: "Julien Nabet"
>> Cc: libreoffice@lists.freedesktop.org
>> Date: Mercredi 3 août 2011, 11h40
>> On Wed, 2011-08-03 at 08:06 +0200,
>> Julien Nabet wrote:
>> > [ WARN
Dne 3.8.2011 13:27, Caolán McNamara napsal(a):
On Wed, 2011-08-03 at 12:11 +0100, Caolán McNamara wrote:
On Wed, 2011-08-03 at 12:47 +0200, Tomáš Chvátal wrote:
Attaching the updated patch that adds it only where it should really be
needed.
seems reasonable, pushed.
*bzzt*, x86_64 gcc 4.3.4 d
tools->options->security->macro security->low : open
libo/smoketestdoc/PLATFORM/bin/smoketestdoc.sxw and click the "run"
button.
The error in smoketest is (write test results):
assertion caught: Error: sentence indices out of range From File
/home/thomas/temp/bootstrap/editeng/source/editeng/i
On Wed, 2011-06-29 at 00:04 +0200, Christian Lohmaier wrote:
> Hi Alexander, *,
>
> On Mon, Jun 27, 2011 at 5:14 PM, Alexander Thurgood
> wrote:
> >
> > MacOSX_10.6.7_Intel_no-moz/master/2011-06-27_08.26.21
> >
> > There is no Python script menu entry in the Tools > Macros > Organise UI
> > menu,
Hi Caolán,
Caolán McNamara schrieb:
On Wed, 2011-08-03 at 00:23 +0200, Regina Henschel wrote:
But I do not know how to make the object transparent. Especially, I do
not know how to use these "itempool"-thing.
Does pObject->SetMergedItem(XFillTransparenceItem(some_value)); do
anything useful f
Hi,
I want some details about the packaging of LO. Sorry if I am asking it in
the wrong channel but I did not get much information elsewhere.
I have created some macros and packed them as extensions. I have also
created some templates for company's purpose. How can I create standard
debian package
2011/8/3 Tomáš Chvátal :
> Dne 3.8.2011 13:27, Caolán McNamara napsal(a):
>>
>> On Wed, 2011-08-03 at 12:11 +0100, Caolán McNamara wrote:
>>>
>>> On Wed, 2011-08-03 at 12:47 +0200, Tomáš Chvátal wrote:
Attaching the updated patch that adds it only where it should really be
needed.
>>
On Wed, 2011-08-03 at 14:49 +0200, Thomas Arnhold wrote:
> > tools->options->security->macro security->low : open
> > libo/smoketestdoc/PLATFORM/bin/smoketestdoc.sxw and click the "run"
> > button.
>
> The error in smoketest is (write test results):
>
> assertion caught: Error: sentence indices o
Attached patches remove the special case where border settings tab disappears
from paragraph settings dialog when Writer is in HTML editor mode and "HTML
3.2" is selected as format option for HTML export. The second patch enables
exporting the borders in this mode as well.
Although CSS styles w
Dne 3.8.2011 17:43, Norbert Thiebaud napsal(a):
I haven't read the patch, but you should use HAVE_GCC_AVX to stay
similar to existing check like that.
Ok, that is easy, I renamed the variable :)
Tom
>From 6ac456072b160f2786840b878c136408bac2559a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3
Hi Caolán, *,
On Wed, Aug 3, 2011 at 2:49 PM, Caolán McNamara wrote:
> On Wed, 2011-06-29 at 00:04 +0200, Christian Lohmaier wrote:
>> On Mon, Jun 27, 2011 at 5:14 PM, Alexander Thurgood
>> wrote:
>> >
>> > MacOSX_10.6.7_Intel_no-moz/master/2011-06-27_08.26.21
>> >
>> > There is no Python script
Ok so now I read the patch...
Did it work for you ?
1/ it seems to me that it is missing a piece to put that HAVE_GCC_AVX
in Env.Host.sh (see set_soenv.in)
without that the second patch will never see it
2/ the makefile patches in the second patch are dmake makefile so the
syntax is more somethi
On Wed, Aug 03, 2011 at 09:04:12PM +0530, swagat sharma wrote:
> I want some details about the packaging of LO. Sorry if I am asking it in
> the wrong channel but I did not get much information elsewhere.
> I have created some macros and packed them as extensions. I have also
> created some templa
Hi,
A one-day-old clone of branch libreoffice-3-4 fails to build for me.
Directory svtools fails with:
R=/home/master/src/libreoffice && S=$R/libreoffice-3.4 &&
O=$S/solver/340/unxlngx6 && W=$O/workdir && mkdir -p $O/lib/ && /bin/cp
--remove-destination --force --preserve=timestamps $O/lib/
On Wed, Aug 03, 2011 at 04:51:13PM +0100, Caolán McNamara wrote:
> What are your configure options for me to see if I can replicate this ?
> Looks like evilness which should be fixed.
I'm in a similar situation on master branch, but for me the smoketest
fails in officeconnection.cxx in function O
Le 03/08/2011 14:10, Matúš Kukan a écrit :
On 3 August 2011 14:03, serv serva wrote:
De: Caolán McNamara
Objet: Re: [Libreoffice] Vcl module compilation failed
À: "Julien Nabet"
Cc: libreoffice@lists.freedesktop.org
Date: Mercredi 3 août 2011, 11h40
On Wed, 2011-08-03 at 08:06 +0200,
Julien Nab
Lionel Elie Mamane wrote:
>
> On Wed, Aug 03, 2011 at 04:51:13PM +0100, Caolán McNamara wrote:
>
>> What are your configure options for me to see if I can replicate this ?
>> Looks like evilness which should be fixed.
>
> I'm in a similar situation on master branch, but for me the smoketest
> f
Hello,
In svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx, I
noticed the use of va_start without va_end.
I read it could create undefined behaviour, so I propose this simple patch.
I propose this patch :
diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx
index
Dnia 2011-08-03, śro o godzinie 00:23 -0400, Kohei Yoshida pisze:
>
> @@ -2017,7 +2011,7 @@ bool
> WW8_WrPlcSubDoc::WriteGenericTxt( WW8Export& rWrt, sal_uInt8 nTTyp,
> {
> // textbox - content
> WW8_CP nCP = rWrt.Fc2Cp( rWrt.Strm().Tell() );
> -
Hi,
building master (as of this evening with origin
23f430a7dea74ee4eeb797ae5874384e34da362f in libs-gui) unxlngi6 gave
a linker error in comphelper complaining about undefined references that
should be provided by ucbhelper, for example
ucbhelper::Content::Content()
ucbhelper is built, libucbhel
On Wed, Aug 03, 2011 at 10:42:55PM +0200, Lionel Elie Mamane wrote:
> On Wed, Aug 03, 2011 at 04:51:13PM +0100, Caolán McNamara wrote:
>> What are your configure options for me to see if I can replicate this ?
>> Looks like evilness which should be fixed.
> I'm in a similar situation on master br
42 matches
Mail list logo