[Libreoffice-commits] .: binfilter/bf_svtools binfilter/bf_svx binfilter/inc

2011-10-15 Thread Stephan Bergmann
 binfilter/bf_svtools/source/items1/svt_poolio.cxx |7 +++
 binfilter/bf_svx/source/form/svx_fmobj.cxx|2 +-
 binfilter/bf_svx/source/svdraw/svx_svdobj.cxx |2 +-
 binfilter/bf_svx/source/svdraw/svx_svdogrp.cxx|6 ++
 binfilter/bf_svx/source/svdraw/svx_svdouno.cxx|2 +-
 binfilter/bf_svx/source/svdraw/svx_svdpntv.cxx|2 +-
 binfilter/bf_svx/source/xoutdev/svx__ximp.cxx |6 +++---
 binfilter/bf_svx/source/xoutdev/svx_xattr.cxx |1 +
 binfilter/inc/bf_svx/svdouno.hxx  |2 +-
 binfilter/inc/bf_svx/svdpntv.hxx  |2 +-
 binfilter/inc/bf_svx/xoutx.hxx|2 +-
 11 files changed, 20 insertions(+), 14 deletions(-)

New commits:
commit 61a94140d55feca593ba6a85984d40678f9de2ac
Author: Stephan Bergmann sberg...@redhat.com
Date:   Sat Oct 15 11:23:34 2011 +0200

Some more warning cleanup.

