[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

Lionel Elie Mamane lio...@mamane.lu changed:

   What|Removed |Added

 Depends on||53557

--- Comment #364 from Lionel Elie Mamane lio...@mamane.lu 2012-09-02 03:43:15 
UTC ---
bug 53557, base crasher on any calculated field

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


[REVIEW:3-5] fdo#53557: use metadata's idea of column count to allocate a...

2012-09-02 Thread Lionel Elie Mamane
On Fri, Aug 31, 2012 at 04:16:58PM +, Gerrit wrote:

 Lionel Elie Mamane has uploaded a new change for review.

 Change subject: fdo#53557: use metadata's idea of column count to allocate a 
 row
 ..

 fdo#53557: use metadata's idea of column count to allocate a row

 m_pColumnNames contains only the columns that come straight from a table, not 
 calculated columns

 Change-Id: I2706790e8c1447d1c4e144bbdef773deeca3e2e8

   git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/22/522/1

I realised that the erroneous code is also in libreoffice-3-5; please
also apply to libreoffice-3-5.

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


--enable/disable-mathmldtd autogen option

2012-09-02 Thread Lionel Elie Mamane
I noticed that the default state of the --enable-mathmldtd option is
*off*, but the help text suggests it is *on* by default:

  --disable-mathmldtd Disable mathmldtd (useful for distributions that
  want to avoid packaging it).

In the process of correcting that, I thought it deserved a better help
text, so I looked at what this option does, and I noticed:

1) None of distro-configs/* enable it

2) I'm not sure it does much, because:

$ git grep -A10 -B5 MATHMLDTD
configure.in-dnl
===
configure.in-AC_MSG_CHECKING([whether to include MathMLDTD])
configure.in-if test -n $enable_mathmldtd; then
configure.in-if test $enable_mathmldtd = no; then
configure.in-AC_MSG_RESULT([no])
configure.in:SCPDEFS=$SCPDEFS -DWITHOUT_MATHMLDTD
configure.in-else
configure.in-AC_MSG_RESULT([yes])
configure.in:BUILD_TYPE=$BUILD_TYPE MATHMLDTD
configure.in-fi
configure.in-else
configure.in-AC_MSG_RESULT([no])
configure.in:SCPDEFS=$SCPDEFS -DWITHOUT_MATHMLDTD
configure.in-fi
--
scp2/source/math/file_math.scp:#ifndef WITHOUT_MATHMLDTD
scp2/source/math/file_math.scp-File gid_File_Html_W3c_Ipr
scp2/source/math/file_math.scp-TXT_FILE_BODY;
scp2/source/math/file_math.scp-Styles = (PACKED);
scp2/source/math/file_math.scp-Dir = gid_Dir_Share_Dtd_Math_1_01;
scp2/source/math/file_math.scp-Name = w3c_ipr_software_notice.html;
scp2/source/math/file_math.scp-End
scp2/source/math/file_math.scp-
scp2/source/math/file_math.scp-#endif


So it like it *only* installs the file w3c_ipr_software_notice.html,
and not the file MathMLDTD/math.dtd, like it looks like it is supposed
to.

Or I misunderstand how our install/packaging process works: I assume
Dir = gid_Dir_Share_Dtd_Math_1_01 only creates the directory, not
installs its whole contents that is populated by Makefiles.

In the other case, maybe this is a duplicate because
MathMLDTD/Package_bin.mk has:

$(eval $(call gb_Package_add_file,MathMLDTD_bin,bin/math.dtd,math.dtd))
$(eval $(call 
gb_Package_add_file,MathMLDTD_bin,bin/w3c_ipr_software_notice.html,w3c_ipr_software_notice.html))

which looks like it would install both or none.


3) If this all works, it installs --- k!!  a *modified* MathML
   DTD. So either we need the modified DTD and this should be enabled
   by default, or we don't need the modified DTD (we are OK with the
   pristine W3C DTD) and then why optionally install a modified one?
   We should *maybe* optionally install the *pristine* one. I can
   imagine we'd like to bundle it at least on platforms where it is
   not already available?

   Anybody has any info on that?

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


Switch Windows to MinGW [was: Minutes of the ESC call 2012-08-30]

2012-09-02 Thread Lionel Elie Mamane
On Sat, Sep 01, 2012 at 11:20:49PM +0200, Thorsten Behrens wrote:

 * Pending Action Items
 + 4.0 issues (Everyone)
 + everyone interested in cleanups - claim your work until next ESC!
 + http://wiki.documentfoundation.org/Development/LibreOffice4
 * review: Windows release binaries produced using MinGW

Generally, as a developer, I'd love that, because more familiar tools,
etc.

With my Base developer hat on, I'd say we'd need to fix this MinGW MAB,
or check it doesn't affect master:

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

Best done by a Windows expert; I'll be available for help.

This one also looks nasty:

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

 * QA update (Rainer)
 + HardHacks:
   32948   Linux   Libreoffice/Database(?) - Address Book Data Source
Wizard fails with message No SDBC driver was found
 + 32948 Lionel?

Sent back to QA after more analysis.

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


--enable-evolution2 in distro-configs/

2012-09-02 Thread Lionel Elie Mamane
--enable-evolution2 is not in any of our distro-configs (except
OxygenOffice). Any known reason for that? Shall I just add it to
distro-configs/LibreOfficeLinux.conf ?

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


[PUSHED] Modifying comments to meet doxygen standards

2012-09-02 Thread Gerrit
From Norbert Thiebaud nthieb...@gmail.com:

Norbert Thiebaud has submitted this change and it was merged.

Change subject: Modifying comments to meet doxygen standards
..


Modifying comments to meet doxygen standards

Change-Id: I4c82b7e543ec74cec3d4eb2985a3e4ec68c16b11
---
M sw/inc/docary.hxx
M sw/inc/docfac.hxx
M sw/inc/docsh.hxx
M sw/inc/docstyle.hxx
M sw/inc/docufld.hxx
M sw/inc/drawdoc.hxx
M sw/inc/edglbldc.hxx
M sw/inc/editsh.hxx
M sw/inc/expfld.hxx
M sw/inc/fchrfmt.hxx
M sw/inc/fesh.hxx
M sw/inc/fldbas.hxx
M sw/inc/flyenum.hxx
M sw/inc/flypos.hxx
M sw/inc/fmtanchr.hxx
M sw/inc/fmtautofmt.hxx
M sw/inc/fmtclbl.hxx
M sw/inc/fmtclds.hxx
M sw/inc/fmtcnct.hxx
M sw/inc/fmtcntnt.hxx
M sw/inc/fmtcol.hxx
M sw/inc/fmteiro.hxx
M sw/inc/fmtflcnt.hxx
M sw/inc/fmtfld.hxx
M sw/inc/fmtfollowtextflow.hxx
M sw/inc/fmtfordr.hxx
M sw/inc/fmtfsize.hxx
M sw/inc/fmtftn.hxx
M sw/inc/fmtftntx.hxx
M sw/inc/fmthdft.hxx
M sw/inc/fmtinfmt.hxx
M sw/inc/fmtline.hxx
M sw/inc/fmtlsplt.hxx
M sw/inc/fmtmeta.hxx
M sw/inc/fmtornt.hxx
M sw/inc/fmtpdsc.hxx
36 files changed, 715 insertions(+), 716 deletions(-)

Approvals:
  Norbert Thiebaud: Verified; Looks good to me, approved


--
To view, visit https://gerrit.libreoffice.org/496
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iaf83b7119767cf0b953cab62d141e8e154bb
Gerrit-PatchSet: 3
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: abdulmajeed ahmed aalabdulraz...@kacst.edu.sa
Gerrit-Reviewer: Norbert Thiebaud nthieb...@gmail.com
Gerrit-Reviewer: abdulmajeed ahmed aalabdulraz...@kacst.edu.sa

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


[PATCH] fdo#35079: EDITING: Drawing element completely in mouse selection frame not selected

2012-09-02 Thread Lennard Wasserthal

This is the second attempt to fix this.
The last one prevented the presentation from working, because all 
hiddengeometries didn't exhibit BoundRects.

I am sorry for that.
This time, I just deleted the disturbing object from all customshapes. I 
found it nowhere missing.


greetings

 - Lennard Wasserthal

Disclaimer: I put all my contributions to LibreOffice under the GNU 
Lesser General Public License (LGPLv3).
From 2dcf69e228ed36ccaf8730eff6e92fa0c96abf91 Mon Sep 17 00:00:00 2001
From: Lennard lennard@Virtual.(none)
Date: Sun, 2 Sep 2012 10:49:56 +0200
Subject: [PATCH] next attempt to fix bug #35079.

Removes the hidden frame. That frame really doesn't seem to be needed, not even 
for exporting, though.



Change-Id: I3e506668fe775278400290d5bdc483c41ccabba9
Signed-off-by: Lennard Wasserthal wassert...@nefkom.net
---
 .../sdr/contact/viewcontactofsdrobjcustomshape.cxx |4 
 1 file changed, 4 deletions(-)

diff --git a/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx 
b/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx
index 669403c..d5bd015 100644
--- a/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx
@@ -235,10 +235,6 @@ namespace sdr
 aObjectBound.Left(), aObjectBound.Top(),
 aObjectBound.Right(), aObjectBound.Bottom());
 
-
drawinglayer::primitive2d::appendPrimitive2DReferenceToPrimitive2DSequence(xRetval,
-drawinglayer::primitive2d::createHiddenGeometryPrimitives2D(
-false, aObjectRange));
-
 return xRetval;
 }
 } // end of namespace contact
-- 
1.7.9.5

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


[Libreoffice-commits] .: sdext/source

2012-09-02 Thread Libreoffice Gerrit user
 sdext/source/pdfimport/filterdet.cxx   |5 ++--
 sdext/source/pdfimport/pdfparse/pdfentries.cxx |   27 -
 sdext/source/pdfimport/pdfparse/pdfparse.cxx   |4 +--
 3 files changed, 19 insertions(+), 17 deletions(-)

New commits:
commit 1f08711bd154d0502e5653088dc87575d4c372a7
Author: Arnaud Versini arnaud.vers...@gmail.com
Date:   Sun Sep 2 13:44:33 2012 +0200

Replace usage of rtl/memory.h in PDF Import  with equivalent from string.h

Change-Id: I13f88bdfa6fc7d2b39fb2fd6a686b5364c20d6b5

diff --git a/sdext/source/pdfimport/filterdet.cxx 
b/sdext/source/pdfimport/filterdet.cxx
index 0629718..52a855d 100644
--- a/sdext/source/pdfimport/filterdet.cxx
+++ b/sdext/source/pdfimport/filterdet.cxx
@@ -49,6 +49,7 @@
 #include com/sun/star/io/TempFile.hpp
 
 #include boost/scoped_ptr.hpp
+#include string.h
 
 using namespace com::sun::star;
 
@@ -256,7 +257,7 @@ bool FileEmitContext::write( const void* pBuf, unsigned int 
nLen )
 return false;
 
 uno::Sequence sal_Int8  aSeq( nLen );
-rtl_copyMemory( aSeq.getArray(), pBuf, nLen );
+memcpy( aSeq.getArray(), pBuf, nLen );
 m_xOut-writeBytes( aSeq );
 return true;
 }
@@ -560,7 +561,7 @@ bool checkDocChecksum( const rtl::OUString rInPDFFileURL,
 
 // open file and calculate actual checksum up to index nBytes
 sal_uInt8 nActualChecksum[ RTL_DIGEST_LENGTH_MD5 ];
-rtl_zeroMemory( nActualChecksum, sizeof(nActualChecksum) );
+memset( nActualChecksum, 0, sizeof(nActualChecksum) );
 rtlDigest aActualDigest = rtl_digest_createMD5();
 oslFileHandle aRead = NULL;
 oslFileError aErr = osl_File_E_None;
diff --git a/sdext/source/pdfimport/pdfparse/pdfentries.cxx 
b/sdext/source/pdfimport/pdfparse/pdfentries.cxx
index 04d5022..259d700 100644
--- a/sdext/source/pdfimport/pdfparse/pdfentries.cxx
+++ b/sdext/source/pdfimport/pdfparse/pdfentries.cxx
@@ -46,6 +46,7 @@
 #include map
 
 #include stdio.h
+#include string.h
 
 using ::rtl::OUString;
 using ::rtl::OString;
@@ -1059,9 +1060,9 @@ struct PDFFileImplData
 m_aCipher( NULL ),
 m_aDigest( NULL )
 {
-rtl_zeroMemory( m_aOEntry, sizeof( m_aOEntry ) );
-rtl_zeroMemory( m_aUEntry, sizeof( m_aUEntry ) );
-rtl_zeroMemory( m_aDecryptionKey, sizeof( m_aDecryptionKey ) );
+memset( m_aOEntry, 0, sizeof( m_aOEntry ) );
+memset( m_aUEntry, 0, sizeof( m_aUEntry ) );
+memset( m_aDecryptionKey, 0, sizeof( m_aDecryptionKey ) );
 }
 
 ~PDFFileImplData()
@@ -1132,7 +1133,7 @@ static void pad_or_truncate_to_32( const OString rStr, 
sal_Char* pBuffer )
 if( nLen  32 )
 nLen = 32;
 const sal_Char* pStr = rStr.getStr();
-rtl_copyMemory( pBuffer, pStr, nLen );
+memcpy( pBuffer, pStr, nLen );
 int i = 0;
 while( nLen  32 )
 pBuffer[nLen++] = nPadString[i++];
@@ -1170,7 +1171,7 @@ static sal_uInt32 password_to_key( const OString rPwd, 
sal_uInt8* pOutKey, PDFF
 sal_uInt32 nLen = pData-m_nKeyLength;
 if( nLen  RTL_DIGEST_LENGTH_MD5 )
 nLen = RTL_DIGEST_LENGTH_MD5;
-rtl_copyMemory( pOutKey, nSum, nLen );
+memcpy( pOutKey, nSum, nLen );
 return nLen;
 }
 
@@ -1180,10 +1181,10 @@ static bool check_user_password( const OString rPwd, 
PDFFileImplData* pData )
 bool bValid = false;
 sal_uInt8 aKey[ENCRYPTION_KEY_LEN];
 sal_uInt8 nEncryptedEntry[ENCRYPTION_BUF_LEN];
-rtl_zeroMemory( nEncryptedEntry, sizeof(nEncryptedEntry) );
+memset( nEncryptedEntry, 0, sizeof(nEncryptedEntry) );
 sal_uInt32 nKeyLen = password_to_key( rPwd, aKey, pData, false );
 // save (at this time potential) decryption key for later use
-rtl_copyMemory( pData-m_aDecryptionKey, aKey, nKeyLen );
+memcpy( pData-m_aDecryptionKey, aKey, nKeyLen );
 if( pData-m_nStandardRevision == 2 )
 {
 // see PDF reference 1.4 Algorithm 3.4
@@ -1193,7 +1194,7 @@ static bool check_user_password( const OString rPwd, 
PDFFileImplData* pData )
 NULL, 0 );
 rtl_cipher_encodeARCFOUR( pData-m_aCipher, nPadString, sizeof( 
nPadString ),
   nEncryptedEntry, sizeof( nEncryptedEntry ) );
-bValid = (rtl_compareMemory( nEncryptedEntry, pData-m_aUEntry, 32 ) 
== 0);
+bValid = (memcmp( nEncryptedEntry, pData-m_aUEntry, 32 ) == 0);
 }
 else if( pData-m_nStandardRevision == 3 )
 {
@@ -1218,7 +1219,7 @@ static bool check_user_password( const OString rPwd, 
PDFFileImplData* pData )
   nEncryptedEntry, 16,
   nEncryptedEntry, 16 ); // encrypt in 
place
 }
-bValid = (rtl_compareMemory( nEncryptedEntry, pData-m_aUEntry, 16 ) 
== 0);
+bValid = (memcmp( nEncryptedEntry, pData-m_aUEntry, 16 ) == 0);
 }
 return bValid;
 }
@@ -1250,7 +1251,7 @@ bool PDFFile::setupDecryptionData( const OString rPwd ) 
const
 // see PDF reference 1.4 

[Libreoffice-commits] .: 2 commits - starmath/source sw/inc sw/source

2012-09-02 Thread Libreoffice Gerrit user
 starmath/source/cursor.cxx  |   23 +--
 sw/inc/editsh.hxx   |   17 ++---
 sw/source/core/edit/edws.cxx|   14 +-
 sw/source/ui/docvw/edtwin.cxx   |   10 +-
 sw/source/ui/shells/basesh.cxx  |2 +-
 sw/source/ui/uiview/viewmdi.cxx |4 ++--
 sw/source/ui/wrtsh/delete.cxx   |   18 +-
 sw/source/ui/wrtsh/move.cxx |2 +-
 sw/source/ui/wrtsh/select.cxx   |   26 +-
 sw/source/ui/wrtsh/wrtsh1.cxx   |8 
 10 files changed, 59 insertions(+), 65 deletions(-)

New commits:
commit 35e13d1f5403076c752879ecbe17b2f451b188d9
Author: Ivan Timofeev timofeev@gmail.com
Date:   Sun Sep 2 16:05:21 2012 +0400

expand ACT_KONTEXT and MV_KONTEXT macros, rename kontext to context

Change-Id: I7783e60cc048dfbd99976881afca317ad1326d66

diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 0122900..58d8bef 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -968,26 +968,21 @@ inline const sfx2::LinkManager 
SwEditShell::GetLinkManager() const
 {   return ((SwEditShell*)this)-GetLinkManager();  }
 
  /// Class for automated call of Start- and EndAction().
-class SwActKontext {
+class SwActContext {
 SwEditShell *pSh;
 public:
-SwActKontext(SwEditShell *pShell);
-~SwActKontext();
+SwActContext(SwEditShell *pShell);
+~SwActContext();
 };
 
-#define ACT_KONTEXT(x)  SwActKontext _aActKontext_(x)
-
  /// Class for automated call of Start- and EndCrsrMove().
-class SwMvKontext {
+class SwMvContext {
 SwEditShell *pSh;
 public:
-SwMvKontext(SwEditShell *pShell );
-~SwMvKontext();
+SwMvContext(SwEditShell *pShell);
+~SwMvContext();
 };
 
-#define MV_KONTEXT(x)   SwMvKontext _aMvKontext_(x)
-
-
 
 #endif
 
diff --git a/sw/source/core/edit/edws.cxx b/sw/source/core/edit/edws.cxx
index 4f267fe..018e275 100644
--- a/sw/source/core/edit/edws.cxx
+++ b/sw/source/core/edit/edws.cxx
@@ -206,31 +206,27 @@ sal_Bool SwEditShell::HasOtherCnt() const
  
**/
 
 
-SwActKontext::SwActKontext(SwEditShell *pShell)
+SwActContext::SwActContext(SwEditShell *pShell)
 : pSh(pShell)
 {
 pSh-StartAction();
 }
 
 
