[Libreoffice-commits] .: 2 commits - solenv/gbuild

2012-12-02 Thread Libreoffice Gerrit user
 solenv/gbuild/platform/com_MSC_defs.mk |  129 ++---
 1 file changed, 119 insertions(+), 10 deletions(-)

New commits:
commit f02ac6e7c8da9e6e3b2263f028637723a8cf4829
Author: Tor Lillqvist tlillqv...@suse.com
Date:   Sun Dec 2 11:19:39 2012 +0200

Don't disable warnings that supprted MSVC versions don't generate

diff --git a/solenv/gbuild/platform/com_MSC_defs.mk 
b/solenv/gbuild/platform/com_MSC_defs.mk
index 3d96cd3..8e3f249 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -88,10 +88,6 @@ gb_AFLAGS := /c /Cp
 # C4191: 'operator/operation' : unsafe conversion from 'type of
 #   expression' to 'type required'
 
-# C4217: 'operator' : member template functions cannot be used for
-#   copy-assignment or copy-construction. FIXME: This warning is not
-#   listed for VS2008 or later.
-
 # C4242: 'identifier' : conversion from 'type1' to 'type2', possible
 #   loss of data
 
@@ -118,8 +114,6 @@ gb_AFLAGS := /c /Cp
 # C4290: C++ exception specification ignored except to indicate a
 #   function is not __declspec(nothrow)
 
-# C4294: FIXME: not documented at all
-
 # C4350: behavior change: 'member1' called instead of 'member2'
 
 # C4355: 'this' : used in base member initializer list
@@ -132,10 +126,6 @@ gb_AFLAGS := /c /Cp
 # C4365: 'action' : conversion from 'type_1' to 'type_2',
 #   signed/unsigned mismatch
 
-# C4373: FIXME: not documented at all
-
-# C4435: FIXME: not documented at all
-
 # C4503: 'identifier' : decorated name length exceeded, name was
 #   truncated
 
@@ -169,10 +159,6 @@ gb_AFLAGS := /c /Cp
 # C4668: 'symbol' is not defined as a preprocessor macro, replacing
 #   with '0' for 'directives'
 
-# C4675: 'function' : resolved overload was found by
-#   argument-dependent lookup. FIXME: This warning is not listed for
-#   VS2008 or later.
-
 # C4686: ' user-defined type ' : possible change in behavior, change
 #   in UDT return calling convention
 
@@ -188,8 +174,6 @@ gb_AFLAGS := /c /Cp
 # C4738: storing 32-bit float result in memory, possible loss of
 #   performance
 
-# C4786: FIXME: Not in supported compiler versions
-
 # C4800: 'type' : forcing value to bool 'true' or 'false' (performance
 #   warning)
 
@@ -217,7 +201,6 @@ gb_CFLAGS := \
-wd4180 \
-wd4189 \
-wd4191 \
-   -wd4217 \
-wd4242 \
-wd4244 \
-wd4245 \
@@ -243,14 +226,12 @@ gb_CFLAGS := \
-wd4626 \
-wd4640 \
-wd4668 \
-   -wd4675 \
-wd4686 \
-wd4692 \
-wd4706 \
-wd4710 \
-wd4711 \
-wd4738 \
-   -wd4786 \
-wd4800 \
-wd4820 \
-wd4826 \
@@ -273,7 +254,6 @@ gb_CXXFLAGS := \
-wd4180 \
-wd4189 \
-wd4191 \
-   -wd4217 \
-wd4242 \
-wd4244 \
-wd4245 \
@@ -282,13 +262,10 @@ gb_CXXFLAGS := \
-wd4265 \
-wd4275 \
-wd4290 \
-   -wd4294 \
-wd4350 \
-wd4351 \
-wd4355 \
-wd4365 \
-   -wd4373 \
-   -wd4435 \
-wd4503 \
-wd4505 \
-wd4511 \
@@ -302,14 +279,12 @@ gb_CXXFLAGS := \
-wd4628 \
-wd4640 \
-wd4668 \
-   -wd4675 \
-wd4686 \
-wd4692 \
-wd4706 \
-wd4710 \
-wd4711 \
-wd4738 \
-   -wd4786 \
-wd4800 \
-wd4820 \
-wd4826 \
commit 018278c51ea514fe8ab96a7061d10fa67754d6a1
Author: Tor Lillqvist tlillqv...@suse.com
Date:   Sun Dec 2 11:17:06 2012 +0200

Document the warnings we disable

diff --git a/solenv/gbuild/platform/com_MSC_defs.mk 
b/solenv/gbuild/platform/com_MSC_defs.mk
index e867e98..3d96cd3 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -69,6 +69,140 @@ gb_RCFLAGS := \
 
 gb_AFLAGS := /c /Cp
 
+# Do we really need to disable to many warnings? It seems to me that
+# many of these warnings are for custructs that we have been actively
+# cleaning away from the code, to avoid warnings when building with
+# gcc or Clang and -Wall -Werror.
+
+# C4005: 'identifier' : macro redefinition
+
+# C4061: enumerator 'identifier' in switch of enum 'enumeration' is
+#   not explicitly handled by a case label
+
+# C4127: conditional expression is constant
+
+# C4180: qualifier applied to function type has no meaning; ignored
+
+# C4189: 'identifier' : local variable is initialized but not referenced
+
+# C4191: 'operator/operation' : unsafe conversion from 'type of
+#   expression' to 'type required'
+
+# C4217: 'operator' : member template functions cannot be used for
+#   copy-assignment or copy-construction. FIXME: This warning is not
+#   listed for VS2008 or later.
+
+# C4242: 'identifier' : conversion from 'type1' to 'type2', possible
+#   loss of data
+
+# C4244: nonstandard extension used : formal parameter 'identifier'
+#   was previously defined as a type
+
+# C4245: 'conversion' : conversion from 'type1' to 

[Libreoffice-commits] .: 2 commits - extras/CustomTarget_autocorr.mk filter/Configuration_filter.mk filter/CustomTarget_svg.mk i18npool/CustomTarget_localedata.mk officecfg/CustomTarget_registry.mk re

2012-12-02 Thread Libreoffice Gerrit user
 Repository.mk |8 ++
 RepositoryExternal.mk |   81 +
 extras/CustomTarget_autocorr.mk   |5 -
 filter/Configuration_filter.mk|9 +-
 filter/CustomTarget_svg.mk|4 -
 i18npool/CustomTarget_localedata.mk   |5 -
 officecfg/CustomTarget_registry.mk|5 -
 readlicense_oo/CustomTarget_readme.mk |5 -
 solenv/gbuild/ComponentTarget.mk  |5 -
 solenv/gbuild/ComponentsTarget.mk |   78 
 solenv/gbuild/Configuration.mk|   29 ---
 solenv/gbuild/ExternalExecutable.mk   |  127 ++
 solenv/gbuild/Rdb.mk  |4 -
 solenv/gbuild/TargetLocations.mk  |2 
 solenv/gbuild/UnoApiTarget.mk |2 
 solenv/gbuild/gbuild.mk   |   49 -
 writerfilter/CustomTarget_source.mk   |   42 +--
 17 files changed, 283 insertions(+), 177 deletions(-)

New commits:
commit 9ef9bba9fe1d7a5b86f3287064fbf7023771f0a4
Author: David Tardon dtar...@redhat.com
Date:   Sun Dec 2 10:59:10 2012 +0100

ditch unused makefile

Change-Id: If859e46758c622f4841b8b0389abe2485f4af85a