diff --git a/binfilter/bf_svtools/source/items1/svt_poolio.cxx 
b/binfilter/bf_svtools/source/items1/svt_poolio.cxx
index 0d453dc..98c5cce 100644
--- a/binfilter/bf_svtools/source/items1/svt_poolio.cxx
+++ b/binfilter/bf_svtools/source/items1/svt_poolio.cxx
@@ -114,6 +114,7 @@ void SfxItemPool::readTheItems (
 SvStream  rStream, USHORT nItemCount, USHORT nVersion,
 SfxPoolItem * pDefItem, SfxPoolItemArray_Impl ** ppArr)
 {
+/*SB*/fprintf(stderr,SfxItemPool::readTheItems %d 
%d\n,(int)nItemCount,(int)nVersion);
 SfxMultiRecordReader aItemsRec( rStream, SFX_ITEMPOOL_REC_ITEMS );
 
 SfxPoolItemArray_Impl *pNewArr = new SfxPoolItemArray_Impl( nItemCount );
@@ -136,6 +137,7 @@ void SfxItemPool::readTheItems (
 USHORT nRef(0);
 rStream  nRef;
 
+/*SB*/fprintf(stderr,... X\n);
 pItem = pDefItem-Create(rStream, nVersion);
 pNewArr-C40_INSERT(SfxPoolItem, pItem, nSurrogate);
 
@@ -369,8 +371,10 @@ SvStream SfxItemPool::Load(SvStream rStream)
 nWhich = GetNewWhich( nWhich );
 
 // unbekanntes Item aus neuerer Version
+/*SB*/fprintf(stderr,nWhich = %d\n,(int)nWhich);
 if ( !IsInRange(nWhich) )
 continue;
+/*SB*/fprintf(stderr, ,,,\n);
 
 rStream  nVersion;
 rStream  nCount;
@@ -1159,6 +1163,7 @@ const SfxPoolItem* SfxItemPool::LoadItem( SvStream 
rStream, bool bDirect,
 {
 USHORT nWhich=0, nSlot=0; // nSurrogate;
 rStream  nWhich  nSlot;
+/*SB*/fprintf(stderr,A nWhich = %d\n,(int)nWhich);
 
 BOOL bDontPut = (SfxItemPool*)-1 == pRefPool;
 if ( bDontPut || !pRefPool )
@@ -1188,6 +1193,7 @@ const SfxPoolItem* SfxItemPool::LoadItem( SvStream 
rStream, bool bDirect,
 if ( !bCurVersion )
 // Which-Id auf neue Version mappen
 nWhich = pRefPool-GetNewWhich( nWhich );
+/*SB*/fprintf(stderr,B nWhich = %d\n,(int)nWhich);
 
 DBG_ASSERT( !nWhich || !pImp-bInSetItem ||
 
!pRefPool-ppStaticDefaults[pRefPool-GetIndex_Impl(nWhich)]-ISA(SfxSetItem),
@@ -1221,6 +1227,7 @@ const SfxPoolItem* SfxItemPool::LoadItem( SvStream 
rStream, bool bDirect,
 // Item direkt laden
 SfxPoolItem *pNewItem =
 pRefPool-GetDefaultItem(nWhich).Create(rStream, nVersion);
+/*SB*/fprintf(stderr,C nWhich = %d, pNewItem = %p\n,(int)nWhich,pNewItem);
 if ( bDontPut )
 pItem = pNewItem;
 else
diff --git a/binfilter/bf_svx/source/form/svx_fmobj.cxx 
b/binfilter/bf_svx/source/form/svx_fmobj.cxx
index 76f2b23..4033a9a 100644
--- a/binfilter/bf_svx/source/form/svx_fmobj.cxx
+++ b/binfilter/bf_svx/source/form/svx_fmobj.cxx
@@ -56,7 +56,7 @@ using namespace ::binfilter::svxform;
 
 //--
 /*N*/ FmFormObj::FmFormObj(sal_Int32 _nType)
-/*N*/ :SdrUnoObj(String(), sal_False)
+/*N*/ :SdrUnoObj(sal_False)
 /*N*/ ,pTempView(0)
 /*N*/ ,nEvent(0)
 /*N*/ ,nPos(-1)
diff --git a/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx 
b/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx
index ce31226..48bf941 100644
--- a/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx
+++ b/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx
@@ -2966,7 +2966,7 @@ SAL_WNODEPRECATED_DECLARATIONS_POP
 /*?*/   case USHORT(OBJ_FRAME  ): pObj=new SdrOle2Obj(TRUE);   
 break;
 /*N*/   case USHORT(OBJ_CAPTION): pObj=new SdrCaptionObj;  
 break;
 /*N*/   case USHORT(OBJ_PAGE   ): pObj=new SdrPageObj; 
 break;
-/*?*/   case USHORT(OBJ_UNO): pObj=new SdrUnoObj(String());
break;
+/*?*/   case USHORT(OBJ_UNO): pObj=new SdrUnoObj;break;
 /*N*/   }
 /*N*/   }
 
diff --git a/binfilter/bf_svx/source/svdraw/svx_svdogrp.cxx 
b/binfilter/bf_svx/source/svdraw/svx_svdogrp.cxx
index d48b9a1..36ed782 100644
--- a/binfilter/bf_svx/source/svdraw/svx_svdogrp.cxx
+++ b/binfilter/bf_svx/source/svdraw/svx_svdogrp.cxx
@@ -352,12 +352,10 @@ namespace binfilter {
 /*N*/ void 

[Libreoffice-commits] .: bin/lo-xlate-lang

2011-10-15 Thread René Engelhard
 bin/lo-xlate-lang |  210 ++
 1 file changed, 210 insertions(+)

New commits:
commit 8d153dc965379672321b7c351db4b9c41473f6cf
Author: Rene Engelhard r...@debian.org
Date:   Thu Oct 13 14:58:48 2011 +0200

add lo-xlate-lang (formerly openoffice-xlate-lang in libreoffice-build)

diff --git a/bin/lo-xlate-lang b/bin/lo-xlate-lang
new file mode 100755
index 000..7549f85
--- /dev/null
+++ b/bin/lo-xlate-lang
@@ -0,0 +1,210 @@
+#!/usr/bin/env perl
+
+use strict;
+
+my $progname=$0; $progname = $ if $progname =~ m,[^/]+$,;
+
+my %PREFIX;   # used to search for prefix numbers
+my %ISOCODE;  # used to search for iso codes
+my %LANGUAGE; # used to search for language names
+
+#===
+# initialisation code - stuff the DATA into the CODES hash
+#===
+sub init {
+
+my $prefix;
+my $code;
+my $name;
+
+
+while (DATA)
+{
+next unless /\S/;
+chop;
+($prefix, $code, $name ) = split(/:/, $_, 3);
+$PREFIX{$prefix} = $prefix;
+$PREFIX{$code} = $prefix;
+$PREFIX{$name} = $prefix;
+
+$ISOCODE{$prefix} = $code;
+$ISOCODE{$code} = $code;
+$ISOCODE{$name} = $code;
+   
+$LANGUAGE{$prefix} = $name;
+$LANGUAGE{$code} = $name;
+$LANGUAGE{$name} = $name;
+}
+}
+
+
+#===
+# usage - error message
+#===
+sub usage {
+my $errmsg = shift;
+my $errcode = shift;
+print STDERR $progname: $errmsg\n if $errmsg;
+print STDERR $progname: Converts between prefix codes, iso codes and 
langnames\n;
+print STDERR  Usage: $progname (-i|-l|-p|-h) code|all\n;
+print STDERR   -i code: convert prefix to iso code (ex: 03 - pt)\n;
+print STDERR   -l code: convert iso code to language name (ex: pt - 
portuguese)\n;
+print STDERR   -p code: convert iso code to prefix (ex: pt - 03)\n;
+print STDERR   the code can either be an iso code, a prefix or even a 
language name\n;
+print STDERR   The special code \all\ asks for all possible 
values.\n\n;
+print STDERR   -h : print this help\n;
+exit $errcode;
+}
+
+#===
+# main - 
+#===
+init();
+
+my ($LanguageCode, $LanguageMap);
+
+while ($ARGV[0] =~ /^-/) {
+$_ = shift;
+if (m/^-i/) {
+   $LanguageMap = \%ISOCODE;
+}
+elsif (m/^-l/) {
+   $LanguageMap = \%LANGUAGE;
+}
+elsif (m/^-p/) {
+   $LanguageMap = \%PREFIX;
+}
+elsif (m/^-h/) {
+   usage(,0);
+}
+else {
+   usage (unknown option $_,1);
+}
+}
+
+usage (no operation specified on command line,1)
+if (!$LanguageMap);
+
+usage (no language code specified on command line,1)
+if (!($LanguageCode = shift));
+
+if ($LanguageCode =~ (m/^all$/)) {
+# Asked for all codes
+my $old=;
+foreach my $key (sort values %$LanguageMap) {
+   if ($key ne $old) {
+   print $key ;
+   $old=$key;
+   }
+}
+print \n;
+exit 0;
+}
+
+usage (no mapping found for $LanguageCode\n,1)
+   if (!(%$LanguageMap-{$LanguageCode}));
+
+print $LanguageMap-{$LanguageCode}, \n;
+
+1;
+
+# keep third column names here with openoffice-dir/share/*/long lang name/
+
+__DATA__
+:be:belarussian
+:bg:bulgarian
+:bn:bengali
+:bs:bosnian
+:en-GB:english_british
+:gu:gujarati
+:hr:croatian
+:km:khmer
+:ku:kurdish
+:pa-IN:punjabi
+:rw:kinarwanda
+:xh:xhosa
+:lt:lithuanian
+:ne:nepali
+:vi:vietnamese
+:nso:northern_sotho
+:ss:swazi
+:sr:serbian
+:ve:venda
+:ts:tsonga
+:st:southern_sotho
+:tn:tswana
+:br:breton
+:ga:gaelic
+:gd:scottish_gaelic
+:th:thai
+:hi:hindi
+:bs-BA:bosnian
+:en-ZA:english_southafrican
+:mk:macedonian
+:as:assamese
+:ml:malayalam
+:mr:marathi
+:or:oriya
+:ur:urdu
+:fa:farsi
+:lv:latvian
+:nr:ndebele
+:ne:nepalese
+:sh:serbian
+:te:telugu
+:ta:tamil
+:tg:tajik
+:ka:georgian
+:eo:esperanto
+:uk:ukrainian
+:kk:kazahk
+:dz:dzongkha
+:kn:kannada
+:gl:galician
+:uz:uzbek
+:oc:occitan
+:ro:romanian
+:eu:basque
+:mn:mongolian
+:om:oromo
+:bo:tibetan
+:ast:asturian
+:is:icelandic
+:ug:uighur
+:si:sinhala
+:id:indonesian
+:my:burmese
+01:en-US:english_american
+03:pt:portuguese
+07:ru:russian
+26:ns:northernsotho
+27:af:afrikaans
+28:zu:zulu
+30:el:greek
+31:nl:dutch
+33:fr:french
+34:es:spanish
+35:fi:finnish
+36:hu:hungarian
+37:ca:catalan
+39:it:italian
+42:cs:czech
+43:sk:slovak
+45:da:danish
+46:sv:swedish
+47:nb:norwegian
+48:pl:polish
+49:de:german
+50:sl:slovenian
+53:cy:welsh
+55:pt-BR:portuguese_brazilian
+77:et:estonian
+79:nn:norwegian_nynorsk
+81:ja:japanese
+82:ko:korean
+86:zh-CN:chinese_simplified
+88:zh-TW:chinese_traditional

[Libreoffice-commits] .: solenv/bin

2011-10-15 Thread Miklos Vajna
 solenv/bin/mkdocs.sh |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 761b7e39ebbcd8398c2f67fcead5199285b1cbdc
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sat Oct 15 12:29:47 2011 +0200

mkdocs: sort module list

diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh
index 1e358e6..5cc3d42 100755
--- a/solenv/bin/mkdocs.sh
+++ b/solenv/bin/mkdocs.sh
@@ -64,7 +64,7 @@ umask 022
 
 # generate docs
 DOXYGEN_REF_TAGFILES=
-for PROJECT in $INPUT_PROJECTS;
+for PROJECT in `echo $INPUT_PROJECTS|tr ' ' '\n'|sort|tr '\n' ' '`;
 do
   # avoid processing of full project subdirs, only add source and inc
   DOXYGEN_INPUT=`printf %s $PROJECT/source $PROJECT/inc `
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [Libreoffice] [PATCH] Mark ecx register as clobbered (in cpp_uno/gcc3_macosx_intel)

2011-10-15 Thread Tor Lillqvist
 Without this patch, Cpp bridgetest on a Clang-compiled UNO runtime will
not complete successfully.

Yay, sounds great. Will push once I get back from Paris unless somebody else
beats me to it.

--tml
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [PATCH] Mark ecx register as clobbered (in cpp_uno/gcc3_macosx_intel)

2011-10-15 Thread Stephan Bergmann

On 10/15/2011 01:25 AM, Kristian Rietveld wrote:

Without this patch, Cpp bridgetest on a Clang-compiled UNO runtime will
not complete successfully.


Hm, but the asm code in question does not use ecx at all?!?

-Stephan
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] masterbuild 2011-10-03.. Linux x86: oosplash not found

2011-10-15 Thread Stephan Bergmann

On 10/14/2011 06:00 PM, Cor Nouws wrote:

Same with masterbuild 2011-10-13
http://dev-builds.libreoffice.org/daily/Linux_x86_Release_Configuration/master/current/master~2011-10-13_13.16.12_LibO-Dev_OOO350m1_Linux_x86_install-deb_en-US.tar.gz


(see the other mail in this thread for how I installed it)

after copying the missing oosplash from another installation, there are
various other errors when I try to start the office:
error while loading shared libraries: libdeploymentmisclo.so: cannot
open shared object file: No such file or directory

after copying that:
error while loading shared libraries: libjvmfwk.so.3: cannot open shared
object file: No such file or directory

and few more - as far as I checked. Then stopped.

Also, the program folder is full of .so files.

Interestingly: I did make a build on my machine yesterday with a fresh
pull from the master. That runs fine.

So guys, doing all the necessary and appreciated rework, probably
something is not OK yet there (or changed in such a way that what has
worked for me for years, no does not any more).


Maybe that has to do with 
http://lists.freedesktop.org/archives/libreoffice/2011-October/019098.html 
(or with some other breakage of doing deb/rpm/whatever install sets 
other than make dev-install or building plain .tgz caused by my 
rework).  Will check.


-Stephan
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [PATCH] Mark ecx register as clobbered (in cpp_uno/gcc3_macosx_intel)

2011-10-15 Thread Kristian Rietveld

On 10/15/11 10:44 AM, Stephan Bergmann wrote:

On 10/15/2011 01:25 AM, Kristian Rietveld wrote:

Without this patch, Cpp bridgetest on a Clang-compiled UNO runtime will
not complete successfully.


Hm, but the asm code in question does not use ecx at all?!?


The asm code performs a call instruction and the called function does 
not have to preserve the contents of the ecx register, so ecx may have 
been overwritten when execution continues in this inline assembly after 
returning from the called function.



regards,

-kris.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] build failing in tail_build

2011-10-15 Thread Caolán McNamara
On Thu, 2011-10-13 at 16:05 +0200, Noel Grandin wrote:
 Hi
 
 Building on Windows7 using Visual Express, it looks like one of the unit 
 tests is failing (hwpfilter).

The last line is OK, so the tests themselves are ok, i.e. the test in
pass loaded as expected, and the test in fail didn't load as
expected.

Its not actually clear from the log that there was any error. Possibly
the cppunit test then crashed on exit after successfully running the
core of the test.

C.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [PATCH] Mark ecx register as clobbered (in cpp_uno/gcc3_macosx_intel)

2011-10-15 Thread Caolán McNamara
On Sat, 2011-10-15 at 01:25 +0200, Kristian Rietveld wrote:
 Without this patch, Cpp bridgetest on a Clang-compiled UNO runtime will 
 not complete successfully.

FWIW, I'm unconvinced that we need a separate macosx_intel bridge, the
gcc_linux_intel got various ifdefs added to it for the
FreeBSD/NetBSD/MACOSX etc case, so its quite likely that we could get
away with a single gcc intel bridge and drop the macosx specific one,
i.e. just tweak the two makefile.mk to move the 
.IF $(COM)$(OS)$(CPU)$(COMNAME) == GCCMACOSXIgcc3 conditional from
one to the other.

Which doesn't mean that the generic gcc intel bridge doesn't share
exactly the same problem triggered by building with LLVM.

C.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] make check fails in i18npool

2011-10-15 Thread Caolán McNamara
On Wed, 2011-10-12 at 18:50 +0200, Regina Henschel wrote:
 Hi all,
 
 after 'make build' I rum 'make check' and it fails in i18npool with a 
 lot of lines:

last bunch of lines are the important ones, looks like another case of
the unit test itself actually passing ok, but then probably crashing on
exit of the test. Presumably triggered by the reshuffling of the test
helper classes.

C.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [REVIEW] patch for fdo38286 EDITING: Crash when inserting a constant in a query

2011-10-15 Thread julien2412
Hello,

Yesterday I put the backtrace of the bug. Now I propose this patch. It works
for me but I'd like someone to review it.
If it's ok for you, I can commit and push it on Master.

Julien
http://nabble.documentfoundation.org/file/n3424026/patch.txt patch.txt  

--
View this message in context: 
http://nabble.documentfoundation.org/REVIEW-patch-for-fdo38286-EDITING-Crash-when-inserting-a-constant-in-a-query-tp3424026p3424026.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [REVIEW] patch for fdo38286 EDITING: Crash when inserting a constant in a query

2011-10-15 Thread julien2412
I made other tests, eg, i had these columns :
'test',
'test1',
'test2'

The result shows the 3 last with the same value 'test' :-(

--
View this message in context: 
http://nabble.documentfoundation.org/REVIEW-patch-for-fdo38286-EDITING-Crash-when-inserting-a-constant-in-a-query-tp3424026p3424031.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Status of smartphone support for LibO

2011-10-15 Thread Nguyen Vu Hung (kiei)

Ngày 11/10/14 20:21, Thorsten Behrens vie^'t:

Nguyen Vu Hung (kiei) wrote:

  Can anyone please update the status of smartphone support for LibO?
  

There's no working smartphone version of LibO. There's preparatory
work going on though. Once there*is*  something to play with, this
will make news I guess...

OK, I will wait

Vu Hung
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] Trojan alert for daily 2011-10-15_LibO-Dev_OOO350m1_Win_x86_install-arc_en-US

2011-10-15 Thread Regina Henschel

Hi all,

I have download 
http://dev-builds.libreoffice.org/daily/MinGW_cross-compilation/master/current/master~2011-10-15_09.24.15_LibO-Dev_OOO350m1_Win_x86_install-arc_en-US.tar.gz


During unpack G Data alerts Virus:Gen:Trojan.Heur.000C040880 for the 
files odbcconfig.exe, scalc.exe, quickstart.exe, sdraw.exe, 
simpress.exe, swriter.exe, sweb.exe, smath.exe, and sbase.exe.


Kind regards
Regina
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [REVIEWED] background in LTR interface shows BrOffice instead of LibreOffice

2011-10-15 Thread Michael Meeks
Hi Lior,

On Fri, 2011-10-14 at 17:26 +0200, Lior Kaplan wrote:
 It seems there going to be 3.3.5 (according to
 http://wiki.documentfoundation.org/ReleasePlan), so I'm attaching a

Ah :-) so - we'll only do a 3.3.5 if there is a significant fix or so
worth having; I'm not sure we have that - but I'll push this in case we
do find something.

Thanks again :-)

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 41755] LABELS, PRINTING - various label-printing annoyances

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41755

--- Comment #2 from Stephan Paternotte step...@paternottes.net 2011-10-14 
23:50:55 PDT ---
(In reply to comment #1)
 Hi Stephan,
 
 Thanks for your courage to file these annoyancies :-)
 
 Let me start saying that I can work with the labels...
 But to be honest: it is troublesome indeed, especially since there is some not
 easy to see underlying meganism.
 
 Your report is quite generic and this makes it difficult to pick up issues one
 by one.
 Would you mind thinking/discussing a bit about that? Maybe on a list, either 
 an
 international or a Dutch one? I am sure there will be more people (apart from
 you  me) interested to think about it.
 Really would appreciate that. And maybe we will be able to find some 
 relatively
 easy steps for initial improvement!
 Thanks,
 Cor

Tell me where Cor, and I'll be happy to join in a discussion.
Vertel maar waar en ik discussieer graag mee.
Stephan

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41807] Row or Column function without parameter, whith matrix validation

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41807

