[Libreoffice-commits] .: connectivity/source filter/source jvmfwk/plugins salhelper/inc sd/inc sfx2/source sw/source tools/inc vcl/inc

2011-11-27 Thread Korrawit Pruegsanusak
 connectivity/source/drivers/hsqldb/makefile.mk|2 +-
 filter/source/msfilter/svdfppt.cxx|2 +-
 jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx  |2 +-
 salhelper/inc/salhelper/simplereferenceobject.hxx |2 +-
 sd/inc/helper/simplereferencecomponent.hxx|2 +-
 sfx2/source/bastyp/minarray.cxx   |2 +-
 sw/source/core/text/pormulti.cxx  |2 +-
 sw/source/ui/docvw/SidebarWin.cxx |2 +-
 sw/source/ui/wrtsh/wrtsh1.cxx |6 +++---
 tools/inc/tools/solar.h   |2 +-
 vcl/inc/vcl/pdfwriter.hxx |2 +-
 11 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit c3dc0189848f3e4ab48985860ad1a627cec5850a
Author: Korrawit Pruegsanusak detective.conan.1...@gmail.com
Date:   Sun Nov 27 15:12:07 2011 +0700

typos fixing

diff --git a/connectivity/source/drivers/hsqldb/makefile.mk 
b/connectivity/source/drivers/hsqldb/makefile.mk
index 0401fb2..6da440d 100755
--- a/connectivity/source/drivers/hsqldb/makefile.mk
+++ b/connectivity/source/drivers/hsqldb/makefile.mk
@@ -88,7 +88,7 @@ SLOFILES=\
 SHL1VERSIONMAP=$(HSQLDB_TARGET).map
 
 # --- Library ---
-# NO $(DLLPOSTFIX) otherwise we have to find on which plattform we are for the 
java files
+# NO $(DLLPOSTFIX) otherwise we have to find on which platform we are for the 
java files
 SHL1TARGET=$(HSQLDB_TARGET)
 SHL1OBJS=$(SLOFILES)
 SHL1STDLIBS=\
