LibreOffice Gerrit News for core on 2014-10-25

2014-10-25 Thread gerrit
Moin!

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

 First time contributors doing great things! 
+ nss: add libnsspem.dylib to macosx-change-install-names.pl call
  in https://gerrit.libreoffice.org/12079 from Robert Antoni Buj i Gelonch
  about module external
+ jvmfwk: Apple  Oracle's JRE detection for OS X 10.8+
  in https://gerrit.libreoffice.org/12057 from Robert Antoni Buj i Gelonch
  about module jvmfwk
+ fdo#80403: Basesclasses implement Fastinterfaces
  in https://gerrit.libreoffice.org/12082 from Daniel Sikeler
  about module include, xmloff
+ fdo#80403: AutoCorrect uses XFastParser
  in https://gerrit.libreoffice.org/12083 from Daniel Sikeler
  about module editeng
 End of freshness 

+ Use rtl/character.hxx and dobjectize basiccharclass
  in https://gerrit.libreoffice.org/11979 from Arnaud Versini
  about module basic
+ fdo#50950 make Calc functions (ISO)WEEKNUM comply with ODFF1.2
  in https://gerrit.libreoffice.org/12089 from Winfried Donkers
  about module formula, include, sc, scaddins
+ RFC: ref-counting vcl::Window subclasses
  in https://gerrit.libreoffice.org/11972 from Noel Grandin
  about module extensions, include, svtools, vcl
+ In the read-only installset case use just one xcd file
  in https://gerrit.libreoffice.org/12084 from Tor Lillqvist
  about module build, postprocess
+ Rendering support for  multiStop GradientFill (OOXML LINEAR)
  in https://gerrit.libreoffice.org/12056 from Vinaya Mandke
  about module UnoControls, chart2, drawinglayer, filter, include, offapi, oox, 
sc, sd, sfx2, svx, sw, toolkit, vbahelper, vcl, xmloff


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

+ Rename color picker button and add an icon to it
  in https://gerrit.libreoffice.org/12086 from Adolfo Jayme Barrientos
+ fdo#85340 - Better tooltip for paragraph spacing buttons
  in https://gerrit.libreoffice.org/12076 from Yousuf Philips
+ Resolves fdo#71781: CMIS: Default Alfresco 4 URL not working
  in https://gerrit.libreoffice.org/12071 from Julien Nabet
+ Fract: enable tests
  in https://gerrit.libreoffice.org/12080 from Juan Picca
+ fdo#84168 change writerperfect filters to use a new base class template
  in https://gerrit.libreoffice.org/12072 from Takeshi Abe


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

None

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

+ convert ScHint ID's to an enum
  in https://gerrit.libreoffice.org/11986 from Noel Grandin
+ fdo#39625 Make existing CppUnittests work
  in https://gerrit.libreoffice.org/11605 from Tobias Madl
+ Sane configure GStreamer handling
  in https://gerrit.libreoffice.org/11912 from Jan-Marek Glogowski
+ fdo#58194 - export DOCX Automatic indent as firstLine indent
  in https://gerrit.libreoffice.org/10425 from Joren De Cuyper
+ WIP (do not merge): remove custom impl of bidirectional list
  in https://gerrit.libreoffice.org/11001 from Chris Laplante
+ fdo#83003 Startcenter: No method for returnin Recent Docs
  in https://gerrit.libreoffice.org/11525 from Efe Gürkan Yalaman
+ fdo#82335.
  in https://gerrit.libreoffice.org/11555 from Sudarshan Rao
+ Perftest for loading autocorrect dictionaries (fdo#79761)
  in https://gerrit.libreoffice.org/11296 from Matúš Kukan
+ fdo#81956 : Rendering of vml group shape was wrong.
  in https://gerrit.libreoffice.org/11013 from sushil_shinde
+ fdo#79018: LO hangs while opening file.
  in https://gerrit.libreoffice.org/9564 from Yogesh Bharate
+ fdo#81426 : Data from header and footer is getting lost.
  in https://gerrit.libreoffice.org/10531 from Rajashri Udhoji
+ fdo#79541 :Corrupt: Shape  enclosed within a floating table
  in https://gerrit.libreoffice.org/9914 from Rajashri Udhoji
+ fdo#80996:Fix for DataLabel not preserved for ColumnChart after RT
  in https://gerrit.libreoffice.org/10169 from Dushyant Bhalgami
+ fdo#77121 Header / Footer positions not preserved after RT
  in https://gerrit.libreoffice.org/9235 from Priyanka Gaikwad


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: Branch 'ports/macosx10.5/master' - 703 commits - accessibility/inc accessibility/source android/experimental avmedia/Library_avmedia.mk avmedia/Module_avmedia.mk avmedi

2014-10-25 Thread Douglas Mencken
Rebased ref, commits from common ancestor:
commit 39cb8cc33afcb239e2c7d9ac7d1293cd1a4f9556
Author: Douglas Mencken dougmenc...@gmail.com
Date:   Wed Oct 8 10:38:28 2014 -0400

use GNU objc ABI/runtime instead of NeXT ABI/runtime when compiler is GCC

with workaround for cannot find interface declaration for NXConstantString

also, include objc/objc-api.h when OBJC_EXPORT is not defined

Change-Id: I5f0df322435be8244d372642dee1c21d783306f1

diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h
index d952518..143a1bd 100644
--- a/sal/osl/unx/system.h
+++ b/sal/osl/unx/system.h
@@ -215,6 +215,9 @@
 #ifdef MACOSX
 #define __OPENTRANSPORTPROVIDERS__ // these are already defined
 #define TimeValue CFTimeValue  // Do not conflict with TimeValue in 
sal/inc/osl/time.h
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #include Carbon/Carbon.h
 #undef TimeValue
 #   ifndef ETIME
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index 185fb26..52a0b5a 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -59,9 +59,21 @@ gb_CXXFLAGS := \
 
 # these are to get g++ to switch to Objective-C++ mode
 # (see toolkit module for a case where it is necessary to do it this way)
-gb_OBJCXXFLAGS := -x objective-c++ -fobjc-exceptions
-
-gb_OBJCFLAGS := -x objective-c -fobjc-exceptions
+gb_OBJCXXFLAGS := \
+   -x objective-c++ \
+   -fobjc-exceptions \
+   $(if $(filter TRUE,$(COM_GCC_IS_CLANG)),,\
+   -fgnu-runtime \
+   -fconstant-string-class=NSConstantString \
+   )
+
+gb_OBJCFLAGS := \
+   -x objective-c \
+   -fobjc-exceptions \
+   $(if $(filter TRUE,$(COM_GCC_IS_CLANG)),,\
+   -fgnu-runtime \
+   -fconstant-string-class=NSConstantString \
+   )
 
 # LinkTarget class
 
diff --git a/vcl/inc/osx/a11yfactory.h b/vcl/inc/osx/a11yfactory.h
index c739f3e..4e92126 100644
--- a/vcl/inc/osx/a11yfactory.h
+++ b/vcl/inc/osx/a11yfactory.h
@@ -20,6 +20,10 @@
 #ifndef INCLUDED_VCL_INC_OSX_A11YFACTORY_H
 #define INCLUDED_VCL_INC_OSX_A11YFACTORY_H
 
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
+
 #include osxvcltypes.h
 #include a11ywrapper.h
 #include com/sun/star/accessibility/XAccessibleContext.hpp
diff --git a/vcl/inc/osx/osxvcltypes.h b/vcl/inc/osx/osxvcltypes.h
index f1659c4..96edccc 100644
--- a/vcl/inc/osx/osxvcltypes.h
+++ b/vcl/inc/osx/osxvcltypes.h
@@ -21,6 +21,9 @@
 #define INCLUDED_VCL_INC_OSX_OSXVCLTYPES_H
 
 #include premac.h
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #import Cocoa/Cocoa.h
 #import AppKit/NSEvent.h
 #include postmac.h
diff --git a/vcl/inc/osx/printview.h b/vcl/inc/osx/printview.h
index e396bd8..b63900b 100644
--- a/vcl/inc/osx/printview.h
+++ b/vcl/inc/osx/printview.h
@@ -21,6 +21,9 @@
 #define INCLUDED_VCL_INC_OSX_PRINTVIEW_H
 
 #include premac.h
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #include Cocoa/Cocoa.h
 #include postmac.h
 
diff --git a/vcl/inc/osx/saldata.hxx b/vcl/inc/osx/saldata.hxx
index 413754b..1665b06 100644
--- a/vcl/inc/osx/saldata.hxx
+++ b/vcl/inc/osx/saldata.hxx
@@ -23,6 +23,9 @@
 #include config_features.h
 
 #include premac.h
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #include Cocoa/Cocoa.h
 #include postmac.h
 
diff --git a/vcl/inc/osx/salinst.h b/vcl/inc/osx/salinst.h
index 8a88a26..4efcbe0 100644
--- a/vcl/inc/osx/salinst.h
+++ b/vcl/inc/osx/salinst.h
@@ -25,6 +25,9 @@
 #include osl/conditn.h
 
 #ifdef MACOSX
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #include osx/osxvcltypes.h
 #endif
 
diff --git a/vcl/inc/osx/saltimer.h b/vcl/inc/osx/saltimer.h
index b751a81..e663c65 100644
--- a/vcl/inc/osx/saltimer.h
+++ b/vcl/inc/osx/saltimer.h
@@ -21,6 +21,9 @@
 #define INCLUDED_VCL_INC_OSX_SALTIMER_H
 
 #include premac.h
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #include Cocoa/Cocoa.h
 #include postmac.h
 
diff --git a/vcl/inc/osx/vclnsapp.h b/vcl/inc/osx/vclnsapp.h
index 541b509..675cacc 100644
--- a/vcl/inc/osx/vclnsapp.h
+++ b/vcl/inc/osx/vclnsapp.h
@@ -23,6 +23,9 @@
 #include config_features.h
 
 #include premac.h
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #include Cocoa/Cocoa.h
 #include postmac.h
 
diff --git a/vcl/inc/quartz/utils.h b/vcl/inc/quartz/utils.h
index e408250..ac264ec 100644
--- a/vcl/inc/quartz/utils.h
+++ b/vcl/inc/quartz/utils.h
@@ -23,6 +23,9 @@
 #include iostream
 
 #include premac.h
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #include CoreFoundation/CoreFoundation.h
 #include Foundation/Foundation.h
 #ifdef MACOSX
commit cfcd7e0de488918cddb7440618bf054253202d7f
Author: Douglas Mencken dougmenc...@gmail.com
Date:   Sun Oct 5 18:02:00 2014 -0400

vcl-quartz: restore conditional code for SDKs  10.8

Fixes: fatal error: CoreGraphics/CoreGraphics.h: No such file or directory

Related commit: 4fa8282816cb39692678e9da6b6693e821a3039b

Change-Id: 

::com::sun::star::uno::Reference deep copy

2014-10-25 Thread Mihály Palenik
Hello

I'd like to write a copy constructor and the class has
::com::sun::star::uno::Reference member. How can I make a deep copy?

Best regards
Mihály Palenik
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'ports/macosx10.5/master' - 2 commits - fpicker/source lingucomponent/source sal/osl vcl/inc vcl/osx vcl/quartz

2014-10-25 Thread Douglas Mencken
 fpicker/source/aqua/FilterHelper.mm |4 
 fpicker/source/aqua/NSURL_OOoAdditions.mm   |   20 
 fpicker/source/aqua/SalAquaFilePicker.mm|4 
 fpicker/source/aqua/SalAquaPicker.mm|   29 ++
 lingucomponent/source/spellcheck/macosxspell/macspellimp.mm |4 
 sal/osl/unx/memory.c|   11 ++
 sal/osl/unx/system.c|   51 +++
 vcl/inc/osx/salframe.h  |4 
 vcl/inc/osx/salframeview.h  |   12 ++
 vcl/inc/quartz/salgdi.h |9 ++
 vcl/osx/DropTarget.cxx  |8 +
 vcl/osx/salframe.cxx|   38 
 vcl/osx/salframeview.mm |   53 
 vcl/osx/salinst.cxx |5 +
 vcl/osx/salmenu.cxx |4 
 vcl/osx/salprn.cxx  |4 
 vcl/quartz/CTRunData.hxx|2 
 vcl/quartz/ctfonts.cxx  |6 +
 vcl/quartz/ctlayout.cxx |   20 
 vcl/quartz/salgdi.cxx   |   16 +++
 20 files changed, 301 insertions(+), 3 deletions(-)

New commits:
commit bf047fc8e4db08783dd903b5473fdf956ef9e1ac
Author: Douglas Mencken dougmenc...@gmail.com
Date:   Sat Oct 25 04:23:02 2014 -0400

Use MACOSX_SDK_VERSION instead of MAC_OS_X_VERSION_MAX_ALLOWED

Change-Id: If24adf787821b2f83a7ecf8806f4d36b9eb7dbdc

diff --git a/fpicker/source/aqua/FilterHelper.mm 
b/fpicker/source/aqua/FilterHelper.mm
index d162af3..e078fb6 100644
--- a/fpicker/source/aqua/FilterHelper.mm
+++ b/fpicker/source/aqua/FilterHelper.mm
@@ -385,7 +385,7 @@ bool FilterHelper::filenameMatchesFilter(NSString* 
sFilename)
 }
 
 NSFileManager *manager = [NSFileManager defaultManager];