--- Comment #1 from Jeff jeffl...@orange.fr 2011-10-15 00:33:42 PDT ---
Created an attachment (id=52354)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=52354)
row function with matrix validation

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41805] FORMATTING

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41805

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-10-15 00:40:26 PDT ---
Looks as if cell background color is active. That is a new feature (hated by
many).

@Donald Fredkin:
May be hints on http://wiki.documentfoundation.org/BugReport can be useufl
for you?

Please:
- Write a meaningful Summary
- Attach a sample document (not only screenshot)
- Attach screenshots with comments if you believe that that might explain the 
  problem better than a text comment. Best way is to insert your screenshots
  into a DRAW document and to add comments that explain what you want to show
- Contribute a step by step instruction containing every key press and every 
  mouse click how to reproduce your problem (and if possible how to created a 
  sample document from the scratch)
- add information 
  -- what exactly is unexpected
  -- and why do you believe it's unexpected (cite Help or Documentation!)
  -- concerning your PC (especially: video card)
  -- concerning your OS (Version, Distribution, Language)
  -- concerning your LibO version and localization (UI language)
  –- Libo settings that might be related to your problems 
(video hardware acceleration ...)
  -- how you launch LibO and how you opened the sample document
  –- If you can contribute an OOo Issue that might be useful
  -- everything else crossing your mind after you read a.m. URL