diff --git a/filter/source/msfilter/svdfppt.cxx 
b/filter/source/msfilter/svdfppt.cxx
index f534f34..2e8a488 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -6634,7 +6634,7 @@ PPTTextObj::PPTTextObj( SvStream rIn, 
SdrPowerPointImport rSdrPowerPointImport
 
 case PPT_PST_RTFDateTimeMCAtom:
 {
-// Rude workaround for one 
specal case reported
+// Rude workaround for one 
special case reported
 // by a customer. 
(#i75203#)
 
 // Don't even attempt to 
handle the general use
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx 
b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
index cb3b51a..f5b4de9 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
@@ -75,7 +75,7 @@ OpenJDK at least, but probably not true for Lemotes JDK */
 #elif defined AXP
 #define JFW_PLUGIN_ARCH alpha
 #else // SPARC, INTEL, POWERPC, MIPS, ARM, IA64, M68K, HPPA, ALPHA
-#error unknown plattform
+#error unknown platform
 #endif // SPARC, INTEL, POWERPC, MIPS, ARM, IA64, M68K, HPPA, ALPHA
 
 
diff --git a/salhelper/inc/salhelper/simplereferenceobject.hxx 
b/salhelper/inc/salhelper/simplereferenceobject.hxx
index c5ef6db..43ca440 100644
--- a/salhelper/inc/salhelper/simplereferenceobject.hxx
+++ b/salhelper/inc/salhelper/simplereferenceobject.hxx
@@ -77,7 +77,7 @@ public:
 /** @ATTENTION
 The results are undefined if, for any individual instance of
 SimpleReferenceObject, the total number of calls to acquire() exceeds
-the total number of calls to release() by a plattform dependent amount
+the total number of calls to release() by a platform dependent amount
 (which, hopefully, is quite large).
  */
 inline void acquire() SAL_THROW(())
diff --git a/sd/inc/helper/simplereferencecomponent.hxx 
b/sd/inc/helper/simplereferencecomponent.hxx
index 45194d8..c4b07fc 100644
--- a/sd/inc/helper/simplereferencecomponent.hxx
+++ b/sd/inc/helper/simplereferencecomponent.hxx
@@ -51,7 +51,7 @@ public:
 /** @ATTENTION
 The results are undefined if, for any individual instance of
 SimpleReferenceComponent, the total number of calls to acquire() 
exceeds
-the total number of calls to release() by a plattform dependent amount
+the total number of calls to release() by a platform dependent amount
 (which, hopefully, is quite large).
  */
 SD_DLLPUBLIC void acquire();
diff --git a/sfx2/source/bastyp/minarray.cxx b/sfx2/source/bastyp/minarray.cxx
index 891baa7..91de9e0 100644
--- a/sfx2/source/bastyp/minarray.cxx
+++ b/sfx2/source/bastyp/minarray.cxx
@@ -220,7 +220,7 @@ void SfxPtrArr::Insert( sal_uInt16 nPos, void* rElem )
 {
 DBG_MEMTEST();
 DBG_ASSERT( sal::static_int_cast unsigned (nUsed+1)  ( USHRT_MAX / 
sizeof(void*) ), array too large );
-// Does the Array have o be copied?
+// Does the Array have to be copied?
 if ( nUnused == 0 )
 {
 // increase (rounded up ) to the next Grow-border
diff --git a/sw/source/core/text/pormulti.cxx b/sw/source/core/text/pormulti.cxx
index 95737d3..e7ea3ff 100644
--- 

[Libreoffice-commits] .: sc/source

2011-11-27 Thread Pierre-André Jacquod
 sc/source/core/data/table1.cxx |7 +--
 sc/source/core/tool/dbdata.cxx |2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 88611e702a18d2a281c22b6d9c28e881be3df223
Author: Pierre-André Jacquod pjacq...@alumni.ethz.ch
Date:   Sun Nov 27 18:17:32 2011 +0100

fdo#42286 call correctly GetDataArea to avoid unwanted shrinking

GetDataArea flags documented and call from ExtendedDataArea adapted.

diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx
index b746ffc..3cf1ca1 100644
--- a/sc/source/core/data/table1.cxx
+++ b/sc/source/core/data/table1.cxx
@@ -741,9 +741,12 @@ bool ScTable::GetDataStart( SCCOL rStartCol, SCROW 
rStartRow ) const
 void ScTable::GetDataArea( SCCOL rStartCol, SCROW rStartRow, SCCOL rEndCol, 
SCROW rEndRow,
bool bIncludeOld, bool bOnlyDown ) const
 {
-bool bLeft   = false;
+// bIncludeOld = true ensure that the returned area contains at least the 
initial area,
+//  independently of the case if this area has empty rows / 
columns at its borders
+// bOnlyDown = true means extend the inputed area only down, i.e increase 
only rEndRow
+bool bLeft = false;
 bool bRight  = false;
-bool bTop= false;
+bool bTop = false;
 bool bBottom = false;
 bool bChanged;
 bool bFound;
diff --git a/sc/source/core/tool/dbdata.cxx b/sc/source/core/tool/dbdata.cxx
index e897630..7014601 100644
--- a/sc/source/core/tool/dbdata.cxx
+++ b/sc/source/core/tool/dbdata.cxx
@@ -548,7 +548,7 @@ void ScDBData::ExtendDataArea(ScDocument* pDoc)
 // Extend the DB area to include data rows immediately below.
 SCCOL nCol1a = nStartCol, nCol2a = nEndCol;
 SCROW nRow1a = nStartRow, nRow2a = nEndRow;
-pDoc-GetDataArea(nTable, nCol1a, nRow1a, nCol2a, nRow2a, false, false);
+pDoc-GetDataArea(nTable, nCol1a, nRow1a, nCol2a, nRow2a, true, true);
 nEndRow = nRow2a;
 }
 
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 3 commits - writerfilter/source

2011-11-27 Thread Miklos Vajna
 writerfilter/source/rtftok/rtfreferenceproperties.cxx |1 -
 writerfilter/source/rtftok/rtfreferenceproperties.hxx |2 --
 writerfilter/source/rtftok/rtfsprm.hxx|2 --
 writerfilter/source/rtftok/rtfvalue.cxx   |3 ---
 writerfilter/source/rtftok/rtfvalue.hxx   |3 ---
 5 files changed, 11 deletions(-)

New commits:
commit 53170743c4176d0967384beb6e8e648284c10866
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Nov 27 23:11:18 2011 +0100

RTFSprm: remove unneeded includes

diff --git a/writerfilter/source/rtftok/rtfsprm.hxx 
b/writerfilter/source/rtftok/rtfsprm.hxx
index 1f34720..dbf2e2f 100644
--- a/writerfilter/source/rtftok/rtfsprm.hxx
+++ b/writerfilter/source/rtftok/rtfsprm.hxx
@@ -28,8 +28,6 @@
 #ifndef _RTFSPRM_HXX_
 #define _RTFSPRM_HXX_
 
-#include string
-#include resourcemodel/WW8ResourceModel.hxx
 #include rtfcontrolwords.hxx
 #include rtfvalue.hxx
 
commit 34eea8f1f17b6b8ac6129a42112ed394df2649dc
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Nov 27 23:10:32 2011 +0100

RTFReferenceProperties: remove unneeded includes

diff --git a/writerfilter/source/rtftok/rtfreferenceproperties.cxx 
b/writerfilter/source/rtftok/rtfreferenceproperties.cxx
index b1fb8aa..dac64ad 100644
--- a/writerfilter/source/rtftok/rtfreferenceproperties.cxx
+++ b/writerfilter/source/rtftok/rtfreferenceproperties.cxx
@@ -26,7 +26,6 @@
  */
 
 #include rtfreferenceproperties.hxx
-#include rtfsprm.hxx
 
 namespace writerfilter {
 namespace rtftok {
diff --git a/writerfilter/source/rtftok/rtfreferenceproperties.hxx 
b/writerfilter/source/rtftok/rtfreferenceproperties.hxx
index 9dda8a9..4851398 100644
--- a/writerfilter/source/rtftok/rtfreferenceproperties.hxx
+++ b/writerfilter/source/rtftok/rtfreferenceproperties.hxx
@@ -28,8 +28,6 @@
 #ifndef _RTFREFERENCEPROPERTIES_HXX_
 #define _RTFREFERENCEPROPERTIES_HXX_
 
-#include map
-#include resourcemodel/WW8ResourceModel.hxx
 #include rtfsprm.hxx
 
 class SvStream;
commit 10e0c7d1c40022f845d4dae9b946c01c85a8db9f
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Nov 27 23:09:39 2011 +0100

RTFValue: remove unneeded includes

diff --git a/writerfilter/source/rtftok/rtfvalue.cxx 
b/writerfilter/source/rtftok/rtfvalue.cxx
index 0469adc..1d1017d 100644
--- a/writerfilter/source/rtftok/rtfvalue.cxx
+++ b/writerfilter/source/rtftok/rtfvalue.cxx
@@ -25,10 +25,7 @@
  * instead of those above.
  */
 
-#include rtfvalue.hxx
 #include rtfreferenceproperties.hxx
-#include rtl/strbuf.hxx
-#include rtl/ustrbuf.hxx
 
 namespace writerfilter {
 namespace rtftok {
diff --git a/writerfilter/source/rtftok/rtfvalue.hxx 
b/writerfilter/source/rtftok/rtfvalue.hxx
index b83340e..7918428 100644
--- a/writerfilter/source/rtftok/rtfvalue.hxx
+++ b/writerfilter/source/rtftok/rtfvalue.hxx
@@ -28,9 +28,6 @@
 #ifndef _RTFVALUE_HXX_
 #define _RTFVALUE_HXX_
 
-#include string
-#include map
-#include rtl/ustrbuf.hxx
 #include resourcemodel/WW8ResourceModel.hxx
 #include com/sun/star/io/XInputStream.hpp
 
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: writerfilter/source

2011-11-27 Thread Miklos Vajna
 writerfilter/source/rtftok/rtfdocumentimpl.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 75112a0544b6bf06aef53d2ab2653f713402e70c
Author: Miklos Vajna vmik...@frugalware.org
Date:   Mon Nov 28 00:59:57 2011 +0100

RTFDocumentImpl::resolveChars: don't send empty text tokens to dmapper

This speeds up importing unicode text a lot. Results of a sample of
chinese text of 5 pages:

- before: 18.351s
- after: 6.692s

diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx 
b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index bd1636d..9e1be73 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -735,7 +735,7 @@ int RTFDocumentImpl::resolveChars(char ch)
 // set components back to zero
 m_aStates.top().aCurrentColor = RTFColorTableEntry();
 }
-else
+else if (!aOUStr.isEmpty())
 text(aOUStr);
 
 return 0;
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: bug/bug

2011-11-27 Thread Korrawit Pruegsanusak
 bug/bug/bug.js |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 535d0a62962dab98fe4ec6caecd063890496bf01
Author: Korrawit Pruegsanusak detective.conan.1...@gmail.com
Date:   Tue Oct 25 14:45:23 2011 +0700

'Create account' link fixed

diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index a875eaf..47a88b8 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -102,7 +102,7 @@
 });
 });
 $('.login-link', element).attr('href', $.bug.url + '/');
-$('.create-account-link', element).attr('href', $.bug.url + 
'/enter_bug.cgi');
+$('.create-account-link', element).attr('href', $.bug.url + 
'/createaccount.cgi');
 $.bug.current_step('signin');
 element.show();
 },
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 2 commits - framework/inc framework/source offapi/com sc/source sd/source sfx2/source sw/source vbahelper/source

2011-11-27 Thread Korrawit Pruegsanusak
 framework/inc/helper/fixeddocumentproperties.hxx |8 
 framework/source/inc/loadenv/loadenv.hxx |2 +-
 framework/source/jobs/jobdispatch.cxx|   12 ++--
 framework/source/jobs/shelljob.cxx   |   10 +-
 offapi/com/sun/star/drawing/framework/XConfiguration.idl |2 +-
 sc/source/ui/Accessibility/AccessibleFilterMenu.cxx  |2 +-
 sd/source/ui/inc/TemplateScanner.hxx |2 +-
 sfx2/source/control/dispatch.cxx |2 +-
 sw/source/core/view/viewpg.cxx   |4 ++--
 sw/source/core/view/vprint.cxx   |2 +-
 sw/source/ui/inc/labimg.hxx  |2 +-
 sw/source/ui/inc/navicont.hxx|2 +-
 sw/source/ui/wrtsh/navmgr.cxx|2 +-
 vbahelper/source/vbahelper/vbahelper.cxx |2 +-
 14 files changed, 27 insertions(+), 27 deletions(-)

New commits:
commit ab5b77536b6814b5eb66bc862bfd0610f4f3b56c
Author: Korrawit Pruegsanusak detective.conan.1...@gmail.com
Date:   Mon Nov 28 10:30:25 2011 +0700

s/weather/whether/ where appropriate

diff --git a/framework/source/inc/loadenv/loadenv.hxx 
b/framework/source/inc/loadenv/loadenv.hxx
index 0408fb7..59bad3c 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -658,7 +658,7 @@ class LoadEnv : private ThreadHelpBase
 
 //___
 
-/** @short  checks weather a frame is already used for another load 
request or not.
+/** @short  checks whether a frame is already used for another load 
request or not.
 
 @descr  Such frames cant be used for our recycle feature!
 
diff --git a/offapi/com/sun/star/drawing/framework/XConfiguration.idl 
b/offapi/com/sun/star/drawing/framework/XConfiguration.idl
index ad6bf6a..2b7bdb1 100644
--- a/offapi/com/sun/star/drawing/framework/XConfiguration.idl
+++ b/offapi/com/sun/star/drawing/framework/XConfiguration.idl
@@ -84,7 +84,7 @@ published interface XConfiguration
 [in] string sTargetURLPrefix,
 [in] AnchorBindingMode eSearchMode);
 
-/** pReturns weather the specified resource is part of the
+/** pReturns whether the specified resource is part of the
 configuration./p
 This is independent of whether the resource does really exist and is
 active, i.e. has a visible representation in the GUI.
diff --git a/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx 
b/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx
index b1d34bb..369bfab 100644
--- a/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx
+++ b/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx
@@ -325,7 +325,7 @@ Rectangle ScAccessibleFilterMenu::GetBoundingBox() const
 
 void ScAccessibleFilterMenu::appendMenuItem(const OUString rName, bool 
bEnabled, size_t nMenuPos)
 {
-// Check weather this menu item is a sub menu or a regular menu item.
+// Check whether this menu item is a sub menu or a regular menu item.
 ScMenuFloatingWindow* pSubMenu = mpWindow-getSubMenuWindow(nMenuPos);
 ReferenceXAccessible xAccessible;
 if (pSubMenu)
diff --git a/sd/source/ui/inc/TemplateScanner.hxx 
b/sd/source/ui/inc/TemplateScanner.hxx
index f44c042..a746df7 100644
--- a/sd/source/ui/inc/TemplateScanner.hxx
+++ b/sd/source/ui/inc/TemplateScanner.hxx
@@ -190,7 +190,7 @@ private:
 */
  std::vectorTemplateDir* maFolderList;
 
-/** Weather the template entries have to be sorted.
+/** Whether the template entries have to be sorted.
 */
 bool mbEntrySortingEnabled;
 
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index 7e925ab..44d0a51 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -1554,7 +1554,7 @@ void SfxDispatcher::_Update_Impl( sal_Bool bUIActive, 
sal_Bool bIsMDIApp, sal_Bo
 if ( bReadOnlyShell  !( nPos  SFX_VISIBILITY_READONLYDOC ) )
 continue;
 
-// check weather toolbar needs activation of a special feature
+// check whether toolbar needs activation of a special feature
 sal_uInt32 nFeature = pIFace-GetObjectBarFeature(nNo);
 if ( nFeature  !pShell-HasUIFeature( nFeature ) )
 continue;
diff --git a/sw/source/ui/wrtsh/navmgr.cxx b/sw/source/ui/wrtsh/navmgr.cxx
index c0b9c40..8d49bdc 100644
--- a/sw/source/ui/wrtsh/navmgr.cxx
+++ b/sw/source/ui/wrtsh/navmgr.cxx
@@ -180,7 +180,7 @@ bool SwNavigationMgr::addEntry(const SwPosition rPos) {
 bool bForwardWasEnabled = forwardEnabled();
 
 bool bRet = false; // return value of the function.
-   // Indicates weather the index should be decremented 
before jumping back or not
+   // Indicates whether the index should be decremented 
before jumping 

[Libreoffice] numbers auto format as date

2011-11-27 Thread Lior Kaplan
Hi,

I'd like to inquire about a group of related bugs which are all due to
calc's auto format of numbers to date, which in some cases also changes the
number itself. Do we target these for the 3.5 life time ?

Try enter something as 1.2.3 and it will be changed to a date. The is
annoying with version number or any number format which has 3 dots in it.
The other problem is that you can't just change the cell format, as the
real content behind the date isn't the number you've entered.

LibO:
*Bug 34724* https://bugs.freedesktop.org/show_bug.cgi?id=34724 -
CALC-Unintended
DATE formatting: make automatic date recognition optional
*Bug 36175* https://bugs.freedesktop.org/show_bug.cgi?id=36175 - Cells
keep date autoformat incorrectly
*Bug 41577* https://bugs.freedesktop.org/show_bug.cgi?id=41577 - PIVOTTABLE:
floating-point data from database getting converted to date

These issues aren't new, oo.org also have them for a long time:
*Bug 33723* https://issues.apache.org/ooo/show_bug.cgi?id=33723 - NF-DATE:
Ability to turn off Number Recognition for incomplete dates in Calc (101
votes)
*Bug 87999* https://issues.apache.org/ooo/show_bug.cgi?id=87999 - In
standard data type csv import should never convert items with one dot to
dates (36 votes)

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


Re: [Libreoffice] Leftovers

2011-11-27 Thread Tom
Hi :)

Is there an option in the uninstaller (in Windows) that rigorously
uninstalls all trace of LibreOffice from a system including the
user-profile?  

Regards from
Tom :)

--
View this message in context: 
http://nabble.documentfoundation.org/Leftovers-tp2269442p3539890.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Leftovers

2011-11-27 Thread Andras Timar
Hi Tom,

2011/11/27 Tom tomdavie...@yahoo.co.uk:
 Hi :)

 Is there an option in the uninstaller (in Windows) that rigorously
 uninstalls all trace of LibreOffice from a system including the
 user-profile?


There isn't. MSI can only uninstall files that were installed MSI
itself, or those that are explicitely listed in RemoveFiles table.
There could be a workaround, however, we could write a Custom Action
that optionally removes the user profile. You are welcome, if you
would like to work on this area.

Best regards,
Andras
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Leftovers

2011-11-27 Thread Tom
Hi :)
Thanks :)  I have no coding experience so i guess my next move should be to
just post this as a feature request/bug-report?
http://wiki.documentfoundation.org/BugReport

