LibreOffice Gerrit News for core on 2014-04-12

2014-04-12 Thread gerrit
Moin!

* Open changes on master for project core changed in the last 25 hours:

+ fdo#74652 : Extra image gets added to the document body after RT.
  in https://gerrit.libreoffice.org/8940 from Tushar Bende
  about module sw, writerfilter
+ move inettype.{hc}xx from svl to tools
  in https://gerrit.libreoffice.org/8926 from Christina Roßmanith
  about module dbaccess, desktop, forms, fpicker, framework, include, sfx2, 
svl, svtools, tools
+ fdo#77282 Replace Edit Group with Enter Group
  in https://gerrit.libreoffice.org/8923 from Laurent BP
  about module svx


* Merged changes on master for project core changed in the last 25 hours:

+ fdo#76961 - Calc link auto-update interval is changed on file save
  in https://gerrit.libreoffice.org/8934 from Niklas Johansson
+ fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISE
  in https://gerrit.libreoffice.org/8930 from Winfried Donkers
+ fdo#76635 : Table borders not preserved after RT
  in https://gerrit.libreoffice.org/8848 from Rajashri Udhoji
+ fdo#35064 PDF Import: Add support for simple text scaling
  in https://gerrit.libreoffice.org/8916 from Vort
+ Introduce twip/mm100 conversion functions instead of duplicated macros
  in https://gerrit.libreoffice.org/8837 from Tor Lillqvist
+ fdo#76597: Fix preservation issue of Spacing between paragraph
  in https://gerrit.libreoffice.org/8842 from Rohit Deshmukh


* Abandoned changes on master for project core changed in the last 25 hours:

+ Unified OutputDevice::DrawGradient() functions
  in https://gerrit.libreoffice.org/8893 from Chris Sherlock


* Open changes needing tweaks, but being untouched for more than a week:

+ new method INetURLObject::getData() for data urls
  in https://gerrit.libreoffice.org/8737 from Christina Roßmanith
+ fdo#67544 Slide transistion sound(other sound) is not included in present
  in https://gerrit.libreoffice.org/8700 from Vishv Brahmbhatt
+ fdo#57950: Replace chained O(U)StringBuffer::append() with operator+
  in https://gerrit.libreoffice.org/8699 from Tharindu Lakmal
+ Refactored
  in https://gerrit.libreoffice.org/8683 from Tharindu Lakmal
+ fdo#75757 Remove inheritance to std::map from PropertyMap
  in https://gerrit.libreoffice.org/8656 from Krisztian Pinter
+ Remove visual noise from ios
  in https://gerrit.libreoffice.org/8274 from Alexander Wilms
+ FDO#75205 : Charts - Up Down bars are getting added to Line Chart.
  in https://gerrit.libreoffice.org/8360 from Umesh Kadam
+ WIP: Converting ExtensionUpdate dialog for new format
  in https://gerrit.libreoffice.org/8506 from Rodolfo Ribeiro Gomes
+ Refactored swooxmlexport tests cases. Added function to check contents.
  in https://gerrit.libreoffice.org/8390 from Nikhil Walvekar
+ FDO#74886: Data labels are not preserved for Column Chart in RT file
  in https://gerrit.libreoffice.org/8098 from Umesh Kadam
+ fdo#71984 fix first line indentation in footnotes for MS Word documents
  in https://gerrit.libreoffice.org/8160 from Andras Timar
+ fd0#74150:Numbered list getting display after RT -table-within-table-1.do
  in https://gerrit.libreoffice.org/7767 from Rajashri Udhoji
+ Lots of changes to Tango icons
  in https://gerrit.libreoffice.org/7987 from Miroslav Mazel
+ sw/docx export: fix handling of document with header and section(s)
  in https://gerrit.libreoffice.org/6248 from Pierre-Eric Pelloux-Prayer
+ fdo#51525 Fix duplicate Paste Special entries in Calc.
  in https://gerrit.libreoffice.org/7784 from Andrzej Hunt
+ fdo#72661: Check ‘Hyphenation active’ automatically
  in https://gerrit.libreoffice.org/7291 from Jiwoong Youn
+ sa/l add release_assert() and assert that stay even in release code
  in https://gerrit.libreoffice.org/7625 from Norbert Thiebaud
+ WIP fdo#72987 Use firebird backup format for .odb
  in https://gerrit.libreoffice.org/7299 from Andrzej Hunt
+ sw/export docx: add unit test for document with header and section(s)
  in https://gerrit.libreoffice.org/6249 from Pierre-Eric Pelloux-Prayer
+ WIP: fdo#33980 Preserve selection across all slide sorters.
  in https://gerrit.libreoffice.org/6633 from Andrzej Hunt
+ Positional Tab additions
  in https://gerrit.libreoffice.org/5387 from Adam CloudOn


Best,

Your friendly LibreOffice Gerrit Digest Mailer

Note: The bot generating this message can be found and improved here:
   
https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=gerritbot/send-daily-digest
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: sc/source

2014-04-12 Thread Tor Lillqvist
 sc/source/ui/view/gridwin.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b0ca4765f304dbef11dbad932c13bf00e245f684
Author: Tor Lillqvist t...@collabora.com
Date:   Sat Apr 12 10:46:26 2014 +0300

WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'

Change-Id: Idfecaf013426bb549d3148fe0cab4c9e6c05dd2e

diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 8a47818..be97bc6 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -3050,7 +3050,7 @@ void ScGridWindow::Command( const CommandEvent rCEvt )
 Link aLink = LINK( this, ScGridWindow, PopupSpellingHdl );
 pEditView-ExecuteSpellPopup( aMenuPos, aLink );
 
-bDone = sal_True;
+bDone = true;
 }
 }
 else if ( !bMouse )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

superu...@gmail.com changed:

   What|Removed |Added

Version|Inherited From OOo  |4.2.0.0.alpha0+ Master

-- 
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 65675] LibreOffice 4.2 most annoying bugs

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

superu...@gmail.com changed:

   What|Removed |Added

Version|4.2.0.0.alpha0+ Master  |Inherited From OOo

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


[Libreoffice-commits] core.git: unotools/source

2014-04-12 Thread Eike Rathke
 unotools/source/config/syslocaleoptions.cxx |1 -
 1 file changed, 1 deletion(-)

New commits:
commit f0d9aab05249ff9ea97a60fa5305f2ae32e2bdbb
Author: Eike Rathke er...@redhat.com
Date:   Sat Apr 12 00:41:39 2014 +0200

do not change configured runtime system locale when setting UI locale

This was always plain wrong.

Change-Id: I2b0e3572a8285638c6d2a16e2b095c4a9847a25c

diff --git a/unotools/source/config/syslocaleoptions.cxx 
b/unotools/source/config/syslocaleoptions.cxx
index c2fa6d5..fa25d34 100644
--- a/unotools/source/config/syslocaleoptions.cxx
+++ b/unotools/source/config/syslocaleoptions.cxx
@@ -410,7 +410,6 @@ void SvtSysLocaleOptions_Impl::SetUILocaleString( const 
OUString rStr )
 
 // as we can't switch UILocale at runtime, we only store changes in 
the configuration
 MakeRealUILocale();
-LanguageTag::setConfiguredSystemLanguage( 
m_aRealUILocale.getLanguageType() );
 SetModified();
 NotifyListeners( SYSLOCALEOPTIONS_HINT_UILOCALE );
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 4 commits - desktop/source include/unotest sd/CppunitTest_sd_filters_test.mk sd/CppunitTest_sd_import_tests.mk sd/source unotest/source

2014-04-12 Thread Tomaž Vajngerl
 desktop/source/lib/init.cxx   |2 
 include/unotest/macros_test.hxx   |4 
 sd/CppunitTest_sd_filters_test.mk |6 
 sd/CppunitTest_sd_import_tests.mk |6 
 sd/source/filter/html/htmlex.cxx  |  202 +++---
 sd/source/filter/html/htmlex.hxx  |9 +
 sd/source/filter/html/htmlpublishmode.hxx |   10 +
 sd/source/filter/html/sdhtmlfilter.cxx|7 -
 unotest/source/cpp/macros_test.cxx|   17 +-
 9 files changed, 225 insertions(+), 38 deletions(-)

New commits:
commit 272a5e7671fadd254d06d67180f97916891a4cf4
Author: Tomaž Vajngerl tomaz.vajng...@collabora.com
Date:   Sat Apr 12 12:48:22 2014 +0200

sd tests: tab to spaces

Change-Id: Icfc9d08b073f76d6c489a8b12a3c27b850a116ce

diff --git a/sd/CppunitTest_sd_filters_test.mk 
b/sd/CppunitTest_sd_filters_test.mk
index a2d1562..45c29aa 100644
--- a/sd/CppunitTest_sd_filters_test.mk
+++ b/sd/CppunitTest_sd_filters_test.mk
@@ -45,15 +45,15 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_filters_test, 
\
 svt \
 svx \
 svxcore \
-   test \
+test \
 tl \
 tk \
 ucbhelper \
-   unotest \
+unotest \
 utl \
 vcl \
 xo \