May be you can test http://wiki.documentfoundation.org/BugReport_Details for
submitting bug reports?

Please file Bug reports with status UNCONFIRMED if your are not absolutely sure
that you contributed all required background information, that the problem will
be reproducible with information you can provide or that your enhancement
request will be accepted! Thank you!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41807] Row or Column function without parameter, whith matrix validation

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41807

--- Comment #2 from pierre-yves samyn pierre-yves.sa...@laposte.net 
2011-10-15 00:56:44 PDT ---
Hello

I confirm with Window 7  LibO 3.4.3 :

=COLUMN()
validation with Shift+Ctrl+Enter (or check matrix in wizard)
- crash

Regression...

Best regards
PYS

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41807] Row or Column function without parameter, whith matrix validation

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41807

vitriol vitriol_vitr...@katamail.com changed:

   What|Removed |Added

   Keywords||regression
 CC||vitriol_vitr...@katamail.co
   ||m

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41811] Not all slides are shown in the 'Notes' view

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41811

--- Comment #1 from san...@mi.fu-berlin.de 2011-10-15 02:22:12 PDT ---
Created an attachment (id=52359)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=52359)
The sample presentation with notes printed to a pdf file

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41746] Null cell value causes calculation error.

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41746

--- Comment #1 from markus.mohrh...@googlemail.com 2011-10-15 02:39:32 PDT ---
I think this is part of our work to be more Excel compatible.  is not a value
but a string while 0 can be converted to 0. For example  0 can't be
converted too.