-#if MAC_OS_X_VERSION_MAX_ALLOWED  1060
+#if MACOSX_SDK_VERSION  1060
 NSDictionary* pAttribs = [manager fileAttributesAtPath: sFilename 
traverseLink: NO];
 #else
 NSDictionary* pAttribs = [manager attributesOfItemAtPath: sFilename error: 
nil];
diff --git a/fpicker/source/aqua/NSURL_OOoAdditions.mm 
b/fpicker/source/aqua/NSURL_OOoAdditions.mm
index 80acb10..8de8b7e 100644
--- a/fpicker/source/aqua/NSURL_OOoAdditions.mm
+++ b/fpicker/source/aqua/NSURL_OOoAdditions.mm
@@ -83,7 +83,7 @@ NSString* resolveAlias( NSString* i_pSystemPath )
kCFURLPOSIXPathStyle, 
false);
 if( rUrl != NULL )
 {
-#if MAC_OS_X_VERSION_MAX_ALLOWED  1060
+#if MACOSX_SDK_VERSION  1060
 FSRef rFS;
 if( CFURLGetFSRef( rUrl, rFS ) )
 {
diff --git a/fpicker/source/aqua/SalAquaFilePicker.mm 
b/fpicker/source/aqua/SalAquaFilePicker.mm
index 144ead6..2eac5b3 100644
--- a/fpicker/source/aqua/SalAquaFilePicker.mm
+++ b/fpicker/source/aqua/SalAquaFilePicker.mm
@@ -769,7 +769,7 @@ void SalAquaFilePicker::updateSaveFileNameExtension() {
 rtl::OUString suffix = (*(aStringList.begin())).copy(1);
 NSString *requiredFileType = [NSString stringWithOUString:suffix];
 
-#if MAC_OS_X_VERSION_MAX_ALLOWED  1060
+#if MACOSX_SDK_VERSION  1060
 [m_pDialog setRequiredFileType:requiredFileType];
 #else
 [m_pDialog setAllowedFileTypes:[NSArray 
arrayWithObjects:requiredFileType, nil]];
diff --git a/fpicker/source/aqua/SalAquaPicker.mm 
b/fpicker/source/aqua/SalAquaPicker.mm
index baff7c3..6c224d9 100644
--- a/fpicker/source/aqua/SalAquaPicker.mm
+++ b/fpicker/source/aqua/SalAquaPicker.mm
@@ -165,7 +165,7 @@ int SalAquaPicker::run()
 
 int retVal = 0;
 
-#if MAC_OS_X_VERSION_MAX_ALLOWED  1060
+#if MACOSX_SDK_VERSION  1060
 NSString *startDirectory;
 if (m_sDisplayDirectory.getLength()  0) {
 NSString *temp = [NSString stringWithOUString:m_sDisplayDirectory];
@@ -193,7 +193,7 @@ int SalAquaPicker::run()
 switch(m_nDialogType) {
 case NAVIGATIONSERVICES_DIRECTORY:
 case NAVIGATIONSERVICES_OPEN:
-#if MAC_OS_X_VERSION_MAX_ALLOWED  1060
+#if MACOSX_SDK_VERSION  1060
 retVal = [(NSOpenPanel*)m_pDialog 
runModalForDirectory:startDirectory file:nil types:nil];
 #else
 [m_pDialog setDirectoryURL:startDirectory];
@@ -201,7 +201,7 @@ int SalAquaPicker::run()
 #endif
 break;
 case NAVIGATIONSERVICES_SAVE:
-#if MAC_OS_X_VERSION_MAX_ALLOWED  1060
+#if MACOSX_SDK_VERSION  1060
 retVal = [m_pDialog runModalForDirectory:startDirectory 
file:[NSString 
stringWithOUString:((SalAquaFilePicker*)this)-getSaveFileName()]];
 #else
 [m_pDialog setDirectoryURL:startDirectory];
@@ -215,7 +215,7 @@ int SalAquaPicker::run()
 }
 
 if (retVal == NSFileHandlingPanelOKButton) 

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

2014-10-25 Thread Miklos Vajna
 sw/README|1 
 sw/qa/core/data/rtf/pass/fdo82859.rtf|   25 
 sw/qa/extras/htmlexport/htmlexport.cxx   |4 
 sw/qa/extras/rtfimport/data/fdo82859.rtf |   25 
 sw/qa/extras/rtfimport/data/fdo85179.rtf |   33 +
 sw/qa/extras/rtfimport/rtfimport.cxx |   13 ++
 writerfilter/inc/ooxml/OOXMLDocument.hxx |7 -
 writerfilter/inc/resourcemodel/WW8ResourceModel.hxx  |5 
 writerfilter/inc/rtftok/RTFDocument.hxx  |3 
 writerfilter/source/dmapper/DomainMapper.cxx |   12 --
 writerfilter/source/dmapper/GraphicImport.cxx|   64 ++
 writerfilter/source/dmapper/GraphicImport.hxx|4 
 writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx |5 
 writerfilter/source/ooxml/OOXMLBinaryObjectReference.hxx |2 
 writerfilter/source/ooxml/OOXMLDocumentImpl.cxx  |5 
 writerfilter/source/ooxml/OOXMLDocumentImpl.hxx  |2 
 writerfilter/source/ooxml/OOXMLFastContextHandler.cxx|   90 ---
 writerfilter/source/ooxml/OOXMLFastContextHandler.hxx|8 -
 writerfilter/source/ooxml/OOXMLParserState.cxx   |   37 --
 writerfilter/source/ooxml/OOXMLParserState.hxx   |5 
 writerfilter/source/ooxml/OOXMLPropertySet.hxx   |1 
 writerfilter/source/ooxml/OOXMLPropertySetImpl.cxx   |   10 -
 writerfilter/source/ooxml/OOXMLPropertySetImpl.hxx   |2 
 writerfilter/source/rtftok/rtfdocumentimpl.cxx   |6 -
 writerfilter/source/rtftok/rtfdocumentimpl.hxx   |1 
 writerfilter/source/rtftok/rtfreferenceproperties.cxx|7 -
 writerfilter/source/rtftok/rtfreferenceproperties.hxx|1 
 writerfilter/source/rtftok/rtfreferencetable.cxx |5 
 writerfilter/source/rtftok/rtfreferencetable.hxx |1 
 writerfilter/source/rtftok/rtfsdrimport.cxx  |4 
 30 files changed, 138 insertions(+), 250 deletions(-)

New commits:
commit 04ea7b24ec1b5a027efa0b850f2bc3ac7116c52e
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sat Oct 25 10:36:10 2014 +0200

fdo#82859 RTF import: fillColor is unsigned

Otherwise ARGB 0x would turn into black.

Change-Id: I690f34d888ca9a013e8ce1af2c7ef8ed88ee28b0

diff --git a/sw/qa/extras/rtfimport/data/fdo82859.rtf 
b/sw/qa/extras/rtfimport/data/fdo82859.rtf
new file mode 100644
index 000..eac5e6f
--- /dev/null
+++ b/sw/qa/extras/rtfimport/data/fdo82859.rtf
@@ -0,0 +1,25 @@
+{\rtf1
+{\shp
+{\*\shpinst\shpbypara\shpbyignore\shptop4154\shpbottom11234\shpbxcolumn\shpbxignore\shpleft-90\shpright9270
+{\sp
+{\sn fillColor}
+{\sv 4294967295}
+}
+{\sp
+{\sn shapeType}
+{\sv 202}
+}
+{\sp
+{\sn posrelv}
+{\sv 2}
+}
+{\sp
+{\sn posrelh}
+{\sv 2}
+}
+{\shptxt
+}
+}
+}
+\par
+}
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx 
b/sw/qa/extras/rtfimport/rtfimport.cxx
index 799151f..6ecd7a3 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -1990,6 +1990,12 @@ DECLARE_RTFIMPORT_TEST(testFdo85179, fdo85179.rtf)
 CPPUNIT_ASSERT_EQUAL(sal_uInt32(50800/360), 
getPropertytable::BorderLine2(getShape(1), TopBorder).LineWidth);
 }
 
+DECLARE_RTFIMPORT_TEST(testFdo82859, fdo82859.rtf)
+{
+// This was 0: 0xff was converted to 0, i.e. the background was 
black instead of the default.
+CPPUNIT_ASSERT_EQUAL(static_castsal_Int32(-1), 
getPropertysal_Int32(getShape(1), BackColor));
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/writerfilter/source/rtftok/rtfsdrimport.cxx 
b/writerfilter/source/rtftok/rtfsdrimport.cxx
index df1c185..f15a675 100644
--- a/writerfilter/source/rtftok/rtfsdrimport.cxx
+++ b/writerfilter/source/rtftok/rtfsdrimport.cxx
@@ -357,7 +357,7 @@ void RTFSdrImport::resolve(RTFShape rShape, bool bClose, 
ShapeOrPict const shap
 }
 else if (i-first == fillColor  xPropertySet.is())
 {
-aAny = msfilter::util::BGRToRGB(i-second.toInt32());
+aAny = msfilter::util::BGRToRGB(i-second.toUInt32());
 if (m_bTextFrame)
 xPropertySet-setPropertyValue(BackColor, aAny);
 else
commit 6b7239855d8babdc1bcc7742f79ce2df64d1e476
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Fri Oct 24 16:21:51 2014 +0200

fdo#82859 RTF import: don't try to set CustomShapeGeometry on a TextFrame

Change-Id: I687fa609559f0484fe6bb804265243de154c3760

diff --git a/sw/qa/core/data/rtf/pass/fdo82859.rtf 
b/sw/qa/core/data/rtf/pass/fdo82859.rtf
new file mode 100644
index 000..72b1576
--- /dev/null
+++ b/sw/qa/core/data/rtf/pass/fdo82859.rtf
@@ -0,0 +1,25 @@
+{\rtf1
+{\field
+{\*\fldinst SHAPE }
+{\fldrslt
+{\shp
+{\*\shpinst\shpleft-90\shptop720\shpright9404\shpbottom2939\shpwr2\shpbxignore\shpbyignore
+{\sp
+{\sn shapeType}
+{\sv 

[PATCH] [Bug 83606] Chart: data ranges can't be modified in UI

2014-10-25 Thread Laurent BP
Hi,

This message is may be more for Moggy.

To fixed bug 83606
https://bugs.freedesktop.org/show_bug.cgi?id=83606
is it possible to backport to 4.3 commit from Markus?
http://cgit.freedesktop.org/libreoffice/core/commit/chart2/source/controller/dialogs/tp_DataSource.cxx?id=d5a0926c2359a4f8bd48cbea5a9c034b87d6aeeb
patch_bug83606.patch
http://nabble.documentfoundation.org/file/n4126818/patch_bug83606.patch  
I tested with a 4.3 build and add this patch (without modification), and it
is fixing bug 83606 and bug 83162 

Or is there something more complex which blocks this backport? 

Laurent BP



-
LibreOffice 4.1.6.2
--
View this message in context: 
http://nabble.documentfoundation.org/PATCH-Bug-83606-Chart-data-ranges-can-t-be-modified-in-UI-tp4126818.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-commits] core.git: Branch 'libreoffice-4-3' - chart2/uiconfig

2014-10-25 Thread Caolán McNamara
 chart2/uiconfig/ui/tp_DataSource.ui |   62 
 1 file changed, 35 insertions(+), 27 deletions(-)

New commits:
commit fb2ed3e17623476c1b772826f0ed4468350baf59
Author: Caolán McNamara caol...@redhat.com
Date:   Mon Oct 20 14:22:40 2014 +0100

Resolves: fdo#84885 chart wizard dialog cut off

Change-Id: Ie24687cd1c54b1fed04745c83f507c17a5574175
(cherry picked from commit f9c242674094eba7ac19bd279f611dba0a8e5571)
Reviewed-on: https://gerrit.libreoffice.org/12052
Reviewed-by: Miklos Vajna vmik...@collabora.co.uk
Tested-by: Miklos Vajna vmik...@collabora.co.uk

diff --git a/chart2/uiconfig/ui/tp_DataSource.ui 
b/chart2/uiconfig/ui/tp_DataSource.ui
index f7bed1d..69e7262 100644
--- a/chart2/uiconfig/ui/tp_DataSource.ui
+++ b/chart2/uiconfig/ui/tp_DataSource.ui
@@ -167,12 +167,13 @@
   /packing
 /child
 child
-  object class=GtkBox id=box3
+  object class=GtkGrid id=grid2
 property name=visibleTrue/property
 property name=can_focusFalse/property
+property name=valignstart/property
 property name=hexpandTrue/property
-property name=orientationvertical/property
-property name=spacing6/property
+property name=vexpandTrue/property
+property name=row_spacing6/property
 child
   object class=GtkLabel id=FT_ROLE
 property name=visibleTrue/property
@@ -183,9 +184,10 @@
 property name=mnemonic_widgetLB_ROLE:border/property
   /object
   packing
-property name=expandFalse/property
-property name=fillTrue/property
-property name=position0/property
+property name=left_attach0/property
+property name=top_attach0/property
+property name=width1/property
+property name=height1/property
   /packing
 /child
 child
@@ -193,16 +195,18 @@
 property name=width_request440/property
 property name=height_request100/property
 property name=visibleTrue/property
-property name=can_focusFalse/property
+property name=can_focusTrue/property
 property name=hexpandTrue/property
+property name=vexpandTrue/property
 child internal-child=selection
-  object class=GtkTreeSelection id=Tab List-selection1/
+  object class=GtkTreeSelection id=Tab List-selection/
 /child
   /object
   packing
-property name=expandFalse/property
-property name=fillTrue/property
-property name=position1/property
+property name=left_attach0/property
+property name=top_attach1/property
+property name=width1/property
+property name=height1/property
   /packing
 /child
 child
@@ -215,9 +219,10 @@
 property name=mnemonic_widgetEDT_RANGE/property
   /object
   packing
-property name=expandFalse/property
-property name=fillTrue/property
-property name=position2/property
+property name=left_attach0/property
+property name=top_attach2/property
+property name=width1/property
+property name=height1/property
   /packing
 /child
 child
@@ -229,7 +234,7 @@
 child
   object class=GtkEntry id=EDT_RANGE
 property name=visibleTrue/property
-property name=can_focusFalse/property
+property name=can_focusTrue/property
 property name=hexpandTrue/property
 property name=invisible_char•/property
   /object
@@ -243,7 +248,7 @@
   object class=GtkButton id=IMB_RANGE_MAIN
 property name=use_action_appearanceFalse/property
 property name=visibleTrue/property
-property name=can_focusFalse/property
+property name=can_focusTrue/property
 property name=receives_defaultTrue/property
 property name=imageimageIMB_RANGE_MAIN/property
   /object
@@ -255,9 +260,10 @@
 /child
   /object
   packing
-property name=expandFalse/property
-property name=fillTrue/property
-property name=position3/property
+property name=left_attach0/property
+property name=top_attach3/property
+property name=width1/property
+property 

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sd/source

2014-10-25 Thread Caolán McNamara
 sd/source/ui/animations/SlideTransitionPane.cxx |5 +
 1 file changed, 5 insertions(+)

New commits:
commit dbd7d7b329ffced9b1e52df6487dcfc46c40c5b2
Author: Caolán McNamara caol...@redhat.com
Date:   Tue Oct 21 14:33:57 2014 +0100

Resolves: fdo#84417 restore focus window after preview

regression due to changes of sd/source/ui/slideshow/slideshow.cxx
in cc5518ca61b209408a9d5262bbdcc39efccdd72d

commit cc5518ca61b209408a9d5262bbdcc39efccdd72d
Author: Steve Yin stev...@apache.org
Date:   Thu Nov 28 12:09:19 2013 +
Integrate branch of IAccessible2

Change-Id: I6b399d68c1f3ef32b702135b981100a23760569b
(cherry picked from commit 92360e7413daf35d6b3acf2e77cf3c6063c5f11f)
Reviewed-on: https://gerrit.libreoffice.org/12062
Reviewed-by: Miklos Vajna vmik...@collabora.co.uk
Tested-by: Miklos Vajna vmik...@collabora.co.uk

diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx 
b/sd/source/ui/animations/SlideTransitionPane.cxx
index 2e7f4db..8b85613 100644
--- a/sd/source/ui/animations/SlideTransitionPane.cxx
+++ b/sd/source/ui/animations/SlideTransitionPane.cxx
@@ -859,6 +859,8 @@ void SlideTransitionPane::applyToSelectedPages()
 {
 if( ! mbUpdatingControls )
 {
+Window *pFocusWindow = Application::GetFocusWindow();
+
 ::sd::slidesorter::SharedPageSelection pSelectedPages( 
getSelectedPages());
 impl::TransitionEffect aEffect = getTransitionEffectFromControls();
 if( ! pSelectedPages-empty())
@@ -875,6 +877,9 @@ void SlideTransitionPane::applyToSelectedPages()
 else
 stopEffects();
 }
+
+if (pFocusWindow)
+pFocusWindow-GrabFocus();
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sd/source

2014-10-25 Thread Caolán McNamara
 sd/source/ui/inc/ViewShell.hxx |1 -
 sd/source/ui/view/viewshe2.cxx |   27 ---
 sd/source/ui/view/viewshel.cxx |1 -
 3 files changed, 29 deletions(-)

New commits:
commit 70b6be88c7c255177ecda65a480b87279288
Author: Caolán McNamara caol...@redhat.com
Date:   Tue Oct 21 16:15:45 2014 +0100

Resolves: fdo#83588 Revert center slide after changing zoom

This reverts commit b179235f702e474b115ca479b603052f422346fd.

(cherry picked from commit d1e9aa23a7b74e153479e0e23aac1c02cca48177)

Change-Id: Ifb9444e77a28ac17e4dcc17725a4393ea0aa294e
Reviewed-on: https://gerrit.libreoffice.org/12064
Reviewed-by: Miklos Vajna vmik...@collabora.co.uk
Tested-by: Miklos Vajna vmik...@collabora.co.uk

diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index 87edbc5..ce5ea31 100644
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -206,7 +206,6 @@ public:
 virtual void UpdateScrollBars (void);
 voidScroll(long nX, long nY);
 voidScrollLines(long nX, long nY);
-voidScrollCenter();
 virtual voidSetZoom(long nZoom);
 virtual voidSetZoomRect(const Rectangle rZoomRect);
 voidInitWindows(const Point rViewOrigin, const Size rViewSize,
diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx
index 8f91d6c..5f98d68 100644
--- a/sd/source/ui/view/viewshe2.cxx
+++ b/sd/source/ui/view/viewshe2.cxx
@@ -365,33 +365,6 @@ void ViewShell::SetZoom(long nZoom)
 UpdateScrollBars();
 }
 
-namespace
-{
-void CenterScrollBar(ScrollBar *pBar)
-{
-long nVisSize = pBar-GetVisibleSize();
-long nMin = pBar-GetRangeMin();
-long nMax = pBar-GetRangeMax();
-long nLen = nMax - nMin - nVisSize;
-long nPos = nMin + nLen/2;
-pBar-DoScroll(nPos);
-}
-}
-
-void ViewShell::ScrollCenter()
-{
-if (mpHorizontalScrollBar.get() != NULL)
-CenterScrollBar(mpHorizontalScrollBar.get());
-
-//zoom mode with no panning of the current slide, i.e. the
-//scrollbar is in change slide mode not pan slide mode
-if (IsPageFlipMode())
-return;
-
-if (mpVerticalScrollBar.get() != NULL)
-CenterScrollBar(mpVerticalScrollBar.get());
-}
-
 /**
  * Set zoom rectangle for active window. Sets all split windows to the same 
zoom
  * factor.
diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx
index 17bcf5f..28e272e 100644
--- a/sd/source/ui/view/viewshel.cxx
+++ b/sd/source/ui/view/viewshel.cxx
@@ -683,7 +683,6 @@ bool ViewShell::HandleScrollCommand(const CommandEvent 
rCEvt, ::sd::Window* pWi
 nNewZoom = std::min( (long) pWin-GetMaxZoom(), 
basegfx::zoomtools::zoomIn( nOldZoom ));
 
 SetZoom( nNewZoom );
-ScrollCenter(); //center slide after changing zoom
 Invalidate( SID_ATTR_ZOOM );
 Invalidate( SID_ATTR_ZOOMSLIDER );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - drawinglayer/source

2014-10-25 Thread Caolán McNamara
 drawinglayer/source/processor2d/vclhelperbufferdevice.cxx |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 6b379995697f8ac25f8f3871c9c91e8dc009afa8
Author: Caolán McNamara caol...@redhat.com
Date:   Fri Oct 24 15:10:15 2014 +0100

Resolves: fdo#84729 buffer cache grows to over 9000 unused entries

regression from

commit a5351434fbea1126961f5dbaa986e7c9e686c24e
Author: tsahi glik tsahi.g...@cloudon.com
Date:   Thu Jan 16 12:51:44 2014 -0800
fix rendering issues in iOS with aqua

because now the cache just fills up because nothing will have
a depth of 0 and a new entry is created every time.

0 could be seen to mean whatever is a good non-1bit depth or auto or
something. (Do the uses of 8 really mean 8)

0 passed to new VirtualDevice under Linux/X ends up using the depth of the
outputdev, so here set nBits to that value to start with and the problem
goes away

Change-Id: I4390d6f7edef9dc7430cc77e3518dc751a5f479d
(cherry picked from commit e25a020d59b019893d2e04ac61e4ed25ef0a6e61)
Reviewed-on: https://gerrit.libreoffice.org/12087
Reviewed-by: Miklos Vajna vmik...@collabora.co.uk
Tested-by: Miklos Vajna vmik...@collabora.co.uk

diff --git a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx 
b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
index 2f98e71..d812d93 100644
--- a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
+++ b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
@@ -85,6 +85,9 @@ namespace
 ::osl::MutexGuard aGuard(m_aMutex);
 VirtualDevice* pRetval = 0;
 
+if (nBits == 0)
+nBits = rOutDev.GetBitCount();
+
 if(!maFreeBuffers.empty())
 {
 bool bOkay(false);
@@ -183,6 +186,8 @@ namespace
 
 maUsedBuffers.erase(aUsedFound);
 maFreeBuffers.push_back(rDevice);
+SAL_WARN_IF(maFreeBuffers.size()  1000, drawinglayer, excessive 
cached buffers, 
+ maFreeBuffers.size()   entries!);
 Start();
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - officecfg/registry

2014-10-25 Thread Julien Nabet
 officecfg/registry/data/org/openoffice/Office/Common.xcu |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9e8429b51eb7a1ef151ba40bb606910354dd5506
Author: Julien Nabet serval2...@yahoo.fr
Date:   Wed Oct 22 22:46:24 2014 +0200

Resolves fdo#71781: CMIS: Default Alfresco 4 URL not working

See https://bugs.freedesktop.org/show_bug.cgi?id=71781#c5
Badfully Alfresco server test doesn't follow this (their own?) rule since 
the url is:
http://cmis.alfresco.com/cmisatom
and not http://cmis.alfresco.com/alfresco/cmisatom

Cherry-picked from 6e9d99332c241cf20204d9dfb772bc0168bfc460

Change-Id: I3712993db96f8544381065c71a36697207ce66e0
Reviewed-on: https://gerrit.libreoffice.org/12071
Reviewed-by: Bosdonnat Cedric cedric.bosdon...@free.fr
Tested-by: Bosdonnat Cedric cedric.bosdon...@free.fr
Reviewed-on: https://gerrit.libreoffice.org/12090
Reviewed-by: Miklos Vajna vmik...@collabora.co.uk
Tested-by: Miklos Vajna vmik...@collabora.co.uk

diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu 
b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index dcb3f70..6225b9e 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -575,7 +575,7 @@
 /prop
 prop oor:name=CmisServersUrls
   value
-ithttp://lt;hostgt;/alfresco/cmisws/RepositoryService?wsdl/it
+ithttp://lt;host:portgt;/alfresco/cmisatom/it
 ithttps://api.alfresco.com/cmis/versions/1.0/atom//it
 ithttp://lt;hostgt;/p8cmis/wsdl/it
 ithttps://apps.lotuslive.com/files/basic/cmis/my/servicedoc/it
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'ports/macosx10.5/master' - external/curl external/nss external/python3 fpicker/source sal/osl

2014-10-25 Thread Douglas Mencken
 external/curl/ExternalProject_curl.mk   |2 +-
 external/nss/ExternalPackage_nss.mk |1 +
 external/nss/ExternalProject_nss.mk |2 +-
 external/python3/ExternalProject_python3.mk |4 ++--
 fpicker/source/aqua/SalAquaFilePicker.mm|4 ++--
 sal/osl/unx/uunxapi.cxx |4 ++--
 6 files changed, 9 insertions(+), 8 deletions(-)

New commits:
commit e59dd2a28cd25924433ecd330b435554c61ce127
Author: Douglas Mencken dougmenc...@gmail.com
Date:   Sat Oct 25 05:13:09 2014 -0400

Revert another is always = 1080 commit

reverted commit: fe25090e992eefd0c43ca73b656632a650793b1a

use MACOSX_SDK_VERSION instead of MAC_OS_X_VERSION_MIN_ALLOWED

Change-Id: Ib6e63e664dc073a8d751306f613e8be4918c406a

diff --git a/external/curl/ExternalProject_curl.mk 
b/external/curl/ExternalProject_curl.mk
index 1a0a0a3..f292437 100644
--- a/external/curl/ExternalProject_curl.mk
+++ b/external/curl/ExternalProject_curl.mk
@@ -45,7 +45,7 @@ $(call gb_ExternalProject_get_state_target,curl,build):
$(if $(filter IOS MACOSX,$(OS)),,--with-nss$(if 
$(SYSTEM_NSS),,=$(call gb_UnpackedTarball_get_dir,nss)/dist/out)) \
$(if $(filter IOS,$(OS)),--with-darwinssl) \
$(if $(filter MACOSX,$(OS)),\
-   --with-darwinssl) \
+   $(if $(filter 
1050,$(MACOSX_SDK_VERSION)),,--with-darwinssl)) \
--without-ssl \
--without-libidn --enable-ftp --enable-ipv6 
--enable-http --disable-gopher \
--disable-file --disable-ldap --disable-telnet 
--disable-dict --without-libssh2 \
diff --git a/external/nss/ExternalPackage_nss.mk 
b/external/nss/ExternalPackage_nss.mk
index c6d8953fd..986565e 100644
--- a/external/nss/ExternalPackage_nss.mk
+++ b/external/nss/ExternalPackage_nss.mk
@@ -26,6 +26,7 @@ $(eval $(call 
gb_ExternalPackage_add_files,nss,$(LIBO_LIB_FOLDER),\
dist/out/lib/libsmime3.dylib \
dist/out/lib/libsoftokn3.dylib \
dist/out/lib/libssl3.dylib \
+   $(if $(filter 
1050,$(MACOSX_SDK_VERSION)),dist/out/lib/libsqlite3.dylib) \
 ))
 else ifeq ($(OS),WNT)
 $(eval $(call gb_ExternalPackage_add_files,nss,$(LIBO_LIB_FOLDER),\
diff --git a/external/nss/ExternalProject_nss.mk 
b/external/nss/ExternalProject_nss.mk
index f518bb4..c87bbf0 100644
--- a/external/nss/ExternalProject_nss.mk
+++ b/external/nss/ExternalProject_nss.mk
@@ -65,7 +65,7 @@ $(call gb_ExternalProject_get_state_target,nss,build): $(call 
gb_ExternalProject
$(if $(filter arm64,$(CC)),USE_64=1)) \
$(if $(filter MACOSX,$(OS)),\
$(if $(filter-out 
POWERPC,$(CPUNAME)),MACOS_SDK_DIR=$(MACOSX_SDK_PATH)) \
-   NSS_USE_SYSTEM_SQLITE=1) \
+   $(if $(filter-out 
1050,$(MACOSX_SDK_VERSION)),NSS_USE_SYSTEM_SQLITE=1)) \
$(if $(filter SOLARIS,$(OS)),NS_USE_GCC=1) \
$(if $(CROSS_COMPILING),\
$(if $(filter 
MACOSXPOWERPC,$(OS)$(CPUNAME)),CPU_ARCH=ppc) \
diff --git a/external/python3/ExternalProject_python3.mk 
b/external/python3/ExternalProject_python3.mk
index 045892e..54a9ad1 100644
--- a/external/python3/ExternalProject_python3.mk
+++ b/external/python3/ExternalProject_python3.mk
@@ -69,8 +69,8 @@ $(call gb_ExternalProject_get_state_target,python3,build) :
$(if $(filter WNT-GCC,$(OS)-$(COM)),--with-threads 
ac_cv_printf_zd_format=no) \
$(if $(filter MACOSX,$(OS)), \
$(if $(filter 
INTEL,$(CPUNAME)),--enable-universalsdk=$(MACOSX_SDK_PATH) \
---with-universal-archs=intel \
-) \
+$(if $(filter 
1050,$(MACOSX_SDK_VERSION)),--with-universal-archs=32-bit,--with-universal-archs=intel)
 \
+) \

--enable-framework=/@__OOO 
--with-framework-name=LibreOfficePython, \
--enable-shared \
) \
diff --git a/fpicker/source/aqua/SalAquaFilePicker.mm 
b/fpicker/source/aqua/SalAquaFilePicker.mm
index 2eac5b3..86d1da3 100644
--- a/fpicker/source/aqua/SalAquaFilePicker.mm
+++ b/fpicker/source/aqua/SalAquaFilePicker.mm
@@ -307,7 +307,7 @@ uno::Sequencertl::OUString SAL_CALL 
SalAquaFilePicker::getFiles() throw( uno::
 
 SolarMutexGuard aGuard;
 
-#if HAVE_FEATURE_MACOSX_SANDBOX
+#if MACOSX_SDK_VERSION = 1070  HAVE_FEATURE_MACOSX_SANDBOX
 static NSUserDefaults *userDefaults;
 static bool triedUserDefaults = false;
 
@@ -341,7 +341,7 @@ uno::Sequencertl::OUString SAL_CALL 
SalAquaFilePicker::getFiles() throw( uno::
 {
 NSURL *url = [files objectAtIndex:nIndex];
 
-#if HAVE_FEATURE_MACOSX_SANDBOX
+#if MACOSX_SDK_VERSION = 1070  HAVE_FEATURE_MACOSX_SANDBOX

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

2014-10-25 Thread Jean-Pierre Ledure
 wizards/source/access2base/Root_.xba |2 +-
 wizards/source/access2base/Utils.xba |2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 8f97b20e94ea5e1b56f534eb5bbff8e48402d6be
Author: Jean-Pierre Ledure j...@ledure.be
Date:   Sat Oct 25 12:01:37 2014 +0200

Access2Base - Introspection in Root

Change-Id: I46d629592a845b3480c04b2ecf545d1b68b510e8

diff --git a/wizards/source/access2base/Root_.xba 
b/wizards/source/access2base/Root_.xba
index c6728a0..052fbce 100644
--- a/wizards/source/access2base/Root_.xba
+++ b/wizards/source/access2base/Root_.xba
@@ -59,7 +59,7 @@ Dim vCurrentDoc() As Variant
TraceLogLast = 0
TraceLogMaxEntries = 0
CalledSub = quot;quot;
-   Introspection = Nothing
+   Set Introspection = 
CreateUnoService(quot;com.sun.star.beans.Introspectionquot;)
Set FindRecord = Nothing
Set StatusBar = Nothing
Set Dialogs = New Collection
diff --git a/wizards/source/access2base/Utils.xba 
b/wizards/source/access2base/Utils.xba
index 0f95803..12f1eac 100644
--- a/wizards/source/access2base/Utils.xba
+++ b/wizards/source/access2base/Utils.xba
@@ -315,7 +315,6 @@ Public Function _hasUNOMethod(pvObject As Variant, psMethod 
As String) As Boolea
 Dim vInspect as Variant
_hasUNOMethod = False
On Local Error Resume Next
-   If IsNull(_A2B_.Introspection) Then _A2B_.Introspection = 
CreateUnoService(quot;com.sun.star.beans.Introspectionquot;)
vInspect = _A2B_.Introspection.Inspect(pvObject)
_hasUNOMethod = vInspect.hasMethod(psMethod, 
com.sun.star.beans.MethodConcept.ALL)
 
@@ -329,7 +328,6 @@ Public Function _hasUNOProperty(pvObject As Variant, 
psProperty As String) As Bo
 Dim vInspect as Variant
_hasUNOProperty = False
On Local Error Resume Next
-   If IsNull(_A2B_.Introspection) Then _A2B_.Introspection = 
CreateUnoService(quot;com.sun.star.beans.Introspectionquot;)
vInspect = _A2B_.Introspection.Inspect(pvObject)
_hasUNOProperty = vInspect.hasProperty(psProperty, 
com.sun.star.beans.PropertyConcept.ALL)
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: ::com::sun::star::uno::Reference deep copy

2014-10-25 Thread Noel Grandin
why do you want to make a deep copy?
The Reference'd object is reference-counted, so you can just = the new
member and the old member.

On Sat, Oct 25, 2014 at 9:09 AM, Mihály Palenik
palenik.mih...@gmail.com wrote:
 Hello

 I'd like to write a copy constructor and the class has
 ::com::sun::star::uno::Reference member. How can I make a deep copy?

 Best regards
 Mihály Palenik

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

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


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

2014-10-25 Thread Miklos Vajna
 sw/CppunitTest_sw_rtfexport.mk  |1 +
 sw/qa/extras/rtfexport/data/fdo82858.docx   |binary
 sw/qa/extras/rtfexport/rtfexport.cxx|6 ++
 sw/source/filter/ww8/rtfattributeoutput.cxx |3 +++
 4 files changed, 10 insertions(+)

New commits:
commit f824b1b575dbdb2bc515656a66cbb94764031a44
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sat Oct 25 12:15:16 2014 +0200

fdo#82858 RTF export: fix none line style of TextFrames

Regression from commit 9e6a5b94e00f0054b058dbb42c2c0b6c75236c9d
(RtfAttributeOutput::FormatBox: export line{Color,Width} shape
properties, 2013-04-15), in case lineColor is written, but there is no
border style, then an explicit fLine=0 property is needed, otherwise a
black border shows up.

Change-Id: I6d6eedbc8d3ee4bee0f2aadb51a376c7734c6640

diff --git a/sw/CppunitTest_sw_rtfexport.mk b/sw/CppunitTest_sw_rtfexport.mk
index fc692d7..33f366b 100644
--- a/sw/CppunitTest_sw_rtfexport.mk
+++ b/sw/CppunitTest_sw_rtfexport.mk
@@ -76,6 +76,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_rtfexport,\
uui/util/uui \
 writerfilter/util/writerfilter \
 xmloff/util/xo \
+   oox/util/oox \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sw_rtfexport))
diff --git a/sw/qa/extras/rtfexport/data/fdo82858.docx 
b/sw/qa/extras/rtfexport/data/fdo82858.docx
new file mode 100644
index 000..e0b1a13
Binary files /dev/null and b/sw/qa/extras/rtfexport/data/fdo82858.docx differ
diff --git a/sw/qa/extras/rtfexport/rtfexport.cxx 
b/sw/qa/extras/rtfexport/rtfexport.cxx
index 2ffbb38..4cbb975 100644
--- a/sw/qa/extras/rtfexport/rtfexport.cxx
+++ b/sw/qa/extras/rtfexport/rtfexport.cxx
@@ -719,6 +719,12 @@ DECLARE_RTFEXPORT_TEST(testFdo82860, fdo82860.odt)
 CPPUNIT_ASSERT_EQUAL(OUString(hello), getParagraphOfText(1, 
xText)-getString());
 }
 
+DECLARE_RTFEXPORT_TEST(testFdo82858, fdo82858.docx)
+{
+// This was table::BorderLineStyle::SOLID, exporter failed to write 
explicit no line when line color was written.
+CPPUNIT_ASSERT_EQUAL(table::BorderLineStyle::NONE, 
getPropertytable::BorderLine2(getShape(1), TopBorder).LineStyle);
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx 
b/sw/source/filter/ww8/rtfattributeoutput.cxx
index bb0e6f5..2d3a882 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -3104,6 +3104,9 @@ void RtfAttributeOutput::FormatBox(const SvxBoxItem rBox)
 sal_Int32 nWidth = sal_Int32(fConverted * 635); // Twips - 
EMUs
 m_aFlyProperties.push_back(std::make_pairOString, 
OString(lineWidth, OString::number(nWidth)));
 }
+else
+// No border: no line.
+m_aFlyProperties.push_back(std::make_pairOString, 
OString(fLine, 0));
 }
 
 return;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: bean/com connectivity/qa qadevOOo/runner

2014-10-25 Thread Robert Antoni Buj i Gelonch
 bean/com/sun/star/comp/beans/LocalOfficeConnection.java|2 -
 connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java |   18 
+-
 qadevOOo/runner/convwatch/SimpleFileSemaphore.java |2 -
 qadevOOo/runner/convwatch/TimeHelper.java  |2 -
 qadevOOo/runner/graphical/TimeHelper.java  |2 -
 qadevOOo/runner/helper/OfficeProvider.java |2 -
 qadevOOo/runner/helper/ProcessHandler.java |2 -
 7 files changed, 15 insertions(+), 15 deletions(-)

New commits:
commit e61c4b5f06241dd248cfe28b29cb658ea47bd72e
Author: Robert Antoni Buj i Gelonch robert@gmail.com
Date:   Thu Oct 16 18:58:13 2014 +0200

java: prevent overflow by using 'long int' arithmetic in multiplication

Change-Id: I8dda8f4621f265208c713c9edcfe725f1c9c5998
Reviewed-on: https://gerrit.libreoffice.org/12001
Reviewed-by: Noel Grandin noelgran...@gmail.com
Tested-by: Noel Grandin noelgran...@gmail.com

diff --git a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java 
b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
index da86510..7174dca 100644
--- a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
+++ b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
@@ -318,7 +318,7 @@ public class LocalOfficeConnection
 aSOffice.startupService();
 
 // wait until soffice is started
-long nMaxMillis = System.currentTimeMillis() + 
1000*aSOffice.getStartupTime();
+long nMaxMillis = System.currentTimeMillis() + 
1000L*aSOffice.getStartupTime();
 while ( aInitialObject == null )
 {
 try
diff --git a/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java 
b/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java
index 57ce3f9..ecca4fd 100644
--- a/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java
+++ b/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java
@@ -335,7 +335,7 @@ public class TestCacheSize {
 
 System.out.println(Total insert:  + i);
 System.out.println(Insert time:  + sw.elapsedTime() +  rps: 
-   + (i * 1000 / (sw.elapsedTime() + 1)));
+   + (1000L * i / (sw.elapsedTime() + 1)));
 }
 
 private void fillUpMultiTable(String filler,
@@ -388,7 +388,7 @@ public class TestCacheSize {
 
 System.out.println(Multi Key Total insert:  + i);
 System.out.println(Insert time:  + sw.elapsedTime() +  rps: 
-   + (i * 1000 / (sw.elapsedTime() + 1)));
+   + (1000L * i / (sw.elapsedTime() + 1)));
 }
 
 public void tearDown() {}
@@ -478,7 +478,7 @@ public class TestCacheSize {
 || (slow  (i + 1) % 100 == 0)) {
 System.out.println(Select  + (i + 1) +  : 
+ sw.elapsedTime() +  rps: 
-   + (i * 1000 / (sw.elapsedTime() + 1)));
+   + (1000L * i / (sw.elapsedTime() + 1)));
 }
 }
 } catch (SQLException e) {
@@ -487,7 +487,7 @@ public class TestCacheSize {
 
 System.out.println(Select random zip  + i +  rows : 
+ sw.elapsedTime() +  rps: 
-   + (i * 1000 / (sw.elapsedTime() + 1)));
+   + (1000L * i / (sw.elapsedTime() + 1)));
 sw.zero();
 
 try {
@@ -511,7 +511,7 @@ public class TestCacheSize {
 
 System.out.println(Select random id  + i +  rows : 
+ sw.elapsedTime() +  rps: 
-   + (i * 1000 / (sw.elapsedTime() + 1)));
+   + (1000L * i / (sw.elapsedTime() + 1)));
 sw.zero();
 
 try {
@@ -535,7 +535,7 @@ public class TestCacheSize {
 
 System.out.println(Select random zip from zip table  + i
+  rows :  + sw.elapsedTime() +  rps: 
-   + (i * 1000 / (sw.elapsedTime() + 1)));
+   + (1000L * i / (sw.elapsedTime() + 1)));
 }
 
 private void checkUpdates() {
@@ -570,7 +570,7 @@ public class TestCacheSize {
 System.out.println(Update with random zip  + i
+  UPDATE commands,  + count +  rows : 
+ sw.elapsedTime() +  rps: 
-   + (count * 1000 / (sw.elapsedTime() + 1)));
+   + (1000L * count / (sw.elapsedTime() + 1)));
 sw.zero();
 
 try {
@@ -588,7 +588,7 @@ public class TestCacheSize {
 || (slow  (i + 1) % 100 == 0)) {
 System.out.println(Update  + (i + 1) +  : 
+ sw.elapsedTime() +  rps: 
-   + (i * 

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

2014-10-25 Thread Miklos Vajna
 writerfilter/source/ooxml/OOXMLFastContextHandler.cxx |   21 --
 1 file changed, 21 deletions(-)

New commits:
commit 3e2dfde73b46526b901c0c38b1e9b2a4872761ac
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sat Oct 25 14:25:46 2014 +0200

loplugin:unreffun

Change-Id: I7b707ddd526c927ed99e93797d1bd320860d5397

diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx 
b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
index ba60f70..0b49065 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
@@ -59,27 +59,6 @@ using namespace ::std;
 
 setOOXMLFastContextHandler * aSetContexts;
 
-#ifdef DEBUG_WRITERFILTER
-class OOXMLIdToString : public IdToString
-{
-public:
-OOXMLIdToString() : IdToString() {}
-virtual ~OOXMLIdToString() {}
-
-virtual string toString(const Id  rId) const SAL_OVERRIDE
-{
-string s((*QNameToString::Instance())(rId));
-
-if (s.empty())
-s = (fasttoken) + fastTokenToId(rId);
-else
-s = (qname) + s;
-
-return s;
-}
-};
-#endif
-
 /*
   class OOXMLFastContextHandler
  */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: OS X: coinmp is not using install_name_tool

2014-10-25 Thread Robert Antoni Buj i Gelonch
I wonder if we can do it easer using @rpath prefix and passing possible
library locations in ld flags.
https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/RunpathDependentLibraries.html

On Mon, Oct 20, 2014 at 10:21 AM, Stephan Bergmann sberg...@redhat.com
wrote:

 On 10/19/2014 05:22 PM, Robert Antoni Buj i Gelonch wrote:

 The previous message was for the master branch, the next output was
 obtained in 4.3 branch:


 There are two situations to consider:

 1  Genuine LO code links against an external dylib A.  A's install name
 needs to contain a special filepath segment denoting where A is located in
 the installset, see the comment at the top of solenv/bin/macosx-change-
 install-names.pl and e.g.

  $(if $(filter MACOSX,$(OS)),--prefix=/@.
 __OOO) \


 in external/cairo/ExternalProject_cairo.mk.

 2  An external dylib B links against another external dylib A (from the
 same or another external project).  A needs to be set up according to (1).
 The ExternalProject_*.mk for B needs to explicitly call
 macosx-change-install-names on B, see e.g.

  $(if $(filter MACOSX,$(OS)), $(PERL) \
 $(SRCDIR)/solenv/bin/macosx-
 change-install-names.pl shl OOO \
 $(gb_Package_SOURCEDIR_icu)/
 source/lib/libicudata$(gb_Library_DLLEXT).$(icu_VERSION) \
 $(gb_Package_SOURCEDIR_icu)/
 source/lib/libicuuc$(gb_Library_DLLEXT).$(icu_VERSION) \
 $(gb_Package_SOURCEDIR_icu)/
 source/lib/libicui18n$(gb_Library_DLLEXT).$(icu_VERSION)) \


 in external/icu/ExternalProject_icu.mk.

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




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


Re: OS X: coinmp is not using install_name_tool

2014-10-25 Thread Robert Antoni Buj i Gelonch
In fact, macosx-change-install-names.pl doesn't change the id of the
library, and it maintains the temporally prefix.

On Sat, Oct 25, 2014 at 3:42 PM, Robert Antoni Buj i Gelonch 
robert@gmail.com wrote:

 I wonder if we can do it easer using @rpath prefix and passing possible
 library locations in ld flags.

 https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/RunpathDependentLibraries.html

 On Mon, Oct 20, 2014 at 10:21 AM, Stephan Bergmann sberg...@redhat.com
 wrote:

 On 10/19/2014 05:22 PM, Robert Antoni Buj i Gelonch wrote:

 The previous message was for the master branch, the next output was
 obtained in 4.3 branch:


 There are two situations to consider:

 1  Genuine LO code links against an external dylib A.  A's install name
 needs to contain a special filepath segment denoting where A is located in
 the installset, see the comment at the top of solenv/bin/macosx-change-
 install-names.pl and e.g.

  $(if $(filter MACOSX,$(OS)),--prefix=/@.
 __OOO) \


 in external/cairo/ExternalProject_cairo.mk.

 2  An external dylib B links against another external dylib A (from the
 same or another external project).  A needs to be set up according to (1).
 The ExternalProject_*.mk for B needs to explicitly call
 macosx-change-install-names on B, see e.g.

  $(if $(filter MACOSX,$(OS)), $(PERL) \
 $(SRCDIR)/solenv/bin/macosx-
 change-install-names.pl shl OOO \
 $(gb_Package_SOURCEDIR_icu)/
 source/lib/libicudata$(gb_Library_DLLEXT).$(icu_VERSION) \
 $(gb_Package_SOURCEDIR_icu)/
 source/lib/libicuuc$(gb_Library_DLLEXT).$(icu_VERSION) \
 $(gb_Package_SOURCEDIR_icu)/
 source/lib/libicui18n$(gb_Library_DLLEXT).$(icu_VERSION)) \


 in external/icu/ExternalProject_icu.mk.

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




 --
 http://about.me/rbuj




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


[Libreoffice-commits] core.git: Branch 'ports/macosx10.5/master' - 4 commits - external/curl external/nss external/python3 fpicker/source lingucomponent/source sal/osl solenv/gbuild vcl/inc vcl/osx vc

2014-10-25 Thread Douglas Mencken
Rebased ref, commits from common ancestor:
commit 494f7aba24375934021c9aced14f7eb6ef19138e
Author: Douglas Mencken dougmenc...@gmail.com
Date:   Wed Oct 8 10:38:28 2014 -0400

use GNU objc ABI/runtime instead of NeXT ABI/runtime when compiler is GCC

with workaround for cannot find interface declaration for NXConstantString

also,
  + include objc/objc-api.h when OBJC_EXPORT is not defined
  + include objc/message.h for objc_msgSend

Change-Id: I5f0df322435be8244d372642dee1c21d783306f1

diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h
index d952518..143a1bd 100644
--- a/sal/osl/unx/system.h
+++ b/sal/osl/unx/system.h
@@ -215,6 +215,9 @@
 #ifdef MACOSX
 #define __OPENTRANSPORTPROVIDERS__ // these are already defined
 #define TimeValue CFTimeValue  // Do not conflict with TimeValue in 
sal/inc/osl/time.h
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #include Carbon/Carbon.h
 #undef TimeValue
 #   ifndef ETIME
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index 185fb26..52a0b5a 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -59,9 +59,21 @@ gb_CXXFLAGS := \
 
 # these are to get g++ to switch to Objective-C++ mode
 # (see toolkit module for a case where it is necessary to do it this way)
-gb_OBJCXXFLAGS := -x objective-c++ -fobjc-exceptions
-
-gb_OBJCFLAGS := -x objective-c -fobjc-exceptions
+gb_OBJCXXFLAGS := \
+   -x objective-c++ \
+   -fobjc-exceptions \
+   $(if $(filter TRUE,$(COM_GCC_IS_CLANG)),,\
+   -fgnu-runtime \
+   -fconstant-string-class=NSConstantString \
+   )
+
+gb_OBJCFLAGS := \
+   -x objective-c \
+   -fobjc-exceptions \
+   $(if $(filter TRUE,$(COM_GCC_IS_CLANG)),,\
+   -fgnu-runtime \
+   -fconstant-string-class=NSConstantString \
+   )
 
 # LinkTarget class
 
diff --git a/vcl/inc/osx/a11yfactory.h b/vcl/inc/osx/a11yfactory.h
index c739f3e..4e92126 100644
--- a/vcl/inc/osx/a11yfactory.h
+++ b/vcl/inc/osx/a11yfactory.h
@@ -20,6 +20,10 @@
 #ifndef INCLUDED_VCL_INC_OSX_A11YFACTORY_H
 #define INCLUDED_VCL_INC_OSX_A11YFACTORY_H
 
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
+
 #include osxvcltypes.h
 #include a11ywrapper.h
 #include com/sun/star/accessibility/XAccessibleContext.hpp
diff --git a/vcl/inc/osx/osxvcltypes.h b/vcl/inc/osx/osxvcltypes.h
index f1659c4..96edccc 100644
--- a/vcl/inc/osx/osxvcltypes.h
+++ b/vcl/inc/osx/osxvcltypes.h
@@ -21,6 +21,9 @@
 #define INCLUDED_VCL_INC_OSX_OSXVCLTYPES_H
 
 #include premac.h
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #import Cocoa/Cocoa.h
 #import AppKit/NSEvent.h
 #include postmac.h
diff --git a/vcl/inc/osx/printview.h b/vcl/inc/osx/printview.h
index e396bd8..b63900b 100644
--- a/vcl/inc/osx/printview.h
+++ b/vcl/inc/osx/printview.h
@@ -21,6 +21,9 @@
 #define INCLUDED_VCL_INC_OSX_PRINTVIEW_H
 
 #include premac.h
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #include Cocoa/Cocoa.h
 #include postmac.h
 
diff --git a/vcl/inc/osx/saldata.hxx b/vcl/inc/osx/saldata.hxx
index 413754b..1665b06 100644
--- a/vcl/inc/osx/saldata.hxx
+++ b/vcl/inc/osx/saldata.hxx
@@ -23,6 +23,9 @@
 #include config_features.h
 
 #include premac.h
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #include Cocoa/Cocoa.h
 #include postmac.h
 
diff --git a/vcl/inc/osx/salinst.h b/vcl/inc/osx/salinst.h
index 8a88a26..4efcbe0 100644
--- a/vcl/inc/osx/salinst.h
+++ b/vcl/inc/osx/salinst.h
@@ -25,6 +25,9 @@
 #include osl/conditn.h
 
 #ifdef MACOSX
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #include osx/osxvcltypes.h
 #endif
 
diff --git a/vcl/inc/osx/saltimer.h b/vcl/inc/osx/saltimer.h
index b751a81..e663c65 100644
--- a/vcl/inc/osx/saltimer.h
+++ b/vcl/inc/osx/saltimer.h
@@ -21,6 +21,9 @@
 #define INCLUDED_VCL_INC_OSX_SALTIMER_H
 
 #include premac.h
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #include Cocoa/Cocoa.h
 #include postmac.h
 
diff --git a/vcl/inc/osx/vclnsapp.h b/vcl/inc/osx/vclnsapp.h
index 541b509..675cacc 100644
--- a/vcl/inc/osx/vclnsapp.h
+++ b/vcl/inc/osx/vclnsapp.h
@@ -23,6 +23,9 @@
 #include config_features.h
 
 #include premac.h
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #include Cocoa/Cocoa.h
 #include postmac.h
 
diff --git a/vcl/inc/quartz/utils.h b/vcl/inc/quartz/utils.h
index e408250..ac264ec 100644
--- a/vcl/inc/quartz/utils.h
+++ b/vcl/inc/quartz/utils.h
@@ -23,6 +23,9 @@
 #include iostream
 
 #include premac.h
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #include CoreFoundation/CoreFoundation.h
 #include Foundation/Foundation.h
 #ifdef MACOSX
diff --git a/vcl/osx/DataFlavorMapping.cxx b/vcl/osx/DataFlavorMapping.cxx
index 33bd19b..429330c 100644
--- a/vcl/osx/DataFlavorMapping.cxx
+++ b/vcl/osx/DataFlavorMapping.cxx
@@ -36,6 +36,9 @@
 #include string.h
 
 #include premac.h
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #include Cocoa/Cocoa.h
 

[Libreoffice-commits] core.git: Branch 'ports/macosx10.5/master' - vcl/osx

2014-10-25 Thread Douglas Mencken
 vcl/osx/salframe.cxx |5 +
 1 file changed, 5 insertions(+)

New commits:
commit b3ff24974507b98404f1c296926c7bf5777c3c97
Author: Douglas Mencken dougmenc...@gmail.com
Date:   Sat Oct 25 10:02:42 2014 -0400

restore conditional code for SetScrollBarSize

related commit: ec147012340219c8bb5eaf8fe3d41be7836bc261

Change-Id: Ie8962f8d26f163eed91fdf6b137b0d9830183dd2

diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx
index f947566..5ede23b 100644
--- a/vcl/osx/salframe.cxx
+++ b/vcl/osx/salframe.cxx
@@ -1250,7 +1250,12 @@ void AquaSalFrame::UpdateSettings( AllSettings 
rSettings )
 getAppleScrollBarVariant(aStyleSettings);
 
 // set scrollbar size
+#if MACOSX_SDK_VERSION = 1070
 aStyleSettings.SetScrollBarSize( static_castlong int([NSScroller 
scrollerWidthForControlSize:NSRegularControlSize 
scrollerStyle:NSScrollerStyleLegacy]) );
+#else
+aStyleSettings.SetScrollBarSize( static_castlong int([NSScroller 
scrollerWidth]) );
+#endif
+
 // images in menus false for MacOSX
 aStyleSettings.SetPreferredUseImagesInMenus( false );
 aStyleSettings.SetHideDisabledMenuItems( true );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Is LibreOffice vulnerable to Microsoft OLE-vulnerability

2014-10-25 Thread Simon Justesen
Hi guys!

A few days ago, Microsoft issued this security advisory:
https://technet.microsoft.com/library/security/3010060

Just wanted to know, if LibreOffice (Windows) is affected by this in any
way?

Thanks,
Simon Justesen
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'ports/macosx10.5/master' - 4 commits - sal/osl solenv/gbuild vcl/inc vcl/osx

2014-10-25 Thread Douglas Mencken
Rebased ref, commits from common ancestor:
commit 081f8b369aecf805c89d9b9e22f19b0864f1b9f1
Author: Douglas Mencken dougmenc...@gmail.com
Date:   Sat Oct 25 11:05:30 2014 -0400

Don't assume that /usr/bin/mktemp is always a BSD mktemp on OSX, add backup 
for GNU mktemp

Change-Id: Ifb119dd13062593cba5aa3cb1dacc54194339544

diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index 52a0b5a..7ba21a9 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -24,8 +24,8 @@ gb_SDKDIR := $(MACOSX_SDK_PATH)
 
 include $(GBUILDDIR)/platform/com_GCC_defs.mk
 
-# Darwin mktemp -t expects a prefix, not a pattern
-gb_MKTEMP ?= /usr/bin/mktemp -t gbuild.
+# Note that BSD mktemp -t expects a prefix, not a pattern; if it fails, assume 
GNU syntax
+gb_MKTEMP ?= /usr/bin/mktemp -t gbuild. 2/dev/null || mktemp -t gbuild.XX
 
 gb_OSDEFS := \
-D$(OS) \
commit 9296343089f9b934fcaf931415ba26fbf902e697
Author: Douglas Mencken dougmenc...@gmail.com
Date:   Sat Oct 25 11:03:56 2014 -0400

vcl/osx/salframe.cxx: move includes, objc_msgSend workaround

Change-Id: I39886b4590f227ec69042fed0f5240ba0b0fd7f2

diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx
index ce3e371..dacf9fe 100644
--- a/vcl/osx/salframe.cxx
+++ b/vcl/osx/salframe.cxx
@@ -37,11 +37,6 @@
 #include osx/a11yfactory.h
 #include quartz/utils.h
 
-#if MACOSX_SDK_VERSION  1060
-#include vcl/timer.hxx
-#include osx/saltimer.h
-#endif
-
 #include salwtype.hxx
 
 #include premac.h
@@ -54,6 +49,11 @@
 #include Carbon/Carbon.h
 #include postmac.h
 
+#if MACOSX_SDK_VERSION  1060
+#include vcl/timer.hxx
+#include osx/saltimer.h
+#endif
+
 using namespace std;
 
 AquaSalFrame* AquaSalFrame::s_pCaptureFrame = NULL;
@@ -201,16 +201,16 @@ void AquaSalFrame::initWindowAndView()
 [mpNSWindow setAcceptsMouseMovedEvents: YES];
 [mpNSWindow setHasShadow: YES];
 
-#if MACOSX_SDK_VERSION  1060
-objc_msgSend(mpNSWindow, @selector(setDelegate:), mpNSWindow);
-#else
+#if MACOSX_SDK_VERSION = 1070
+/* objc_msgSend(mpNSWindow, @selector(setDelegate:), mpNSWindow); */
 [mpNSWindow setDelegate: static_castidNSWindowDelegate (mpNSWindow)];
-#endif
 
 if( [mpNSWindow respondsToSelector: @selector(setRestorable:)])
 {
 objc_msgSend(mpNSWindow, @selector(setRestorable:), NO);
 }
+#endif
+
 const NSRect aRect = { NSZeroPoint, NSMakeSize( maGeometry.nWidth, 
maGeometry.nHeight )};
 mnTrackingRectTag = [mpNSView addTrackingRect: aRect owner: mpNSView 
userData: nil assumeInside: NO];
 
commit 83a6b3923f63d63f9f415df5bfe36f1edce4d097
Author: Douglas Mencken dougmenc...@gmail.com
Date:   Wed Oct 8 10:38:28 2014 -0400

Use GNU objc ABI/runtime instead of NeXT ABI/runtime when compiler is GCC

also,
  + fix cannot find interface declaration for NXConstantString
  + include objc/objc-api.h when OBJC_EXPORT is not defined

Change-Id: I5f0df322435be8244d372642dee1c21d783306f1

diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h
index d952518..143a1bd 100644
--- a/sal/osl/unx/system.h
+++ b/sal/osl/unx/system.h
@@ -215,6 +215,9 @@
 #ifdef MACOSX
 #define __OPENTRANSPORTPROVIDERS__ // these are already defined
 #define TimeValue CFTimeValue  // Do not conflict with TimeValue in 
sal/inc/osl/time.h
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
 #include Carbon/Carbon.h
 #undef TimeValue
 #   ifndef ETIME
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index 185fb26..52a0b5a 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -59,9 +59,21 @@ gb_CXXFLAGS := \
 
 # these are to get g++ to switch to Objective-C++ mode
 # (see toolkit module for a case where it is necessary to do it this way)
-gb_OBJCXXFLAGS := -x objective-c++ -fobjc-exceptions
-
-gb_OBJCFLAGS := -x objective-c -fobjc-exceptions
+gb_OBJCXXFLAGS := \
+   -x objective-c++ \
+   -fobjc-exceptions \
+   $(if $(filter TRUE,$(COM_GCC_IS_CLANG)),,\
+   -fgnu-runtime \
+   -fconstant-string-class=NSConstantString \
+   )
+
+gb_OBJCFLAGS := \
+   -x objective-c \
+   -fobjc-exceptions \
+   $(if $(filter TRUE,$(COM_GCC_IS_CLANG)),,\
+   -fgnu-runtime \
+   -fconstant-string-class=NSConstantString \
+   )
 
 # LinkTarget class
 
diff --git a/vcl/inc/osx/a11yfactory.h b/vcl/inc/osx/a11yfactory.h
index c739f3e..4e92126 100644
--- a/vcl/inc/osx/a11yfactory.h
+++ b/vcl/inc/osx/a11yfactory.h
@@ -20,6 +20,10 @@
 #ifndef INCLUDED_VCL_INC_OSX_A11YFACTORY_H
 #define INCLUDED_VCL_INC_OSX_A11YFACTORY_H
 
+#ifndef OBJC_EXPORT
+#include objc/objc-api.h
+#endif
+
 #include osxvcltypes.h
 #include a11ywrapper.h
 #include com/sun/star/accessibility/XAccessibleContext.hpp
diff --git a/vcl/inc/osx/osxvcltypes.h b/vcl/inc/osx/osxvcltypes.h
index f1659c4..96edccc 100644
--- a/vcl/inc/osx/osxvcltypes.h
+++ b/vcl/inc/osx/osxvcltypes.h
@@ 

Re: Is LibreOffice vulnerable to Microsoft OLE-vulnerability

2014-10-25 Thread Michael Meeks

On Sat, 2014-10-25 at 16:46 +0200, Simon Justesen wrote:
 A few days ago, Microsoft issued this security advisory: 
 https://technet.microsoft.com/library/security/3010060

Good question; its not been reported as a security issue to us; it
looks like the fix is to various (almost all) versions of Windows, not
Office.

ATB,

Michael.

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

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


[Libreoffice-commits] core.git: 28 commits - chart2/source connectivity/source desktop/source extensions/source filter/source offapi/com reportdesign/source sax/source sc/source svx/source sw/inc sw/s

2014-10-25 Thread Caolán McNamara
 chart2/source/view/axes/VCartesianCoordinateSystem.cxx |2 
 chart2/source/view/axes/VPolarCoordinateSystem.cxx |2 
 connectivity/source/drivers/jdbc/Array.cxx |   10 -
 connectivity/source/drivers/jdbc/Blob.cxx  |6 -
 connectivity/source/drivers/jdbc/CallableStatement.cxx |6 -
 connectivity/source/drivers/jdbc/Clob.cxx  |6 -
 connectivity/source/drivers/jdbc/DatabaseMetaData.cxx  |   70 ++---
 connectivity/source/drivers/jdbc/InputStream.cxx   |   10 -
 connectivity/source/drivers/jdbc/JBigDecimal.cxx   |4 
 connectivity/source/drivers/jdbc/JConnection.cxx   |   18 +--
 connectivity/source/drivers/jdbc/JStatement.cxx|   32 ++
 connectivity/source/drivers/jdbc/Object.cxx|   87 ++---
 connectivity/source/drivers/jdbc/PreparedStatement.cxx |   42 
 connectivity/source/drivers/jdbc/Reader.cxx|   12 +-
 connectivity/source/drivers/jdbc/ResultSet.cxx |   74 +++---
 connectivity/source/drivers/jdbc/ResultSetMetaData.cxx |   12 +-
 connectivity/source/drivers/jdbc/SQLException.cxx  |2 
 connectivity/source/drivers/jdbc/Throwable.cxx |2 
 connectivity/source/drivers/jdbc/tools.cxx |4 
 connectivity/source/inc/java/lang/Object.hxx   |   30 +++--
 connectivity/source/inc/java/sql/DatabaseMetaData.hxx  |4 
 connectivity/source/parse/sqlnode.cxx  |7 -
 desktop/source/deployment/manager/dp_manager.cxx   |1 
 desktop/source/deployment/manager/dp_manager.h |1 
 extensions/source/plugin/unx/npwrap.cxx|6 -
 filter/source/graphicfilter/ipcx/ipcx.cxx  |2 
 offapi/com/sun/star/deployment/XPackageManager.idl |1 
 reportdesign/source/core/sdr/PropertyForward.cxx   |2 
 sax/source/tools/converter.cxx |1 
 sax/source/tools/fastserializer.cxx|   12 +-
 sax/source/tools/fastserializer.hxx|2 
 sax/source/tools/fshelper.cxx  |1 
 sc/source/filter/starcalc/scflt.cxx|   19 ++-
 svx/source/unodraw/shapeimpl.hxx   |6 -
 svx/source/unodraw/unoshap4.cxx|6 -
 sw/inc/unoframe.hxx|2 
 sw/source/core/unocore/unoframe.cxx|2 
 sw/source/filter/ww8/ww8toolbar.cxx|   37 +--
 sw/source/filter/ww8/ww8toolbar.hxx|4 
 sw/source/ui/chrdlg/chardlg.cxx|7 -
 vcl/headless/svpinst.cxx   |4 
 vcl/unx/generic/app/saldata.cxx|4 
 vcl/unx/generic/app/saldisp.cxx|4 
 43 files changed, 304 insertions(+), 262 deletions(-)

New commits:
commit 392dc0bad20a8088a5c3e3746645ef3951fa859f
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Oct 25 16:35:09 2014 +0100

coverity#735342 silence Unchecked return value from library

Change-Id: I95f0d81a741fc684468c720390b43dc9d7b585f9

diff --git a/vcl/headless/svpinst.cxx b/vcl/headless/svpinst.cxx
index 4744251..8efbcda 100644
--- a/vcl/headless/svpinst.cxx
+++ b/vcl/headless/svpinst.cxx
@@ -91,12 +91,12 @@ SvpSalInstance::SvpSalInstance( SalYieldMutex *pMutex ) :
 if ((flags = fcntl (m_pTimeoutFDS[0], F_GETFL)) != -1)
 {
 flags |= O_NONBLOCK;
-fcntl (m_pTimeoutFDS[0], F_SETFL, flags);
+(void)fcntl(m_pTimeoutFDS[0], F_SETFL, flags);
 }
 if ((flags = fcntl (m_pTimeoutFDS[1], F_GETFL)) != -1)
 {
 flags |= O_NONBLOCK;
-fcntl (m_pTimeoutFDS[1], F_SETFL, flags);
+(void)fcntl(m_pTimeoutFDS[1], F_SETFL, flags);
 }
 }
 m_aEventGuard = osl_createMutex();
commit 33492060dd97d625ff7bf5660218306363d118d0
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Oct 25 16:34:21 2014 +0100

coverity#735348 silence Unchecked return value from library

Change-Id: I834dabc524ac2e1af6a77da8f66edfc349e6556d

diff --git a/vcl/unx/generic/app/saldata.cxx b/vcl/unx/generic/app/saldata.cxx
index bcb04d0..04360e2 100644
--- a/vcl/unx/generic/app/saldata.cxx
+++ b/vcl/unx/generic/app/saldata.cxx
@@ -367,12 +367,12 @@ SalXLib::SalXLib()
 if ((flags = fcntl (m_pTimeoutFDS[0], F_GETFL)) != -1)
 {
 flags |= O_NONBLOCK;
-fcntl (m_pTimeoutFDS[0], F_SETFL, flags);
+(void)fcntl(m_pTimeoutFDS[0], F_SETFL, flags);
 }
 if ((flags = fcntl (m_pTimeoutFDS[1], F_GETFL)) != -1)
 {
 flags |= O_NONBLOCK;
-fcntl (m_pTimeoutFDS[1], F_SETFL, flags);
+(void)fcntl(m_pTimeoutFDS[1], F_SETFL, flags);
 }
 
 // insert [0] into read descriptor set.
commit 859656f40d005bd264af40256efe27ebbd3acfb8
Author: Caolán 

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

2014-10-25 Thread Caolán McNamara
 sw/source/ui/chrdlg/chardlg.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 22494121d72a2cc2da364d0d5f7f8236a9b42594
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Oct 25 17:30:06 2014 +0100

this is more natural

Change-Id: I93421de3d11f4cecb733d5c6c30e5fb43117a20a

diff --git a/sw/source/ui/chrdlg/chardlg.cxx b/sw/source/ui/chrdlg/chardlg.cxx
index 7ad4f63..4e68e20 100644
--- a/sw/source/ui/chrdlg/chardlg.cxx
+++ b/sw/source/ui/chrdlg/chardlg.cxx
@@ -249,7 +249,7 @@ bool SwCharURLPage::FillItemSet(SfxItemSet* rSet)
 bool bURLModified = m_pURLED-IsValueChangedFromSaved();
 bool bNameModified = m_pNameED-IsModified();
 bool bTargetModified = m_pTargetFrmLB-IsValueChangedFromSaved();
-bModified = bURLModified | bNameModified | bTargetModified;
+bModified = bURLModified || bNameModified || bTargetModified;
 
 // set valid settings first
 OUString sEntry = m_pVisitedLB-GetSelectEntry();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: ::com::sun::star::uno::Reference deep copy

2014-10-25 Thread Michael Stahl
On 25.10.2014 09:09, Mihály Palenik wrote:
 Hello
 
 I'd like to write a copy constructor and the class has
 ::com::sun::star::uno::Reference member. How can I make a deep copy?

if you really need a deep copy the only way is to use the
css.util.XCloneable interface  which of course has to be implemented
by the service you want to copy.

http://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1util_1_1XCloneable.html

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


[Libreoffice-commits] dev-tools.git: test-bugzilla-files/commands.sh

2014-10-25 Thread Markus Mohrhard
 test-bugzilla-files/commands.sh |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 42ee9691adf35169d972321b8bf2d5a0b8fde50c
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Aug 4 01:32:52 2014 +0200

mail me when the build fails

diff --git a/test-bugzilla-files/commands.sh b/test-bugzilla-files/commands.sh
index 098128b..63ca41b 100755
--- a/test-bugzilla-files/commands.sh
+++ b/test-bugzilla-files/commands.sh
@@ -15,6 +15,7 @@ cd ~/build/
 make
 
 if [ $? != 0 ]; then
+echo Please inspect the build | mail -s Crash test VM build failure 
markus.mohrh...@googlemail.com
 exit 1
 fi
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/gltf_improvements' - 2 commits - download.lst sw/inc sw/source

2014-10-25 Thread Zolnai Tamás
 download.lst   |4 ++--
 sw/inc/editsh.hxx  |2 +-
 sw/source/core/edit/editsh.cxx |6 +++---
 sw/source/ui/frmdlg/wrap.cxx   |2 +-
 sw/source/uibase/shells/basesh.cxx |4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit e5f5059128b6c254f78eb693e23433a009f993e0
Author: Zolnai Tamás tamas.zol...@collabora.com
Date:   Sat Oct 25 22:52:41 2014 +0200

Update libgltf tarball (commit: f3940c73cc0cc43981)

Change-Id: I05d69b9952bcb962955a39558e7623bfeb1ac6b5

diff --git a/download.lst b/download.lst
index 6a0ec30..92807b2 100644
--- a/download.lst
+++ b/download.lst
@@ -89,8 +89,8 @@ export LIBATOMIC_OPS_TARBALL := libatomic_ops-7_2d.zip
 export LIBEOT_MD5SUM := aa24f5dd2a2992f4a116aa72af817548
 export LIBEOT_TARBALL := libeot-0.01.tar.bz2
 export LIBEXTTEXTCAT_TARBALL := 
10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2
-export LIBGLTF_MD5SUM := 1c775bf3790c5a2911711445ad160972
-export LIBGLTF_TARBALL := 
libgltf-master-0e457b128781f96f649e56e7e46d2496436f07e8.tar.bz2
+export LIBGLTF_MD5SUM := 500befbfa0d26c90564e2126e563b51f
+export LIBGLTF_TARBALL := 
libgltf-master-f3940c73cc0cc43981eb95ea75b23263671f15e6.tar.bz2
 export LIBLANGTAG_TARBALL := 
36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
 export LIBXMLSEC_TARBALL := 
1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
 export LIBXML_TARBALL := 9c0cfef285d5c4a5c80d00904ddab380-libxml2-2.9.1.tar.gz
commit 7decc84c47caaec8c37b22b2d0fcf76015b528f4
Author: Zolnai Tamás tamas.zol...@collabora.com
Date:   Fri Oct 10 16:49:47 2014 +0200

sdsd

Change-Id: I0066e7216e02c75561844650127c3d866c10

diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index b869896..8117d4d 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -619,7 +619,7 @@ public:
 
 // #i73788#
 /// Remove default parameter, because method always called this default 
value.
-Graphic GetIMapGraphic() const; /// @return a graphic for all Flys!
+Graphic GetIMapGraphic(bool bSwapIn = true) const; /// @return a graphic 
for all Flys!
 const SwFlyFrmFmt* FindFlyByName( const OUString rName, sal_uInt8 nNdTyp 
= 0 ) const;
 
 /** @return a ClientObject, if CurCrsr-Point() points to a SwOLENode
diff --git a/sw/source/core/edit/editsh.cxx b/sw/source/core/edit/editsh.cxx
index c59b59c..2b804ea 100644
--- a/sw/source/core/edit/editsh.cxx
+++ b/sw/source/core/edit/editsh.cxx
@@ -599,7 +599,7 @@ void *SwEditShell::GetIMapInventor() const
 }
 
 // #i73788#
-Graphic SwEditShell::GetIMapGraphic() const
+Graphic SwEditShell::GetIMapGraphic(bool bSwapIn) const
 {
 // returns always a graphic if the cursor is in a Fly
 SET_CURR_SHELL( (SwViewShell*)this );
@@ -612,8 +612,8 @@ Graphic SwEditShell::GetIMapGraphic() const
 {
 SwGrfNode  rGrfNode(static_castSwGrfNode(rNd));
 const Graphic rGrf = rGrfNode.GetGrf();
-if( rGrf.IsSwapOut() || ( rGrfNode.IsLinkedFile() 
-GRAPHIC_DEFAULT == rGrf.GetType() ) )
+if( bSwapIn  (rGrf.IsSwapOut() || ( rGrfNode.IsLinkedFile() 
+GRAPHIC_DEFAULT == rGrf.GetType() ) ) )
 {
 bool const bResult = rGrfNode.SwapIn(true);
 OSL_ENSURE(bResult, Graphic could not be loaded );
diff --git a/sw/source/ui/frmdlg/wrap.cxx b/sw/source/ui/frmdlg/wrap.cxx
index 9d0b32a..ba6b6b1 100644
--- a/sw/source/ui/frmdlg/wrap.cxx
+++ b/sw/source/ui/frmdlg/wrap.cxx
@@ -159,7 +159,7 @@ void SwWrapTabPage::Reset(const SfxItemSet *rSet)
 int nSelType = pWrtSh-GetSelectionType();
 if( ( nSelType  nsSelectionType::SEL_GRF ) ||
 ( nSelType  nsSelectionType::SEL_OLE  GRAPHIC_NONE !=
-pWrtSh-GetIMapGraphic().GetType() ))
+pWrtSh-GetIMapGraphic(false).GetType() ))
 bShowCB = true;
 }
 if( bShowCB )
diff --git a/sw/source/uibase/shells/basesh.cxx 
b/sw/source/uibase/shells/basesh.cxx
index 2206bf5..5ae0875 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -1509,7 +1509,7 @@ void SwBaseShell::GetState( SfxItemSet rSet )
 if ( nSel  nsSelectionType::SEL_GRF )
 bDisable = GRAPHIC_NONE == rSh.GetGraphicType();
 else
-bDisable = GRAPHIC_NONE == 
rSh.GetIMapGraphic().GetType();
+bDisable = GRAPHIC_NONE == 
rSh.GetIMapGraphic(false).GetType();
 }
 
 if( bDisable )
@@ -1695,7 +1695,7 @@ void SwBaseShell::GetState( SfxItemSet rSet )
 // #i102253# applied patch from OD (see 
task)
 bDisable =
 nSel  nsSelectionType::SEL_FRM ||
-   

[Libreoffice-commits] core.git: Branch 'feature/gltf_improvements' - sw/inc sw/source

2014-10-25 Thread Zolnai Tamás
 sw/inc/editsh.hxx  |2 +-
 sw/source/core/edit/editsh.cxx |6 +++---
 sw/source/ui/frmdlg/wrap.cxx   |2 +-
 sw/source/uibase/shells/basesh.cxx |4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 8d4233300a39fc755541166071033f89c33165d0
Author: Zolnai Tamás tamas.zol...@collabora.com
Date:   Sat Oct 25 22:59:17 2014 +0200

Revert sdsd, which was commited accidentally

This reverts commit 7decc84c47caaec8c37b22b2d0fcf76015b528f4.

diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 8117d4d..b869896 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -619,7 +619,7 @@ public:
 
 // #i73788#
 /// Remove default parameter, because method always called this default 
value.
-Graphic GetIMapGraphic(bool bSwapIn = true) const; /// @return a graphic 
for all Flys!
+Graphic GetIMapGraphic() const; /// @return a graphic for all Flys!
 const SwFlyFrmFmt* FindFlyByName( const OUString rName, sal_uInt8 nNdTyp 
= 0 ) const;
 
 /** @return a ClientObject, if CurCrsr-Point() points to a SwOLENode
diff --git a/sw/source/core/edit/editsh.cxx b/sw/source/core/edit/editsh.cxx
index 2b804ea..c59b59c 100644
--- a/sw/source/core/edit/editsh.cxx
+++ b/sw/source/core/edit/editsh.cxx
@@ -599,7 +599,7 @@ void *SwEditShell::GetIMapInventor() const
 }
 
 // #i73788#
-Graphic SwEditShell::GetIMapGraphic(bool bSwapIn) const
+Graphic SwEditShell::GetIMapGraphic() const
 {
 // returns always a graphic if the cursor is in a Fly
 SET_CURR_SHELL( (SwViewShell*)this );
@@ -612,8 +612,8 @@ Graphic SwEditShell::GetIMapGraphic(bool bSwapIn) const
 {
 SwGrfNode  rGrfNode(static_castSwGrfNode(rNd));
 const Graphic rGrf = rGrfNode.GetGrf();
-if( bSwapIn  (rGrf.IsSwapOut() || ( rGrfNode.IsLinkedFile() 
-GRAPHIC_DEFAULT == rGrf.GetType() ) ) )
+if( rGrf.IsSwapOut() || ( rGrfNode.IsLinkedFile() 
+GRAPHIC_DEFAULT == rGrf.GetType() ) )
 {
 bool const bResult = rGrfNode.SwapIn(true);
 OSL_ENSURE(bResult, Graphic could not be loaded );
diff --git a/sw/source/ui/frmdlg/wrap.cxx b/sw/source/ui/frmdlg/wrap.cxx
index ba6b6b1..9d0b32a 100644
--- a/sw/source/ui/frmdlg/wrap.cxx
+++ b/sw/source/ui/frmdlg/wrap.cxx
@@ -159,7 +159,7 @@ void SwWrapTabPage::Reset(const SfxItemSet *rSet)
 int nSelType = pWrtSh-GetSelectionType();
 if( ( nSelType  nsSelectionType::SEL_GRF ) ||
 ( nSelType  nsSelectionType::SEL_OLE  GRAPHIC_NONE !=
-pWrtSh-GetIMapGraphic(false).GetType() ))
+pWrtSh-GetIMapGraphic().GetType() ))
 bShowCB = true;
 }
 if( bShowCB )
diff --git a/sw/source/uibase/shells/basesh.cxx 
b/sw/source/uibase/shells/basesh.cxx
index 5ae0875..2206bf5 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -1509,7 +1509,7 @@ void SwBaseShell::GetState( SfxItemSet rSet )
 if ( nSel  nsSelectionType::SEL_GRF )
 bDisable = GRAPHIC_NONE == rSh.GetGraphicType();
 else
-bDisable = GRAPHIC_NONE == 
rSh.GetIMapGraphic(false).GetType();
+bDisable = GRAPHIC_NONE == 
rSh.GetIMapGraphic().GetType();
 }
 
 if( bDisable )
@@ -1695,7 +1695,7 @@ void SwBaseShell::GetState( SfxItemSet rSet )
 // #i102253# applied patch from OD (see 
task)
 bDisable =
 nSel  nsSelectionType::SEL_FRM ||
-GRAPHIC_NONE == 
rSh.GetIMapGraphic(false).GetType();
+GRAPHIC_NONE == 
rSh.GetIMapGraphic().GetType();
 }
 }
 bSet = bDisable ? sal_False : rWrap.IsContour();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Crash test update

2014-10-25 Thread Miklos Vajna
New crashtest update available at 
http://dev-builds.libreoffice.org/crashtest/013ec10d4e89e86cbd53a88058defb7e97ebaa49/


exportCrashes.csv
Description: Binary data


importCrash.csv
Description: Binary data


validationErrors.csv
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2014-10-25 Thread Andras Timar
 sc/qa/unit/data/xls/external-ref.xls  |binary
 sc/qa/unit/subsequent_export-test.cxx |   22 ++
 sc/source/filter/excel/xehelper.cxx   |   10 ++
 sc/source/filter/inc/xllink.hxx   |2 +-
 4 files changed, 33 insertions(+), 1 deletion(-)

New commits:
commit 3f5251675ae56ea282fdeb09dbc53ce4aae6
Author: Andras Timar andras.ti...@collabora.com
Date:   Sat Oct 25 21:47:55 2014 +0200

bnc#893791 XLS export: external sheet references on Linux/OSX

The commit solves two problems.
1. Make sure we save absolute paths on Linux/OSX
2. Make sure we don't save invalid XLS (VirtualPath longer than 255 chars)
The first problem has always been there, so after a few load/save cycles
an XLS with reference to other XLS on a Unix-like file system became
invalid, and only LibreOffice could open it, Excel could not. These
broken XLS files can be repaired by saving after this patch, however,
the original reference will remain broken.

Change-Id: I8f575acb1d560d539c1da61a1afdaac3f0c13977

diff --git a/sc/qa/unit/data/xls/external-ref.xls 
b/sc/qa/unit/data/xls/external-ref.xls
new file mode 100644
index 000..21f3338
Binary files /dev/null and b/sc/qa/unit/data/xls/external-ref.xls differ
diff --git a/sc/qa/unit/subsequent_export-test.cxx 
b/sc/qa/unit/subsequent_export-test.cxx
index 988ed34..ef3e8dc 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -125,6 +125,8 @@ public:
 void testPivotTableXLSX();
 void testPivotTableTwoDataFieldsXLSX();
 
+void testSupBookVirtualPath();
+
 CPPUNIT_TEST_SUITE(ScExportTest);
 CPPUNIT_TEST(test);
 #if !defined(MACOSX)  !defined(DRAGONFLY)
@@ -164,6 +166,9 @@ public:
 CPPUNIT_TEST(testPivotTableXLSX);
 CPPUNIT_TEST(testPivotTableTwoDataFieldsXLSX);
 CPPUNIT_TEST(testFunctionsExcel2010ODS);
+#if !defined(WNT)
+CPPUNIT_TEST(testSupBookVirtualPath);
+#endif
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -2272,6 +2277,23 @@ void ScExportTest::tearDown()
 test::BootstrapFixture::tearDown();
 }
 
+void ScExportTest::testSupBookVirtualPath()
+{
+ScDocShellRef xShell = loadDoc(external-ref., XLS);
+CPPUNIT_ASSERT(xShell.Is());
+
+ScDocShellRef xDocSh = saveAndReload(xShell, XLS);
+xShell-DoClose();
+CPPUNIT_ASSERT(xDocSh.Is());
+
+ScDocument rDoc = xDocSh-GetDocument();
+
+if (!checkFormula(rDoc, ScAddress(0,0,0), 
'file:///home/timar/Documents/external.xls'#$Sheet1.A1))
+CPPUNIT_FAIL(Wrong SupBook VirtualPath URL);
+
+xDocSh-DoClose();
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(ScExportTest);
 
 CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/sc/source/filter/excel/xehelper.cxx 
b/sc/source/filter/excel/xehelper.cxx
index 79da723..f58d192 100644
--- a/sc/source/filter/excel/xehelper.cxx
+++ b/sc/source/filter/excel/xehelper.cxx
@@ -908,6 +908,11 @@ OUString lclEncodeDosUrl(
 aBuf.append(EXC_URL_DOSDRIVE).append(cDrive);
 aOldUrl = aOldUrl.copy(3);
 }
+else
+{
+// URL probably points to a document on a Unix-like file system
+aBuf.append(EXC_URL_DRIVEROOT);
+}
 
 // directories
 sal_Int32 nPos = -1;
@@ -949,6 +954,11 @@ OUString lclEncodeDosUrl(
 if (pTableName)
 aBuf.append(*pTableName);
 
+// VirtualPath must be shorter than 255 chars ([MS-XLS].pdf 2.5.277)
+// It's better to truncate, than generate invalid file that Excel cannot 
open.
+if (aBuf.getLength()  255)
+aBuf.setLength(255);
+
 return aBuf.makeStringAndClear();
 }
 
commit 863bed8dd4414e995eb59e868edc4ac94a085b34
Author: Andras Timar andras.ti...@collabora.com
Date:   Sat Oct 25 17:25:08 2014 +0200

typo: uesd - used

Change-Id: I827f9a0889aca4a55586cdd2baa21846b1bc155b

diff --git a/sc/source/filter/inc/xllink.hxx b/sc/source/filter/inc/xllink.hxx
index 1eccffb..08cbb27 100644
--- a/sc/source/filter/inc/xllink.hxx
+++ b/sc/source/filter/inc/xllink.hxx
@@ -76,7 +76,7 @@ enum XclSupbookType
 EXC_SBTYPE_EXTERN,  /// SUPBOOK is used for external references.
 EXC_SBTYPE_ADDIN,   /// SUPBOOK contains add-in functions.
 EXC_SBTYPE_SPECIAL, /// SUPBOOK is used for DDE or OLE links.
-EXC_SBTYPE_EUROTOOL /// SUPBOOK is uesd for EUROCONVERT.
+EXC_SBTYPE_EUROTOOL /// SUPBOOK is used for EUROCONVERT.
 };
 
 #endif
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-qa] Fwd: LibreOffice underline problem

2014-10-25 Thread sooraj kenoth
Hi all,

While using the LibreOffice, I have some problems with the the
underline. In Malayalam we have a lot of stacked characters. In the
current way of drawing underline, it strikes the stacked letters. It
is annoying and it kills the legibility. Please find the screen-shot
here https://www.libreoffice.org/bugzilla/attachment.cgi?id=102053

I have reported the bug here. But they didn't accept. I don't know what to do.
https://www.libreoffice.org/bugzilla/show_bug.cgi?id=80724


Problem description.

Right now the underline is libreoffice is drawn by taking information
purely from gyphs. As result underline is not at all consistent or
uniform. Whenever there is change in font(Size, type, family, or
anything) the underline will change. Unfortunately now a days all most
all documents contains more than one language, hence it is not
possible to get a uniform underline.

In glyphs we can set some values to define the size and position of
underline. According to
Freetpyehttp://www.freetype.org/freetype1/docs/faq/freetype1.txt  it
is notional. The underline is a simple line which is drawn by the
application. I has nothing to do with glyphs. glyphs can give only
guidelines on how and where to draw the underline.

I am sure that this not a language specific issue. Please let know how
can I proceed with this problem.

--
Regards
Sooraj Kenoth
I am Being the Change I Wish to See in the World
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] Fwd: LibreOffice underline problem

2014-10-25 Thread Nino Novak
Hi Sooraj,

Am 24.10.2014 um 11:01 schrieb sooraj kenoth:

 While using the LibreOffice, I have some problems with the the
 underline. In Malayalam we have a lot of stacked characters. In the
 current way of drawing underline, it strikes the stacked letters. It
 is annoying and it kills the legibility. Please find the screen-shot
 here https://www.libreoffice.org/bugzilla/attachment.cgi?id=102053
 
 I have reported the bug here. But they didn't accept. I don't know what to do.
 https://www.libreoffice.org/bugzilla/show_bug.cgi?id=80724

IMHO, here you are right and Joel is wrong: The described behavior is
obviously unwanted and therefore clearly *is* a bug.

Though in this case it might be better characterized as an enhancement
request as seemingly nobody did think about a solution until now and
therefore the requirement make underlining independant from font has not
been considered yet. (At least this is what I am thinking when looking at
the problem).

So I would change it to NEW and Enhancement Request and you should try
to get it fixed. But be patient: probably a completely new underline
functionality must be implemented, which looks like a rather complex task to
me - but I'm not a dev, maybe there exist simpler solutions/workarounds.

my2¢

Nino
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] ping to retest old bugs

2014-10-25 Thread Tommy
On Fri, 24 Oct 2014 23:30:01 +0200, Joel Madero jmadero@gmail.com  
wrote:





but we are constantly doing this with NEEDINFO bugs...
once in a while I get a bunch of email from NEEDINFO bugs I'm on CC.
it doesn't disturbs me at all.

Developers have complained about it - and have asked that we do it
sparingly.


Best,
Joel


I've read it into the mailing list.
I think that if we start pinging just the UNCONFIRMED bugs it won't hurt  
devs since most of the time they are not in CC list of those bugs.


regarding the NEW bugs we may exclude the easy hacks because of the  
automated dev list mail issue that Jan reported.


however I still think that we should ping those old NEW bugs...
I'm closing many of them after personal retest...

if we mark them as RESOLVED WORKSFORME we give a message to all the people  
in CC list that will see that the project is improving, moreover getting  
rid of all those old fixed bug which still appaer as NEW would improve our  
stats and will help us during search for duplicates since they would not  
appear in queries.


I agree we should not do it too frequently...
I think we could do a Ping retest every 6 months which would be just  
twice a year.


cheers, Tommaso

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] Fwd: LibreOffice underline problem

2014-10-25 Thread Regina Henschel

Hi,

sooraj kenoth schrieb:

Hi all,

While using the LibreOffice, I have some problems with the the
underline. In Malayalam we have a lot of stacked characters. In the
current way of drawing underline, it strikes the stacked letters. It
is annoying and it kills the legibility. Please find the screen-shot
here https://www.libreoffice.org/bugzilla/attachment.cgi?id=102053


Underline goes through the descenders of some western characters too. 
Therefore Underline in this way is considered as bad typography. You 
should ban it totally.


I have reported the bug here. But they didn't accept. I don't know what to do.
https://www.libreoffice.org/bugzilla/show_bug.cgi?id=80724


There exist already a better solution. When you open the character 
formatting dialog, you will see a tab borders. There you can draw a 
bottom border to the characters. If that does not work for your 
Malayalam characters, it would be worth a bug report.


Kind regards
Regina
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


[Libreoffice-qa] UNCONFIRMED bug count at 700

2014-10-25 Thread Tommy

WOW!!! close to break another milestone...
in this very moment the count is 700!!!
who's gonna kick the next one?

STATS:
https://bugs.freedesktop.org/report.cgi?y_axis_field=bug_statusquery_format=report-tableproduct=LibreOfficeformat=tableaction=wrap

CHART:
https://bugs.freedesktop.org/buglist.cgi?action=wrapproduct=LibreOfficebug_status=UNCONFIRMEDlist_id=484606



--
Using Opera's revolutionary email client: http://www.opera.com/mail/

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] Fwd: LibreOffice underline problem

2014-10-25 Thread Joel Madero

On 10/25/2014 02:01 AM, Nino Novak wrote:
 Hi Sooraj,

 Am 24.10.2014 um 11:01 schrieb sooraj kenoth:

 While using the LibreOffice, I have some problems with the the
 underline. In Malayalam we have a lot of stacked characters. In the
 current way of drawing underline, it strikes the stacked letters. It
 is annoying and it kills the legibility. Please find the screen-shot
 here https://www.libreoffice.org/bugzilla/attachment.cgi?id=102053

 I have reported the bug here. But they didn't accept. I don't know what to 
 do.
 https://www.libreoffice.org/bugzilla/show_bug.cgi?id=80724
 IMHO, here you are right and Joel is wrong: The described behavior is
 obviously unwanted and therefore clearly *is* a bug.

 Though in this case it might be better characterized as an enhancement
 request as seemingly nobody did think about a solution until now and
 therefore the requirement make underlining independant from font has not
 been considered yet. (At least this is what I am thinking when looking at
 the problem).

 So I would change it to NEW and Enhancement Request and you should try
 to get it fixed. But be patient: probably a completely new underline
 functionality must be implemented, which looks like a rather complex task to
 me - but I'm not a dev, maybe there exist simpler solutions/workarounds.
Just for the record, I didn't say it's not a bug, I said we need to
figure out if it's our bug

Best,
Joel
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


[Libreoffice-bugs] [Bug 70831] FILEOPEN: DOC file content not shown in Writer

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70831

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #2 from tommy27 ba...@quipo.it ---
Created attachment 108380
  -- https://bugs.freedesktop.org/attachment.cgi?id=108380action=edit
screenshot MS Word Viewer vs LibreOffice

bug still reproducible under Win7x64 using LibO 4.3.2.2 and 4.4.0.0.alpha1+
Build ID: 6ba8b7f5eacac969e4781d63718083a05491b1bc
TinderBox: Win-x86@42, Branch:master, Time: 2014-10-24_02:23:51

same issue with LibO 3.3.3, OOo 3.3.0 and AOO 4.1.0
hence bug is 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 70831] FILEOPEN: DOC file content not shown in Writer

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70831

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||mst...@redhat.com
Version|4.1.2.3 release |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 85428] New: Imported PDF displays extra-long lines for shaded area

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85428

Bug ID: 85428
   Summary: Imported PDF displays extra-long lines for shaded area
   Product: LibreOffice
   Version: 4.4.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Drawing
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: qu...@runcibility.com

Importing PDF version of UW campus map into Draw results in shaded areas to
render lines too long.

Original: https://www.washington.edu/static/media/campus-and-vicinity.pdf

Affected parts of the map are the Construction Area regions, both on the map
and in the map's legend.

Tested with LO 4.3.2.2 and 4.4.0.0.alpha1 on Ubuntu 14.04.

Map displays correctly in Firefox 33.0 and Evince 3.10.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 85428] Imported PDF displays extra-long lines for shaded area

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85428

Robinson Tryon (qubit) qu...@runcibility.com changed:

   What|Removed |Added

 CC||qu...@runcibility.com

--- Comment #1 from Robinson Tryon (qubit) qu...@runcibility.com ---
Created attachment 108381
  -- https://bugs.freedesktop.org/attachment.cgi?id=108381action=edit
Screenshot showing extra-long lines in construction shaded areas

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85428] Imported PDF displays extra-long lines for shaded area

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85428

Robinson Tryon (qubit) qu...@runcibility.com changed:

   What|Removed |Added

Version|4.4.0.0.alpha0+ Master  |4.3.2.2 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 70195] FILESAVE: DOCX export of empty header\footer exports wrong distance from top\bottom

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70195

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #3 from tommy27 ba...@quipo.it ---
I don't have MS Word to test, so please give an update of the bug status with
current LibO 4.3.2.2 or 4.4.0.0 master

I set status back to UNCONFIRMED since the status NEW has to be set only after
independent confirmation by another user

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85417] Full column ranges are not supported: Eg =match(foo, a:a, 0)

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85417

raal r...@post.cz changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from raal r...@post.cz ---
Hello,
Thank you for reporting the bug. This issue has previously been reported, so
this bug will be resolved as a duplicate of the earlier report. You will
automatically be added to the CC list of the other bug.

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44419] Allow column or row ranges in formulae

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44419

raal r...@post.cz changed:

   What|Removed |Added

 CC||goscrewyourself@sogetthis.c
   ||om

--- Comment #8 from raal r...@post.cz ---
*** Bug 85417 has been marked as a duplicate of 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 85402] LO loops after opening specific DOCX document

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85402

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

   What|Removed |Added

 Attachment #108345|text/plain  |application/vnd.openxmlform
  mime type||ats-officedocument.wordproc
   ||essingml.document

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85428] Imported PDF displays extra-long lines for shaded area

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85428

A (Andy) stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from A (Andy) stgohi-lob...@yahoo.de ---
Reproducible with LO 4.3.2.2 (Win 8.1)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85410] Remove Decimal Space button causes 10 decimals before it decreases one at a time

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85410

--- Comment #3 from A (Andy) stgohi-lob...@yahoo.de ---
I would agree, the reported behavior is buggy.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85386] daily build from 2014-10-23 crashes instantly when opening any file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85386

--- Comment #5 from Alex Thurgood ipla...@yahoo.co.uk ---
Not reproducible in my own later build of 24/10

Version: 4.4.0.0.alpha1+
Build ID: 6e9d99332c241cf20204d9dfb772bc0168bfc460

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 76550] Roundtripping particular .docx file doubles content

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76550

--- Comment #3 from A (Andy) stgohi-lob...@yahoo.de ---
for me also not reproducible with LO 4.3.2.2 (Win 8.1)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85175] EDITING: Find replace should (optionally) show hidden rows/columns containing found target

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85175

A (Andy) stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from A (Andy) stgohi-lob...@yahoo.de ---
Reproducible with LO 4.3.2.2 (Win 8.1)

There should be an option/solution to either show/reveal the word in the hidden
cell or to not find words in hidden cells.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 76550] Roundtripping particular .docx file doubles content

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76550

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 OS|All |Mac OS X (All)

--- Comment #4 from tommy27 ba...@quipo.it ---
nice to hear that, now a MacOS tester is needed before setting this as RESOLVED
WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85426] VIEWING: Fixing line space produces different result in the view compared to the PDF

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85426

--- Comment #3 from tommy27 ba...@quipo.it ---
Created attachment 108382
  -- https://bugs.freedesktop.org/attachment.cgi?id=108382action=edit
PDF output in 4.3.2.2

try upgrading to LibO 4.3.2.2 and export your .doc file to PDF
compare with my attached PDF

it seems much better than your PDF output in 4.2.6.3.
do you agree or do you still see PDF export issues?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85408] crash in Menu Format AutoCorrect AutoCorrect Options

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85408

--- Comment #2 from Thomas Krumbein t...@mic-consulting.de ---
Hmm, just update to Alpha1 build.

Still crash.

My System: Windows 8.1 64bit, Touchscreen.
Language: German.
But if change UI to english - still crash.

I will try to do a backtrace later on but I do not have any expierience with
this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70758] LibO freezes after pasting some texts from Firefox

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70758

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
Summary|LibreOffice freezes after   |LibO freezes after pasting
   |pasting some texts from |some texts from Firefox
   |Firefox |

--- Comment #2 from tommy27 ba...@quipo.it ---
still reproducible under Win7x64 using Firefox 33.0 and pasting content into
LibO 4.3.2.2

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82656] VIEWING: Stains on slides in slides pane

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82656

A (Andy) stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||stgohi-lob...@yahoo.de
 Ever confirmed|0   |1

--- Comment #15 from A (Andy) stgohi-lob...@yahoo.de ---
Reproducible with LO 4.3.2.2 (Win 8.1)

Steps to Reproduce:
1. Open IMPRESS and create a new presentation
2. Write Test in the main text area
3. Select the word Test
4. Go to FORMAT - BULLETS AND NUMBERING - tab BULLETS
5. Select any bullet option except Solid Diamond Bullets and Solid Large Square
Bullets (the two in the upper right)
6. Go to FORMAT - CHARACTER - tab FONTS
7. Change the font size to a value of 15 or below
8. Click outside of the main text area

Result:
The selected bullets will be shown as very large bullets a bit above the text
line in the slides pane on the left. 
This happens only if the font size is 15 or below, otherwise it is not
reproducible.  Furthermore, it is not reproducible with the two bullet types
from step 5.  With all the other bullet types it is reproducible.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70183] characters £ ì è é ò ç à ° § ù © not accepted in PDF passwords

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70183

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
Version|4.1.2.3 release |Inherited From OOo
Summary|PDF passwort character §|characters £ ì è é ò ç à °
   |not accepted|§ ù © not accepted in PDF
   ||passwords

--- Comment #2 from tommy27 ba...@quipo.it ---
reproducible under Win7x64 using OOo 3.3.0, LibO 4.3.2.2 and 4.4.0.0.alpha1+
Build ID: 6ba8b7f5eacac969e4781d63718083a05491b1bc
TinderBox: Win-x86@42, Branch:master, Time: 2014-10-24_02:23:51

there are multiple characters not allowed...
here's the list I've found:
£ ì è é ò ç à ° § ù ©

edited summary notes and set version to 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 85215] Sorting a column of linked formula gives Error 523

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85215

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #7 from Beluga todven...@suomi24.fi ---
(In reply to Jean-Baptiste Faure from comment #6)
 (In reply to Beluga from comment #5)
  [...]
  UpdateReferenceOnSort set to false, I can't reproduce the error.
  
  Version: 4.4.0.0.alpha1+
  Build ID: 0a82645c360158f9cc0fdabe2a52f1ff8f981bed
  TinderBox: Win-x86@39, Branch:master, Time: 2014-10-24_06:59:23
 
 What is the result in your case ?
 
 Best regards. JBF

Weird: now that I tested again, I *do* get Err:523 in range D3:E6!
Tested several times, reopening the file and I got the Err every time, setting
to NEW.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85166] SVG with gradient displayed differently with import and embed

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85166

A (Andy) stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 OS|Linux (All) |All

--- Comment #2 from A (Andy) stgohi-lob...@yahoo.de ---
Reproducible with LO 4.3.2.2 (Win 8.1)

Steps done:
1. Download the tux image from bug 36511
2. Open DRAW
3. Go to FILE - OPEN and select the downloaded image file to open it
4. Open a new drawing in DRAW through FILE - NEW
5. Place the Windows Explorer and the new empty drawing in DRAW next to each
other
6. Select the tux image file in the Windows Explorer and drag it from there to
the new empty drawing

Result: 
See the by Robert attached file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 80724] FORMATTING: Underline problem with malayalam font

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80724

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 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 80724] FORMATTING: Underline problem with malayalam font

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80724

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO
 CC||jmadero@gmail.com

--- Comment #8 from Joel Madero jmadero@gmail.com ---
Please try in another word processor (literally you can try many easily). If
you can reproduce the same problem on every other word processor (try regular
text editors, maybe kde office, etc . . .) then it's likely NOTOURBUG. That
being said, setting to UNCONFIRMED for now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 80724] FORMATTING: Underline problem with malayalam font

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80724

--- Comment #9 from Joel Madero jmadero@gmail.com ---
Also just so you're aware of how the project works (I saw your email to the QA
list) - our project is powered by volunteers and is a meritocracy. So - even if
we confirm your bug, it will require a volunteer to fix it and therefore there
is no guarantee of when it will be fixed. All in all it will probably get less
attention than many other bugs. Just trying to make sure that you're
expectations are realistic.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 81848] Can't Print Landscape #10 Envelopes

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81848

A (Andy) stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 CC||stgohi-lob...@yahoo.de

--- Comment #2 from A (Andy) stgohi-lob...@yahoo.de ---
For me not reproducible with LO 4.3.2.2 (Win 8.1) when trying to print it with
the PDF printer.  The pdf is in landscape orientation, but the pdf page size do
not correspond to the #10 envelope page size.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 76975] LibO crashes after clicking Check for updates two times

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76975

--- Comment #11 from A (Andy) stgohi-lob...@yahoo.de ---
for me also not reproducible with LO 4.3.2.2 (Win 8.1)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85426] VIEWING: Fixing line space produces different result in the view compared to the PDF

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85426

--- Comment #4 from Ghasan devgha...@hotmail.com ---
I downloaded the latest 4.3 and no longer facing the issue of navigating
letters I mentioned in my second comment. However, the view is still the same.

In the PDF I attached you can see the diacritics of the first line (below إ
letters), however they are not visible when working on LibreOffice.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 69650] FORMATTING: Paragraph Wrapping not identical to MS Word

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69650

tommy27 ba...@quipo.it changed:

   What|Removed |Added

   Keywords||regression
 CC||ba...@quipo.it
Version|4.2.0.0.alpha0+ Master  |3.4.3 release

--- Comment #12 from tommy27 ba...@quipo.it ---
same different paragraph wrapping under Win7x64 using LibO 4.3.2.2 or recent
4.4.0.0 master. same issue with older releases like 3.4.3, in LibreOffice the
1st line ends with 'who'.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85130] Accept multiple changes at once

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85130

A (Andy) stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from A (Andy) stgohi-lob...@yahoo.de ---
I think this could be an alternative solution.  But maybe it would also be
interesting to have an option to select a whole paragraph with the mouse and to
accept or reject all changes by a right mouse click.

(LO 4.3.2.2, Win 8.1)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85430] New: FILEOPEN: wide images scaled down with messed up aspect ratio in DOC file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85430

Bug ID: 85430
   Summary: FILEOPEN: wide images scaled down with messed up
aspect ratio in DOC file
   Product: LibreOffice
   Version: 4.4.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: todven...@suomi24.fi

Created attachment 108383
  -- https://bugs.freedesktop.org/attachment.cgi?id=108383action=edit
DOC with image problems

Pages (in the LO exported PDF) that have wide images scaled down: 1, 6, 8, 9,
10, 21, 24 and 28.
The document has other problems and I will create reports about those later.

Same result on Win 7 64-bit 4.3.2.2 and dev build Version: 4.4.0.0.alpha1+
Build ID: 0a82645c360158f9cc0fdabe2a52f1ff8f981bed
TinderBox: Win-x86@39, Branch:master, Time: 2014-10-24_06:59:23

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85430] FILEOPEN: wide images scaled down with messed up aspect ratio in DOC file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85430

--- Comment #1 from Beluga todven...@suomi24.fi ---
Created attachment 108384
  -- https://bugs.freedesktop.org/attachment.cgi?id=108384action=edit
PDF export using 4.4.0.0 alpha1 from Oct 24

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85430] FILEOPEN: wide images scaled down with messed up aspect ratio in DOC file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85430

--- Comment #2 from Beluga todven...@suomi24.fi ---
Created attachment 108385
  -- https://bugs.freedesktop.org/attachment.cgi?id=108385action=edit
PDF export using 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 85122] option is not available for create new album

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85122

A (Andy) stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from A (Andy) stgohi-lob...@yahoo.de ---
it is possible to insert further images also to a new file with LO 4.3.2.2 (Win
8.1)

After I have inserted images via the PHOTO ALBUM function, I go again to INSERT
- IMAGE - PHOTO ALBUM and I can insert further images.

I suppose you had no problem to insert further images, but you would like to
have a fast and easy way to create another image file with the PHOTO ALBUM
function.  This could maybe be a thing to think about - marked as NEW.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85430] FILEOPEN: wide images scaled down with messed up aspect ratio in DOC file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85430

A (Andy) stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from A (Andy) stgohi-lob...@yahoo.de ---
Reproducible with LO 4.3.2.2 (Win 8.1), the exported pdf does not look like the
word document in WRITER and also not look like the Word 2010 pdf

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 83801] Librelogo crashes Writer

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83801

--- Comment #3 from Ari Latvala dsik...@hotmail.com ---
Tried this on LibreLogo on LibreOffice Writer 4.3.2.2 for Windows 7 and after
drawing quite a lot of stuff to the screen Writer crashed:

PENUP
REPEAT 100 [
FILLCOLOR [ANY, ANY]
CIRCLE 20 + RANDOM 130
POSITION ANY
]

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 81234] [META] RTF filter issues

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81234
Bug 81234 depends on bug 82859, which changed state.

Bug 82859 Summary: FILEOPEN: RTF - frame appears with black background
https://bugs.freedesktop.org/show_bug.cgi?id=82859

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |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 84763] Poor performance entering data with conditional formatting

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84763

A (Andy) stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||markus.mohrhard@googlemail.
   ||com, stgohi-lob...@yahoo.de
 Ever confirmed|0   |1
 OS|Linux (All) |All

--- Comment #5 from A (Andy) stgohi-lob...@yahoo.de ---
Reproducible with LO 4.3.2.2 (Win 8.1)
It also takes quite long to load the files.

@Markus: What do you think about this?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85430] FILEOPEN: wide images scaled down with messed up aspect ratio in DOC file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85430

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Attachment #108383|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 83801] Librelogo crashes Writer

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83801

--- Comment #4 from Ari Latvala dsik...@hotmail.com ---
Did some more testing. If I drop REPEAT to 45, it will work for a ca 2,5 times,
before Writer crash. REPEAT 50 crashes Writer in the first try. REPEAT 40 lets
me use this code several times, before crash.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70349] Tools » Options… » LibreOffice » Appearance » Custom colors differences in check boxes and appearance ..

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70349

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

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #6 from Cor Nouws c...@nouenoff.nl ---
Hi tommy27,

It is (and was) OK on Ubuntu.
The problem is/was on Windows ?
@CathyGarrett: Still wrong in your version? If so, which one?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85028] There are gaps between tab marks and text in table cells when the Left Spacing to Contents value is not zero

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85028

A (Andy) stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||stgohi-lob...@yahoo.de
 Ever confirmed|0   |1

--- Comment #1 from A (Andy) stgohi-lob...@yahoo.de ---
tested with LO 4.3.2.2, Win 8.1

Am I doing something wrong?
For which gaps between tab marks and text do I have to look?  Where is this
problem, I could not see anything wrong?  Is there a misunderstanding from my
side?

Notes to the steps I had done:
2. Go to FORMAT - PARAGRAPH - tab INDENTS  SPACING - changed Indent Before
Text (to 0.5 cm)
3. Go to FORMAT - PARAGRAPH - tab TABS - inserted new left tab (at 1.5cm)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85000] Unable to select the particular content

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85000

A (Andy) stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 CC||stgohi-lob...@yahoo.de

--- Comment #8 from A (Andy) stgohi-lob...@yahoo.de ---
To Comment 6:
Do I understand that right, that you want the whole cell (not only the text in
the cell) to look like selected (marked as blue as if you select the whole
sheet)?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70349] Tools » Options… » LibreOffice » Appearance » Custom colors differences in check boxes and appearance ..

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70349

--- Comment #7 from tommy27 ba...@quipo.it ---
Created attachment 108387
  -- https://bugs.freedesktop.org/attachment.cgi?id=108387action=edit
screen shot in 4.3.2.2 on Win7x64

Hi Cor, I thought it was a Linux issue since according to the hardware field.

anyway since you don't reproduce it on Linux and I don't on Win7x64 aswell, I'm
gonna mark this as RESOLVED WFM.

Kathy can obviously revert status if she still sees the bug with updated LO
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 70349] Tools » Options… » LibreOffice » Appearance » Custom colors differences in check boxes and appearance ..

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70349

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85378] Import *.sdr files (SmartDraw) in LibreOffice Draw

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85378

--- Comment #4 from Bastián Díaz diaz.bast...@ymail.com ---
(In reply to David Tardon from comment #3)
 Hi. Could you add the format to the Proposed formats section in
 https://wiki.documentfoundation.org/DLP/Libraries? Is there any
 specification for the format? Or at least sample documents?

Perfect, I did not know of this initiative. It is suited to the purpose of
improvement. 

On specification of the file format, I could not find documentation. Moreover,
during the week I will keep some sample files for my work. 

Are there any special indication of the content of the file?

Thanks

PD:I do not know the workings of the Wifi, but try to write the proposal.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85415] STYLES: Easy access to create new styles from style drop down

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85415

--- Comment #3 from Cor Nouws c...@nouenoff.nl ---
Hi Jay,

Ah, I thought you meant the new drop down at the right side of a styles name.

Now, if you choose new slide from the context menu in the window Styles and
Formatting, the newly created style will be inheriting from the style where you
choose New.

When there is a choice 'New Style' unrelated to an existing style, that is
going to work different?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85431] New: Matrix computation made by a libreoffice-basic function returning an array generates erratic errors 522

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85431

Bug ID: 85431
   Summary: Matrix computation made by a libreoffice-basic
function returning an array generates erratic errors
522
   Product: LibreOffice
   Version: 4.3.2.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Libreoffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: descout_oliv...@yahoo.fr

Created attachment 108388
  -- https://bugs.freedesktop.org/attachment.cgi?id=108388action=edit
A calc sheet reproducing the matrix computation issue

Problem description: 
When recomputing matrix values computed by a libreoffice-basic function, which
returns an array, CALC shows erratic errors 522, even though there are no
circular references in the spreadsheet and the called BASIC function works
perfectly fine under the debugger.

How to reproduce the issue:
- Open the attached Calc document. This document contains zero macro and 1
BASIC function (named LOESS1) implementing a Local regression fitting
(a.k.a. LOESS) algorithm (which has been successfully tested elsewhere). This
function returns an array of Double and is called in the formula of a cell
matrix (located in column C)
- Say yes to the activate macros question. The document gets open with no
error in column C.
- Type a different number value in B3 (e.g. 76.8). The column C gets
recomputed, ending up with cells containing Err:522.

Note that if you save the Calc document with that cell change, then close it
and reopen it, the column C gets recomputed with no Err:522... until you
change again a cell from column B.

Expected result:
No cell of the matrix should contain Err:522 as there are no circular
reference in the recomputed cell formulas and the called function does not
generate any computation error.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85431] Matrix computation made by a libreoffice-basic function returning an array generates erratic errors 522

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85431

Olivier DESCOUT descout_oliv...@yahoo.fr changed:

   What|Removed |Added

  Component|Libreoffice |Spreadsheet

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61130] FILEOPEN: Missing text in imported .doc file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61130

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||todven...@suomi24.fi

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85046] MENU: Edit Changes should be renamed for better clarity

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85046

--- Comment #8 from Cor Nouws c...@nouenoff.nl ---
Sorry, my bad.
After searching changes;comparing to original in the index, one has also to
click on the link merging versions below the help text.. Then you can read:
 The only requirement is that the documents differ only and exclusively in the
recorded changes - all other original text must be identical. 

So related to Track Changes ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85046] MENU: Edit Changes should be renamed for better clarity

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85046

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #9 from Cor Nouws c...@nouenoff.nl ---
@ Jay, @Andy:

OK, fair enough: good to use Track Change then.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85408] crash in Menu Format AutoCorrect AutoCorrect Options

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85408

John Farrar j...@jfarrar.co.uk changed:

   What|Removed |Added

 OS|Windows (All)   |Linux (All)

--- Comment #3 from John Farrar j...@jfarrar.co.uk ---
Same here:

Korora (Fedora) x64
KDE 4.14.1
Kernel 3.16.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 82858] FILESAVE: RTF - frames saved with black borders

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82858

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 #5 from Miklos Vajna vmik...@collabora.co.uk ---
This is still an issue on master, in case of VML shapes with text: we import
those as a TextFrame, with border color set, but in this case without a border
line style. When export that thing to RTF, we need to explicitly say that there
is no border line style, as in Word the default is not none, in case a line
color is set.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85299] Formatting of the list points doesn't last

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85299

--- Comment #3 from n.lederba...@tsn.at ---
Created attachment 108389
  -- https://bugs.freedesktop.org/attachment.cgi?id=108389action=edit
original document

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85432] Add locale details to help-about

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85432

Michael Meeks michael.me...@collabora.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 Whiteboard||EasyHack DifficultyBeginner
   ||SkillCpp TopicCleanup

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85432] New: Add locale details to help-about

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85432

Bug ID: 85432
   Summary: Add locale details to help-about
   Product: LibreOffice
   Version: 4.3.0.2 rc
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Libreoffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michael.me...@collabora.com

We routinely get (eg.) spelling checker bugs - with often outraged users
claiming that XYZ string is not in their dictionary but ABC string is - and we
must be sexist, racist, etc. ;-) [ conspiracy theorism needs no rationality ].

One of the things that would help here; is to have the locale currently in-use
in the Help-About dialog - so that bug filers can easily attach that to a bug.

cui/source/dialogs/about.cxx

has the code for the about dialog; and you can get the current locale names
from sal/osl - cf.

$ git grep osl_getProcessLocale

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 81234] [META] RTF filter issues

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81234
Bug 81234 depends on bug 82858, which changed state.

Bug 82858 Summary: FILESAVE: RTF - frames saved with black borders
https://bugs.freedesktop.org/show_bug.cgi?id=82858

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |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 85430] FILEOPEN: OLE objects scaled down with messed up aspect ratio in DOC file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85430

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

Summary|FILEOPEN: wide images   |FILEOPEN: OLE objects
   |scaled down with messed up  |scaled down with messed up
   |aspect ratio in DOC file|aspect ratio in DOC file

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85430] FILEOPEN: OLE objects scaled down with messed up aspect ratio in DOC file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85430

--- Comment #4 from Beluga todven...@suomi24.fi ---
I noticed in addition to the larger OLE objects, pages 12 and 33 have smaller
OLE objects scaled too small.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 83563] PRINTING: In 4.2.6.3 Printing does not work with any printer

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83563

utz.wi...@gmx.de changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from utz.wi...@gmx.de ---
Hi, Andy and tommy27, 

the full removal (especially the removal of the user profil) led to the fixing
of this problem. 
thanks for the help. 
bye utz

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 80430] LOCALHELP: Features x Documentation gap meta issue

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80430

Olivier Hallot olivier.hal...@documentfoundation.org changed:

   What|Removed |Added

 Depends on||85433

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   3   >