[Libreoffice-commits] .: Makefile.in solenv/gbuild

2013-02-02 Thread Tor Lillqvist
 Makefile.in  |   17 +
 solenv/gbuild/platform/macosx.mk |3 +++
 2 files changed, 16 insertions(+), 4 deletions(-)

New commits:
commit 3dfd5c926848b336be34a34fe04d8da60912998b
Author: Tor Lillqvist t...@iki.fi
Date:   Sat Feb 2 10:07:10 2013 +0200

Sign executables right after linking

Change-Id: I27c929deffeb803e103609634b501622e04da033

diff --git a/Makefile.in b/Makefile.in
index f9e38dd7..2b43f04 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -337,13 +337,21 @@ ifeq ($(DISABLE_LINKOO),TRUE)
 ifneq ($(MACOSX_CODESIGNING_IDENTITY),)
 #
 # Sign dylibs
-   find $(DEVINSTALLDIR)/opt/LibreOffice.app \( -name '*.dylib' -or -name 
'*.dylib.*' \) ! -type l | \
+#
+# Executables get signed right after linking, see
+# solenv/gbuild/platform/macosx.mk. But many of our dylibs are built
+# by ad-hoc or 3rd-party mechanisms, so we can't easily sign them
+# right after linking. So do it here.
+#
+# The dylibs in the Python framework are called *.so. Go figure
+#
+   find $(DEVINSTALLDIR)/opt/LibreOffice.app \( -name '*.dylib' -or -name 
'*.dylib.*' -or -name '*.so' \) ! -type l | \
 while read dylib; do \
 id=`basename $$dylib`; \
 case $$id in \
-*.dylib) \
+*.dylib|*.so) \
 ;; \
-*) \
+*.dylib.*) \
 id=`echo $$id | sed -e 's/dylib.*/dylib/'`; \
 ;; \
 esac; \
@@ -362,7 +370,8 @@ ifneq ($(MACOSX_CODESIGNING_IDENTITY),)
 done
 #
 # Sign the app bundle as a whole (will sign the soffice binary)
-   codesign --verbose --sign $(MACOSX_CODESIGNING_IDENTITY) 
$(DEVINSTALLDIR)/opt/LibreOffice.app
+# Not necessary as the soffice binary will have been signed after linking.
+#  codesign --verbose --sign $(MACOSX_CODESIGNING_IDENTITY) 
$(DEVINSTALLDIR)/opt/LibreOffice.app
 #
 endif
@install-gdb-printers -L
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index 8ac274a..29e3549 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -174,6 +174,9 @@ $(call gb_Helper_abbreviate_dirs,\
$(if $(filter Library Bundle CppunitTest,$(TARGETTYPE)),\
$(PERL) $(SOLARENV)/bin/macosx-change-install-names.pl shl 
$(LAYER) $(if $(SOVERSION),$(1).$(SOVERSION),$(1))  \
ln -sf $(notdir $(1)) $(basename $(1)).jnilib ) \
+   $(if $(MACOSX_CODESIGNING_IDENTITY), \
+   $(if $(filter Executable,$(TARGETTYPE)), \
+   codesign 
--identifier=$(MACOSX_BUNDLE_IDENTIFIER).$(notdir $(1)) --sign 
$(MACOSX_CODESIGNING_IDENTITY) $(1) )) \
rm -f $${DYLIB_FILE})
 endef
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: readlicense_oo/txt

2013-02-02 Thread Tomas Chvatal
 readlicense_oo/txt/NOTICE |   52 +++---
 1 file changed, 26 insertions(+), 26 deletions(-)

New commits:
commit 66bf0eb5d18c6b869bf7c53040bcac23071b0f7d
Author: Tomas Chvatal tchva...@suse.cz
Date:   Sat Feb 2 09:19:00 2013 +0100

Fix mixed unix/dos endnlines.

Change-Id: I7cbf64b1ddc9a5f52cadfb138faf89d8aab8c234

diff --git a/readlicense_oo/txt/NOTICE b/readlicense_oo/txt/NOTICE
index 8edf0f0..0a4bc38 100644
--- a/readlicense_oo/txt/NOTICE
+++ b/readlicense_oo/txt/NOTICE
@@ -13,7 +13,7 @@ The Apache Software Foundation (http://www.apache.org/).
 
 
 
-
+
 Portions of this software copyright (c) 2000-2011, Oracle and/or its 
affiliates  http://www.oracle.com/.
 
 
@@ -75,17 +75,17 @@ modifications by Spyglass Inc., Carnegie Mellon University, 
and
 Bell Communications Research, Inc (Bellcore).
 
 
-Apache Commons Codec
-Copyright 2002-2012 The Apache Software Foundation
-
-This product includes software developed by
-The Apache Software Foundation (http://www.apache.org/).
-
-src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java contains
-test data from http://aspell.sourceforge.net/test/batch0.tab.
-
-Copyright (C) 2002 Kevin Atkinson (kev...@gnu.org). Verbatim copying
-and distribution of this entire article is permitted in any medium,
+Apache Commons Codec
+Copyright 2002-2012 The Apache Software Foundation
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+
+src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java contains
+test data from http://aspell.sourceforge.net/test/batch0.tab.
+
+Copyright (C) 2002 Kevin Atkinson (kev...@gnu.org). Verbatim copying
+and distribution of this entire article is permitted in any medium,
 provided this notice is preserved.
 
 Apache Jakarta HttpClient
@@ -94,20 +94,20 @@ Copyright 1999-2007 The Apache Software Foundation
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
 
-Apache Commons Lang
-Copyright 2001-2012 The Apache Software Foundation
-
-This product includes software developed by
-The Apache Software Foundation (http://www.apache.org/).
-
-This product includes software from the Spring Framework,
-under the Apache License 2.0 (see: StringUtils.containsWhitespace())
-
-
-Apache Commons Logging
-Copyright 2003-2007 The Apache Software Foundation
-
-This product includes software developed by
+Apache Commons Lang
+Copyright 2001-2012 The Apache Software Foundation
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+
+This product includes software from the Spring Framework,
+under the Apache License 2.0 (see: StringUtils.containsWhitespace())
+
+
+Apache Commons Logging
+Copyright 2003-2007 The Apache Software Foundation
+
+This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Bug 54157 depends on bug 59966, which changed state.

Bug 59966 Summary: Fails to update 4.0.0.0.beta2 By 4.1.0.0. Master
https://bugs.freedesktop.org/show_bug.cgi?id=59966

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

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


[Libreoffice-commits] .: Makefile.in

2013-02-02 Thread Tor Lillqvist
 Makefile.in |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit dc6fda0795cc9401423a7f9f88e50336e050b75e
Author: Tor Lillqvist t...@iki.fi
Date:   Sat Feb 2 10:36:28 2013 +0200

Do re-sign the bundle as a whole as soffice has been modified and/or renamed

Change-Id: I5e798fb94594ef4f91db7b57058f1c5cfb021d8e

diff --git a/Makefile.in b/Makefile.in
index 2b43f04..5e5d29b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -370,8 +370,11 @@ ifneq ($(MACOSX_CODESIGNING_IDENTITY),)
 done
 #
 # Sign the app bundle as a whole (will sign the soffice binary)
-# Not necessary as the soffice binary will have been signed after linking.
-#  codesign --verbose --sign $(MACOSX_CODESIGNING_IDENTITY) 
$(DEVINSTALLDIR)/opt/LibreOffice.app
+#
+#  The soffice binary will have been signed after linking but it needs
+# to be re-signed as it has been renamed, or modified, or something
+# after linking.
+   codesign --force --verbose --sign $(MACOSX_CODESIGNING_IDENTITY) 
$(DEVINSTALLDIR)/opt/LibreOffice.app
 #
 endif
@install-gdb-printers -L
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Makefile.in

2013-02-02 Thread Tor Lillqvist
 Makefile.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1f04735705bcca35b2893fe6a835d91cf715ff19
Author: Tor Lillqvist t...@iki.fi
Date:   Sat Feb 2 10:39:32 2013 +0200

Cosmetics

Change-Id: Idbc7bd8ac3bca6b0a2d5e893de9a41cba8110c54

diff --git a/Makefile.in b/Makefile.in
index 5e5d29b..c0425f8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -371,7 +371,7 @@ ifneq ($(MACOSX_CODESIGNING_IDENTITY),)
 #
 # Sign the app bundle as a whole (will sign the soffice binary)
 #
-#  The soffice binary will have been signed after linking but it needs
+# The soffice binary will have been signed after linking but it needs
 # to be re-signed as it has been renamed, or modified, or something
 # after linking.
codesign --force --verbose --sign $(MACOSX_CODESIGNING_IDENTITY) 
$(DEVINSTALLDIR)/opt/LibreOffice.app
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: calling order of sw/source/filter/ww8/attributeoutputbase callbacks

2013-02-02 Thread Jan Holesovsky
Hi Nicolas,

Nicolas Boulenguez píše v St 30. 01. 2013 v 19:56 +0100:

 In class sw/source/filter/ww8/docxattributeoutput.hxx or its parent
 sw/source/filter/ww8/attributeoutputbase.hxx, the possible orders in
 which the EndURL, RunText, EndRun (and probably StartURL) callbacks
 may be executed when exporting an hyperlink is not explicit. This has
 already caused at least four bugs: 47669, 52610, 53175 and 55820.
 
 Docs.libreoffice.org only confirms what the names suggest:
 * StartURL() and EndURL() are called in this order by
   SwWW8AttrIter::OutAttrWithRange() and
   MSWord_SdrAttrIter::OutEEField()
 * RunText() and EndRun() are called in this order by
   MSWordExportBase::OutputTextNode.
 
 Could someone tell me what can be asserted about the calling order, or
 give me a link to some documentation?

Do you mean documentation about the DOCX export as we have it in the
code, or about the fileformat in general, please?

If you mean the former - I tried to document as much as possible when
splitting the original .doc exporter into its .doc and .docx parts, like
here:

http://docs.libreoffice.org/sw/html/classDocxAttributeOutput.html

but to learn details about the calling order of various things, the best
is just to read the sources.

Do you have a case in mind that you'd like to fix?  Or are you just
interested in helping improving the DOCX export in general? - in that
case it would be awesome to improve our DOCX export test coverage by
slowly copying the import tests to the import/export tests + fix
whatever is not preserved during the roundtrip :-)

All the best,
Kendy

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


[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Bug 54157 depends on bug 58826, which changed state.

Bug 58826 Summary: FORMATTING: When conditional formatting is use by 
unprotected cell, is even so protect by protected sheet
https://bugs.freedesktop.org/show_bug.cgi?id=58826

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-commits] .: 5 commits - cui/uiconfig more_fonts/fonts vcl/inc vcl/source

2013-02-02 Thread Caolán McNamara
 cui/uiconfig/ui/charnamepage.ui |   34 
 cui/uiconfig/ui/zoomdialog.ui   |   11 +-
 more_fonts/fonts/fc_local.conf  |1 
 vcl/inc/vcl/layout.hxx  |   14 ---
 vcl/source/window/builder.cxx   |6 +
 vcl/source/window/layout.cxx|  168 ++--
 6 files changed, 181 insertions(+), 53 deletions(-)

New commits:
commit 71be8c531b332a0039096058bad6ab457d92c4b7
Author: Caolán McNamara caol...@redhat.com
Date:   Fri Feb 1 14:56:02 2013 +

chop custom target off a11y relation widget target name

Change-Id: I40a52bdca7884b092aa395d0afd0ffa5364f4ebc

diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 9786bfe..98091a3 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -184,7 +184,8 @@ VclBuilder::VclBuilder(Window *pParent, OUString sUIDir, 
OUString sUIFile, OStri
 {
 const OString rTarget = aP-second;
 Window *pTarget = getWindow(rTarget);
-SAL_WARN_IF(!pTarget, vcl, missing member of a11y relation);
+SAL_WARN_IF(!pTarget, vcl, missing member of a11y relation: 
+ rTarget.getStr());
 if (!pTarget)
 continue;
 const OString rType = aP-first;
@@ -1487,6 +1488,9 @@ void VclBuilder::collectAtkAttribute(xmlreader::XmlReader 
reader, stringmap rM
 {
 span = reader.getAttributeValue(false);
 sValue = OString(span.begin, span.length);
+sal_Int32 nDelim = sValue.indexOf(':');
+if (nDelim != -1)
+sValue = sValue.copy(0, nDelim);
 }
 }
 
commit 7540afeb6e49e112c64dd71376953b0b810bcaed
Author: Caolán McNamara caol...@redhat.com
Date:   Fri Feb 1 14:47:29 2013 +

HIG: 12 pixels between label and labelee

+ indent hierarchy in 12 pixels

Change-Id: I9e2d8afc62c0bbd2726f743da8bcd6685b8cd431

diff --git a/cui/uiconfig/ui/zoomdialog.ui b/cui/uiconfig/ui/zoomdialog.ui
index bb97815..5fe7cd7 100644
--- a/cui/uiconfig/ui/zoomdialog.ui
+++ b/cui/uiconfig/ui/zoomdialog.ui
@@ -76,6 +76,7 @@
   object class=GtkBox id=box1
 property name=visibleTrue/property
 property name=can_focusFalse/property
+property name=spacing12/property
 property name=homogeneousTrue/property
 child
   object class=GtkFrame id=frame1
@@ -87,12 +88,14 @@
   object class=GtkAlignment id=alignment1
 property name=visibleTrue/property
 property name=can_focusFalse/property
+property name=top_padding6/property
 property name=left_padding12/property
 child
   object class=GtkBox id=box2
 property name=visibleTrue/property
 property name=can_focusFalse/property
 property name=orientationvertical/property
+property name=spacing6/property
 child
   object class=GtkRadioButton id=optimal
 property name=label 
translatable=yesOptimal/property
@@ -165,7 +168,7 @@
   object class=GtkBox id=box3
 property name=visibleTrue/property
 property name=can_focusFalse/property
-property name=spacing5/property
+property name=spacing12/property
 child
   object class=GtkRadioButton id=variable
 property name=label 
translatable=yesVariable/property
@@ -239,12 +242,14 @@
   object class=GtkAlignment id=alignment2
 property name=visibleTrue/property
 property name=can_focusFalse/property
+property name=top_padding6/property
 property name=left_padding12/property
 child
   object class=GtkBox id=box4
 property name=visibleTrue/property
 property name=can_focusFalse/property
 property name=orientationvertical/property
+property name=spacing6/property
 child
   object class=GtkRadioButton id=automatic
 property name=label 
translatable=yesAutomatic/property
@@ -283,7 +288,7 @@
   object class=GtkBox id=box5
 property name=visibleTrue/property
 property name=can_focusFalse/property
-property name=spacing5/property
+property name=spacing12/property
 child
   

[Libreoffice-commits] .: configure.ac

2013-02-02 Thread Tor Lillqvist
 configure.ac |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

New commits:
commit e6093cff4776fde16a038fdd1d000ffbfc7b77b1
Author: Tor Lillqvist t...@iki.fi
Date:   Sat Feb 2 12:38:13 2013 +0200

Clarify the different kinds of signing certificates (stackoverflow.com)

Change-Id: Ib0a7e74d394c3c5f7d2f3d7f5ba70bf6a714b604

diff --git a/configure.ac b/configure.ac
index 2c27d51..2a72b40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2720,9 +2720,13 @@ if test $_os = Darwin; then
 AC_MSG_CHECKING([whether to do code signing])
 
 if test \( -z $enable_macosx_code_signing -o 
$enable_macosx_code_signing = yes \) -a $MACOSX_SDK_VERSION -ge 1070; then
-# By default use the first suitable certificate. Not sure if should be 
looking for the
-# 'Developer ID Application:' ones instead. The code signing stuff 
could be much better
-# documented...
+# By default use the first suitable certificate (?).
+
+# 
http://stackoverflow.com/questions/13196291/difference-between-mac-developer-and-3rd-party-mac-developer-application
+# says that the Mac Developer certificate is useful just for 
self-testing. For distribution
+# outside the Mac App Store, use the Developer ID Application one, 
and for distribution in
+# the App Store, the 3rd Party Mac Developer one.
+
 identity=`security find-identity -p codesigning -v 2/dev/null | grep 
'Mac Developer:' | awk '{print $2}' |head -1`
 if test -n $identity; then
 MACOSX_CODESIGNING_IDENTITY=$identity
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 2 commits - sw/uiconfig vcl/source

2013-02-02 Thread Caolán McNamara
 sw/uiconfig/swriter/ui/titlepage.ui |5 +++--
 vcl/source/window/dialog.cxx|3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit beae3cd6194e01a966710dfe4d0b5d2209d191cb
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 2 10:51:49 2013 +

HIG visually seperate buttons from contents

+ add 6 vertial pixels between page properties header label and frame
contents

Change-Id: I5d28eba11757bdf690367ea5d4aa74422ca64912

diff --git a/sw/uiconfig/swriter/ui/titlepage.ui 
b/sw/uiconfig/swriter/ui/titlepage.ui
index d5509f2..ff40c75 100644
--- a/sw/uiconfig/swriter/ui/titlepage.ui
+++ b/sw/uiconfig/swriter/ui/titlepage.ui
@@ -17,7 +17,7 @@
   object class=GtkBox id=dialog-vbox1
 property name=can_focusFalse/property
 property name=orientationvertical/property
-property name=spacing2/property
+property name=spacing12/property
 child internal-child=action_area
   object class=GtkButtonBox id=dialog-action_area1
 property name=can_focusFalse/property
@@ -78,7 +78,7 @@
 property name=visibleTrue/property
 property name=can_focusFalse/property
 property name=orientationvertical/property
-property name=spacing10/property
+property name=spacing12/property
 child
   object class=GtkFrame id=frame1
 property name=visibleTrue/property
@@ -457,6 +457,7 @@
   object class=GtkAlignment id=alignment3
 property name=visibleTrue/property
 property name=can_focusFalse/property
+property name=top_padding6/property
 property name=left_padding12/property
 child
   object class=GtkBox id=box2
commit 3fb9a28b240882729898f88f92adfe3b4c4433e6
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 2 10:51:25 2013 +

add theme content_area_spacing to dialog vbox spacing, not override

Change-Id: I4b7fa3fd01717105af194a04b73d90e0d602028a

diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx
index 1aef3e6..63ea451 100644
--- a/vcl/source/window/dialog.cxx
+++ b/vcl/source/window/dialog.cxx
@@ -670,7 +670,8 @@ void Dialog::setInitialLayoutSize()
 const DialogStyle rDialogStyle =
 GetSettings().GetStyleSettings().GetDialogStyle();
 pBox-set_border_width(rDialogStyle.content_area_border);
-pBox-set_spacing(rDialogStyle.content_area_spacing);
+pBox-set_spacing(pBox-get_spacing() +
+rDialogStyle.content_area_spacing);
 
 VclButtonBox *pActionArea = getActionArea(this);
 if (pActionArea)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[ANN] LibreOffice 4.0.0 RC3 available

2013-02-02 Thread Thorsten Behrens
Dear Community,

The Document Foundation is pleased to announce the third release
candidate of our upcoming LibreOffice 4.0. The 4.0 will be our fifth
major release in just over two years, and comes with a nice set of new
features. Please be aware that LibreOffice 4.0 RC3 is not ready for
production use, you should continue to use LibreOffice 3.6.5 for that.

If no showstoppers are found, RC3 is slated to become the final
version - see our release plan for more details:

 http://wiki.documentfoundation.org/ReleasePlan/4.0#4.0.0_release

The release is available for Windows, Linux and Mac OS X from our QA
builds download page at

  http://www.libreoffice.org/download/pre-releases/

Should you find bugs, please report them to the FreeDesktop Bugzilla:

  https://bugs.freedesktop.org

A good way to assess the release candidate quality is to run some
specific manual tests on it, our TCM wiki page has more details:

 
http://wiki.documentfoundation.org/QA/Testing/Regression_Tests#Full_Regression_Test

  - or checkout our manual test database for starting right away -

 http://manual-test.libreoffice.org/runtests/
 
For other ways to get involved with this exciting project - you can
e.g. contribute code:

  http://www.libreoffice.org/get-involved/developers/

translate LibreOffice to your language:

  http://wiki.documentfoundation.org/LibreOffice_Localization_Guide

or help with funding our operations:

  http://donate.libreoffice.org/

A list of known issues and fixed bugs with 4.0.0 RC3 is available
from our wiki:

  http://wiki.documentfoundation.org/Releases/4.0.0/RC3

Let us close again with a BIG Thank You! to all of you having
contributed to the LibreOffice project - this release would not have
been possible without your help.

Yours,

The Document Foundation Board of Directors

The Document Foundation, Zimmerstr. 69, 10117 Berlin, Germany
Rechtsfähige Stiftung des bürgerlichen Rechts
Legal details: http://www.documentfoundation.org/imprint


signature.asc
Description: Digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: How-to to write help content ?

2013-02-02 Thread Andras Timar
On Fri, Feb 1, 2013 at 2:39 PM, Sophie Gautier gautier.sop...@gmail.com wrote:
 There are some obsolete attributes, that should be be used in new
 content, e.g. l10n and oldref.

 You mean _should not_? I was also wondering about that.

Yeah, should not. I think faster than I type. ;)
Andras
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sc/source

2013-02-02 Thread Kohei Yoshida
 sc/source/ui/unoobj/chart2uno.cxx |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit a560ee1625393faf5cd5e04c356a9101b701542b
Author: Kohei Yoshida kohei.yosh...@gmail.com
Date:   Fri Feb 1 18:38:05 2013 -0500

bnc#801152: Scan all columns to determine the first data row.

When scanning the entire data range in an attempt to determine where
the first data row is, we shouldn't stop at the first column.  We should
scan all data columns to make sure we pick the lowest value row
position among all columns.

Change-Id: I693ec169857b181c6b4237efcba3fa6a46eaa531
Reviewed-on: https://gerrit.libreoffice.org/1959
Reviewed-by: Markus Mohrhard markus.mohrh...@googlemail.com
Tested-by: Markus Mohrhard markus.mohrh...@googlemail.com

diff --git a/sc/source/ui/unoobj/chart2uno.cxx 
b/sc/source/ui/unoobj/chart2uno.cxx
index 5ea6f54..e877469 100644
--- a/sc/source/ui/unoobj/chart2uno.cxx
+++ b/sc/source/ui/unoobj/chart2uno.cxx
@@ -294,13 +294,14 @@ Chart2PositionMap::Chart2PositionMap(SCCOL nAllColCount,  
SCROW nAllRowCount,
 bool bFoundValues = false;
 bool bFoundAnything = false;
 FormulaTokenMapMap::const_iterator it1 = rCols.begin();
-for (SCCOL nCol = 0; !bFoundValues  nCol  nAllColCount; ++nCol)
+for (SCCOL nCol = 0; nCol  nAllColCount; ++nCol)
 {
 if (it1 != rCols.end()  nCol=nHeaderColCount)
 {
+bool bFoundValuesInRow = false;
 FormulaTokenMap* pCol = it1-second;
 FormulaTokenMap::const_iterator it2 = pCol-begin();
-for (SCROW nRow = 0; !bFoundValues  nRow  
nSmallestValueRowIndex  it2 != pCol-end(); ++nRow)
+for (SCROW nRow = 0; !bFoundValuesInRow  nRow  
nSmallestValueRowIndex  it2 != pCol-end(); ++nRow)
 {
 FormulaToken* pToken = it2-second;
 if (pToken  nRow=nHeaderRowCount)
@@ -318,7 +319,7 @@ Chart2PositionMap::Chart2PositionMap(SCCOL nAllColCount,  
SCROW nAllRowCount,
 aRange.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, 
nTab2 );
 if (pDoc  pDoc-HasValueData( nCol1, nRow1, nTab1 ))
 {
-bFoundValues = bFoundAnything = true;
+bFoundValuesInRow = bFoundValues = bFoundAnything 
= true;
 nSmallestValueRowIndex = std::min( 
nSmallestValueRowIndex, nRow );
 }
 if( !bFoundAnything )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-3-6' - scaddins/source

2013-02-02 Thread Regina Henschel
 scaddins/source/analysis/analysishelper.cxx |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 71becb50e4f24b958ac081d3f513a65f802ce00e
Author: Regina Henschel rb.hensc...@t-online.de
Date:   Wed Jan 30 17:34:27 2013 +0100

resolved fdo#60078 correctly calculate IMCSCH and IMSECH

For the transformation used see

http://de.wikipedia.org/wiki/Sekans_Hyperbolicus_und_Kosekans_Hyperbolicus#Komplexes_Argument
(German only)

Change-Id: If502b708069d7fcbe09e954b26ce8b7268b6
(cherry picked from commit b884c2e0185e24fc498827b3a53becea9e646b85)
Reviewed-on: https://gerrit.libreoffice.org/1927
Reviewed-by: Markus Mohrhard markus.mohrh...@googlemail.com
Tested-by: Markus Mohrhard markus.mohrh...@googlemail.com

diff --git a/scaddins/source/analysis/analysishelper.cxx 
b/scaddins/source/analysis/analysishelper.cxx
index 2347f53..1e720db 100644
--- a/scaddins/source/analysis/analysishelper.cxx
+++ b/scaddins/source/analysis/analysishelper.cxx
@@ -2085,8 +2085,8 @@ void Complex::Sech(void) THROWDEF_RTE_IAE
 THROW_IAE;
 double fScale =1.0 / ( cosh( 2.0 * r ) + cos( 2.0 * i ));
 double r_;
-r_ = 2.0 * cosh( 2.0 * r ) * cos( i ) * fScale;
-i = - (2.0 * sinh( 2.0 * r ) * sin( i ) * fScale );
+r_ = 2.0 * cosh( r ) * cos( i ) * fScale;
+i = - (2.0 * sinh( r ) * sin( i ) * fScale );
 r = r_ ;
 }
 else
@@ -2106,8 +2106,8 @@ void Complex::Csch(void) THROWDEF_RTE_IAE
 THROW_IAE;
 double fScale =1.0 / ( cosh( 2.0 * r ) - cos( 2.0 * i ));
 double r_;
-r_ = 2.0 * sinh( 2.0 * r ) * cos( i ) * fScale;
-i = - ( 2.0 * cosh( 2.0 * r ) * sin( i ) * fScale );
+r_ = 2.0 * sinh( r ) * cos( i ) * fScale;
+i = - ( 2.0 * cosh( r ) * sin( i ) * fScale );
 r = r_ ;
 }
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: svx/source

2013-02-02 Thread Joren De Cuyper
 svx/source/dialog/ucsubset.src |4 
 1 file changed, 4 deletions(-)

New commits:
commit a6ac6559e3e294cfd891d43bdfffce8936aa006d
Author: Joren De Cuyper joren.libreoff...@telenet.be
Date:   Fri Feb 1 20:46:22 2013 +0100

delete double entry (see line 345)

Change-Id: I5be1d34ae5de4e9e2b49b97dc161d2ba06204cd5
Reviewed-on: https://gerrit.libreoffice.org/1956
Reviewed-by: Eike Rathke er...@redhat.com
Tested-by: Eike Rathke er...@redhat.com

diff --git a/svx/source/dialog/ucsubset.src b/svx/source/dialog/ucsubset.src
index 3ecc327..5bf5d36 100644
--- a/svx/source/dialog/ucsubset.src
+++ b/svx/source/dialog/ucsubset.src
@@ -866,10 +866,6 @@ Resource RID_SUBSETMAP
 {
 Text [ en-US ] = Alchemical Symbols;
 };
-String RID_SUBSETSTR_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D
-{
-Text [ en-US ] = CJK Unified Ideographs Extension D;
-};
 String RID_SUBSETSTR_ARABIC_EXTENDED_A
 {
 Text [ en-US ] = Arabic Extended-A;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sw/source

2013-02-02 Thread Joren De Cuyper
 sw/source/core/txtnode/ndtxt.cxx |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

New commits:
commit 0cd3e819ecef72df2d586facd4e3f635fb95146a
Author: Joren De Cuyper joren.libreoff...@telenet.be
Date:   Sat Feb 2 02:59:30 2013 +0100

fix if statement and translate German OSL_ENSURE

Change-Id: I3eefa563e00e6a4dcb3f1e5726bdf6d27f536624
Reviewed-on: https://gerrit.libreoffice.org/1960
Reviewed-by: Eike Rathke er...@redhat.com
Tested-by: Eike Rathke er...@redhat.com

diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx
index ab4cd3c..703e632 100644
--- a/sw/source/core/txtnode/ndtxt.cxx
+++ b/sw/source/core/txtnode/ndtxt.cxx
@@ -1071,10 +1071,9 @@ void SwTxtNode::_ChgTxtCollUpdateNum( const SwTxtFmtColl 
*pOldColl,
 {
 SetAttrListLevel(nNewLevel);
 }
-
+if (pDoc)
 {
-if (pDoc)
-pDoc-GetNodes().UpdateOutlineNode(*this);
+pDoc-GetNodes().UpdateOutlineNode(*this);
 }
 
 
@@ -3575,9 +3574,9 @@ void SwTxtNode::Modify( const SfxPoolItem* pOldValue, 
const SfxPoolItem* pNewVal
 
 SwFmtColl* SwTxtNode::ChgFmtColl( SwFmtColl *pNewColl )
 {
-OSL_ENSURE( pNewColl,ChgFmtColl: Collectionpointer ist 0. );
+OSL_ENSURE( pNewColl,ChgFmtColl: Collectionpointer has value 0. );
 OSL_ENSURE( HAS_BASE( SwTxtFmtColl, pNewColl ),
-ChgFmtColl: ist kein Text-Collectionpointer. );
+ChgFmtColl: is not a Text Collection pointer. );
 
 SwTxtFmtColl *pOldColl = GetTxtColl();
 if( pNewColl != pOldColl )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: bug/bug

2013-02-02 Thread Rob Snelders
 bug/bug/bug.js |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 06010533fbf0b86183fa031143d10d699ddb3873
Author: Rob Snelders programm...@ertai.nl
Date:   Sat Feb 2 14:48:36 2013 +0100

[fdo#60058]  BUGZILLAASSISTANT: useless sub component undefined

diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index 463f772..0c96417 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -180,14 +180,14 @@
 $(.versions .select .choice, element).click(function() {
 $.bug.lo_version = $('.state_details .versions 
.chosen').attr('data');
 $.bug.lo_version_id = $('.state_details .versions 
.chosen').attr('idvalue');
-if ($.bug.subcomponent != 'EMPTY'  $.bug.op_sys != ''  
$.bug.regression != '') {
+if ($.bug.sub_component != 'EMPTY'  $.bug.op_sys != ''  
$.bug.regression != '') {
 $.bug.state_description();
 }
 });
 $(.select, element).select();
 $(.op_sys .select .choice, element).click(function() {
 $.bug.op_sys = $('.state_details .op_sys 
.chosen').attr('data');
-if ($.bug.subcomponent != 'EMPTY'  $.bug.lo_version != ''  
$.bug.regression != '') {
+if ($.bug.sub_component != 'EMPTY'  $.bug.lo_version != '' 
 $.bug.regression != '') {
 $.bug.state_description();
 }
  });
@@ -196,7 +196,7 @@
 $(.regression .select .choice, element).click(function() {
 $.bug.regression = $('.state_details .regression 
.chosen').attr('data');
 $.bug.regression_id = $('.state_details .regression 
.chosen').attr('idvalue');
-if ($.bug.subcomponent != 'EMPTY'  $.bug.lo_version != ''  
$.bug.op_sys != '') {
+if ($.bug.sub_component != 'EMPTY'  $.bug.lo_version != '' 
 $.bug.op_sys != '') {
 $.bug.state_description();
 }
  });
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [Review 4-0, 4-0-0] Use diskette icons for saving again

2013-02-02 Thread Rainer Bielefeld

Stefan Knorr schrieb:


Find the rationale



Hi,

although I understand your reasons: there also were concerns to live on 
the ground instead of on trees, and in Germany we had a long discussion 
whether we shouldn't keep the steam engine on traffic signs

http://de.wikipedia.org/w/index.php?title=Datei:BueFrance.JPGfiletimestamp=20080506161906.

You know how these things ended, and I prefer to be one of the few 
discredited pioneers instead to stay in the big crowd  ;-)


But of course I can live with the old icon.

CU

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


[PATCH] delete double entry (see line 345)

2013-02-02 Thread Joren De Cuyper (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1956

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/56/1956/1

delete double entry (see line 345)

Change-Id: I5be1d34ae5de4e9e2b49b97dc161d2ba06204cd5
---
M svx/source/dialog/ucsubset.src
1 file changed, 0 insertions(+), 4 deletions(-)



diff --git a/svx/source/dialog/ucsubset.src b/svx/source/dialog/ucsubset.src
index 3ecc327..5bf5d36 100644
--- a/svx/source/dialog/ucsubset.src
+++ b/svx/source/dialog/ucsubset.src
@@ -866,10 +866,6 @@
 {
 Text [ en-US ] = Alchemical Symbols;
 };
-String RID_SUBSETSTR_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D
-{
-Text [ en-US ] = CJK Unified Ideographs Extension D;
-};
 String RID_SUBSETSTR_ARABIC_EXTENDED_A
 {
 Text [ en-US ] = Arabic Extended-A;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5be1d34ae5de4e9e2b49b97dc161d2ba06204cd5
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Joren De Cuyper joren.libreoff...@telenet.be
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] Use application background consistently in Draw, fdo#59042

2013-02-02 Thread Robert Roth (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1957

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/57/1957/1

Use application background consistently in Draw, fdo#59042

Change-Id: I990a88b2726a7fafe8b15179962f004008090c7a
---
M sd/source/ui/view/drviews4.cxx
M sd/source/ui/view/drviews5.cxx
2 files changed, 2 insertions(+), 16 deletions(-)



diff --git a/sd/source/ui/view/drviews4.cxx b/sd/source/ui/view/drviews4.cxx
index fe92bc0..c3511c9 100644
--- a/sd/source/ui/view/drviews4.cxx
+++ b/sd/source/ui/view/drviews4.cxx
@@ -335,14 +335,7 @@
 svtools::ColorConfig aColorConfig;
 Color aFillColor;
 
-if(DOCUMENT_TYPE_IMPRESS == GetDoc()-GetDocumentType())
-{
-aFillColor = Color( aColorConfig.GetColorValue( 
svtools::APPBACKGROUND ).nColor );
-}
-else
-{
-aFillColor = Color( aColorConfig.GetColorValue( 
svtools::DOCCOLOR ).nColor );
-}
+aFillColor = Color( aColorConfig.GetColorValue( 
svtools::APPBACKGROUND ).nColor );
 
 mpDrawView-SetApplicationBackgroundColor(aFillColor);
 }
diff --git a/sd/source/ui/view/drviews5.cxx b/sd/source/ui/view/drviews5.cxx
index 6ae7a0a..2df7ffc 100644
--- a/sd/source/ui/view/drviews5.cxx
+++ b/sd/source/ui/view/drviews5.cxx
@@ -435,14 +435,7 @@
 svtools::ColorConfig aColorConfig;
 Color aFillColor;
 
-if(DOCUMENT_TYPE_IMPRESS == GetDoc()-GetDocumentType())
-{
-aFillColor = Color( aColorConfig.GetColorValue( svtools::APPBACKGROUND 
).nColor );
-}
-else
-{
-aFillColor = Color( aColorConfig.GetColorValue( svtools::DOCCOLOR 
).nColor );
-}
+aFillColor = Color( aColorConfig.GetColorValue( svtools::APPBACKGROUND 
).nColor );
 
 /* This is done before each text edit, so why not do it before every paint.
 The default language is only used if the outliner only 
contains one

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I990a88b2726a7fafe8b15179962f004008090c7a
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Robert Roth robert.roth@gmail.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] Start center background color uses application background co...

2013-02-02 Thread Robert Roth (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1958

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/58/1958/1

Start center background color uses application background color, fdo51535

Change-Id: I781ea544e052e775f5cc1d709c5c3a319025ab12
---
M framework/source/services/backingwindow.cxx
1 file changed, 2 insertions(+), 1 deletion(-)



diff --git a/framework/source/services/backingwindow.cxx 
b/framework/source/services/backingwindow.cxx
index d633f87..819ec5e 100644
--- a/framework/source/services/backingwindow.cxx
+++ b/framework/source/services/backingwindow.cxx
@@ -40,6 +40,7 @@
 #include svtools/imagemgr.hxx
 #include svtools/svtools.hrc
 #include svtools/langhelp.hxx
+#include svtools/colorcfg.hxx
 
 #include comphelper/processfactory.hxx
 #include comphelper/sequenceashashmap.hxx
@@ -660,7 +661,7 @@
 
 void BackingWindow::Paint( const Rectangle )
 {
-Wallpaper aBack( GetSettings().GetStyleSettings().GetWorkspaceColor() );
+Wallpaper aBack( 
svtools::ColorConfig().GetColorValue(::svtools::APPBACKGROUND).nColor );
 Region aClip( Rectangle( Point( 0, 0 ), GetOutputSizePixel() ) );
 Rectangle aBmpRect(maControlRect);
 aBmpRect.Left()   -= nShadowLeft;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I781ea544e052e775f5cc1d709c5c3a319025ab12
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Robert Roth robert.roth@gmail.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH libreoffice-4-0] bnc#801152: Scan all columns to determine the first data row...

2013-02-02 Thread Kohei Yoshida (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1959

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/59/1959/1

bnc#801152: Scan all columns to determine the first data row.

When scanning the entire data range in an attempt to determine where
the first data row is, we shouldn't stop at the first column.  We should
scan all data columns to make sure we pick the lowest value row
position among all columns.

Change-Id: I693ec169857b181c6b4237efcba3fa6a46eaa531
---
M sc/source/ui/unoobj/chart2uno.cxx
1 file changed, 4 insertions(+), 3 deletions(-)



diff --git a/sc/source/ui/unoobj/chart2uno.cxx 
b/sc/source/ui/unoobj/chart2uno.cxx
index 5ea6f54..e877469 100644
--- a/sc/source/ui/unoobj/chart2uno.cxx
+++ b/sc/source/ui/unoobj/chart2uno.cxx
@@ -294,13 +294,14 @@
 bool bFoundValues = false;
 bool bFoundAnything = false;
 FormulaTokenMapMap::const_iterator it1 = rCols.begin();
-for (SCCOL nCol = 0; !bFoundValues  nCol  nAllColCount; ++nCol)
+for (SCCOL nCol = 0; nCol  nAllColCount; ++nCol)
 {
 if (it1 != rCols.end()  nCol=nHeaderColCount)
 {
+bool bFoundValuesInRow = false;
 FormulaTokenMap* pCol = it1-second;
 FormulaTokenMap::const_iterator it2 = pCol-begin();
-for (SCROW nRow = 0; !bFoundValues  nRow  
nSmallestValueRowIndex  it2 != pCol-end(); ++nRow)
+for (SCROW nRow = 0; !bFoundValuesInRow  nRow  
nSmallestValueRowIndex  it2 != pCol-end(); ++nRow)
 {
 FormulaToken* pToken = it2-second;
 if (pToken  nRow=nHeaderRowCount)
@@ -318,7 +319,7 @@
 aRange.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, 
nTab2 );
 if (pDoc  pDoc-HasValueData( nCol1, nRow1, nTab1 ))
 {
-bFoundValues = bFoundAnything = true;
+bFoundValuesInRow = bFoundValues = bFoundAnything 
= true;
 nSmallestValueRowIndex = std::min( 
nSmallestValueRowIndex, nRow );
 }
 if( !bFoundAnything )

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I693ec169857b181c6b4237efcba3fa6a46eaa531
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Kohei Yoshida kohei.yosh...@gmail.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] fix if statement and translate German OSL_ENSURE

2013-02-02 Thread Joren De Cuyper (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1960

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/60/1960/1

fix if statement and translate German OSL_ENSURE

Change-Id: I3eefa563e00e6a4dcb3f1e5726bdf6d27f536624
---
M sw/source/core/txtnode/ndtxt.cxx
1 file changed, 4 insertions(+), 5 deletions(-)



diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx
index ab4cd3c..703e632 100644
--- a/sw/source/core/txtnode/ndtxt.cxx
+++ b/sw/source/core/txtnode/ndtxt.cxx
@@ -1071,10 +1071,9 @@
 {
 SetAttrListLevel(nNewLevel);
 }
-
+if (pDoc)
 {
-if (pDoc)
-pDoc-GetNodes().UpdateOutlineNode(*this);
+pDoc-GetNodes().UpdateOutlineNode(*this);
 }
 
 
@@ -3575,9 +3574,9 @@
 
 SwFmtColl* SwTxtNode::ChgFmtColl( SwFmtColl *pNewColl )
 {
-OSL_ENSURE( pNewColl,ChgFmtColl: Collectionpointer ist 0. );
+OSL_ENSURE( pNewColl,ChgFmtColl: Collectionpointer has value 0. );
 OSL_ENSURE( HAS_BASE( SwTxtFmtColl, pNewColl ),
-ChgFmtColl: ist kein Text-Collectionpointer. );
+ChgFmtColl: is not a Text Collection pointer. );
 
 SwTxtFmtColl *pOldColl = GetTxtColl();
 if( pNewColl != pOldColl )

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3eefa563e00e6a4dcb3f1e5726bdf6d27f536624
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Joren De Cuyper joren.libreoff...@telenet.be
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] fix fdo#59892 completely and fdo#33302 partially.

2013-02-02 Thread navin patidar (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1961

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/61/1961/1

fix fdo#59892 completely and fdo#33302 partially.

fix fdo#33302 for rtl scripts in cal,impress and draw.

Change-Id: I83b1e077faf0f2578308e03b7598557f60e7cfd8
---
M editeng/source/editeng/impedit3.cxx
1 file changed, 4 insertions(+), 3 deletions(-)



diff --git a/editeng/source/editeng/impedit3.cxx 
b/editeng/source/editeng/impedit3.cxx
index 964579c..9aba093 100644
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx
@@ -4288,7 +4288,7 @@
 void ImpEditEngine::ImplInitLayoutMode( OutputDevice* pOutDev, sal_uInt16 
nPara, sal_uInt16 nIndex )
 {
 sal_Bool bCTL = sal_False;
-sal_uInt8 bR2L = sal_False;
+sal_Bool bR2L = sal_False;
 if ( nIndex == 0x )
 {
 bCTL = HasScriptType( nPara, i18n::ScriptType::COMPLEX );
@@ -4299,8 +4299,9 @@
 ContentNode* pNode = GetEditDoc().GetObject( nPara );
 short nScriptType = GetScriptType( EditPaM( pNode, nIndex+1 ) );
 bCTL = nScriptType == i18n::ScriptType::COMPLEX;
-bR2L = GetRightToLeft( nPara, nIndex + 1);  // this change was 
discussed in issue 37190
-// it also works for issue 
55927
+// this change was discussed in issue 37190
+bR2L = GetRightToLeft( nPara, nIndex + 1) == 1 /*RTL*/ ? true : false;
+// it also works for issue 55927
 }
 
 sal_uLong nLayoutMode = pOutDev-GetLayoutMode();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I83b1e077faf0f2578308e03b7598557f60e7cfd8
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: navin patidar pati...@kacst.edu.sa
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PUSHED] fix fdo#59892 completely and fdo#33302 partially.

2013-02-02 Thread Ahmad Harthi (via Code Review)
Hi,

Thank you for your patch!  It has been merged to LibreOffice.

If you are interested in details, please visit

https://gerrit.libreoffice.org/1961

Approvals:
  Ahmad Harthi: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I83b1e077faf0f2578308e03b7598557f60e7cfd8
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: navin patidar pati...@kacst.edu.sa
Gerrit-Reviewer: Ahmad Harthi aalhar...@kacst.edu.sa
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] Converted Edit - Changes - Accept or reject Widget.

2013-02-02 Thread Abdulelah Alarifi (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1963

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/63/1963/1

Converted Edit - Changes - Accept or reject Widget.

Change-Id: I70f53ce73bf8e0c96b588fb15ec2a6bcd845e8da
---
A cui/uiconfig/ui/acceptrejectchanges.ui
1 file changed, 447 insertions(+), 0 deletions(-)



diff --git a/cui/uiconfig/ui/acceptrejectchanges.ui 
b/cui/uiconfig/ui/acceptrejectchanges.ui
new file mode 100644
index 000..64bff8e
--- /dev/null
+++ b/cui/uiconfig/ui/acceptrejectchanges.ui
@@ -0,0 +1,447 @@
+?xml version=1.0 encoding=UTF-8?
+interface
+  !-- interface-requires gtk+ 3.0 --
+  object class=GtkAction id=action1/
+  object class=GtkAction id=action2/
+  object class=GtkWindow id=Accept or Reject Changes
+property name=can_focusFalse/property
+child
+  object class=GtkNotebook id=notebook1
+property name=visibleTrue/property
+property name=can_focusTrue/property
+child
+  object class=GtkBox id=box1
+property name=visibleTrue/property
+property name=can_focusFalse/property
+property name=orientationvertical/property
+property name=spacing6/property
+child
+  object class=GtkBox id=box2
+property name=visibleTrue/property
+property name=can_focusFalse/property
+property name=orientationvertical/property
+child
+  object class=GtkBox id=box3
+property name=visibleTrue/property
+property name=can_focusFalse/property
+property name=spacing30/property
+child
+  object class=GtkLabel id=label3
+property name=visibleTrue/property
+property name=can_focusFalse/property
+property name=xalign0/property
+property name=label 
translatable=yesAction/property
+  /object
+  packing
+property name=expandFalse/property
+property name=fillTrue/property
+property name=position0/property
+  /packing
+/child
+child
+  object class=GtkLabel id=label4
+property name=visibleTrue/property
+property name=can_focusFalse/property
+property name=xalign0/property
+property name=label 
translatable=yesAuthor/property
+  /object
+  packing
+property name=expandFalse/property
+property name=fillTrue/property
+property name=position1/property
+  /packing
+/child
+child
+  object class=GtkLabel id=label5
+property name=visibleTrue/property
+property name=can_focusFalse/property
+property name=xalign0/property
+property name=label 
translatable=yesDate/property
+  /object
+  packing
+property name=expandFalse/property
+property name=fillTrue/property
+property name=position2/property
+  /packing
+/child
+child
+  object class=GtkLabel id=label6
+property name=visibleTrue/property
+property name=can_focusFalse/property
+property name=xalign0/property
+property name=label 
translatable=yesComment/property
+  /object
+  packing
+property name=expandFalse/property
+property name=fillTrue/property
+property name=position3/property
+  /packing
+/child
+  /object
+  packing
+property name=expandFalse/property
+property name=fillTrue/property
+property name=position0/property
+  /packing
+/child
+child
+  object class=GtkScrolledWindow id=scrolledwindow1
+property name=visibleTrue/property
+property name=can_focusTrue/property
+property name=shadow_typein/property
+child
+  placeholder/
+/child
+  /object
+  packing
+property 

[PATCH] Fixes fdo#46186, The Table Remains in the defined writing mo...

2013-02-02 Thread gokul s (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1964

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/64/1964/1

Fixes fdo#46186, The Table Remains in the defined writing mode.

The table in impress is drawn under the rectangular are, on Selecting
the table it was only selecting the rectangular area and not the cells
inside, Making the layout to be as RTL which was mirroring the table.

But, We need the table to be in RTL Writing mode and not mirroring the
table. Now on applying my patch, If table is selected, it will select
the entire cells inside which is the actual table and the functionality
works fine.

Change-Id: I9d6bdde5019322488be66fa89a6488d348b2cf44
---
M svx/source/table/tablecontroller.cxx
1 file changed, 7 insertions(+), 0 deletions(-)



diff --git a/svx/source/table/tablecontroller.cxx 
b/svx/source/table/tablecontroller.cxx
index 9368675..76a2fd7 100644
--- a/svx/source/table/tablecontroller.cxx
+++ b/svx/source/table/tablecontroller.cxx
@@ -366,6 +366,13 @@
 const SdrMarkList rMarkList= mpView-GetMarkedObjectList();
 if( rMarkList.GetMarkCount() == 1 )
 bSelected = mxTableObj.get() == 
rMarkList.GetMark(0)-GetMarkedSdrObj();
+/* Selecting the table means selecting the entire cells inturn*/
+if(!hasSelectedCells())
+{
+maCursorFirstPos = pTableObj-getFirstCell();
+maCursorLastPos = pTableObj-getLastCell();
+mbCellSelectionMode=true;
+}
 }
 
 if( bSelected )

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9d6bdde5019322488be66fa89a6488d348b2cf44
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: gokul s gswaminat...@kacst.edu.sa
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH libreoffice-4-0] fdo#48440 fix import of RTF_PAGE between text frames

2013-02-02 Thread Miklos Vajna (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1965

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/65/1965/1

fdo#48440 fix import of RTF_PAGE between text frames

Normally such a page break is surrounded by text, and text() already
calls checkNeedPap(), but in case the whole paragraph contains a page
break only, we need it here as well.

(cherry picked from commit b70f74cb5f4b499f14831fd6ad49d9238735e6ef)

Conflicts:
sw/qa/extras/rtfimport/rtfimport.cxx

Change-Id: I3961272d77c743e0e6da2d5052e57cec5f5937e7
---
M writerfilter/source/rtftok/rtfdocumentimpl.cxx
1 file changed, 1 insertion(+), 0 deletions(-)



diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx 
b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index c961c7d..220460b 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -1819,6 +1819,7 @@
 }
 else
 {
+checkNeedPap();
 sal_uInt8 sBreak[] = { 0xc };
 Mapper().text(sBreak, 1);
 if (!m_bNeedPap)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3961272d77c743e0e6da2d5052e57cec5f5937e7
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Miklos Vajna vmik...@suse.cz
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] Converted Edit - Changes - Protect Records Widget.

2013-02-02 Thread Abdulelah Alarifi (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1966

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/66/1966/1

Converted Edit - Changes - Protect Records Widget.

Change-Id: I3803adf63d2cbe9b036a47479befe8bf21bac10b
---
A cui/uiconfig/ui/protectrecords.ui
1 file changed, 204 insertions(+), 0 deletions(-)



diff --git a/cui/uiconfig/ui/protectrecords.ui 
b/cui/uiconfig/ui/protectrecords.ui
new file mode 100644
index 000..c0498d3
--- /dev/null
+++ b/cui/uiconfig/ui/protectrecords.ui
@@ -0,0 +1,204 @@
+?xml version=1.0 encoding=UTF-8?
+interface
+  !-- interface-requires gtk+ 3.0 --
+  object class=GtkAction id=action1/
+  object class=GtkDialog id=Enter Password
+property name=can_focusFalse/property
+property name=border_width5/property
+property name=type_hintdialog/property
+child internal-child=vbox
+  object class=GtkBox id=dialog-vbox1
+property name=can_focusFalse/property
+property name=orientationvertical/property
+property name=spacing6/property
+child internal-child=action_area
+  object class=GtkButtonBox id=dialog-action_area1
+property name=can_focusFalse/property
+property name=layout_stylecenter/property
+child
+  object class=GtkButton id=help
+property name=labelgtk-help/property
+property name=visibleTrue/property
+property name=can_focusTrue/property
+property name=receives_defaultTrue/property
+property name=use_stockTrue/property
+  /object
+  packing
+property name=expandFalse/property
+property name=fillTrue/property
+property name=position0/property
+  /packing
+/child
+child
+  object class=GtkButton id=ok
+property name=labelgtk-ok/property
+property name=visibleTrue/property
+property name=can_focusTrue/property
+property name=receives_defaultTrue/property
+property name=use_stockTrue/property
+  /object
+  packing
+property name=expandFalse/property
+property name=fillTrue/property
+property name=position1/property
+  /packing
+/child
+child
+  object class=GtkButton id=cancel
+property name=labelgtk-cancel/property
+property name=visibleTrue/property
+property name=can_focusTrue/property
+property name=receives_defaultTrue/property
+property name=use_stockTrue/property
+  /object
+  packing
+property name=expandFalse/property
+property name=fillTrue/property
+property name=position2/property
+  /packing
+/child
+  /object
+  packing
+property name=expandFalse/property
+property name=fillTrue/property
+property name=pack_typeend/property
+property name=position0/property
+  /packing
+/child
+child
+  object class=GtkBox id=box1
+property name=visibleTrue/property
+property name=can_focusFalse/property
+property name=orientationvertical/property
+property name=spacing6/property
+child
+  object class=GtkFrame id=frame1
+property name=visibleTrue/property
+property name=can_focusFalse/property
+property name=label_xalign0/property
+property name=shadow_typenone/property
+child
+  object class=GtkAlignment id=alignment1
+property name=visibleTrue/property
+property name=can_focusFalse/property
+property name=left_padding12/property
+child
+  object class=GtkGrid id=grid1
+property name=visibleTrue/property
+property name=can_focusFalse/property
+property name=row_spacing6/property
+property name=column_spacing6/property
+child
+  object class=GtkLabel id=label3
+property name=visibleTrue/property
+property name=can_focusFalse/property
+property name=xalign0/property
+property name=label 
translatable=yes_Password/property
+property name=use_underlineTrue/property
+  /object
+  packing
+property name=left_attach0/property
+ 

[PATCH] Better wording for several Actions

2013-02-02 Thread Samuel Mehrbrodt (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1967

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/67/1967/1

Better wording for several Actions

Change-Id: I948f10518510d017d69a883c68d4e9dda94b7bb6
---
M sc/source/ui/src/hdrcont.src
M sw/source/ui/lingu/olmenu.src
2 files changed, 9 insertions(+), 9 deletions(-)



diff --git a/sc/source/ui/src/hdrcont.src b/sc/source/ui/src/hdrcont.src
index 6447271..7a7d070 100644
--- a/sc/source/ui/src/hdrcont.src
+++ b/sc/source/ui/src/hdrcont.src
@@ -77,19 +77,19 @@
 {
 Identifier = FID_INS_ROW ;
 HelpId = CMD_FID_INS_ROW ;
-Text [ en-US ] = ~Insert Rows ;
+Text [ en-US ] = ~Insert Rows above ;
 };
 MenuItem
 {
 Identifier = SID_DEL_ROWS ;
 HelpId = CMD_SID_DEL_ROWS ;
-Text [ en-US ] = ~Delete Rows ;
+Text [ en-US ] = ~Delete selected Rows ;
 };
 MenuItem
 {
 Identifier = SID_DELETE ;
 HelpId = CMD_SID_DELETE ;
-Text [ en-US ] = De~lete Contents... ;
+Text [ en-US ] = De~lete Row Contents... ;
 };
  //--
 MenuItem { Separator = TRUE ; };
@@ -148,19 +148,19 @@
 {
 Identifier = FID_INS_COLUMN ;
 HelpId = CMD_FID_INS_COLUMN ;
-Text [ en-US ] = ~Insert Columns ;
+Text [ en-US ] = ~Insert Columns left ;
 };
 MenuItem
 {
 Identifier = SID_DEL_COLS ;
 HelpId = CMD_SID_DEL_COLS ;
-Text [ en-US ] = ~Delete Columns ;
+Text [ en-US ] = ~Delete selected Columns ;
 };
 MenuItem
 {
 Identifier = SID_DELETE ;
 HelpId = CMD_SID_DELETE ;
-Text [ en-US ] = D~elete Contents... ;
+Text [ en-US ] = D~elete Column Contents... ;
 };
  //--
 MenuItem { Separator = TRUE ; };
diff --git a/sw/source/ui/lingu/olmenu.src b/sw/source/ui/lingu/olmenu.src
index c5da211..e5f2dd3 100644
--- a/sw/source/ui/lingu/olmenu.src
+++ b/sw/source/ui/lingu/olmenu.src
@@ -40,13 +40,13 @@
 SubMenu = Menu
 {
 };
-Text [ en-US ] = ~Add to dictionary ;
+Text [ en-US ] = ~Add to Dictionary ;
 };
 MenuItem
 {
 Identifier = MN_ADD_TO_DIC_SINGLE ;
 HelpID = HID_LINGU_ADD_WORD ;
-Text [ en-US ] = ~Add to dictionary ;
+Text [ en-US ] = ~Add to Dictionary ;
 };
 MenuItem
 {
@@ -87,7 +87,7 @@
 SubMenu = Menu
 {
 };
-Text [ en-US ] = Set Language for all Text ;
+Text [ en-US ] = Set Language for the Document ;
 };
 */
 };

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I948f10518510d017d69a883c68d4e9dda94b7bb6
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Samuel Mehrbrodt s.mehrbr...@gmail.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PUSHED libreoffice-4-0] bnc#801152: Scan all columns to determine the first data row...

2013-02-02 Thread Markus Mohrhard (via Code Review)
Hi,

Thank you for your patch!  It has been merged to LibreOffice.

If you are interested in details, please visit

https://gerrit.libreoffice.org/1959

Approvals:
  Markus Mohrhard: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I693ec169857b181c6b4237efcba3fa6a46eaa531
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Kohei Yoshida kohei.yosh...@gmail.com
Gerrit-Reviewer: Markus Mohrhard markus.mohrh...@googlemail.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PUSHED libreoffice-3-6] resolved fdo#60078 correctly calculate IMCSCH and IMSECH

2013-02-02 Thread Markus Mohrhard (via Code Review)
Hi,

Thank you for your patch!  It has been merged to LibreOffice.

If you are interested in details, please visit

https://gerrit.libreoffice.org/1927

Approvals:
  Markus Mohrhard: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: If502b708069d7fcbe09e954b26ce8b7268b6
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: libreoffice-3-6
Gerrit-Owner: Eike Rathke er...@redhat.com
Gerrit-Reviewer: Markus Mohrhard markus.mohrh...@googlemail.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PUSHED] delete double entry (see line 345)

2013-02-02 Thread Eike Rathke (via Code Review)
Hi,

Thank you for your patch!  It has been merged to LibreOffice.

If you are interested in details, please visit

https://gerrit.libreoffice.org/1956

Approvals:
  Eike Rathke: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5be1d34ae5de4e9e2b49b97dc161d2ba06204cd5
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Joren De Cuyper joren.libreoff...@telenet.be
Gerrit-Reviewer: Eike Rathke er...@redhat.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PUSHED] fix if statement and translate German OSL_ENSURE

2013-02-02 Thread Eike Rathke (via Code Review)
Hi,

Thank you for your patch!  It has been merged to LibreOffice.

If you are interested in details, please visit

https://gerrit.libreoffice.org/1960

Approvals:
  Eike Rathke: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3eefa563e00e6a4dcb3f1e5726bdf6d27f536624
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Joren De Cuyper joren.libreoff...@telenet.be
Gerrit-Reviewer: Eike Rathke er...@redhat.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2013-02-02 Thread Miklos Vajna
 sw/qa/extras/rtfimport/data/fdo58646.rtf   |7 +++
 sw/qa/extras/rtfimport/rtfimport.cxx   |8 
 writerfilter/source/rtftok/rtfdocumentimpl.cxx |4 +++-
 3 files changed, 18 insertions(+), 1 deletion(-)

New commits:
commit 3974e9952102dbfb4f004872768b1096133bd9a5
Author: Miklos Vajna vmik...@suse.cz
Date:   Sat Feb 2 15:29:24 2013 +0100

fdo#58646 fix import of RTF_PAGE in cont section when having titlepg

Change-Id: Ia632edb24869ddfb76a029fdb460bcf24d9a2059

diff --git a/sw/qa/extras/rtfimport/data/fdo58646.rtf 
b/sw/qa/extras/rtfimport/data/fdo58646.rtf
new file mode 100644
index 000..4314272
--- /dev/null
+++ b/sw/qa/extras/rtfimport/data/fdo58646.rtf
@@ -0,0 +1,7 @@
+{\rtf1
+\sbknone
+\titlepg
+first page
+\page\par 
+second page
+}
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx 
b/sw/qa/extras/rtfimport/rtfimport.cxx
index f1e9626..ab8ac50 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -138,6 +138,7 @@ public:
 void testFdo58933();
 void testFdo44053();
 void testFdo48440();
+void testFdo58646();
 
 CPPUNIT_TEST_SUITE(Test);
 #if !defined(MACOSX)  !defined(WNT)
@@ -247,6 +248,7 @@ void Test::run()
 {fdo58933.rtf, Test::testFdo58933},
 {fdo44053.rtf, Test::testFdo44053},
 {fdo48440.rtf, Test::testFdo48440},
+{fdo58646.rtf, Test::testFdo58646},
 };
 header();
 for (unsigned int i = 0; i  SAL_N_ELEMENTS(aMethods); ++i)
@@ -1070,6 +1072,12 @@ void Test::testFdo48440()
 CPPUNIT_ASSERT_EQUAL(2, getPages());
 }
 
+void Test::testFdo58646()
+{
+// Page break was ignored inside a continous section, on title page.
+CPPUNIT_ASSERT_EQUAL(2, getPages());
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(Test);
 
 CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx 
b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 4f47d9d..3aed3b4 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -1804,7 +1804,9 @@ int RTFDocumentImpl::dispatchSymbol(RTFKeyword nKeyword)
 {
 // If we're inside a continous section, we should send a 
section break, not a page one.
 RTFValue::Pointer_t pBreak = 
m_aStates.top().aSectionSprms.find(NS_sprm::LN_SBkc);
-if (pBreak.get()  !pBreak-getInt())
+// Unless we're on a title page.
+RTFValue::Pointer_t pTitlePg = 
m_aStates.top().aSectionSprms.find(NS_ooxml::LN_EG_SectPrContents_titlePg);
+if ((pBreak.get()  !pBreak-getInt())  !(pTitlePg.get()  
pTitlePg-getInt()))
 {
 if (m_bWasInFrame)
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Bug 54157 depends on bug 59767, which changed state.

Bug 59767 Summary: Missing second button row in (Polish) Page Format dialog 
with very long texts in buttons
https://bugs.freedesktop.org/show_bug.cgi?id=59767

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sc/qa sfx2/source

2013-02-02 Thread Michael Stahl
 sc/qa/unit/subsequent_export-test.cxx |8 
 sfx2/source/doc/docfile.cxx   |   19 ++-
 2 files changed, 10 insertions(+), 17 deletions(-)

New commits:
commit 6523f78456c9f78fb842b7215eb84a96f4e92472
Author: Michael Stahl mst...@redhat.com
Date:   Thu Jan 31 23:19:54 2013 +0100

fdo#59022: revert SfxMedium::GetOutputStream(): re-use existing XStream

Revert commit 0c2206081de38a41597aadfb2255540d6308be63, since this
apparently causes failure to open ODF files via SMB on Linux.

Instead of changing SfxMedium, adjust the ScExportTest: when saving
XLSX files interactively, the SfxFilter::lFormat is always 0, which
causes SfxObjectShell::SaveTo_Impl not to call
SfxMedium::GetOutputStorage() at all, working around the locking issue
on WNT.

Change-Id: I0ab8b4262475e4c8425eebb1413997457e5e9417
(cherry picked from commit 0799130b0ba954715d00feb93cef83dd48e29889)
Reviewed-on: https://gerrit.libreoffice.org/1952
Reviewed-by: Miklos Vajna vmik...@suse.cz
Tested-by: Miklos Vajna vmik...@suse.cz

diff --git a/sc/qa/unit/subsequent_export-test.cxx 
b/sc/qa/unit/subsequent_export-test.cxx
index 7b0fde8..26fe25c 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -125,7 +125,7 @@ ScDocShellRef 
ScExportTest::saveAndReloadPassword(ScDocShell* pShell, const rtl:
 aTempFile.EnableKillingFile();
 SfxMedium aStoreMedium( aTempFile.GetURL(), STREAM_STD_WRITE );
 sal_uInt32 nExportFormat = 0;
-if (nFormatType)
+if (nFormatType == ODS_FORMAT_TYPE)
 nExportFormat = SFX_FILTER_EXPORT | SFX_FILTER_USESOPTIONS;
 SfxFilter* pExportFilter = new SfxFilter(
 rFilter,
@@ -148,7 +148,7 @@ ScDocShellRef 
ScExportTest::saveAndReloadPassword(ScDocShell* pShell, const rtl:
 //std::cout  File:   aTempFile.GetURL()  std::endl;
 
 sal_uInt32 nFormat = 0;
-if (nFormatType)
+if (nFormatType == ODS_FORMAT_TYPE)
 nFormat = SFX_FILTER_IMPORT | SFX_FILTER_USESOPTIONS;
 
 OUString aPass(test);
@@ -163,7 +163,7 @@ ScDocShellRef ScExportTest::saveAndReload(ScDocShell* 
pShell, const rtl::OUStrin
 aTempFile.EnableKillingFile();
 SfxMedium aStoreMedium( aTempFile.GetURL(), STREAM_STD_WRITE );
 sal_uInt32 nExportFormat = 0;
-if (nFormatType)
+if (nFormatType == ODS_FORMAT_TYPE)
 nExportFormat = SFX_FILTER_EXPORT | SFX_FILTER_USESOPTIONS;
 SfxFilter* pExportFilter = new SfxFilter(
 rFilter,
@@ -177,7 +177,7 @@ ScDocShellRef ScExportTest::saveAndReload(ScDocShell* 
pShell, const rtl::OUStrin
 //std::cout  File:   aTempFile.GetURL()  std::endl;
 
 sal_uInt32 nFormat = 0;
-if (nFormatType)
+if (nFormatType == ODS_FORMAT_TYPE)
 nFormat = SFX_FILTER_IMPORT | SFX_FILTER_USESOPTIONS;
 
 return load(aTempFile.GetURL(), rFilter, rUserData, rTypeName, nFormat, 
nFormatType);
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index 85b7981..3ce8ab7 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -636,20 +636,13 @@ SvStream* SfxMedium::GetOutStream()
 
 if ( pImp-pTempFile )
 {
-// try to re-use XOutStream from xStream if that exists;
-// opening new SvFileStream in this situation may fail on
-// Windows with ERROR_SHARING_VIOLATION
-if (pImp-xStream.is())
-{
-assert(pImp-xStream-getOutputStream().is()); // need that...
-pImp-m_pOutStream = utl::UcbStreamHelper::CreateStream(
-pImp-xStream, false);
-}
-else
-{
-pImp-m_pOutStream = new SvFileStream(
+// don't try to re-use XOutStream from xStream if that exists;
+// it causes fdo#59022 (fails opening files via SMB on Linux)
+// OTOH opening new SvFileStream in this situation may fail on
+// Windows with ERROR_SHARING_VIOLATION... but that is apparently
+// not a problem in practice currently
+pImp-m_pOutStream = new SvFileStream(
 pImp-m_aName, STREAM_STD_READWRITE);
-}
 CloseStorage();
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: formula/inc sc/qa sc/source sc/util

2013-02-02 Thread Winfried Donkers
 formula/inc/formula/opcode.hxx   |2 
 sc/qa/unit/ucalc.cxx |   56 
 sc/source/core/inc/interpre.hxx  |1 
 sc/source/core/tool/interpr1.cxx |   98 +++
 sc/source/core/tool/interpr4.cxx |1 
 sc/source/filter/oox/formulabase.cxx |2 
 sc/source/ui/src/scfuncs.src |   16 -
 sc/util/hidother.src |1 
 8 files changed, 171 insertions(+), 6 deletions(-)

New commits:
commit 06b8f15c8dd23504b8e087451ee5c82eb74edd81
Author: Winfried Donkers o...@dci-electronics.nl
Date:   Mon Jan 28 16:19:00 2013 +0100

fdo#57180 add calc function NUMBERVALUE as defined in ODFF1.2

Conflicts:

sc/source/filter/excel/xlformula.cxx
sc/source/filter/oox/formulabase.cxx

Change-Id: I6ee01764ae9fc27854fd3bd8a630b9d3560192e5
Reviewed-on: https://gerrit.libreoffice.org/1477
Reviewed-by: Eike Rathke er...@redhat.com
Tested-by: Eike Rathke er...@redhat.com

diff --git a/formula/inc/formula/opcode.hxx b/formula/inc/formula/opcode.hxx
index e37395e..007bcd9 100644
--- a/formula/inc/formula/opcode.hxx
+++ b/formula/inc/formula/opcode.hxx
@@ -301,6 +301,7 @@ enum OpCodeEnum
 ocSubstitute= SC_OPCODE_SUBSTITUTE,
 ocRept  = SC_OPCODE_REPT,
 ocConcat= SC_OPCODE_CONCAT,
+ocNumberValue   = SC_OPCODE_NUMBERVALUE,
 // Matrix functions
 ocMatValue  = SC_OPCODE_MAT_VALUE,
 ocMatDet= SC_OPCODE_MAT_DET,
@@ -395,7 +396,6 @@ enum OpCodeEnum
 ocHyperLink = SC_OPCODE_HYPERLINK,
 ocGetPivotData  = SC_OPCODE_GET_PIVOT_DATA,
 ocEuroConvert   = SC_OPCODE_EUROCONVERT,
-ocNumberValue   = SC_OPCODE_NUMBERVALUE,
 // internal stuff
 ocInternalBegin = SC_OPCODE_INTERNAL_BEGIN,
 ocTTT   = SC_OPCODE_TTT,
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 5558ead..09ada38 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -750,6 +750,60 @@ void testFuncIFERROR(ScDocument* pDoc)
 }
 }
 
+void testFuncNUMBERVALUE( ScDocument* pDoc )
+{
+// NUMBERVALUE fdo#57180
+
+// Empty A1:A39 first.
+clearRange(pDoc, ScRange(0, 0, 0, 0, 40, 0));
+
+// Raw data (rows 1 through 6)
+const char* aData[] = {
+1ag9a9b9,
+1ag34 5g g6  78b9%%,
+1 234d56E-2,
+d4,
+54.4,
+1a2b3e1%
+};
+
+SCROW nRows = SAL_N_ELEMENTS(aData);
+for (SCROW i = 0; i  nRows; ++i)
+pDoc-SetString(0, i, 0, rtl::OUString::createFromAscii(aData[i]));
+
+printRange(pDoc, ScRange(0, 0, 0, 0, nRows - 1, 0), data range for 
NUMBERVALUE);
+
+// formulas and results
+struct {
+const char* pFormula; const char* pResult;
+} aChecks[] = {
+{ =NUMBERVALUE(A1;\b\;\ag\),  199.9 },
+{ =NUMBERVALUE(A2;\b\;\ag\),  134.56789 },
+{ =NUMBERVALUE(A2;\b\;\g\),   Err:502 },
+{ =NUMBERVALUE(A3;\d\), 12.3456 },
+{ =NUMBERVALUE(A4;\d\;\foo\), 0.4 },
+{ =NUMBERVALUE(A4;),  Err:502 },
+{ =NUMBERVALUE(A5;),  Err:502 },
+{ =NUMBERVALUE(A6;\b\;\a\),   1.23 }
+};
+
+nRows = SAL_N_ELEMENTS(aChecks);
+for (SCROW i = 0; i  nRows; ++i)
+{
+SCROW nRow = 20 + i;
+pDoc-SetString(0, nRow, 0, 
rtl::OUString::createFromAscii(aChecks[i].pFormula));
+}
+pDoc-CalcAll();
+
+for (SCROW i = 0; i  nRows; ++i)
+{
+SCROW nRow = 20 + i;
+rtl::OUString aResult = pDoc-GetString(0, nRow, 0);
+CPPUNIT_ASSERT_EQUAL_MESSAGE(
+aChecks[i].pFormula, OUString::createFromAscii( 
aChecks[i].pResult), aResult);
+}
+}
+
 void testFuncVLOOKUP(ScDocument* pDoc)
 {
 // VLOOKUP
@@ -1141,6 +1195,7 @@ void Test::testCellFunctions()
 testFuncN(m_pDoc);
 testFuncCOUNTIF(m_pDoc);
 testFuncIFERROR(m_pDoc);
+testFuncNUMBERVALUE(m_pDoc);
 testFuncVLOOKUP(m_pDoc);
 testFuncMATCH(m_pDoc);
 testFuncCELL(m_pDoc);
@@ -4571,6 +4626,7 @@ void Test::testFunctionLists()
 LEN,
 LOWER,
 MID,
+NUMBERVALUE,
 PROPER,
 REPLACE,
 REPT,
diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index 267e659..cd44780 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -460,6 +460,7 @@ void ScLower();
 void ScLen();
 void ScT();
 void ScValue();
+void ScNumberValue();
 void ScClean();
 void ScChar();
 void ScJis();
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 7429467..53cb552 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -3378,6 +3378,104 @@ void ScInterpreter::ScValue()
 }
 
 
+// fdo#57180
+void ScInterpreter::ScNumberValue()
+{
+RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, sc, er, 

[PATCH libreoffice-4-0] fdo#58646 fix import of RTF_PAGE in cont section when having...

2013-02-02 Thread Miklos Vajna (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1968

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/68/1968/1

fdo#58646 fix import of RTF_PAGE in cont section when having titlepg

(cherry picked from commit 3974e9952102dbfb4f004872768b1096133bd9a5)

Conflicts:
sw/qa/extras/rtfimport/rtfimport.cxx

Change-Id: Ia632edb24869ddfb76a029fdb460bcf24d9a2059
---
M writerfilter/source/rtftok/rtfdocumentimpl.cxx
1 file changed, 3 insertions(+), 1 deletion(-)



diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx 
b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index c961c7d..08195da 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -1803,7 +1803,9 @@
 {
 // If we're inside a continous section, we should send a 
section break, not a page one.
 RTFValue::Pointer_t pBreak = 
m_aStates.top().aSectionSprms.find(NS_sprm::LN_SBkc);
-if (pBreak.get()  !pBreak-getInt())
+// Unless we're on a title page.
+RTFValue::Pointer_t pTitlePg = 
m_aStates.top().aSectionSprms.find(NS_ooxml::LN_EG_SectPrContents_titlePg);
+if ((pBreak.get()  !pBreak-getInt())  !(pTitlePg.get()  
pTitlePg-getInt()))
 {
 if (m_bWasInFrame)
 {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia632edb24869ddfb76a029fdb460bcf24d9a2059
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Miklos Vajna vmik...@suse.cz
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PUSHED libreoffice-4-0] fdo#59022: revert SfxMedium::GetOutputStream(): re-use exis...

2013-02-02 Thread Miklos Vajna (via Code Review)
Hi,

Thank you for your patch!  It has been merged to LibreOffice.

If you are interested in details, please visit

https://gerrit.libreoffice.org/1952

Approvals:
  Miklos Vajna: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0ab8b4262475e4c8425eebb1413997457e5e9417
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Michael Stahl mst...@redhat.com
Gerrit-Reviewer: Miklos Vajna vmik...@suse.cz
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PUSHED] fdo#57180 add calc function NUMBERVALUE as defined in ODFF1....

2013-02-02 Thread Eike Rathke (via Code Review)
Hi,

Thank you for your patch!  It has been merged to LibreOffice.

If you are interested in details, please visit

https://gerrit.libreoffice.org/1477

Approvals:
  Eike Rathke: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6ee01764ae9fc27854fd3bd8a630b9d3560192e5
Gerrit-PatchSet: 6
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Winfried Donkers o...@dci-electronics.nl
Gerrit-Reviewer: Eike Rathke er...@redhat.com
Gerrit-Reviewer: Winfried Donkers o...@dci-electronics.nl
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: cppuhelper/source

2013-02-02 Thread Stephan Bergmann
 cppuhelper/source/typedescriptionprovider.cxx |8 
 1 file changed, 8 insertions(+)

New commits:
commit 22a722320e5c7c94eacd8aab707c941755b08512
Author: Stephan Bergmann sberg...@redhat.com
Date:   Sat Feb 2 18:09:59 2013 +0100

Missing reading of # members of polystruct

Change-Id: I343a3e6d57e8f9e1a35cdf3b5825f5a6f58fd133

diff --git a/cppuhelper/source/typedescriptionprovider.cxx 
b/cppuhelper/source/typedescriptionprovider.cxx
index 7946846..35db672 100644
--- a/cppuhelper/source/typedescriptionprovider.cxx
+++ b/cppuhelper/source/typedescriptionprovider.cxx
@@ -2483,6 +2483,14 @@ css::uno::Any 
Provider::getByHierarchicalName(rtl::OUString const  aName)
 for (sal_uInt32 i = 0; i != n; ++i) {
 params.push_back(file_-readNameLen(off, off));
 }
+n = file_-read32(off + 1);
+if (n  SAL_MAX_INT32) {
+throw css::uno::DeploymentException(
+(broken UNOIDL file: too many members of polymorphic
+  struct type template  + aName),
+css::uno::Reference css::uno::XInterface ());
+}
+off += 4;
 std::vector PolymorphicStructTypeTemplateDescription::Member 
 mems;
 for (sal_uInt32 i = 0; i != n; ++i) {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-02-02 Thread Eike Rathke
 sc/qa/unit/ucalc.cxx |2 +-
 sc/source/core/tool/interpr1.cxx |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9d1324d750a07a0209460363b70742db374748ad
Author: Eike Rathke er...@redhat.com
Date:   Sat Feb 2 18:15:55 2013 +0100

fdo#57180 return #VALUE! error if a number couls not be parsed

Change-Id: I25ed88b30329b92f80efd329243f85b271d972a7

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 09ada38..f29bac1 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -779,7 +779,7 @@ void testFuncNUMBERVALUE( ScDocument* pDoc )
 } aChecks[] = {
 { =NUMBERVALUE(A1;\b\;\ag\),  199.9 },
 { =NUMBERVALUE(A2;\b\;\ag\),  134.56789 },
-{ =NUMBERVALUE(A2;\b\;\g\),   Err:502 },
+{ =NUMBERVALUE(A2;\b\;\g\),   #VALUE! },
 { =NUMBERVALUE(A3;\d\), 12.3456 },
 { =NUMBERVALUE(A4;\d\;\foo\), 0.4 },
 { =NUMBERVALUE(A4;),  Err:502 },
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 53cb552..2ab779a 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -3472,7 +3472,7 @@ void ScInterpreter::ScNumberValue()
 PushDouble(fVal);
 return;
 }
-PushIllegalArgument();
+PushNoValue();
 }
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


License statement

2013-02-02 Thread OKANO Takayoshi

All of my past  future contributions to LibreOffice may be
licensed under the MPL/LGPLv3+ dual license

--
OKANO Takayoshi k...@na.rim.or.jp
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] Corrections to local help

2013-02-02 Thread Stanislav Horáček

Hello,

as usually, I send a set of various small corrections to the LO local help.

Greetings,
Stan
From 43a4004ee9481637369f913c151c890e2adc4d38 Mon Sep 17 00:00:00 2001
From: Stanislav Horacek stanislav.hora...@gmail.com
Date: Sat, 2 Feb 2013 20:07:02 +0100
Subject: [PATCH 1/4] fix description of DB function (double-declining is in
 DDB function)

---
 source/text/scalc/01/04060103.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/text/scalc/01/04060103.xhp b/source/text/scalc/01/04060103.xhp
index 7b6df7a..c72a05e 100644
--- a/source/text/scalc/01/04060103.xhp
+++ b/source/text/scalc/01/04060103.xhp
@@ -692,7 +692,7 @@
 bookmark xml-lang=en-US branch=hid/SC_HID_FUNC_GDA2 id=bm_id3149973 localize=false/
 paragraph xml-lang=en-US id=hd_id3149962 role=heading level=2 l10n=U
 oldref=113DB/paragraph
- paragraph xml-lang=en-US id=par_id3148989 role=paragraph l10n=U oldref=114ahelp hid=HID_FUNC_GDA2Returns the depreciation of an asset for a specified period using the double-declining balance method./ahelp/paragraph
+ paragraph xml-lang=en-US id=par_id3148989 role=paragraph l10n=U oldref=114ahelp hid=HID_FUNC_GDA2Returns the depreciation of an asset for a specified period using the fixed-declining balance method./ahelp/paragraph
  paragraph xml-lang=en-US id=par_id3156213 role=paragraph l10n=U oldref=115This form of depreciation is used if you want to get a higher depreciation value at the beginning of the depreciation (as opposed to linear depreciation). The depreciation value is reduced with every depreciation period by the depreciation already deducted from the initial cost./paragraph
  paragraph xml-lang=en-US id=hd_id3149807 role=heading level=3 l10n=U
 oldref=116Syntax/paragraph
-- 
1.7.10.4

From 9ffc109400ad29a955f43a78b15086db1dcbfd2e Mon Sep 17 00:00:00 2001
From: Stanislav Horacek stanislav.hora...@gmail.com
Date: Sat, 2 Feb 2013 20:21:49 +0100
Subject: [PATCH 2/4] the Presentation Wizard does not start automatically by
 default

---
 source/text/shared/01/0101.xhp |4 ++--
 source/text/shared/autopi/0105.xhp |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/text/shared/01/0101.xhp b/source/text/shared/01/0101.xhp
index e3b9e3b..6e161ad 100644
--- a/source/text/shared/01/0101.xhp
+++ b/source/text/shared/01/0101.xhp
@@ -99,7 +99,7 @@
 paragraph role=paragraph id=par_id3153798 xml-lang=en-US l10n=U oldref=65Presentation/paragraph
 /tablecell
 tablecell colspan= rowspan=
-paragraph role=paragraph id=par_id3154946 xml-lang=en-US l10n=U oldref=66Creates a new presentation document ($[officename] Impress). The link href=text/shared/autopi/0105.xhp name=Presentation WizardPresentation Wizard/link dialog appears./paragraph
+paragraph role=paragraph id=par_id3154946 xml-lang=en-US l10n=U oldref=66Creates a new presentation document ($[officename] Impress). If activated, the link href=text/shared/autopi/0105.xhp name=Presentation WizardPresentation Wizard/link dialog appears./paragraph
 /tablecell
 /tablerow
 tablerow
@@ -229,7 +229,7 @@
 bookmark xml-lang=en-US branch=hid/private:factory/scalc id=bm_id7905819 localize=false/
 paragraph role=paragraph id=par_idN109FE xml-lang=en-US l10n=NEWahelp hid=. visibility=hiddenCreates a new spreadsheet document ($[officename] Calc)./ahelp/paragraph
 bookmark xml-lang=en-US branch=hid/private:factory/simpress?slot=6686 id=bm_id4543900 localize=false/
-paragraph role=paragraph id=par_idN10A15 xml-lang=en-US l10n=NEWahelp hid=. visibility=hiddenCreates a new presentation document ($[officename] Impress). The Presentation Wizard dialog appears./ahelp/paragraph
+paragraph role=paragraph id=par_idN10A15 xml-lang=en-US l10n=NEWahelp hid=. visibility=hiddenCreates a new presentation document ($[officename] Impress). If activated, the Presentation Wizard dialog appears./ahelp/paragraph
 bookmark xml-lang=en-US branch=hid/private:factory/sdraw id=bm_id1608935 localize=false/
 paragraph role=paragraph id=par_idN10A2C xml-lang=en-US l10n=NEWahelp hid=. visibility=hiddenCreates a new drawing document ($[officename] Draw)./ahelp/paragraph
 bookmark xml-lang=en-US branch=hid/service:com.sun.star.sdb.DatabaseWizardDialog id=bm_id9905087 localize=false/
diff --git a/source/text/shared/autopi/0105.xhp b/source/text/shared/autopi/0105.xhp
index 2d10b95..93bf0fa 100644
--- a/source/text/shared/autopi/0105.xhp
+++ b/source/text/shared/autopi/0105.xhp
@@ -39,7 +39,7 @@
 section id=howtoget
   embed href=text/shared/00/0401.xhp#dtapt/
 /section
-paragraph role=tip id=par_id3154289 xml-lang=en-US l10n=U oldref=11The Presentation Wizard starts automatically when you open a new presentation. You can deactivate this function if you choose emphswitchinline select=syscaseinline select=MAC%PRODUCTNAME - Preferences/caseinlinedefaultinlineTools - Options/defaultinline/switchinline - link 

[Libreoffice-commits] .: 6 commits - wizards/com wizards/Pyuno_commonwizards.mk

2013-02-02 Thread Xisco Fauli
 wizards/Pyuno_commonwizards.mk|1 
 wizards/com/sun/star/wizards/agenda/AgendaDocument.py |   26 -
 wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py |   47 +--
 wizards/com/sun/star/wizards/agenda/CGAgenda.py   |   45 +-
 wizards/com/sun/star/wizards/agenda/CGTopic.py|   29 -
 wizards/com/sun/star/wizards/agenda/TopicsControl.py  |   14 
 wizards/com/sun/star/wizards/common/ConfigGroup.py|8 
 wizards/com/sun/star/wizards/common/ConfigNode.py |   30 -
 wizards/com/sun/star/wizards/common/ConfigSet.py  |  151 --
 wizards/com/sun/star/wizards/text/TextSectionHandler.py   |2 
 10 files changed, 92 insertions(+), 261 deletions(-)

New commits:
commit 0e5f695a8e0e50889d74b266f96c88aabd590c65
Author: Xisco Fauli aniste...@gmail.com
Date:   Sun Feb 3 00:41:45 2013 +0100

pyagenda: load the proper data for each topic

Change-Id: Ia7d8d65a868b86c81feb489328cbcb6bbd4f75f6

diff --git a/wizards/com/sun/star/wizards/agenda/CGAgenda.py 
b/wizards/com/sun/star/wizards/agenda/CGAgenda.py
index a50dbd9..335f6ed 100644
--- a/wizards/com/sun/star/wizards/agenda/CGAgenda.py
+++ b/wizards/com/sun/star/wizards/agenda/CGAgenda.py
@@ -17,7 +17,6 @@
 #
 from ..common.ConfigGroup import ConfigGroup
 from ..common.ConfigSet import ConfigSet
-from .CGTopic import CGTopic
 
 class CGAgenda(ConfigGroup):
 
@@ -43,4 +42,4 @@ class CGAgenda(ConfigGroup):
 self.cp_TemplatePath = str()
 self.cp_ProceedMethod = int()
 
-self.cp_Topics = ConfigSet(CGTopic())
+self.cp_Topics = ConfigSet()
diff --git a/wizards/com/sun/star/wizards/common/ConfigSet.py 
b/wizards/com/sun/star/wizards/common/ConfigSet.py
index ba7ea69..e69ed13 100644
--- a/wizards/com/sun/star/wizards/common/ConfigSet.py
+++ b/wizards/com/sun/star/wizards/common/ConfigSet.py
@@ -16,9 +16,9 @@
 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 #
 import traceback
-import inspect
 from .ConfigGroup import ConfigGroup
 from .Configuration import Configuration
+from ..agenda.CGTopic import CGTopic
 
 class ConfigSet(ConfigGroup):
 '''
@@ -30,13 +30,9 @@ class ConfigSet(ConfigGroup):
 to avoid this deletion of nulls.
 '''
 
-def __init__(self, topic):
-self.topic = topic
+def __init__(self):
 self.childrenList = []
 
-def add(self, name, o):
-self.childrenList.append(o)
-
 def writeConfiguration(self, configView, param):
 names = self.childrenMap.keys()
 if isinstance(self.childClass, ConfigNode):
@@ -68,8 +64,9 @@ class ConfigSet(ConfigGroup):
 if names:
 for i in names:
 try:
-self.topic.readConfiguration(
+topic = CGTopic()
+topic.readConfiguration(
 configurationView.getByName(i), param)
-self.add(i, self.topic)
+self.childrenList.append(topic)
 except Exception:
 traceback.print_exc()
commit ae4d40f3f0e13c3720667a6c6a143480d0136c52
Author: Xisco Fauli aniste...@gmail.com
Date:   Sat Feb 2 22:49:18 2013 +0100

pyagenda: i have to redo this class so this method is unused now

Change-Id: Ief3461be5eeb6b952b76eeacf2778cb5beef6826

diff --git a/wizards/com/sun/star/wizards/common/ConfigSet.py 
b/wizards/com/sun/star/wizards/common/ConfigSet.py
index aa02c6a..ba7ea69 100644
--- a/wizards/com/sun/star/wizards/common/ConfigSet.py
+++ b/wizards/com/sun/star/wizards/common/ConfigSet.py
@@ -32,30 +32,7 @@ class ConfigSet(ConfigGroup):
 
 def __init__(self, topic):
 self.topic = topic
-self.childrenMap = {}
 self.childrenList = []
-self.noNulls = False
-
-def add2(self, name, o):
-self.childrenMap[name] = o
-if isinstance(name, int):
-i = name
-self.childrenList.insert(i, o)
-else:
-try:
-i = o.cp_Index
-oldSize = self.getSize()
-if oldSize = i:
-newSize = i - oldSize
-self.childrenList += [None] * newSize
-self.noNulls = True
-else:
-self.noNulls = False
-self.childrenList.insert(i, o);
-if oldSize  i:
-oldSize = i
-except Exception:
-self.childrenList.append(o)
 
 def add(self, name, o):
 self.childrenList.append(o)
commit acee06b28e2991cf4b3a8935b9a754902367fa1c
Author: Xisco Fauli aniste...@gmail.com
Date:   Sat Feb 2 22:47:51 2013 +0100

pyagenda: remove ConfigNode from makefile

Change-Id: Icacd1addd9e43fb891b0d5cb3c20741380afbd51

diff --git a/wizards/Pyuno_commonwizards.mk b/wizards/Pyuno_commonwizards.mk
index 0391df1d..143b913 100644
--- 

CMIS + LibreOffice integration video with EN voice over

2013-02-02 Thread Marc Paré

FYI,

Leif Lodahl has just uploaded a video with steps to CMIS + LibreOffice 
integration with EN voice over.[1]


Thanks Leif!

Marc

[1] http://www.youtube.com/watch?v=f2bbnyAjMeMfeature=youtu.be


--
Marc Paré
m...@marcpare.com
http://www.parEntreprise.com
parEntreprise.com Supports OpenDocument Formats (ODF)
parEntreprise.com Supports http://www.LibreOffice.org

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


[PATCH] String cleanup in oox

2013-02-02 Thread via Code Review
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1969

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/69/1969/1

String cleanup in oox

Change-Id: Ib06b6defdb82c5d62be9cbd59f02827c07a320d8
Signed-off-by: José Guilherme Vanz guilherme@gmail.com
---
M oox/source/mathml/importutils.cxx
1 file changed, 12 insertions(+), 13 deletions(-)



diff --git a/oox/source/mathml/importutils.cxx 
b/oox/source/mathml/importutils.cxx
index d3c4782..5350d58 100644
--- a/oox/source/mathml/importutils.cxx
+++ b/oox/source/mathml/importutils.cxx
@@ -41,7 +41,6 @@
 #define CLOSING( token ) XML_STREAM_CLOSING( token )
 
 using namespace com::sun::star;
-using rtl::OUString;
 
 namespace oox
 {
@@ -117,7 +116,7 @@
 
 rtl::OUString XmlStream::AttributeList::attribute( int token, const 
rtl::OUString def ) const
 {
-std::map int, rtl::OUString ::const_iterator find = attrs.find( token );
+std::map int, OUString ::const_iterator find = attrs.find( token );
 if( find != attrs.end())
 return find-second;
 return def;
@@ -125,19 +124,19 @@
 
 bool XmlStream::AttributeList::attribute( int token, bool def ) const
 {
-std::map int, rtl::OUString ::const_iterator find = attrs.find( token );
+std::map int, OUString ::const_iterator find = attrs.find( token );
 if( find != attrs.end())
 {
-const rtl::OUString sValue = find-second;
-if( 
sValue.equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM(true)) ||
-
sValue.equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM(on)) ||
-
sValue.equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM(t)) ||
-
sValue.equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM(1)) )
+const OUString sValue = find-second;
+if( sValue.equalsIgnoreAsciiCaseAscii(true) ||
+sValue.equalsIgnoreAsciiCaseAscii(on) ||
+sValue.equalsIgnoreAsciiCaseAscii(t) ||
+sValue.equalsIgnoreAsciiCaseAscii(1) )
 return true;
-if( 
sValue.equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM(false)) ||
-
sValue.equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM(off)) ||
-
sValue.equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM(f)) ||
-
sValue.equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM(0)) )
+if( sValue.equalsIgnoreAsciiCaseAscii(false) ||
+sValue.equalsIgnoreAsciiCaseAscii(off) ||
+sValue.equalsIgnoreAsciiCaseAscii(f) ||
+sValue.equalsIgnoreAsciiCaseAscii(0) )
 return false;
 SAL_WARN( oox.xmlstream, Cannot convert \'  sValue  \' to 
bool. );
 }
@@ -146,7 +145,7 @@
 
 sal_Unicode XmlStream::AttributeList::attribute( int token, sal_Unicode def ) 
const
 {
-std::map int, rtl::OUString ::const_iterator find = attrs.find( token );
+std::map int, OUString ::const_iterator find = attrs.find( token );
 if( find != attrs.end())
 {
 if( !find-second.isEmpty() )

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib06b6defdb82c5d62be9cbd59f02827c07a320d8
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: José Guilherme Vanz guilherme@gmail.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] String cleanup in filter

2013-02-02 Thread Ricardo Montania (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1970

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/70/1970/1

String cleanup in filter

Change-Id: If9fac2f277550cc786baffe4f89c7181b2d10dfd
---
M filter/inc/filter/msfilter/svdfppt.hxx
M filter/source/msfilter/svdfppt.cxx
2 files changed, 83 insertions(+), 83 deletions(-)



diff --git a/filter/inc/filter/msfilter/svdfppt.hxx 
b/filter/inc/filter/msfilter/svdfppt.hxx
index 79272f5..fcc704f 100644
--- a/filter/inc/filter/msfilter/svdfppt.hxx
+++ b/filter/inc/filter/msfilter/svdfppt.hxx
@@ -63,7 +63,7 @@
 sal_uInt16  nDocFileVersion;
 sal_uInt8   nMajorVersion;
 sal_uInt8   nMinorVersion;
-String  aCurrentUser;
+OUStringaCurrentUser;
 
 public:
 
@@ -92,13 +92,13 @@
 sal_Int32   nPrivate2;
 sal_Int32   nPrivate3;
 sal_Int32   nInfo;
-String  aTarget;
-String  aSubAdress;
+OUStringaTarget;
+OUStringaSubAdress;
 
 sal_Int32   nStartPos;
 sal_Int32   nEndPos;
 
-String  aConvSubString;
+OUStringaConvSubString;
 ESelection  aESelection;
 sal_BoolbSelection;
 };
@@ -260,7 +260,7 @@
 
 struct PptFontEntityAtom
 {
-String  aName;
+OUStringaName;
 double  fScaling;
 sal_uInt8   lfClipPrecision;
 sal_uInt8   lfQuality;
@@ -416,7 +416,7 @@
 sal_BoolbTimesNewRomanChecked   : 1;
 sal_BoolbTimesNewRomanAvailable : 1;
 
-sal_BoolReadString( rtl::OUString rStr ) const;
+sal_BoolReadString( OUString rStr ) const;
 // nur fuer PowerPoint-Filter:
 virtual const PptSlideLayoutAtom* GetSlideLayoutAtom() const;
 
@@ -425,7 +425,7 @@
 
 PowerPointImportParam rImportParam;
 
-SdrEscherImport( PowerPointImportParam, const String 
rBaseURL );
+SdrEscherImport( PowerPointImportParam, const 
OUString rBaseURL );
 virtual ~SdrEscherImport();
 virtual boolGetColorFromPalette( sal_uInt16 nNum, Color rColor ) 
const;
 virtual sal_BoolSeekToShape( SvStream rSt, void* pClientData, 
sal_uInt32 nId ) const;
@@ -453,7 +453,7 @@
 sal_uInt16  nTextRangeEnd;
 SvxFieldItem*   pField1;
 SvxFieldItem*   pField2;
-String* pString;
+OUString*   pString;
 
 PPTFieldEntry() : nPos( 0 ), nTextRangeEnd( 0 ), pField1( NULL ), pField2( 
NULL ), pString( NULL ) {};
 ~PPTFieldEntry();
@@ -471,7 +471,7 @@
 struct MSFILTER_DLLPUBLIC HeaderFooterEntry
 {
 const PptSlidePersistEntry* pMasterPersist;
-String  pPlaceholder[ 4 ];
+OUStringpPlaceholder[ 4 ];
 sal_uInt32  nAtom;
 
 sal_uInt32  GetMaskForInstance( sal_uInt32 nInstance );
@@ -575,7 +575,7 @@
 voidSeekOle( SfxObjectShell* pShell, sal_uInt32 
nFilterOptions );
 
 public:
-SdrPowerPointImport( PowerPointImportParam, const 
String rBaseURL );
+SdrPowerPointImport( PowerPointImportParam, const 
OUString rBaseURL );
 virtual ~SdrPowerPointImport();
 sal_uInt16  GetPageCount( PptPageKind eKind = PPT_SLIDEPAGE ) 
const;
 voidSetPageNum( sal_uInt16 nPageNum, PptPageKind = 
PPT_SLIDEPAGE );
@@ -916,7 +916,7 @@
 
 sal_uInt32  mnOriginalTextPos;
 sal_uInt32  mnParagraph;
-String  maString;
+OUStringmaString;
 SvxFieldItem*   mpFieldItem;
 sal_uInt16  mnLanguage[ 3 ];
 
@@ -1049,7 +1049,7 @@
 SvStream rIn,
 SdrPowerPointImport rMan,
 const DffRecordHeader rTextHeader,
-const String aString,
+const OUString aString,
 PPTTextRulerInterpreter rRuler,
 sal_uInt32 nCharCount,
 sal_Bool bTextPropAtom
@@ -1057,7 +1057,7 @@
 voidReadCharProps(
 SvStream rIn,
 PPTCharPropSet aCharPropSet,
-const String aString,
+const OUString aString,
 sal_uInt32 nCharCount,
 sal_uInt32 nCharAnzRead,
 sal_Bool bTextPropAtom,
@@ -1107,7 +1107,7 @@
 sal_uInt32 nInstanceInSheet,
 const PPTTextObj* pTextObj
 );
-sal_uInt32  Count() const { return ( mpFieldItem ) ? 1 : 
maString.Len(); };
+sal_uInt32  Count() const { return ( mpFieldItem ) ? 1 : 
maString.getLength(); };
 sal_BoolHasTabulator();
 };
 
diff --git a/filter/source/msfilter/svdfppt.cxx 
b/filter/source/msfilter/svdfppt.cxx
index 208d8b5..537e5f2 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -437,7 +437,7 @@
   

[PATCH] fdo#60213- fix the right-click misbehavior

2013-02-02 Thread Faisal al-otaibi (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1971

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/71/1971/1

fdo#60213- fix the right-click misbehavior

Change-Id: Iea44c9e70efeb84482aefc70b311f1781241b030
---
M sd/source/ui/toolpanel/LayoutMenu.cxx
1 file changed, 8 insertions(+), 6 deletions(-)



diff --git a/sd/source/ui/toolpanel/LayoutMenu.cxx 
b/sd/source/ui/toolpanel/LayoutMenu.cxx
index b602b2f..24bcdc1 100644
--- a/sd/source/ui/toolpanel/LayoutMenu.cxx
+++ b/sd/source/ui/toolpanel/LayoutMenu.cxx
@@ -857,13 +857,15 @@
 {
 if (GetShellManager() != NULL)
 GetShellManager()-MoveToTop(this);
+Point aPosition (0,0);
 if (rEvent.IsMouseEvent())
 {
 // Do not show the context menu when the mouse was not
 // pressed over an item.
+// We have to explicitly specify the location of the menu
+// when the LayoutMenu is undocked
 if (GetItemId(rEvent.GetMousePosPixel())  0)
-mrBase.GetViewFrame()-GetDispatcher()-ExecutePopup(
-SdResId(RID_TASKPANE_LAYOUTMENU_POPUP));
+aPosition = rEvent.GetMousePosPixel();
 }
 else
 {
@@ -873,13 +875,13 @@
 if (GetSelectItemId() != (sal_uInt16)-1)
 {
 Rectangle aBBox (GetItemRect(GetSelectItemId()));
-Point aPosition (aBBox.Center());
-mrBase.GetViewFrame()-GetDispatcher()-ExecutePopup(
+aPosition = aBBox.Center();
+}
+}
+mrBase.GetViewFrame()-GetDispatcher()-ExecutePopup(
 SdResId(RID_TASKPANE_LAYOUTMENU_POPUP),
 this,
 aPosition);
-}
-}
 }
 break;
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iea44c9e70efeb84482aefc70b311f1781241b030
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Faisal al-otaibi fmalota...@kacst.edu.sa
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-qa] [ANN] LibreOffice 4.0.0 RC3 available

2013-02-02 Thread Thorsten Behrens
Dear Community,

The Document Foundation is pleased to announce the third release
candidate of our upcoming LibreOffice 4.0. The 4.0 will be our fifth
major release in just over two years, and comes with a nice set of new
features. Please be aware that LibreOffice 4.0 RC3 is not ready for
production use, you should continue to use LibreOffice 3.6.5 for that.

If no showstoppers are found, RC3 is slated to become the final
version - see our release plan for more details:

 http://wiki.documentfoundation.org/ReleasePlan/4.0#4.0.0_release

The release is available for Windows, Linux and Mac OS X from our QA
builds download page at

  http://www.libreoffice.org/download/pre-releases/

Should you find bugs, please report them to the FreeDesktop Bugzilla:

  https://bugs.freedesktop.org

A good way to assess the release candidate quality is to run some
specific manual tests on it, our TCM wiki page has more details:

 
http://wiki.documentfoundation.org/QA/Testing/Regression_Tests#Full_Regression_Test

  - or checkout our manual test database for starting right away -

 http://manual-test.libreoffice.org/runtests/
 
For other ways to get involved with this exciting project - you can
e.g. contribute code:

  http://www.libreoffice.org/get-involved/developers/

translate LibreOffice to your language:

  http://wiki.documentfoundation.org/LibreOffice_Localization_Guide

or help with funding our operations:

  http://donate.libreoffice.org/

A list of known issues and fixed bugs with 4.0.0 RC3 is available
from our wiki:

  http://wiki.documentfoundation.org/Releases/4.0.0/RC3

Let us close again with a BIG Thank You! to all of you having
contributed to the LibreOffice project - this release would not have
been possible without your help.

Yours,

The Document Foundation Board of Directors

The Document Foundation, Zimmerstr. 69, 10117 Berlin, Germany
Rechtsfähige Stiftung des bürgerlichen Rechts
Legal details: http://www.documentfoundation.org/imprint


signature.asc
Description: Digital signature
___
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] Bugs with assignee but status NEW

2013-02-02 Thread Rainer Bielefeld

Hi,

I did some emphasis on QA-FAQ
https://wiki.documentfoundation.org/QA-FAQ#How_to_assign_a_bug_.28QA_team_only.29.

I found out that currently we have more than 300 bugs with assignee but 
status UNCONFIRMED or NEW  [1], most assigned to
cedric.bosdonnat@free.fr,  tbehr...@suse.com, r...@novell.com, 
nopo...@novell.com,  vmik...@suse.cz   [2]


That is not a big problem, but inconsistent. I am not a fan of mass 
changes, but could assignees please unify the properties in these bugs 
by the fly when they stumble upon them and


+ change Stauts to Assigned if they are planning to work on the bugs
or
+ reassign to list?

Especially for bugs where we did not have any change since more than 1/4 
year [3] my suspect is that Assignee entry is inappropriate and only 
might discourage other volunteers



Best Regards

Rainer


Hyperlinks:
---
[1] 
https://bugs.freedesktop.org/buglist.cgi?f1=bug_statuslist_id=222668o1=notequalsemailtype1=notequalsemailassigned_to1=1query_format=advancedbug_status=UNCONFIRMEDbug_status=NEWemail1=libreoffice-bugs%40lists.freedesktop.orgv1=ASSIGNEDcomponent=BASICcomponent=Chartcomponent=contribcomponent=Databasecomponent=Documentationcomponent=Drawingcomponent=Extensionscomponent=filters%20and%20storagecomponent=Formula%20Editorcomponent=frameworkcomponent=graphics%20stackcomponent=Installationcomponent=Libreofficecomponent=Linguisticcomponent=Localizationcomponent=Presentationcomponent=Printing%20and%20PDF%20exportcomponent=sdkcomponent=Spreadsheetcomponent=UIcomponent=Writercomponent=WWWproduct=LibreOffice


[2] 
https://bugs.freedesktop.org/report.cgi?x_axis_field=y_axis_field=assigned_toz_axis_field=query_format=report-tableshort_desc_type=allwordssubstrshort_desc=product=LibreOfficecomponent=BASICcomponent=Chartcomponent=contribcomponent=Databasecomponent=Documentationcomponent=Drawingcomponent=Extensionscomponent=filters+and+storagecomponent=Formula+Editorcomponent=frameworkcomponent=graphics+stackcomponent=Installationcomponent=Libreofficecomponent=Linguisticcomponent=Localizationcomponent=Presentationcomponent=Printing+and+PDF+exportcomponent=sdkcomponent=Spreadsheetcomponent=UIcomponent=Writercomponent=WWWbug_status=UNCONFIRMEDbug_status=NEWlongdesc_type=allwordssubstrlongdesc=bug_file_loc_type=allwordssubstrbug_file_loc=status_whiteboard_type=allwordssubstrstatus_whiteboard=keywords_type=allwordskeywords=bug_id=bug_id_type=anyexactemailassigned_to1=1emailtype1=notequalsemail1=libreoffice-bugs%40lists.freedesktop.orgemailtype2=substr

ingema
il2=emailtype3=substringemail3=chfieldvalue=chfieldfrom=chfieldto=Nowj_top=ANDf1=noopo1=noopv1=format=tableaction=wrap

[3] 
https://bugs.freedesktop.org/buglist.cgi?f1=bug_statuslist_id=222682o1=notequalsemailtype1=notequalso2=greaterthanchfieldto=-92dquery_format=advancedemailassigned_to1=1chfield=assigned_tochfieldfrom=-600df2=days_elapsedbug_status=UNCONFIRMEDbug_status=NEWemail1=libreoffice-bugs%40lists.freedesktop.orgv1=ASSIGNEDcomponent=BASICcomponent=Chartcomponent=contribcomponent=Databasecomponent=Documentationcomponent=Drawingcomponent=Extensionscomponent=filters%20and%20storagecomponent=Formula%20Editorcomponent=frameworkcomponent=graphics%20stackcomponent=Installationcomponent=Libreofficecomponent=Linguisticcomponent=Localizationcomponent=Presentationcomponent=Printing%20and%20PDF%20exportcomponent=sdkcomponent=Spreadsheetcomponent=UIcomponent=Writercomponent=WWWv2=90product=LibreOffice



___
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 59966] Fails to update 4.0.0.0.beta2 By 4.1.0.0. Master

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59966

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
And - of ocurse - it worked when I did the update form 4.0.0.2 to 4.0.0.3 iwht
log option today. Difference was that I did a typical installation instead of
custom installation.
But also uninstall 4.0.0.3, installation 4.0.0.2 and then update with 4.0.0.3
did not reproduce the problem.

So closing WFM for now.

In future I will do all installations with enabled log (option /L*V), if the
problem happens again, may be we can get some hints from there.

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


[Libreoffice-bugs] [Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Bug 54157 depends on bug 59966, which changed state.

Bug 59966 Summary: Fails to update 4.0.0.0.beta2 By 4.1.0.0. Master
https://bugs.freedesktop.org/show_bug.cgi?id=59966

   What|Removed |Added

 Status|UNCONFIRMED |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 60177] no printers shown

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60177

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

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #8 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
NOT reproducible with LibO  4.0.0.3 rc   -  GERMAN UI / German Locale  [Build
ID: 7545bee9c2a0782548772a21bc84a9dcc583b89)]  {tinderbox: @6, pull time
2013-01-31 11:30(?)} on German WIN7 Home Premium (64bit) with User Profile
updated from 4.0.0.2

@all:
Can you please stop that excessive citing? It's tedious to have to read all
that useless repetitions.
Only If you do not reply to the comment before it is useful to use the Bugzilla
[reply] function.
If you think it's necessary for understanding of your reply, you can cite 1 ...
2 relevant lines of the comment directly before you reply, but not a fullquote.

What also means: please do not use the mail interface for your comments, please
reply here on the web page.

Thx!

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


[Libreoffice-bugs] [Bug 59055] : Font names in English, not target language (regression)

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59055

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|NOTABUG |---

--- Comment #3 from Urmas davian...@gmail.com ---
Font names have nothing to do with localization.

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


[Libreoffice-bugs] [Bug 60171] undefined: Crash on Launch

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60171

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet serval2...@yahoo.fr ---
Put WFM.
Don't hesitate to reopen this tracker if you reproduce the crash but since you
deleted the LO directory profile, it should be ok.

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


[Libreoffice-bugs] [Bug 60156] FILEOPEN: crash when loading a presentation

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60156

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
Bruno:
did you install any specific LO extensions? If yes could, you disable then and
try again?
did you install any specific fonts? Could you uninstall these for the test?
what's your Java version?

Could you try to retrieve a backtrace? (see
https://wiki.documentfoundation.org/Bug_Report#How_to_get_a_backtrace_.28on_Linux.29)

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


[Libreoffice-bugs] [Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Bug 54157 depends on bug 58826, which changed state.

Bug 58826 Summary: FORMATTING: When conditional formatting is use by 
unprotected cell, is even so protect by protected sheet
https://bugs.freedesktop.org/show_bug.cgi?id=58826

   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 60101] LibreOffice Base Crashed (stopped working) when naming a new database; error attached

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60101

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
jtj-az:
could you give the step by step process to try to reproduce the crash.

For example, we don't know if it's hsqldb database or other, if you tried to
add some table or just the database creation makes it 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 59767] Missing second button row in (Polish) Page Format dialog with very long texts in buttons

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59767

--- Comment #9 from Caolán McNamara caol...@redhat.com ---
Created attachment 74080
  -- https://bugs.freedesktop.org/attachment.cgi?id=74080action=edit
format page with above heuristic

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


[Libreoffice-bugs] [Bug 59767] Missing second button row in (Polish) Page Format dialog with very long texts in buttons

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59767

--- Comment #10 from Caolán McNamara caol...@redhat.com ---
Created attachment 74081
  -- https://bugs.freedesktop.org/attachment.cgi?id=74081action=edit
edit paragraph style with above heuristic

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


[Libreoffice-bugs] [Bug 59767] Missing second button row in (Polish) Page Format dialog with very long texts in buttons

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59767

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

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 59775] Character width scaling does not work

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59775

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #6 from Urmas davian...@gmail.com ---
Confirmed with master.
Character scaling is stored, but is not displayed as both run and entire object
format.

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


[Libreoffice-bugs] [Bug 60022] EDITING: Sub form data entry causes crash

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60022

headsup u982t5hg5...@outlook.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #9 from headsup u982t5hg5...@outlook.com ---
(In reply to comment #2)
  Please note that the files I am uploading are connected to each other using
 the Access connection type, the bug happened while I was connected to the
 same data using mysql-odbc driver, this driver is much more efficient with
 large volumes of data. I did not test for the bug using any other driver
 than the mysql-odbc driver. As stated originally the crash happens when
 adding data to the sub form call Report inside the form named Murdock
 Call Report.

Hi Ken,

OK I relooked at this and carefully reread your comment #2 :) It's been a long
while since I worked with databases so you'll have to bear with me. As you said
the data is connected with Access connection type. If change this to MySQL-obdc
(right click Murdock Call Report, Database, Connection Type..) and then select
name of obdc data source as dbase files, character set = system, I get an error
- data could not be loaded. There exists no table named Customer List

Can you give me some very clear instructions so that we can replicate with the
database you have uploaded?

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 60094] Text converted to upper index when saved into DOC.

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60094

--- Comment #2 from CZEpersi czepe...@email.cz ---
Created attachment 74082
  -- https://bugs.freedesktop.org/attachment.cgi?id=74082action=edit
Original ODT file before DOC export.

I am attaching an original ODT file. Saving this file as DOC should reproduce
the bug. 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 60094] Text converted to upper index when saved into DOC.

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60094

--- Comment #3 from CZEpersi czepe...@email.cz ---
To reproduce the bug:
1. Open the file
2. Save it as DOC
3. Close it
4. Open it again in LibreOffice (or any other office suite, including M$
Office).

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


[Libreoffice-bugs] [Bug 60183] New: Feature request: Allow regular expressions in cell functions like SUBSTITUTE()

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60183

  Priority: medium
Bug ID: 60183
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Feature request: Allow regular expressions in cell
functions like SUBSTITUTE()
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: guraknu...@gmail.com
  Hardware: All
Status: UNCONFIRMED
   Version: unspecified
 Component: Spreadsheet
   Product: 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 60094] Text converted to upper index when saved into DOC.

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60094

--- Comment #4 from CZEpersi czepe...@email.cz ---
I think, the bug is somehow connected to the way how LibreOffice remembers
text style and formatting.

It is somehow random, but it seems that when you start typing a new text right
after an old text, which has upper index (including footnote marks), the new
text sometimes gets the formatting information from the previous text, even
though, you do not always see this, even though you might see it and try to fix
it and even though the ODT does not show this. However, when you export it to
DOC, all these invisible formatting you have made a long ago, get somehow
remembered. It seems that the text remembers its formatting history and
somehow regresses to it, when exported to DOC.

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


[Libreoffice-bugs] [Bug 60183] Feature request: Allow regular expressions in cell functions like SUBSTITUTE()

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60183

--- Comment #1 from Johnny Rosenberg guraknu...@gmail.com ---
Syntax could be something like this:
SUBSTITUTE(Text; SearchText; NewText; Occurrence; Regular expressions)

Text is the text in which text segments are to be exchanged.

SearchText is the text segment that is to be replaced (a number of times).

NewText is the text that is to replace the text segment.

Occurrence (optional) indicates which occurrence of the search text is to be
replaced. If this parameter is missing the search text is replaced throughout.

Regular expressions (optional) indicates wether regular expressions are used or
not. If this parameter is 1, regular expressions are allowed, when 0 or
missing, regular expressions are not allowed. This makes it backwards
compatible with the old behaviour.

Example

=SUBSTITUTE(123123123;3;abc) returns 12abc12abc12abc.

=SUBSTITUTE(123123123;3;abc;2) returns 12312abc123.

=SUBSTITUTE(123abc1.25w3;^.*([:digit:]+)([,\.]{0,1})([:digit:]*).*$;$1,$3;;1)
returns 1,25 (with reservations for typos…).


I think this would be a killer feature for some users.

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


[Libreoffice-bugs] [Bug 60184] New: FILEOPEN: Open R/O

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60184

  Priority: medium
Bug ID: 60184
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: Open R/O
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: b.inhel...@bluewin.ch
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.5.2 rc
 Component: Writer
   Product: LibreOffice

I've just a question, I didn't find the right topic.
In MS Office it is possible to declare a file open by default as R/O (read
only) so that no backup file is created and one can't make accidentally a
mistake. How do I proceed in LibreOffice for Writer files or spread sheets etc.

many thanks

Operating System: Windows 7
Version: 3.6.5.2 rc

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


[Libreoffice-bugs] [Bug 50730] : SVG is stored uncompressed in libreoffice opendocument files

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50730

sergio.calleg...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from sergio.calleg...@gmail.com ---
Since this is very easy to verify, vector graphics is more and more widely
used, and no-one wants files that take more space than needed on (paid) cloud
storage, sd cards or usb-pen-disks, I'm changing unconfirmed - 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 57956] FORMATTING: Regression: text width scaling broken in impress and draw

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57956

--- Comment #12 from sergio.calleg...@gmail.com ---
Looks like this went through in 3.6.5 final and 4.0 RC 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 59992] Templetdon't work in testing Libre Office 4 DK

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59992

--- Comment #1 from headsup u982t5hg5...@outlook.com ---
Created attachment 74084
  -- https://bugs.freedesktop.org/attachment.cgi?id=74084action=edit
screenshot - template save can't enter folder  filename

I was able to replicate this on Version 4.0.0.2 .0.2 (Build ID:
5991f37846fc3763493029c4958b57282c2597e)W8 Pro 32bit x86.

I also tested on 4.0.0.3 which does work but I couldn't find away to delete the
template / directory from within LIbreOffice.

Screenshot attached.

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


[Libreoffice-bugs] [Bug 59992] Templetdon't work in testing Libre Office 4 DK

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59992

headsup u982t5hg5...@outlook.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 QA Contact||u982t5hg5...@outlook.com
 Ever confirmed|0   |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 60186] New: FILTER: The active filter column is not highlighted

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60186

  Priority: medium
Bug ID: 60186
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILTER: The active filter column is not highlighted
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: zrou...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.4.3 release
 Component: Spreadsheet
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1. choose a row and apply a filter
2. the filter is successfully applied and one can sort and select the sub-items
of all columns

Current behavior:
After selecting a sort on a column, there is no change in the filter indicator.
all filter indicators (the arrows next to the column header) look alike.

Expected behavior:
After selecting a sort on a column, that filter indicator would change to an
arrow with a darker/lighter color. If sort is selected, an additional up/down
arrow may appear to indicate the choice.

Thanks for listening!
Cheers, M
Operating System: Windows 7
Version: 3.6.4.3 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 60094] Text converted to upper index when saved into DOC.

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60094

--- Comment #5 from Urmas davian...@gmail.com ---
The entire text is formatted with Znachka poznamki pod charou character
style. Is it one of LO's standard styles?

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


[Libreoffice-bugs] [Bug 59714] Using footnotes in large files causes extreme slowness

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59714

David genericinet+libreoffice@gmail.com changed:

   What|Removed |Added

   Priority|high|highest
Version|3.5.0 Beta0 |4.0.0.3 rc

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


[Libreoffice-bugs] [Bug 60184] FILEOPEN: Open R/O

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60184

--- Comment #1 from Urmas davian...@gmail.com ---
You can do something similar by making the file read-only by setting the
corresponding file attribute.

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


[Libreoffice-bugs] [Bug 50730] : SVG is stored uncompressed in libreoffice opendocument files

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50730

Urmas davian...@gmail.com changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 OS|Linux (All) |All
   Severity|enhancement |minor

--- Comment #4 from Urmas davian...@gmail.com ---
It's not 'enhancement,' one can reasonably expect compression in a ZIP 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 59992] Templetdon't work in testing Libre Office 4 DK

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59992

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from Urmas davian...@gmail.com ---
File a separate bug for it 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 60094] Text converted to upper index when saved into DOC.

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60094

--- Comment #6 from CZEpersi czepe...@email.cz ---
Znacka poznamky pod carou means Footnote mark in Czech. It is a format of
the footnote mark, created automatically by LibreOffice when inserting a
footnote. Why is this format applied to the immediately following text as well
and why there is no way to get rid of it, that is the question and the probable
cause of the bug.

I think, the Footnote mark formatting should not be automatically applied to
the following text.

So it seems there are basically two connected issues:
1. Footnote mark format gets sometimes (not always) applied to a text you
write immediately behind the automatically created footnote mark (or any other
text formatted to upper index)
2. Even if you attempt to fix the unwanted formatting, it gets somehow
remembered and reversed to, when you save your file to DOC.

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 60058] BUGZILLAASSISTANT: useless sub component undefined

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60058

Rob Snelders programm...@ertai.nl changed:

   What|Removed |Added

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

--- Comment #2 from Rob Snelders programm...@ertai.nl ---
I updated the bugassistent and it works for me. Can somebody else also test is?

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


[Libreoffice-bugs] [Bug 59714] Using footnotes in large files causes extreme slowness

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59714

headsup u982t5hg5...@outlook.com changed:

   What|Removed |Added

 QA Contact||u982t5hg5...@outlook.com

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


[Libreoffice-bugs] [Bug 60022] EDITING: Sub form data entry causes crash

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60022

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

   What|Removed |Added

  Attachment #73934|All I seem to have done |reproduction example with
description|something incorrectly when  |MS Access
   |adding a file here is link  |
   |to a hosted file.   |
   |https://www.dropbox.com/s/6 |
   |1sko683omymw52/Issue%20Bug% |
   |2060022.zip |

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


[Libreoffice-bugs] [Bug 60022] EDITING: Sub form data entry causes crash

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60022

--- Comment #10 from Lionel Elie Mamane lio...@mamane.lu ---
Ken, since you have the problem with MySQL/ODBC, it would be useful if you
provided a dump of the affected MySQL database. This would allow me to try to
reproduce the problem more easily, since getting to a MS Windows machine is
harder for me than a MySQL server.

Also (just in the case it makes a difference, sometimes it does):

 - MySQL ODBC connector version
 - MySQL server version

Thanks in advance.

Alternatively, if you get the problem with Embedded HSQL, too, that's also a
good reproduction case to attach: QA people/testers have *nothing* extra to
install/configure to reproduce the problem.

Thanks in advance.

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


[Libreoffice-bugs] [Bug 60177] no printers shown

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60177

--- Comment #9 from Tim L. webmas...@krackedpress.com ---
On 02/01/2013 05:49 PM, bugzilla-dae...@freedesktop.org wrote:
 V Stuart Foote mailto:vstuart.fo...@utsa.edu changed bug 60177 
 https://bugs.freedesktop.org/show_bug.cgi?id=60177
 What  Removed Added
 CCvstuart.fo...@utsa.edu

 *Comment # 4 https://bugs.freedesktop.org/show_bug.cgi?id=60177#c4 
 on bug 60177 https://bugs.freedesktop.org/show_bug.cgi?id=60177 from 
 V Stuart Foote mailto:vstuart.fo...@utsa.edu *
 Tim,

 Did a command line msiexec.exe default installation as administrator Windows 7
 Ent sp1 64-bit OS

 No errors noted in a verbose install log.

 Version 4.0.0.3 (Build ID: 7545bee9c2a0782548772a21bc84a9dcc583b89)

 True that the start panel has no printer active or associated, but on 
 launching
 any LO application, print option enables and full list of printers available 
 to
 Windows applications is populated.

 Check if you have printing capability once inside a LO component.

 If not, can you completely uninstall and run the 4.0.0.3 installer from 
 command
 line with verbose logging?  Enter:

 msiexec.exe /i LibreOffice_4.0.0.3_Win_x86.msi /L*v lo4install.log

 Then post up the verbose installer log.

 Stuart
 
 You are receiving this mail because:

   * You reported the bug.


This install worked.

I started with 4.0.0.2 again and then used your command line script. Now 
shows the printers.

In other message, the question of profile between 3.6.4 to 4.0.0.x did 
not convert over. It was clean with no user informationbrought over from 
3.6.4 to 4.0.0.x..  Did the same thing when I went from 3.5.x to 3.6.x..

So I was working with a good profile for 4.0.0.2 when I went to 4.0.0.3.

I do custom install to reduce the dictionaries to English only.  I also 
check the support assistive technology tools.

So this time the install worked.

I can only state it did not work before, but did not.  Why, I do not 
know.  If this happens to someone else, then we need to have this 
command line install posted somewhere.

Do you still want me to post the log 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 60094] Text converted to upper index when saved into DOC.

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60094

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 60187] New: Second header deleted when converting to docx

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60187

  Priority: medium
Bug ID: 60187
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Second header deleted when converting to docx
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: libreoff...@srasku.net
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.0.2 rc
 Component: Writer
   Product: LibreOffice

Created attachment 74088
  -- https://bugs.freedesktop.org/attachment.cgi?id=74088action=edit
LibreOffice File With Both Headers

I have different headers on the first and second page.  When I convert to a
.docx, the header on the second page is deleted.

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


[Libreoffice-bugs] [Bug 60187] Second header deleted when converting to docx

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60187

--- Comment #1 from Stephen Rasku libreoff...@srasku.net ---
Created attachment 74089
  -- https://bugs.freedesktop.org/attachment.cgi?id=74089action=edit
Converted file only has one header

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


[Libreoffice-bugs] [Bug 60188] New: Converting to .docx Changes Indentation on Bullets

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60188

  Priority: medium
Bug ID: 60188
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Converting to .docx Changes Indentation on Bullets
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: libreoff...@srasku.net
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.0.2 rc
 Component: Writer
   Product: LibreOffice

Created attachment 74090
  -- https://bugs.freedesktop.org/attachment.cgi?id=74090action=edit
LibreOffice File Indented Bullets

I have a .odt file with an indented bullet list.  When I convert it to a .docx
the bullets removes the indentation and the bullets are aligned with the left
margin.

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


[Libreoffice-bugs] [Bug 60188] Converting to .docx Changes Indentation on Bullets

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60188

--- Comment #1 from Stephen Rasku libreoff...@srasku.net ---
Created attachment 74091
  -- https://bugs.freedesktop.org/attachment.cgi?id=74091action=edit
Converted file has unindented bullet list

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


[Libreoffice-bugs] [Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Bug 54157 depends on bug 59767, which changed state.

Bug 59767 Summary: Missing second button row in (Polish) Page Format dialog 
with very long texts in buttons
https://bugs.freedesktop.org/show_bug.cgi?id=59767

   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 59714] Using footnotes in large files causes extreme slowness

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59714

headsup u982t5hg5...@outlook.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Priority|highest |high
 Ever confirmed|0   |1

--- Comment #5 from headsup u982t5hg5...@outlook.com ---
Thanks for reporting this. 

I tested on w8 pro, x86 32 bit Libreoffice versions 3.6.5.2, 4.0.0.2, and
4.0.0.3. If you try to edit the header or the footer the application becomes
unresponsive and eventually stops working and closes down. 

The document contains 7200 pages so it is unusually large IMHO.

I changed importance from highest / major to high / major as per triage
flowchart.

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


[Libreoffice-bugs] [Bug 60189] New: EDITING: Copy from Microsoft Excel copies all styles across (should filter out)

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60189

  Priority: medium
Bug ID: 60189
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Copy from Microsoft Excel copies all styles
across (should filter out)
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: john.pr...@cantab.net
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.5.7.2 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 74092
  -- https://bugs.freedesktop.org/attachment.cgi?id=74092action=edit
Excel document causing the problem

Problem description: when copying cells from some microsoft excel files using
excel all styles are copied across, even though they appear to be unused in the
selected cells

Steps to reproduce:
1. copy cells in Microsoft Excel from attached document (e.g. cell A1)
2. paste into a new libreoffice document

Current behavior: cell is pasted, but a large number of styles are also copied
from excel

Expected behavior: the cell is pasted and only relevant styles (probably none
in this case) are copied across

Workaround: open excel file in libreoffice then copy across

Workaround2: copy from excel to a new libreoffice document, then copy from
there to the real document

Additional problem: if you make the mistake of doing this you can unpaste using
CTRL+Z, but you cannot remove the styles without deleting each one
individually.

Tested using 3.5.7.2 and Version 4.1.0.0.alpha0+ (Build ID:
28b7359e00fec9fd3bfab3c9105cf250c4320a2)
TinderBox: Win-x86@6, Branch:master, Time: 2013-02-02_00:14:06
Operating System: Windows XP
Version: 3.5.7.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 60094] Text converted to upper index when saved into DOC.

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60094

--- Comment #7 from Jorendc joren.libreoff...@telenet.be ---
Thanks for your attached document.

I can't reproduce this using Linux Mint x14 x64; LibreOffice Version 4.0.0.3
(Build ID: 7545bee9c2a0782548772a21bc84a9dcc583b89) and master pulled yesterday
(February 1) LibreOffice Version 4.1.0.0.alpha0+ (Build ID:
6c76cdce33d29d25a1023d5363a840ac5972c95).

@Reporter: is it possible to check with more recent versions of LibreOffice
(3.6.5 or even better 4.0 rc3).

Therefore I don't change bug status; Still NEEDINFO

Kind regards,
Joren

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


[Libreoffice-bugs] [Bug 60058] BUGZILLAASSISTANT: useless sub component undefined

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60058

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

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
I tested several different sequences of selection, always worked fine, Summary
did not appear before Sub component + Version + OS had been seelcted.

Thank you for fix.

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


[Libreoffice-bugs] [Bug 60191] New: : Writer General input/output error when I opened documents from smb share

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60191

  Priority: medium
Bug ID: 60191
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: : Writer General input/output error when I opened
documents from smb share
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: igor.taras...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.0.2 rc
 Component: Writer
   Product: LibreOffice

Problem description: 
When I have opened file .odt from smb share (server MS Windows 2008R2 standard
64bit), I had error “General Error.
General input/output error.”
But, when I have opened this file from smb share (server Linux OpenSuSe
“samba”), the documents was opening well.
And when I have opened this file from local file-system (xfs) – all right.

When I have opened file .doc – all right.

When I was using previous version LibreOffice 3.6.3 – all documents was opening
good. Operation system and configuration is the same.

Steps to reproduce:
1. I using autofs 5.0.7-123.1 ; cifs-utils – 4.9-7.7.1 ; samba – 3.6.3-34.12.1
   My operation system: openSUSE 12.1 (x86_64)

2. config auto.master
+auto.master
/mnt/smb/etc/auto.institute --timeout=10800 --ghost

3. config /etc/auto.institute
# mount smb share – Linux samba 
L_DISTR
-fstype=cifs,uid=angell,gid=users,domain=print,credentials=/etc/auto.auth_adm_cifs
://up-lfs/DISTR
# mount smb share – Windows share 
W_COR  
-fstype=cifs,uid=angell,gid=users,domain=print,credentials=/etc/auto.auth_adm_cifs
://up-dfsw/COR

4. Open file .odt from /mnt/smb/W_COR – you will have error.
5. Open file .odt from /mnt/smb/L_DISTR – you will open file.

Operating System: openSUSE
Version: 4.0.0.2 rc

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


[Libreoffice-bugs] [Bug 60191] : Writer General input/output error when I opened documents from smb share

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60191

--- Comment #1 from Igor igor.taras...@gmail.com ---
Created attachment 74093
  -- https://bugs.freedesktop.org/attachment.cgi?id=74093action=edit
strace with 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 47808] FILEOPEN: FILEOPEN DOCX General Error.

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47808

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=43246

-- 
You are receiving this mail because:
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   >