-SwActKontext::~SwActKontext()
+SwActContext::~SwActContext()
 {
 pSh-EndAction();
 }
 
-/**
- *  Klasse fuer den automatisierten Aufruf von Start- und
- *  EndCrsrMove();
- 
**/
 
-
-SwMvKontext::SwMvKontext(SwEditShell *pShell ) : pSh(pShell)
+SwMvContext::SwMvContext(SwEditShell *pShell)
+: pSh(pShell)
 {
 pSh-SttCrsrMove();
 }
 
 
-SwMvKontext::~SwMvKontext()
+SwMvContext::~SwMvContext()
 {
 pSh-EndCrsrMove();
 }
diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx
index 777f072..812d7bd 100644
--- a/sw/source/ui/docvw/edtwin.cxx
+++ b/sw/source/ui/docvw/edtwin.cxx
@@ -3435,7 +3435,7 @@ void SwEditWin::MouseButtonDown(const MouseEvent _rMEvt)
 
 {   // only temporary generate Move-Kontext because 
otherwise
 // the query to the content form doesn't work!!!
-MV_KONTEXT( rSh );
+SwMvContext aMvContext( rSh );
 nTmpSetCrsr = rSh.SetCursor(aDocPos, bOnlyText);
 bValidCrsrPos = !(CRSR_POSCHG  nTmpSetCrsr);
 bCallBase = sal_False;
@@ -3459,7 +3459,7 @@ void SwEditWin::MouseButtonDown(const MouseEvent _rMEvt)
  nSelType  nsSelectionType::SEL_GRF ||
  rSh.IsObjSelectable( aDocPos ) )
 {
-MV_KONTEXT( rSh );
+SwMvContext aMvContext( rSh );
 if( !rSh.IsFrmSelected() )
 rSh.GotoNextFly();
 rSh.EnterSelFrmMode();
@@ -4210,7 +4210,7 @@ void SwEditWin::MouseButtonUp(const MouseEvent rMEvt)
 bNoInterrupt = sal_False;
 {   // create only temporary move context because otherwise
 // the query to the content form doesn't work!!!
-MV_KONTEXT( rSh );
+SwMvContext aMvContext( rSh );
 const Point aDocPos( PixelToLogic( aStartPos ) );
 bValidCrsrPos = !(CRSR_POSCHG  
rSh.SetCursor(aDocPos, false));
 }
@@ -5402,7 +5402,7 @@ sal_Bool SwEditWin::SelectMenuPosition(SwWrtShell rSh, 
const Point rMousePos )
 {
 {   // create only temporary move context because otherwise
 // the query against the content form doesn't work!!!
-MV_KONTEXT( rSh );
+SwMvContext aMvContext( rSh );
 rSh.SetCursor(aDocPos, 

[Libreoffice-commits] .: svtools/source vcl/inc vcl/source

2012-09-02 Thread Libreoffice Gerrit user
 svtools/source/graphic/grfmgr2.cxx |  726 ++---
 vcl/inc/vcl/bitmap.hxx |   18 
 vcl/inc/vcl/bitmapex.hxx   |5 
 vcl/source/gdi/bitmap3.cxx |  233 ---
 vcl/source/gdi/bitmapex.cxx|   56 --
 5 files changed, 613 insertions(+), 425 deletions(-)

New commits:
commit 4b161067d46ddd48b4602ccdcc4d1b2545e2ac83
Author: Tomaž Vajngerl qui...@gmail.com
Date:   Sun Sep 2 17:23:03 2012 +0200

Stepwise rebuild bitmap rendering from scratch to avoid rendering bugs.

Bitmap rendering was rebuild from the original state and checked for
rendering bugs at every change. Currently the implementation supports
scaling by averagin for RGB channels an for alpha channel in some
cases. For scaling factor  0.6, the original bilinear scaling is
used. Implementation is currently still in outdev2 but is decoupled
and will be moved to its proper place into bitmap and bitmapex.

Change-Id: I6feb744712956a92d6140d079dc3a85ee8511930

diff --git a/svtools/source/graphic/grfmgr2.cxx 
b/svtools/source/graphic/grfmgr2.cxx
index 2cc7ae3..299f883 100644
--- a/svtools/source/graphic/grfmgr2.cxx
+++ b/svtools/source/graphic/grfmgr2.cxx
@@ -46,6 +46,7 @@
 
 #define WATERMARK_LUM_OFFSET50
 #define WATERMARK_CON_OFFSET-70
+#define MAP( cVal0, cVal1, nFrac )  
((sal_uInt8)long)(cVal0)20L)+nFrac*((long)(cVal1)-(cVal0)))20L))
 
 // --
 // - GraphicManager -