Just a normal bug-report but with [wish-list] added into the subject-line
should be ok?
Regards from
Tom :)]

--
View this message in context: 
http://nabble.documentfoundation.org/Leftovers-tp2269442p3539916.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] Eclipse: Libre Office integration help

2011-11-27 Thread deenadayalan k
Can anybody provide some information on how to integrate libre Office SDK
source (LGPL license) in my own Eclipse RCP application?
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [PATCH] Add genitive and partitive month names for fi_FI locale

2011-11-27 Thread Harri Pitkänen
Add genitive and partitive month names and remove hardcoded case
suffixes from predefined date formats. One format incorrectly
had case suffixes added to abbreviated month names.

Harri
From 8e9b6d7668fa42bd5da33c8d54cd083b486ce96e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Harri=20Pitk=C3=A4nen?= hatap...@iki.fi
Date: Sun, 27 Nov 2011 19:01:52 +0200
Subject: [PATCH] Add genitive and partitive month names for fi_FI locale

Add genitive and partitive month names and remove hardcoded case
suffixes from predefined date formats. One format incorrectly
had case suffixes added to abbreviated month names.
---
 i18npool/source/localedata/data/fi_FI.xml |  134 +++-
 1 files changed, 129 insertions(+), 5 deletions(-)

diff --git a/i18npool/source/localedata/data/fi_FI.xml b/i18npool/source/localedata/data/fi_FI.xml
index 1f7747d..7980be9 100644
--- a/i18npool/source/localedata/data/fi_FI.xml
+++ b/i18npool/source/localedata/data/fi_FI.xml
@@ -87,7 +87,7 @@
   FormatCodeP.K./FormatCode
 /FormatElement
 FormatElement msgid=DateFormatskey9 default=true type=long usage=DATE formatindex=19
-  FormatCodeP. ta /FormatCode
+  FormatCodeP.  /FormatCode
 /FormatElement
 FormatElement msgid=DateFormatskey8 default=true type=medium usage=DATE formatindex=20
   FormatCodePP.KK.VV/FormatCode
@@ -105,22 +105,22 @@
   FormatCodeP. KKK. /FormatCode
 /FormatElement
 FormatElement msgid=DateFormatskey12 default=false type=long usage=DATE formatindex=25
-  FormatCodeP. ta /FormatCode
+  FormatCodeP.  /FormatCode
 /FormatElement
 FormatElement msgid=DateFormatskey17 default=false type=long usage=DATE formatindex=26
   FormatCodeP.  /FormatCode
 /FormatElement
 FormatElement msgid=DateFormatskey13 default=false type=long usage=DATE formatindex=27