You have either the posibility to use 0 or 0.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41746] Null cell value causes calculation error.

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41746

vitriol vitriol_vitr...@katamail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #2 from vitriol vitriol_vitr...@katamail.com 2011-10-15 02:46:49 
PDT ---


*** This bug has been marked as a duplicate of bug 37860 ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37860] Formula returns #VALUE in 3.4RC2 but works as expected in 3.3

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37860

vitriol vitriol_vitr...@katamail.com changed:

   What|Removed |Added

 CC||euge...@dyacon.com

--- Comment #23 from vitriol vitriol_vitr...@katamail.com 2011-10-15 02:46:49 
PDT ---
*** Bug 41746 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41812] New: calc crash moving grouped cells

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41812

   Summary: calc crash moving grouped cells
   Product: LibreOffice
   Version: LibO 3.4.2 release
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
  Severity: critical
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: procus...@gmail.com


Created an attachment (id=52360)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=52360)
file where the problem occurr

goto sheet1 cell R2 in the upper section
write there something like prova
select cells R2 and R3
click on the group cells icon
select the grouped cells
drag and drop the grouped cells elsewhere, for example to S2
calc crashes

I'm not able to reproduce in a new calc file, I attach the file where this bug
occurr to have a deepr investigation from a more clever user than me.

ciao, pla

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41812] calc crash moving grouped cells

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41812