diff --git a/solenv/gbuild/ComponentsTarget.mk 
b/solenv/gbuild/ComponentsTarget.mk
deleted file mode 100644
index 94ecfff..000
--- a/solenv/gbuild/ComponentsTarget.mk
+++ /dev/null
@@ -1,79 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-# Version: MPL 1.1 / GPLv3+ / LGPLv3+
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the License); you may not use this file except in compliance with
-# the License or as specified alternatively below. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an AS IS basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# Major Contributor(s):
-# Copyright (C) 2011 Red Hat, Inc., Stephan Bergmann sberg...@redhat.com
-#  (initial developer)
-#
-# All Rights Reserved.
-#
-# For minor contributions see the git repository.
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either the GNU General Public License Version 3 or later (the GPLv3+), or
-# the GNU Lesser General Public License Version 3 or later (the LGPLv3+),
-# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
-# instead of those above.
-
-# Create a .components file bundling multiple .component files:
-
-# $(1): ID of this components entity (a relative pathname without .components
-#  extension)
-define gb_ComponentsTarget_ComponentsTarget
-$(call gb_ComponentsTarget_get_target,$(1)): \
-$(call gb_ComponentsTarget_get_target,$(1)).input
-$(call gb_ComponentsTarget_get_target,$(1)).input: COMPONENTFILES :=
-$(eval $(call gb_Module_register_target,$(call 
gb_ComponentsTarget_get_target,$(1)),$(call 
gb_ComponentsTarget_get_clean_target,$(1
-
-endef
-
-# $(1): ID of this components entity
-# $(2): absolute .component pathname (must be underneath $(WORKDIR) due to the
-#  --stringparam prefix approach of $(SOLARENV)/bin/packcomponents.xslt)
-define gb_ComponentsTarget_add_componentfile
-$(call gb_ComponentsTarget_get_target,$(1)): $(2)
-$(call gb_ComponentsTarget_get_target,$(1)).input: COMPONENTFILES += $(2)
-
-endef
-
-$(call gb_ComponentsTarget_get_target,%): \
-$(call gb_ComponentsTarget_get_target,%).input \
-| $(call gb_ExternalExecutable_get_deps,xsltproc)
-   $(call gb_Output_announce,$*,$(true),CPS,1)
-   $(call gb_Helper_abbreviate_dirs, \
-mkdir -p $(dir $@))
-   $(call gb_Helper_abbreviate_dirs, \
-$(call gb_ExternalExecutable_get_command,xsltproc) --nonet 
--stringparam prefix $(WORKDIR) -o $@ \
-$(SOLARENV)/bin/packcomponents.xslt $@.input)
-
-$(call gb_ComponentsTarget_get_clean_target,%): \
-$(call gb_ComponentsTarget_get_clean_target,%).input
-   $(call gb_Output_announce,$*,$(false),CPS,1)
-   $(call gb_Helper_abbreviate_dirs, \
-rm -f $(call gb_ComponentsTarget_get_target,$*))
-
-$(call gb_ComponentsTarget_get_target,%).input:
-   $(call gb_Output_announce,$*,$(true),CPI,1)
-   $(call gb_Helper_abbreviate_dirs, \
-mkdir -p $(dir $@))
-   $(call gb_Helper_abbreviate_dirs, \
-printf 'list%s/list' \
-$(foreach i,$(COMPONENTFILES),filename$(subst 
$(WORKDIR),,$i)/filename) \
- $@)
-
-$(call gb_ComponentsTarget_get_clean_target,%).input:
-   $(call gb_Output_announce,$*,$(false),CPI,1)
-   $(call gb_Helper_abbreviate_dirs, \
-rm -f $(call gb_ComponentsTarget_get_target,$*).input)
-
-# vim: set noet sw=4:
diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk
index 0692954..32887be 100644
--- 

[PATCH] fdo#36800-Find replace does not search single cell

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

I have submitted a patch for review:

https://gerrit.libreoffice.org/1222

To pull it, you can do:

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

fdo#36800-Find  replace does not search single cell

Change-Id: I91015a8eec99b0772d9bae001b58567eacaa4a6f
---
M sc/source/ui/view/viewfun2.cxx
1 file changed, 24 insertions(+), 20 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I91015a8eec99b0772d9bae001b58567eacaa4a6f
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Abdulelah Alarifi asalar...@kacst.edu.sa

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


Re: random number generators for calc

2012-12-02 Thread tino
 of course it doesn't have fancy features like ranges or non-uniform
 distribution...

That's ok, I wouldn't use that against it, because these things are
independent. Any uniform int generator can easily be extended to
ranges, and uniform [0,1] distribution. And at least in theory, any
non-uniform distribution can then be generated using

 rand_some_non_uniform() = F_inv( rand_uniform01() );

where F_inv() is the inverse cdf (cumulative distribution function)
which in practice is not always easily available. Gnumeric has access
to the inverse cdf's through R. Boost also has them implemented
already (not as comprehensive as R though).

Btw, boost has the same structure, boost::mt19937 only generates
integers, and this forms the basis for all other distributions.

 ... looking at random.cxx it appears to use a MD5 hash to generate the
 random bytes; initialization is via seconds/nanoseconds of current time
 and thread-id.  since the cryptographic hash implementations in sal/rtl
 don't look heavily optimized this is likely not be the fastest way to
 generate random numbers, if that is a concern...

Speed is not my concern here (I guess parsing a cell is of an order of
magnitude slower?). My problem is with statistical properties, and
until somebody knows exactly what random.cxx does, I'd advice
against using it. I'm also no expert and I may well be wrong but an
MD5 based random number generator sounds a bit like a home made
generator where we don't even know if it's truly uniform distributed.

 We should not implement them in rtl/math.hxx until there are more users
 than calc's interpreter that need it. Lets not overcomplicate this stuff
 as long as it is not necessary.

What about implementation in random.cxx and creating random.hxx so all
the random stuff is in one place?

Tino

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


[Libreoffice-commits] .: desktop/source unusedcode.easy

2012-12-02 Thread Libreoffice Gerrit user
 desktop/source/deployment/inc/lockfile.hxx  |3 ---
 desktop/source/deployment/misc/lockfile.cxx |9 -
 unusedcode.easy |1 -
 3 files changed, 13 deletions(-)

New commits:
commit 1eafd90aee0c945b941db99d70a25d1b633c1401
Author: Marcos Paulo de Souza marcos.souza@gmail.com
Date:   Sat Dec 1 23:43:40 2012 -0200

Remove unused method from desktop

Change-Id: I17b269c70bbf82aa5a4345d488777ac98d1d6938
Signed-off-by: Marcos Paulo de Souza marcos.souza@gmail.com
Reviewed-on: https://gerrit.libreoffice.org/1221
Reviewed-by: Caolán McNamara caol...@redhat.com
Tested-by: Caolán McNamara caol...@redhat.com

diff --git a/desktop/source/deployment/inc/lockfile.hxx 
b/desktop/source/deployment/inc/lockfile.hxx
index 8a6daf3..3d9a365 100644
--- a/desktop/source/deployment/inc/lockfile.hxx
+++ b/desktop/source/deployment/inc/lockfile.hxx
@@ -65,9 +65,6 @@ namespace desktop {
 // found (iff gui) and returns false when we may not continue
 sal_Bool check( fpExecWarning execWarning );
 
-// removes the lockfile. should only be called in exceptional 
situations
-void clean(void);
-
 // removes the lockfile
 ~Lockfile(void);
 
diff --git a/desktop/source/deployment/misc/lockfile.cxx 
b/desktop/source/deployment/misc/lockfile.cxx
index d4dcaf5..6bb7bb7 100644
--- a/desktop/source/deployment/misc/lockfile.cxx
+++ b/desktop/source/deployment/misc/lockfile.cxx
@@ -199,15 +199,6 @@ namespace desktop {
 aConfig.Flush( );
 }
 
-void Lockfile::clean( void )
-{
-if ( m_bRemove )
-{
-File::remove( m_aLockname );
-m_bRemove = sal_False;
-}
-}
-
 Lockfile::~Lockfile( void )
 {
 // unlock userdata by removing file
diff --git a/unusedcode.easy b/unusedcode.easy
index d3db1d4..75f6d12 100755
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -47,7 +47,6 @@ connectivity::file::OStatement_Base::reset()
 connectivity::mork::OColumnAlias::OColumnAlias()
 connectivity::sdbcx::OGroup::OGroup(rtl::OUString const, unsigned char)
 connectivity::sdbcx::OGroup::OGroup(unsigned char)
-desktop::Lockfile::clean()
 framework::OReadMenuDocumentHandler::getServiceFactory()
 jfw_plugin::VendorBase::createInstance()
 oox::drawingml::TextListStyle::dump() const
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PUSHED] Remove unused method from desktop

2012-12-02 Thread 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/1221

Approvals:
  Caolán McNamara: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I17b269c70bbf82aa5a4345d488777ac98d1d6938
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Marcos Souza marcos.souza@gmail.com
Gerrit-Reviewer: Caolán McNamara caol...@redhat.com

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


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

2012-12-02 Thread Libreoffice Gerrit user
 desktop/inc/app.hxx|3 ++-
 desktop/source/app/app.cxx |   24 +---
 2 files changed, 7 insertions(+), 20 deletions(-)

New commits:
commit 1a8f7865450047e6e5b01598c5658026f392388e
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Dec 2 12:47:48 2012 +

ensure lockfile doesn't leak

Change-Id: I6a4c7024da154104d985bca25b26a8243174ec8d

diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index dfa74c4..8fd1b58 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -22,6 +22,7 @@
 
 // stl includes first
 #include map
+#include boost/scoped_ptr.hpp
 #include com/sun/star/lang/XMultiServiceFactory.hpp
 #include vcl/svapp.hxx
 #include vcl/timer.hxx
@@ -193,7 +194,7 @@ class Desktop : public Application
 OUStringm_aBootstrapErrorMessage;
 BootstrapStatus m_aBootstrapStatus;
 
-Lockfile *m_pLockfile;
+boost::scoped_ptrLockfile m_xLockfile;
 Timerm_firstRunTimer;
 
 static ResMgr*  pResMgr;
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index f83d8c2..0f06929 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -559,7 +559,6 @@ Desktop::Desktop()
 : m_bCleanedExtensionCache( false )
 , m_bServicesRegistered( false )
 , m_aBootstrapError( BE_OK )
-, m_pLockfile( NULL )
 {
 RTL_LOGFILE_TRACE( desktop (cd13) ::Desktop::Desktop );
 }
@@ -656,11 +655,7 @@ void Desktop::DeInit()
 ::comphelper::setProcessServiceFactory( NULL );
 
 // clear lockfile
-if (m_pLockfile != NULL)
-{
-delete m_pLockfile;
-m_pLockfile = NULL;
-}
+m_xLockfile.reset();
 
 OfficeIPCThread::DisableOfficeIPCThread();
 if( pSignalHandler )
@@ -721,11 +716,7 @@ sal_Bool Desktop::QueryExit()
 {
 }
 
-if (m_pLockfile != NULL)
-{
-delete m_pLockfile;
-m_pLockfile = NULL;
-}
+m_xLockfile.reset();
 
 }
 
@@ -1292,11 +1283,7 @@ sal_uInt16 Desktop::Exception(sal_uInt16 nError)
 
 default:
 {
-if (m_pLockfile != NULL)
-{
-delete m_pLockfile;
-m_pLockfile = NULL;
-}
+m_xLockfile.reset();
 
 if( bRestart )
 {
@@ -1452,11 +1439,10 @@ int Desktop::Main()
 // check user installation directory for lockfile so we can be sure
 // there is no other instance using our data files from a remote host
 RTL_LOGFILE_CONTEXT_TRACE( aLog, desktop (lo119109) Desktop::Main - 
Lockfile );
-delete m_pLockfile;
-m_pLockfile = new Lockfile;
+m_xLockfile.reset(new Lockfile);
 #ifndef ANDROID
 if ( !rCmdLineArgs.IsHeadless()  !rCmdLineArgs.IsInvisible() 
- !rCmdLineArgs.IsNoLockcheck()  !m_pLockfile-check( 
Lockfile_execWarning ))
+ !rCmdLineArgs.IsNoLockcheck()  !m_xLockfile-check( 
Lockfile_execWarning ))
 {
 // Lockfile exists, and user clicked 'no'
 return EXIT_FAILURE;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: officecfg/Configuration_officecfg.mk

2012-12-02 Thread Libreoffice Gerrit user
 officecfg/Configuration_officecfg.mk |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5e0bd1f73ae267c317eb625fbfe7bb61e82dfb0f
Author: David Tardon dtar...@redhat.com
Date:   Sun Dec 2 14:27:59 2012 +0100

recover lost config. spool module ctlseqcheck

Change-Id: I22809a29ea085459c4a6e737918f7c3f42eca6a7

diff --git a/officecfg/Configuration_officecfg.mk 
b/officecfg/Configuration_officecfg.mk
index eec1221..8fbd846 100644
--- a/officecfg/Configuration_officecfg.mk
+++ b/officecfg/Configuration_officecfg.mk
@@ -88,6 +88,7 @@ $(eval $(call 
gb_Configuration_add_spool_modules,registry,officecfg/registry/dat
org/openoffice/Office/Scripting-python.xcu \
org/openoffice/Office/Common-cjk.xcu \
org/openoffice/Office/Common-ctl.xcu \
+   org/openoffice/Office/Common-ctlseqcheck.xcu \
org/openoffice/Office/Common-korea.xcu \
org/openoffice/Office/DataAccess-evoab2.xcu \
org/openoffice/Office/Paths-macosx.xcu \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PATCH] fdo#56877 - CRASH when profile contains a invalid RecentlyUs...

2012-12-02 Thread Rob Snelders (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1223

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/23/1223/1

fdo#56877 - CRASH when profile contains a invalid RecentlyUsedMasterPages

Change-Id: I5c67f4382edc5f2771fd790256a78f2a459840bd
---
M dictionaries
M helpcontent2
M sd/source/ui/toolpanel/controls/MasterPageContainer.cxx
M sd/source/ui/toolpanel/controls/MasterPageDescriptor.cxx
M sd/source/ui/toolpanel/controls/MasterPageDescriptor.hxx
M sd/source/ui/toolpanel/controls/MasterPagesSelector.cxx
M sfx2/source/appl/appopen.cxx
7 files changed, 20 insertions(+), 8 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5c67f4382edc5f2771fd790256a78f2a459840bd
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Rob Snelders libreoff...@ertai.nl

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


[PATCH] fdo#56877 CRASH when profile contains invalid RecentlyUsedMa...

2012-12-02 Thread Rob Snelders (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1224

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/24/1224/1

fdo#56877 CRASH when profile contains invalid RecentlyUsedMasterpages

Change-Id: Ia875d6b04b5ce6a026a57aaef2c17fc02a503ae9
---
M sd/source/ui/toolpanel/controls/MasterPageContainer.cxx
M sd/source/ui/toolpanel/controls/MasterPageDescriptor.cxx
M sd/source/ui/toolpanel/controls/MasterPageDescriptor.hxx
M sd/source/ui/toolpanel/controls/MasterPagesSelector.cxx
M sfx2/source/appl/appopen.cxx
5 files changed, 20 insertions(+), 8 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia875d6b04b5ce6a026a57aaef2c17fc02a503ae9
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Rob Snelders libreoff...@ertai.nl

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


fdo#56877 - CRASH when profile contains a invalid RecentlyUs...

2012-12-02 Thread Rob Snelders (via Code Review)
Rob Snelders has abandoned this change.

Change subject: fdo#56877 - CRASH when profile contains a invalid 
RecentlyUsedMasterPages
..


Patch Set 1: Abandoned

pushed in a new commit

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

Gerrit-MessageType: abandon
Gerrit-Change-Id: I5c67f4382edc5f2771fd790256a78f2a459840bd
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Rob Snelders libreoff...@ertai.nl

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


License statement

2012-12-02 Thread Christine Koppelt
All of my past  future contributions to LibreOffice may be licensed
under the MPL/LGPLv3 dual license.



2012/11/28 Rob Snelders libreoff...@ertai.nl:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi Christine,

 My journey home wasn't good.. as the trains didn't ride when I got back
 in the Netherlands. So I had 2 hours of extra travel-time. But I'm home.

 I don't have really time today to import your patch but I will do it
 tomorrow.
 But I saw that we haven't have a license statement for your patches.
 Can you send a blanket license-statement (MPL/LGPLv3+ dual license) to
 the developers-list of Libreoffice (I have cc'ed them). Something like:

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

 I think the REST API for bugzilla is on bugs.freedesktop.org as far as
 I know. But maybe Kendy can tell us for sure.

 - --
 Greetings,
 Rob Snelders



 Op di 27 nov 2012 02:14:10 CET, Christine Koppelt schreef:
 Hi Rob,

 Hope you had a smooth journey back home.

 Here is the patch for the request parameters again, this time with
 correct author settings.

 Could you send me the URL for the Bugzilla REST API?

 Kind regards

 Christine

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.11 (GNU/Linux)
 Comment: Using GnuPG with undefined - http://www.enigmail.net/

 iQEcBAEBAgAGBQJQtltwAAoJEGs78UIq7mKyZswH/3RLtp15wtKtH7bqyj185p/b
 aFuwW8zBXdFzgTJcndntXpXATja+34VVSREBtU1YxublSNYJPJVwlrWQmXub8SuJ
 vPPE8tCgHkM8EbFSh6Y1ztiW1fIzdnf46oOXVB4gMNlZtdWNaOsdTmVE+MQ/wkLm
 7nNKE/7lJmkIcDWb9Xp0P5tjgo5U3FOuQfPF3MhHeT9+4p15gnMNa9puxZEkXHq/
 HL2PMiF1yXIRlyLY6OpXr6NbuiR84ExtYq2uvLSp3ZLv4hnJjeo8ejjC0b1gsnnZ
 iQAXQJ0w05w5zdm6rvJDg6IMrrVF1o7dfgyR4pHKW3Wvv9g0KD/Y9GNtGq1ddNE=
 =0Y8y
 -END PGP SIGNATURE-

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


Saving/Loading UOF-standard

2012-12-02 Thread Rob Snelders
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi All,

The file-format UOF is supported by LibreOffice. But it doesn't work
(anymore?) [1]. The loading of the file doesn't work. I don't know if
the files saved are of the correct format (as I can't load what I save).

It doesn't seem to a much used format but it is the format the chinese
goverment uses. Can anybody verify if the saved format is still
readable (with for example red office), and do we need to disable the
format for now?

Greetings,
Rob Snelders

[1]: https://bugs.freedesktop.org/show_bug.cgi?id=50430
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iQEcBAEBAgAGBQJQu2rXAAoJEGs78UIq7mKyFzMH/jdhKZ4oL5rOKRfWVVL0twuK
Jae4kVUF+iUYjBzx3VfZxqcOhXdEdZMRQ1ZWDFZEBGKFQOo+ek/7xFYyOLqHGXT6
0HS8egVFLEP7uZ/jqri75nGwIqJKTAUr9HAEbB2+UqA2thMgYWVGSFjCZILg0JTe
Oxrx5cE1mNzsooILJ6YFaQTtufK988uW6T/R6eGpwnQBI1CStDFlp+h66S6swO2j
fCxJv1BoiNBAIb02Cw4a+lRZquFLZ8N9q9Yn+AZYLcLJ0IEsDBy6l0I8i2E/i4xg
pA0MgQGfk0tcMoEdrtXIkmN9WpckOM+6xoe7syz6obR5S/r9bz2yc1igJfAX+gU=
=Ijwc
-END PGP SIGNATURE-
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: random number generators for calc

2012-12-02 Thread Markus Mohrhard
On Sun, Dec 02, 2012 at 11:47:01AM +, tino wrote:
 
  ... looking at random.cxx it appears to use a MD5 hash to generate the
  random bytes; initialization is via seconds/nanoseconds of current time
  and thread-id.  since the cryptographic hash implementations in sal/rtl
  don't look heavily optimized this is likely not be the fastest way to
  generate random numbers, if that is a concern...
 
 Speed is not my concern here (I guess parsing a cell is of an order of
 magnitude slower?).

Speed has to be nearly always a concern in calc core. We don't parse the
cell formula for each evaluation. We have an intermediate format that is
extremely fast to evaluate and we have to be very careful that we are
not introducing more performance regressions. For a single cell this
seems not important but on a sheet with thousand of depending cells it
is quite important that a function is not slower than necessary.

 My problem is with statistical properties, and
 until somebody knows exactly what random.cxx does, I'd advice
 against using it. I'm also no expert and I may well be wrong but an
 MD5 based random number generator sounds a bit like a home made
 generator where we don't even know if it's truly uniform distributed.

Well in most cases the statistical properties of a random function will
not matter in Libreoffice. I agree that it is different in Calc and
seeing that the rand() function in Windows is suboptimal we should think
about a solution for Calc's RANDOM function.

 
  We should not implement them in rtl/math.hxx until there are more users
  than calc's interpreter that need it. Lets not overcomplicate this stuff
  as long as it is not necessary.
 
 What about implementation in random.cxx and creating random.hxx so all
 the random stuff is in one place?

Why do you want this abstraction? Following KISS I would just start
implementing the functions in ScInterpreter and extract commonly used
parts into an own method. If at some point other parts of Libreoffice
also need random functions with known statistical properties we can
still extract them.

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


[Libreoffice-commits] .: RepositoryExternal.mk

2012-12-02 Thread Libreoffice Gerrit user
 RepositoryExternal.mk |2 --
 1 file changed, 2 deletions(-)

New commits:
commit ff7735d7a1e0aa9ed753553cf20acf10fbd3f81b
Author: David Tardon dtar...@redhat.com
Date:   Sun Dec 2 17:02:44 2012 +0100

fix build with internal libxml2

Change-Id: I2dbef5bbe93cd8561ae0fba24f8d30771747098c

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index bec2abd..5ead103 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2409,7 +2409,6 @@ else # ! SYSTEM_LIBXML_FOR_BUILD
 
 define gb_ExternalExecutable__register_xmllint
 gb_ExternalExecutable__xmllint_TARGET := $(call 
gb_Executable_get_target_for_build,xmllint)
-gb_ExternalExecutable__xmllint_COMMAND := $(gb_Helper_set_ld_path) 
$(ICECREAM_RUN) $(gb_ExternalExecutable__xmllint_TARGET)
 
 endef
 
@@ -2423,7 +2422,6 @@ else # ! SYSTEM_LIBXSLT_FOR_BUILD
 
 define gb_ExternalExecutable__register_xsltproc
 gb_ExternalExecutable__xsltproc_TARGET := $(call 
gb_Executable_get_target_for_build,xsltproc)
-gb_ExternalExecutable__xsltproc_COMMAND := $(gb_Helper_set_ld_path) 
$(ICECREAM_RUN) $(gb_ExternalExecutable__xsltproc_TARGET)
 
 endef
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Is fdo#51638 fixed with I6a4c7024da154104d985bca25b26a8243174ec8d ?

2012-12-02 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

Looking at I6a4c7024da154104d985bca25b26a8243174ec8d

I wonder if it fixes fdo#51638?

Seems the same issue...

- -- 
Olivier Hallot
Founder, Board of Directors Member - The Document Foundation
The Document Foundation, Zimmerstr. 69, 10117 Berlin, Germany
Fundação responsável civilmente, de acordo com o direito civil
Detalhes Legais: http://www.documentfoundation.org/imprint
LibreOffice translation leader for Brazilian Portuguese
+55-21-8822-8812
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iQEcBAEBAgAGBQJQu4EqAAoJEJp3R7nH3vLx718H/RicGHsPpz5S+GO0+YBVLrvh
Ftby3HGEZhLbK+FwQqg4jpjPjHRiQTkkA2fJ2VGCLZqwWomQ18V7EFn1f/tQ4tt+
i+JHFxjhOadcZ/RJDudatijHDh0txQhwC/PJLoBrCuHP9cVR5G7ePs4ZqzaEcTxT
FoSmBc2hsI4ihpwatKIOs+2aUOwevrGE5nERrFDP0EloQnMjOjxQGGgusVY9BAMT
z4VMUxG8GFLAh7YP/16e/jregonwHfXG0pilbuYTvgOyPCzT5dvOickDiXlBujwV
dKxJLQBxNa0mF52oeHblMhG4C6csso8l5hhp24Mw+5UR7UflOPVQGJZ6yRz2GpE=
=kvNq
-END PGP SIGNATURE-
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2012-12-02 Thread Libreoffice Gerrit user
 sc/source/ui/condformat/condformatdlgentry.cxx |   14 ++
 sc/source/ui/inc/condformatdlgentry.hxx|3 ++-
 2 files changed, 16 insertions(+), 1 deletion(-)

New commits:
commit d05351723055dd56e8732c4ac2104cd8111e2a54
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Dec 2 17:36:46 2012 +0100

this method is not implemented

Change-Id: Ief364d7c835d75e6caf4fb0d639d8e67b7bdcd2a

diff --git a/sc/source/ui/inc/condformatdlgentry.hxx 
b/sc/source/ui/inc/condformatdlgentry.hxx
index 9ff9840..885443d 100644
--- a/sc/source/ui/inc/condformatdlgentry.hxx
+++ b/sc/source/ui/inc/condformatdlgentry.hxx
@@ -266,7 +266,6 @@ class ScIconSetFrmtEntry : public ScCondFrmtEntry
 typedef boost::ptr_vectorScIconSetFrmtDataEntry 
ScIconSetFrmtDateEntriesType;
 ScIconSetFrmtDateEntriesType maEntries;
 
-ScFormatEntry* createIconSetEntry();
 virtual rtl::OUString GetExpressionString();
 
 void Init();
commit 6e3fbd15986804fa86a3c3a6ff49047da9c5d7f6
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Dec 2 17:14:03 2012 +0100

we don't need the last entry for icon sets

Change-Id: If76187689bc63199dc0249626ed4ab4c904ecf18

diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx 
b/sc/source/ui/condformat/condformatdlgentry.cxx
index 66079e1..f648bea 100644
--- a/sc/source/ui/condformat/condformatdlgentry.cxx
+++ b/sc/source/ui/condformat/condformatdlgentry.cxx
@@ -1297,6 +1297,13 @@ ScColorScaleEntry* 
ScIconSetFrmtEntry::ScIconSetFrmtDataEntry::CreateEntry(ScDoc
 return pEntry;
 }
 
+void ScIconSetFrmtEntry::ScIconSetFrmtDataEntry::SetLastEntry()
+{
+maEdEntry.Hide();
+maLbEntryType.Hide();
+maFtEntry.Hide();
+}
+
 ScIconSetFrmtEntry::ScIconSetFrmtEntry( Window* pParent, ScDocument* pDoc, 
const ScAddress rPos, const ScIconSetFormat* pFormat ):
 ScCondFrmtEntry( pParent, pDoc, rPos ),
 maLbColorFormat( this, ScResId( LB_COLOR_FORMAT ) ),
@@ -1321,6 +1328,7 @@ ScIconSetFrmtEntry::ScIconSetFrmtEntry( Window* pParent, 
ScDocument* pDoc, const
 aPos.Y() += maEntries[0].GetSizePixel().Height() * i * 1.2;
 maEntries[i].SetPosPixel( aPos );
 }
+maEntries.back().SetLastEntry();
 }
 else
 IconSetTypeHdl(NULL);
@@ -1350,6 +1358,7 @@ IMPL_LINK_NOARG( ScIconSetFrmtEntry, IconSetTypeHdl )
 aPos.Y() += maEntries[0].GetSizePixel().Height() * i * 1.2;
 maEntries[i].SetPosPixel( aPos );
 }
+maEntries.back().SetLastEntry();
 
 return 0;
 }
diff --git a/sc/source/ui/inc/condformatdlgentry.hxx 
b/sc/source/ui/inc/condformatdlgentry.hxx
index 99d602c..9ff9840 100644
--- a/sc/source/ui/inc/condformatdlgentry.hxx
+++ b/sc/source/ui/inc/condformatdlgentry.hxx
@@ -260,6 +260,8 @@ class ScIconSetFrmtEntry : public ScCondFrmtEntry
 ScIconSetFrmtDataEntry( Window* pParent, ScIconSetType eType, 
sal_Int32 i, const ScColorScaleEntry* pEntry = NULL );
 
 ScColorScaleEntry* CreateEntry(ScDocument* pDoc, const ScAddress 
rPos) const;
+
+void SetLastEntry();
 };
 typedef boost::ptr_vectorScIconSetFrmtDataEntry 
ScIconSetFrmtDateEntriesType;
 ScIconSetFrmtDateEntriesType maEntries;
commit cee68472a07069776093987d579fa1ac2cc2fd8a
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Dec 2 17:11:45 2012 +0100

small fixes for iconset UI

Change-Id: I724397b50404753a9ca235d9e0eca13bdcf5b341

diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx 
b/sc/source/ui/condformat/condformatdlgentry.cxx
index 86dec0d..66079e1 100644
--- a/sc/source/ui/condformat/condformatdlgentry.cxx
+++ b/sc/source/ui/condformat/condformatdlgentry.cxx
@@ -1256,6 +1256,10 @@ 
ScIconSetFrmtEntry::ScIconSetFrmtDataEntry::ScIconSetFrmtDataEntry( Window* pPar
 assert(false);
 }
 }
+else
+{
+maLbEntryType.SelectEntryPos(1);
+}
 FreeResource();
 }
 
@@ -1300,6 +1304,7 @@ ScIconSetFrmtEntry::ScIconSetFrmtEntry( Window* pParent, 
ScDocument* pDoc, const
 {
 Init();
 FreeResource();
+maLbColorFormat.SetSelectHdl( LINK( pParent, ScCondFormatList, 
ColFormatTypeHdl ) );
 
 if(pFormat)
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 5 commits - connectivity/source dbaccess/source

2012-12-02 Thread Libreoffice Gerrit user
 connectivity/source/drivers/jdbc/JStatement.cxx|   14 -
 dbaccess/source/ui/inc/TableConnectionData.hxx |3 -
 dbaccess/source/ui/querydesign/QueryDesignView.cxx |   56 +
 3 files changed, 50 insertions(+), 23 deletions(-)

New commits:
commit c25bb400bbfe20b3b13237ed10935ec9d0f6d769
Author: Lionel Elie Mamane lio...@mamane.lu
Date:   Sun Dec 2 18:32:38 2012 +0100

fdo#42165 make nested joins as per strict ANSI SQL

Change-Id: I605d3811b27c33e35670306bb03b5a796ab72bc0

diff --git a/dbaccess/source/ui/inc/TableConnectionData.hxx 
b/dbaccess/source/ui/inc/TableConnectionData.hxx
index bc084db..728978d 100644
--- a/dbaccess/source/ui/inc/TableConnectionData.hxx
+++ b/dbaccess/source/ui/inc/TableConnectionData.hxx
@@ -81,7 +81,8 @@ namespace dbaui
 */
 void normalizeLines();
 
-OConnectionLineDataVec* GetConnLineDataList(){ return 
m_vConnLineData; }
+const OConnectionLineDataVec* GetConnLineDataList() const { return 
m_vConnLineData; }
+OConnectionLineDataVec* GetConnLineDataList() { return 
m_vConnLineData; }
 
 inline TTableWindowData::value_type getReferencingTable() const { 
return m_pReferencingTable; }
 inline TTableWindowData::value_type getReferencedTable()  const { 
return m_pReferencedTable;  }
diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx 
b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
index e81da08..8ba3912 100644
--- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
@@ -290,14 +290,14 @@ namespace
 }
 
//--
 ::rtl::OUString BuildJoinCriteria(  const Reference XConnection 
_xConnection,
-OConnectionLineDataVec* pLineDataList,
-OQueryTableConnectionData* pData)
+const OConnectionLineDataVec* 
pLineDataList,
+const OQueryTableConnectionData* pData)
 {
 ::rtl::OUStringBuffer aCondition;
 if ( _xConnection.is() )
 {
-OConnectionLineDataVec::iterator aIter = pLineDataList-begin();
-OConnectionLineDataVec::iterator aEnd = pLineDataList-end();
+OConnectionLineDataVec::const_iterator aIter = 
pLineDataList-begin();
+OConnectionLineDataVec::const_iterator aEnd = pLineDataList-end();
 try
 {
 const Reference XDatabaseMetaData   xMetaData = 
_xConnection-getMetaData();
@@ -392,7 +392,7 @@ namespace
 ::rtl::OUString BuildJoin(  const Reference XConnection _xConnection,
 const ::rtl::OUString rLh,
 const ::rtl::OUString rRh,
-OQueryTableConnectionData* pData)
+const OQueryTableConnectionData* pData)
 {
 
 String aErg(rLh);
@@ -430,9 +430,9 @@ namespace
 }
 
//--
 ::rtl::OUString BuildJoin(  const Reference XConnection _xConnection,
-OQueryTableWindow* pLh,
-OQueryTableWindow* pRh,
-OQueryTableConnectionData* pData
+const OQueryTableWindow* pLh,
+const OQueryTableWindow* pRh,
+const OQueryTableConnectionData* pData
 )
 {
 bool bForce = pData-GetJoinType() == CROSS_JOIN || pData-isNatural();
@@ -441,20 +441,36 @@ namespace
 
//--
 ::rtl::OUString BuildJoin(  const Reference XConnection _xConnection,
 const ::rtl::OUString rLh,
-OQueryTableWindow* pRh,
-OQueryTableConnectionData* pData
+const OQueryTableWindow* pRh,
+const OQueryTableConnectionData* pData
 )
 {
 return BuildJoin(_xConnection,rLh,BuildTable(_xConnection,pRh),pData);
 }
 
//--
 ::rtl::OUString BuildJoin(  const Reference XConnection _xConnection,
-OQueryTableWindow* pLh,
+const OQueryTableWindow* pLh,
 const ::rtl::OUString rRh,
-OQueryTableConnectionData* pData
+const OQueryTableConnectionData* pData
 )
 {
-return BuildJoin(_xConnection,BuildTable(_xConnection,pLh),rRh,pData);

[PATCH] Change in core[libreoffice-3-6]: Catch all exceptions to respect specification

2012-12-02 Thread Lionel Elie Mamane (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1226

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/26/1226/1

Catch all exceptions to respect specification

In particular, getMaxRows() can throw SQLException

Change-Id: I1f49afe8258d98000bff34e18f4d98967c46e1b3
---
M connectivity/source/drivers/jdbc/JStatement.cxx
1 file changed, 13 insertions(+), 1 deletion(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1f49afe8258d98000bff34e18f4d98967c46e1b3
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-3-6
Gerrit-Owner: Lionel Elie Mamane lio...@mamane.lu

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


[PATCH] Change in core[libreoffice-3-6]: fdo#42165 make nested joins as per strict ANSI SQL

2012-12-02 Thread Lionel Elie Mamane (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1225

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/25/1225/1

fdo#42165 make nested joins as per strict ANSI SQL

Change-Id: I605d3811b27c33e35670306bb03b5a796ab72bc0
---
M dbaccess/source/ui/inc/TableConnectionData.hxx
M dbaccess/source/ui/querydesign/QueryDesignView.cxx
2 files changed, 31 insertions(+), 14 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I605d3811b27c33e35670306bb03b5a796ab72bc0
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-3-6
Gerrit-Owner: Lionel Elie Mamane lio...@mamane.lu

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


[Libreoffice-commits] .: dbaccess/source

2012-12-02 Thread Libreoffice Gerrit user
 dbaccess/source/ui/querydesign/QueryDesignView.cxx |   15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

New commits:
commit 63614919195934a764eacb509d75d15f8b243a48
Author: Lionel Elie Mamane lio...@mamane.lu
Date:   Sun Dec 2 18:55:44 2012 +0100

WaE: explicitly do nothing when nothing needs to be done

Removes compiler warning

Change-Id: Ied96ef294f25cca54887ca6a86ec07ecb2b1fae0

diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx 
b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
index 8ba3912..816991a 100644
--- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
@@ -463,12 +463,15 @@ namespace
 OQueryTableConnectionData data(*pData);
 switch (data.GetJoinType())
 {
-case LEFT_JOIN:
-data.SetJoinType(RIGHT_JOIN);
-break;
-case RIGHT_JOIN:
-data.SetJoinType(LEFT_JOIN);
-break;
+case LEFT_JOIN:
+data.SetJoinType(RIGHT_JOIN);
+break;
+case RIGHT_JOIN:
+data.SetJoinType(LEFT_JOIN);
+break;
+default:
+// the other join types are symmetric, so nothing to change
+break;
 }
 return BuildJoin(_xConnection, rRh, BuildTable(_xConnection,pLh), 
data);
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 2 commits - codemaker/source forms/Library_frm.mk i18npool/CppunitTest_i18npool_test_textsearch.mk i18npool/Executable_gencoll_rule.mk i18npool/Executable_genindex_data.mk i18

2012-12-02 Thread Libreoffice Gerrit user
 Library_merged.mk|8 --
 RepositoryExternal.mk|   16 ++---
 codemaker/source/cppumaker/cpputype.cxx  |   65 +++
 codemaker/source/cppumaker/cpputype.hxx  |6 ++
 forms/Library_frm.mk |8 --
 i18npool/CppunitTest_i18npool_test_textsearch.mk |2 
 i18npool/Executable_gencoll_rule.mk  |8 --
 i18npool/Executable_genindex_data.mk |8 --
 i18npool/Library_i18npool.mk |7 --
 i18npool/Library_i18nsearch.mk   |2 
 l10ntools/Executable_cfgex.mk|2 
 l10ntools/Executable_helpex.mk   |2 
 l10ntools/Executable_localize.mk |2 
 l10ntools/Executable_propex.mk   |2 
 l10ntools/Executable_renewpo.mk  |2 
 l10ntools/Executable_stringex.mk |2 
 l10ntools/Executable_transex3.mk |2 
 l10ntools/Executable_treex.mk|2 
 l10ntools/Executable_uiex.mk |2 
 l10ntools/Executable_ulfex.mk|2 
 l10ntools/Executable_xrmex.mk|2 
 lotuswordpro/Library_lwpft.mk|7 --
 22 files changed, 93 insertions(+), 66 deletions(-)

New commits:
commit eb0cfb3bf220892e4885945452930790f5e22000
Author: Michael Stahl mst...@redhat.com
Date:   Sun Dec 2 20:13:47 2012 +0100

cppumaker: do write exception specifications on --enable-dbgutil

Exception specifications are useless for production code, but make
for useful assertions in dbgutil builds (on platforms where they
are enforced at runtime).

Because we do not have API tests that exhaustively trigger all
documented error conditions, much less the undocumented or wrongly
handled error conditions that would cause the implementation to violate
its API specification, there is likely some benefit in having these
runtime-checked specifications in debug builds, in the hope that our
various tests which may incidentally call various API methods, or
general soffice usage, uncovers these bugs.

Also, there may be some benefit to making API implementers more
aware of the exception specifications, to quote Stephan's mail:

 To be able to programmatically react to an exception raised by a UNO
 method (which is the raison d'être of non-runtime UNO exceptions), the
 specification of that method must document the method's behavior with
 respect to raising that exception, and any implementation of the method
 must adhere to that specification.  However, with that part of a UNO
 method's interface moved out of sight of a programmer writing a C++
 implementation of that method, I fear that adherence to specification
 will degrade in practice.  And that negatively affects an area where we
 do not shine anyway: reaction to errors.

This partially reverts commits:
0295bd6b3f21dd648af6145ca23d90467f3cec73
155cd09b5eebe0c1eab0610a7f1f04f09de4b217

Change-Id: I9c7664c9f1b238f4f9501aacb065981236949440

diff --git a/codemaker/source/cppumaker/cpputype.cxx 
b/codemaker/source/cppumaker/cpputype.cxx
index 3aba023..5b9721b 100644
--- a/codemaker/source/cppumaker/cpputype.cxx
+++ b/codemaker/source/cppumaker/cpputype.cxx
@@ -1483,6 +1483,7 @@ void InterfaceType::dumpAttributes(FileStream o)
 o  virtual ;
 dumpType(o, fieldType);
 o   SAL_CALL get  fieldName  ();
+dumpAttributeExceptionSpecification(o, name, RT_MODE_ATTRIBUTE_GET);
 o   = 0;\n;
 
 if ((access  RT_ACCESS_READONLY) == 0)
@@ -1493,6 +1494,7 @@ void InterfaceType::dumpAttributes(FileStream o)
 o  virtual void SAL_CALL set  fieldName  ( ;
 dumpType(o, fieldType, byRef, byRef);
 o   _  fieldName.toAsciiLowerCase()   );
+dumpAttributeExceptionSpecification(o, name, 
RT_MODE_ATTRIBUTE_SET);
 o   = 0;\n;
 }
 }
@@ -1510,6 +1512,7 @@ void InterfaceType::dumpMethods(FileStream o)
 
 sal_Bool bRef = sal_False;
 sal_Bool bConst = sal_False;
+sal_Bool bWithRunTimeExcp = sal_True;
 
 for (sal_uInt16 i=0; i  methodCount; i++)
 {
@@ -1526,6 +1529,11 @@ void InterfaceType::dumpMethods(FileStream o)
 m_reader.getMethodReturnTypeName(i), RTL_TEXTENCODING_UTF8);
 paramCount = m_reader.getMethodParameterCount(i);
 
+if ( methodName.equals(acquire) || methodName.equals(release) )
+{
+bWithRunTimeExcp = sal_False;
+}
+
 if (first)
 {
 first = sal_False;
@@ -1578,6 +1586,7 @@ void InterfaceType::dumpMethods(FileStream o)
 }
 o   );
 }
+dumpExceptionSpecification(o, i, bWithRunTimeExcp);
 o   = 0;\n;
 }
 }
@@ -2207,6 +2216,62 @@ void 

[Libreoffice-commits] .: offapi/com offapi/type_reference offapi/UnoApi_offapi.mk

2012-12-02 Thread Libreoffice Gerrit user
 offapi/UnoApi_offapi.mk|2 -
 offapi/com/sun/star/util/DiskFullException.idl |   40 -
 offapi/com/sun/star/util/FileIOException.idl   |   39 
 offapi/type_reference/types.rdb|binary
 4 files changed, 81 deletions(-)

New commits:
commit 4a7386c9da4198760910f1f0775056903d872649
Author: Michael Stahl mst...@redhat.com
Date:   Sun Dec 2 21:26:58 2012 +0100

API CHANGE: remove com.sun.star.util.FileIOException

... and derived com.sun.star.util.DiskFullException.  These exceptions
have never been used since the initial OpenOffice.org CVS import.

EXISTENCE: published key /UCR/com/sun/star/util/DiskFullException
exists only in registry 1
EXISTENCE: published key /UCR/com/sun/star/util/FileIOException exists
only in registry 1

Change-Id: Id3a1b9e43350b15b90864628dc2dbf77027d64a8

diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index a16febe..b835a65 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -3920,11 +3920,9 @@ $(eval $(call 
gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/util,\
Date \
DateTime \
DateTimeRange \
-   DiskFullException \
Duration \
ElementChange \
Endianness \
-   FileIOException \
InvalidStateException \
Language \
MalformedNumberFormatException \
diff --git a/offapi/com/sun/star/util/DiskFullException.idl 
b/offapi/com/sun/star/util/DiskFullException.idl
deleted file mode 100644
index 74a12fb..000
--- a/offapi/com/sun/star/util/DiskFullException.idl
+++ /dev/null
@@ -1,40 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the License); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-#ifndef __com_sun_star_util_DiskFullException_idl__
-#define __com_sun_star_util_DiskFullException_idl__
-
-#include com/sun/star/util/FileIOException.idl
-
-
-
-module com {  module sun {  module star {  module util {
-
-
-/** @deprecated
- */
-published exception DiskFullException: com::sun::star::util::FileIOException
-{
-};
-
-
-}; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/util/FileIOException.idl 
b/offapi/com/sun/star/util/FileIOException.idl
deleted file mode 100644
index a3b4493..000
--- a/offapi/com/sun/star/util/FileIOException.idl
+++ /dev/null
@@ -1,39 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the License); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-#ifndef __com_sun_star_util_FileIOException_idl__
-#define __com_sun_star_util_FileIOException_idl__
-
-#include com/sun/star/uno/Exception.idl
-
-
-module com {  module sun {  module star {  module util {
-
-
-/** @deprecated
- */
-published exception FileIOException: com::sun::star::uno::Exception
-{
-};
-
-
-}; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index 68c5ee8..c2a1662 100644
Binary files a/offapi/type_reference/types.rdb and 
b/offapi/type_reference/types.rdb differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: libwps/StaticLibrary_wps.mk

2012-12-02 Thread Libreoffice Gerrit user
 libwps/StaticLibrary_wps.mk |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 918e2682a3b7b9af1f4a3ec3a38c3735062bd8c9
Author: Michael Stahl mst...@redhat.com
Date:   Sun Dec 2 21:36:26 2012 +0100

libwps: tinderbox says this wants to use boost...

Change-Id: I9ee40fd845aa6af045e49fa4f69165d405ef32c8

diff --git a/libwps/StaticLibrary_wps.mk b/libwps/StaticLibrary_wps.mk
index b18b583..f079736 100644
--- a/libwps/StaticLibrary_wps.mk
+++ b/libwps/StaticLibrary_wps.mk
@@ -17,6 +17,7 @@ $(eval $(call gb_StaticLibrary_use_package,wpslib,libwps_inc))
 
 $(eval $(call gb_StaticLibrary_use_externals,wpslib,\
wpd \
+   boost_headers \
 ))
 
 $(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,wpslib,cpp))
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 2 commits - pyuno/CustomTarget_zipcore.mk solenv/gbuild

2012-12-02 Thread Libreoffice Gerrit user
 pyuno/CustomTarget_zipcore.mk |   14 --
 solenv/gbuild/gbuild.mk   |4 +++-
 2 files changed, 7 insertions(+), 11 deletions(-)

New commits:
commit 3cfbc3409a0bacbdd6572be2c39c004611778bfc
Author: Michael Stahl mst...@redhat.com
Date:   Sun Dec 2 22:15:46 2012 +0100

gbuild: call gb_ExternalExecutable_collect_registrations...

...after reading platform makefile because at least python uses platform
dependent gb_PYTHON_PRECOMMAND.

Change-Id: I894dfd56b4a96828556f657ae63c6f69eebdea0b

diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index 06a9dca..23b580a 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -168,7 +168,6 @@ $(eval $(call gb_Helper_init_registries))
 include $(SRCDIR)/Repository.mk
 include $(SRCDIR)/RepositoryExternal.mk
 $(eval $(call gb_Helper_collect_knownlibs))
-$(eval $(call gb_ExternalExecutable_collect_registrations))
 
 gb_Library_DLLPOSTFIX := lo
 
@@ -177,6 +176,9 @@ include $(GBUILDDIR)/platform/$(OS)_$(CPUNAME)_$(COM).mk
 
 include $(SRCDIR)/RepositoryFixes.mk
 
+# after platform; at least currently python depends on variable set in platform
+$(eval $(call gb_ExternalExecutable_collect_registrations))
+
 # add user-supplied flags
 ifneq ($(strip gb__ENV_CFLAGS),)
 gb_LinkTarget_CFLAGS += $(gb__ENV_CFLAGS)
commit 8f4ddb1910495419a8b7af84ec7dc738958ae79c
Author: Michael Stahl mst...@redhat.com
Date:   Sun Dec 2 21:52:23 2012 +0100

pyuno: clean up that zipcore a little

That $(shell find...) is now entirely pointless with python3 in
tail_build; depend on package instead.

Change-Id: Iacc8a7d201f8ec2e41adf3e2351a755e955c0997

diff --git a/pyuno/CustomTarget_zipcore.mk b/pyuno/CustomTarget_zipcore.mk
index 6b37424..5f1694e 100644
--- a/pyuno/CustomTarget_zipcore.mk
+++ b/pyuno/CustomTarget_zipcore.mk
@@ -37,21 +37,15 @@ pyuno_PYTHON_LIB_DIR=$(OUTDIR)/lib/python
 endif
 
 pyuno_PYTHON_ARCHIVE_NAME:=python-core-$(PYTHON_VERSION).zip
-FIND=find
-GREP=grep
 
 $(call gb_CustomTarget_get_target,pyuno/zipcore) : \
 $(call 
gb_CustomTarget_get_workdir,pyuno/zipcore)/$(pyuno_PYTHON_ARCHIVE_NAME)
 
-# capture the files to have them in prerequisite list
-pyuno_zipcore_FINDLIBFILES:=\
-$(shell $(FIND) $(pyuno_PYTHON_LIB_DIR) -type f| $(GREP) -v \.pyc | 
$(GREP) -v \.py~ | $(GREP) -v .orig | $(GREP) -v _failed)
-
 # create zip archive
-$(call gb_CustomTarget_get_workdir,pyuno/zipcore)/$(pyuno_PYTHON_ARCHIVE_NAME) 
: $(pyuno_zipcore_FINDLIBFILES) | \
-$(call gb_CustomTarget_get_workdir,pyuno/zipcore)/.dir \
-$(call gb_ExternalPackage_get_target,python3)
+$(call gb_CustomTarget_get_workdir,pyuno/zipcore)/$(pyuno_PYTHON_ARCHIVE_NAME) 
\
+   : $(call gb_ExternalPackage_get_target,python3) \
+   | $(call gb_CustomTarget_get_workdir,pyuno/zipcore)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ZIP,1)
-   cd $(pyuno_PYTHON_LIB_DIR)  zip $@ $(shell cd $(pyuno_PYTHON_LIB_DIR) 
 $(FIND) . -type f | $(GREP) -v \.pyc | $(GREP) -v \.py~ | $(GREP) -v 
.orig | $(GREP) -v _failed)
+   cd $(pyuno_PYTHON_LIB_DIR)  zip $@ $(shell cd $(pyuno_PYTHON_LIB_DIR) 
 find . -type f | grep -v \.pyc | grep -v \.py~ | grep -v .orig | grep -v 
_failed)
 
 # vim: set noet sw=4 ts=4:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sdext/CppunitTest_pdfimport.mk sdext/Executable_pdf2xml.mk sdext/Executable_pdfunzip.mk sdext/Executable_xpdfimport.mk sdext/Library_minimizer.mk sdext/Library_presenter.mk sd

2012-12-02 Thread Libreoffice Gerrit user
 sdext/CppunitTest_pdfimport.mk |1 +
 sdext/Executable_pdf2xml.mk|1 +
 sdext/Executable_pdfunzip.mk   |1 +
 sdext/Executable_xpdfimport.mk |5 +
 sdext/Library_minimizer.mk |4 
 sdext/Library_presenter.mk |4 
 sdext/StaticLibrary_pdfimport_s.mk |1 +
 7 files changed, 13 insertions(+), 4 deletions(-)

New commits:
commit 2be88223b930c704a358abfcababc6cf64184e1c
Author: Michael Stahl mst...@redhat.com
Date:   Sun Dec 2 23:05:39 2012 +0100

sdext: there is a severe shortage of boost dependencies here

Change-Id: Ide652d073edc3321995b787b01ea9c0bf1920827

diff --git a/sdext/CppunitTest_pdfimport.mk b/sdext/CppunitTest_pdfimport.mk
index 9b82dad..3f41b8e 100644
--- a/sdext/CppunitTest_pdfimport.mk
+++ b/sdext/CppunitTest_pdfimport.mk
@@ -38,6 +38,7 @@ $(eval $(call gb_CppunitTest_set_include,sdext_pdfimport,\
 ))
 
 $(eval $(call gb_CppunitTest_use_externals,sdext_pdfimport,\
+boost_headers \
 zlib \
 ))
 
diff --git a/sdext/Executable_pdf2xml.mk b/sdext/Executable_pdf2xml.mk
index a73135b..600e979 100644
--- a/sdext/Executable_pdf2xml.mk
+++ b/sdext/Executable_pdf2xml.mk
@@ -30,6 +30,7 @@ $(eval $(call gb_Executable_Executable,pdf2xml))
 $(eval $(call gb_Executable_use_sdk_api,pdf2xml))
 
 $(eval $(call gb_Executable_use_externals,pdf2xml,\
+boost_headers \
 zlib \
 ))
 
diff --git a/sdext/Executable_pdfunzip.mk b/sdext/Executable_pdfunzip.mk
index 79fedde..c3bd395 100644
--- a/sdext/Executable_pdfunzip.mk
+++ b/sdext/Executable_pdfunzip.mk
@@ -30,6 +30,7 @@ $(eval $(call gb_Executable_Executable,pdfunzip))
 $(eval $(call gb_Executable_use_sdk_api,pdfunzip))
 
 $(eval $(call gb_Executable_use_externals,pdfunzip,\
+boost_headers \
 zlib \
 ))
 
diff --git a/sdext/Executable_xpdfimport.mk b/sdext/Executable_xpdfimport.mk
index f333ef9..0d7757d 100644
--- a/sdext/Executable_xpdfimport.mk
+++ b/sdext/Executable_xpdfimport.mk
@@ -33,14 +33,11 @@ $(eval $(call gb_Executable_use_packages,xpdfimport,\
 ))
 
 $(eval $(call gb_Executable_use_externals,xpdfimport,\
+boost_headers \
 poppler \
 zlib \
 ))
 
-$(eval $(call gb_Executable_set_include,xpdfimport,\
-$$(INCLUDE) \
-))
-
 $(eval $(call gb_Executable_add_exception_objects,xpdfimport,\
 sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl \
 sdext/source/pdfimport/xpdfwrapper/pnghelper \
diff --git a/sdext/Library_minimizer.mk b/sdext/Library_minimizer.mk
index 409b146..e5b4518 100644
--- a/sdext/Library_minimizer.mk
+++ b/sdext/Library_minimizer.mk
@@ -29,6 +29,10 @@ $(eval $(call gb_Library_Library,SunPresentationMinimizer))
 
 $(eval $(call 
gb_Library_set_componentfile,SunPresentationMinimizer,sdext/source/minimizer/minimizer))
 
+$(eval $(call gb_Library_use_externals,SunPresentationMinimizer,\
+   boost_headers \
+))
+
 $(eval $(call gb_Library_use_sdk_api,SunPresentationMinimizer))
 
 $(eval $(call gb_Library_use_libraries,SunPresentationMinimizer,\
diff --git a/sdext/Library_presenter.mk b/sdext/Library_presenter.mk
index 8741815..b0950cb 100644
--- a/sdext/Library_presenter.mk
+++ b/sdext/Library_presenter.mk
@@ -29,6 +29,10 @@ $(eval $(call gb_Library_Library,PresenterScreen))
 
 $(eval $(call 
gb_Library_set_componentfile,PresenterScreen,sdext/source/presenter/presenter))
 
+$(eval $(call gb_Library_use_externals,PresenterScreen,\
+   boost_headers \
+))
+
 $(eval $(call gb_Library_use_sdk_api,PresenterScreen))
 
 $(eval $(call gb_Library_use_libraries,PresenterScreen,\
diff --git a/sdext/StaticLibrary_pdfimport_s.mk 
b/sdext/StaticLibrary_pdfimport_s.mk
index 5a78ecb..2f9d06d 100644
--- a/sdext/StaticLibrary_pdfimport_s.mk
+++ b/sdext/StaticLibrary_pdfimport_s.mk
@@ -42,6 +42,7 @@ $(eval $(call gb_StaticLibrary_use_api,pdfimport_s,\
 ))
 
 $(eval $(call gb_StaticLibrary_use_externals,pdfimport_s,\
+boost_headers \
 zlib \
 ))
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: solenv/gbuild

2012-12-02 Thread Libreoffice Gerrit user
 solenv/gbuild/platform/com_MSC_defs.mk |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 3e6bc1522fe7ef734f5ed51e4bffea62d96e6707
Author: Tor Lillqvist tlillqv...@suse.com
Date:   Sun Dec 2 11:32:17 2012 +0200

More -wd fixups

diff --git a/solenv/gbuild/platform/com_MSC_defs.mk 
b/solenv/gbuild/platform/com_MSC_defs.mk
index 8e3f249..b45d47a 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -108,7 +108,7 @@ gb_AFLAGS := /c /Cp
 # C4265: 'class' : class has virtual functions, but destructor is not
 #   virtual
 
-# C4275: non – DLL-interface classkey 'identifier' used as base for
+# C4275: non-DLL-interface classkey 'identifier' used as base for
 #   DLL-interface classkey 'identifier'
 
 # C4290: C++ exception specification ignored except to indicate a
@@ -116,8 +116,6 @@ gb_AFLAGS := /c /Cp
 
 # C4350: behavior change: 'member1' called instead of 'member2'
 
-# C4355: 'this' : used in base member initializer list
-
 # C4351: new behavior: elements of array 'array' will be default
 #   initialized
 
@@ -126,6 +124,10 @@ gb_AFLAGS := /c /Cp
 # C4365: 'action' : conversion from 'type_1' to 'type_2',
 #   signed/unsigned mismatch
 
+# C4373: '%$S': virtual function overrides '%$pS', previous versions
+#   of the compiler did not override when parameters only differed by
+#   const/volatile qualifiers.
+
 # C4503: 'identifier' : decorated name length exceeded, name was
 #   truncated
 
@@ -209,11 +211,9 @@ gb_CFLAGS := \
-wd4255 \
-wd4275 \
-wd4290 \
-   -wd4294 \
-wd4350 \
-wd4355 \
-wd4365 \
-   -wd4373 \
-wd4503 \
-wd4505 \
-wd4511 \
@@ -266,6 +266,7 @@ gb_CXXFLAGS := \
-wd4351 \
-wd4355 \
-wd4365 \
+   -wd4373 \
-wd4503 \
-wd4505 \
-wd4511 \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PATCH] fdo#57215: Fixed wrong text rotation in SVG Export

2012-12-02 Thread Horacio Fernandes (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1227

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/27/1227/1

fdo#57215: Fixed wrong text rotation in SVG Export

Added text rotation to non-positioned characters in SVG Export.

Change-Id: I831644329625fa74e5a2436096d26ec22d8b0319
---
M filter/source/svg/svgwriter.cxx
1 file changed, 21 insertions(+), 0 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I831644329625fa74e5a2436096d26ec22d8b0319
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Horacio Fernandes horacio.fernan...@gmail.com

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


[Libreoffice-commits] .: solenv/inc

2012-12-02 Thread Libreoffice Gerrit user
 solenv/inc/wntmsc.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 814f2072943dfe8befead0bba2f2168c1061ff4e
Author: Tor Lillqvist tlillqv...@suse.com
Date:   Mon Dec 3 00:32:15 2012 +0200

Add -wd4986 here, too

diff --git a/solenv/inc/wntmsc.mk b/solenv/inc/wntmsc.mk
index f87822d..9f2941d 100644
--- a/solenv/inc/wntmsc.mk
+++ b/solenv/inc/wntmsc.mk
@@ -187,7 +187,7 @@ CFLAGSWARNCXX=-Wall -wd4061 -wd4127 -wd4191 -wd4217 -wd4242 
-wd4244 -wd4245 -wd4
 -wd4290 -wd4294 -wd4355 -wd4511 -wd4512 -wd4514 -wd4555 -wd4611 -wd4625 
-wd4626 \
 -wd4640 -wd4675 -wd4686 -wd4706 -wd4710 -wd4711 -wd4786 -wd4800 -wd4820 
-wd4503 -wd4619 \
 -wd4365 -wd4668 -wd4738 -wd4826 -wd4350 -wd4505 -wd4692 -wd4189 -wd4005 \
--wd4180 -wd4265
+-wd4180 -wd4265 -wd4986
 CFLAGSWARNCC=$(CFLAGSWARNCXX) -wd4255
 CFLAGSWALLCC=$(CFLAGSWARNCC)
 CFLAGSWALLCXX=$(CFLAGSWARNCXX)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


4.0 Test week/marathon Re: [...-qa] 3.7 bug hunt party ?

2012-12-02 Thread Cor Nouws

Hi all,

After the few initial mails about this, and looking at 'the' agenda, I 
propose the following:


Have either
  a)  a LibreOffice 4.0 Test Week from Monday 10 - Sunday 16th
or
  b)  a LibreOffice 4.0 Test marathon from Thursday 13 - Wednesday 19th

(A full week from 17-23 would be to close to Xmas, IMO).

With the promise that
 -  we mobilise as much people from our regular teams to show up for 
support of new-bees;

 - we of course provide comprehensive, clear info to get started;
 - we focus both on random testing, scenario's and bug triage.

By spreading it over 7 days, it's easier for people to feel able to join :-)

Initial announcements would not be too hard. Could do that 
Monday/Tuesday (evening).

Exchange among team members for availability can be done later this week.
Preparing info is rather easy...

Opinions?
Already promises maybe too :-)

Cheers,
Cor


Cor Nouws wrote (01-11-12 23:54)

Hi all,

Having some experience with this, I'm willing to try to help organising
something like a BHP again.

Starting from 'scratch' three goals come to my mind:

a - hunting bugs in 3.7
b - introducing people in submitting and triage of bugs
c - introducing people in (release) testing

wrt b and c: when we target for a BHP somewhere half December, would
that be fine for people working on the bug submission assistant and
Moztrap ?

Best,

Cor





--
 - Cor
 - http://nl.libreoffice.org
 - www.librelex.org

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


[Bug 44446] LibreOffice 3.6 most annoying bugs

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

Christian Lohmaier lohma...@gmx.de changed:

   What|Removed |Added

 CC||lohma...@gmx.de
  Alias||mab3.6

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


[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

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

Christian Lohmaier lohma...@gmx.de changed:

   What|Removed |Added

 CC||lohma...@gmx.de
  Alias||mab4.0

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


[Bug 37361] LibreOffice 3.5 most annoying bugs

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

Christian Lohmaier lohma...@gmx.de changed:

   What|Removed |Added

 CC||lohma...@gmx.de
  Alias||mab3.5

-- 
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] .: 4 commits - offapi/com offapi/type_reference offapi/UnoApi_offapi.mk sd/source sfx2/source sw/source

2012-12-02 Thread Libreoffice Gerrit user
 offapi/UnoApi_offapi.mk  |4 -
 offapi/com/sun/star/util/XArchiver.idl   |   61 ---
 offapi/com/sun/star/util/XCancelManager.idl  |   52 ---
 offapi/com/sun/star/util/XSimpleErrorHandler.idl |   42 ---
 offapi/com/sun/star/view/XPrintPreview.idl   |   46 -
 offapi/type_reference/types.rdb  |binary
 sd/source/ui/app/sddll.cxx   |1 
 sd/source/ui/unoidl/sddetect.cxx |1 
 sfx2/source/doc/docfile.cxx  |1 
 sw/source/ui/uno/swdetect.cxx|1 
 10 files changed, 209 deletions(-)

New commits:
commit 99e31f6ead140594deb98fa8e794708403b8113d
Author: Michael Stahl mst...@redhat.com
Date:   Sun Dec 2 23:56:35 2012 +0100

API CHANGE: remove com.sun.star.util.XSimpleErrorHandler

This interface has been deprecated since OpenOffice.org initial CVS
import.

EXISTENCE: published key /UCR/com/sun/star/util/XSimpleErrorHandler
exists only in registry 1

Change-Id: I28b2a9dd0180994c077d960bf932fbdea0f282c4

diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index a0874e8..f6f5180 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -3988,7 +3988,6 @@ $(eval $(call 
gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/util,\
XReplaceable \
XSearchDescriptor \
XSearchable \
-   XSimpleErrorHandler \
XSortable \
XStringAbbreviation \
XStringEscape \
diff --git a/offapi/com/sun/star/util/XSimpleErrorHandler.idl 
b/offapi/com/sun/star/util/XSimpleErrorHandler.idl
deleted file mode 100644
index b32a619..000
--- a/offapi/com/sun/star/util/XSimpleErrorHandler.idl
+++ /dev/null
@@ -1,42 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the License); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-#ifndef __com_sun_star_util_XSimpleErrorHandler_idl__
-#define __com_sun_star_util_XSimpleErrorHandler_idl__
-
-#include com/sun/star/uno/XInterface.idl
-
-
-module com {  module sun {  module star {  module util {
-
-// DOCUMENTATION OMITTED FOR XSimpleErrorHandler
-/** @deprecated
- */
-published interface XSimpleErrorHandler: com::sun::star::uno::XInterface
-{
-// DOCUMENTATION OMITTED FOR XSimpleErrorHandler::handleError
-boolean handleError( [in] any Exception );
-
-};
-
-
-}; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index fbb72f8..a6ff8e4 100644
Binary files a/offapi/type_reference/types.rdb and 
b/offapi/type_reference/types.rdb differ
commit 00cb5762b7af2b5e2e72d36e4553d4e14b5e8bbe
Author: Michael Stahl mst...@redhat.com
Date:   Sun Dec 2 23:51:22 2012 +0100

API CHANGE: remove com.sun.star.util.XCancelManager

This interface has been deprecated since OpenOffice.org initial CVS
import.

EXISTENCE: published key /UCR/com/sun/star/util/XCancelManager exists
only in registry 1

Change-Id: Ibc67f79b4664f8ff9aadacdd36cd8e80c9ff477c

diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index 89290d9..a0874e8 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -3944,7 +3944,6 @@ $(eval $(call 
gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/util,\
VetoException \
XAtomServer \
XBroadcaster \
-   XCancelManager \
XCancellable \
XChainable \
XChangesBatch \
diff --git a/offapi/com/sun/star/util/XCancelManager.idl 
b/offapi/com/sun/star/util/XCancelManager.idl
deleted file mode 100644
index da741ab..000
--- a/offapi/com/sun/star/util/XCancelManager.idl
+++ /dev/null
@@ -1,52 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following 

Re: Build error libxmlsec

2012-12-02 Thread Marcos Souza
Hi Caolán!

After some days, and pulling again, now xmlsec is building again!

Thanks a lot for the quick answer!


2012/11/30 Caolán McNamara caol...@redhat.com

 On Wed, 2012-11-28 at 19:02 -0200, Marcos Souza wrote:
  Hi guys,
 
  I'm getting this error when trying to build the master:
  checking for gnutls libraries = 0.8.1... no
  checking for mscrypto libraries... none
  checking for crypto library... configure: error: At least one crypto
  library should exist for xmlsec1
  dmake:  Error code 1, while making
  './unxlngi6.pro/misc/build/so_configured_so_xmlsec1'

 Does this still fail, or did 5f45e7424bc548ac524f96d966eac1363480
 fix this for you ?

 C.




-- 
Att,

Marcos Paulo de Souza
Acadêmico de Ciencia da Computação - FURB - SC
Github: https://github.com/marcosps/
Uma vida sem desafios é uma vida sem razão
A life without challenges, is a non reason life
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Efficient string concatenation

2012-12-02 Thread Norbert Thiebaud
On Sun, Dec 2, 2012 at 4:56 PM, Lubos Lunak l.lu...@suse.cz wrote:

  Hello,

  The work is based on threads [1] and [2] and occassionally seeing in the
 commits that people doing string cleanups sometimes change ugly code to only
 slightly less ugly code. With the new feature enabled, any string
 concatenation/creation is simply done as (well, ok, the number() part is not
 done yet, but shouldn't be difficult to add):

 OUString s = foo + bar + baz + OUString::number( many ) + whatever;

 All the other alternatives, like explicit OUStringBuffer and repeated append()
 should be now worse in all possible aspects.

What is the recommended way to deal with
for()
{

}


 In fact, this should result in
 just one OUString allocation, one data copy for anything and at most one
 length computation, so it should possibly beat even strcpy+strcat, while at
 the same time looking good.

  I successfully built with gcc (not the ancient Apple one though, I intend to
 pass there again), clang and msvc2010 and passed 'make check'. The resulting
 binary size is about the same (funnily enough it seems that gcc's -Os stops
 it from fully inlining, preventing it from optimizing out more stuff and
 making the code smaller).

  Even though this is in sal/, the intention is to keep this code LO-internal,
 so there won't be any BIC problems, 3rd party apps will keep getting the
 original code. All O(U)String code is inline functions, so there shouldn't be
 any trouble there.

  So as you can see, this would be perfect, if it weren't for some small
 gotchas:
 - since operator+ now returns a different object, this is not entirely source
 compatible, and explicit conversions to O(U)String may need to be added
 (e.g. '( a + b ).getStr()' - 'OUString( a + b ).getStr()' ). If some of
 those cases would be too annoying, I can try harder to avoid them, but some
 are unavoidable ( ?: operator being one of them and somewhat vexing). However
 the patch 0005 patch fixing all such issues in LO is pretty small, so this
 does not currently seem to be an issue (although that may be because the idea
 of writing simple string-handling code may be catching up slowly).
 - as it is template-based, error messages can get somewhat longer, but IMO
 it's nothing horrific. Compilers with decent error reporting are
 recommended :). Alternatively, temporary #define RTL_DISABLE_FAST_STRING at
 the top of the source file should help too.

  Still, I think it works pretty well.

 [1]
 http://lists.freedesktop.org/archives/libreoffice/2011-November/021156.html
 [2]
 http://lists.freedesktop.org/archives/libreoffice/2011-December/022323.html

 --
  Lubos Lunak
  l.lu...@suse.cz

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

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


Re: [API] Some more cleanup ideas

2012-12-02 Thread Noel Grandin
Sunday, 2 December 2012, Michael Stahl wrote:

 what i'd really like to have though is a C++ keyword with semantics of
 just use the same
 exception specification as the base class method ... plus error if
 there is not actually a base class method with that parameter
 signature, while we're


I'm pretty sure recent compilers support an override annotation that does
that kind of checking.
Will find a link later when I'm at work.
(Heading off for an early morning cycle right now)
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Efficient string concatenation

2012-12-02 Thread Norbert Thiebaud
On Sun, Dec 2, 2012 at 4:56 PM, Lubos Lunak l.lu...@suse.cz wrote:


in pathc 0001:

+#ifdef RTL_FAST_STRING
+template typename T1, typename T2 
+OStringBuffer( const OStringConcat T1, T2  c )
+{
+const int l = c.length();
+rtl_String* buffer = NULL;
+rtl_string_new_WithLength( buffer, l );
+char* end = c.addData( buffer-buffer );
+buffer-length = end - buffer-buffer;
+pData = buffer;
+nCapacity = l + 16;
 how does that work ? you allocate l-bytes but declare a capacity
of l + 16 

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


Re: Efficient string concatenation

2012-12-02 Thread Norbert Thiebaud
Patch 0001

it seems to me that addData via the different addDataHelper, do _not_
add the final binary 0, like rtl_stringbuffer_insert() for instance is
doing

so:
+#ifdef RTL_FAST_STRING
+template typename T1, typename T2 
+OStringBuffer( const OStringConcat T1, T2  c )
+{
+const int l = c.length();
+rtl_String* buffer = NULL;
+rtl_string_new_WithLength( buffer, l );
+char* end = c.addData( buffer-buffer );
^^^
here the buffer is not 0-terminated...

so

OStringBuffer sBuff
sBuff.append(foo)
printf(%s, sBuff.getStr())  - ok

OStringBuffer sBuff = f + oo;
printf(%s, sBuff.getStr())  - segfault or at least buffer overrun

no?

vaguely related... since we are talking about performance... why
*_new_WithLength() in strtmpl.cxx is doing a memset on the whole newly
allocated buffer...
surely the allocated buffer will be filled with something soon
enough... all that is needed is buffer[0] = 0 to make getStr()
C-string-safe.

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


Re: Efficient string concatenation

2012-12-02 Thread Norbert Thiebaud
On Sun, Dec 2, 2012 at 10:59 PM, Norbert Thiebaud nthieb...@gmail.com wrote:
 vaguely related... since we are talking about performance... why
 *_new_WithLength() in strtmpl.cxx is doing a memset on the whole newly
 allocated buffer...
 surely the allocated buffer will be filled with something soon
 enough... all that is needed is buffer[0] = 0 to make getStr()
 C-string-safe.

Oh, apparently you noticed too... later in the patch:

+rtl_uString* buffer = NULL;
+rtl_uString_new_WithLength( buffer, l ); // TODO this
clears, not necessary

:-)

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


Re: [API] Some more cleanup ideas

2012-12-02 Thread Noel Grandin


On 2012-12-02 22:03, Michael Stahl wrote:
... what i'd really like to have though is a C++ keyword plus error 
if there is not actually a base class method with that parameter 
signature


Here we go,
http://stackoverflow.com/questions/497630/safely-override-c-virtual-functions
there is a new C++ 11 keyword, override,

Which it looks like CLANG supports as of version 3.1, GCC supports it as 
4.7, and Visual Studio as of version 11.

http://cpprocks.com/a-comparison-of-c11-language-support-in-vs2012-g-4-7-and-clang-3-1/

CLANG even has a tool to automatically add the keyword to existing 
source code.

http://clang-developers.42468.n3.nabble.com/add-override-specifier-example-tool-td4025070.html


So perhaps we should define a new macro SAL_OVERRIDE, which expands to 
the correct keyword on new enough versions of those compilers?


Regards, Noel Grandin



Disclaimer: http://www.peralex.com/disclaimer.html


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


[PATCH] Bookmark.ui and Numberformat.ui

2012-12-02 Thread Gokul Swaminathan
Dear Mr. Caolan,
 manually converted the bookmark and numberformat 
widgets.


Regards,
Gokul Swaminathan
+966568449815
Motah Program, KACST
http://www.motah.org.sa
Warning: This message and its attachment, if any, are confidential and may 
contain information protected by law. If you are not the intended recipient, 
please contact the sender immediately and delete the message and its 
attachment, if any. You should not copy the message and its attachment, if any, 
or disclose its contents to any other person or use it for any purpose. 
Statements and opinions expressed in this e-mail and its attachment, if any, 
are those of the sender, and do not necessarily reflect those of King Abdulaziz 
city for Science and Technology (KACST) in the Kingdom of Saudi Arabia. KACST 
accepts no liability for any damage caused by this email.

?: ??? ??? ??? ? ?? ?? (?? )  ?  ?? ? ??? 
??? ? ? ???. ??? ?? ??? ? ??  ???   
? ???  ?? ?  ??? ? (?? )? ???  ?? 
??? ?? ? ??? ??? ??  (?? ) ?? ?? ??? ? ?? ? 
?? ? ?? ? ??? ???. ? ???  ??? ??? ? (?? 
)  ?? ??? ???   ??? ? ? ? ?? 
  ??? ? ??? ? ??? ?? ??? ?? ??? 
??? ?? ?? ?? ?? ??? ??.



numberformat.ui
Description: numberformat.ui


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


[Libreoffice-qa] Fwd: Re: Triaging 3.5 bugs that have been fixed in 3.6

2012-12-02 Thread dE .
-- Forwarded message --
From: dE . de.tec...@gmail.com
Date: Dec 2, 2012 8:23 PM
Subject: Re: [Libreoffice-qa] Triaging 3.5 bugs that have been fixed in 3.6
To: billhook billh...@y7mail.com

Download the rpm, extract and check.

Although this could mean settings corruption.

-
Support software for non profit, buy Android phones.
On Nov 27, 2012 5:48 AM, billhook billh...@y7mail.com wrote:

 There are a few bugs being reported by users of 3.5 that have been fixed in
 3.6. What should be done with these bug reports? Seeing as the 3.5.7
 release
 was the last scheduled release for the 3.5 version?

 And is there anything in particular we should say to the reporters of these
 bugs (other than please upgrade)? A lot of them are Linux users who rely
 on the update schedule of the distribution they use, which is often quite
 conservative for Enterprise distributions. OR they are corporate users
 who
 are stuck on a version mandated by their IT department.

 Sorry if this has been asked before...



 --
 View this message in context:
 http://nabble.documentfoundation.org/Triaging-3-5-bugs-that-have-been-fixed-in-3-6-tp4020925.html
 Sent from the QA mailing list archive at Nabble.com.
 ___
 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/

___
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 50774] FILEOPEN DOC/DOCX: automatic numbering in numbered lists different from Word numbering

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

--- Comment #15 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
I can confirm that Lotus Symphony Release 3.0.1 Revision 20120110.2000 on
German WIN7 Home Premium (64bit) shows headings in sample 2012-06-06 03:09 UTC,
Timon correctly.

So it's a difficult decision:
- Is it that worth to invest time to do a fix for such strange documents?
- But if other free software is able to handle that, shouldn't LibO 
  be able, too?

@stfhell
Is it possible to split this into separate bugs with brief clear and simple bug
descriptions? I'm a little overwhelmed with that enormous lot of samples

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


[Libreoffice-bugs] [Bug 57765] FILEOPEN via FTP from Server causes General Error

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #5 from Julien Nabet serval2...@yahoo.fr ---
On Win7 64 with 3.6.3.2 (build 58f22d5), I can reproduce the problem, so put
the status at 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 34555] Make cropping handles function available for all LibO applications

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

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

   What|Removed |Added

 Whiteboard||ProposedEasyHack
   ||DifficultyInteresting
   ||TopicUI
   Priority|high|medium
 CC||tbehr...@suse.com
Summary|request Writer  |Make cropping handles
   |functionality: crop raster  |function available for all
   |image using mouse   |LibO applications
Version|3.5.0 release   |3.3.0 Beta2
 Blocks|37361   |

--- Comment #22 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
This is an enhancement request, so improbable that it can be a MAB, I remove
that relation.

We should not limit that feature to raster graphics and Writer, should also be
available for vector graphics (wmf) in other applications (Calc)

@Thorsten:
Might be an EasyHack because the code already exists fro DRAW?

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


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

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

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

   What|Removed |Added

 Depends on|34555   |

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


[Libreoffice-bugs] [Bug 55891] FILESAVE (FILEOPEN?): Conditional formatting lost

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

--- Comment #3 from JohnS sig...@surebrec.co.uk ---
I think I have experienced this bug, or one similar to it.

if I add conditional formatting to a cell, then drag the cell by the little
square in the bottom right corner of the cell in question, to apply the
conditional formatting to many other cells, the formatting is applied
correctly.

upon saving, closing and reopening the document, the conditional formatting is
not saved.

V6.3.6.2

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


[Libreoffice-bugs] [Bug 57796] New: Calc not saving conditional formatting on duplicated sheets

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

  Priority: medium
Bug ID: 57796
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Calc not saving conditional formatting on duplicated
sheets
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: sig...@surebrec.co.uk
  Hardware: All
Status: NEW
   Version: 3.6.3.2 release
 Component: Spreadsheet
   Product: LibreOffice

when using calc, I have applied conditional formatting to certain cells, and
once I have got it how I want it, I duplicate the sheet as many times as I need
to for what I want.

the conditional formatting contained within the original sheet is copied over
to the new sheet as I’d expect it to be.

however, when I save the document, the conditional formatting is not saved on
the duplicate sheets within the same document.

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


[Libreoffice-bugs] [Bug 57797] New: : Sorting doesn't work

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

  Priority: medium
Bug ID: 57797
  Keywords: regression
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: : Sorting doesn't work
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: personal_...@yahoo.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.2.2 release
 Component: Spreadsheet
   Product: LibreOffice

Problem description: I have a big .ods spreadsheet with size of 95 kBytes. When
my spreadsheet was smaller, all worked normally. Problems began after size of
file was increased. I observed some problems with UI actions, but they were
disappeared after LibreOffice Calc restart. The problem with sorting is stable.
I've opened my file in LibreOffice on Win 7, and all worked normally there.

Steps to reproduce:
1. Open a big spreadsheet file
2. Select data
3. Choose Main menu/Data/Sort...
4. Choose Current selection
5. Uncheck Range contains column labels
6. Click Ok button

Current behavior: When I choose a block of 6 cells (1 column, 6 rows) and try
to sort them (Main menu/Data/Sort..) the result of operation is the same data,
i.e. unsorted. When I choose the option Copy sort results to: I have the same
unsorted data in the destination location.

Expected behavior: The data should be sorted alphabetically. 


Operating System: Ubuntu
Last worked in: 3.6.3.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 54949] Cannot open a .docx file when the extension is changed to .doc

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

--- Comment #6 from Andir spam.an...@gmail.com ---
I can confirm this bug for Windows 7 x64 system and LibreOffice 3.5.7

My case: 
I've installed InSync (dropbox like application), and it synchronized my Google
documents with my local folder, but it also converts GDocs format to Microsoft
Office docx format with doc extension. So I can't open any document with
LibreOffice and Microsoft Word Viewer. If I rename extension from docx to doc -
I can open files but they will not be synchronized with Google Documents
anymore.

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


[Libreoffice-bugs] [Bug 57515] Crash when creating a Table of Contents

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

Arnaud Versini arnaud.vers...@gmail.com changed:

   What|Removed |Added

   Keywords||regression

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


[Libreoffice-bugs] [Bug 57765] FILEOPEN via FTP from Server causes General Error

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

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

   What|Removed |Added

   Severity|normal  |major

--- Comment #6 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
“Lotus Symphony Release 3.0.1 Revision 20120110.2000” on German WIN7 Home
Premium (64bit) does the job without a murmur, so we should be able, too.

For the sake of completeness: I also see the problem when I try to open the
document with read only checked.

This bug has impact to TDF documents interchange, document sharing and co
working, so I increase severity to Major

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


[Libreoffice-bugs] [Bug 57799] New: Useful Error Message required if wrong password for ftp login has been used

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

  Priority: medium
Bug ID: 57799
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Useful Error Message required if wrong password for
ftp login has been used
  Severity: enhancement
Classification: Unclassified
OS: Windows (All)
  Reporter: libreoff...@bielefeldundbuss.de
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.6.4.3 rc
 Component: Libreoffice
   Product: LibreOffice

This is a spin off from 57765 - FILEOPEN via FTP from Server causes General
Error

Steps how to reproduce:
Proceed as you see in original report for a.m. Bug, but type a wrong password
in Step 5
Expected: Error 530: Login incorrect
Actual: Password dialog reappears without any warning or useful message

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


[Libreoffice-bugs] [Bug 57663] [EDITING] Base Point always returns to top left (and it's anoying)

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|enhancement |normal
Version|unspecified |3.6.0.1 rc
 Ever confirmed|0   |1

--- Comment #1 from Rob Snelders programm...@ertai.nl ---
Thank you for reporting this bug.

Confirmed with 3.6.0.1 and 4.0.0-master (updated till commit
28327c28ced32f181ed9b5c4921fd844e549980d) on Ubuntu 12.04 x86_64

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


[Libreoffice-bugs] [Bug 57631] FILESAVE: [REGRESSION] After saving a drawing with formcontrols all settings gets lost - reverts to default

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #3 from Rob Snelders programm...@ertai.nl ---
Thank you for reporting this bug.

As far as I can see the font and border also aren't changed on the screen. So
it seems to me that you can't set them for formular's. Then that would be a
wanted feature.

Are the font and border updated on the screen when you try? Please let me know
here.

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


[Libreoffice-bugs] [Bug 57726] Switching to LibreOffice while in presentation mode - F5 should switch to existing presentation mode

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

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

   What|Removed |Added

   Hardware|Other   |All
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Rob Snelders programm...@ertai.nl ---
Thank you for reporting this request.

Seems like a usefull feature to me.

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


[Libreoffice-bugs] [Bug 56886] RTF containing WMF doesn't show WMF

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

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

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||LibreOffice@bielefeldundbus
   ||s.de

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


[Libreoffice-bugs] [Bug 56886] RTF containing WMF doesn't show WMF

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

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

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
https://wiki.documentfoundation.org/BugTriage#Process  item 5

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


[Libreoffice-bugs] [Bug 57582] [FORMATTING FEATURE-REQUEST] Impress still does not allow to set animations in master slide

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

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Rob Snelders programm...@ertai.nl ---
Thank you for reporting this bug.

There is already a bug of this at 42037.

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

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


[Libreoffice-bugs] [Bug 42037] Master slide page lets user set animation, but this does not have any effect

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

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

   What|Removed |Added

 CC||ntr...@gmail.com

--- Comment #2 from Rob Snelders programm...@ertai.nl ---
*** Bug 57582 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 57650] Missing Recently Used Master Pages Cause Impress To Crash

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

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Rob Snelders programm...@ertai.nl ---


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

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


[Libreoffice-bugs] [Bug 56877] FILEOPEN CRASH when registrymodifications.xcu contains an entry about RecentlyUsedMasterPages to be loaded from a file which does not exist

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

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

   What|Removed |Added

 CC||drich...@largo.com

--- Comment #18 from Rob Snelders programm...@ertai.nl ---
*** Bug 57650 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 56886] RTF containing WMF doesn't show WMF

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

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Created attachment 70908
  -- https://bugs.freedesktop.org/attachment.cgi?id=70908action=edit
WMF extrected from OOo 3.1.1 document

MS WORD Viewer shows some kind of chart with measurement results.

Already [Reproducible] with
- LibreOffice 3.6.4.3 rc German UI/ German Locale [Build-ID: 2ef5aff] {pull
date 2012-11-28} on German WIN7 Home Premium (64bit) 
- server installation of LibreOffice 3.5.7.2 rc German UI/Locale [Build-ID:
3215f89-f603614-ab984f2-7348103-1225a5b] on German WIN7 Home Premium (64bit) 
- LibO 3.3.3
- OOo 3.4.0

But worked fine with OOo 3.1.1, so I was able to extract the wmf 

server installation of LibreOffice 3.5.7.2 rc German UI/Locale [Build-ID:
3215f89-f603614-ab984f2-7348103-1225a5b] on German WIN7 Home Premium (64bit)
fails with this task, too!

Even if I save reporter's sample from OOo 3.1.1 as .odt the chart will not be
shown in LibO (but looks fine in OOo 3.1.1)

And also DRAW is not able th show the WMF I extracted from the OOo3.1.1
document (see attached WMF)

So this simply is a WMF problem

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


[Libreoffice-bugs] [Bug 57801] New: ACCESSIBILITY: menus dialogs position in multiscreen

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

  Priority: medium
Bug ID: 57801
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: ACCESSIBILITY: menus  dialogs position in multiscreen
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: vnirn...@yahoo.it
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.5.4 release
 Component: UI
   Product: LibreOffice

Problem description: 

in my 4screen system (xinerama), any menu from the menu bar opens at the right
height, but one screen to the right... the only way not to have this behaviour
is to use libreoffice in the rightest screen

however, also in this case, sub-dialog boxes (as the one asking confirmation
for saving in a different format) are shown in the leftmost screen

the above happens also in two- and three- screen configuration

Steps to reproduce:
-have a multiscreen with xinerama
- open LO in any screen (not the rightest)
- try any manu


tnx
rosanna
my system:
QuadCore AMD Athlon(tm) II X4 640 - 4GB Memory
Linux Mint Debian Edition, running Xfce 4
Linux 3.2.0-3-amd64 (x86_64)
ext4 fs + RAID1
2x AMD ATI Radeon HD4350, proprietary driver Catalyst 12.6, quad screen,
xinerama
Operating System: Linux (Other)

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


[Libreoffice-bugs] [Bug 57801] ACCESSIBILITY: menus dialogs position in multiscreen

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

scimmiettarossa vnirn...@yahoo.it changed:

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)
 CC||vnirn...@yahoo.it

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


[Libreoffice-bugs] [Bug 57765] FILEOPEN via FTP from Server causes General Error

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

--- Comment #7 from Julien Nabet serval2...@yahoo.fr ---
Rainer: do you have the same with WebDav, ssh or Windows shared directories?
(I don't even succeed in configuring the last one on LO)

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


[Libreoffice-bugs] [Bug 56886] RTF containing WMF doesn't show WMF

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

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

   What|Removed |Added

Version|4.0.0.0.alpha0+ Master  |3.3.0 Beta2

--- Comment #4 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
This one might be related ot or DUP of one of these
https://bugs.freedesktop.org/buglist.cgi?list_id=176508short_desc=wmfresolution=---resolution=INVALIDresolution=WONTFIXresolution=DUPLICATEresolution=WORKSFORMEresolution=MOVEDresolution=NOTABUGresolution=NOTOURBUGquery_format=advancedshort_desc_type=allwordssubstrlongdesc=wmflongdesc_type=allwordssubstrproduct=LibreOffice

The effect is that all contents of the WMF is shown at the same small place
when I open sample 2012-12-02 10:50 UTC, Rainer Bielefeld wiht Draw. 

@Lennard Wasserthal:
Can you help to confirm or falsify my suspect concerning DUP?

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


[Libreoffice-bugs] [Bug 57765] FILEOPEN via FTP from Server causes General Error

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

--- Comment #8 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
@Julien:
Unfortunately ftp is the only possibility where I know what that 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 57631] FILESAVE: [REGRESSION] After saving a drawing with formcontrols all settings gets lost - reverts to default

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

starmat...@yahoo.de changed:

   What|Removed |Added

 CC||starmat...@yahoo.de

--- Comment #4 from starmat...@yahoo.de ---
I can set it on the screen while editing to whatever i wan't and i see this on
the scrren!

If I save this document, close LibO and open the same document all settings
(font, size, borders e.g.) are not there.

You can see it in the PDF file how it shoud look like, if you load the embedded
odg inside the PDF with LibreOffice Draw you see it is different!

If you do the same in LibreOffice V3.4 it just works!

As workaround i can use a writer document in LibO V3.6, it seems to work for it
here. In Writer all settings are saved and if I reload the file all is fine.

It does not work for Draw in LibO 3.6!

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


[Libreoffice-bugs] [Bug 56886] WMF contents not shown

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

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

   What|Removed |Added

Summary|RTF containing WMF doesn't  |WMF contents not shown
   |show WMF|

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


[Libreoffice-bugs] [Bug 51907] Bad display of imported html

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||mike.h...@onepoyle.net
 Ever confirmed|0   |1

--- Comment #1 from mike.h...@onepoyle.net ---
I'm unconvinced this is a bug, so changed the status to NEEDINFO, see below for
the background.

1) After looking at the html in detail, there are various minor problems. In
general the defaults take care of the fact that the html has some errors.
However, the html includes some layout oddities, eg the first character of the
introduction does not seem to be correctly coded. The display of the html
document in Firefox, Internet Explorer and in Libre Office all show the
character 'T' in what is obviously the wrong position, but it is what I would
expect from the html. This is almost certainly caused by a restriction or error
in the Google Docs export, ie nothing to do with Libre Office.

2) This was originally a Word template. I don't understand the reason for
converting it to html, especially not from Google Docs which clearly doesn't
support 'round tripping' for .doc documents, eg the option to 'double click to
edit' is not supported by the export. For papers submitted to a journal you are
better to keep the format as close as possible to the one you need to use for
submission to the journal. Conversions to and from html are very likely to
cause problems, whatever software you use, and unless you have a reason for
displaying the document as a web page, there seems no benefit. 

3) If you still believe that there are Libre Office errors, please can you
create a minimum example of html code that demonstrates the incorrect layout in
Libre Office but not elsewhere so that a developer could focus on the essence
of the problem.

4) If the .doc version does not work properly in Libre Office, please submit a
separate bug report.

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


[Libreoffice-bugs] [Bug 56877] FILEOPEN CRASH when registrymodifications.xcu contains an entry about RecentlyUsedMasterPages to be loaded from a file which does not exist

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

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

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |programm...@ertai.nl
   |desktop.org |

--- Comment #19 from Rob Snelders programm...@ertai.nl ---
The problem is that when it can't find the template it creates a empty file and
tries to read that:
core/sfx2/source/appl/appopen.cxx:400
if ( !aMedium.GetStorage( sal_True ).is() )

It should give sal_False as argument then the application doesn't crash
anymore. Then it doesn't create the empty file anymore but simply returns that
the file doesn't exist.

But it will still try to load the document multiple times a second. So now
going to search how to stop that.

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


[Libreoffice-bugs] [Bug 46624] pdf export does not include movie files

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

--- Comment #5 from Stephen L. lrq3...@gmail.com ---
Hello there,

Please when will this be implemented? I really would like to share my
presentation with embedded videos as PDF. Also, I've heard that the latest pdf
v1.9 version seems to allow for a better support of embedded videos.

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


[Libreoffice-bugs] [Bug 56113] BUGZILLAASSISTANT: Allow to attach more than 1 file to a bug report

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

--- Comment #10 from bugquestcon...@online.de ---
This is a pity but it can't helped.

Realization of the request in Bug 57736 would partially compensate for this
matter.

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


[Libreoffice-bugs] [Bug 57768] Insert Frame - CRASH

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

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Whiteboard||bibisectrequest

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


[Libreoffice-bugs] [Bug 45884] LibreOffice does not understand scale value with style:rel-width and style:rel-height

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

--- Comment #4 from Dag Wieers d...@wieers.com ---
Created attachment 70925
  -- https://bugs.freedesktop.org/attachment.cgi?id=70925action=edit
AsciiDoc source for image test file

This is the AsciiDoc source for the generated Flat ODF file showing the
described problem.

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


[Libreoffice-bugs] [Bug 45884] LibreOffice does not understand scale value with style:rel-width and style:rel-height

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

--- Comment #5 from Dag Wieers d...@wieers.com ---
Created attachment 70926
  -- https://bugs.freedesktop.org/attachment.cgi?id=70926action=edit
Flat ODF file showing the reported problem

Flat ODF file showing the reported problem

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


[Libreoffice-bugs] [Bug 45884] LibreOffice does not understand scale value with style:rel-width and style:rel-height

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

--- Comment #6 from Dag Wieers d...@wieers.com ---
The attached Flat ODF file shows the (various) problems we see with including
images into ODF.

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


[Libreoffice-bugs] [Bug 56138] Can't add media files to impress and writer documents

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

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

   What|Removed |Added

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

--- Comment #5 from Rob Snelders programm...@ertai.nl ---
works now. I don't know what was wrong.

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


[Libreoffice-bugs] [Bug 57806] New: undefined: Crash when trying to save a file on ssh share

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

  Priority: medium
Bug ID: 57806
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: undefined: Crash when trying to save a file on ssh
share
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: serval2...@yahoo.fr
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.0.0.alpha0+ Master
 Component: Libreoffice
   Product: LibreOffice

Problem description:
On pc Debian x86-64 with master sources updated today (commit
1a8f7865450047e6e5b01598c5658026f392388e) I opened Writer, declared an ssh
location.
Then I tried to save a file on it but LO crashed

Steps to reproduce:
1. Open Writer
2. Enable LO dialogs in Options, LibreOffice/General/ Use LO dialogs
3. Create a ssh location after having selected Save as
  a) Connect to server
  b) Enter parameters
4. Select ssh location, it asks for the password (notice it didn't retain the
user defined)
5. Give a name to the file
6. Click on Save
-
Popup window telling: 
Error saving the document Untitle1:
NonExistent file.
(notice it didn't record the filename you gave)
7. Click OK

Crash
Current behavior:
Crash
Expected behavior:
No crash + file recording

I got this too with 3.6 sources updated today (commit
bc19a37be6a6c8538d8a7b07adedd754db17f1df)
Operating System: Debian

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


[Libreoffice-bugs] [Bug 50430] FILEOPEN: Can't Open/Save in UOP format

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

--- Comment #9 from Rob Snelders programm...@ertai.nl ---
It seems we can't load example UOF-files I found. Maybe block this file-format
for now. (at least saving)

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


[Libreoffice-bugs] [Bug 50430] FILEOPEN: Can't Open/Save in UOP format

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

--- Comment #10 from Rob Snelders programm...@ertai.nl ---
Created attachment 70928
  -- https://bugs.freedesktop.org/attachment.cgi?id=70928action=edit
Example uof-file from peking university

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


[Libreoffice-bugs] [Bug 57806] undefined: Crash when trying to save a file on ssh share

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

--- Comment #1 from Julien Nabet serval2...@yahoo.fr ---
Created attachment 70929
  -- https://bugs.freedesktop.org/attachment.cgi?id=70929action=edit
bt with symbols + console logs

I attached bt with symbols + console logs at the exact location where it
crashed
since this doesn't help:
0x7f184ce7e475 in *__GI_raise (sig=optimized out) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
64../nptl/sysdeps/unix/sysv/linux/raise.c: Aucun fichier ou dossier de ce
type.
(gdb) bt
#0  0x7f184ce7e475 in *__GI_raise (sig=optimized out) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0x7f184ce816f0 in *__GI_abort () at abort.c:92
#2  0x7f184d6d389d in __gnu_cxx::__verbose_terminate_handler() () from
/usr/lib/x86_64-linux-gnu/libstdc++.so.6
#3  0x7f184d6d1996 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#4  0x7f184d6d19c3 in std::terminate() () from
/usr/lib/x86_64-linux-gnu/libstdc++.so.6
#5  0x7f184d6d19d6 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#6  0x7f184d6d1620 in __cxa_call_unexpected () from
/usr/lib/x86_64-linux-gnu/libstdc++.so.6
#7  0x7f184b4649e6 in SfxBaseModel::storeAsURL (this=0x46ee2c0,
rURL=ssh://SSH_SITE/test3.odt, rArgs=uno::Sequence of length 4 = {...})
at
/home/julien/compile-libreoffice/libo/sfx2/source/doc/sfxbasemodel.cxx:1682
#8  0x7f184b3fafb2 in SfxStoringHelper::GUIStoreModel (this=0x7fff71407f90,
xModel=
uno::Reference to {com::sun::star::lang::XComponent =
{com::sun::star::uno::XInterface = {_vptr.XInterface = 0x7f182fd4fa30}, No
data fields}, No data fields}, 
aSlotName=SaveAs, aArgsSequence=uno::Sequence of length 4 = {...},
bPreselectPassword=0 '\000', aSuggestedName=test3.odt,
nDocumentSignatureState=0)
at /home/julien/compile-libreoffice/libo/sfx2/source/doc/guisaveas.cxx:1629
#9  0x7f184b4186e4 in SfxObjectShell::ExecFile_Impl (this=0x46edb80,
rReq=...) at
/home/julien/compile-libreoffice/libo/sfx2/source/doc/objserv.cxx:673
#10 0x7f184b415e7f in SfxStubSfxObjectShellExecFile_Impl (pShell=0x46edb80,
rReq=...)
at
/home/julien/compile-libreoffice/libo/workdir/unxlngx6/SdiTarget/sfx2/sdi/sfxslots.hxx:180
#11 0x7f184b248f1a in SfxShell::CallExec (this=0x46edb80,
pFunc=0x7f184b415e5c SfxStubSfxObjectShellExecFile_Impl(SfxShell*,
SfxRequest), rReq=...)
at /home/julien/compile-libreoffice/libo/sfx2/inc/sfx2/shell.hxx:188

(of SSH_site is just to hide the real ssh site)

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


[Libreoffice-bugs] [Bug 57806] undefined: Crash when trying to save a file on ssh share

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

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

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)

--- Comment #2 from Julien Nabet serval2...@yahoo.fr ---
Another thing: in description I told:
- notice it didn't retain the user defined
- notice it didn't record the filename you gave
I must add, that when dialog window shows ssh location, no directory or file
are displayed (whereas there are some)

Perhaps everything is linked?

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


[Libreoffice-bugs] [Bug 57515] Crash when creating a Table of Contents

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

Arnaud Versini arnaud.vers...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |cedric.bosdonnat.ooo@free.f
   |desktop.org |r

--- Comment #4 from Arnaud Versini arnaud.vers...@gmail.com ---
Seems to be due to commit
http://cgit.freedesktop.org/libreoffice/core/commit/?id=e8fbe97900f13305b17015d9044993bde4adab36

Cédric could you have a look please ?

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


[Libreoffice-bugs] [Bug 57806] undefined: Crash when trying to save a file on ssh share

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

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

   What|Removed |Added

   Severity|normal  |major
   Priority|medium  |high

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
Increase importance since it's a 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 44865] Scroll wheel up on slide pane always returns to slide 1

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #4 from Rob Snelders programm...@ertai.nl ---
set the bug to solved as it isn't reproducable anymore.

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


[Libreoffice-bugs] [Bug 57749] UI: Misplaced ON in multiple outer join generated by query design view

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

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

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |lio...@mamane.lu
   |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 42165] EDITING: Two left joins do not work in graphic design of a query

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

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

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |lio...@mamane.lu
   |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 57768] Insert Frame - CRASH

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

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

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #4 from Julien Nabet serval2...@yahoo.fr ---
On pc Debian x86-64 with master sources updated today (commit
1a8f7865450047e6e5b01598c5658026f392388e), I don't reproduce the crash.

java version 1.7.0_03
OpenJDK Runtime Environment (IcedTea7 2.1.3) (7u3-2.1.3-1)
OpenJDK 64-Bit Server VM (build 22.0-b10, mixed mode)

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


[Libreoffice-bugs] [Bug 57765] FILEOPEN via FTP from Server causes General Error

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

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

   What|Removed |Added

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

--- Comment #9 from Julien Nabet serval2...@yahoo.fr ---
I gave a try to ssh, impossible to save something on it.
put fdo#57806 in see also

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


[Libreoffice-bugs] [Bug 57806] undefined: Crash when trying to save a file on ssh share

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

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

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 57808] New: EDITING: buscarv() vlookup problem.

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

  Priority: medium
Bug ID: 57808
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: buscarv() vlookup problem.
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: nicolasebsas...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.3.2 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 70931
  -- https://bugs.freedesktop.org/attachment.cgi?id=70931action=edit
image with diferent location files and buscarv error reported

Problem description: 
Buscarv() Problem (vlookup)

Steps to reproduce:
1. I wanna work my files in diferents pc's. I have a file with 
information called for ex. 2.xls or 2.ods. in file called for ex. 1.0ds o
1.xls, can't call information from 2.xls when change pc. it's not portable
function. Can's accept 'file:///./2.ods'. That simply add in function make de
file protable. but it dosen't have this option. Excel automatic chance path,
and work. 
if i work on pendrive, letter change in differents pc's and don't work de
vlookup (buscarv)becoause the same problem.

2. Copy - paste under win7  xp, make crashes very often.

3. 

Thanks. The program is amazing. 

Current behavior:

Expected behavior:


Operating System: Windows 7

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


[Libreoffice-bugs] [Bug 50746] UI: Under customize Edit menu options: 2 paste special options, and no paste unformatted text option

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

--- Comment #9 from Rob Snelders programm...@ertai.nl ---
1 paste special is the uno:PasteSpecial-command.
The other is uno:InsertContents-command.

They are 2 different commands with the same name. I'm not sure however what to
rename 1 of those to to make them differ.

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


[Libreoffice-bugs] [Bug 53482] UI: Option 'Range contains column headings' ignored

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

--- Comment #29 from Markus Mohrhard markus.mohrh...@googlemail.com ---
(In reply to comment #26)
 I am reporting that the patch only partially solves this this bug in
 3.6.3.2. I don't know exactly what the distinguishing issue is but I have
 attached the file that is causing problems. 
 
 There are three color coded tabs at the bottom, two are read one is green.
 The first red sheet is my original sheet with all of my data spread over 40+
 columns. The header row is actually starting on row 8. On this sheet is a
 cell highlighted in red that when sorted, will sort the header row. 
 
 The second red sheet is a duplicate of the first however I highlighted 20
 columns to the right of the sort column and pressed the delete key. The
 auto-filter drop down boxes are still visible in these columns. When the
 same cell is sorted, the same problem occurs.
 
 The third sheet is highlighted in green. This is also a duplicate of the
 first sheet but when instead of pressing the delete key to delete the
 columns to the right of the sort column. I highlighted the columns to delete
 and then right clicked, selected delete columns from the menu and then
 selected shift cells to left. When sorting the cell highlighted in green,
 it will sort correctly.
 
 I hope that is sufficient information to track down the rest of this bug.

Please open a new bug report for it. Fixed bugs should not be hijacked for
other bug reports. The original problem is fixed so your problem is a new bug.

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


[Libreoffice-bugs] [Bug 57765] FILEOPEN via FTP from Server causes General Error

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

--- Comment #10 from Julien Nabet serval2...@yahoo.fr ---
Just for information, on MacOS 10.7 with LO 3.6.3, I can save and open a file
on an ftp.

(However, I can't even access ssh location)

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


[Libreoffice-bugs] [Bug 56886] WMF contents not shown

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

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Lennard Wasserthal wassert...@nefkom.net ---
Perhaps the same as:
Bug 39327
The onliest other bug which may be due the same reason is Bug 39256.

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

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


[Libreoffice-bugs] [Bug 57810] New: : NEW VERSION: General cleanup of the UI: NOT AN IMPROVEMENT!

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

  Priority: medium
Bug ID: 57810
  Keywords: regression
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: : NEW VERSION: General cleanup of the UI:  NOT AN
IMPROVEMENT!
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: karish...@hotmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.0.0.alpha0+ Master
 Component: BASIC
   Product: LibreOffice

Created attachment 70933
  -- https://bugs.freedesktop.org/attachment.cgi?id=70933action=edit
See the difference? I have the option for background gradient and provides for
a much easier to view document  It make a difference for us in the clerical
field.

YUK. General cleanup of the UI: 3D borders in rulers and status bars were
removed, toolbars are borderless and have a subtle background gradient for
improved look NOT IMPROVED! 

PLEASE, AT LEAST, GIVE US THE OPTION TO CHOOSE A GRADIENT. It is too
white/bland. I like the option on Microsoft office for the option of using a
shaded background gradient. WAY TOO WHITE. 




Operating System: Windows 7
Last worked in: 4.0.0.0.alpha1

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


[Libreoffice-bugs] [Bug 50746] UI: Under customize Edit menu options: 2 paste special options, and no paste unformatted text option

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

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 CC||programm...@ertai.nl

--- Comment #10 from Roman Eisele b...@eikota.de ---
Rob, thank you for investigating this issue!

Well, it would be very helpful if was possible to rename one of the two
entries, because the two entries with the same name confuse the user, and
prevent that he/she recognizes the difference of them ...

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