-   $(gb_UWINAPI) \
+$(gb_UWINAPI) \
 ))
 
 $(eval $(call gb_CppunitTest_set_include,sd_filters_test,\
diff --git a/sd/CppunitTest_sd_import_tests.mk 
b/sd/CppunitTest_sd_import_tests.mk
index d1a552f..3661de7 100644
--- a/sd/CppunitTest_sd_import_tests.mk
+++ b/sd/CppunitTest_sd_import_tests.mk
@@ -40,15 +40,15 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_import_tests, 
\
 svt \
 svx \
 svxcore \
-   test \
+test \
 tl \
 tk \
 ucbhelper \
-   unotest \
+unotest \
 utl \
 vcl \
 xo \
-   $(gb_UWINAPI) \
+$(gb_UWINAPI) \
 ))
 
 $(eval $(call gb_CppunitTest_set_include,sd_import_tests,\
commit fa4c74f4d5cb7ff8ae8d4fa43f07c557bcbcf9e0
Author: Tomaž Vajngerl tomaz.vajng...@collabora.com
Date:   Sat Apr 12 12:33:32 2014 +0200

liblo: fix check of xcomponent

Change-Id: I8a05a067681767518c688eb836bbe676bed05996

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 183a555..a965be7 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -195,7 +195,7 @@ static LibreOfficeDocument* lo_documentLoad(LibreOffice* 
pThis, const char* pURL
 aURL, OUString(_blank), 0,
 
uno::Sequencecss::beans::PropertyValue());
 
-if (xComponentLoader.is())
+if (xComponent.is())
 return new LibLODocument_Impl(xComponent);
 else
 pLib-maLastExceptionMsg = unknown load failure;
commit 5830799d5ba3afbb696dc354535fcfd2f10ba059
Author: Tomaž Vajngerl tomaz.vajng...@collabora.com
Date:   Fri Apr 11 21:31:43 2014 +0200

macros_test: use css short form

Change-Id: I2e8d8773703df67d090059be8bd9f3c7c7335f78

diff --git a/include/unotest/macros_test.hxx b/include/unotest/macros_test.hxx
index d995246..12108ba 100644
--- a/include/unotest/macros_test.hxx
+++ b/include/unotest/macros_test.hxx
@@ -27,10 +27,10 @@ namespace unotest {
 class OOO_DLLPUBLIC_UNOTEST MacrosTest
 {
 public:
-com::sun::star::uno::Reference com::sun::star::lang::XComponent  
loadFromDesktop(const OUString rURL, const OUString rDocService = OUString() 
);
+css::uno::Reference css::lang::XComponent  loadFromDesktop(const 
OUString rURL, const OUString rDocService = OUString() );
 
 protected:
-com::sun::star::uno::Reference com::sun::star::frame::XDesktop2 
mxDesktop;
+css::uno::Reference css::frame::XDesktop2 mxDesktop;
 };
 
 }
diff --git a/unotest/source/cpp/macros_test.cxx 
b/unotest/source/cpp/macros_test.cxx
index 9305a68..44f0d56 100644
--- a/unotest/source/cpp/macros_test.cxx
+++ b/unotest/source/cpp/macros_test.cxx
@@ -15,21 +15,20 @@
 #include cppunit/TestAssert.h
 #include rtl/ustrbuf.hxx
 
-using namespace com::sun::star;
+using namespace css;
 
 namespace unotest {
 
-uno::Reference com::sun::star::lang::XComponent  
MacrosTest::loadFromDesktop(const OUString rURL, const OUString rDocService)
+uno::Referencecss::lang::XComponent MacrosTest::loadFromDesktop(const 
OUString rURL, const OUString rDocService)
 {
 CPPUNIT_ASSERT_MESSAGE(no desktop, mxDesktop.is());
-uno::Reference com::sun::star::frame::XComponentLoader xLoader = 
uno::Reference com::sun::star::frame::XComponentLoader ( mxDesktop, 
uno::UNO_QUERY );
+uno::Referenceframe::XComponentLoader xLoader = 
uno::Referenceframe::XComponentLoader(mxDesktop, uno::UNO_QUERY);
 CPPUNIT_ASSERT_MESSAGE(no loader, xLoader.is());
-com::sun::star::uno::Sequence com::sun::star::beans::PropertyValue  
args(1);
+uno::Sequencebeans::PropertyValue args(1);
 args[0].Name = MacroExecutionMode;
 args[0].Handle = -1;
-args[0].Value =
-

[Libreoffice-commits] core.git: filter/qa

2014-04-12 Thread Caolán McNamara
 filter/qa/cppunit/data/ras/indeterminate/CVE-2007-2356-1.ras |binary
 1 file changed

New commits:
commit cb35c7cd492fad57ca5b0ad6bff3234d07952d8d
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Apr 12 12:40:20 2014 +0100

add test case for CVE-2007-2356

Change-Id: I9bf6ca1c5a23dd0e3ef6b7d7c0de041a48df45b6

diff --git a/filter/qa/cppunit/data/ras/indeterminate/CVE-2007-2356-1.ras 
b/filter/qa/cppunit/data/ras/indeterminate/CVE-2007-2356-1.ras
new file mode 100644
index 000..c00c270
Binary files /dev/null and 
b/filter/qa/cppunit/data/ras/indeterminate/CVE-2007-2356-1.ras differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - filter/source

2014-04-12 Thread Bryan Quigley
 filter/source/config/fragments/filters/StarOffice_XML__Base_.xcu   
   |2 +-
 filter/source/config/fragments/filters/StarOffice_XML__Calc_.xcu   
   |2 +-
 filter/source/config/fragments/filters/StarOffice_XML__Chart_.xcu  
   |2 +-
 filter/source/config/fragments/filters/StarOffice_XML__Draw_.xcu   
   |2 +-
 filter/source/config/fragments/filters/StarOffice_XML__Impress_.xcu
   |2 +-
 filter/source/config/fragments/filters/StarOffice_XML__Math_.xcu   
   |2 +-
 filter/source/config/fragments/filters/StarOffice_XML__Writer_.xcu 
   |2 +-
 filter/source/config/fragments/filters/calc_StarOffice_XML_Calc_Template.xcu   
   |2 +-
 filter/source/config/fragments/filters/draw_StarOffice_XML_Draw_Template.xcu   
   |2 +-
 filter/source/config/fragments/filters/impress_StarOffice_XML_Draw.xcu 
   |2 +-
 
filter/source/config/fragments/filters/impress_StarOffice_XML_Impress_Template.xcu
|2 +-
 
filter/source/config/fragments/filters/writer_StarOffice_XML_Writer_Template.xcu
  |2 +-
 
filter/source/config/fragments/filters/writer_globaldocument_StarOffice_XML_Writer.xcu
|2 +-
 
filter/source/config/fragments/filters/writer_globaldocument_StarOffice_XML_Writer_GlobalDocument.xcu
 |2 +-
 
filter/source/config/fragments/filters/writer_web_StarOffice_XML_Writer_Web_Template.xcu
  |2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

New commits:
commit 95da7399047e025327aa96bffde2faf1c2a0757c
Author: Bryan Quigley gqu...@gmail.com
Date:   Sun Nov 10 16:10:26 2013 -0500

Remove OOo1.0 file formats from Save As.

List discussion: 
http://lists.freedesktop.org/archives/libreoffice/2013-November/057337.html

Reviewed-on: https://gerrit.libreoffice.org/7489
Tested-by: LibreOffice gerrit bot ger...@libreoffice.org
Reviewed-by: Kohei Yoshida libreoff...@kohei.us
(cherry picked from commit aeeaccf59abbc485d7786486f1accc1cb4d4dbf7)
(cherry picked from commit c9c4148f00f60a9bb986e9431e76ab7cf8b4c547)

This will be used as a fix for fdo#74979.

Change-Id: Iea7e5d9ed8f0e48ffce4504bfaaf0d41067c7a5d
Reviewed-on: https://gerrit.libreoffice.org/8937
Reviewed-by: Bryan Quigley gqu...@gmail.com
Reviewed-by: Kohei Yoshida libreoff...@kohei.us
Tested-by: Kohei Yoshida libreoff...@kohei.us

diff --git a/filter/source/config/fragments/filters/StarOffice_XML__Base_.xcu 
b/filter/source/config/fragments/filters/StarOffice_XML__Base_.xcu
index b1f5c03..0a1fdce 100644
--- a/filter/source/config/fragments/filters/StarOffice_XML__Base_.xcu
+++ b/filter/source/config/fragments/filters/StarOffice_XML__Base_.xcu
@@ -16,7 +16,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 --
 node oor:name=StarOffice XML (Base) oor:op=replace
-prop oor:name=FlagsvalueIMPORT EXPORT OWN DEFAULT 3RDPARTYFILTER 
ENCRYPTION/value/prop
+prop oor:name=FlagsvalueIMPORT OWN DEFAULT 3RDPARTYFILTER 
ENCRYPTION/value/prop
 prop oor:name=UIComponent/
 prop oor:name=FilterService/
 prop oor:name=UserData/
diff --git a/filter/source/config/fragments/filters/StarOffice_XML__Calc_.xcu 
b/filter/source/config/fragments/filters/StarOffice_XML__Calc_.xcu
index ffe412a..dbc8bc3 100644
--- a/filter/source/config/fragments/filters/StarOffice_XML__Calc_.xcu
+++ b/filter/source/config/fragments/filters/StarOffice_XML__Calc_.xcu
@@ -16,7 +16,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 --
 node oor:name=StarOffice XML (Calc) oor:op=replace
-prop oor:name=FlagsvalueIMPORT EXPORT TEMPLATE OWN ALIEN 
ENCRYPTION/value/prop
+prop oor:name=FlagsvalueIMPORT TEMPLATE OWN ALIEN 
ENCRYPTION/value/prop
 prop oor:name=UIComponent/
 prop oor:name=FilterService/
 prop oor:name=UserDatavalue/value/prop
diff --git a/filter/source/config/fragments/filters/StarOffice_XML__Chart_.xcu 
b/filter/source/config/fragments/filters/StarOffice_XML__Chart_.xcu
index 96a5052..f84efc0 100644
--- a/filter/source/config/fragments/filters/StarOffice_XML__Chart_.xcu
+++ b/filter/source/config/fragments/filters/StarOffice_XML__Chart_.xcu
@@ -16,7 +16,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 --
 node oor:name=StarOffice XML (Chart) oor:op=replace
-prop oor:name=FlagsvalueIMPORT EXPORT OWN ALIEN NOTINFILEDIALOG 
NOTINCHOOSER ENCRYPTION/value/prop
+prop oor:name=FlagsvalueIMPORT OWN ALIEN NOTINFILEDIALOG 
NOTINCHOOSER ENCRYPTION/value/prop
 prop oor:name=UIComponent/
 prop 

[Libreoffice-commits] core.git: 3 commits - vcl/source

2014-04-12 Thread Chris Sherlock
 vcl/source/gdi/outdev4.cxx |  203 ++---
 1 file changed, 64 insertions(+), 139 deletions(-)

New commits:
commit 30e0e6ff95417295874e23376f83fc5ff26bf3d7
Author: Chris Sherlock chris.sherloc...@gmail.com
Date:   Sat Apr 12 21:09:51 2014 +1000

Unify DrawGradient functions in OutputDevice

Turns out that the two versions of DrawGradient in OutputDevice are
almost exactly the same in every way, except one deals with a rectangle
and the other with a PolyPolygon. So I just convert the Rectangle into
a PolyPolygon and use the PolyPolygon function.

Now that the functions are unified, the need for a seperate function
to clip and draw the gradient is no longer really required, so I've
merged this back into DrawGradient.

Change-Id: I94d4af1bb7dd900495672f0c0481dc9a1083ff67

diff --git a/vcl/source/gdi/outdev4.cxx b/vcl/source/gdi/outdev4.cxx
index 794c6d7..6b76788 100644
--- a/vcl/source/gdi/outdev4.cxx
+++ b/vcl/source/gdi/outdev4.cxx
@@ -606,100 +606,11 @@ void OutputDevice::SetGrayscaleColors( Gradient 
rGradient )
 void OutputDevice::DrawGradient( const Rectangle rRect,
  const Gradient rGradient )
 {
-if ( mnDrawMode  DRAWMODE_NOGRADIENT )
-return; // nothing to draw!
-
-if ( mbInitClipRegion )
-ImplInitClipRegion();
-
-if ( mbOutputClipped )
-return;
-
-if ( !rRect.IsEmpty() )
-{
-if ( mnDrawMode  ( DRAWMODE_BLACKGRADIENT | DRAWMODE_WHITEGRADIENT | 
DRAWMODE_SETTINGSGRADIENT) )
-{
-Color aColor = GetSingleColorGradientFill();
-
-Push( PUSH_LINECOLOR | PUSH_FILLCOLOR );
-SetLineColor( aColor );
-SetFillColor( aColor );
-DrawRect( rRect );
-Pop();
-return;
-}
-
-Gradient aGradient( rGradient );
-
-if ( mnDrawMode  ( DRAWMODE_GRAYGRADIENT | DRAWMODE_GHOSTEDGRADIENT ) 
)
-{
-SetGrayscaleColors( aGradient );
-}
-
-if( mpMetaFile )
-mpMetaFile-AddAction( new MetaGradientAction( rRect, aGradient ) 
);
-
-if( !IsDeviceOutputNecessary() || ImplIsRecordLayout() )
-return;
-
-if ( !Rectangle( PixelToLogic( Point() ), GetOutputSize() ).IsEmpty() )
-{
-// convert rectangle to pixels
-Rectangle aRect( ImplLogicToDevicePixel( rRect ) );
-aRect.Justify();
-
-// do nothing if the rectangle is empty
-if ( !aRect.IsEmpty() )
-{
-// we need a graphics
-if ( !mpGraphics  !ImplGetGraphics() )
-return;
-
-// secure clip region
-Push( PUSH_CLIPREGION );
-IntersectClipRegion( rRect );
-
-// because we draw with no border line, we have to expand 
gradient
-// rect to avoid missing lines on the right and bottom edge
-aRect.Left()--;
-aRect.Top()--;
-aRect.Right()++;
-aRect.Bottom()++;
-
-if ( mbInitClipRegion )
-ImplInitClipRegion();
-
-if ( !mbOutputClipped )
-{
-// gradients are drawn without border
-if ( mbLineColor || mbInitLineColor )
-{
-mpGraphics-SetLineColor();
-mbInitLineColor = true;
-}
-
-mbInitFillColor = true;
-
-// calculate step count if necessary
-if ( !aGradient.GetSteps() )
-aGradient.SetSteps( GRADIENT_DEFAULT_STEPCOUNT );
-
-if( aGradient.GetStyle() == GradientStyle_LINEAR || 
aGradient.GetStyle() == GradientStyle_AXIAL )
-ImplDrawLinearGradient( aRect, aGradient, false, NULL 
);
-else
-ImplDrawComplexGradient( aRect, aGradient, false, NULL 
);
-}
-
-Pop();
-}
-}
-}
+// Convert rectangle to a PolyPolygon by first converting to a Polygon
+Polygon aPolygon ( rRect );
+PolyPolygon aPolyPoly ( aPolygon );
 
-if( mpAlphaVDev )
-{
-// #i32109#: Make gradient area opaque
-mpAlphaVDev-ImplFillOpaqueRectangle( rRect );
-}
+DrawGradient ( aPolyPoly, rGradient );
 }
 
 void OutputDevice::ClipAndDrawGradientMetafile ( const Gradient rGradient, 
const PolyPolygon rPolyPoly )
@@ -720,69 +631,6 @@ void OutputDevice::ClipAndDrawGradientMetafile ( const 
Gradient rGradient, cons
 EnableOutput( bOldOutput );
 }
 
-void OutputDevice::ClipAndDrawGradient ( Gradient rGradient, const 
PolyPolygon rPolyPoly )
-{
-const Rectangle aBoundRect( rPolyPoly.GetBoundRect() );
-
-if( !Rectangle( PixelToLogic( Point() ), GetOutputSize() 

[Libreoffice-commits] core.git: sw/qa writerfilter/source

2014-04-12 Thread Miklos Vajna
 sw/qa/extras/rtfimport/data/fdo74599.rtf |8 
 sw/qa/extras/rtfimport/rtfimport.cxx |7 +++
 writerfilter/source/dmapper/DomainMapper.cxx |3 +++
 writerfilter/source/filter/ImportFilter.cxx  |3 ---
 4 files changed, 18 insertions(+), 3 deletions(-)

New commits:
commit 2df53ef5002270bfe788e383e95002f636a242d9
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sat Apr 12 16:15:28 2014 +0200

fdo#74599 RTF import: enable StylesNoDefault compat setting

The Writer 'Heading 3' paragraph style is gray by default, but (just
like in case of DOCX) that shouldn't have any influence on the RTF
import result.

Fix this by moving the compat setting from the DOCX filter
implementation to the common dmapper.

Change-Id: I86c7cf1a66f82b438ce8379467773a88c9e229af

diff --git a/sw/qa/extras/rtfimport/data/fdo74599.rtf 
b/sw/qa/extras/rtfimport/data/fdo74599.rtf
new file mode 100644
index 000..b47728f
--- /dev/null
+++ b/sw/qa/extras/rtfimport/data/fdo74599.rtf
@@ -0,0 +1,8 @@
+{\rtf1
+{\stylesheet
+{\s3 heading 3;}
+}
+\pard\plain \s3
+This is gray
+\par
+}
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx 
b/sw/qa/extras/rtfimport/rtfimport.cxx
index d06d8fd..67f86bd 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -1641,6 +1641,13 @@ DECLARE_RTFIMPORT_TEST(testFdo74823, fdo74823.rtf)
 CPPUNIT_ASSERT_EQUAL(sal_Int16(5391), getProperty 
uno::Sequencetext::TableColumnSeparator (xTableRows-getByIndex(1), 
TableColumnSeparators)[2].Position);
 }
 
+DECLARE_RTFIMPORT_TEST(testFdo74599, fdo74599.rtf)
+{
+uno::Referencebeans::XPropertySet 
xPropertySet(getStyles(ParagraphStyles)-getByName(Heading 3), 
uno::UNO_QUERY);
+// Writer default styles weren't disabled, so the color was gray, not 
default (black).
+CPPUNIT_ASSERT_EQUAL(static_castsal_Int32(-1), 
getPropertysal_Int32(xPropertySet, CharColor));
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx 
b/writerfilter/source/dmapper/DomainMapper.cxx
index d4e3ab8..23152e6 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -110,6 +110,9 @@ LoggedStream(dmapper_logger, DomainMapper),
 PropertyNameSupplier::GetPropertyNameSupplier().GetName( 
PROP_SURROUND_TEXT_WRAP_SMALL ),
 uno::makeAny( true ) );
 
+// Don't load the default style definitions to avoid weird mix
+m_pImpl-SetDocumentSettingsProperty(StylesNoDefault, 
uno::makeAny(true));
+
 //import document properties
 try
 {
diff --git a/writerfilter/source/filter/ImportFilter.cxx 
b/writerfilter/source/filter/ImportFilter.cxx
index d75e56b..277f2da 100644
--- a/writerfilter/source/filter/ImportFilter.cxx
+++ b/writerfilter/source/filter/ImportFilter.cxx
@@ -221,9 +221,6 @@ void WriterFilter::setTargetDocument( const uno::Reference 
lang::XComponent 
xSettings-setPropertyValue( TabOverflow, uno::makeAny( sal_True ) );
xSettings-setPropertyValue( UnbreakableNumberings, uno::makeAny( 
sal_True ) );
 
-   // Don't load the default style definitions to avoid weird mix
-   xSettings-setPropertyValue( StylesNoDefault, uno::makeAny( sal_True ) );
-
xSettings-setPropertyValue(FloattableNomargins, uno::makeAny( sal_True 
));
xSettings-setPropertyValue( ClippedPictures, uno::makeAny( sal_True ) );
xSettings-setPropertyValue( BackgroundParaOverDrawings, uno::makeAny( 
sal_True ) );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: vcl/source

2014-04-12 Thread Julien Nabet
 vcl/source/gdi/impimage.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6c6f78c6567db73aa85de4beb461db2cddac7b2a
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Apr 12 17:40:41 2014 +0200

cppcheck: multiCondition

2 else if with same condition, one of them is wrong and it seems here the 
first one.
More details here: 
http://nabble.documentfoundation.org/Cppcheck-reports-else-if-condition-matches-previous-condition-vcl-td4104270.html

Change-Id: I818cfa879a41c5818c429acc1645b1ee1f8b5103

diff --git a/vcl/source/gdi/impimage.cxx b/vcl/source/gdi/impimage.cxx
index 2d054ab7..c8f4a72 100644
--- a/vcl/source/gdi/impimage.cxx
+++ b/vcl/source/gdi/impimage.cxx
@@ -297,7 +297,7 @@ void ImplImageBmp::Draw( sal_uInt16 nPos, OutputDevice* 
pOutDev,
 {
 if( aTmpBmpEx.IsAlpha() )
 aTmpBmpEx = BitmapEx( aTmpBmp, aTmpBmpEx.GetAlpha() );
-else if( aTmpBmpEx.IsAlpha() )
+else if( aTmpBmpEx.IsTransparent() )
 aTmpBmpEx = BitmapEx( aTmpBmp, aTmpBmpEx.GetMask() );
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: vcl/quartz

2014-04-12 Thread Julien Nabet
 vcl/quartz/ctlayout.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6a3440de1d1156c6a0bdb02e7cc38dea990654e3
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Apr 12 17:43:57 2014 +0200

cppcheck: Prefer prefix ++/-- operators for non-primitive types

Change-Id: I7060802164989c2797d4abea29a378eaa3a54b41

diff --git a/vcl/quartz/ctlayout.cxx b/vcl/quartz/ctlayout.cxx
index a9cac89..06bf300 100644
--- a/vcl/quartz/ctlayout.cxx
+++ b/vcl/quartz/ctlayout.cxx
@@ -395,7 +395,7 @@ int CTLayout::GetNextGlyphs( int nLen, sal_GlyphId* 
pOutGlyphIds, Point rPos, i
 
 while(iter != m_vRunData.end()  iter-m_EndPos = nStart)
 {
-iter++;
+++iter;
 }
 if(iter == m_vRunData.end())
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: vcl/source

2014-04-12 Thread Julien Nabet
 vcl/source/gdi/pdfwriter_impl.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2ae639af5ac5e76b6ecbb7e8fb92d32b1ce002ae
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Apr 12 17:47:44 2014 +0200

cppcheck: Possible inefficient checking for emptiness

Change-Id: I2b353435b29046b05acbb1193fda168309e01f4b

diff --git a/vcl/source/gdi/pdfwriter_impl.cxx 
b/vcl/source/gdi/pdfwriter_impl.cxx
index 4f054a6..88cdf39 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -2712,7 +2712,7 @@ sal_Int32 PDFWriterImpl::emitStructure( 
PDFStructureElement rEle )
 aLine.append( \n );
 }
 }
-if( ! rEle.m_aBBox.IsEmpty() || rEle.m_aAttributes.size() )
+if( (! rEle.m_aBBox.IsEmpty()) || (! rEle.m_aAttributes.empty()) )
 {
 OString aAttribs =  emitStructureAttributes( rEle );
 if( !aAttribs.isEmpty() )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[SOLVED] Re: Cppcheck reports 'else if' condition matches previous condition (vcl)

2014-04-12 Thread Julien Nabet

On 11/04/2014 16:13, Caolán McNamara wrote:

On Sat, 2014-04-05 at 16:06 -0700, julien2412 wrote:

Indeed we have:
 296 else
 297 {
 298 if( aTmpBmpEx.IsAlpha() )
 299 aTmpBmpEx = BitmapEx( aTmpBmp,
aTmpBmpEx.GetAlpha() );
 300 else if( aTmpBmpEx.IsAlpha() )
 301 aTmpBmpEx = BitmapEx( aTmpBmp,
aTmpBmpEx.GetMask() );
 302 }
see
http://opengrok.libreoffice.org/xref/core/vcl/source/gdi/impimage.cxx#298

Should the else if be:
else if( aTmpBmpEx.IsTransparent())

grep -r IsAlpha -C 5 vcl|grep else definitely strongly suggests that
was the intent. I reckon its worth making that change and see if
anything falls over. Not the kind of thing I'd backport to 4-2 unless we
get compelling evidence to do that.
Thank you Caolán, I pushed the change in master, see 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=6c6f78c6567db73aa85de4beb461db2cddac7b2a


Julien

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


[Libreoffice-commits] core.git: configmgr/CppunitTest_configmgr_unit.mk i18npool/Executable_gencoll_rule.mk i18npool/Executable_genindex_data.mk sc/CppunitTest_sc_rangelst_test.mk sc/CppunitTest_sc_uc

2014-04-12 Thread Tor Lillqvist
 configmgr/CppunitTest_configmgr_unit.mk |1 -
 i18npool/Executable_gencoll_rule.mk |1 -
 i18npool/Executable_genindex_data.mk|1 -
 sc/CppunitTest_sc_rangelst_test.mk  |1 -
 sc/CppunitTest_sc_ucalc.mk  |1 -
 sc/Library_sc.mk|1 -
 writerperfect/Library_wpftdraw.mk   |1 -
 writerperfect/Library_wpftwriter.mk |1 -
 8 files changed, 8 deletions(-)

New commits:
commit 6d9060a6e6aa05a556594a519cb770c1bf06f79f
Author: Tor Lillqvist t...@collabora.com
Date:   Sat Apr 12 18:35:33 2014 +0300

Unnecessary to mention dependency on icudata as only libicuuc directly uses 
it

libicudata exports a single symbol, icudt52_data (for ICU version 52), and
only libicuuc refers to it.

Change-Id: Ia04356fda20cf8109156ccd1cbbd9091e70adf27

diff --git a/configmgr/CppunitTest_configmgr_unit.mk 
b/configmgr/CppunitTest_configmgr_unit.mk
index 0ab0e71..18e40f2 100644
--- a/configmgr/CppunitTest_configmgr_unit.mk
+++ b/configmgr/CppunitTest_configmgr_unit.mk
@@ -49,5 +49,4 @@ $(eval $(call gb_CppunitTest_use_components,configmgr_unit,\
 $(eval $(call gb_CppunitTest_use_externals,configmgr_unit,\
 boost_headers \
 icu_headers \
-icudata \
 ))
diff --git a/i18npool/Executable_gencoll_rule.mk 
b/i18npool/Executable_gencoll_rule.mk
index c1903f0..568619a 100644
--- a/i18npool/Executable_gencoll_rule.mk
+++ b/i18npool/Executable_gencoll_rule.mk
@@ -20,7 +20,6 @@ $(eval $(call gb_Executable_use_libraries,gencoll_rule,\
 ))
 
 $(eval $(call gb_Executable_use_externals,gencoll_rule,\
-   icudata \
icui18n \
icuuc \
icu_headers \
diff --git a/i18npool/Executable_genindex_data.mk 
b/i18npool/Executable_genindex_data.mk
index c95b790..0a10b13 100644
--- a/i18npool/Executable_genindex_data.mk
+++ b/i18npool/Executable_genindex_data.mk
@@ -15,7 +15,6 @@ $(eval $(call gb_Executable_use_libraries,genindex_data,\
 ))
 
 $(eval $(call gb_Executable_use_externals,genindex_data,\
-   icudata \
icui18n \
icuuc \
 ))
diff --git a/sc/CppunitTest_sc_rangelst_test.mk 
b/sc/CppunitTest_sc_rangelst_test.mk
index fb7d600..b5ae3da 100644
--- a/sc/CppunitTest_sc_rangelst_test.mk
+++ b/sc/CppunitTest_sc_rangelst_test.mk
@@ -12,7 +12,6 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_rangelst_test))
 $(eval $(call gb_CppunitTest_use_externals,sc_rangelst_test, \
boost_headers \
 icu_headers \
-icudata \
 icui18n \
 icuuc \
libxml2 \
diff --git a/sc/CppunitTest_sc_ucalc.mk b/sc/CppunitTest_sc_ucalc.mk
index b4bf31d..b9353ca 100644
--- a/sc/CppunitTest_sc_ucalc.mk
+++ b/sc/CppunitTest_sc_ucalc.mk
@@ -31,7 +31,6 @@ endif
 $(eval $(call gb_CppunitTest_use_externals,sc_ucalc,\
boost_headers \
 icu_headers \
-icudata \
 icui18n \
 icuuc \
libxml2 \
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index 05cefb6..b4b7425 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -38,7 +38,6 @@ $(eval $(call gb_Library_use_sdk_api,sc))
 $(eval $(call gb_Library_use_externals,sc,\
 boost_headers \
 icu_headers \
-icudata \
 icui18n \
 icuuc \
 libxml2 \
diff --git a/writerperfect/Library_wpftdraw.mk 
b/writerperfect/Library_wpftdraw.mk
index b2cfc36..8b1a611 100644
--- a/writerperfect/Library_wpftdraw.mk
+++ b/writerperfect/Library_wpftdraw.mk
@@ -58,7 +58,6 @@ $(eval $(call gb_Library_use_externals,wpftdraw,\
libxml2 \
icui18n \
icuuc \
-   icudata \
 ))
 
 $(eval $(call gb_Library_add_exception_objects,wpftdraw,\
diff --git a/writerperfect/Library_wpftwriter.mk 
b/writerperfect/Library_wpftwriter.mk
index 81008f3..fab462b 100644
--- a/writerperfect/Library_wpftwriter.mk
+++ b/writerperfect/Library_wpftwriter.mk
@@ -53,7 +53,6 @@ $(eval $(call gb_Library_use_externals,wpftwriter,\
ebook \
etonyek \
icui18n \
-   icudata \
icuuc \
libxml2 \
mwaw \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 4 commits - bin/lo-all-static-libs external/icu ios/experimental ios/lo.xcconfig.in

2014-04-12 Thread Tor Lillqvist
 bin/lo-all-static-libs   | 
  21 --
 external/icu/ExternalProject_icu.mk  | 
   4 -
 ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj | 
  23 ++
 ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm | 
  35 ++
 ios/lo.xcconfig.in   | 
   1 
 5 files changed, 76 insertions(+), 8 deletions(-)

New commits:
commit eb6bf90a87b50c60efb3df0f0659e7de3e250ba0
Author: Tor Lillqvist t...@collabora.com
Date:   Sat Apr 12 20:29:47 2014 +0300

Mmap in the ICU data file and pass it to udata_setCommonData()

Now done in TiledLibreOffice's lo_initialize(), but should probably be
done in common LO code instead.

Change-Id: I398a703943d13c6d715e4c88ead2a629955fb7c9

diff --git a/ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm 
b/ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm
index 4f60d05..8a55107 100644
--- a/ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm
+++ b/ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm
@@ -7,6 +7,8 @@
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 #include stdlib.h
+#include sys/stat.h
+#include sys/mman.h
 
 #include premac.h
 #import UIKit/UIKit.h
@@ -15,6 +17,9 @@
 #include osl/process.h
 #include touch/touch.h
 
+#include unicode/udata.h
+#include unicode/ucnv.h
+
 // generated by solenv/bin/native-code.py:
 #include native-code.mm
 
@@ -45,6 +50,36 @@ extern C void lo_initialize(NSString *documentPath)
 NSString *uno_types = createPaths(@-env:UNO_TYPES=, app_root_escaped, 
@[@offapi.rdb, @oovbaapi.rdb, @types.rdb]);
 NSString *uno_services = createPaths(@-env:UNO_SERVICES=, 
app_root_escaped, @[@ure/services.rdb, @services.rdb]);
 
+int fd = open([[bundlePath 
stringByAppendingPathComponent:@U_ICUDATA_NAME.dat] UTF8String], O_RDONLY);
+if (fd != -1) {
+struct stat st;
+if (fstat(fd, st) != -1
+ st.st_size  (size_t)-1) {
+void *icudata = mmap(0, (size_t) st.st_size, PROT_READ, 
MAP_FILE|MAP_PRIVATE, fd, 0);
+if (icudata == MAP_FAILED) {
+#if OSL_DEBUG_LEVEL  0
+NSLog(@mmap failed:%s, strerror(errno));
+#endif
+} else {
+UErrorCode icuStatus = U_ZERO_ERROR;
+udata_setCommonData(icudata, icuStatus);
+if (U_FAILURE(icuStatus))
+NSLog(@udata_setCommonData failed);
+else {
+#if OSL_DEBUG_LEVEL  0
+// Test that ICU works...
+UConverter *cnv = ucnv_open(iso-8859-3, icuStatus);
+NSLog(@ucnv_open(iso-8859-3)- %p, err = %s, name=%s,
+  (void *)cnv, u_errorName(icuStatus), 
(!cnv)??:ucnv_getName(cnv,icuStatus));
+if (U_SUCCESS(icuStatus))
+ucnv_close(cnv);
+#endif
+}
+}
+}
+close(fd);
+}
+
 const char *argv[] = {
 [[[NSBundle mainBundle] executablePath] UTF8String],
 -env:URE_INTERNAL_LIB_DIR=file:///,
commit 11842c66432ffda87e7326d6f0d8342d484bfcbb
Author: Tor Lillqvist t...@collabora.com
Date:   Sat Apr 12 20:29:12 2014 +0300

Copy the ICU data file into the TiledLibreOffice app

Change-Id: I7f259c96dd9ab0ec833cefd2142682d08b7255b1

diff --git 
a/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj 
b/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj
index 3c5d9d0..e8dcc42 100644
--- 
a/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj
+++ 
b/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj
@@ -7,6 +7,7 @@
objects = {
 
 /* Begin PBXBuildFile section */
+   BE03BF9318F9A7CC00620DC7 /* icudt52l.dat in Resources */ = {isa 
= PBXBuildFile; fileRef = BE03BF9218F9A7CC00620DC7 /* icudt52l.dat */; };
BE55B06D18D87CC600950228 /* DocumentTableViewController.m in 
Sources */ = {isa = PBXBuildFile; fileRef = BE55B06C18D87CC600950228 /* 
DocumentTableViewController.m */; };
BE82BD7618218E2E00A447B5 /* Foundation.framework in Frameworks 
*/ = {isa = PBXBuildFile; fileRef = BE82BD7518218E2E00A447B5 /* 
Foundation.framework */; };
BE82BD7818218E2E00A447B5 /* CoreGraphics.framework in 
Frameworks */ = {isa = PBXBuildFile; fileRef = BE82BD7718218E2E00A447B5 /* 
CoreGraphics.framework */; };
@@ -38,6 +39,7 @@
 
 /* Begin PBXFileReference section */
BE03BF9118F9648F00620DC7 /* udata.cpp */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = udata.cpp; 
path = ../../../workdir/UnpackedTarball/icu/source/common/udata.cpp; sourceTree 
= group; };
+   BE03BF9218F9A7CC00620DC7 /* icudt52l.dat */ = {isa = 
PBXFileReference; 

[Libreoffice-commits] core.git: include/vcl vcl/source

2014-04-12 Thread Chris Sherlock
 include/vcl/outdev.hxx |3 ---
 include/vcl/print.hxx  |1 -
 vcl/source/gdi/outdev4.cxx |   26 ++
 vcl/source/gdi/print.cxx   |   10 --
 4 files changed, 6 insertions(+), 34 deletions(-)

New commits:
commit bb5c7d6a79309236d4f19bb2498f2e850f735a2f
Author: Chris Sherlock chris.sherloc...@gmail.com
Date:   Sun Apr 13 01:42:27 2014 +1000

fdo#38844 Reduce XOR clipping for gradients

Removed XOR clipping version of ClipAndDrawGradientMetafile. Because it
has been removed, the other version isn't really needed in it's own
function so I've moved it back into DrawGradient.

Change-Id: Ib1519a019061c8c71183db63e5c11681bcad4cc4

diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 596f6b3..8dab299 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -841,9 +841,6 @@ protected:
 virtual voidEmulateDrawTransparent( const PolyPolygon 
rPolyPoly, sal_uInt16 nTransparencePercent );
 voidDrawInvisiblePolygon( const PolyPolygon 
rPolyPoly );
 
-voidClipAndDrawGradient( Gradient rGradient, 
const PolyPolygon rPolyPoly );
-virtual voidClipAndDrawGradientMetafile ( const Gradient 
rGradient, const PolyPolygon rPolyPoly );
-
 private:
 typedef void ( OutputDevice::* FontUpdateHandler_t )( bool );
 
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx
index b08e27b..865767d 100644
--- a/include/vcl/print.hxx
+++ b/include/vcl/print.hxx
@@ -274,7 +274,6 @@ public:
 
 protected:
 longImplGetGradientStepCount( long nMinRect ) 
SAL_OVERRIDE;
-virtual voidClipAndDrawGradientMetafile ( const Gradient 
rGradient, const PolyPolygon rPolyPoly ) SAL_OVERRIDE;
 virtual boolUsePolyPolygonForComplexGradient() 
SAL_OVERRIDE;
 
 voidScaleBitmap ( Bitmap, SalTwoRect ) 
SAL_OVERRIDE { };
diff --git a/vcl/source/gdi/outdev4.cxx b/vcl/source/gdi/outdev4.cxx
index 6b76788..0b1a0bd 100644
--- a/vcl/source/gdi/outdev4.cxx
+++ b/vcl/source/gdi/outdev4.cxx
@@ -613,24 +613,6 @@ void OutputDevice::DrawGradient( const Rectangle rRect,
 DrawGradient ( aPolyPoly, rGradient );
 }
 
-void OutputDevice::ClipAndDrawGradientMetafile ( const Gradient rGradient, 
const PolyPolygon rPolyPoly )
-{
-const Rectangle aBoundRect( rPolyPoly.GetBoundRect() );
-const bool  bOldOutput = IsOutputEnabled();
-
-EnableOutput( false );
-Push( PUSH_RASTEROP );
-SetRasterOp( ROP_XOR );
-DrawGradient( aBoundRect, rGradient );
-SetFillColor( COL_BLACK );
-SetRasterOp( ROP_0 );
-DrawPolyPolygon( rPolyPoly );
-SetRasterOp( ROP_XOR );
-DrawGradient( aBoundRect, rGradient );
-Pop();
-EnableOutput( bOldOutput );
-}
-
 void OutputDevice::DrawGradient( const PolyPolygon rPolyPoly,
  const Gradient rGradient )
 {
@@ -666,9 +648,10 @@ void OutputDevice::DrawGradient( const PolyPolygon 
rPolyPoly,
 
 if( mpMetaFile )
 {
+const Rectangle aBoundRect( rPolyPoly.GetBoundRect() );
+
 if ( rPolyPoly.IsRect() )
 {
-const Rectangle aBoundRect( rPolyPoly.GetBoundRect() );
 mpMetaFile-AddAction( new MetaGradientAction( aBoundRect, 
aGradient ) );
 }
 else
@@ -676,7 +659,10 @@ void OutputDevice::DrawGradient( const PolyPolygon 
rPolyPoly,
 mpMetaFile-AddAction( new MetaCommentAction( 
XGRAD_SEQ_BEGIN ) );
 mpMetaFile-AddAction( new MetaGradientExAction( rPolyPoly, 
rGradient ) );
 
-ClipAndDrawGradientMetafile ( rGradient, rPolyPoly );
+Push( PUSH_CLIPREGION );
+IntersectClipRegion(Region(rPolyPoly));
+DrawGradient( aBoundRect, rGradient );
+Pop();
 
 mpMetaFile-AddAction( new MetaCommentAction( XGRAD_SEQ_END 
) );
 }
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx
index 95fb0f1..7adfcde 100644
--- a/vcl/source/gdi/print.cxx
+++ b/vcl/source/gdi/print.cxx
@@ -1812,14 +1812,4 @@ bool Printer::UsePolyPolygonForComplexGradient()
 return true;
 }
 
-void Printer::ClipAndDrawGradientMetafile ( const Gradient rGradient, const 
PolyPolygon rPolyPoly )
-{
-const Rectangle aBoundRect( rPolyPoly.GetBoundRect() );
-
-Push( PUSH_CLIPREGION );
-IntersectClipRegion(Region(rPolyPoly));
-DrawGradient( aBoundRect, rGradient );
-Pop();
-}
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 38844] Reduce XOR rendering

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38844

--- Comment #5 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Chris Sherlock committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=bb5c7d6a79309236d4f19bb2498f2e850f735a2f

fdo#38844 Reduce XOR clipping for gradients



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
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 62957] FILESAVE: Save Last Slide Position in Impress

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62957

--- Comment #14 from Sujay sujaym.suj...@gmail.com ---
I have submitted the patch for review, hopefully it gets accepted. :)
https://gerrit.libreoffice.org/#/c/8946/

-- 
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 62957 - FILESAVE: Save Last Slide Position in Impress Patch.

2014-04-12 Thread Sujay m
Hi everyone,
This is still my second submission, so i welcome all sorts of comments. I
have used a static variable to complete this hack (  i've been working on
it for a very long time, so chose the easy way out). All alternative
suggestions are welcomed. :)
https://gerrit.libreoffice.org/#/c/8946/
Thank you.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


GSOC 2014..

2014-04-12 Thread Sujay m
Hi everyone,
I've submitted a proposal for GSOC 2014 on Follow-me slideshow.
I never gave myself a chance to discuss about the proposal with the mentors
( though have researched about it ).
I joined the community in january and started working on the Easy Hack
42788. https://bugs.freedesktop.org/show_bug.cgi?id=42788.. I had no luck
on that one, but tried very much without the slightest knowledge of gdb,
git, opengrok too.
I then took up another easy hack fdo#64290 UI: count selected rows and
columns, to boost up my confidence.. I worked on this on for 3 weeks and
finally, i got the result.. I submitted my patch to gerrit (
https://gerrit.libreoffice.org/#/c/8489/ ) for review, but unlucky me,
there was a similar patch that got approved first, so mine was abandoned..
Meanwhile I had found details about GSOC.  But my patch was abandoned so i
took up a new one, which is why I didn't find time to discuss about my
proposal before submission.
*Bug 62957* https://bugs.freedesktop.org/show_bug.cgi?id=62957 - FILESAVE:
Save Last Slide Position in Impress, is my third hack that i worked on.
When I first took it, I wanted to complete it before submission of my
proposal ie. in a week. I couldn't complete it but submitted my proposal
anyway. I took a break for sometime to properly study Telepathy framework
and looked up the implementations of telepathy tubes in LO which is already
present..
A week back I took up the bug again, fully determined to complete it this
time.  I finally completed it yesterday and have submitted it for the
review.
https://gerrit.libreoffice.org/#/c/8946/.

Well, I believe that starting is always the toughest part.. After starting
something, we will do something to end what we have started.. All I am
looking from GSOC is a very good start at the community.
My proposal has lots of week points that I would like to change.. I would
like to become more specific on my goals ie. timeline for submissions etc,
since I ve understood it a little better after reading about telepathy.
Am I too late to be asking this? Is the potential mentor of my proposed
project already been assigned to someone else?
I have learned many things after joining the community and would like to
learn even more and parallely contribute to libreoffice.
Thank you.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: ios/experimental

2014-04-12 Thread Tor Lillqvist
 ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj | 
   1 +
 1 file changed, 1 insertion(+)

New commits:
commit cddf4bd65fb4ce5615ca770946707d0db657e8ec
Author: Tor Lillqvist t...@collabora.com
Date:   Sat Apr 12 23:35:37 2014 +0300

HEADER_SEARCH_PATHS is duplicated for Debug and Release

Change-Id: Ifbed4933f528342300642673d707c8189eda1e8c

diff --git 
a/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj 
b/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj
index e8dcc42..bea8539 100644
--- 
a/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj
+++ 
b/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj
@@ -1876,6 +1876,7 @@
$LO_SRCDIR/include,

$(LO_WORKDIR)/UnoApiHeadersTarget/udkapi/comprehensive,

$(LO_WORKDIR)/UnoApiHeadersTarget/offapi/comprehensive,
+   
$(LO_WORKDIR)/UnpackedTarball/icu/source/common,
);
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
ONLY_ACTIVE_ARCH = YES;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Searching help to build LibreOffice

2014-04-12 Thread Oswald Luc

Hi !

I am trying to build LibreOffice and
make returns an error :

Failures !!!
Run: 222   Failure total: 1   Failures: 1   Errors: 0
warn:legacy.osl:21402:1:unotools/source/config/configmgr.cxx:167: 
OSL_ASSERT: items_.empty()


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

export DEBUGCPPUNIT=TRUE# for exception catching
export CPPUNITTRACE=gdb --args# for interactive debugging on Linux
export CPPUNITTRACE=\[full path to devenv.exe]\ /debugexe # for 
interactive debugging in Visual Studio

export VALGRIND=memcheck# for memory checking

and retry using: make CppunitTest_sc_opencl_test

make[1]: *** 
[/home/MyLibreOffice/core/workdir/CppunitTest/sc_opencl_test.test] Erreur 1

make: *** [build] Erreur 2

Thanks for help !

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


[Libreoffice-commits] core.git: vbahelper/source

2014-04-12 Thread Julien Nabet
 vbahelper/source/msforms/vbacontrol.cxx |4 
 1 file changed, 4 deletions(-)

New commits:
commit 091f4f14c596ea0c34d891372a4fc820f92e36ae
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Apr 12 23:24:11 2014 +0200

cppcheck: multiCondition, remove 2 duplicate else if blocks

Change-Id: I538bacd0e52a5e7d5df9847ad4632e02124aeb95

diff --git a/vbahelper/source/msforms/vbacontrol.cxx 
b/vbahelper/source/msforms/vbacontrol.cxx
index 7e39227..fdcfedc 100644
--- a/vbahelper/source/msforms/vbacontrol.cxx
+++ b/vbahelper/source/msforms/vbacontrol.cxx
@@ -699,10 +699,6 @@ void SAL_CALL ScVbaControl::setTabIndex( sal_Int32 
/*nTabIndex*/ ) throw (uno::R
 xVBAControl.set( new ScVbaControl( xVbaParent, xContext, xControl, 
xModel, xGeoHelper.release() ) );
 else if ( xServiceInfo-supportsService( com.sun.star.awt.UnoFrameModel 
) )
 xVBAControl.set( new ScVbaFrame( xVbaParent, xContext, xControl, 
xModel, xGeoHelper.release(), xDialog ) );
-else if ( xServiceInfo-supportsService( 
com.sun.star.awt.UnoControlSpinButtonModel ) )
-xVBAControl.set( new ScVbaSpinButton( xVbaParent, xContext, xControl, 
xModel, xGeoHelper.release() ) );
-else if ( xServiceInfo-supportsService( 
com.sun.star.custom.awt.UnoControlSystemAXContainerModel ) )
-xVBAControl.set( new VbaSystemAXControl( xVbaParent, xContext, 
xControl, xModel, xGeoHelper.release() ) );
 if( xVBAControl.is() )
 return xVBAControl;
 throw uno::RuntimeException( Unsupported control. , uno::Reference 
uno::XInterface () );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: chart2/source

2014-04-12 Thread Julien Nabet
 chart2/source/view/charttypes/Splines.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 42d494e7925249c36f62206e7268d849437e219d
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Apr 12 23:59:06 2014 +0200

Fix encoding (iso-8859-1 - utf8)

Change-Id: I3ce449b6be30edbe99a72a66d18225482e091236

diff --git a/chart2/source/view/charttypes/Splines.cxx 
b/chart2/source/view/charttypes/Splines.cxx
index 419fb9a..b4f7b8d 100644
--- a/chart2/source/view/charttypes/Splines.cxx
+++ b/chart2/source/view/charttypes/Splines.cxx
@@ -98,8 +98,8 @@ private:
 /** @descr this function corresponds to the algorithm 4.76 in [2] and
 theorem 5.3.7 in [3]
 
-[2] Engeln-Müllges, Gisela: Numerik-Algorithmen: Verfahren, Beispiele, 
Anwendungen
-Springer, Berlin; Auflage: 9., überarb. und erw. A. (8. Dezember 
2004)
+[2] Engeln-Müllges, Gisela: Numerik-Algorithmen: Verfahren, 
Beispiele, Anwendungen
+Springer, Berlin; Auflage: 9., überarb. und erw. A. (8. Dezember 
2004)
 Section 4.10.2, page 175
 
 [3] Hanrath, Wilhelm: Mathematik III / Numerik, Vorlesungsskript zur
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Searching help to build LibreOffice

2014-04-12 Thread julien2412
Hi,

Here's the main page for developpers:
https://wiki.documentfoundation.org/Development
and for LO building on Linux:
https://wiki.documentfoundation.org/Development/BuildingOnLinux

Now which sources are you trying to build? (master, 4.2 branch, ...)

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/Searching-help-to-build-LibreOffice-tp4105103p4105105.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


What encoding is used?

2014-04-12 Thread julien2412
Hello,

The use of cppcheck-htmlreport to convert raw cppcheck reports errors to
html fails for some files because of the encodings.
Here's an example message:
cppcheck/htmlreport/cppcheck-htmlreport, line 287, in module
content = input_file.read()
  File /usr/lib/python2.7/codecs.py, line 296, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xfc in position 3546:
invalid start byte

Here's the list of files which give this problem:
./hwpfilter/source/hcode.cxx
./hwpfilter/source/hwpread.cxx
./hwpfilter/source/hbox.h
./hwpfilter/source/formula.cxx
./hwpfilter/source/hwpfile.cxx
./hwpfilter/source/hwpeq.cxx
./chart2/source/view/charttypes/Splines.cxx (was containing 2 ü but was
detected as iso-8859-1 and not as utf8 by file -i), now converted (see
http://cgit.freedesktop.org/libreoffice/core/commit/?id=42d494e7925249c36f62206e7268d849437e219d)
./hwpfilter/source/hbox.cxx
./hwpfilter/source/hinfo.cxx

I gave a try to ./hwpfilter/source/hinfo.cxx
Initial view on vi (Debian testing x86-64, French)
 56 /**
 57  * ¹®¼­Á¤º¸¸¦ ÀоîµéÀÌ´Â ÇÔ¼ö ( 128 bytes )
 58  * ¹®¼­Á¤º¸´Â ÆÄÀÏÀνÄÁ¤º¸( 30 bytes ) ´ÙÀ½¿¡ À§Ä¡ÇÑ Á¤º¸ÀÌ´Ù.
 59  */
 60 bool HWPInfo::Read(HWPFile  hwpf)

since README from hwpfilter indicates Hangul Word Processor and Korea, I
gave a try with iconv -f EUC-KR -t utf8 hwpfilter/source/hinfo.cxx 
stdout.txt, I retrieved this:
  56 /**
 57  * 문서정보를 읽어들이는 함수 ( 128 bytes )
 58  * 문서정보는 파일인식정보( 30 bytes ) 다음에 위치한 정보이다.
 59  */
 60 bool HWPInfo::Read(HWPFile  hwpf)

I gave a try to Google translate which detected the language as Korean
(hopefully! :-)) and translated this:
Function to read the document information
which seems ok according to the name of the function.
Remark : I don't know what means ( 128 bytes ) or ( 30 bytes), is it a
pb in conversion?

Anyway, would this conversion be ok on these files or might we lose some
information?
Of course, I prefer cppcheck to fail the html conversion of some reports
than losing important information in these files.
Perhaps too, it's a cppcheck bug or Python bug which should be fixed.

Any idea?

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/What-encoding-is-used-tp4105106.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-bugs] [Bug 77339] Regression in 4.2.3 over 4.1.4: EPS graphics inserted in Writer are gone in PDF export

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77339

Gerry gerry.trep...@googlemail.com changed:

   What|Removed |Added

   Priority|medium  |high

--- Comment #2 from Gerry gerry.trep...@googlemail.com ---
I feel free to increase the importance of the bug to high, because:
* the most recent version of LO 4.2.3 is affected
* bug seems to affect all OS 
* data are lost in PDF export
* it is a regression from 4.1.x to 4.2.x

-- 
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 77289] TABLE: No table border with Merge adjacent line styles set.

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77289

manj_k courrier.oou.fr@googlemail.com changed:

   What|Removed |Added

   Assignee|rob...@familiegrosskopf.de  |libreoffice-b...@lists.free
   ||desktop.org

-- 
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 65675] LibreOffice 4.2 most annoying bugs

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

superu...@gmail.com changed:

   What|Removed |Added

Version|4.2.0.0.alpha0+ Master  |Inherited From OOo

-- 
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 65675] LibreOffice 4.2 most annoying bugs

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

superu...@gmail.com changed:

   What|Removed |Added

Version|Inherited From OOo  |4.2.0.0.alpha0+ Master

-- 
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 76830] Other: Pure Virtual Function call r6025 when closing a read-only document (opened through automation) using X button

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76830

Makrea agut...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #17 from Makrea agut...@gmail.com ---
Do you reproduce the crash in these following simple cases?
1) just open Writer and close LO with X button
No, the error doesn't happen.

2) open Writer, type test, save in an brand new odt file and close LO with X 
button
No, the error doesn't happen.

The goal is to know if it's dependant of using PowerBuilder OleObjects.
It seems that opening a document with LO writer using code through Powerbuilder
is dependent when closing through X button. On this situation the error
happens.

But opening a document with LO writer using code through Powerbuilder and
closing with the normal File-Exit works fine. The error doesn't happen.



Makrea: it seems it depends on closing with X button + powerbuilder tools.
Yes, I state that from the beginning of this tracker and I say again.
OpenOffice.org 3.1.1 didn't had this error.


I mean, do you reproduce this when closing with X button but without using 
powerbuilder tools?
I already said in the previous post that I don't and I turned that even clearer
in this post.

-- 
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 77348] calc crashes with invalid vectorT subscript when lines should be inserted or removed

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77348

mike.h...@onepoyle.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |blocker
   Priority|medium  |high
 CC||mike.h...@onepoyle.net
   Keywords||regression
 Ever confirmed|0   |1

--- Comment #1 from mike.h...@onepoyle.net ---
I can confirm under Win 7 64bit, experienced with a new tiny spreadsheet
created from scratch with 4.2.3.
I am setting to 'new' and raising priority to 'blocker' as it renders Calc
unusable

-- 
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 73891] UI color panel does not show the actual color

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73891

Owen Genat owen.ge...@gmail.com changed:

   What|Removed |Added

   Keywords||regression

--- Comment #5 from Owen Genat owen.ge...@gmail.com ---
This issue does not affect v3.5.7.2 Build ID:
3215f89-f603614-ab984f2-7348103-1225a5b under Crunchbang 11 x86_64. Keyword
regression added.

-- 
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 77309] Other: LibreOffice Crashes when I acces any menu

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77309

--- Comment #3 from jc06700 jc2...@aygalenq.net ---
Thank you everybody for your help (ophie and Julien)
You're right: the problem comme from the profile: deleting it and I can now
acces all features located in menus withouth any crashes


I will try now to add one by one the extensions to find which one would cause
these crashes.
I'll give you reports


Regards
Jean-Claude

-- 
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 77309] Other: LibreOffice Crashes when I acces any menu

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77309

sophie gautier.sop...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTOURBUG

--- Comment #4 from sophie gautier.sop...@gmail.com ---
Thanks for your feedback, I'm closing the bug now. Please note that in case the
extension caused the crash, you should write to the extension owner to have it
fixed if it's an external extension. 
Set as closed notourbug - Sophie

-- 
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 76830] Other: Pure Virtual Function call r6025 when closing a read-only document (opened through automation) using X button

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76830

--- Comment #18 from Julien Nabet serval2...@yahoo.fr ---
I can't help more here since I don't know Powerbuilder.
Certainly someone else may help.

-- 
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 77348] calc crashes with invalid vectorT subscript when lines should be inserted or removed

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77348

--- Comment #2 from mike.h...@onepoyle.net ---
My example works OK under 4.1.4.2 on Win 8.1/64

-- 
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 77348] calc crashes with invalid vectorT subscript when lines should be inserted or removed

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77348

--- Comment #3 from panowo...@hotmail.com ---
I suspect I'm running into the same bug, even if the case is a bit different
(cut/paste).  See the attached file
'libreoffice_4_2_3_3_-_invalid_vector_t_subscript_bug.ods'.

1. Go to Z1125
2. extend the selection to the right, and down.
3a. Copy
3b. Cut
4. Go up in the sheet to the other data
5. attempt to paste the data you just copied/cut below that data

If you chose to Copy, all should be fine.  If you chose to Cut, the invalid
vectorT subscript should rear its head.

Note that if you cut/paste the first column data (a formula) separately, the
crash does not occur.  It also doesn't appear to occur if you only do a few
rows at a time.  I haven't been able to narrow it down further.

-- 
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 77348] calc crashes with invalid vectorT subscript when lines should be inserted or removed

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77348

--- Comment #4 from panowo...@hotmail.com ---
Created attachment 97255
  -- https://bugs.freedesktop.org/attachment.cgi?id=97255action=edit
cut/paste 'invalid vectorT bug'  /
libreoffice_4_2_3_3_-_invalid_vector_t_subscript_bug

-- 
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 77327] Pressing tab should not capitalize first letter

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77327

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG
 CC||mari...@miguelangel.mobi

--- Comment #1 from m.a.riosv mari...@miguelangel.mobi ---
Hi Geoffrey, there is a option that you can disable in:

Menu/Tools/Autocorrect - Options - Capitalize first letter of every sentence.

-- 
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 68263] FORMATTING: built-in paragraph styles List x and Numbering x not updated when linked

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68263

Owen Genat owen.ge...@gmail.com changed:

   What|Removed |Added

Summary|FORMATTING: built-in styles |FORMATTING: built-in
   |List x and Numbering x not  |paragraph styles List x and
   |updated when linked |Numbering x not updated
   ||when linked

--- Comment #5 from Owen Genat owen.ge...@gmail.com ---
(In reply to comment #2)
 (1) PS:List 1 Start, PS:List 1 Cont., and PS:List 1 End are all Linked
 with PS:List 1 (rather than PS:List) on the Organizer tab. Each sub-style
 has the AutoUpdate option checked, thus the expectation is that changes to
 PS:List 1 will propagate to PS:List 1 Start, PS:List 1 Cont., and PS:List 1
 End. This does not appear to work for most fields on the Indents  Spacing
 tab when modifying the parent style.

This still appears to be the case under Crunchbang 11 x86_64 using v4.2.2.1
Build ID: 3be8cda0bddd8e430d8cda1ebfd581265cca5a0f. Summary edited to be
clearer that this bug report relates to hierarchical associations of paragraph
styles relating to lists (i.e., the List ... and Numbering ... styles) rather
than list styles e.g., the paragraph style List 1 Start being automatically
updated when the paragraph style List 1 (on which List 1 Start is based) is
edited.

-- 
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 77331] Text boxes inside charts disappear!

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77331

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||mari...@miguelangel.mobi
Version|4.2.3.3 rc  |4.2.0.4 release
   Keywords||regression
 Ever confirmed|0   |1

--- Comment #2 from m.a.riosv mari...@miguelangel.mobi ---
Hi Blargh, thanks for reporting.

I can reproduce the issue with:
Win7x64Ultimate
Version: 4.2.0.4 Build ID: 05dceb5d363845f2cf968344d7adab8dcfb2ba71
Version: 4.2.3.3 Build ID: 6c3586f855673fa6a1576797f575b31ac6fa0ba3
Version: 4.3.0.0.alpha0+ Build ID: f9cc0daec26016722bf5260e4e2634e6dcfe25a2
   TinderBox: Win-x86@39, Branch:master, Time: 2014-04-12_01:41:16

Last version working:
Version: 4.1.6.0.0+ Build ID: 0b772a163b2536fc55aa3b4de925119e33af769

Creating the text box with 4.2 or 4.3 and saving, saves the text box because if
you open the file with 4.1.6 it is there.

Seems the issue is opening with 4.2/4.3.

Regression from 4.1.6

-- 
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 77308] LO3.5 cannot open file writen with LO4.2

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77308

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

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from Julien Nabet serval2...@yahoo.fr ---
I can reproduce the problem with 4.1.5.3 LO Debian testing package.

Now I don't know if it's a bug from 4.2 version or if it's due to a bug from
before 4.2 version.

Anyway, I don't have anymore questions so put it back to UNCONFIRMED

-- 
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 77340] cannot open previously created .odt file

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77340

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

   What|Removed |Added

  Attachment #97236|text/plain  |application/vnd.oasis.opend
  mime type||ocument.text

-- 
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 37130] Insert - Comment uses default system font instead of default Writer font

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37130

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

--- Comment #19 from Caolán McNamara caol...@redhat.com ---
FWIW Word uses by default a 10pt version of the font in the Normal style

-- 
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 77337] FORMATTING: Default Date Format

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77337

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 CC||mari...@miguelangel.mobi

--- Comment #1 from m.a.riosv mari...@miguelangel.mobi ---
Cocavan, at least for me, doesn't seem too much friendly, how you are
requesting for an enhancement.

I think if you really want to catch the attention of a developer, remember no
one is obligated to attend your request, perhaps would be better open a new
bug, as a request for enhancement (changing the importance from normal to
enhancement=, with a bit more kindly words.

As work around, you can record a macro, assigning it to key combination or a
button.

-- 
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 77362] New: After changing Polygon's line to none, line still shows

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77362

  Priority: medium
Bug ID: 77362
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: After changing Polygon's line to none, line still
shows
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: chris.sherloc...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.0.4 release
 Component: Drawing
   Product: LibreOffice

1. Create a polygon
2. Set the polygon fill
3. Set the line to None

Line still shows, you need to change the polygon or move it for the line to be
removed.

-- 
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 77311] same as 77289 and 77231

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77311

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||mari...@miguelangel.mobi