-  FormatCodeNN P. KKKta VV/FormatCode
+  FormatCodeNN P. KKK VV/FormatCode
 /FormatElement
 FormatElement msgid=DateFormatskey2 default=false type=medium usage=DATE formatindex=28
   FormatCodeNN PP. KKK VV/FormatCode
 /FormatElement
 FormatElement msgid=DateFormatskey14 default=false type=long usage=DATE formatindex=29
-  FormatCodeNN P. ta /FormatCode
+  FormatCodeNN P.  /FormatCode
 /FormatElement
 FormatElement msgid=DateFormatskey15 default=false type=long usage=DATE formatindex=30
-  FormatCodeP. ta /FormatCode
+  FormatCodeP.  /FormatCode
 /FormatElement
 FormatElement msgid=DateFormatskey18 default=false type=short usage=DATE formatindex=31
   FormatCodeKK-PP/FormatCode
@@ -286,6 +286,130 @@
   DefaultFullNamejoulukuu/DefaultFullName
 /Month
   /MonthsOfYear
+  GenitiveMonths
+Month
+  MonthIDjan/MonthID
+  DefaultAbbrvNametammi/DefaultAbbrvName
+  DefaultFullNametammikuun/DefaultFullName
+/Month
+Month
+  MonthIDfeb/MonthID
+  DefaultAbbrvNamehelmi/DefaultAbbrvName
+  DefaultFullNamehelmikuun/DefaultFullName
+/Month
+Month
+  MonthIDmar/MonthID
+  DefaultAbbrvNamemaalis/DefaultAbbrvName
+  DefaultFullNamemaaliskuun/DefaultFullName
+/Month
+Month
+  MonthIDapr/MonthID
+  DefaultAbbrvNamehuhti/DefaultAbbrvName
+  DefaultFullNamehuhtikuun/DefaultFullName
+/Month
+Month
+  MonthIDmay/MonthID
+  DefaultAbbrvNametouko/DefaultAbbrvName
+  DefaultFullNametoukokuun/DefaultFullName
+/Month
+Month
+  MonthIDjun/MonthID
+  DefaultAbbrvNamekesä/DefaultAbbrvName
+  DefaultFullNamekesäkuun/DefaultFullName
+/Month
+Month
+  MonthIDjul/MonthID
+  DefaultAbbrvNameheinä/DefaultAbbrvName
+  DefaultFullNameheinäkuun/DefaultFullName
+/Month
+Month
+  MonthIDaug/MonthID
+  DefaultAbbrvNameelo/DefaultAbbrvName
+  DefaultFullNameelokuun/DefaultFullName
+/Month
+Month
+  MonthIDsep/MonthID
+  DefaultAbbrvNamesyys/DefaultAbbrvName
+  DefaultFullNamesyyskuun/DefaultFullName
+/Month
+Month
+  MonthIDoct/MonthID
+  DefaultAbbrvNameloka/DefaultAbbrvName
+  DefaultFullNamelokakuun/DefaultFullName
+/Month
+Month
+  MonthIDnov/MonthID
+  DefaultAbbrvNamemarras/DefaultAbbrvName
+  DefaultFullNamemarraskuun/DefaultFullName
+/Month
+Month
+  MonthIDdec/MonthID
+  DefaultAbbrvNamejoulu/DefaultAbbrvName
+  DefaultFullNamejoulukuun/DefaultFullName
+/Month
+  /GenitiveMonths
+  PartitiveMonths
+Month
+  MonthIDjan/MonthID
+  DefaultAbbrvNametammi/DefaultAbbrvName
+  DefaultFullNametammikuuta/DefaultFullName
+/Month
+Month
+  

Re: [Libreoffice] [PATCH] fdo#42286, do not shrink the selected area

2011-11-27 Thread Pierre-André Jacquod

Hi,


BUT this is a workaround, to compensate the not so correct behaviour
of GetDataArea :-(


The behaviour in bINcludeOld = false seems me strange (ergh I think 
wrong but you told me to be cautious), since it removes from the side 
of the area that has not yet been extended above the last line / column, 
if empty.
The implementation seems to me flawed, since it does it even if no 
extension has been possible (e.g rEndRow = MAXROW), and suppress just 
ONE line, if empty. What about the new last one ? if also empty, we 
are exactly in the same situation as before, just a bit smaller. Hence 
it seems me that the original programmer (12 years ago) just assumed 
that only the last line / column could be empty, not e.g. the last 4 rows.



I wouldn't say it's wrong unless I checked the original intention behind
that code when GetDataArea() is called with bIncludeOld=false, maybe
it's just the call in ExtendDataArea() that should pass true instead?


Done, you're right.
Finally, changed the call of the flags and documented the flags' meaning.
If you could cherry-pick 88611e702a18d2 for 3.4.5, would be nice.
Many thanks


desired effect. Further some tests have shown me that the behaviour
(regarding area) is not the same, depending if the filter is
activated with Data-Filter-AutoFilter or Standard filter. I fear
some parts will need to be quite overhauled.


And the difference exactly is ...?


Visually: the standard filter adapts and shows the selected area at 
activation of the filter, the auto-filter does not reflect the fact that 
it will take into account a wider area. This area extension happens only 
when the drop-down button is activated and the list of possible value is 
calculated...  and the area extended.


More subtly, this leads to 2 different ranges stored within the file if 
you do

select some area but not all data, activate standard filter , save

or  if you do  exactly the same  with same data / input except 
activating auto-filter instead of standard filter.


Out of subject: from a user perspective, I am not convinced from te fact 
that the filter is allowed to change an area that has been user-defined. 
No problem to auto-extend an area if auto-determined. But if a user 
takes the time to do the area, this should be holly. But this point 
belongs to the user-interface list I guess...


Best regards
Pierre-André
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] final and override

2011-11-27 Thread Noel Grandin
Hi

I see the Mozilla project is adding MOZ_FINAL and MOZ_OVERRIDE macros
to help control method overriding in their codebase

http://whereswalden.com/2011/11/16/introducing-moz_override-to-annotate-virtual-functions-which-override-base-class-virtual-functions/
http://whereswalden.com/2011/11/26/introducing-moz_final-prevent-inheriting-from-a-class-or-prevent-overriding-a-virtual-function/

Would such things be useful additions to the LibreOffice codebase?

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


Re: [Libreoffice] two assertions raised and a failed database query

2011-11-27 Thread Alex Thurgood

Le 08/08/2011 21:11, Terrence Enger a écrit :

Hi all,

Seems like someone on Bugzilla is having a similar problem with 
date/time imports via ODBC :


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


Alex

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


Re: [Libreoffice] Translation of German comments in /svx/source/svdraw

2011-11-27 Thread Stefan Knorr (Astron)
Oh, forgot to add this:
The above patch and all of my possible future contributions is/are
made available under the LGPLv3+/MPL.
Good night!
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] A possible solution for .ppsx files -- and maybe some bugs.

2011-11-27 Thread ropers
 ropers wrote (27-11-11 04:19)
 in case anyone is interested, this aforementioned thread does contain
 a lot of good information that should allow LibreOffice developers to
 write a .ppsx export filter and fix some LibreOffice bugs.

On 27 November 2011 22:14, Cor Nouws oo...@nouenoff.nl wrote:
 Since you already read the thread (I suppose) would it be possible to list
 the suggested specific improvements? That'll make it much easier at this
 side, and we could even add them to Bugzilla ;-)

This is about issues to do with Office Open XML compatibility, and the
spec for that is a 5,588-page PDF. If a 35-comment reddit thread fazes
a given contributor, then that contributor probably won't be the best
person to tackle these issues, because he who doesn't RTFM cannot
consistently rise above a shot-in-the-dark software development
technique.

