[Libreoffice-commits] .: 2 commits - desktop/source l10ntools/inc l10ntools/prj slideshow/test svtools/bmpmaker tools/bootstrp

2011-11-05 Thread Tor Lillqvist
 desktop/source/pkgchk/unopkg/unopkg_app.cxx |1 
 l10ntools/inc/l10ntools/vosapp.hxx  |   41 
 l10ntools/prj/d.lst |1 
 slideshow/test/demoshow.cxx |1 
 svtools/bmpmaker/g2g.cxx|2 -
 tools/bootstrp/rscdep.cxx   |1 
 6 files changed, 47 deletions(-)

New commits:
commit 97722c821556b1a7738c34490b4d58d9a9010c67
Author: Tor Lillqvist tlillqv...@suse.com
Date:   Sat Nov 5 12:08:02 2011 +0200

Drop unnecessary inclusions of sal/main.h

diff --git a/desktop/source/pkgchk/unopkg/unopkg_app.cxx 
b/desktop/source/pkgchk/unopkg/unopkg_app.cxx
index 3289d5b..aa612e4 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_app.cxx
+++ b/desktop/source/pkgchk/unopkg/unopkg_app.cxx
@@ -33,7 +33,6 @@
 #include unopkg_main.h
 #include unopkg_shared.h
 #include dp_identifier.hxx
-#include sal/main.h
 #include tools/extendapplicationenvironment.hxx
 #include rtl/ustrbuf.hxx
 #include rtl/uri.hxx
diff --git a/slideshow/test/demoshow.cxx b/slideshow/test/demoshow.cxx
index 2432e37..f52ba55 100644
--- a/slideshow/test/demoshow.cxx
+++ b/slideshow/test/demoshow.cxx
@@ -26,7 +26,6 @@
  *
  /
 
-#include sal/main.h
 #include rtl/ref.hxx
 #include rtl/bootstrap.hxx
 
diff --git a/svtools/bmpmaker/g2g.cxx b/svtools/bmpmaker/g2g.cxx
index 024700d..159b2c8 100644
--- a/svtools/bmpmaker/g2g.cxx
+++ b/svtools/bmpmaker/g2g.cxx
@@ -33,8 +33,6 @@
 #include signal.h
 #include ctype.h
 
-#include sal/main.h
-
 #include tools/fsys.hxx
 #include tools/stream.hxx
 #include vcl/svapp.hxx
diff --git a/tools/bootstrp/rscdep.cxx b/tools/bootstrp/rscdep.cxx
index 3595137..adae8ca 100644
--- a/tools/bootstrp/rscdep.cxx
+++ b/tools/bootstrp/rscdep.cxx
@@ -37,7 +37,6 @@
 #include string.h
 
 #include bootstrp/prj.hxx
-#include sal/main.h
 
 #include tools/string.hxx
 #include tools/fsys.hxx
commit 27c031434f8737d4c11b50e348a125cd6e4991ad
Author: Tor Lillqvist tlillqv...@suse.com
Date:   Fri Nov 4 17:00:46 2011 +0200

Remove the unused l10ntools/vosapp.hxx header

diff --git a/l10ntools/inc/l10ntools/vosapp.hxx 
b/l10ntools/inc/l10ntools/vosapp.hxx
deleted file mode 100644
index ee7d3a4..000
--- a/l10ntools/inc/l10ntools/vosapp.hxx
+++ /dev/null
@@ -1,41 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-#ifndef VOSAPP_HXX
-#define VOSAPP_HXX
-
-#include sal/main.h
-#include tools/solar.h
-#include tools/string.hxx
-
-// Mininmal vcl/svapp compatibility without vcl dependence
-class Application
-{
-public:
-sal_uInt16 GetCommandLineParamCount();
-XubString GetCommandLineParam( sal_uInt16 nParam );
-virtual void Main() = 0;
-};
-
-// Urg: Cut  Paste from svapp.cxx: we don't want to depend on vcl
-sal_uInt16 Application::GetCommandLineParamCount()
-{
-#ifdef _MSC_VER
-// Avoid using a cast, instead just disable the warning, sigh...
-#pragma warning (push)
-#pragma warning (disable:4244)
-#endif
-return osl_getCommandArgCount();
-#ifdef _MSC_VER
-#pragma warning (pop)
-#endif
-}
-
-XubString Application::GetCommandLineParam( sal_uInt16 nParam )
-{
-rtl::OUString aParam;
-osl_getCommandArg( nParam, aParam.pData );
-return XubString( aParam );
-}
-
-#endif /* VOSAPP_HXX */
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/l10ntools/prj/d.lst b/l10ntools/prj/d.lst
index 5bbc5ba..b3e48cf 100644
--- a/l10ntools/prj/d.lst
+++ b/l10ntools/prj/d.lst
@@ -41,7 +41,6 @@ mkdir: %_DEST%\bin\help\com\sun\star\help
 ..\inc\export.hxx %_DEST%\inc\l10ntools\export.hxx
 ..\inc\l10ntools\directory.hxx %_DEST%\inc\l10ntools\directory.hxx
 ..\inc\l10ntools\file.hxx %_DEST%\inc\l10ntools\file.hxx
-..\inc\l10ntools\vosapp.hxx %_DEST%\inc\l10ntools\vosapp.hxx
 ..\source\filter\merge\FCFGMerge.cfg  %_DEST%\inc\l10ntools\FCFGMerge.cfg
 
 ..\%__SRC%\lib\transex.lib %_DEST%\lib\transex.lib
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'feature/factorize_gcc'

2011-11-05 Thread Norbert Thiebaud
New branch 'feature/factorize_gcc' available with the following commits:
commit 4d69cb34599d78c822c3c775cbba3aeadb461ba7
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Sat Nov 5 06:55:15 2011 -0500

begin factorization of common GCC stuff

a lot of configuration/definition is shared between platforms that build
using gcc.
This start to regroup things that are common into 2 files
com_GCC_defs.mk and com_GCC_class.mk
this can be expanded to be, more generically com_$(COM)_defs/class

The reson for 2 files is that some step need to modfify common definitions
based on the platform and some common definitions need platform defined
value.
with these 2 files we can do a
platform - compiler - platform - compiler - platfrom
sandwich that should cover every scenario.

___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sc/inc sc/source

2011-11-05 Thread Eike Rathke
 sc/inc/document.hxx  |   12 ++--
 sc/source/core/data/documen3.cxx |2 +-
 sc/source/core/data/documen9.cxx |   16 +---
 sc/source/core/data/document.cxx |9 +
 4 files changed, 21 insertions(+), 18 deletions(-)

New commits:
commit 864f6483c01c175510828f2495d410a009a7a66b
Author: Eike Rathke er...@redhat.com
Date:   Sat Nov 5 15:01:58 2011 +0100

make some methods const

diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 5c81151..0d28935 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -722,8 +722,8 @@ public:
 
 voidStartAnimations( SCTAB nTab, Window* pWin );
 
-sal_BoolHasBackgroundDraw( SCTAB nTab, const Rectangle 
rMMRect );
-sal_BoolHasAnyDraw( SCTAB nTab, const Rectangle rMMRect );
+sal_BoolHasBackgroundDraw( SCTAB nTab, const Rectangle 
rMMRect ) const;
+sal_BoolHasAnyDraw( SCTAB nTab, const Rectangle rMMRect ) 
const;
 
 const ScSheetEvents* GetSheetEvents( SCTAB nTab ) const;
 voidSetSheetEvents( SCTAB nTab, const ScSheetEvents* pNew );
@@ -828,10 +828,10 @@ public:
 SCCOL rEndCol, SCROW rEndRow, SCTAB nTab,
 sal_Bool bRefresh = false );
 sal_BoolExtendMerge( ScRange rRange, sal_Bool bRefresh = 
false );
-sal_BoolExtendTotalMerge( ScRange rRange );
+sal_BoolExtendTotalMerge( ScRange rRange ) const;
 SC_DLLPUBLIC sal_Bool   ExtendOverlapped( SCCOL rStartCol, SCROW 
rStartRow,
-SCCOL nEndCol, SCROW nEndRow, SCTAB nTab );
-SC_DLLPUBLIC sal_Bool   ExtendOverlapped( ScRange rRange );
+SCCOL nEndCol, SCROW nEndRow, SCTAB nTab ) 
const;
+SC_DLLPUBLIC sal_Bool   ExtendOverlapped( ScRange rRange ) const;
 
 sal_BoolRefreshAutoFilter( SCCOL nStartCol, SCROW nStartRow,
 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab );
@@ -951,7 +951,7 @@ public:
  */
 voidExtendPrintArea( OutputDevice* pDev, SCTAB nTab,
 SCCOL nStartCol, SCROW nStartRow,
-SCCOL rEndCol, SCROW nEndRow );
+SCCOL rEndCol, SCROW nEndRow ) const;
 SC_DLLPUBLIC SCSIZE GetEmptyLinesInBlock( SCCOL nStartCol, SCROW 
nStartRow, SCTAB nStartTab,
 SCCOL nEndCol, SCROW nEndRow, 
SCTAB nEndTab,
 ScDirection eDir );
diff --git a/sc/source/core/data/documen3.cxx b/sc/source/core/data/documen3.cxx
index 84056a7..e40bf2d 100644
--- a/sc/source/core/data/documen3.cxx
+++ b/sc/source/core/data/documen3.cxx
@@ -2068,7 +2068,7 @@ void ScDocument::RemoveMerge( SCCOL nCol, SCROW nRow, 
SCTAB nTab )
 }
 
 void ScDocument::ExtendPrintArea( OutputDevice* pDev, SCTAB nTab,
-SCCOL nStartCol, SCROW nStartRow, SCCOL rEndCol, SCROW 
nEndRow )
+SCCOL nStartCol, SCROW nStartRow, SCCOL rEndCol, SCROW 
nEndRow ) const
 {
 if ( ValidTab(nTab)  nTab  static_castSCTAB(maTabs.size())  
maTabs[nTab] )
 maTabs[nTab]-ExtendPrintArea( pDev, nStartCol, nStartRow, rEndCol, 
nEndRow );
diff --git a/sc/source/core/data/documen9.cxx b/sc/source/core/data/documen9.cxx
index b3c25e3..96c9a37 100644
--- a/sc/source/core/data/documen9.cxx
+++ b/sc/source/core/data/documen9.cxx
@@ -352,7 +352,7 @@ void ScDocument::StartAnimations( SCTAB nTab, Window* pWin )
 }
 
 
-sal_Bool ScDocument::HasBackgroundDraw( SCTAB nTab, const Rectangle rMMRect )
+sal_Bool ScDocument::HasBackgroundDraw( SCTAB nTab, const Rectangle rMMRect ) 
const
 {
 //  Gibt es Objekte auf dem Hintergrund-Layer, die (teilweise) von rMMRect
 //  betroffen sind?
@@ -380,7 +380,7 @@ sal_Bool ScDocument::HasBackgroundDraw( SCTAB nTab, const 
Rectangle rMMRect )
 return bFound;
 }
 
-sal_Bool ScDocument::HasAnyDraw( SCTAB nTab, const Rectangle rMMRect )
+sal_Bool ScDocument::HasAnyDraw( SCTAB nTab, const Rectangle rMMRect ) const
 {
 //  Gibt es ueberhaupt Objekte, die (teilweise) von rMMRect
 //  betroffen sind?
@@ -463,8 +463,6 @@ sal_Bool ScDocument::IsPrintEmpty( SCTAB nTab, SCCOL 
nStartCol, SCROW nStartRow,
 // We want to print sheets with borders even if there is no cell 
content.
 return false;
 
-ScDocument* pThis = (ScDocument*)this;  //! GetMMRect / HasAnyDraw etc. 
const !!!
-
 Rectangle aMMRect;
 if ( pLastRange  pLastMM  nTab == pLastRange-aStart.Tab() 
 nStartRow == pLastRange-aStart.Row()  nEndRow == 
pLastRange-aEnd.Row() )
@@ -484,7 +482,7 @@ sal_Bool ScDocument::IsPrintEmpty( SCTAB nTab, SCCOL 
nStartCol, SCROW nStartRow,
 aMMRect.Right() = (long)(nRight * HMM_PER_TWIPS);
 }
 else
-aMMRect = pThis-GetMMRect( nStartCol, nStartRow, 

[Libreoffice] [Bug 41883] MinGW port Most Annoying Bugs

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41883

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

   What|Removed |Added

 Depends on||42615

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-11-05 01:52:21 PDT ---
Nominate Bug 42615 - MinGW Virus Alert: Bitdefender detects trojan

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


Re: [Libreoffice] [Libreoffice-qa] [libreoffice-projects] [ANN] LibreOffice 3.4.4 RC2 available

2011-11-05 Thread Heinz W. Simoneit

Hi Petr,  *,

Petr Mladek schrieb:

Hello Heinz,

On Thu, 2011-11-03 at 08:20 +0100, Heinz W. Simoneit wrote:

drew schrieb:

On Wed, 2011-11-02 at 17:24 +0100, Heinz W. Simoneit wrote:

tried basics in  (de-)
- writer
- calc
- base  (MySQL-DB)
without any probs.

One minor  flaw in base:
When opening a table by double-click  it doesn't stay opened  --  you
have to right-click and open.

Running Ubuntu 10.10 (AMD64), Gnome - no problem opening a table with
dbl-click? (only checked for embedded DB and SQLite w/ODBC)

running Debian testing  (AMD64),  KDE 4.6.5,  MySQL Connector.
When dbl-clicking table opens and closes at once.
Right-click and open works fine.

Great catch!

Anyway, please, report it into bugzilla.


Done:
https://bugs.freedesktop.org/show_bug.cgi?id=42612


Best Regards,
Petr



Best,
Heinz

--
Have a nice time!

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


[Libreoffice] Get origin and unit of a page in Draw in a Basic macro

2011-11-05 Thread Regina Henschel

Hi all,

I want to set the center of arc, sector or segment with a dialog. 
Currently you can set only the center of the shape but not the center of 
the underlying ellipse in PositionSize. The value input should be 
possible in the actual coordinate system of the page. Therefore I need 
the unit and the origin of the coordinate system - that what is likely 
done in the code with getPageOrigin and PagePosToLogic/LogicToPagePos. 
Is there a way to get this informations using a Basic macro?


Kind regards
Regina

(Answers please to us...@global.libreoffice.org)
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673

David dcrampt...@netscape.net changed:

   What|Removed |Added

Version|LibO 3.4.0 Beta2|LibO 3.4.3 release

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


Re: [Libreoffice] [PUSHED] text orientation, not text direction

2011-11-05 Thread Korrawit Pruegsanusak
Hello all,

On Wed, Nov 2, 2011 at 09:55, Michael Meeks michael.me...@suse.com wrote:
 Hi Lior,

 On Sun, 2011-10-30 at 21:26 +0100, Lior Kaplan wrote:
 In my RTL bugs talk during the conference, I showed a weird option in
 the tables options - text flow tab which refers to RTL text as
 vertical (guessing a feature for Japanese). See attached screen shot.

        Looks lovely; thanks for that - the UI list seem to approve too (or at
 least not object), so I've pushed it - sorry for the delay.


IMHO the help content also needs some love :D
As I don't quite understand this thread, I was just grepping for
LB_TEXTDIRECTION and get this
http://opengrok.libreoffice.org/search?q=LB_TEXTDIRECTIONproject=helpdefs=refs=path=hist=
which might have to change to LB_TEXTORIENTATION and update the
content as well (FT_TEXTDIRECTION not found in opengrok) ... Could
someone take a look at this?

Best Regards,
-- 
Korrawit Pruegsanusak
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [PATCH] libo_git_from_tar.sh cleanup

2011-11-05 Thread Korrawit Pruegsanusak
Hello Norbert, all,

I've used your libo_git_from_tar.sh in libreoffice/contrib/dev-tools
and found some nitpicking. Patch attached, under GPLv3. Also, it would
be good if you'll upload this new version to
http://dev-www.libreoffice.org/bundles/libo_git_from_tar.sh

Best Regards,
-- 
Korrawit Pruegsanusak
From d597535c8afff1186fc3cc8fb69697cd93175635 Mon Sep 17 00:00:00 2001
From: Korrawit Pruegsanusak detective.conan.1...@gmail.com
Date: Sun, 6 Nov 2011 00:15:04 +0700
Subject: [PATCH] Close quotation mark, correct default value description

Released under GPLv3
---
 libo_git_from_tar.sh |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libo_git_from_tar.sh b/libo_git_from_tar.sh
index 54c28f8..bc086ad 100755
--- a/libo_git_from_tar.sh
+++ b/libo_git_from_tar.sh
@@ -33,7 +33,7 @@ usage()
 echo -hDisplay this help.
 echo -d path The location of the core repository for libreoffice. Default: ./libo
 echo -pPretend. display what would be done, but do not actually do it.
-echo -resume   try to re-use already downloaded/partially downloaded tar.bz2
+echo -resume   try to re-use already downloaded/partially downloaded tar.bz2
 echo -t path The location of the temporary directory used to download and extract repositories. Default: /tmp
 echo 
 echo The arguments name the repositories to be downloaded, 'all' means... all of them. 'dev' means all but translations, which is the default.
@@ -43,7 +43,7 @@ usage()
 echo Do not abuse this script. Once you have downloaded a set of git repos, it is much more efficient, for you and for us, to use ./g pull -r to refresh your git repositories
 echo 
 echo Example:
-echo $0 # will clone the core repo in ./core (right now: $(pwd)/core) and clone binfilter, help and dictionaries in ./core/clone
+echo $0 # will clone the core repo in ./libo (right now: $(pwd)/libo) and clone binfilter, help and dictionaries in ./libo/clone
 echo 
 echo $0 -d ~/core # clone the core repo in ~/core and clone binfilter, help and dictionaries in ~/core/clone
 echo 
-- 
1.7.5.4

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


Re: [Libreoffice] [PATCH] libo_git_from_tar.sh cleanup

2011-11-05 Thread Norbert Thiebaud
On Sat, Nov 5, 2011 at 12:20 PM, Korrawit Pruegsanusak
detective.conan.1...@gmail.com wrote:
 Hello Norbert, all,

 I've used your libo_git_from_tar.sh in libreoffice/contrib/dev-tools
 and found some nitpicking. Patch attached, under GPLv3. Also, it would
 be good if you'll upload this new version to
 http://dev-www.libreoffice.org/bundles/libo_git_from_tar.sh

Applied and done.

Thanks.

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


Re: [Libreoffice] [PUSHED][PATCH] Word count dialog modeless

2011-11-05 Thread Rodolfo
I found one issue:
- When we select by shortcuts (eg, shift + left arrow) it only updates
selection counts in a next selection (showing the results of the
previous selection region)

Regards.

2011/11/3 Jean-Baptiste Faure jbf.fa...@orange.fr:
 Le 03/11/2011 03:21, Matt Pratt a écrit :
 On 11/02/2011 10:10 AM, Caolán McNamara wrote:
 On Wed, 2011-11-02 at 14:55 +, Caolán McNamara wrote:
 There are some titchy little wrinkles worth looking at, e.g. its got
 handlers for cursor and mouse move and things like that to update the
 count, but not apparently for selecting text by clicking the mouse, i.e.
 double click to select a word and single click somewhere else to
 unselect the text.

 I *think* the right thing to do is to additionally hook into EndSelect
 which gets called when a selection is completed, and Invalidate which
 seems to get called when a selection is discarded.
 i.e.
 http://cgit.freedesktop.org/libreoffice/core/commit/?id=0cbcb89fde8cc81db499bc1e388fd53ef6fa3c3f


 Seems to work anyway.

 Wow, thanks for sorting out the wrinkles and pushing the patch so quickly.

 I think with your hook into EndSelect we may be able to get rid of the
 mouse hook?

 Hi Matt,

 I tested the new Word count dialog in the master. It works well but I
 have two points:
 - I do not know if it possible to make the window resizable, in order do
 not mask the text area
 - the counts are updated when you press a character key. If you use an
 autotext (F3), the counts are updated once you have entered another
 character. To test : enter DT+F3 (if your UI is in English, DT for Dummy
 Text).

 Thank you for this patch. :-)

 Best regards.
 JBF

 --
 Seuls des formats ouverts peuvent assurer la pérennité de vos documents.
 ___
 LibreOffice mailing list
 LibreOffice@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/libreoffice

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


[Libreoffice] About errors of Windows Tinderbox (pb about PYTHONPATH ?)

2011-11-05 Thread julien2412
Hello,

I was taking a look at the logs of Windows Tinderbox :

Voreppe Win32 Tinderbox.
We can read several lines like these at the end :
38733 C:/cygwin/bin/perl
D:/master/solver/wntmsci12.pro/bin/keyidGen.pl
./wntmsci12.pro/misc/sdf-template/en-US.sdf
./wntmsci12.pro/misc/sdf-l10n/qtz.sdf
38734 NEXT´import site´ failed; use -v for traceback
38735 Traceback (most recent call last):
38736   File D:/master/solver/wntmsci12.pro/bin/po2lo, line 29, in
module
38737 import getopt, sys, os, re
38738 ImportError: No module named getopt

po2lo comes from l10ntools/scripts/po2lo
po2lo is a python script
first line : #!/usr/bin/env python
+ typical tab syntax(I let the line number) :
 29 import getopt, sys, os, re
 30 
 31 class Options:
 32 Options of this script.
 33 
 34 def __init__(self):
 35 self.input = None
 36 self.output = None
 37 self.language = None
 38 self.template = None

First, i searched about this error and found this :
http://www.gossamer-threads.com/lists/python/python/532830
something could be wrong with PYTHONHOME

So i searched about PYTHONHOME and found it in windows.mk for Windows 32
part :
770 gb_PYTHON_PRECOMMAND := PATH=$${PATH}:$(OUTDIR)/bin
PYTHONHOME=$(OUTDIR)/lib/python
PYTHONPATH=$(OUTDIR)/lib/python;$(OUTDIR)/lib/python/lib-dynload

I compared with unxgcc.mk
526 gb_PYTHON_PRECOMMAND := $(gb_Helper_set_ld_path)
PYTHONHOME=$(OUTDIR)/lib/python
PYTHONPATH=$(OUTDIR)/lib/python:$(OUTDIR)/lib/python/lib-dynload

PYTHONHOME seems OK since Python is loaded but then I took a look at
PYTHONPATH :
I just wonder if the pathes shouldn't be separated with a : instead of ;
 too.
if yes, the pb is also in winmingw.mk, line 678

Julien


--
View this message in context: 
http://nabble.documentfoundation.org/About-errors-of-Windows-Tinderbox-pb-about-PYTHONPATH-tp3483391p3483391.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


[Libreoffice] Easy hack regex compile infinite loop ( bug 41738 )

2011-11-05 Thread Karl Koehler
Hi,

I have been loosely looking at libreoffice and last night I thought I'd
take a look at an easy hack. I choose bug 41738.

The problem seems to be with the regular expression compilation code;
especially he handling of '[:'-character classes in combination with
escapes.
In gdb, I can see that the the string descibed in the bug (  foo[^
\[:alpha:\]] ) seems to be always in the reclass.cpp:1148 -
for(;;)-loop .
We get into 
1189   else if (c == (sal_Unicode)':'  p[-2] == (sal_Unicode)'[') { 
and as the closing ']' is escaped ( is should'd be, shouldn't it ? What
does the standard say about this ? ), the :] doesn't match and p is
reset to be p1 on line 1257.
If it is legal to have an escape inside the character class, then it
seems one would have to do something about the loop around
reclass.cxx:1202.

In any case, it would seem wise to not allow the infinite loop for a
malformed pattern; this could be done by incrementing p1 after p has
been reset to it the first time, as we will not reset to it again in a
valid pattern.

  - Karl

--- a/regexp/source/reclass.cxx
+++ b/regexp/source/reclass.cxx
@@ -1255,6 +1255,7 @@ Regexpr::regex_compile()
 break;
   } else {
 p = p1+1;
+p1 ++;
 last_char = (sal_Unicode)':';
 set_list_bit(last_char, b);
   }



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


[Libreoffice-bugs] [Bug 42612] New: dbl-click does not open a table

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42612

 Bug #: 42612
   Summary: dbl-click does not open a table
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 RC2
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Database
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: hein...@gmx.de


## Running Debian/testing (AMD64), MySQL, MySQL connector (1.0.1).
dbl-clicking a table opens *and* closes table at once, table doesn't stay open.
right-click + open works fine.

dbl-clicking worked in 3.4.3.

-- 
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 42614] New: calc: print preview / export as pdf not working on some documents

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42614

 Bug #: 42614
   Summary: calc: print preview / export as pdf not working on
some documents
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.3 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: edwinto...@gmail.com


Created attachment 53168
  -- https://bugs.freedesktop.org/attachment.cgi?id=53168
buggy x.ods

A spreadsheet was created on Ubuntu 11.10 with Libreoffice-Calc 3.4.3, with
locale set to HU. At first it was possible to print preview the document.
Then several changes were made to the document and now print preview shows
nothing
(see attached screenshot).

I copied the document to Debian unstable, and print preview doesn't work there
either. If I delete everything on the worksheet, and enter just the word
test,
then print preview is still not working.

Of course if I create a new document, and enter test then print preview _is_
working. 
Also if I copy all the data from the original document and paste it in a new
one, then print preview is working there.

Attached are two files:
 - x.ods which is the original document, with everything deleted and replaced
with the word 'test', print preview not working here
 - xok.ods, which is a new document with the same word 'test' in it

I guess some setting was changed in x.ods that is causing this behaviour, but I
couldn't figure out what.

The same issue that happens with print preview also happens with export to PDF
on x.ods: Error saving document x: Write Error. The file could not be
written.
There is plenty of space on the drive, and exporting xok.ods works.

-- 
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 42614] calc: print preview / export as pdf not working on some documents

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42614

--- Comment #1 from Török Edwin edwinto...@gmail.com 2011-11-05 01:40:38 PDT 
---
Created attachment 53169
  -- https://bugs.freedesktop.org/attachment.cgi?id=53169
working xok.ods

-- 
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 42614] calc: print preview / export as pdf not working on some documents

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42614

--- Comment #2 from Török Edwin edwinto...@gmail.com 2011-11-05 01:41:11 PDT 
---
Another workaround to get print preview working: save x.ods as Excel (.xls), 
and print preview works then. But I don't want to use .xls format to store my
documents, I'd much prefer to use .ods.

-- 
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 42615] New: MinGW Virus Alert: Bitdefender detects trojan

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42615

 Bug #: 42615
   Summary: MinGW Virus Alert: Bitdefender detects trojan
Classification: Unclassified
   Product: LibreOffice
   Version: LibO Master
  Platform: Other
   URL: http://dev-builds.libreoffice.org/daily/MinGW_cross-co
mpilation/master/2011-11-03_23.43.37/
OS/Version: All
Status: UNCONFIRMED
  Severity: critical
  Priority: medium
 Component: Installation
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: libreoff...@bielefeldundbuss.de


Unzipping
master~2011-11-03_23.43.37_LibO-Dev_OOO350m1_Win_x86_install-arc_en-US.tar.gz
from a.m. URL using 7zG.exe caused a BitDefender virus alert concerning
Trojan.Heur.GM.000C040880 in sbase.exe, also smath.exe, sweb.exe,
swirter.exe, ... (seems in all exe)

False alert or real 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 42615] MinGW Virus Alert: Bitdefender detects trojan

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42615

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-11-05 01:48:16 PDT ---
Created attachment 53171
  -- https://bugs.freedesktop.org/attachment.cgi?id=53171
Screenshot

Shows Alert during unzip.

I am in contact with Bitdefender support.

-- 
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 41883] MinGW port Most Annoying Bugs

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41883

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

   What|Removed |Added

 Depends on||42615

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-11-05 01:52:21 PDT ---
Nominate Bug 42615 - MinGW Virus Alert: Bitdefender detects trojan

-- 
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 42615] MinGW Virus Alert: Bitdefender detects trojan

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42615

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

   What|Removed |Added

 Blocks||41883

-- 
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 42113] missing functions/icons for line width using the Linestyle-Symbol from Symbol-Bar

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42113

--- Comment #5 from clubc...@gmx.de 2011-11-05 01:54:14 PDT ---
Created attachment 53172
  -- https://bugs.freedesktop.org/attachment.cgi?id=53172
Functions of the symbol line styles in LO 3.3.3

-- 
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 42113] missing functions/icons for line width using the Linestyle-Symbol from Symbol-Bar

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42113

--- Comment #6 from clubc...@gmx.de 2011-11-05 02:02:04 PDT ---
What do you mean with No indications that that is not intended.

In my eyes the function line width is missing at the symbol line style
in LO 3.4.3. It is not a feature its a bug!

If you often have to chose the line width, it is very complicated always
to go via the menu. 

If you think that the width-functions are missing intended, then why they don't 
killed the whole symbol?! Also line styles can be changed via the menu.

-- 
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 42617] New: FORMATTING: Non-printable characters cannot be turned on

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42617

 Bug #: 42617
   Summary: FORMATTING: Non-printable characters cannot be turned
on
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.3 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: szeben...@gmail.com


Created attachment 53177
  -- https://bugs.freedesktop.org/attachment.cgi?id=53177
An illustration of the characters not appearing.

Problem description:
Cannot make non-printable characters visible


Steps to reproduce:
1. Click on the inverted 'P' icon.
2. Or pressing Ctrl+F10

Current behavior:
I cannot see the whitespace characters or end of line markers (those inverted
P-s)
Expected behavior:
They should be visible.
Platform (if different from the browser): 
Arch Linux  
Browser: Opera/9.80 (X11; Linux x86_64; U; hu) Presto/2.9.168 Version/11.52

-- 
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 42113] missing functions/icons for line width using the Linestyle-Symbol from Symbol-Bar

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42113

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

   What|Removed |Added

   Keywords|NEEDINFO|

--- Comment #7 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-11-05 02:34:55 PDT ---
@clubc...@gmx.de
As I told you, the hard coded limitation that style and width are linked up
vanished with 3.4. So an additional icon for a border line width adjustment
would be required, if you believe that Format Cells Button is not sufficient
and that an additional button for line width is of general interest you can
submit an enhancement request. You will need good arguments.

-- 
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 37615] Make UTF-8 the default charset for saving as HTML

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37615

soshial soshial@gmail.com changed:

   What|Removed |Added

 OS/Version|Windows (All)   |All
 Status|REOPENED|NEW

-- 
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 42387] EDITING: merge cell

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42387

--- Comment #3 from Hojjatollah goodlinuxu...@gmail.com 2011-11-05 03:52:39 
PDT ---
merge cell bug in impress

On 10/30/11, bugzilla-dae...@freedesktop.org
bugzilla-dae...@freedesktop.org wrote:
 https://bugs.freedesktop.org/show_bug.cgi?id=42387

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

What|Removed |Added
 
  OS/Version|All |Windows (All)
  CC||LibreOffice@bielefeldundbus
||s.de
Keywords||NEEDINFO

 --- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de
 2011-10-30 08:15:57 PDT ---
 I can't imagine what the problem might be.

 @reporter:
 May I ask you to read  hints on
 http://wiki.documentfoundation.org/BugReport
 carefully?
 Then 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
   -- concerning your OS (Version, Distribution, Language)
   -- concerning your LibO localization (UI language)
   –- Libo settings that might be related to your problems
   -- how you launch LibO and how you opened the sample document
   -- everything else crossing your mind after you read linked texts

 - Reported with Bug Submission Assistant -

 --
 Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
 --- You are receiving this mail because: ---
 You reported the 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 42620] New: CONFIGURATION: Fonts installed but not available in Writer

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42620

 Bug #: 42620
   Summary: CONFIGURATION: Fonts installed but not available in
Writer
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.3.4 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: warnercwh...@yahoo.com


Created attachment 53182
  -- https://bugs.freedesktop.org/attachment.cgi?id=53182
Here you see a text in Candara, and Candara in the toolbar box but not on the
list of available fonts.

Problem description: I totally re-installed 64-bit Linux Mint 11. Then I
followed my usual procedure for adding the fonts I have accumulated over the
years. I copied the fonts to usr/share/fonts/truetype and then did sudo
fc-cache -fv. But the fonts did not show up in Writer's toolbar list. (I also
tried using the .fonts folder, but that doesn't work either.)

Although the fonts don't appear in the toolbar list and I can't get use them by
choosing from the list, at least some of them appear to be installed. For
example, if I use a previously set-up template that uses Candara, when I type
the characters come out in Candara (I compared them carefully with an online
version) and, in addition, the name Candara shows in the toolbar, even though
when I open the list it it not there.

-- 
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 42620] CONFIGURATION: Fonts installed but not available in Writer

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42620

--- Comment #1 from Warner White warnercwh...@yahoo.com 2011-11-05 04:55:36 
PDT ---
Created attachment 53183
  -- https://bugs.freedesktop.org/attachment.cgi?id=53183
Here you get a better view of the word Candara, bold and  in 26pt.

If you compare the word Candara here with an authentic Candara you see that
this is indeed Candara. So I've got the font installed, but it cannot be chosen
from the toolbar list.

-- 
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 42387] RTL EDITING: merge cell destroys table, borders incorrect for new table

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42387

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

   What|Removed |Added

Summary|EDITING: merge cell |RTL EDITING: merge cell
   ||destroys table, borders
   ||incorrect for new table

--- Comment #4 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-11-05 05:06:56 PDT ---
Tested merge.odp, I believe it's a Right to Left issue. When I create a table
in a new document everything looks fine (borders around all cells), but when I
insert a new table into reporter's sample document (simply default 5 columns 2
rows) borders around cells of right column are missing. Even when I copy paste
a table from a self created LtR spreadsheet it gets the missing borders
damage.

I am sure that that problem is related to the merge issue.

@Hojjatollah:
I am a little clueless concerning right-to-left. Where can I switch your
document from RtL to LtR? Can you do an additional test for Left-toRight, and
also a test in DRAW? And may be WRITER?

-- 
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 42604] Crash on moving tabs

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42604

--- Comment #2 from Robert Downing robert.down...@guardian-shield.com 
2011-11-05 05:32:55 PDT ---
No, do not have that extension installed. 

This is new behavior, just having started, with no accompanying update or
extension installation.

-- 
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 42387] RTL EDITING: merge cell destroys table, borders incorrect for new table

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42387

--- Comment #5 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-11-05 05:41:57 UTC ---
@Hojjatollah:
My request might have been rather imprecise. Can you tell me how to bring my
German LibO into a right-to-left mode for a new presentation?

-- 
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 35673] LibreOffice 3.4 most annoying bugs

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673

David dcrampt...@netscape.net changed:

   What|Removed |Added

Version|LibO 3.4.0 Beta2|LibO 3.4.3 release

-- 
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 42371] FILEOPEN: cannot open 1Mb doc files

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42371

Korrawit Pruegsanusak detective.conan.1...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
  Status Whiteboard||CONFIRMED
   Severity|normal  |major
 AssignedTo|libreoffice-b...@lists.free |cedric.bosdonnat.ooo@free.f
   |desktop.org |r
 Ever Confirmed|0   |1

--- Comment #11 from Korrawit Pruegsanusak detective.conan.1...@gmail.com 
2011-11-05 08:20:39 PDT ---
[REPRODUCIBLE] LibreOffice 3.4.3 Ubuntu 11.10
File  Open the attached document in comment 6 and see LibreOffice crash. Also
crash when drag-and-drop, both after it's fully loaded (seeing from status
bar).

Since it's a crash - set severity to major
Cedric, feel free to reassign to the list if you want more information, or if
it isn't your area. Please set status to ASSIGNED when you accept this bug.
Thanks.

-- 
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 42617] FORMATTING: Non-printable characters cannot be turned on

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42617

szeben...@gmail.com changed:

   What|Removed |Added

   Platform|Other   |x86-64 (AMD64)
 OS/Version|All |Linux (All)

-- 
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 42617] FORMATTING: Non-printable characters cannot be turned on

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42617

--- Comment #2 from Korrawit Pruegsanusak detective.conan.1...@gmail.com 
2011-11-05 08:48:53 PDT ---
Maybe duplicate of Bug 40482 ?

-- 
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 42617] FORMATTING: Non-printable characters cannot be turned on

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42617

--- Comment #4 from Korrawit Pruegsanusak detective.conan.1...@gmail.com 
2011-11-05 09:22:40 PDT ---
My pleasure :)

Anyway, if it happen again, could you please check if it's same as bug 40482?
1. if it's same, maybe you can post your comment *there* (not here)
2. but if it isn't the same, you may report the new bug and describe what did
you do to get this problem occur again

Thanks!

-- 
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 42624] New: Formula Problem

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42624

 Bug #: 42624
   Summary: Formula Problem
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: x86 (IA32)
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: bpsk...@hotmail.com


Created attachment 53187
  -- https://bugs.freedesktop.org/attachment.cgi?id=53187
Mortgage Calculator - some cells show err:520, instead of values

My Ubuntu  11.04, 11.10  and  Windows Computers XP and Windows 7, all give this
Err:520 in some cells with formulas. Happens with all versions of Libra Office.

ALL versios of Libra Office give an Err:520 in cells that should be functioning
okay.  This spreadsheet works fine with Open Office versions 3.0 to 3.3.  Also
works fine with Ms Office excel versions. This spreadsheet also functions with
Open Office on Ubuntu 10.10 and earlier.  
It doesn't seem to matter which operating system I am using. This spreadsheet
does not work with Libra Office.

-- 
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 35570] Moving rows in tables overwrites content

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35570

Stuart Simon stuart...@gmail.com changed:

   What|Removed |Added

   Platform|All |x86 (IA32)
   Severity|normal  |critical
Version|unspecified |LibO 3.4.3 release

-- 
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 42563] Lost print option range pages in catalan localization

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42563

--- Comment #2 from Josep Maria Odena jodenacat...@gmail.com 2011-11-05 
11:34:15 PDT ---
Created attachment 53193
  -- https://bugs.freedesktop.org/attachment.cgi?id=53193
Print options  english

-- 
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 42563] Lost print option range pages in catalan localization

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42563

--- Comment #3 from Josep Maria Odena jodenacat...@gmail.com 2011-11-05 
11:36:23 PDT ---
Created attachment 53194
  -- https://bugs.freedesktop.org/attachment.cgi?id=53194
Print options catalan

-- 
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 42563] Lost print option range pages in catalan localization

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42563

--- Comment #4 from Josep Maria Odena jodenacat...@gmail.com 2011-11-05 
11:45:04 PDT ---
You can see two screenshots in english and in catalan. I think in catalan it's
missing:
All sheets
Selected sheets
Selected cells
All pages
Pages
Print reverse page order

-- 
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 39212] Loss of OpenOffice default behavior for copying formulas EDITING

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39212

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

   What|Removed |Added

   Severity|major   |minor
 AssignedTo|libreoffice-b...@lists.free |kohei.yosh...@gmail.com
   |desktop.org |
 CC||comme...@traduction.biz,
   ||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #6 from Lorieul gaboryt...@gmail.com 2011-10-21 08:50:35 PDT ---
@Cor Nouws
Does . in your last comment (2011-10-14 08:40:24 PDT) means the bug was
solved ?
The bug status is still NEW isn't it ?
Or does it mean enough information has been collected and no more comment
should be added ?

--- Comment #7 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-11-05 12:07:57 PDT ---
Reported effects are more or less reproducible with LibreOffice 3.4.4RC2  -
WIN7 Home Premium (64bit) German UI [OOO340m1 (Build:402)]. 

We have a changed behavior in 3.4 compared to 3.3 (an OOo), but I doubt that
it's a bug.

I compared behavior of this version, OOo 3.1.1, LibreOffice Portable 3.3.0  -
WIN7  Home Premium (64bit) German UI [OOO330m19 (Build:6 Tag 3.3.0.4)], Server
installation of Master LibO-dev 3.5.0 – WIN7 Home Premium (64bit) English UI
[(Build ID:  d3d1481-3f8994a-2ba0a9f)] (110909). Master seems to behave as
3.4.

The first test with OOo 3.1.1


a) Tests with OOo, Steps to reproduce:

0. Preparations: Open new spreadsheet, type an x to A10, B11, C12, E14, F5,
F6

11. Click A1
12. Shift+4x-arrowright   
   (A1:A5 highlighted)
13. Control+arrowdown
   Cursor jumps to E14, what SEEMS in accordance with Help for that version: 
...Moves the cursor to the bottom of the current data range. E14 is the
most bottom cell containing data, empty column D will be ignored, what 
is a good solution, a jump to the bottom of the table is useless

14. Redo from 1, but with selected A1:F1
   Now cursor will move to F5, that's not something with Data Range, but 
   simply the FIRST next cell containing Data below cursor. I would have 
   expected cursor jumping to F14 of at least F5

New test with OOo 3.1.1
21. Click A1
22. Shift+4x-arrowright   
   (A1:A5 highlighted)
23. Shift+Control+arrowdown   Instep 3 marked range A1:E14, 
   Cursor jumps to E14, A1:E14 selcted / highlighted, Cell Cursor E14
   what SEEMS in accordance with Help for that version: 
...Moves the cursor to the end of the current data range containig data. 
E14 is the
most bottom cell containing data, empty column D will be ignored, what 
is a good solution, a jump to the bottom of the table is useless

24. Redo from 21, but with selected F1:A1
F1:A10 will become marked, I would have expected F1:A14, because Row 14 is
the last one containing data.

New test with OOo 3.1.1
31. Click E1
32.  Shift+4x-arrowleft   
   (A5:A1 highlighted)
33. Control+arrowdown
Cursor Jumps to 'A10'. I would have expected A14 (Data Range), but cursor
simply jumps to the next cell containing data.
34. Redo from 31, but with selected F1:A1
F1:A10 will become marked, I would have expected F1:A14, because Row 14 is
the last one containing data. But not unexpeced after 21ff



b) LibO 3.3.3
b1) Tests 11ff
b1a)  In step 13 jumps to A14: SEEMS Correct End of range, but why column A?
b1b   In step 14 jumps to A5, means target column = where range started in 
  step 11 
  target Row = the one of cell cursor position

b2) Tests 21ff
b2a) In step 23 marked range A1:E14, expected after b1, Cell cursor A1
b2b) Step 24 marked A1F5, expected after b1, b2a

b3) Tests 31ff
b3a) In step 33 marked range A1:E14, expected after b1, Cell cursor A1
b3b) Step 34 marked A1F10, expected after tests b

c) LibO 3.4.4
c1) Tests 11ff
c1a)  In step 13 jumps to A10: Here Target row is defined in start range
  column, not in end range column, behavior different to OOo, LibO333
c1b   In step 14 jumps to A10,  Here Target row is defined in start range
  column, not in end range column, behavior different to OOo, LibO333
  target Row = the one of cell cursor position

c2) Tests 21ff
c2a) In step 23 marked range A1:E10, expected after c1, Cell cursor A1
c2b) Step 24 marked A1F10, expected after c1,
 behavior different to OOo, LibO333

c3) Tests 31ff
c3a) In step 33 marked range A1:E14, expected after b1, Cell cursor A1
 behavior different to OOo, LibO333
c3b) Step 34 marked A1:F5, expected after tests c
 behavior different to OOo, LibO333


My conclusions
--

OOo3.1.1
Control+arrow always reaches the next cell with contents in arrow direction
from the current Cell Cursor. Useful in many cases, but IMHO not really
consequent.

LibO 3.3.3
Control+arrow always reaches the next cell with contents 

[Libreoffice-bugs] [Bug 42555] FileSave

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42555

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

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #4 from Cor Nouws c...@nouenoff.nl 2011-11-05 14:00:40 PDT ---
 close

-- 
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 38124] Black and white print

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38124

--- Comment #1 from Allan Jacobs jacobsallans...@gmail.com 2011-11-05 
14:42:37 PDT ---
Created attachment 53198
  -- https://bugs.freedesktop.org/attachment.cgi?id=53198
Color containing document that cannot be grayscale printed.

-- 
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 38124] Black and white print

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38124

Allan Jacobs jacobsallans...@gmail.com changed:

   What|Removed |Added

  Component|Spreadsheet |Libreoffice

--- Comment #3 from Allan Jacobs jacobsallans...@gmail.com 2011-11-05 
14:46:09 PDT ---
Not just spreadsheets.  Changing the component to LibreOffice.

-- 
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 38124] Black and white print

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38124

--- Comment #4 from Allan Jacobs jacobsallans...@gmail.com 2011-11-05 
14:47:49 PDT ---
One more thing.  I'm using LibreOffice 3.4.3 (OOO340m1 (Build:302)) on Ubuntu
11.10.

-- 
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 41738] EDITING Regex Find Replace foo[^\[:alpha:\]] causes Writer to become unresponsive

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41738

--- Comment #2 from Karl Koehler koehlerk...@comcast.net 2011-11-05 22:18:00 
PDT ---
This may be simplified: regex-search for

[[:\]

The following (inline) patch avoids the infinite loop, by advancing the
starting point if we fall into the [: a second time. 


--- a/regexp/source/reclass.cxx
+++ b/regexp/source/reclass.cxx
@@ -1255,6 +1255,7 @@ Regexpr::regex_compile()
 break;
   } else {
 p = p1+1;
+p1 ++;
 last_char = (sal_Unicode)':';
 set_list_bit(last_char, b);
   }

-- 
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