--- Comment #1 from m.a.riosv mari...@miguelangel.mobi ---
Hi Archeybv, thanks for reporting.

Please add you comments in https://bugs.freedesktop.org/show_bug.cgi?id=76195.

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

-- 
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 77301] 4.2.3 Release stops editing

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77301

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||mari...@miguelangel.mobi
 Ever confirmed|0   |1

--- Comment #1 from m.a.riosv mari...@miguelangel.mobi ---
Hi Peter, try resetting the user profile, maybe some hidden issue updating.
https://wiki.documentfoundation.org/UserProfile

-- 
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 77363] New: Impress, formatting of pptx: position of elements appears to be wrong

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77363

  Priority: medium
Bug ID: 77363
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Impress, formatting of pptx: position of elements
appears to be wrong
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: thephil...@gmail.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.1.5.3 release
 Component: Libreoffice
   Product: LibreOffice

Created attachment 97256
  -- https://bugs.freedesktop.org/attachment.cgi?id=97256action=edit
The document mentioned in the description

In this document:
http://fire.pppl.gov/FPA13_Freidberg2_2013.pptx

Slide 6: the two formulas seem positioned wrong.

Slide 11: the image is either positioned or scaled wrongly.

Might be not an LO bug, though. I do not have MSO to verify that the problem in
the LO, not in the document itself.