@@ -264,172 +265,659 @@ sal_Bool GraphicManager::ImplDraw( OutputDevice* pOut, 
const Point rPt,
 return bRet;
 }
 
-sal_Bool GraphicManager::ImplCreateOutput( OutputDevice* pOutputDevice,
-   const Point rPoint, const Size rSize,
-   const BitmapEx rBitmapEx, const 
GraphicAttr rAttributes,
-   const sal_uLong nFlags, BitmapEx* 
pResultBitmapEx )
+sal_Bool ImplCreateRotatedScaled( const BitmapEx rBmpEx, const GraphicAttr 
rAttributes,
+sal_uInt16 nRot10, const Size rUnrotatedSzPix,
+long nStartX, long nEndX, long nStartY, long 
nEndY,
+BitmapEx rOutBmpEx )
 {
-boolbRet = false;
+const long  aUnrotatedWidth  = rUnrotatedSzPix.Width();
+const long  aUnrotatedHeight = rUnrotatedSzPix.Height();
+const long  aBitmapWidth  = rBmpEx.GetSizePixel().Width();
+const long  aBitmapHeight = rBmpEx.GetSizePixel().Height();
 
-Point   aUnrotatedPointInPixels( pOutputDevice-LogicToPixel( rPoint ) 
);
-SizeaUnrotatedSizeInPixels(  pOutputDevice-LogicToPixel( rSize ) 
);
+longnX, nY, nTmpX, nTmpY, nTmpFX, nTmpFY, nTmp;
+double  fTmp;
 
-if( aUnrotatedSizeInPixels.Width() = 0  || 
aUnrotatedSizeInPixels.Height() = 0)
-return false;
+boolbHMirr = ( rAttributes.GetMirrorFlags()  BMP_MIRROR_HORZ ) != 0;
+boolbVMirr = ( rAttributes.GetMirrorFlags()  BMP_MIRROR_VERT ) != 0;
+
+long*   pMapIX = new long[ aUnrotatedWidth ];
+long*   pMapFX = new long[ aUnrotatedWidth ];
+long*   pMapIY = new long[ aUnrotatedHeight ];
+long*   pMapFY = new long[ aUnrotatedHeight ];
+
+const double fScaleX = ( aUnrotatedWidth  - 1 ) / (double) ( aBitmapWidth  
- 1 );
+const double fScaleY = ( aUnrotatedHeight - 1 ) / (double) ( aBitmapHeight 
- 1 );
 
-Point   aOutPointInPixels;
-SizeaOutSizeInPixels;
-BitmapExaBitmapEx( rBitmapEx );
-int nRotation = rAttributes.GetRotation() % 3600;
+const double fRevScaleX = 1.0 / fScaleX;
+const double fRevScaleY = 1.0 / fScaleY;
 
-if( nRotation != 0 )
+int x,y;
+
+// create horizontal mapping table
+for( x = 0, nTmpX = aBitmapWidth - 1L, nTmp = aBitmapWidth - 2L; x  
aUnrotatedWidth; x++ )
 {
-Polygon aPoly( Rectangle( rPoint, rSize ) );
-aPoly.Rotate( rPoint, nRotation );
-const Rectangle aRotationBoundRect( aPoly.GetBoundRect() );
-aOutPointInPixels = pOutputDevice-LogicToPixel( 
aRotationBoundRect.TopLeft() );
-aOutSizeInPixels  = pOutputDevice-LogicToPixel( 
aRotationBoundRect.GetSize() );
+fTmp = x * fRevScaleX;
+
+if( bHMirr )
+fTmp = nTmpX - fTmp;
+
+pMapIX[ x ] = MinMax( fTmp, 0, nTmp );
+pMapFX[ x ] = (long) ( ( fTmp - pMapIX[ x ] ) * 1048576.0 );
 }
-else
+
+// create vertical mapping table
+for( y = 0, nTmpY = aBitmapHeight - 1L, nTmp = aBitmapHeight - 2L; y  
aUnrotatedHeight; y++ )
 {
-aOutPointInPixels = aUnrotatedPointInPixels;
-aOutSizeInPixels  = aUnrotatedSizeInPixels;
+fTmp = y * fRevScaleY;
+
+if( bVMirr )
+fTmp = nTmpY - fTmp;
+
+pMapIY[ y ] = MinMax( fTmp, 0, nTmp );
+pMapFY[ y ] = (long) ( ( fTmp - pMapIY[ y ] ) * 1048576.0 );
 }
 
-Point   aOutPoint;
-Size

[PATCH] Cleanup in basctl (raw pointers)

2012-09-02 Thread Gerrit
From János Uray uray.ja...@gmail.com:

János Uray has uploaded a new change for review.

Change subject: Cleanup in basctl (raw pointers)
..

Cleanup in basctl (raw pointers)

Lots of raw pointers have been converted to boost::scoped_ptr to reduce
the number of 'delete's and the possibility of memory leaks.
Some pointers have been converted to references, to reduce the needless
checking for nullptrs, and so simplifying the code.
Also some #define-s have been converted to C++ constants or enumerations.

Change-Id: Ifbeb78f744bac7a96c8a446ff4db90dedf85fe26
---
M basctl/source/accessibility/accessibledialogcontrolshape.cxx
M basctl/source/accessibility/accessibledialogwindow.cxx
M basctl/source/basicide/basdoc.cxx
M basctl/source/basicide/basdoc.hxx
M basctl/source/basicide/baside2.cxx
M basctl/source/basicide/baside2.hxx
M basctl/source/basicide/baside2b.cxx
M basctl/source/basicide/baside3.cxx
M basctl/source/basicide/basidectrlr.cxx
M basctl/source/basicide/basides3.cxx
M basctl/source/basicide/basidesh.cxx
M basctl/source/basicide/basobj2.cxx
M basctl/source/basicide/basobj3.cxx
M basctl/source/basicide/bastype2.hxx
M basctl/source/basicide/bastypes.cxx
M basctl/source/basicide/doceventnotifier.cxx
M basctl/source/basicide/docsignature.cxx
M basctl/source/basicide/localizationmgr.cxx
M basctl/source/basicide/macrodlg.cxx
M basctl/source/basicide/macrodlg.hxx
M basctl/source/basicide/moduldl2.cxx
M basctl/source/basicide/moduldlg.cxx
M basctl/source/basicide/moduldlg.hxx
M basctl/source/dlged/dlged.cxx
M basctl/source/dlged/dlgedfunc.cxx
M basctl/source/dlged/dlgedlist.cxx
M basctl/source/dlged/dlgedobj.cxx
M basctl/source/dlged/dlgedpage.cxx
M basctl/source/dlged/dlgedview.cxx
M basctl/source/dlged/propbrw.cxx
M basctl/source/inc/baside3.hxx
M basctl/source/inc/basidesh.hxx
M basctl/source/inc/dlged.hxx
M basctl/source/inc/dlgeddef.hxx
M basctl/source/inc/dlgedfunc.hxx
M basctl/source/inc/dlgedlist.hxx
M basctl/source/inc/dlgedobj.hxx
M basctl/source/inc/dlgedpage.hxx
M basctl/source/inc/dlgedview.hxx
M basctl/source/inc/doceventnotifier.hxx
M basctl/source/inc/docsignature.hxx
M basctl/source/inc/iderid.hxx
M basctl/source/inc/localizationmgr.hxx
43 files changed, 1,085 insertions(+), 1,262 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/29/529/1
--
To view, visit https://gerrit.libreoffice.org/529
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifbeb78f744bac7a96c8a446ff4db90dedf85fe26
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: János Uray uray.ja...@gmail.com

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


[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

V.K. v-k-...@yandex.ru changed:

   What|Removed |Added

 CC||v-k-...@yandex.ru
 Depends on||40594

--- Comment #103 from V.K. v-k-...@yandex.ru 2012-09-02 16:05:34 UTC ---
Add bug 40594 – Charts embedded in docx are completely absent. It is critical
bug for many people.

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


CTL Default

2012-09-02 Thread Joel Madero
Hi All,

I received a personal email today from a user saying that for them CTL is
enabled by default for 3.6. Did I miss something? Is it enabled by default
for some locales? I want to give him the right information, thanks all.


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


Re: CTL Default

2012-09-02 Thread Nathan Wells
Yes, some locales have CTL enabled as the default.

-Nathan

On Sun, Sep 2, 2012 at 11:32 PM, Joel Madero jmadero@gmail.com wrote:

 Hi All,

 I received a personal email today from a user saying that for them CTL is
 enabled by default for 3.6. Did I miss something? Is it enabled by default
 for some locales? I want to give him the right information, thanks all.


 Joel

 ___
 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


[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Horst hom...@yahoo.com changed:

   What|Removed |Added

 Depends on||45893

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


[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

--- Comment #104 from Horst hom...@yahoo.com 2012-09-02 16:50:59 UTC ---
 Bug 45893 CHART printing directly is  amissing feature which is included in
Excel and in Lotus 123 for around 20 years. The workaround to export the chart
to PDF and then print from there is working but a total mess and waste of time
to get it right ( changing page properties, changing chart window and alot
trial and error).

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


[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

Horst hom...@yahoo.com changed:

   What|Removed |Added

 Depends on||45893

--- Comment #365 from Horst hom...@yahoo.com 2012-09-02 16:56:59 UTC ---
 Bug 45893 CHART printing directly is  amissing feature which is included in
Excel and in Lotus 123 for around 20 years. The workaround to export the chart
to PDF and then print from there is working but a total mess and waste of time
to get it right ( changing page properties, changing chart window and alot
trial and error).

-- 
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: CTL Default

2012-09-02 Thread Rainer Bielefeld

Nathan Wells schrieb:

Yes, some locales have CTL enabled as the default.



Hi,

yes, of course. The question is whether e-mail writer has had activated 
a Locale where that's not required. Where not, CTL (Complex Text Layout) 
should be disabled. It offers an additional Dialog for CTL fonts and 
lot's of other frills users really only need for CTL, so I think it 
should be disabled for languages where it is not required.


Best regards


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


Re: Switch Windows to MinGW [was: Minutes of the ESC call 2012-08-30]

2012-09-02 Thread David Ostrovsky

On 02.09.2012 09:38, Lionel Elie Mamane wrote:

* QA update (Rainer)
 + HardHacks:
   32948   Linux   Libreoffice/Database(?) - Address Book Data Source
Wizard fails with message No SDBC driver was found
Sent back to QA after more analysis.
This one is related to the decision of Debian/Ubuntu maintainers to 
disable LO's mozilla integration in their distro.

With mozilla disabled the mesage above is the expected behaviour.

As always with open source you have more then one work around here:

1. Compile LO yourself on Debian/Ubuntu. Don't forget to enable mozilla 
as it currently disabled per default.
2. Watch ongoing efforts to provide alternative (not mozilla based) mork 
driver implementation, or ... better help out there ;-) 
https://bugs.freedesktop.org/show_bug.cgi?id=51004

3. If all above fail for your change your distribution.

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


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

2012-09-02 Thread Libreoffice Gerrit user
 sw/inc/acmplwrd.hxx |   16 -
 sw/source/core/doc/acmplwrd.cxx |   44 -
 sw/source/ui/docvw/edtwin.cxx   |  126 +---
 3 files changed, 160 insertions(+), 26 deletions(-)

New commits:
commit 51f9e894f46e718200a14bcd61e9e44c64bc5396
Author: Nico Weyand nico.wey...@gmail.com
Date:   Sun Sep 2 22:09:38 2012 +0200

Improved usage of the auto-complete tree structure.

Auto-complete lookup structure remembers as-you-type the character
position in a word. Currently the whole word was always looked up
which was not necessary. This patch improves this.

Change-Id: I7dced25707979377ae3f696a5987956d2308aeec

diff --git a/sw/inc/acmplwrd.hxx b/sw/inc/acmplwrd.hxx
index 72421c3..8e0dd75 100644
--- a/sw/inc/acmplwrd.hxx
+++ b/sw/inc/acmplwrd.hxx
@@ -79,7 +79,21 @@ public:
 
 void CheckChangedList(const editeng::SortedAutoCompleteStrings rNewLst);
 
-bool GetWordsMatching(String aMatch, std::vectorString aWords) const;
+// Resets the current position within the tree to its root node.
+void returnToRoot();
+
+// Advances to a given node within the AutoComplete tree.
+void gotoNode(OUString sNode);
+
+// Advances from the current position towards the node keyed with cKey.
+void advance(const sal_Unicode cKey);
+
+// Goes back one char within the tree, except if the current node is 
already the root node.
+void goBack();
+
+// Returns all words matching a given prefix aMatch. If bIgnoreCurrentPos 
is set, the current
+// position within the tree is ignored and replaced by aMatch.
+bool GetWordsMatching(String aMatch, std::vectorString aWords, sal_Bool 
bIgnoreCurrentPos) const;
 };
 
 
diff --git a/sw/source/core/doc/acmplwrd.cxx b/sw/source/core/doc/acmplwrd.cxx
index d569e16..65ce21a 100644
--- a/sw/source/core/doc/acmplwrd.cxx
+++ b/sw/source/core/doc/acmplwrd.cxx
@@ -355,18 +355,52 @@ void SwAutoCompleteWord::SetMinWordLen( sal_uInt16 n )
 nMinWrdLen = n;
 }
 
-bool SwAutoCompleteWord::GetWordsMatching(String aMatch, std::vectorString 
aWords) const
+// Resets the current position within the tree to its root node.
+void SwAutoCompleteWord::returnToRoot()
 {
-OUString aStringRoot = OUString(aMatch);
-m_LookupTree-gotoNode( aStringRoot );
+m_LookupTree-returnToRoot();
+}
+
+// Advances to a given node within the AutoComplete tree.
+void SwAutoCompleteWord::gotoNode(OUString sNode)
+{
+m_LookupTree-gotoNode( sNode );
+}
+
+// Advances from the current position towards the node keyed with cKey.
+void SwAutoCompleteWord::advance(const sal_Unicode cKey)
+{
+m_LookupTree-advance( cKey );
+}
+
+// Goes back one char within the tree, except if the current node is already 
the root node.
+void SwAutoCompleteWord::goBack()
+{
+m_LookupTree-goBack();
+}
+
+// Returns all words matching a given prefix aMatch. If bIgnoreCurrentPos is 
set, the current
+// position within the tree is ignored and replaced by aMatch.
+bool SwAutoCompleteWord::GetWordsMatching(String aMatch, std::vectorString 
aWords, sal_Bool bIgnoreCurrentPos) const
+{
+OUString aStringRoot = OUString( aMatch );
+
+// The lookup tree already contains the information about the root keyword 
in most cases. Only if we don't trust that
+// information (e.g. if we need some autocompletion for a place other than 
the main writing area), the location within
+// the tree needs to be refreshed.
+if (bIgnoreCurrentPos)
+{
+m_LookupTree-gotoNode( aStringRoot );
+}
+
 OUString aAutocompleteWord = m_LookupTree-suggestAutoCompletion();
 if (aAutocompleteWord.isEmpty())
+{
 return false;
+}
 
 OUString aCompleteWord = aStringRoot + aAutocompleteWord;
-
 aWords.push_back( String(aCompleteWord) );
-
 return true;
 }
 
diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx
index 812d7bd..1ccb7fb 100644
--- a/sw/source/ui/docvw/edtwin.cxx
+++ b/sw/source/ui/docvw/edtwin.cxx
@@ -314,7 +314,9 @@ struct QuickHelpData
 if( 0 == nCurArrPos-- )
 nCurArrPos = (bEndLess  !m_bIsAutoText ) ? 
m_aHelpStrings.size()-1 : 0;
 }
