From 912d939b74d4ac436d4eb7a473f8c314c34148d8 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 23 Aug 2011 15:05:12 +0200 Subject: recreated tag libreoffice-3.3.3.1 which had these commits: commit 631630de93e96b82e3b94ee4b5c388e40305ff77 (tag: refs/tags/libreoffice-3.3.3.1) Author: Petr Mladek Date: Tue May 31 17:39:03 2011 +0200 Version 3.3.3.1, tag libreoffice-3.3.3.1 (3.3.3-rc1) commit 3152922a95e18814e32bcf8bc29c872077d05a65 Author: Bjoern Michaelsen Date: Wed May 4 09:06:08 2011 -0400 lp#775608: Libreoffice Calc's PRODUCT function doesn't calculate correctly. Signed-off-by: Kohei Yoshida sc/source/core/tool/interpr1.cxx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8f34ffa5677bfc86ef5aa33811955c577f8799c3 Author: Kohei Yoshida Date: Mon Mar 21 16:01:47 2011 -0400 Fix seg faults on sheet deletion. Sometimes a simple sheet removal causes segfault in certain types of documents. Not always reproducible, but this fix is certainly safer. (n#680272) Signed-off-by: Noel Power sc/source/ui/docshell/docfunc.cxx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e54c3699db11dc1bcc7bd7fa069c9c4124715839 Author: Tibby Lickle Date: Thu Mar 10 19:08:18 2011 +0000 Disabled auto-complete in Calc filter dialog - fix for bug 34898. A hyphen character caused auto-complete to kick in, changing the user's choice of conditional operator to "=". This was not changed back if auto-complete option is overridden. Signed-off-by: Kohei Yoshida sc/source/ui/dbgui/filtdlg.cxx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- scaddins/source/analysis/analysisdefs.hxx | 34 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'scaddins/source/analysis/analysisdefs.hxx') diff --git a/scaddins/source/analysis/analysisdefs.hxx b/scaddins/source/analysis/analysisdefs.hxx index a438291b99dd..0d76a38e0c14 100644 --- a/scaddins/source/analysis/analysisdefs.hxx +++ b/scaddins/source/analysis/analysisdefs.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -29,22 +29,22 @@ #ifndef ANALYSISDEFS_HXX #define ANALYSISDEFS_HXX -#define CSS ::com::sun::star -#define XPROPSET CSS::beans::XPropertySet -#define REF(c) CSS::uno::Reference< c > -#define constREFXPS const REF(XPROPSET) -#define SEQ(c) CSS::uno::Sequence< c > -#define SEQSEQ(c) CSS::uno::Sequence< CSS::uno::Sequence< c > > -#define SEQofLocName SEQ( CSS::sheet::LocalizedName ) -#define ANY CSS::uno::Any -#define SEQ_ANY SEQ(ANY) -#define STRING ::rtl::OUString -#define STRFROMASCII(s) STRING::createFromAscii( s ) -#define STRFROMANSI(s) STRING( s, strlen( s ), RTL_TEXTENCODING_MS_1252 ) -#define THROWDEF_RTE throw(CSS::uno::RuntimeException) -#define THROW_RTE throw CSS::uno::RuntimeException() -#define THROWDEF_RTE_IAE throw(CSS::uno::RuntimeException,CSS::lang::IllegalArgumentException) -#define THROW_IAE throw CSS::lang::IllegalArgumentException() +#define CSS ::com::sun::star +#define XPROPSET CSS::beans::XPropertySet +#define REF(c) CSS::uno::Reference< c > +#define constREFXPS const REF(XPROPSET) +#define SEQ(c) CSS::uno::Sequence< c > +#define SEQSEQ(c) CSS::uno::Sequence< CSS::uno::Sequence< c > > +#define SEQofLocName SEQ( CSS::sheet::LocalizedName ) +#define ANY CSS::uno::Any +#define SEQ_ANY SEQ(ANY) +#define STRING ::rtl::OUString +#define STRFROMASCII(s) STRING::createFromAscii( s ) +#define STRFROMANSI(s) STRING( s, strlen( s ), RTL_TEXTENCODING_MS_1252 ) +#define THROWDEF_RTE throw(CSS::uno::RuntimeException) +#define THROW_RTE throw CSS::uno::RuntimeException() +#define THROWDEF_RTE_IAE throw(CSS::uno::RuntimeException,CSS::lang::IllegalArgumentException) +#define THROW_IAE throw CSS::lang::IllegalArgumentException() #define THROWDEF_RTE_IAE_NCE throw(CSS::uno::RuntimeException,CSS::lang::IllegalArgumentException,CSS::sheet::NoConvergenceException) #define THROW_NCE throw CSS::sheet::NoConvergenceException() -- cgit