GerardF gerard.farg...@orange.fr changed:

   What|Removed |Added

 CC||gerard.farg...@orange.fr

--- Comment #1 from GerardF gerard.farg...@orange.fr 2011-10-15 06:58:50 PDT 
---
By group cells, did you mean merge cells ?

Cannot reproduce with 3.4.3 under Windows Vista.
Someone can test on Linux ?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41812] calc crash moving grouped cells

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41812

--- Comment #2 from pier procus...@gmail.com 2011-10-15 07:16:20 PDT ---
(In reply to comment #1)
 By group cells, did you mean merge cells ?
 

yes merge cells :-)

 Cannot reproduce with 3.4.3 under Windows Vista.
 Someone can test on Linux ?

did you test on  my file?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 38286] EDITING: Crash when inserting a constant in a query

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38286

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |

--- Comment #12 from Julien Nabet serval2...@yahoo.fr 2011-10-15 09:49:53 PDT 
---
(In reply to comment #11)
 Hello,
 
 I'm preparing a fix but I found a pb.
 If I add 1 column with 'test', it works
 If I add 2 columns with 'test' and 'test1', it shows 'test' for the last
 columns instead of 'test' and 'test1'.
 
 Is there this pb on :
 NeoOffice 3.2p2
 NeoOffice 3.1.2p8
 OpenOffice.org 3.2.1
 ?

I just tested on OpenOffice 3.1 with Win2k, I've got the same result with twice
'test' instead of 'test' then 'test1'.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41812] calc crash moving grouped cells

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41812