-- 
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 77182] FILESAVE: crash while saving in ODF

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77182

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||mari...@miguelangel.mobi
 Ever confirmed|0   |1

--- Comment #4 from m.a.riosv mari...@miguelangel.mobi ---
Hi Vittorio, have you tried resetting the user profile?
https://wiki.documentfoundation.org/UserProfile

-- 
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 76830] Other: Pure Virtual Function call r6025 when closing a read-only document (opened through automation) using X button

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76830

--- Comment #19 from Makrea agut...@gmail.com ---
The problem is something that is done differently by LO when closing with the X
button!!
Don't you find strange that it doesn't show the error when you open a document
and close LO writer using File-Exit, but shows the error when closing using
the X button?!

And I say again: This error didn't exist on several OpenOffice.org releases.

Certainly someone else may help.

I hope so!

-- 
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 77364] New: Trojan Horse in libreoffice-writer-3.4.6.2.tar.bz2 and 3.4.3.2

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77364

  Priority: medium
Bug ID: 77364
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Trojan Horse in libreoffice-writer-3.4.6.2.tar.bz2 and
3.4.3.2
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: wp...@gte.net
  Hardware: Other
Status: NEW
   Version: unspecified
 Component: Libreoffice
   Product: LibreOffice

I get a warning about a Trojan Horse.
Is this valid issue for:

libreoffice-writer-3.4.3.2.tar.bz2
libreoffice-writer-3.4.6.2.tar.bz2

Please advise.
Thanks, Tracey
I downloaded these in the past so I figured that the files were some how
infected on my machine, but after re-downloading the 2 suspected files there is
still a warning.
If so, how can I remove the Trojan Horse(s)?

http://downloadarchive.documentfoundation.org/libreoffice/old/3.4.3.2/src/libreoffice-writer-3.4.3.2.tar.bz2
D:\Downloads\libreoffice-writer-3.4.3.2.tar.bz2;Trojan horse
Dropper.Generic_c.OSB;Infected
D:\Downloads\libreoffice-writer-3.4.3.2.tar.bz2:\libreoffice-writer-3.4.3.2.tar;Trojan
horse Dropper.Generic_c.OSB;Infected
D:\Downloads\libreoffice-writer-3.4.3.2.tar.bz2:\libreoffice-writer-3.4.3.2.tar:\libreoffice-writer-3.4.3.2\sw\qa\core\data\ww8\pass\CVE-2006-3493-1.doc;Trojan
horse Dropper.Generic_c.OSR;Infected
D:\Downloads\libreoffice-writer-3.4.3.2.tar.bz2:\libreoffice-writer-3.4.3.2.tar:\libreoffice-writer-3.4.3.2\sw\qa\core\data\ww8\pass\CVE-2006-6628-1.doc;Trojan
horse Dropper.Generic_c.OVD;Infected
D:\Downloads\libreoffice-writer-3.4.3.2.tar.bz2:\libreoffice-writer-3.4.3.2.tar:\libreoffice-writer-3.4.3.2\sw\qa\core\data\ww8\pass\CVE-2007-1347-1.doc;Trojan
horse Dropper.Generic_c.ORS;Infected
D:\Downloads\libreoffice-writer-3.4.3.2.tar.bz2:\libreoffice-writer-3.4.3.2.tar:\libreoffice-writer-3.4.3.2\sw\qa\core\data\ww8\pass\CVE-2008-2752-1.doc;Trojan
horse Dropper.Generic_c.ORZ;Infected
D:\Downloads\libreoffice-writer-3.4.3.2.tar.bz2:\libreoffice-writer-3.4.3.2.tar:\libreoffice-writer-3.4.3.2\sw\qa\core\data\ww8\pass\CVE-2008-2752-2.doc;Trojan
horse Dropper.Generic_c.OUI;Infected
D:\Downloads\libreoffice-writer-3.4.3.2.tar.bz2:\libreoffice-writer-3.4.3.2.tar:\libreoffice-writer-3.4.3.2\sw\qa\core\data\ww8\pass\CVE-2008-2752-3.doc;Trojan
horse Dropper.Generic_c.OSZ;Infected
D:\Downloads\libreoffice-writer-3.4.3.2.tar.bz2:\libreoffice-writer-3.4.3.2.tar:\libreoffice-writer-3.4.3.2\sw\qa\core\data\ww8\pass\CVE-2008-2752-4.doc;Trojan
horse Dropper.Generic_c.OSB;Infected
D:\Downloads\libreoffice-writer-3.4.3.2.tar.bz2:\libreoffice-writer-3.4.3.2.tar:\libreoffice-writer-3.4.3.2\sw\qa\core\data\ww8\pass\CVE-2009-0259-1.doc;Trojan
horse Dropper.Generic_c.OUE;Infected


http://downloadarchive.documentfoundation.org/libreoffice/old/3.4.6.2/src/libreoffice-writer-3.4.6.2.tar.bz2
D:\Downloads\libreoffice-writer-3.4.6.2.tar.bz2;Trojan horse
Dropper.Generic_c.OSB;Infected
D:\Downloads\libreoffice-writer-3.4.6.2.tar.bz2:\libreoffice-writer-3.4.6.2.tar;Trojan
horse Dropper.Generic_c.OSB;Infected
D:\Downloads\libreoffice-writer-3.4.6.2.tar.bz2:\libreoffice-writer-3.4.6.2.tar:\libreoffice-writer-3.4.6.2\sw\qa\core\data\ww8\pass\CVE-2006-3493-1.doc;Trojan
horse Dropper.Generic_c.OSR;Infected
D:\Downloads\libreoffice-writer-3.4.6.2.tar.bz2:\libreoffice-writer-3.4.6.2.tar:\libreoffice-writer-3.4.6.2\sw\qa\core\data\ww8\pass\CVE-2006-6628-1.doc;Trojan
horse Dropper.Generic_c.OVD;Infected
D:\Downloads\libreoffice-writer-3.4.6.2.tar.bz2:\libreoffice-writer-3.4.6.2.tar:\libreoffice-writer-3.4.6.2\sw\qa\core\data\ww8\pass\CVE-2007-1347-1.doc;Trojan
horse Dropper.Generic_c.ORS;Infected
D:\Downloads\libreoffice-writer-3.4.6.2.tar.bz2:\libreoffice-writer-3.4.6.2.tar:\libreoffice-writer-3.4.6.2\sw\qa\core\data\ww8\pass\CVE-2008-2752-1.doc;Trojan
horse Dropper.Generic_c.ORZ;Infected
D:\Downloads\libreoffice-writer-3.4.6.2.tar.bz2:\libreoffice-writer-3.4.6.2.tar:\libreoffice-writer-3.4.6.2\sw\qa\core\data\ww8\pass\CVE-2008-2752-2.doc;Trojan
horse Dropper.Generic_c.OUI;Infected
D:\Downloads\libreoffice-writer-3.4.6.2.tar.bz2:\libreoffice-writer-3.4.6.2.tar:\libreoffice-writer-3.4.6.2\sw\qa\core\data\ww8\pass\CVE-2008-2752-3.doc;Trojan
horse Dropper.Generic_c.OSZ;Infected
D:\Downloads\libreoffice-writer-3.4.6.2.tar.bz2:\libreoffice-writer-3.4.6.2.tar:\libreoffice-writer-3.4.6.2\sw\qa\core\data\ww8\pass\CVE-2008-2752-4.doc;Trojan
horse Dropper.Generic_c.OSB;Infected
D:\Downloads\libreoffice-writer-3.4.6.2.tar.bz2:\libreoffice-writer-3.4.6.2.tar:\libreoffice-writer-3.4.6.2\sw\qa\core\data\ww8\pass\CVE-2009-0259-1.doc;Trojan
horse Dropper.Generic_c.OUE;Infected

-- 
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 76830] Other: Pure Virtual Function call r6025 when closing a read-only document (opened through automation) using X button

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76830

--- Comment #20 from Makrea agut...@gmail.com ---
On the previous post when i say open obviously is through Powerbuilder.

-- 
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 77365] New: CONFIGURATION: installation fails

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77365

  Priority: medium
Bug ID: 77365
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: CONFIGURATION: installation fails
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: ge...@netvision.net.il
  Hardware: Other
Whiteboard: BSA PossibleRegression
Status: UNCONFIRMED
   Version: 4.2.3.3 rc
 Component: Installation
   Product: LibreOffice

Created attachment 97257
  -- https://bugs.freedesktop.org/attachment.cgi?id=97257action=edit
screenshot of error details

Problem description: 

installation stops code error:
2203 internal error - screen shot attached.

Steps to reproduce:
1. 
2. 
3. 

Current behavior:

Expected behavior:


Operating System: Windows 8
Version: 4.2.3.3 rc
Last worked in: 4.2.2.1 release

-- 
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 77366] New: FILEOPEN: Performance Problem in LibreOffice Calc during updating fields

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77366

  Priority: medium
Bug ID: 77366
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: Performance Problem in LibreOffice Calc
during updating fields
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: kobz...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.3.1 rc
 Component: Spreadsheet
   Product: LibreOffice

Hi,

When opening attached spredsheet KTF.ods, Calc freezes during updating the
fields.

The spreadsheets has macros which calculates some fields when enabled. 

- Enabling macros and updating links 
- Disabling macros and updating links from static data 

are both over 5 mins and. 

The problem is similar to a previous bug(thanks solved in 4.0)
https://bugs.freedesktop.org/show_bug.cgi?id=58098 

I have LibreOffice 4.2.3 and my computer has the following hardware:

AMD Turion X2 2,2 Ghz, 2GB ram, NVIDIA GeForce 8200M integrated 256 Mb graphics
memory. OS: Lubuntu 13.10

Best regards,
Zeki

-- 
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 76830] Other: Pure Virtual Function call r6025 when closing a read-only document (opened through automation) using X button

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76830

--- Comment #21 from Julien Nabet serval2...@yahoo.fr ---
Of course it's strange it happens when you use X button and not otherwise.
But I think it's more strange it happens only when using Xbutton + Powerbuilder
and not when using Xbutton only.
To put it even more clearly, I wonder if Powerbuilder might be the problem.
But again, since I don't know Powerbuilder, I can't say and so can't help here.

-- 
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 77366] FILEOPEN: Performance Problem in LibreOffice Calc during updating fields

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77366

--- Comment #1 from Zeki Bildirici kobz...@gmail.com ---
The attachment is here on dropbox due to upload limit:
https://www.dropbox.com/s/tjbrhge3erl86cc/1-F%C4%B0BO.rar

-- 
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 74599] FILEOPEN RTF wrong font attributes in heading (font color)

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74599

Miklos Vajna vmik...@collabora.co.uk changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |vmik...@collabora.co.uk
   |desktop.org |

--- Comment #4 from Miklos Vajna vmik...@collabora.co.uk ---
The StylesNoDefault doc compat setting is only enabled for DOCX, not for RTF,
that's why that commit causes a problem here.

-- 
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 71423] Impress frequently crashes when editing tables in slides

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71423

--- Comment #44 from Gerry gerry.trep...@googlemail.com ---
Thanks a lot Thorsten!

@choffardet: Do you have the possibility to test the nightly build as suggested
by Thorsten in comment 43? I am travelling and could only try it out later next
week.

-- 
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 71423] Impress frequently crashes when editing tables in slides

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71423

--- Comment #45 from Gerry gerry.trep...@googlemail.com ---
@davidemf: Same question to you, of course. Thanks.

-- 
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 71423] Impress frequently crashes when editing tables in slides

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71423

--- Comment #46 from choffardet pierre.choffar...@free.fr ---
Yes I will try it. but server GUI install is still proposing the master from
march the tenth. I'm waiting for the one of 04/11/2014. Maybe tomorrow

-- 
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 77367] New: FILESAVE: File and formula corrupted when saving as xlsx

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77367

  Priority: medium
Bug ID: 77367
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE: File and formula corrupted when saving as
xlsx
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: bobde...@gmail.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 3.5.7.2 release
 Component: Spreadsheet
   Product: LibreOffice

Original xslx loaded correctly into Calc, formulas worked fine in calc.
Something corrupted on save into xlsx.  Excel repaired, but Excel formula ISODD
had become ISODD_ADD (meaningless in Excel).  The formula had not been touched
in Calc.

-- 
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 76830] Other: Pure Virtual Function call r6025 when closing a read-only document (opened through automation) using X button

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76830

--- Comment #22 from Makrea agut...@gmail.com ---
Same code that opens the document:
1- Working fine with OpenOffice.org 3.1.1.
2- Giving issues with LibreOffice 4.2.2.1. (XButton gives error, File-Exit
works fine)

My conclusion:
Something is done differently between Xbutton and File-Exit procedure of LO.
Something that didn't happened on OpenOffice.org 3.1.1.

Your conclusion:
PowerBuilder is the problem.


I really don't know why I spent the time writing the bug...

-- 
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 76830] Other: Pure Virtual Function call r6025 when closing a read-only document (opened through automation) using X button

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76830

--- Comment #23 from Julien Nabet serval2...@yahoo.fr ---
Please read again my previous comment, I don't say Powerbuilder is the pb I
said I wonder if Powerbuilder might be the problem.
You can also re read all my previous comments, you'll notice too I never said
there was no pb in LO (that's why I didn't put the status of the bug to WFM,
NOTABUG or INVALID and let it to UNCONFIRMED)

About the behavior difference between OOo and LO, I just wonder if OOo could be
more permissive.
For example, html errors in websites were (still are?) well managed in IE and
not on some other browsers. In this case, the problem encountered in other
browsers isn't the other browsers but the html errors.

Again, I don't say it's Powerbuilder since I don't know it, I'm just wondering.
And again, I prefer letting someone else to take a look to give his/her
opinion.

-- 
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 77342] EDITING: Endnote reference corruption after copy+paste

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77342

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Whiteboard|BSA |BSA confirmed:4.2.3.3:Win7
   ||confirmed:master:Win7
 CC||vstuart.fo...@utsa.edu
Summary|EDITING: Endnote corruption |EDITING: Endnote reference
   |after copy+paste|corruption after copy+paste
 Ever confirmed|0   |1

--- Comment #1 from V Stuart Foote vstuart.fo...@utsa.edu ---
On Windows 7 sp1, 64-bit

Can confirm with current build of master
Version: 4.3.0.0.alpha0+
Build ID: 83c888bdb0a6c9795cebfc53fa74d6da8bb692b2
TinderBox: Win-x86@47-TDF, Branch:MASTER, Time: 2014-04-10_20:33:35

and with Version: 4.2.3.3
Build ID: 6c3586f855673fa6a1576797f575b31ac6fa0ba3

To clarify just a bit, appears that the endnotes remain intact, but references
made to an endnote is expectantly changed with a paste is made into the text
holding the reference.

And when the reference is changed it is still an intact reference, but now
pointing to the wrong endnote--one corresponding to its identifier (numbers in
this example). The changed reference object's points to remains correct but
the change of reference to a different endnote object is horribly wrong.

The change occurs when text copied from the LibreOffice clipboard is pasted. 

A CTRL+Z undoes the paste, but will not back out the change of reference,
i.e. data corruption.

A paste of system clipboard text or objects (from outside the document) does
not seem to cause the change of the reference.

Use of paste special does not appear to avoid corruption of reference.

-- 
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 77342] EDITING: Endnote reference corruption after copy+paste

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77342

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

Version|4.2.2.1 release |4.1.5.3 release
   Keywords||regression

--- Comment #2 from V Stuart Foote vstuart.fo...@utsa.edu ---
Setting as regression, 4.0 -- 4.1

Corruption of references not apparent on Windows 7 sp1, 64-bit for
Version 4.0.6.2 (Build ID: 2e2573268451a50806fcd60ae2d9fe01dd0ce24)

But the issue is present by
Version: 4.1.5.3
Build ID: 1c1366bba2ba2b554cd2ca4d87c06da81c05d24

-- 
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 77364] Trojan Horse in libreoffice-writer-3.4.6.2.tar.bz2 and 3.4.3.2

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77364

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Jorendc jore...@libreoffice.org ---
Marking as UNCONFIRMED (can't be NEW due the fact nobody ever confirmed this).

But I doesn't look like a security issue to me. Those CVE-*.doc files are known
security bugs (see for example: http://www.cvedetails.com/cve/CVE-2006-3493)
Those files are packed with LibreOffice to run automatic tests on them, to make
sure these known security issues doesn't affect LibreOffice.

But lets make sure and ask a developer.

PS: 3.4.3 and 3.4.6 etc are End of Life (EOL), please make sure to use up to
data version of LibreOffice for working purpose (see libreoffice.org).

Kind regards,
Joren

-- 
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 77364] Trojan Horse in libreoffice-writer-3.4.6.2.tar.bz2 and 3.4.3.2

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77364

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 Whiteboard||NeedAdvice

-- 
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 77364] Trojan Horse in libreoffice-writer-3.4.6.2.tar.bz2 and 3.4.3.2

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77364

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|FIXED   |---
 Ever confirmed|1   |0

-- 
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 77342] EDITING: Endnote reference corruption after copy+paste

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77342

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

 Whiteboard|BSA confirmed:4.2.3.3:Win7  |BSA confirmed:4.2.3.3:Win7
   |confirmed:master:Win7   |confirmed:master:Win7
   ||confirmed:4.1.5.3:Win7

-- 
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 77366] FILEOPEN: Performance Problem in LibreOffice Calc during updating fields

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77366

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||mari...@miguelangel.mobi
 Ever confirmed|0   |1

--- Comment #2 from m.a.riosv mari...@miguelangel.mobi ---
Hi Zeki,

for me the second file KTF_SYS takes only a few seconds, the first KTF about a
minute, both with macros enable.
Win7x64Ultimate-i3.

Please try if resetting the user profile makes some difference.
https://wiki.documentfoundation.org/UserProfile

-- 
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 77327] Pressing tab should not capitalize first letter

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77327

Geoffrey computergeoff...@zoho.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOTABUG |---
 Ever confirmed|0   |1

--- Comment #2 from Geoffrey computergeoff...@zoho.com ---
It's not a sentence, it's just one word in a table. I think an exception for
tables in particular (or at least an option to do so) makes sense here.

-- 
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 77327] Pressing tab should not capitalize first letter

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77327

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO

--- Comment #3 from m.a.riosv mari...@miguelangel.mobi ---
Disabling commented option for [T] works fine for me, no difference if it is a
sentence or one word.
Have you tried?

-- 
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 77369] Calc borders only show one line style

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77369

Pedro pedl...@gmail.com changed:

   What|Removed |Added

   Keywords||regression

-- 
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 77369] New: Calc borders only show one line style

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77369

  Priority: medium
Bug ID: 77369
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Calc borders only show one line style
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: pedl...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.1.1 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 97259
  -- https://bugs.freedesktop.org/attachment.cgi?id=97259action=edit
ODS spreadsheet with 3 border styles

LibreOffice no longer displays the correct border line style in the spreadsheet
(although it looks correct in Print Preview)

This is a regression in 4.2.1.1 (works correctly in 4.2.0.4) and it's still
broken in 4.2.3.3

-- 
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 77327] Pressing tab should not capitalize first letter

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77327

--- Comment #4 from Geoffrey computergeoff...@zoho.com ---
I would like to let the option disabled (because I want capitalization for
sentences), but I dislike the tab functionality in the table, which is not
logical as I explained above (bug report).

I have tried the option, and as I mention has no exception for TAB use within
tables.

-- 
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 77327] Pressing tab should not capitalize first letter

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77327

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #5 from m.a.riosv mari...@miguelangel.mobi ---
Maybe for your logical, but not all keep in the box.

I any case it can be a request for enhancement, but not a bug.

You can change the importance from normal to enhancement.

Or may record a macro to toggle the option quickly.

-- 
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 77317] EDITING: ' prepended when applying Number or Scientific format to Text formatted cell with a number in it

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77317

Christopher M. Penalver christopher.m.penal...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOTABUG |---
   Severity|normal  |enhancement
   Priority|medium  |lowest
 CC||christopher.m.penalver@gmai
   ||l.com
   See Also||https://launchpad.net/bugs/
   ||1305877

--- Comment #6 from Christopher M. Penalver christopher.m.penal...@gmail.com 
---
Eike Rathke, thanks for taking a quick look at this.

Given when one comes from using Excel, where if one converted the Category from
a Text to a Number, no apostrophe is appended, and how the LO code had designed
an apostrophe in, this would be an Excel functionality compatibility
expectations report. Hence, would the WORKAROUND you documented in
https://bugs.freedesktop.org/show_bug.cgi?id=77317#c2 be documented on the LO
wiki at http://help.libreoffice.org/Main_Page ?

m.a.riosv, suggesting the original reporter create now a third report (one
downstream, this one, and your suggested third) because they didn't know it's
an enhancement vs. a bug is a terrible habit of the OpenOffice.org bugzilla
I've seen happen to others and personally experienced, and that we here at
LibreOffice would not want to replicate.

Hence, I've gone ahead and marked this lowest enhancement given the advised
WORKAROUNDs.

Thank you for your understanding.

-- 
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 77154] Other: Autovalue does not work with .csv files imported read/write

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77154

--- Comment #2 from rob...@familiegrosskopf.de ---
Must correct myself. Seems to be the internal HSQLDB supports autovalues for
texttables. 
I have created a table like you did. 
Then I have edited the table and set ID to autovalue.
Now I have connected to the *.csv-file.
I could add data to the *.csv-file and the autovalue works here.

My test-system: LO 4.2.3.3 and LO 4.1.6.1 - OpenSUSE 12.3 64bit rpm Linux. Both
LO-versions would work with the *.csv-file and a autovalue.

So I can't confirm this bug.

-- 
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 76830] Other: Pure Virtual Function call r6025 when closing a read-only document (opened through automation) using X button

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76830

--- Comment #24 from Makrea agut...@gmail.com ---
About the behavior difference between OOo and LO, I just wonder if OOo could 
be more permissive.
So, if you are arguing this then you are arguing that LO's File-Exit procedure
is more permissive since in LO closing the document this way doesn't give the
error.
Again, I say, something is different between what is made when clicking XButton
to close and the File-Exit!!

Again, I don't say it's Powerbuilder since I don't know it, I'm just wondering.
I'm not wondering when I say that something is being done differently between
XButton and File-Exit procedure. That's a fact.
If it were the same the error would appear at both procedures or didn't appear
at all.

And again, I prefer letting someone else to take a look to give his/her 
opinion.
That's a good idea.

-- 
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 77198] FORMATTING: Bullets look weird on Windows 8.1

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77198

rj_libreoff...@objectmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from rj_libreoff...@objectmail.com ---
We just upgraded to LibreOffice 4.2.3.3, and the problem appears fixed.

-- 
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 60205] VIEWING: Multi-column 1-page .doc file which doesn't display correctly in LibreOffice

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60205

--- Comment #4 from rj_libreoff...@objectmail.com ---
Problem still exists in LibreOffice 4.2.3.3.

-- 
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 38844] Reduce XOR rendering

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38844

--- Comment #5 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Chris Sherlock committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=bb5c7d6a79309236d4f19bb2498f2e850f735a2f

fdo#38844 Reduce XOR clipping for gradients



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
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 77314] Problems with LibreOffice Writer

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77314

--- Comment #1 from claude.f.roc...@orange.fr ---
Created attachment 97261
  -- https://bugs.freedesktop.org/attachment.cgi?id=97261action=edit
example of a copy of web txt to libre office writer 4.1.5

all the hyperlink are lost on libre office 4.2.3 when you paste a web text to
libre office writer 4.2.3

-- 
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 76830] Other: Pure Virtual Function call r6025 when closing a read-only document (opened through automation) using X button

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76830

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

   What|Removed |Added

 CC|serval2...@yahoo.fr |

--- Comment #25 from Julien Nabet serval2...@yahoo.fr ---
Another fact, it works without using Powerbuilder.
Now I'll stop to argue here because it doesn't worth it.

-- 
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 77216] Other: Charts - Scattered chart: Chart gets distorted on RT

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77216

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|Linux (All) |All
 Status|UNCONFIRMED |NEW
   Severity|normal  |major
 CC||jore...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #2 from Jorendc jore...@libreoffice.org ---
Reproducible, tested using Mac OSX 10.9 with LibreOffice ersion:
4.3.0.0.alpha0+
Build ID: 8659d189ec04aca78c897fcca507ca0a9ec3
TinderBox: MacOSX-x86@49-TDF, Branch:master, Time: 2014-04-07_03:09:54

Kind regards,
Joren

-- 
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 77314] Problems with LibreOffice Writer

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77314

Dennis Roczek dennisroc...@gmail.com changed:

   What|Removed |Added

 CC||dennisroc...@gmail.com

--- Comment #2 from Dennis Roczek dennisroc...@gmail.com ---
If you mean with when you paste a web text to libre office writer 4.2.3
opening the PDF in your PDF viewer and cpy and paste the text to LibreOffice
writer, I can confirm this behaviour (but this happens also in MS Word 2013).
But if you import the PDF, the whole text including formattings and links is
imported!

-- 
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 77342] EDITING: Endnote reference corruption after copy+paste

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77342

--- Comment #3 from Kartik Subbarao subba...@computer.org ---
Thanks for the quick response. Using the portable versions on
downloadarchive.documentfoundation.org, I was able to isolate it some more.
4.1.4.2 doesn't have this problem, so it looks like the regression happened
somewhere during the 4.1.5.x releases.

-- 
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 77373] New: TABLE: Circles in table were misplaced in .doc format

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77373

  Priority: medium
Bug ID: 77373
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: TABLE: Circles in table were misplaced in .doc format
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: atalantt...@googlemail.com
  Hardware: All
Status: UNCONFIRMED
   Version: 4.2.3.3 rc
 Component: filters and storage
   Product: LibreOffice

Created attachment 97270
  -- https://bugs.freedesktop.org/attachment.cgi?id=97270action=edit
Example document with circles in a table

Hi,

I was drawing circles in a (voting) table and saved the file in .doc format
(see attachment). Everything was looking okay in Writer, import and export
worked properly. Next, I was sending this file to a friend who uses Microsoft
Word 2007. He opened my file and all the circles were misplaced in the table.

Regards,
Ettore Atalan

-- 
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 77373] TABLE: Circles in table were misplaced in .doc format

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77373

--- Comment #1 from Ettore Atalan atalantt...@googlemail.com ---
Created attachment 97271
  -- https://bugs.freedesktop.org/attachment.cgi?id=97271action=edit
Example document opened in Writer

-- 
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 77373] TABLE: Circles in table were misplaced in .doc format

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77373

--- Comment #2 from Ettore Atalan atalantt...@googlemail.com ---
Created attachment 97272
  -- https://bugs.freedesktop.org/attachment.cgi?id=97272action=edit
Example document opened in Microsoft Word 2007

-- 
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 77373] TABLE: Circles in table were misplaced in .doc format

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77373

Ettore Atalan atalantt...@googlemail.com changed:

   What|Removed |Added

  Attachment #97270|text/plain  |application/msword
  mime type||

-- 
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 76303] Install path contains an invalid character

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76303

--- Comment #6 from rocket_...@yahoo.com ---
To bugzilla-dae...@freedesktop.org  
Today at 1:50 PM  Come on guys I need to get it installed. I a CADer an some of
my drawing are spread sheet driven. I tried to install an older version, but
could not because the uninstall is throwing the same error, meaning I'm dead in 
the water. I need a FIX NOW
On Friday, March 21, 2014 1:08 AM, bugzilla-dae...@freedesktop.org
bugzilla-dae...@freedesktop.org wrote:


Andras Timar  changed bug 76303 

What
Removed
Added
Status UNCONFIRMED  NEEDINFO  
Ever confirmed    1  
Comment # 1 on bug 76303 from Andras Timar  
I wonder how it could be. What is your operating system and what is your
locale?

 You are receiving this mail because: 
* You reported the bug.

-- 
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 77374] New: FILESAVE: Saving to docx produces error

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77374

  Priority: medium
Bug ID: 77374
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE: Saving to docx produces error
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: saearea-t...@yahoo.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.2.3.3 rc
 Component: Writer
   Product: LibreOffice

Created attachment 97273
  -- https://bugs.freedesktop.org/attachment.cgi?id=97273action=edit
Original docx file.

Problem description: 

A file was created in Word 2010 and saved as .docx file. It includes tables and
graphics. Then opened in Writer and adjusted, because some of the graphics were
not in the right place. Then the file was saved as .odt file.  When trying to
save the file as .docs again, the following error message appears:
Error while saving the document document name: No access to object.  Due to
missing rights, the object cannot be accessed.

Current behavior:
File does not get saved in .docx format.  .doc is possible, but looses more
formatting.

Expected behavior:
Saving the file in .docx is successful.


Operating System: Linux (Other)
Version: 4.2.3.3 rc

-- 
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 77374] FILESAVE: Saving to docx produces error

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77374

--- Comment #1 from Stefan saearea-t...@yahoo.com ---
Created attachment 97274
  -- https://bugs.freedesktop.org/attachment.cgi?id=97274action=edit
The adjusted file as .odt

-- 
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 77374] FILESAVE: Saving to docx produces error

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77374

--- Comment #2 from Stefan saearea-t...@yahoo.com ---
I am trying to attach more files, to make the bug more descriptive, but every
time I am trying to upload another file I am getting an red bar saying, that I
don't have a token for create_attachment.cgi.

-- 
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 77374] FILESAVE: Saving to docx produces error

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77374

--- Comment #3 from Stefan saearea-t...@yahoo.com ---
Created attachment 97275
  -- https://bugs.freedesktop.org/attachment.cgi?id=97275action=edit
For comparison - the .docx file exported as pdf out of Word 2010

-- 
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 77374] FILESAVE: Saving to docx produces error

2014-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77374

--- Comment #4 from Stefan saearea-t...@yahoo.com ---
I was able to successfully attach all the files now. Please ignore
https://bugs.freedesktop.org/show_bug.cgi?id=77374#c2

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