-void FillStrArr( SwWrtShell rSh, const String rWord );
+
+// Fills internal structures with hopefully helpful information.
+void FillStrArr( SwWrtShell rSh, const String rWord, sal_Bool 
bIgnoreCurrentPos );
 void SortAndFilter();
 };
 
@@ -1519,6 +1521,19 @@ void SwEditWin::KeyInput(const KeyEvent rKEvt)
 sal_Bool bStopKeyInputTimer = sal_True;
 String sFmlEntry;
 
+enum SW_AutoCompleteAction { ACA_NoOp,// No maintenance 
operation required for AutoComplete tree
+ ACA_ReturnToRoot,// Input of a char 
marking the end of a word, like '.', ' ', etc.
+ ACA_SingleCharInput,
+ ACA_SingleBackspace,
+ ACA_Refresh };   // 

Adjusting an Array Range in Calc

2012-09-02 Thread Lars Callenbach
Hello,

I have a working plugin for Quantlib. Scalar results of the library (single 
numbers) are working fine. 
If I have a Matrix result (array range formula) than it is not possible to 
change the size of the array. 
What happens if I try to change the array range: the name of the formula 
changes from upper-case to lower-case (this is simply an indication that the 
function is not known) and an error message appears (error 508).

Help appreciated.

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


[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

--- Comment #366 from Adriano Afonso m...@adrianoafonso.net 2012-09-02 
21:56:16 UTC ---
Bug Proposal - Calc is too slow to open and work with big datasheet file

Since I can't find any related bug so far, is there any bug open for this
problem?

The problem is simple, the file as 30,5Mb and almost 150,000 lines, with data
from the last two years. It takes a lot to open and its very frustrating
working this the filters (it takes to long just to open the menu). 
This has been reported to me since OOo 2.1 and only now I had access to a so
large file at the enterprise I work.
I want to start to migrate some office suites, but this bug is pulling the
project out.
I can prepare a file to share if needed.

-- 
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: CTL Default

2012-09-02 Thread Nathan Wells
Hello,
If the locale had it enabled by default it most likely needs it. But even if 
not needed, having it on shouldn't cause any issues - see 
https://bugs.freedesktop.org/show_bug.cgi?id=47969

-Nathan

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

Nathan Wells schrieb:
 Yes, some locales have CTL enabled as the default.


Hi,

yes, of course. The question is whether e-mail writer has had activated 
a Locale where that's not required. Where not, CTL (Complex Text Layout) 
should be disabled. It offers an additional Dialog for CTL fonts and 
lot's of other frills users really only need for CTL, so I think it 
should be disabled for languages where it is not required.

Best regards


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


Re: CTL Default

2012-09-02 Thread Joel Madero
Right now is it associated with locale or with language selection (or 
are these the same, I honestly don't use these features at all)? If it's 
not associated with language selection maybe we should make it so. 
Otherwise, maybe putting the option in a more obvious location is a good 
idea. I can do this just need some guidance on where to place it.


I'll reply to the user, I'm not sure why he sent me a personal email 
about this instead of sending it out to the mailing list or even 
commenting on fdo.


Best Regards,
Joel

On 09/02/2012 10:57 AM, Rainer Bielefeld wrote:

Nathan Wells schrieb:

Yes, some locales have CTL enabled as the default.



Hi,

yes, of course. The question is whether e-mail writer has had 
activated a Locale where that's not required. Where not, CTL (Complex 
Text Layout) should be disabled. It offers an additional Dialog for 
CTL fonts and lot's of other frills users really only need for CTL, so 
I think it should be disabled for languages where it is not required.


Best regards


Rainer


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


Re: --enable-evolution2 in distro-configs/

2012-09-02 Thread Tor Lillqvist

 Shall I just add it to distro-configs/LibreOfficeLinux.conf ?


I *think* that the distro-configs/LibreOfficeLinux.conf is supposed to be
used only for the official TDF build for generic Linux, and not by
individual LO developers. After all, it says --with-vendor=The Document
Foundation So probably it's best to let those who handle that build take
care of this file.

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


Re: --enable/disable-mathmldtd autogen option

2012-09-02 Thread David Tardon
Hi,

On Sun, Sep 02, 2012 at 08:31:48AM +0200, Lionel Elie Mamane wrote:
 scp2/source/math/file_math.scp:#ifndef WITHOUT_MATHMLDTD
 scp2/source/math/file_math.scp-File gid_File_Html_W3c_Ipr
 scp2/source/math/file_math.scp-TXT_FILE_BODY;
 scp2/source/math/file_math.scp-Styles = (PACKED);
 scp2/source/math/file_math.scp-Dir = gid_Dir_Share_Dtd_Math_1_01;
 scp2/source/math/file_math.scp-Name = w3c_ipr_software_notice.html;
 scp2/source/math/file_math.scp-End
 scp2/source/math/file_math.scp-
 scp2/source/math/file_math.scp-#endif
 
 
 So it like it *only* installs the file w3c_ipr_software_notice.html,
 and not the file MathMLDTD/math.dtd, like it looks like it is supposed
 to.
 
 Or I misunderstand how our install/packaging process works: I assume
 Dir = gid_Dir_Share_Dtd_Math_1_01 only creates the directory, not
 installs its whole contents that is populated by Makefiles.
 
 In the other case, maybe this is a duplicate because
 MathMLDTD/Package_bin.mk has:
 
 $(eval $(call gb_Package_add_file,MathMLDTD_bin,bin/math.dtd,math.dtd))
 $(eval $(call 
 gb_Package_add_file,MathMLDTD_bin,bin/w3c_ipr_software_notice.html,w3c_ipr_software_notice.html))
 
 which looks like it would install both or none.

You are underestimating the baroque complexity of our installation
system :-) It works like this:
0. (not part of installation) The makefiles are configuration for
   gbuild: what to build and where to put the results. The built files
   are put into the solver (or $(OUTDIR) in gbuild terminology).
1. The scp files in scp2 define installation set(s), i.e., what files
   (if I simplify it) are in the _installed_ product and where. It
   contains definitions of all files (directive File) and directories
   (directive Directory); each of them has a parent directory (Dir).
2. Then there is _another_ configuration in instsetoo_native that tells
   the installation set creator (an abominable perl script) _where_ to
   look for the files to put into the installation set (a list of paths
   in solver; it works like include paths in C preprocessor).
(3. There is yet another configuration in setup_native that specifies
how the installation is split into native packages (rpms, debs), but
that has no bearing to the present discussion...)

 
 
 3) If this all works, it installs --- k!!  a *modified* MathML
DTD. So either we need the modified DTD and this should be enabled
by default, or we don't need the modified DTD (we are OK with the
pristine W3C DTD) and then why optionally install a modified one?
We should *maybe* optionally install the *pristine* one. I can
imagine we'd like to bundle it at least on platforms where it is
not already available?
 
Anybody has any info on that?

Commit c12f405260d8620ccafe9d46d7883cc7519ff285 contains the
modifications. The added namespace prefix looks entirely bogus to me
(but I have not used DTDs for a looong time, so maybe I just do not
remember why it might be needed). The removed references for ISO
entities make some sense, because LibreOffice does never write entities
and it would mean we need to include these DTDs in the installation too,
otherwise the validation would still fail on the platforms where they
are not already available.

Of course, that does not answer the question why should we bother
installing the math.dtd at all, because AFAIK we do not do any
validation by default.

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


[Libreoffice-bugs] [Bug 37361] LibreOffice 3.5 most annoying bugs

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

Lionel Elie Mamane lio...@mamane.lu changed:

   What|Removed |Added

 Depends on||53557