--- Comment #4 from pier procus...@gmail.com 2011-10-15 09:53:38 PDT ---
Created an attachment (id=52367)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=52367)
move PROVA and crash

no you didn't miss anything, I added a new attachment, try with this
select R2 (where is written PROVA), move to S2, libreoffice crash

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41804] Alpha-channel of imported png- and gif-files replaced by solid black

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41804

alexander.wi...@live.com alexander.wi...@zoho.com changed:

   What|Removed |Added

Summary|: Alpha-channel of png- and |Alpha-channel of imported
   |gif-files replaced by solid |png- and gif-files replaced
   |black in LO |by solid black

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41816] New: Adapt table width option is not retained

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41816

   Summary: Adapt table width option is not retained
   Product: LibreOffice
   Version: LibO 3.4.3 release
  Platform: Other
OS/Version: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: jacobsallans...@gmail.com


File-New-Text Document
Save As
Navigate to a file system location and enter a file name
ODF Text Document (.odt)
Save
Insert-Table
Name: Table 1
Columns: 2
Rows: 2
Heading, Repeat heading, Border checked
OK
Click in Table 1, giving it the focus
Table-Table properties
Table tab
Alignment: Centered
Width: 5.0
OK
Click in Table 1, giving it the focus
Table-Table properties
Columns tab
Adapt table width checked
OK
Click in Table 1, giving it the focus
Table-Table properties
Columns tab

The Adapt table width checkbox will be unchecked.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41755] LABELS, PRINTING - various label-printing annoyances

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41755

--- Comment #3 from Cor Nouws c...@nouenoff.nl 2011-10-15 11:30:47 PDT ---
.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41818] New: Linear border characteristics are not adjustable and have no effect on pictures.

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41818

   Summary: Linear border characteristics are not adjustable and
have no effect on pictures.
   Product: LibreOffice
   Version: LibO 3.4.3 release
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: jacobsallans...@gmail.com


Insert a jpeg image into an ODT document.  Double click on the picture.

Select the Borders tab.
Increase spacing to contents to 0.15 so that the border is clearly visible.
Change the line style width and color.
Style: dashes
Width: 2.00pt
Color: Red
OK

The border will not be dashed, thicker, or red.

Double click on the picture again.  The line styling will be restored to it's
original setting.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41820] New: List entries property of list boxes is limited to one entry

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41820

   Summary: List entries property of list boxes is limited to one
entry
   Product: LibreOffice
   Version: LibO 3.4.3 release
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: jacobsallans...@gmail.com


File-New-Text Document
Save As: ListBox1.odt
View-Toolbars-Form Controls
View-Toolbars-Form Design
Form Design: Turn on design mode.
Form Control: Wizard mode off.
Use the Form Controls-List Box to create a new List Box in ListBox1.odt.
Double click on the newly inserted list box.
Properties: List Box-List entries: Fist Item
Dismiss Properties: List Box
Form Design: Turn off design mode.
Click on the list box.  The First Item will be visible.
Form Design: Turn on design mode.

Return to item Properties: List Box-List entries.  There is no mechanism with
which to add a second option to the list box.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41821] New: List entries property of combo boxes is limited to one entry.

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41821

   Summary: List entries property of combo boxes is limited to one
entry.
   Product: LibreOffice
   Version: LibO 3.4.3 release
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: jacobsallans...@gmail.com


File-New-Text Document
Save As: ComboBox1.odt
View-Toolbars-Form Controls
View-Toolbars-Form Design
Form Design: Turn on design mode.
Form Control: Wizard mode off.
Use the Form Controls-Combo Box to create a new Combo Box in ComboBox1.odt.
Double click on the newly inserted list box.
Properties: Combo Box-List entries: Fist Item
Dismiss Properties: Combo Box
Form Design: Turn off design mode.
Click on the combo box.  The First Item will be visible.
Form Design: Turn on design mode.

Return to item Properties: Combo Box-List entries.  There is no mechanism with
which to add a second option to the combo box.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41815] test

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41815