Also, the most important comment in the whole reddit thread really has
the lion's share of the thread's total word count (so by the time
you've read that, you might as well read the whole thing).

But granted, some of the subthreads (e.g. on KOffice) are inapplicable
to you, so:

First, make sure to read the self-post on the thread (click the Aa+
box at the top).
Again, the thead's URL was:
http://www.reddit.com/r/linux/comments/mohlu/is_there_a_linuxcompatible_way_to_convert_ppsx/

Having read the self-post, you could read just these following three
comments and their child comments, disregarding the others about
KOffice, etc. However, the three with all their child comments still
are 15 comments in total, and that's pretty much as small as it gets
if you actually want to understand completely  – and if you *don't*
want to understand completely, then again, shot-in-the-dark
technique...

http://www.reddit.com/r/linux/comments/mohlu/r/c32lw30

http://www.reddit.com/r/linux/comments/mohlu/r/c32ldgi

http://www.reddit.com/r/linux/comments/mohlu/r/c32w95t

tl;dr: You could (possibly very easily) write a .ppsx export filter,
you could fix LibreOffice behaviour for formats where there (still)
isn't an export filter, you could make sure there are no user-program
races, make sure LibreOffice isn't more fascist^W restrictive than MS
Office - put the user in the driving seat (this applies to .pps files
as well), and you could consider whether to make LibreOffice's Office
Open XML export filters produce XML that's sorted and nicer (maybe
with CR/LFs?) and cleaner than what Microsoft spits out. How? See
thread. (That said, I'm not *demanding* that you do any of these
things, I've got a work-around for my issues and I'm just sharing
information. Where you take things from here is up to you.)

PS: Also, the file types/filters are not currently well-sorted in the
Save menu (.pps should be below .ppt, all the MS filters should
probably be in one block, etc.).

PPS: I don't have the most recent version of LibreOffice, so some of
these issues may already be fixed. (I probably won't be available for
testing; upgrading is not on the horizon and I only run a port on a
Long Term Support OS: LibreOffice 3.3.2 OOO330m19 (Build:202) tag
libreoffice-3.3.2.2, Ubuntu package 1:3.3.2-1ubuntu2~lucid1 Sorry.)
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] SLED11 Tinderbox fails?

2011-11-27 Thread Korrawit Pruegsanusak
Hello all,

I've been curious why the Linux-x86-64_8-SLED11 tinderbox fails?
Correctly, sometimes it built successfully, but sometimes not.
And when it doesn't build, it seems to fail at these lines constantly:

/local/home/tinderbox/master/sfx2/sdi/sfxitems.sdi --- error: ( 86, 11 )
may be no value for identifier   at ( 86, 11 )

/local/home/tinderbox/master/sfx2/sdi/sfxitems.sdi --- error: ( 86, 11 )
may be unknown type at ( 86, 11 )

/local/home/tinderbox/master/sfx2/sdi/sfxslots.sdi --- error: ( 38, 5 )
svidl terminated with errors

But as I look in sfx2/sdi/sfxitems.sdi, there is no ( 86, 11 ) at all.
Git grep and opengrok also return no result.

At first, I think it's related to binfilter enabled, but the Linux
x86 Release Configuration box is also binfilter-enabled and it build
well.

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


[Libreoffice-bugs] [Bug 43270] FILEOPEN: MinGW CRASH for particular docx

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

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

   What|Removed |Added

 OS/Version|All |Windows (All)
 Status|UNCONFIRMED |NEW
   Severity|normal  |major
 AssignedTo|libreoffice-b...@lists.free |ke...@suse.cz
   |desktop.org |
 CC||LibreOffice@bielefeldundbus
   ||s.de
 Ever Confirmed|0   |1

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-11-27 00:04:31 PST ---
Works fine with Server installation of MSVC Master LibO-dev 3.5.0 – WIN7 Home
Premium (64bit) ENGLISH UI [(Build ID:  4f11d0a-adcf6d5-c4bb9bd)]
Windows_2008R8 - 18)

Seems that the fix for Bug 34876 - FILEOPEN: Writer crashes consistently
opening attached SDL and HIPAA.docx did not reach MinGW?

- Reported with Bug Submission Assistant -

@Jan:
Please feel free to reassign (or reset Assignee to default) if it’s not your
area or if provided information is not sufficient. Please set Status to
ASSIGNED if you accept this Bug.

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


[Libreoffice-bugs] [Bug 41466] Missing notes and moved components after importing .docx file

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

--- Comment #10 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-11-27 00:10:05 PST ---
Created attachment 53877
  -- https://bugs.freedesktop.org/attachment.cgi?id=53877
Compare View

[Reproducible] with reporter's test2 and LibreOffice 3.4.4  - WIN7 Home
Premium (64bit) German UI [OOO340m1 (Build:402)]: no callout notes visible

[Reproducible] with reporter's test2 and Server installation of MSVC Master
LibO-dev 3.5.0 – WIN7 Home Premium (64bit) ENGLISH UI [(Build ID: 
4f11d0a-adcf6d5-c4bb9bd)] Windows_2008R8 - 18): Callouts cruelly damaged.

Please see attached PDF documents comparing 344 view and master view with
result in MS WORD Viewer.

-- 
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 41466] Missing notes and moved components after importing .docx file

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

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

   What|Removed |Added

 AssignedTo|libreoffice-b...@lists.free |cedric.bosdonnat.ooo@free.f
   |desktop.org |r

--- Comment #11 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-11-27 00:10:51 UTC ---
@Cédric:
Your area?

-- 
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 42902] Libreoffice crashs after EDITING, FILESAVE, VIEWING of non-odf-document

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

--- Comment #7 from jevgtv tuge...@gmail.com 2011-11-27 01:25:40 PST ---
the highlighting and background problems I described presist in 3.4.4 
also, please find screenshot attached. It is not possible to remove 
highlighting or change background.

The first time I started LOwriter immediatelly after installation, 
highlighting and background changind worked properly. The pb appears 
after restarting of computer.

The folder .libreoffice was removed before the new installation.

The pb with icons of controls does not appear anymore.

So LO is unstable for me and I am going to remove it. Nevertheless OOO 
crashs regularly with non-odf-s, it is sill possible to perform my job 
with it. At least highlighting works properly.

Best wishes

Jevgtv




On 26/11/11 18:11, bugzilla-dae...@freedesktop.org wrote:
 https://bugs.freedesktop.org/show_bug.cgi?id=42902

 --- Comment #3 from Julien Nabetserval2...@yahoo.fr  2011-11-26 08:11:38 
 PST ---
 (In reply to comment #2)
 Hello,

 I am afraid I can not be useful anymore. I moved back to openoffice.org
 because of one more bug very important for me: it is impossible to
 change text background or remove highlighting, the choice of colors does
 not appear.

 Hello,

 I don't if you talk about LO Writer or other things but on LO Writer 3.4.4, 
 you
 can change font color, add or remove highlighting without pb.

 Could you reinstall Libreoffice (even temporary) to give it a new try ?
 To be sure to start with clean things, make sure you don't have a directory
 called .libreoffice on your home directory.

 You can also connect too :
 http://webchat.freenode.net/ on channel #libreoffice
 Some people can help there.
 If I'm on the channel my nickname is julien2412.

 Don't hesitate to take a look at the docs here :
 http://www.libreoffice.org/get-help/documentation/

 Julien.
 PS : BTW, perhaps you should think about upgrading Ubuntu if you're still on
 Lucid.


-- 
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 42146] EDITING: Copy column puts 1 million rows to clipboard

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

--- Comment #2 from markus.mohrh...@googlemail.com 2011-11-27 01:52:00 PST ---
I think this bug is fixed in master but the fix causes a series of other bugs.
Could you try with a master build?

-- 
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 41577] PIVOTTABLE: floating-point data from database getting converted to date

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE
 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-11-27 02:35:44 PST ---
I believe it's a DUP of Bug 42169 - Formatting oddity in pivot table output,
but I definitively will not create a sample document.

@reporter:
@reporter:
Please feel free to reopen this Bug if you find evidence that we have an
independent issue here (Problem still exists when you try with master).
If you reopen please attach test kit containing all documents instead of long
descriptions how to create.

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

-- 
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 39746] Contents on freedesktop.org/wiki outdated (?)

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

Mike §chinagl librele...@gmx.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED
 CC||librele...@gmx.de

--- Comment #1 from Mike §chinagl librele...@gmx.de 2011-11-27 02:57:21 PST 
---
Some are solved:

http://www.freedesktop.org/wiki/Software/LibreOffice
http://www.freedesktop.org/wiki/Software/libreOffice
http://www.freedesktop.org/wiki/Software/LibreOffice/es
http://www.freedesktop.org/wiki/Software/LibreOffice/CrazyIdeas
http://www.freedesktop.org/wiki/Software/LibreOffice/EasyHacks
http://www.freedesktop.org/wiki/Software/LibreOffice/EasyHacksTranslationOfComments
http://www.freedesktop.org/wiki/Software/LibreOffice/i18n/translating_3.3
http://www.freedesktop.org/wiki/Software/LibreOffice/HowToBuild

These seem adapted sufficiently:
http://www.freedesktop.org/wiki/Software/LibreOffice/i18n 
http://www.freedesktop.org/wiki/Software/LibreOffice/fr/i18n
http://www.freedesktop.org/wiki/Software/LibreOffice/ja/i18n
http://www.freedesktop.org/wiki/Software/LibreOffice/es/i18n
http://www.freedesktop.org/wiki/Software/LibreOffice/ja/i18n/translating_3.3
http://www.freedesktop.org/wiki/Software/LibreOffice/LicenseHeader

In my view this bug is solved

-- 
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 32669] Base: Import from DBF to BASE fails with blank fields

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
  Status Whiteboard|infoprovider:mh...@gmx.net  |
 Resolution||WORKSFORME
   Keywords|NEEDINFO|

--- Comment #12 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-11-27 03:12:02 PST ---
Closing due to Comment 11

@mhonline
For your problems listed in a.m. Comments you should open a new Bug report,
currently I can't see whether we have a bug or a new feature required.

-- 
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 43271] New: Rotated fonts rendered incorrectly on chart axis

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

 Bug #: 43271
   Summary: Rotated fonts rendered incorrectly on chart axis
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: x86 (IA32)
OS/Version: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: david.houl...@gmail.com


Created attachment 53880
  -- https://bugs.freedesktop.org/attachment.cgi?id=53880
Axis text in normal orientation

I have a chart generated in calc. If I change the text orientation on an axis
by rotating it, the font seems to get rendered bolder than it should. See the
two attachments I have provided, one with normal text on the axis and the other
where the text has been rotated by 45 degrees.

-- 
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 43271] Rotated fonts rendered incorrectly on chart axis

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

--- Comment #1 from David david.houl...@gmail.com 2011-11-27 03:14:21 PST ---
Created attachment 53881
  -- https://bugs.freedesktop.org/attachment.cgi?id=53881
Axis text rotated by 45 degrees.

-- 
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 42684] FILEOPEN very slow, network/dns related, it takes about 15 minutes

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

--- Comment #9 from mboh...@gmail.com 2011-11-27 04:04:18 PST ---
Hi, 
I decided to try out some distros.
When I use the same file in Chackra, it only takes 3 minutes instead of 15
to load it.
Any ideas on why this is ?
LibreOffice 3.4.4 OOO340m1 (Build:401)

I'll upload a new strace

Marc

-- 
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 42684] FILEOPEN very slow, network/dns related, it takes about 15 minutes

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

--- Comment #10 from mboh...@gmail.com 2011-11-27 04:10:02 PST ---
Created attachment 53882
  -- https://bugs.freedesktop.org/attachment.cgi?id=53882
strace taken with Chackra distro instead of Kubuntu 11.10

strace taken with Chackra distro (latest version and packages up to date)
instead of Kubuntu 11.10.
opening the file is much quicker.

-- 
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 42078] The buttons in combo boxes are not mirrored in RTL interface

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

--- Comment #5 from Yotam Benshalom bensha...@gmail.com 2011-11-27 05:03:48 
PST ---
I am very happpy to see that this gets attention - this is the main thing which
holds me from using Hebrew interface :)

This indeed seems to be a dup of bug 40950. But I do not agree that the fact
that it appears only on linux means it is a linux problem. In all gtk, qt,
mozilla and chromium apps the combo boxes behave as they should in an rtl
environment. I think LibreOffice is doing something wrong here.

-- 
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 40950] RTL Pulldown buttons misplaced in dialog he_IL (probably all)

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

--- Comment #5 from Yotam Benshalom bensha...@gmail.com 2011-11-27 05:06:52 
PST ---
A note I made on bug 42078, which is probably a dup:

The problem is that the combo boxes are not fully mirrored on rtl linux - the
box element is, but the buttons are not. I do not agree that the fact that it
appears only on linux means that it is a linux problem. In all gtk, qt, mozilla
and chromium apps the combo boxes behave as they should in a linux rtl
environment. I think LibreOffice is doing something wrong here.

-- 
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 43272] New: : Regression

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

 Bug #: 43272
   Summary: : Regression
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: franky.chamb...@gmail.com


Problem description: 
A working libreOffice 3.3.3 spreadssheet, doesn't work with libreOffice 3.4.4
Steps to reproduce:
1. load attach file with LibreOffice 3.3.3
2. it's run
3. Load attach file with LibreOffice 3.4.4
4. All cells are populated with #NAMES

Current behavior:

Expected behavior:same as in LibreOffice 3.3.3

Platform (if different from the browser): 

Browser: Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:8.0) Gecko/20100101
Firefox/8.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 42078] The buttons in combo boxes are not mirrored in RTL interface

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

--- Comment #6 from Yotam Benshalom bensha...@gmail.com 2011-11-27 07:48:08 
PST ---
For your first question: yes, the problem is that asymmetric pulldown arrow
buttons should have the angular corners to the white input pane, and the
rounded corners away from the input pane. But there is more to it. Even when
the buttons themselves are symmetrical (which is theme-dependent), they will
appear detached from the box element to which they apply, as long as they are
not properly mirrored.

-- 
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 43273] New: LibreOffice bug reporting page unusable

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

 Bug #: 43273
   Summary: LibreOffice bug reporting page unusable
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: x86 (IA32)
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: critical
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: edmund_ey...@hotmail.com


Created attachment 53883
  -- https://bugs.freedesktop.org/attachment.cgi?id=53883
A screenshot showing the missing content

The bug reporting page at https://www.libreoffice.org/get-help/bug/ is not
displaying any content - only the sidebar, header and footer.  It is impossible
to log in (there is no login form) and report a bug.  Screenshot attached.

-- 
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 43274] New: Error on connecting to xfodbc database

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

 Bug #: 43274
   Summary: Error on connecting to xfodbc database
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: All
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Database
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: rogja...@btinternet.com


At work I connect to an xfodbc database and it works perfectly with oo 3.2 but
with 3.3 it finds the database fine and lists all the tables but when I click
on a table I get the error..
SQL Status:HY106
Error Code: -1

[TOD][ODBC Driver]UNFETTYP Unknown fetch type

I have checked with the xfODBC help and it informs me..
(xfodbc) currently only SQL_FETCH_NEXT is supported, modify your program to use
only SQL_FETCH_NEXT.


I have upgraded to Libreoffice 3.4.4 and still get the same error

-- 
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 43275] New: Tooltips leave elements behind when dismissed; tooltips don't dismiss when application switch occurs

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

 Bug #: 43275
   Summary: Tooltips leave elements behind when dismissed;
tooltips don't dismiss when application switch occurs
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: x86 (IA32)
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: edmund_ey...@hotmail.com


Created attachment 53884
  -- https://bugs.freedesktop.org/attachment.cgi?id=53884
(See problem description)

I am using Calc on Windows XP.  

When you edit a cell formula in place by moving to that cell, pressing F2 and
moving within the edit line that appears, a tooltip box appears giving the
syntax for the formula.  (Not sure if 'tooltip' is the correct name for this in
LO, but I'm sure you know what I mean.)  There are two display problems with
this tooltip.  

1.  When you press enter to confirm your edits to the formula, the tooltip
disappears.  However, it leaves behind its bottom and right borders as lines on
the display.  These lines scroll with the spreadsheet.  They finally disappear
if you scroll/page them off the screen, or if you switch to another application
that overlays them.  The lines are not left on the screen if you dismiss the
tooltip by pressing Esc before pressing Enter.  This problem seems to happen
only when there are #N/A and/or #REF! values in the spreadsheet [attachment
refers].  

2.  When you have such a tooltip active, and you switch to another application,
the tooltip remains displayed, on top of the application to which you have just
switched.  The only way to get rid of it is to switch back to Calc and perform
an action that closes the tooltip (e.g. press Esc).  This problem appears to
happen with any spreadsheet.  

I attach 3 screenshots, showing respectively:
(a) the tooltip being correctly displayed during formula editing;
(b) the lines that remain on the screen after the same tooltip has closed;
(c) the tooltip remaining on the screen on top of another application that has
been switched to.  
I also attach a spreadsheet file containing appropriate formulas and values
that exhibits the behaviour at (1) above.  (It is a vastly cut-down version of
one I have been working on.)  

All the attachments have been placed in a single 7z file - it would be nice to
be able to attach more than one file to this form!

-- 
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 42078] The buttons in combo boxes are not mirrored in RTL interface

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

--- Comment #7 from Yotam Benshalom bensha...@gmail.com 2011-11-27 08:36:24 
PST ---
Oh! I just noticed something.

When comparing the combo boxes in rtl interfaces to combo boxes in ltr
interfaces, I can see the the buttons actually WERE mirrored correctly. The
problem is that they WERE NOT MOVED to the left of the input area, because they
are mistakenly treated like an independent element.

I attach a screenshot of the situation in ltr environment. As you can see, the
buttons are attached to the logical ending of the input area, i.e. to the
right. The same should happen in Hebrew: they should be attached to the left.

-- 
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 42078] The buttons in combo boxes are not mirrored in RTL interface

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

--- Comment #8 from Yotam Benshalom bensha...@gmail.com 2011-11-27 08:38:02 
PST ---
Created attachment 53885
  -- https://bugs.freedesktop.org/attachment.cgi?id=53885
Correct behaviour: combo box buttons attached to the logical ending of input
area (the right ending in ltr env)

-- 
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 42684] FILEOPEN very slow, network/dns related, it takes about 15 minutes

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

Christopher M. Penalver christopher.penal...@gmx.com changed:

   What|Removed |Added

   Platform|x86 (IA32)  |All
 CC||christopher.penal...@gmx.co
   ||m
   See Also||https://launchpad.net/bugs/
   ||734424
Version|LibO 3.4.3 release  |LibO 3.3.1 release

--- Comment #11 from Christopher M. Penalver christopher.penal...@gmx.com 
2011-11-27 08:44:01 PST ---
As per downstream bug:
https://bugs.launchpad.net/df-libreoffice/+bug/734424

this occurs in both Ubuntu 32 and 64-bit, with earliest version found 3.3.1.
Platform - All
Version - 3.3.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 43277] New: : Error sending Base report as PDF

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

 Bug #: 43277
   Summary: : Error sending Base report as PDF
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Database
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: a...@princeswalk.fsnet.co.uk


Created attachment 53886
  -- https://bugs.freedesktop.org/attachment.cgi?id=53886
Screen Shot sowing the error message.

Problem description: 

If you open a report in Base and try to use File  Send  E-Mail as PDF... the
result is an error message (see attached screen shot).  This is the same for
all the File  Send  E-Mail as... options.  

There is no problem with File  Send  Document as E-Mail, which will attach an
odt version of the report to an email using my default mailer (Evolution).  

Expected behavior is found in Writer where all the File  Send  E-Mail as...
options work correctly.

This problem was originally reported in OpenOffice.org version 3.0 for Ubuntu
9.04 (see https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/433563)
and is still present in LibreOffice 3.4.4 and Ubuntu 11.10. It was also know to
exist in OpenOffice 3.1.1 for Windows XP.

-- 
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] Error sending Base report as PDF

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

Tony Pursell a...@princeswalk.fsnet.co.uk changed:

   What|Removed |Added

Summary|: Error sending Base report |Error sending Base report
   |as PDF  |as PDF

-- 
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] Error sending Base report as PDF

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

Christopher M. Penalver christopher.penal...@gmx.com changed:

   What|Removed |Added

   Platform|Other   |All
 Status|UNCONFIRMED |NEW
 CC||christopher.penal...@gmx.co
   ||m
 Ever Confirmed|0   |1
   See Also||https://launchpad.net/bugs/
   ||433563,
   ||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=104927

-- 
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] Base Report E-Mail as PDF gives error instead of opening Evolution

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

Christopher M. Penalver christopher.penal...@gmx.com changed:

   What|Removed |Added

Summary|Error sending Base report   |Base Report E-Mail as PDF
   |as PDF  |gives error instead of
   ||opening Evolution

-- 
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 40950] RTL Pulldown buttons misplaced in dialog he_IL (probably all)

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

--- Comment #6 from Lior Kaplan kaplanl...@gmail.com 2011-11-27 11:31:42 PST 
---
As I said before - this is a specific bug for Ubuntu, as it doesn't happen in
Debian (and Ubuntu packages are based on Debian). Also notice this comment:
https://issues.apache.org/ooo/show_bug.cgi?id=107662#c7

The squares in the Ubuntu screen shot were another bug and already fixed in the
meantime (e.g. the screen shot in this bug).

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


[Libreoffice-bugs] [Bug 40950] Combobox in RTL UI display pull down button on the wrong side (Ubuntu specific?)

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

Lior Kaplan kaplanl...@gmail.com changed:

   What|Removed |Added

Summary|RTL Pulldown buttons|Combobox in RTL UI display
   |misplaced in dialog he_IL   |pull down button on the
   |(probably all)  |wrong side (Ubuntu
   ||specific?)

-- 
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 43280] New: Document to mail doesn't fills subject correctly

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

 Bug #: 43280
   Summary: Document to mail doesn't fills subject correctly
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4 Daily
  Platform: x86-64 (AMD64)
OS/Version: other
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: zadu...@gmail.com


Created attachment 53888
  -- https://bugs.freedesktop.org/attachment.cgi?id=53888
Evolution mail write mail window

This problem is not big,

Just when i push a button Document to mail from LibreOffice writer, opens
Evolution mail and attach opened document. 

The problem is subject text - Document file name spaces if filled by %20%. 

When i send mail to the customer, document file name is unreadable.

i have attached screen show of written subject

-- 
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 43274] Error on connecting to xfodbc database

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

Alex Thurgood alex.thurg...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Alex Thurgood alex.thurg...@gmail.com 2011-11-27 12:01:04 
PST ---
Setting as duplicate of bug 32171.

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

-- 
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 32171] Cannot read data from a database with an Odbc driver

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

Alex Thurgood alex.thurg...@gmail.com changed:

   What|Removed |Added

 CC||rogja...@btinternet.com

--- Comment #11 from Alex Thurgood alex.thurg...@gmail.com 2011-11-27 
12:01:04 PST ---
*** Bug 43274 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 43274] Error on connecting to xfodbc database

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

Alex Thurgood alex.thurg...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|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 34650] ODBC Link Broken

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

Alex Thurgood alex.thurg...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|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 43280] Document to mail doesn't fills subject correctly

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

Paulius zadu...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |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 43281] New: Print Range is not saved when the document is saved in Excel 97-2003 format

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

 Bug #: 43281
   Summary: Print Range is not saved when the document is saved in
Excel 97-2003 format
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: pichorra...@gmail.com


How to reproduce it:
Just Create a Document, define a printrange, and save it as Excel 97-2003
format. Then reload Libreoffice Calc and press the Print Vizualisation (or
something like that).

What was expected:
Simple save the document with the Print Range defined.

What do not work:

The printrange saving in a Excel 97-2003 format.

My Systems specs:

Lubuntu 11.10 Kernel 3.0.0.12 x86
LibreOffice 3.4.4 from Ubuntu Repository.

That bug is here since the begining of the LibreOffice project and it is very
annoying. (I've tested a lot of Linux versions, but none Windows).

Thanks for your attention.

-- 
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 42658] ODBC SQL Server Date Error

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

--- Comment #1 from Alex Thurgood alex.thurg...@gmail.com 2011-11-27 12:29:07 
PST ---
Hi,

Could be linked to failed assertions that have been noticed in other ODBC
connections, and/or datetime string management in LO.


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 35785] LibreOffice doesn't use the recent documents feature in Windows Seven

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

--- Comment #2 from Cor Nouws c...@nouenoff.nl 2011-11-27 12:58:02 PST ---
possibly related: someone on the Dutch users list reported too that the list
does not work, or only unreliable. Looks more as a bug to me..?

-- 
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 43282] New: Libre Office Mat won't save default font type for text

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

 Bug #: 43282
   Summary: Libre Office Mat won't save default font type for text
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: Other
OS/Version: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Formula editor
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: precious.willi...@gmail.com


I cannot get the formula editor to modify the default state so that text
characters (characters enclosed in quotes) will NOT be in italic. It will save
a different default font, but it won't remain as NOT italic. I have to switch
it for every new formula.

This is pretty inconvenient as the main reason for using text is to distinguish
it from variables.

-- 
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 34988] Editing table structure - changes cannot be saved

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

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

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet serval2...@yahoo.fr 2011-11-27 13:38:11 UTC 
---
Any update about this case ?

-- 
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 43233] Old OpenOffice.org icons in Oxygen icon set

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

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

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 AssignedTo|libreoffice-b...@lists.free |tima...@gmail.com
   |desktop.org |
 Ever Confirmed|0   |1

--- Comment #1 from Andras Timar tima...@gmail.com 2011-11-27 14:04:15 PST ---
Confirmed. I'll fix it. Thanks for the bugreport.

-- 
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 42078] The buttons in combo boxes are not mirrored in RTL interface

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

Lior Kaplan kaplanl...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||DUPLICATE

--- Comment #9 from Lior Kaplan kaplanl...@gmail.com 2011-11-27 14:05:16 PST 
---


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

-- 
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 40950] Combobox in RTL UI display pull down button on the wrong side (Ubuntu specific?)

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

Lior Kaplan kaplanl...@gmail.com changed:

   What|Removed |Added

 CC||bensha...@gmail.com

--- Comment #7 from Lior Kaplan kaplanl...@gmail.com 2011-11-27 14:05:16 PST 
---
*** Bug 42078 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 43283] New: Words which are added to the personal wordbook and ignored words are not remembered as such

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

 Bug #: 43283
   Summary: Words which are added to the personal wordbook and
ignored words are not remembered as such
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.3 release
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Linguistic component
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: m.w...@web.de


I am using LibreOffice 3.4.3 on Kubuntu Natty in German. I have noticed that
words which I have added to the wordbook, words which should be ignore every
time and words which should should be changed all the time are simply ignored,
so that I get prompted by the same words again. Since I am using German, this
happens with the German spell checking, but I would assume this to be a generic
problem (but I can not know).
I have check in Libreoffice-seetings: It seems like the personal wordbook as
well as the ignore-wordbook is checked so that it should be used.
Please tell me if you need more information.

-- 
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 42674] Toolbar issue

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

--- Comment #2 from jmei...@worldimpact.org 2011-11-27 20:30:04 PST ---
I've had this issue as well, and would love to see a fix.

The tip to hit ESC as an alternative to mouse-closing the toolbar is helpful.

But I still see it as a glitch that an empty toolbar stays open.

-- 
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 42658] ODBC SQL Server Date Error

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

--- Comment #2 from Terrence Enger lo_b...@iseries-guru.com 2011-11-27 
21:09:00 PST ---
The value you cite looks like a datetime, not a date.  Where does 11/5/2011
12:00:49 AM come from?

-- 
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 42658] ODBC SQL Server Date Error

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

--- Comment #3 from mandra man...@siam-indo.co.id 2011-11-27 21:31:41 PST ---
it's come from the logger machine which use sql server. If I use the office, it
can imported sucessfully

-- 
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 41416] EDITING: CRASH after COPY/PASTE of Web page contents

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed|0   |1

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-11-27 21:49:18 UTC ---
@rk...@yahoo.com 
Still a problem?
Also reproducible with 3.4 or 3.3?

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


[Libreoffice-bugs] [Bug 43287] New: Rotated text frames are not saved (or maybe read) properly FILESAVE FILEOPEN

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

 Bug #: 43287
   Summary: Rotated text frames are not saved (or maybe read)
properly FILESAVE FILEOPEN
Classification: Unclassified
   Product: LibreOffice
   Version: LibO Master
  Platform: x86-64 (AMD64)
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: a...@teigseth.no


Created attachment 53892
  -- https://bugs.freedesktop.org/attachment.cgi?id=53892
some rotated text frames

A text frame put in libreoffice writer is not saved properly (or maybe not read
in properly) if rotated. 

The rotated frames kind of {float: left;} in the document when opened. 

0 degrees and 180 degrees rotation seems to work well. Attaching a test case.

-- 
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 41887] MinGW does not show included SVG images

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 AssignedTo|libreoffice-b...@lists.free |ke...@suse.cz
   |desktop.org |
 CC||LibreOffice@bielefeldundbus
   ||s.de
 Ever Confirmed|0   |1
Summary|LibO Master MinGW doesn't   |MinGW does not show
   |show included SVG images|included SVG images
   Keywords||regression

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-11-27 22:16:28 UTC ---
[Reproducible] with parallel installation of MinGW Master LibO-dev 3.5.0 –
WIN7 Home Premium (64bit) English UI (Build ID:fba911f-2fcbe65-8b4f344-3bd0388)
(daily/Win-x86@7-MinGW/master/2011-11-25_08.14.45)

No problem with with Server installation of MSVC Master LibO-dev 3.5.0 – WIN7
Home Premium (64bit) ENGLISH UI [(Build ID:  4f11d0a-adcf6d5-c4bb9bd)]
Windows_2008R8 - 18) 

No problem with LibreOffice 3.4.4  - WIN7 Home Premium (64bit) German UI
[OOO340m1 (Build:402)], so regression!

After having saved the document from MinGW build LibO 3.4.4 is unable to show
the included SVG, but MSVC Master will show the svg in the new document.

@Jan:
Please feel free to reassign (or reset Assignee to default) if it’s not your
area or if provided information is not sufficient. Please set Status to
ASSIGNED if you accept this Bug.

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


[Libreoffice-bugs] [Bug 43280] Document to mail shows Blanks coded in subject line

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

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

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de
Summary|Document to mail doesn't|Document to mail shows
   |fills subject correctly |Blanks coded in subject
   ||line

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-11-27 23:10:29 PST ---
NOT reproducible with LibreOffice 3.4.4 - WIN7 Home Premium (64bit) German UI
[OOO340m1 (Build:402)] and Seamonkey 2.5

@Paulius:
please:
- Attach a sample document (not only screenshot)
- add information 
  -- concerning your PC (video card, ...)
  -- concerning your OS (Version, Distribution, Language)
  -- concerning your EXACT LibO version and localization (UI language)
  –- Libo settings that might be related to your problems 
  -- how you launch LibO and how you opened the sample document
  -- what other programs do not show that problem.
  –- If you can contribute an OOo Issue that might be useful
  -- everything else crossing your mind after you read linked texts

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

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


[Libreoffice-bugs] [Bug 43280] Document to mail shows Blanks coded in subject line

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

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

   What|Removed |Added

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