--- Comment #364 from Lionel Elie Mamane lio...@mamane.lu 2012-09-02 03:43:15 
UTC ---
bug 53557, base crasher on any calculated field

-- 
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.
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 51976] FILEOPEN: Base embedded HSQLDB even slower than 3.5.5: open / scroll through table

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51976

--- Comment #10 from fred fro...@yahoo.com.au 2012-09-02 03:55:21 UTC ---
  Not sure if this info is relevant now, but FWIW, moving to the end of a 
  large
  table (20,000+ records, 25+ columns) on Mac OS X.6 seems to be much worse 
  with the current LO version:
  84 seconds - LO 3.6.0.4
  7  seconds - LO 3.5.5
  4  seconds - LO 3.4.6

I might also add that I've just tested the same DB as I used to generate the
above timings with Apache OpenOffice.org 3.4.1 and the timing is about 3
seconds!

-- 
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 43298] MinGW FILEOPEN hang instead of error message when using ADO

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43298

--- Comment #9 from Lionel Elie Mamane lio...@mamane.lu 2012-09-02 04:48:12 
UTC ---
Reproduction instructions:

1) Launch New database wizard

2) choose connect to existing database: ADO

3) Next

4) Enter as connection string:

   Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\path\to\some\file\foo.ext;Extended
Properties=text;HDR=Yes;FMT=Delimited;

5) Next / do not register / Open database for editing

6) click on tables in left pane

-- 
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 32948] Address Book Data Source Wizard fails with message No SDBC driver was found

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32948

--- Comment #57 from Lionel Elie Mamane lio...@mamane.lu 2012-09-02 05:00:14 
UTC ---
(In reply to comment #56)

 When I search for more Information the URL sdbc:address:kab was not found.
 I think it could not be found, because the right URL has to be sdbc:kab. 
 Thats the URL I see, when I open
 Extras → Options →LibreOffice Base → Connections.

I think sdbc:address:kab is the right one.

I don't see either in my (the default) Extras → Options →LibreOffice Base →
Connections.

-- 
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 54354] : some characters is not greek in the catelog if the UI laguage is arabic!

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54354

safa alfulaij safaalful...@hotmail.com changed:

   What|Removed |Added

Summary|: some characters is not|: some characters is not
   |greek in the catelog if the |greek in the catelog if the
   |UI set to arabic!   |UI laguage is arabic!

-- 
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 52273] Base's open-existing-file dropdown list can not display Thai database name correctly.

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52273

--- Comment #10 from sandthorn hotgue...@hotmail.com 2012-09-02 05:27:59 UTC 
---
I confirm that this has been fixed.

3.6.0.4 Release can not reproduce the bug.

You may close this.

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 52272] Some Thai words can not be input in the text field of Base.

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52272

--- Comment #2 from sandthorn hotgue...@hotmail.com 2012-09-02 05:30:19 UTC 
---
I confirm that this has been fixed.

3.6.0.4 Release can not reproduce the bug.

You may close this.

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 54241] : Page Format Change Missing Document Content in DOCX

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54241

ign_christ...@yahoo.com changed:

   What|Removed |Added

   Platform|Other   |x86 (IA32)
 OS/Version|All |Windows (All)
 Status|NEEDINFO|NEW
   Severity|normal  |critical
   Priority|medium  |high

--- Comment #2 from ign_christ...@yahoo.com 2012-09-02 05:33:00 UTC ---
Steps to reproduce:
1. Open new document 
2. Format Page : Legal, all margins 1 cm (left,right,top,bottom) -- OK
3. Copy image from
http://www.katolisitas.org/wp-content/gallery/front/katolisitas-logo.jpg
4. Paste to the document
5. Double click the picture - under Type - Size, click Original Size -- OK
6. Copy content from http://katolisitas.org/8725/kisah-st-yohanes-maria-vianney
(don't copy all using ctrl-A, block content from words The story of St John
Mary Vianney under web header to words Email if there are new comments. You
can also Subscribe without comment. near web footer.
7. Paste to the document under the picture
8. Save as BugReport.docx (Microsoft Word 2007/2010 XML)
9. Save as BugReport.doc (Microsoft Word 97/2000/XP/2003)
10. See the strange behaviour within docx document (page format change, read
error picture, truncated content on many last pages)

Current behavior: see attachment BugReport.docx

Expected behavior: see attachment BugReport.doc

-- 
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 54241] : Page Format Change Missing Document Content in DOCX

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54241

--- Comment #3 from ign_christ...@yahoo.com 2012-09-02 05:34:47 UTC ---
Created attachment 66480
  -- https://bugs.freedesktop.org/attachment.cgi?id=66480
File with unexpected strange behaviour

-- 
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 54241] : Page Format Change Missing Document Content in DOCX

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54241

--- Comment #4 from ign_christ...@yahoo.com 2012-09-02 05:35:58 UTC ---
Created attachment 66481
  -- https://bugs.freedesktop.org/attachment.cgi?id=66481
Expected document

-- 
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 52273] Base's open-existing-file dropdown list can not display Thai database name correctly.

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52273

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WORKSFORME
 AssignedTo|libreoffice-b...@lists.free |tima...@gmail.com
   |desktop.org |

-- 
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 54373] New: Extensionname: [pdfimport] build failure: assertion failed in (anonymous namespace)::PDFITest::testXPDFParser

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54373

 Bug #: 54373
   Summary: Extensionname: [pdfimport] build failure: assertion
failed in (anonymous
namespace)::PDFITest::testXPDFParser
Classification: Unclassified
   Product: LibreOffice
   Version: 3.6.1.2 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Extensions
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: asolo...@gmx.com


Problem description:
When building LibreOffice 3.6.1.2, build fails w/ the following:
---
Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 512 occurred while making
/tmp/portage/app-office/libreoffice-3.6.1.2/work/libreoffice-core-3.6.1.2/tail_build/prj

 it seems that the error is inside 'tail_build', please re-run build
 inside this module to isolate the error and/or test your fix:

build_error.log should contain the captured output of the failed module(s)

---

The corresponding error is:
[ build CXX ] sfx2/source/appl/app.cxx
tests.cxx:132:Assertion
Test name: (anonymous namespace)::PDFITest::testXPDFParser
assertion failed
- Expression: rtl::math::approxEqual(m_aHyperlinkBounds.X1,34.7 )  rtl::math:
:approxEqual(m_aHyperlinkBounds.Y1,386.0)  rtl::math::approxEqual(m_aHyperlin
kBounds.X2,166.7)  rtl::math::approxEqual(m_aHyperlinkBounds.Y2,406.2)
- Correct hyperlink bounding box

Failures !!!
Run: 3   Failure total: 1   Failures: 1   Errors: 0

Error: a unit test failed, please do one of:

export DEBUGCPPUNIT=TRUE# for exception catching
export GDBCPPUNITTRACE=gdb --args # for interactive debugging
export VALGRIND=memcheck# for memory checking
and retry.

This failure seems to be similar w/ one described at
http://lists.freedesktop.org/archives/libreoffice/2012-March/027790.html.

Steps to reproduce:
Try to build LibreOffice w/ pdfimport extension

Current behavior:
Build failure

Expected behavior:
Successful build

Platform (if different from the browser):
GNU/Linux x86_64

-- 
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 54373] [PDF Import] build failure: assertion failed in (anonymous namespace)::PDFITest::testXPDFParser

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54373

Arseny Solokha asolo...@gmx.com changed:

   What|Removed |Added

Summary|Extensionname: [pdfimport]  |[PDF Import] build failure:
   |build failure: assertion|assertion failed in
   |failed in (anonymous   |(anonymous
   |namespace)::PDFITest::testX |namespace)::PDFITest::testX
   |PDFParser  |PDFParser

-- 
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 54373] [PDF Import] build failure: assertion failed in (anonymous namespace)::PDFITest::testXPDFParser

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54373

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

   What|Removed |Added

 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 53070] FILEOPEN: Opening MS Access 2007 file freezes/hangs LibreOffice

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53070

--- Comment #11 from John Smith lbalba...@gmail.com 2012-09-02 06:31:01 UTC 
---
Why is the status still 'NEEDINFO' ? What further info is needed, or do I need
to deliver ? 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 54374] New: Crash when sliding the File-menu down

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54374

 Bug #: 54374
   Summary: Crash when sliding the File-menu down
Classification: Unclassified
   Product: LibreOffice
   Version: 3.6.1.2 release
  Platform: x86 (IA32)
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: critical
  Priority: medium
 Component: UI
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: j.f.lant...@inter.nl.net


Created attachment 66482
  -- https://bugs.freedesktop.org/attachment.cgi?id=66482
Document as mentioned above.

After opening a specific document (document was reduced in size for your
convenience) an attempt was made to print it.
However every time, after opening the FILE menu, when moving the cursor down,
WRITER crashes when 'passing by' the entry SEND.
Every time WRITER sends a bug report but the document must be recovered and
opened again and again.

This problem has been there for several releases, I had hoped it would go away
at release 3.6

The only thing that's special about the document is that it uses the Times font
in the UNICODE extended area.

Document attached.

;JOOP!

-- 
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 54375] New: TDF Site: DOWNLOAD hints for Portable LibO obsolete

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54375

 Bug #: 54375
   Summary: TDF Site: DOWNLOAD hints for Portable LibO obsolete
Classification: Unclassified
   Product: LibreOffice
   Version: 3.6.1.2 release
  Platform: Other
   URL: http://www.libreoffice.org/download/portable/
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: WWW
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: libreoff...@bielefeldundbuss.de
CC: webs...@global.libreoffice.org


On a.m. Page 3.5.5 currently is listed as state of the art, but 3.6.1 is
available on http://portableapps.com/de/apps/office/libreoffice_portable

International Sites I checked:
German: Up to date (3.6.1 offered)
French: Up to date (3.6.1 offered)
Spanish: No hint concerning portable found

BTW, Spanish site is rather outdated (they offer a LibreOffice 3.4.4 RC 1
(28.10.2011) for download, may be you can ping someone?

-- 
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 51435] TDF Site: Download hints with obsolete versions

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51435

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

   What|Removed |Added

 Status|NEW |RESOLVED
  Status Whiteboard||(target:3.6.1)
 Resolution||WORKSFORME
 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-09-02 06:50:50 UTC ---
No longer reproducible

-- 
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 50029] German download page is still the old ugly layout and should be updated as the intl. one

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50029

Bug 50029 depends on bug 51435, which changed state.

Bug 51435 Summary: TDF Site: Download hints with obsolete versions
https://bugs.freedesktop.org/show_bug.cgi?id=51435

   What|Old Value   |New Value

 Resolution||WORKSFORME
 Status|NEW |RESOLVED

-- 
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 54376] New: reads files one byte at a time

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54376

 Bug #: 54376
   Summary: reads files one byte at a time
Classification: Unclassified
   Product: LibreOffice
   Version: 3.6.1.1 rc
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: lio...@mamane.lu


I was trying to see why LibreOffice was taking a long time starting. An strace
shows an awful lot of read() system calls for just one byte. That makes reading
the file *much* slower: use buffered I/O. Just use libc's fopen/fread instead
of the OS's syscalls open/read, and even no need to change program logic if it
wants to treat the characters one by one. (If it calls fread on several
characters at once, it will be even faster...)

Here's one specific example I caught. That's reading the file 
swext/mediawiki/help/wikiformats.xhp

Someone knows which function/file/part of LibreOffice reads that file?


read(30, n, 1)= 1
read(30,  , 1)= 1
read(30, W, 1)= 1
read(30, i, 1)= 1
read(30, k, 1)= 1
read(30, i, 1)= 1
read(30,  , 1)= 1
read(30, a, 1)= 1
read(30, r, 1)= 1
read(30, t, 1)= 1
read(30, i, 1)= 1
read(30, c, 1)= 1
read(30, l, 1)= 1
read(30, e, 1)= 1
read(30, s, 1)= 1
read(30, ., 1)= 1
read(30,  , 1)= 1
read(30, N, 1)= 1
read(30, e, 1)= 1
read(30, v, 1)= 1
read(30, e, 1)= 1
read(30, r, 1)= 1
read(30, t, 1)= 1
read(30, h, 1)= 1
read(30, e, 1)= 1
read(30, l, 1)= 1
read(30, e, 1)= 1
read(30, s, 1)= 1
read(30, s, 1)= 1
read(30, ,, 1)= 1
read(30,  , 1)= 1
read(30, t, 1)= 1
read(30, e, 1)= 1
read(30, x, 1)= 1
read(30, t, 1)= 1
read(30,  , 1)= 1
read(30, a, 1)= 1
read(30, l, 1)= 1
read(30, i, 1)= 1
read(30, g, 1)= 1
read(30, n, 1)= 1
read(30, m, 1)= 1
read(30, e, 1)= 1
read(30, n, 1)= 1
read(30, t, 1)= 1
read(30,  , 1)= 1
read(30, i, 1)= 1

-- 
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 32948] Address Book Data Source Wizard fails with message No SDBC driver was found

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32948

Lionel Elie Mamane lio...@mamane.lu changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #58 from Lionel Elie Mamane lio...@mamane.lu 2012-09-02 07:34:36 
UTC ---
(In reply to comment #56)
 Tried to connect KDE-Adressbook.
 OpenSuSE 11.4, 32bit, LO 3.3.4 and LO 3.5.4.2 → connection works

OK, as we have reports that:

 - it works on 32 bits
 - does not work on 32 bits

I'm going to assume this is *not* related to 32/64 bits.


More fundamentally, I have the impression we are mixing several different bugs
here:

1) Do the right options appear in the Address Book Data Source wizard?

2) Do these options work as expected?


Each missing, and each not-working option could be a *different* bug. One of
these multiple bugs could be linked to 32/64 bits.

Especially, the libebook discussion should be relevant *only* to does
Evolution appear in the list / work, and not to any other entry.


Wrt to 1):

1.1) evolution missing: duh... Not enabled in our builds :-|

In my testing (my libreoffice-3-6 development tree and LibreOffice 3.6.1.1
official amd64 .debs on Debian amd64 with package libebook-1.2-12 version
3.2.2-3, file /usr/lib/libebook-1.2.so.12), I have:

Mozilla / Netscape
Thunderbird/Icedove
LDAP
Other

The first two don't work, saying that no address book directory is available.
As this is very well possible (I don't use any of these programs), this does
not necessarily indicate a bug.

LDAP: seems to work, don't have an actual LDAP server to completely test.

Other: seems to work, did not go all the way to a connection


I don't have KDE address book listed: duh, I don't have KDE installed.

I don't have evolution address book listed: I don't use Evolution, so maybe not
a bug. Maybe still a bug.


So I'm sending this back to QA:

1) Please open a new bug for each separate issue, and include me in CC

2) Make it a blocker of this bug

3) include exact reproduction instructions on what is needed
   on a fresh system to create said Address Book
   before LibreOffice is supposed to be able to use it:

   a) install what program
  (please not all of KDE or something like that)
   b) do what in that program to create a new address book and
  a few entries in it, ...

   Also include exact settings (if any) needed in LibreOffice
   (e.g. LDAP connection string, BaseDN, ...)

   If needs connection to a server, try to find
   a publicly available server.
   E.g. for LDAP, the Debian LDAP directory may do (I don't know).


If the issue is all entries missing (or all except Other), that's probably
a single issue. Don't open a bug per missing entry. But if *some* are missing,
probably multiple issues (exception: Evolution, Groupwise and Evolution LDAP
are served by the same driver, so if all three are missing,l it is a single
issue).

Same for some/all not working.

-- 
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 54241] : Page Format Change Missing Document Content in DOCX

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54241

--- Comment #5 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-09-02 
08:04:01 UTC ---
When you copy a webpage you need to cleanup the result in your document :
- pictures: menu Edit  Links -- break all links
- remove html code
- remove not useful pictures : if you need to keep facebook button and others
like that, perhaps you should save the page from your browser and keep it in
html.

In other words, make a clean document in OpenDocument format (.odt) and when it
is finished you can export this document to foreign formats like ooxml or pdf.

Side note: your link gives me a page which is not in English. Google suggested
me it is in Malaysian. This shows that your step by step scenario is not
exactly the one you followed to make your bugdocs.

Best regards. JBF

-- 
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 53027] EDITING: dBase-Import-Wizard choose wrong fieldtypes for importing tables

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53027

--- Comment #4 from rob...@familiegrosskopf.de 2012-09-02 08:10:16 UTC ---
@Jochen,

before you could import a dBase table into Base you have to create a new
database in Base. The wizard asks, when creating a new connection to a
dBase-Database, for the folder, where to look for the dBase-files. Formerly all
dBase-files were shown as tables in this new Base-Database.

Then create a new standalone Base-file: 
Database → Create a new database → Open the database for editing ..

Now you have two databases: 
The database, which connects to the dBase-files and shows all the tables inside
a folder ending with *.dbf
The new database for importing the tables form the dBase-Database.

With a right-click of the mousebutton over a dBase-Tabele from your Base-file,
which connects to the dBase-files, you could copy this table. After this action
go to the new database, whre the file should be imported. Now you have to paste
the file. The import-wizard appears as shown in the description
https://bugs.freedesktop.org/attachment.cgi?id=65021 .

When you will import the table without changing the filed-types a popup
appears: A error occured. This happens, because there are values in the
table, which could not be shown with the filed-types the wizard will create.
And the field-types, the wizard will create, are not the same which were shown,
when opening the *.dbf-file with LO-Calc. When you change the filed-types and
length, the wizard creates, to the field-types and length, which are shown in
Calc, the import 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 54378] New: LO reproducibly crashing when pasting formula

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54378

 Bug #: 54378
   Summary: LO reproducibly crashing when pasting formula
Classification: Unclassified
   Product: LibreOffice
   Version: 3.6.1.2 release
  Platform: Other
OS/Version: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: filtertheo...@web.de


Created attachment 66483
  -- https://bugs.freedesktop.org/attachment.cgi?id=66483
Spreadsheet that crashes when I paste a valid formula over an invalid one

See attached spreadsheet.

On sheet Coverage you'll find cells with valid formulas and some with invalid
formulas. (The main error in the invalid formulas is the use of ! instead of
. to separate sheet names and cell addresses.)

Whenever I try to copy a valid formula (say, Coverage.B6) into a cell with an
invalid formula (say, Coverage.B7), LibreOffice crashes instantly. The
spreadsheet can be recovered upon restart, though.

Applies to LibreOffice 3.6.1.2 on Mac OS X 10.8.1

Libreoffice 3.6.1.2 on Windows 7 Professional (64 bit) with SP 1 doesn't show
this behavior. 

Have not checked Linux yet.

-- 
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 54368] [Portable] will CRASH at launch when installed in path with too long name

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54368

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||NOTOURBUG
 CC||LibreOffice@bielefeldundbus
   ||s.de
Summary|: Path issue|[Portable] will CRASH at
   ||launch when installed in
   ||path with too long name

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-09-02 08:25:15 UTC ---
More or less [Reproducible] with Portable LibreOffice 3.6.1.2  German UI/
German Locale [Build-ID:  e29a214] on German WIN7 Home Premium (64bit) 

There are major problems to install Portable in a very deep path structure with
long name (I got an error message Impossible to overwrite ..)
Example path:
C:\Users\user\Portable_Suite\Portable_SuitePortableAppsLibreOfficePortable\Hereinstall
but this might be something different

I installed in 
C:\Users\user\LibOPortable361, what is possible, but LibO crashes at any
attempt to launch  it

Works from 
C:\LibOPortable361\LibreOfficePortable\

Working path name is longer, but contains less paths above portable.exe
What ever that might mean.

I did not compare to 3.5

I think currently we should wait fro progress with John T. Haller's attempts
you can see on a.m. URL.

@Reporter:
Please feel free to reopen this bug if there will not be any solution on
http://portableapps.com/node/34258 until 2012-Spept.-15

-- 
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 53023] AutoText editing embeds extra carriage return on user shortcuts

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53023

Jean-Baptiste Faure jbf.fa...@orange.fr changed:

   What|Removed |Added

   Platform|x86 (IA32)  |All
 OS/Version|Windows (All)   |All
 Status|UNCONFIRMED |NEW
 CC||jbf.fa...@orange.fr
 Ever Confirmed|0   |1
   See Also||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=79861
Version|3.5.5.3 release |3.3.0 release

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-09-02 
08:32:31 UTC ---
Old bug, already there in OOo 2 :
https://issues.apache.org/ooo/show_bug.cgi?id=79861
Set version accordingly : 3.3.0

Best regards. JBF

-- 
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 45675] Crash of LibreOffice Base appears after trying to edit remote database data field via ODBC

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45675

Lionel Elie Mamane lio...@mamane.lu changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |

--- Comment #12 from Lionel Elie Mamane lio...@mamane.lu 2012-09-02 08:32:51 
UTC ---
(In reply to comment #11)
 Set status to RESOLVED - WORKSFORME

That's harsh, and wrong. NEEDINFO is right.

@grofaty: Trying to download from
http://www-01.ibm.com/software/data/db2/express/download.html fails:

I click on Get free database / DB2 Express-C 10.1 for Linux 64-bit, then on
Proceed without an IBM ID.

I get error message

 We have no information about the product you requested.
 Please reload the page that brought you here and try again.

 message code: 59e


Trying to download ODBC driver:

 Click Get database drivers / Data server drivers for Java, .NET, and other
platforms, then Data Server Client Packages (GA level), then IBM Data
Server Driver for ODBC and CLI (CLI Driver). No Proceed without an IBM ID
option.



If you are willing to give me a server to connect to and ODBC drivers I can
install (GNU/Linux 64 bits), I'd be interested to take a shot at it. The server
could be over a VPN, or a cloud offering (they talk about Amazon EC2 and IBM
SmartCloud), or maybe IBM runs a public play / demo server?

I *might* be able to do something with an ODBC trace; it depends if something
obvious is visible in it or not.

Else (unless another developer picks it up), you'll need to give much more info
for me to have a shot at it. In particular, run a debug version (with option
--norestore) and provide a stack backtrace of the 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 45675] Crash after edit field value; connected to IBM DB2 via ODBC

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45675

Lionel Elie Mamane lio...@mamane.lu changed:

   What|Removed |Added

Summary|Crash of LibreOffice Base   |Crash after edit field
   |appears after trying to |value; connected to IBM DB2
   |edit remote database data   |via ODBC
   |field via ODBC  |

-- 
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 45675] Crash after edit field value; connected to IBM DB2 via ODBC

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45675

Lionel Elie Mamane lio...@mamane.lu changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO

-- 
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 44310] Base: Table field format, format code error. Field formatting resets.

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44310

jorge.albe...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||MOVED

--- Comment #13 from jorge.albe...@gmail.com 2012-09-02 09:03:00 UTC ---
Dear all,

Thank you for all your given support.

I have decided to close the bug as I'm simply unable to replicate the error
outside of my old database. 

(Maybe my old database odb file that goes back a number of versions and I use
everyday and have edited 100s of times might have gotten corrupted/ carries
some legacy bug/ or who knows what...)

So: for now I'm closing this bug.

Thank you 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 54343] Libreoffice 3.6 Calc crashes copy paste whole sheet

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54343

--- Comment #3 from Julien Nabet serval2...@yahoo.fr 2012-09-02 09:07:58 UTC 
---
Since there's a segfault and according to your comment1, you don't have a
freeze but a crash.
With gdb of course, it seems to be a freeze because, after a segfault, gdb
prevents LO to keep on (except if you ask it explicitely to with a command like
continue)

In brief, you mustn't type Ctrl-C in your case, you just have to type
backtrace full

-- 
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 45675] Crash after edit field value; connected to IBM DB2 via ODBC

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45675

--- Comment #13 from grofaty grof...@hotmail.com 2012-09-02 09:17:47 UTC ---
Alex Thurgood:
In your title, you mention a remote connection.
This would imply that your
DB2 server and clients (WinXP? Vista? 7?)
are not on the same physical machines
(unless they're virtualised).
I have tried both local database and remove database (all on Windows XP) and
there is the same problem. Someone also changed the bug title now which is more
correct now.

-- 
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 54380] New: : LibO Makes Windows 7 Shell to hang on specific actions.

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54380

 Bug #: 54380
   Summary: : LibO Makes Windows 7 Shell to hang on specific
actions.
Classification: Unclassified
   Product: LibreOffice
   Version: 3.6.1.2 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: UI
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: vecu.boss...@gmail.com


Problem description: 

Once installed on my 64-bits Windows 7 system, my Windows Shell hangs if I
create a new empty file with one of the ODF file extensions .odt and .odg (and
possibly any)

The Windows Shell also hangs if I select a subfolder (without opening) which
contains such an empty file of said ODF extension (.odt , .odg , ...)

Steps to reproduce:
1. Have LibreOffice 3.6.1.2 installed on a 64-bits Windows 7 system
2. Create an EvilDocument directory somewhere (possibly on your desktop), and
an EvilDocument/Content subdirectory.
3. Open the EvilDocument/Content subdirectory with your Windows shell and
create here a new empty (0-byte) file with .odt extension: Your shell hangs!
The shell must be configured for not to mask well known file extensions to be
able to do this.

Current behavior:

The Windows Shell hangs and is restarted. It would even restart indefinitely if
the empty (0-byte) .odt file was created directly on your Desktop directory.

Expected behavior:

The Windows Shell would not hang.

Platform (if different from the browser): 

Browser: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101
Firefox/15.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 45675] Crash after edit field value; connected to IBM DB2 via ODBC

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45675

--- Comment #14 from grofaty grof...@hotmail.com 2012-09-02 09:18:08 UTC ---
Lionel Elie Mamane:
I click on Get free database
DB2 Express-C 10.1 for Linux 64-bit, then on
Proceed without an IBM ID.
Yes it really returns error message if Proceed without and IBM ID is
selected, strange... I suggest to register so click on link Get and IBM ID,
enter data into registration form and then download software. It is free of
charge.

To install DB2 on Linux I recommend to use the following tutorial:
http://ibiblio.org/pub/Linux/docs/HOWTO/other-formats/pdf/DB2-HOWTO.pdf
It is little bit old, but install process is still the same (just use chapter
of distribution you use).

When I reported bug few months ago there was DB2 Express-C 9.7 available, but
when IBM releases new version old one is removed from download page. But I have
tried the same problem also appears in DB2 Express-C v10.1.

-- 
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 49280] UI: 'Forms next record- tooltip' shows wrong shortcut

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49280

--- Comment #8 from Jochen d...@jochenschiffers.de 2012-09-02 09:22:42 UTC ---
Hi reporter,

I try to reproduce your bugreport. But I found no error in LO 3.5.5 and LO
3.6.x (OS: Windows 7 and Windows XP).

First I would like to clarify what you mean with bug.
In attach 1 I see Nächster Datensatz(symbol^-).
For LO 3.5.5 in German version of LO I see Nächster Datensatz (Strg+Alt+Nach
links (i.e. no symbol but only text). This is correct.
For LO 3.6.1 in German version of LO same correct behavior.

Conclusion:
Perhaps a problem on your PC or a problem with OS MAC.

Proposal:
Look for a another MAC-User using LibreOffice in your circle of friends or post
the problem on a mailing-list of LibreOffice (if you ar German e.g. on
disc...@de.libreoffice.org

-- 
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 50577] Please could we have a download counter to see the rise of LibreOffice

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50577

Jean Spiteri beimaginativeegr...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|ASSIGNED

--- Comment #4 from Jean Spiteri beimaginativeegr...@gmail.com 2012-09-02 
09:29:37 UTC ---
First of all, sorry for the delay in replying I've been overwhelmed with work.
I'm also posting a topic on the WWW mailing list so that we can discuss this. 

Actually, I agree with this idea. There are different ways how this can be
implemented. One of these is that we add a download counter to the current
download page. However, I have another idea that is that we add a new thing to
our download page. 

If you try to download Firefox (as of August 2012), when you click the
Download button you get redirected to a Thanks page which also includes a
newsletter form. In this page, the download begins. I think this is a good idea
for LibreOffice too. There we would add the download counter and also a
Donate section. If I get good feedback from the mailing list, I'll create a
sample page to get more valuable feedback. For now, I'll assign this to me.
I'll reply in a week with more details on the feedback I receive.

-- 
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 50577] Please could we have a download counter to see the rise of LibreOffice

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50577

Jean Spiteri beimaginativeegr...@gmail.com changed:

   What|Removed |Added

 AssignedTo|libreoffice-b...@lists.free |beimaginativeegroup@gmail.c
   |desktop.org |om

-- 
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 53070] FILEOPEN: Opening MS Access 2007 file freezes/hangs LibreOffice

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53070

--- Comment #12 from Jochen d...@jochenschiffers.de 2012-09-02 09:34:00 UTC 
---
Hi John,

your bugreport must be confirmed. To reproduce takes much time. On average I
edit 1 bug in 1 or 2 days because there are most vague informations. I will
test your bugreport if I have time.
But perhaps another person has time?

-- 
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 53027] EDITING: dBase-Import-Wizard choose wrong fieldtypes for importing tables

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53027

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

   What|Removed |Added

 CC|LibreOffice@bielefeldundbus |
   |s.de|

--- Comment #5 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-09-02 09:43:31 UTC ---
Hi Robert,
your explanation starts far behind the point interesting here. We need the few
mouse clicks required to reproduce the effect. Something like Then create a
new standalone Base-file: Database → Create a new database → Open the database
for editing .. does not exist in my LibO, or I can't find it, and be sure, I
will not look for it, I have to do enough. It would really help if you could
respect the Step by step instruction with every mouse click and every key
press hint. Bug 43431 shows how that should be done.

-- 
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 46272] VIEWING: Shape Circular Arrow looks distorted

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46272

Lennard Wasserthal wassert...@nefkom.net changed:

   What|Removed |Added

 OS/Version|Windows (All)   |All
 CC||wassert...@nefkom.net

-- 
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 45675] Crash after edit field value; connected to IBM DB2 via ODBC

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45675

--- Comment #15 from Jochen d...@jochenschiffers.de 2012-09-02 09:46:56 UTC 
---
Hi Lionel,

what do you think is now the correct status? Do you need more informations?

-- 
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 52272] Some Thai words can not be input in the text field of Base.

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52272

Jochen d...@jochenschiffers.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

-- 
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 33239] RPT: ORDER BY clause dropped in analyze sql: no case

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33239

Jochen d...@jochenschiffers.de changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #11 from Jochen d...@jochenschiffers.de 2012-09-02 10:09:28 UTC 
---
IMHO no open questions. Set status ti 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 45148] : Base is changing variable datatypes when linking subforms.

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45148

--- Comment #4 from Jochen d...@jochenschiffers.de 2012-09-02 10:12:03 UTC ---
@reporter:
Please attach an example .odb file and database dump (pg_dump) to reproduce the
issue.
Please answer the questions. Otherwise this bugreport will be closed.

-- 
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 52948] EDITING: Report-Builder - Print when Group change has no function

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52948

--- Comment #2 from rob...@familiegrosskopf.de 2012-09-02 10:16:33 UTC ---
Created attachment 66485
  -- https://bugs.freedesktop.org/attachment.cgi?id=66485
Where to find print when group change

Only a picture, which shows, where to find this function.
When I have a look at the specifications of the report-builder, there is
described:
Print When Group Change
Specifies that the element gets printed when the group changes.
Standard oft the function is No.
With my tests I haven't found any difference between No an Yes. I have
marked fields in the section detail and in the section goup with Yes and
No. Could be, that I haven't guessed right what is meant with this function
...

-- 
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 46598] Form wizard data sheet style form locks and crashes LibreOffice on OSX Lion

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46598

--- Comment #18 from Jochen d...@jochenschiffers.de 2012-09-02 10:18:02 UTC 
---
(In reply to comment #17)
 Dan: do you reproduce this same behaviour with newer LO version

Hi Dan,

exits bug still?

-- 
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 52948] EDITING: Report-Builder - Print when Group change has no function

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52948

rob...@familiegrosskopf.de changed:

   What|Removed |Added

Version|unspecified |3.3.4 release

--- Comment #3 from rob...@familiegrosskopf.de 2012-09-02 10:25:05 UTC ---
@Jochen,

There have been no changes in the functionality of the report-builder since the
beginning of LO. This function has been planned for OOo since version 2.* , but
I can't guess right, what it should do, because all trial and error doesn't
help and there is no detailed description anywhere.
The problem still exists in LO 3.6.*.
A better question for the report-builder could be, if a reported problem
existed in an earlier version. There are much regessions since LO 3.3.*, no
added functions.

-- 
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 52948] EDITING: Report-Builder - Print when Group change has no function

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52948

--- Comment #4 from Jochen d...@jochenschiffers.de 2012-09-02 10:27:07 UTC ---
Hi Rainer,

IMHO we have to clarify what property Print when Group change should cause.
Who can help respectively answer this question?

-- 
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 54381] New: Printing the current side is not possible

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54381

 Bug #: 54381
   Summary: Printing the current side is not possible
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: Other
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: pe...@schinzel.info


-- 
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 53027] EDITING: dBase-Import-Wizard choose wrong fieldtypes for importing tables

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53027

--- Comment #6 from rob...@familiegrosskopf.de 2012-09-02 10:37:04 UTC ---
@Rainer

When I open LO there is a welcomescreen with all the sub-programms of LO. There
you have to click on Database.
When you have started LO directly, for example with the sub-program writer, you
could find the same with 
File → New → Database ...

-- 
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 54241] : Page Format Change Missing Document Content in DOCX

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54241

ign_christ...@yahoo.com changed:

   What|Removed |Added

  Attachment #66481|0   |1
is obsolete||

--- Comment #6 from ign_christ...@yahoo.com 2012-09-02 10:43:41 UTC ---
Created attachment 66486
  -- https://bugs.freedesktop.org/attachment.cgi?id=66486
Expected document (clean doc)

-- 
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 45681] [Calc] [AutoFilter] Inconsistent meaning of Check Box All

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45681

john.pr...@cantab.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
Version|3.5.0 release   |3.6.1.2 release

--- Comment #1 from john.pr...@cantab.net 2012-09-02 10:50:54 UTC ---
Confirmed - the meaning of the 'All' checkbox varies depending on whether there
is filtering in another column or not.

I agree that it is logically inconsistent to show the 'All' box ticked when it
only means all of the things which are currently visible after other filters
are applied.

Ideas for solution:
 * 'All' should be shaded in this situation.
 * all items still show in the box even when a filter is applied elsewhere,
meaning they are not actually visible, but ones which are hidden (e.g. '3's in
the example) are moved to the bottom of the list and written in grey type to
make it clear they are not currently visible below.
 * add a tab to the dropdown to allow working with currently visible data or
all data

-- 
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 54241] : Page Format Change Missing Document Content in DOCX

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54241

--- Comment #7 from ign_christ...@yahoo.com 2012-09-02 10:54:43 UTC ---
I posted another doc file with all the links broken.

Sorry the link is in Indonesian. I use Google to tranlate to English. (Google
Chrome browser)

Top right button (wrench button) at browser  Settings  check mark 'Offer to
translate pages that aren't in a language I read'  go to the link

I try to show results from the web as it is, without any modification, to
indicate the presence of bugs.

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 54309] EDITING: CRASH if in middle of table a field of columns and rows are marked to insert new cells /shift right

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54309

--- Comment #3 from Karl jkl...@freenet.de 2012-09-02 10:55:49 UTC ---
Solved in 3.6.2 daily

regards

karl

-- 
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 54382] New: EDITING: Sort using autofilter doesn't work with blank column header

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54382

 Bug #: 54382
   Summary: EDITING: Sort using autofilter doesn't work with blank
column header
Classification: Unclassified
   Product: LibreOffice
   Version: 3.6.1.2 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: john.pr...@cantab.net


Created attachment 66487
  -- https://bugs.freedesktop.org/attachment.cgi?id=66487
An example - just sort column B using autofilter

Problem description: when using sort from the sutofilter menu it goes wrong
when any column has a blank header

Steps to reproduce:
1. create a spreadsheet with an autofilter; one column must not have a column
header (e.g. attached file)
2. open the sutofilter drop down and select 'sort ascending'

Current behavior: headings move to the bottom of the data (or elsewhere) - if
they don't move, try 'sort descending'

Expected behavior: headings always stay at the top

Note: similar to Bug 54160, but not the same as he has a header in the top row.

Platform (if different from the browser): 

Browser: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.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 54241] : Page Format Change Missing Document Content in DOCX

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54241

--- Comment #8 from ign_christ...@yahoo.com 2012-09-02 10:59:39 UTC ---
Steps to reproduce:
1. Open new document 
2. Format Page : Legal, all margins 1 cm (left,right,top,bottom) -- OK
3. Copy image from
http://www.katolisitas.org/wp-content/gallery/front/katolisitas-logo.jpg
4. Paste to the document
5. Double click the picture - under Type - Size, click Original Size -- OK
6a. From Google Chrome browser : Top right button (wrench button) at browser 
Settings  check mark 'Offer to
translate pages that aren't in a language I read'  go to the link
6b. Broser will show : This page is in Malay - change Malay with Indonesian
- Translate (my default is English)
6c. Copy content from
http://katolisitas.org/8725/kisah-st-yohanes-maria-vianney
(don't copy all using ctrl-A, block content from words The story of St John
Mary Vianney under web header to words Email if there are new comments. You
can also Subscribe without comment. near web footer.
7. Paste to the document under the picture
8. Save as BugReport.docx (Microsoft Word 2007/2010 XML)
9. Save as BugReport.doc (Microsoft Word 97/2000/XP/2003)
10. See the strange behaviour within docx document (page format change, read
error picture, truncated content on many last pages)

Current behavior: see attachment BugReport.docx

Expected behavior: see attachment BugReport.doc

-- 
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 54383] New: : About dialog causing immediate crash

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54383

 Bug #: 54383
   Summary: : About dialog causing immediate crash
Classification: Unclassified
   Product: LibreOffice
   Version: 3.6.1.2 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: UI
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: ondrej.machu...@gmail.com


Created attachment 66488
  -- https://bugs.freedesktop.org/attachment.cgi?id=66488
backtrace gdb.log

Problem description: 
Starting LO 3.6, the about dialog is not being shown but LO crashes instead.


Steps to reproduce:
1. Open any Libreoffice component
2. Menu: Help  About

Current behavior: LO crashes

Expected behavior: About dialog is shown

Platform (if different from the browser): 
X11; Gentoo Linux i686, KDE 4

-- 
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 53527] EDITING ReportBuilder Field names not shown

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53527

--- Comment #25 from thack...@nexgo.de 2012-09-02 11:04:31 UTC ---
Hello Robert, *,
sorry for the delay, but too much to do the last week ... :(

I can confirm both bugs with LO Version 3.6.1.2 (Build ID: e29a214) and
Germanophone langpack under Debian Testing AMD64 ... :(
HTH
Thomas.

-- 
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 54385] New: : Comand line help causing segmentation fault

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54385

 Bug #: 54385
   Summary: : Comand line help causing segmentation fault
Classification: Unclassified
   Product: LibreOffice
   Version: 3.6.1.2 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: UI
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: ondrej.machu...@gmail.com


Created attachment 66489
  -- https://bugs.freedesktop.org/attachment.cgi?id=66489
backtrace gdb.log

Problem description: When using command line interface (CLI), the --help is
causing immediate crash.

Steps to reproduce:
1. Open commandline, eg. bash
2. cd where LO binaries are installed, in my case /usr/lib/libreoffice/program/
2. run ./soffice.bin --help

Current behavior:
 Segmentation fault.

Expected behavior: CLI help is shown

Platform (if different from the browser): 
Gentoo Linux i686

-- 
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 54383] : About dialog causing immediate crash

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54383

Ondrej Machulda ondrej.machu...@gmail.com changed:

   What|Removed |Added

 OS/Version|All |Linux (All)
 CC||ondrej.machu...@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


[Libreoffice-bugs] [Bug 54385] : Comand line help causing segmentation fault

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54385

Ondrej Machulda ondrej.machu...@gmail.com changed:

   What|Removed |Added

 OS/Version|All |Linux (All)
 CC||ondrej.machu...@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


[Libreoffice-bugs] [Bug 43277] Send Legacy Report E-Mail as ...: error message instead of opening e-mail client

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43277

--- Comment #19 from thack...@nexgo.de 2012-09-02 11:27:27 UTC ---
Hello Tony, *,
I can confirm this bug with LO Version 3.6.1.2 (Build ID: e29a214) and
installed Germanophone UI/help under Debian Testing AMD64 ... :( I am using
mutt 1.5.21, but does not be the culprit, as I am able to send documents from
within Writer and/or Calc ... ;)

HTH
Thomas.

-- 
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 53027] EDITING: dBase-Import-Wizard choose wrong fieldtypes for importing tables

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53027

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 CC||ipla...@yahoo.co.uk

--- Comment #7 from Alex Thurgood ipla...@yahoo.co.uk 2012-09-02 11:32:45 UTC 
---
@ALL : Robert's report is understandable, at least for me. I'm pretty certain I
saw this reported on the English or French user list quite a while ago with a
previous version of LO, but I will check whether I can reproduce it in a
recent(ish) master build.

Alex

-- 
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 53027] EDITING: dBase-Import-Wizard choose wrong fieldtypes for importing tables

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53027

--- Comment #8 from Alex Thurgood ipla...@yahoo.co.uk 2012-09-02 11:39:31 UTC 
---
Ok, so if you want instructions, try this :

1) Create a first ODB database file that links to one or more DBF files in a
folder.

2) Create a second database file, which is a native HSQLDB ODB container. Put
nothing in it for the time being.

3) Open both ODB files.

4) In the ODB file that links to DBF tables, click on a Table, and then Ctrl-C,
or right mouse button click and choose Copy.

5) Now click on the Tables button of your second ODB file (the native HSQLDB
one), and in the bottom central window, press Ctrl-V, or right mouse button
click and choose Paste

6) As an alternative to steps 4 and 5, you should simply be able to select a
table from the DBF-ODB and drag and drop it in the Tables lower central
window of the HSQLDB-ODB.

7) The import wizard should start.
8) Accept the defaults, and allow the wizard to add a primary key ID field.

9) See whether the operation completes without errors, and if so, whether the
imported data and field type definitions correspond to those defined in the DBF
table.


Alex

-- 
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 52600] Excel Visual Basic compatibility issue in LibreOffice Calc: Inserted Calc formula with Excel Visual Basic Code

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52600

tor24_1975...@t-online.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
Version|3.5.5.3 release |3.6.1.2 release

--- Comment #1 from tor24_1975...@t-online.de 2012-09-02 11:41:02 UTC ---
This bug occurs in version LibreOffice version 3.5.6 and 3.6.1

-- 
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 53969] FILEOPEN: ppt file that opens in 3.5.4 causes appcharsh in xp

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53969

flyingv...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||FIXED

--- Comment #5 from flyingv...@gmail.com 2012-09-02 11:42:47 UTC ---
Hello



THanks Julien Nabet i tried 3.6.1 and the crash does not occur.


Regards

JL

-- 
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 52601] Excel Visual Basic compatibility issue in LibreOffice Calc: If Not ... Like … Then

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52601

tor24_1975...@t-online.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
Version|3.5.5.3 release |3.6.1.2 release

--- Comment #1 from tor24_1975...@t-online.de 2012-09-02 11:44:38 UTC ---
This bug occurs in LibreOffice version 3.5.6 and 3.6.1

-- 
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 52602] Excel Visual Basic compatibility issue in LibreOffice Calc: NumberFormat to date/time

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52602

tor24_1975...@t-online.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
Version|3.5.5.3 release |3.6.1.2 release

--- Comment #1 from tor24_1975...@t-online.de 2012-09-02 11:45:16 UTC ---
This bug occurs in LibreOffice version 3.5.6 and 3.6.1

-- 
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 52603] Excel Visual Basic compatibility issue in LibreOffice Calc: Application.ScreenUpdating = False does not work!

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52603

tor24_1975...@t-online.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #1 from tor24_1975...@t-online.de 2012-09-02 11:45:57 UTC ---
This bug occurs in LibreOffice version 3.5.6 and 3.6.1 also

-- 
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 52603] Excel Visual Basic compatibility issue in LibreOffice Calc: Application.ScreenUpdating = False does not work!

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52603

tor24_1975...@t-online.de changed:

   What|Removed |Added

Version|3.5.5.3 release |3.6.1.2 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 53027] EDITING: dBase-Import-Wizard choose wrong fieldtypes for importing tables

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53027

--- Comment #9 from Alex Thurgood ipla...@yahoo.co.uk 2012-09-02 11:47:16 UTC 
---
I can confirm on Linux Mint 12 64bit, with LO 3.5.4
The error message is :

SQL Status: 22001
Error code: -124

Value too long in statement [INSERT INTO speciesshort (
ID,SPECIES_NR,LETTERCODE,SHORTNAME,ABBREVIAT,NATIVENAME,AUTHOR,SYNONYM,VALID_NR)
VALUES ( ?,?,?,?,?,?,?,?,?)]



Alex

-- 
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 53027] EDITING: dBase-Import-Wizard choose wrong fieldtypes for importing tables

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53027

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #10 from Alex Thurgood ipla...@yahoo.co.uk 2012-09-02 11:50:03 
UTC ---
If the user continues to press Yes in answer to the error message, it will
eventually go away (once it has reached the number of parameters required), and
the table will be created, but no data is inserted.


Alex

-- 
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 54343] Libreoffice 3.6 Calc crashes copy paste whole sheet

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54343

--- Comment #4 from andis.lazd...@gmail.com 2012-09-02 11:51:35 UTC ---
 
 In brief, you mustn't type Ctrl-C in your case, you just have to type
 backtrace full

Thank you for response!

Unfortunately I can't type anything in the terminal window. I can click there,
select certain text, but keyboard is not working in terminal

-- 
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 53027] EDITING: dBase-Import-Wizard choose wrong fieldtypes for importing tables

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53027

--- Comment #11 from Alex Thurgood ipla...@yahoo.co.uk 2012-09-02 11:54:21 
UTC ---
Also reproducible in Version 3.6.0.4 (Build ID: 932b512)

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


  1   2   3   >