--- Comment #2 from Cor Nouws c...@nouenoff.nl 2011-10-15 13:27:10 PDT ---
again

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41815] test because of problems with receiving notification mails from FreeDesktop

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41815

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

Summary|test|test because of problems
   ||with receiving notification
   ||mails from FreeDesktop
Version|LibO Master |unspecified
 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Cor Nouws c...@nouenoff.nl 2011-10-15 13:33:10 PDT ---
Kindly fixed by the FreeDesktop admin.
(The problem was related to gabe (the mail server) not having reverse dns on
its autoconfigured ipv6 address, and linux prefers autoconfig addresses over
static addresses for some reason.)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41755] LABELS, PRINTING - various label-printing annoyances

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41755

--- Comment #4 from Cor Nouws c...@nouenoff.nl 2011-10-15 13:35:47 PDT ---
 (In reply to comment #1)

 Tell me where Cor, and I'll be happy to join in a discussion.
 Vertel maar waar en ik discussieer graag mee.

You can choose international or Dutch users list.
International is more noise, so maybe Dutch will do best?
On this page
  http://nl.libreoffice.org/ondersteuning/
you see how to subscribe. Does that help?
Cor

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41683] Impress segmentation fault

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41683

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 AssignedTo|libreoffice-b...@lists.free |t...@documentfoundation.org
   |desktop.org |

--- Comment #3 from Cor Nouws c...@nouenoff.nl 2011-10-15 13:39:26 PDT ---
(In reply to comment #2)
 The ID of the build I am using is a1c06ff-f6a1fc5-e1a2fb3-67c737c. I tried 
 both
 with an empty document and with a randomly googled .ppt, but still the same
 segfault (core dumped).

OK, thanks. Special that you have it.

 segfault (core dumped). Should I paste the autogen.sh parameters?

Not sure what will help best.
Since it's Impress, I guess Thorsten should have a look  asign to him.

Thomas, do you happen to be on a mail list or so where you could ask ik other
people can reproduce? If not I/we could do of course.

Thanks!
Cor

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41580] calc dropping enties from .cvs file when importing

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41580

--- Comment #2 from Cor Nouws c...@nouenoff.nl 2011-10-15 13:40:22 PDT ---
(ping to myself - to receive mail notification for this issue - what was broken
for some days)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41824] New: COUNTIF() looses range after closing xls document.

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41824

   Summary: COUNTIF() looses range after closing xls document.
   Product: LibreOffice
   Version: LibO 3.4.3 release
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: gork...@gmail.com


Created an attachment (id=52369)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=52369)
Test document demonstrating the problem

The function COUNTIF(IA2:JA2;) looses its range (IA2:JA2) after closing a
xls document containing it, resulting in a potential data loss. 

So, you write the formula and it works fine. You save the document, open it
again and you find it replaced by =COUNTIF(#REF!#REF!:#REF!#REF!;)

It happens in xls but not ods files. 

The function works for all the columns up until IA (e.g.
COUNTIF(IA2:IA2;)) but starts loosing the range from JA upwards.

I attach a document demonstrating the problem.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41827] New: [EasyHack] Better default background and shadow colors for Writer documents

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41827

   Summary: [EasyHack] Better default background and shadow colors
for Writer documents
   Product: LibreOffice
   Version: LibO 3.4.3 release
  Platform: Other
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: nekoh...@gmail.com


The current set of colors in Writer's appearance settings is gray for shadows
around pages and light gray for the background behind the pages.

Instead, I would suggest pure black for the page shadows and a darker shade of
gray for the background behind the pages.

The reasoning behind this is:
- It's much easier on the eyes, especially at night
- It provides a clearer visual separation between the chrome (UI elements
such as toolbars, statusbar, rulers, etc.) and the contents because not
everything is the same shade of grey anymore
- It makes the page itself more contrasted to the rest, easier to concentrate
on

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41827] [EasyHack] Better default background and shadow colors for Writer documents

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41827

--- Comment #1 from Jean-François Fortin Tam nekoh...@gmail.com 2011-10-15 
20:12:19 PDT ---
Created an attachment (id=52370)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=52370)
screenshot - default colors

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41827] [EasyHack] Better default background and shadow colors for Writer documents

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41827

--- Comment #2 from Jean-François Fortin Tam nekoh...@gmail.com 2011-10-15 
20:12:39 PDT ---
Created an attachment (id=52371)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=52371)
screenshot - darker colors

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41828] New: Find and replace shortcut key?

2011-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41828

   Summary: Find and replace shortcut key?
   Product: LibreOffice
   Version: LibO 3.4.3 release
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: jacobsallans...@gmail.com




-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs