Re: build start problem

2015-10-01 Thread Cor Nouws
julien2412 wrote on 01-10-15 09:07:
> Hi Cor,
> 
> You may give it a new try since dev-www.libreoffice.org seems to respond.
> 
> (About logs, could you run "export LANG=C" before putting logs?
> The goal of this command is to have logs will be in English, it may help to
> understand the pb for some people like me :-)
> )

Thanks Julien ;)

Still the same problem.

Here you go in English (fresh attempt):

$ make
cd /home/cono/src/git/libreoffice/external/tarballs/tmp && wget
--progress=dot:mega -Q 0 -P "." -l 0 -nd -nH -N
http://dev-www.libreoffice.org/src/80d063d6db4c010e18c606af8aed6231-liblangtag-0.5.7.tar.bz2
2>&1 | tee -a /home/cono/src/git/libreoffice/external/tarballs/fetch.log
&& [ $PIPESTATUS -eq 0 ] && SUM=`md5sum
80d063d6db4c010e18c606af8aed6231-liblangtag-0.5.7.tar.bz2 | sed "s/
.*//"` && if test "$SUM" != "80d063d6db4c010e18c606af8aed6231"; then
echo ERROR: expected checksum for
80d063d6db4c010e18c606af8aed6231-liblangtag-0.5.7.tar.bz2 is
80d063d6db4c010e18c606af8aed6231 2>&1 | tee -a
/home/cono/src/git/libreoffice/external/tarballs/fetch.log; false; fi &&
mv 80d063d6db4c010e18c606af8aed6231-liblangtag-0.5.7.tar.bz2 ../
--2015-10-01 09:22:53--
http://dev-www.libreoffice.org/src/80d063d6db4c010e18c606af8aed6231-liblangtag-0.5.7.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)...
2001:67c:2178:7::70, 195.135.221.70
Connecting to dev-www.libreoffice.org
(dev-www.libreoffice.org)|2001:67c:2178:7::70|:80...  failed: Connection
timed out.
Connecting to dev-www.libreoffice.org
(dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 671856 (656K) [application/x-bzip]
Saving to: './80d063d6db4c010e18c606af8aed6231-liblangtag-0.5.7.tar.bz2'

 0K  ..  100% 1.25M=0.5s

2015-10-01 09:25:01 (1.25 MB/s) -
'./80d063d6db4c010e18c606af8aed6231-liblangtag-0.5.7.tar.bz2' saved
[671856/671856]

(and then retrying.)

 failed: Connection timed out.
Connecting to dev-www.libreoffice.org
(dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1103318 (1.1M) [application/x-gzip]
Saving to: './libpng-1.5.18.tar.gz'

 0K  100% 1.09M=1.0s

2015-10-01 09:27:09 (1.09 MB/s) - './libpng-1.5.18.tar.gz' saved
[1103318/1103318]


failed: Connection timed out.
Connecting to dev-www.libreoffice.org
(dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1652670 (1.6M) [application/x-gzip]
Saving to: './1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz'

 0K    . 100% 1.69M=0.9s

2015-10-01 09:29:18 (1.69 MB/s) -
'./1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz' saved
[1652670/1652670]






-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 47588] Calc stops indexing VLOOKUP in xls format after 65536 rows

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47588

--- Comment #6 from Cor Nouws  ---
(In reply to Luca from comment #5)

> Data corruption undermines confidence in open source productivity software,
> at least for my boss ;-)

Does Excel 97/2000/XP (the xls format..) save more than 65536 rows :) ?

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


[Libreoffice-bugs] [Bug 94659] New: Add support for .ui (Glade) dialogs in extensions

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94659

Bug ID: 94659
   Summary: Add support for .ui (Glade) dialogs in extensions
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Extensions
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: stanislav.hora...@gmail.com

Currently, all LO dialogs have been converted to .ui format, however this
format cannot be used when defining dialogs in extensions.

It seems there are some plans to allow this:
http://lists.freedesktop.org/archives/libreoffice/2014-January/058582.html

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


Re: build start problem

2015-10-01 Thread Tor Lillqvist
This problem has been reported several times already. For some reason
dev-www advertises an IPv6 address even if it doesn't actually provides
IPv6 service. So wget times out and falls back to IPv4 after a while. It
just takes quite a long time to get many files downloaded.

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


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

2015-10-01 Thread Daniel Robertson
 vcl/opengl/salbmp.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit ebfc6b6863fa54abd33ba95130a8434c70e42f58
Author: Daniel Robertson 
Date:   Wed Sep 30 22:10:37 2015 -0400

vcl: Fix possible memory leak in OpenGLSalBitmap

Fix possible memory leak in OpenGLSalBitmap::CreateTexture

Change-Id: Ic2d259569a5e89f60af7065b9d66ef03f82f90e7
Reviewed-on: https://gerrit.libreoffice.org/19049
Reviewed-by: Noel Grandin 
Tested-by: Noel Grandin 

diff --git a/vcl/opengl/salbmp.cxx b/vcl/opengl/salbmp.cxx
index 53e4687..a42cbae 100644
--- a/vcl/opengl/salbmp.cxx
+++ b/vcl/opengl/salbmp.cxx
@@ -447,6 +447,7 @@ GLuint OpenGLSalBitmap::CreateTexture()
 
 pSrcData += mnBytesPerRow;
 }
+delete pSrcFormat;
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: configure.ac

2015-10-01 Thread Stephan Bergmann
 configure.ac |   10 ++
 1 file changed, 10 insertions(+)

New commits:
commit 7756a9581d531d9353dc72675f62d17c2b314170
Author: Stephan Bergmann 
Date:   Thu Oct 1 09:38:04 2015 +0200

Don't let old Clang using -std=c++11 mis-detect HAVE_CXX14_CONSTEXPR

...where an assert in a constexpr function merely triggers a 
-Wc++1y-extensions
(so doesn't stop configure from assuming HAVE_CXX14_CONSTEXPR, but will 
later
break with --enable-werror when building include/o3tl/typed_flags_set.hxx). 
 So
stuff back the complex constexpr test function that was swapped out with
6cc54913077864ba92d2fdc3addec29ea89770fe "Work around GCC 5.1 ICE."

Change-Id: I04ba1dc08d96f776b331fa9d0cae1703f2796532

diff --git a/configure.ac b/configure.ac
index aec3e4a..946aa79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6347,6 +6347,16 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
 }
 enum E { e };
 auto v = g(E::e);
+
+struct S {
+int n_;
+constexpr bool f() {
+int n = n_;
+int i = 0;
+while (n > 0) { --n; ++i; }
+return i == 0;
+}
+};
 ]])], [cxx14_constexpr=yes], [cxx14_constexpr=no])
 AC_LANG_POP([C++])
 CXXFLAGS=$save_CXXFLAGS
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: embeddedobj/source embeddedobj/test

2015-10-01 Thread Noel Grandin
 embeddedobj/source/commonembedding/embedobj.cxx  |   10 
 embeddedobj/source/commonembedding/specialobject.cxx |8 
 embeddedobj/source/commonembedding/xfactory.hxx  |   54 +-
 embeddedobj/source/general/docholder.cxx |   46 +-
 embeddedobj/source/inc/closepreventer.hxx|8 
 embeddedobj/source/inc/commonembobj.hxx  |  384 +--
 embeddedobj/source/inc/docholder.hxx |  118 ++---
 embeddedobj/source/inc/dummyobject.hxx   |  234 +--
 embeddedobj/source/inc/intercept.hxx |   84 ++--
 embeddedobj/source/inc/oleembobj.hxx |  372 +-
 embeddedobj/source/inc/specialobject.hxx |   62 +--
 embeddedobj/source/inc/xcreator.hxx  |   30 -
 embeddedobj/source/msole/closepreventer.cxx  |   14 
 embeddedobj/source/msole/mtnotification.hxx  |8 
 embeddedobj/source/msole/olecomponent.cxx|   12 
 embeddedobj/source/msole/olecomponent.hxx|   66 +--
 embeddedobj/source/msole/oleembed.cxx|   10 
 embeddedobj/source/msole/olemisc.cxx |4 
 embeddedobj/source/msole/ownview.cxx |2 
 embeddedobj/source/msole/ownview.hxx |   26 -
 embeddedobj/source/msole/xdialogcreator.cxx  |2 
 embeddedobj/source/msole/xdialogcreator.hxx  |   26 -
 embeddedobj/source/msole/xolefactory.hxx |   30 -
 embeddedobj/test/MainThreadExecutor/xexecutor.hxx|   30 -
 embeddedobj/test/mtexecutor/bitmapcreator.hxx|   22 -
 embeddedobj/test/mtexecutor/mainthreadexecutor.hxx   |   28 -
 26 files changed, 845 insertions(+), 845 deletions(-)

New commits:
commit e6534a6099cc667dba3fe154023cf2c573fda9f1
Author: Noel Grandin 
Date:   Tue Sep 29 15:07:23 2015 +0200

com::sun::star->css in embeddedobj/

Change-Id: Ia04fc28ce8e1d70f86520edf2df8c98f7b455465
Reviewed-on: https://gerrit.libreoffice.org/19024
Reviewed-by: Noel Grandin 
Tested-by: Noel Grandin 

diff --git a/embeddedobj/source/commonembedding/embedobj.cxx 
b/embeddedobj/source/commonembedding/embedobj.cxx
index 74e1196..de75e9f 100644
--- a/embeddedobj/source/commonembedding/embedobj.cxx
+++ b/embeddedobj/source/commonembedding/embedobj.cxx
@@ -298,7 +298,7 @@ void OCommonEmbeddedObject::SwitchStateTo_Impl( sal_Int32 
nNextState )
 {
 uno::Reference< embed::XInplaceClient > xInplaceClient( 
m_xClientSite, uno::UNO_QUERY_THROW );
 // TODO:
-uno::Reference< ::com::sun::star::frame::XLayoutManager > 
xContainerLM =
+uno::Reference< css::frame::XLayoutManager > xContainerLM =
 xInplaceClient->getLayoutManager();
 if ( xContainerLM.is() )
 {
@@ -365,7 +365,7 @@ void OCommonEmbeddedObject::SwitchStateTo_Impl( sal_Int32 
nNextState )
 if ( nNextState == embed::EmbedStates::INPLACE_ACTIVE )
 {
 uno::Reference< embed::XInplaceClient > xInplaceClient( 
m_xClientSite, uno::UNO_QUERY_THROW );
-uno::Reference< ::com::sun::star::frame::XLayoutManager > 
xContainerLM =
+uno::Reference< css::frame::XLayoutManager > xContainerLM =
 xInplaceClient->getLayoutManager();
 
 bool bOk = false;
@@ -670,12 +670,12 @@ void SAL_CALL OCommonEmbeddedObject::setContainerName( 
const OUString& sName )
 m_aContainerName = sName;
 }
 
-com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL 
OCommonEmbeddedObject::getParent() throw 
(::com::sun::star::uno::RuntimeException, std::exception)
+css::uno::Reference< css::uno::XInterface > SAL_CALL 
OCommonEmbeddedObject::getParent() throw (css::uno::RuntimeException, 
std::exception)
 {
 return m_xParent;
 }
 
-void SAL_CALL OCommonEmbeddedObject::setParent( const 
com::sun::star::uno::Reference< com::sun::star::uno::XInterface >& xParent ) 
throw (::com::sun::star::lang::NoSupportException, 
::com::sun::star::uno::RuntimeException, std::exception)
+void SAL_CALL OCommonEmbeddedObject::setParent( const css::uno::Reference< 
css::uno::XInterface >& xParent ) throw (css::lang::NoSupportException, 
css::uno::RuntimeException, std::exception)
 {
 m_xParent = xParent;
 if ( m_nObjectState != -1 && m_nObjectState != embed::EmbedStates::LOADED )
@@ -687,7 +687,7 @@ void SAL_CALL OCommonEmbeddedObject::setParent( const 
com::sun::star::uno::Refer
 }
 
 // XDefaultSizeTransmitter
-void SAL_CALL OCommonEmbeddedObject::setDefaultSize( const 
::com::sun::star::awt::Size& rSize_100TH_MM ) throw 
(::com::sun::star::uno::RuntimeException, std::exception)
+void SAL_CALL OCommonEmbeddedObject::setDefaultSize( const css::awt::Size& 
rSize_100TH_MM ) throw (css::uno::RuntimeException, std::exception)
 {
 //#i103460# charts do not 

[Libreoffice-bugs] [Bug 94201] Dont import blank visibility attribute of tag

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94201

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC||ke...@collabora.com

--- Comment #6 from Yousuf (Jay) Philips  ---
I'm not knowledgeable enough about xsl, so i'll have to leave it up to others
to judge.

@kendy: Can you look over regina's patch?

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


[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - download.lst external/ct2n

2015-10-01 Thread Andras Timar
 download.lst |2 +-
 external/ct2n/ConvertTextToNumber-1.3.2-no-license.patch |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 11caa6a06d15590c41afbb6c7c36a7dee639c656
Author: Andras Timar 
Date:   Fri Sep 4 16:35:11 2015 +0200

New version of ConvertTextToNumber extension (1.5)

(cherry picked from commit 0590fe942a7047b2cca480657a93f24144ea9f3c)

Conflicts:
download.lst

Change-Id: I4f33679332998f87b7bf1ad7c32aea64897dcaa6
Reviewed-on: https://gerrit.libreoffice.org/18922
Reviewed-by: Christian Lohmaier 
Tested-by: Christian Lohmaier 

diff --git a/download.lst b/download.lst
index 4f4f28a..71aec38 100644
--- a/download.lst
+++ b/download.lst
@@ -27,7 +27,7 @@ export COINMP_TARBALL := CoinMP-1.7.6.tgz
 export COLLADA2GLTF_TARBALL := 
4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
 export CPPUNIT_MD5SUM := d1c6bdd5a76c66d2c38331e2d287bc01
 export CPPUNIT_TARBALL := cppunit-1.13.2.tar.gz
-export CT2N_TARBALL := 
451ccf439a36a568653b024534669971-ConvertTextToNumber-1.3.2.oxt
+export CT2N_TARBALL := 
1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt
 export CURL_MD5SUM := e6d1f9d1b59da5062109ffe14e0569a4
 export CURL_TARBALL := curl-7.36.0.tar.bz2
 export DBGHELP_DLL := 13fbc2e8b37ddf28181dd6d8081c2b8e-dbghelp.dll
diff --git a/external/ct2n/ConvertTextToNumber-1.3.2-no-license.patch 
b/external/ct2n/ConvertTextToNumber-1.3.2-no-license.patch
index cd17fc00..c4fe3dc 100644
--- a/external/ct2n/ConvertTextToNumber-1.3.2-no-license.patch
+++ b/external/ct2n/ConvertTextToNumber-1.3.2-no-license.patch
@@ -4,7 +4,7 @@ diff -purN misc/description.xml misc/build/description.xml
 @@ -5,12 +5,4 @@
   xmlns:xlink="http://www.w3.org/1999/xlink;>

-   
+   
 -  
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94352] Draw crashes when setting gradient for text box (not consistent)

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94352

v...@penguinmail.com changed:

   What|Removed |Added

 CC||v...@penguinmail.com

--- Comment #9 from v...@penguinmail.com ---
Created attachment 119157
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119157=edit
example file that makes draw crash when changing area to gradient

I second Olivier's report. Using 5.0.2.2 (1:5.0.2~rc2-0ubuntu1~trusty2) on
ubuntu 14.04.3 LTS.

The problem is not consistently reproducible. Sometimes, you can change the
gradient, but sometimes when you keep changing the gradient of the pin to a
newly created gradient, draw crashes. Sometimes it does not.
I've using Libreoffice on the same installation for many months without this
issue, problem only appeared when upgrading to aforementioned version a few
days ago.

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


[Libreoffice-bugs] [Bug 92115] UI glitch on combo boxes after removing keybard focus (KDE-specific)

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92115

Katarina Behrens (CIB)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |glo...@fbihome.de
   |desktop.org |

--- Comment #5 from Katarina Behrens (CIB)  ---
This is very much fixed ..

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


Re: build start problem

2015-10-01 Thread Cor Nouws
Tor Lillqvist wrote on 01-10-15 09:33:

> just takes quite a long time to get many files downloaded.

So the "failed: connection time out " is just there to confuse me ;)


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2015-10-01 Thread Noel Grandin
 embedserv/source/embed/docholder.cxx |   28 ++
 embedserv/source/embed/intercept.cxx |2 
 embedserv/source/inc/docholder.hxx   |   80 
 embedserv/source/inc/embeddoc.hxx|   12 ++--
 embedserv/source/inc/intercept.hxx   |   92 ++---
 embedserv/source/inc/servprov.hxx|8 +-
 embedserv/source/inc/xwin.hxx|   97 +++
 7 files changed, 137 insertions(+), 182 deletions(-)

New commits:
commit 6a93b970c5e7e0bd113674fa5b2286edf7c1675a
Author: Noel Grandin 
Date:   Tue Sep 29 15:21:35 2015 +0200

com::sun::star->css in embedserv/

Change-Id: Iaf1e30ae7dc9710a16a031ea623d531e9e65a6a5
Reviewed-on: https://gerrit.libreoffice.org/19025
Reviewed-by: Noel Grandin 
Tested-by: Noel Grandin 

diff --git a/embedserv/source/embed/docholder.cxx 
b/embedserv/source/embed/docholder.cxx
index f7a6a6a..31956a7 100644
--- a/embedserv/source/embed/docholder.cxx
+++ b/embedserv/source/embed/docholder.cxx
@@ -367,7 +367,7 @@ HRESULT DocumentHolder::InPlaceActivate(
 
 // determine the menuhandle to get menutitems.
 if(m_xLayoutManager.is()) {
-uno::Reference< ::com::sun::star::ui::XUIElement > xUIEl(
+uno::Reference< css::ui::XUIElement > xUIEl(
 m_xLayoutManager->getElement(
 OUString(
 "private:resource/menubar/menubar")));
@@ -1215,12 +1215,9 @@ HRESULT DocumentHolder::SetObjectRects(LPCRECT aRect, 
LPCRECT aClip)
 }
 
 
-::com::sun::star::uno::Reference<
-::com::sun::star::awt::XWindow> SAL_CALL
-DocumentHolder::getContainerWindow(
-)
+css::uno::Reference< css::awt::XWindow> SAL_CALL 
DocumentHolder::getContainerWindow()
 throw (
-::com::sun::star::uno::RuntimeException
+css::uno::RuntimeException
 )
 {
 if(m_xContainerWindow.is())
@@ -1274,12 +1271,9 @@ DocumentHolder::getContainerWindow(
 
 
 
-sal_Bool SAL_CALL
-DocumentHolder::requestDockingAreaSpace(
-const ::com::sun::star::awt::Rectangle& RequestedSpace
-)
+sal_Bool SAL_CALL DocumentHolder::requestDockingAreaSpace( const 
css::awt::Rectangle& RequestedSpace )
 throw(
-::com::sun::star::uno::RuntimeException
+css::uno::RuntimeException
 )
 {
 if(m_bOnDeactivate)
@@ -1296,12 +1290,9 @@ DocumentHolder::requestDockingAreaSpace(
 }
 
 
-void SAL_CALL
-DocumentHolder::setDockingAreaSpace(
-const ::com::sun::star::awt::Rectangle& BorderSpace
-)
+void SAL_CALL DocumentHolder::setDockingAreaSpace( const css::awt::Rectangle& 
BorderSpace )
 throw (
-::com::sun::star::uno::RuntimeException
+css::uno::RuntimeException
 )
 {
 if(m_bOnDeactivate)
@@ -1334,10 +1325,7 @@ DocumentHolder::setDockingAreaSpace(
 }
 
 
-void SAL_CALL
-DocumentHolder::disposing(
-const com::sun::star::lang::EventObject& aSource
-)
+void SAL_CALL DocumentHolder::disposing( const css::lang::EventObject& aSource 
)
 throw( uno::RuntimeException )
 {
 if ( m_xDocument.is() && m_xDocument == aSource.Source )
diff --git a/embedserv/source/embed/intercept.cxx 
b/embedserv/source/embed/intercept.cxx
index d540fa4..8c32da3 100644
--- a/embedserv/source/embed/intercept.cxx
+++ b/embedserv/source/embed/intercept.cxx
@@ -71,7 +71,7 @@ Interceptor::removeEventListener(
 
 
 void SAL_CALL Interceptor::dispose()
-throw(::com::sun::star::uno::RuntimeException)
+throw(css::uno::RuntimeException)
 {
 lang::EventObject aEvt;
 aEvt.Source = static_cast< frame::XDispatch* >( this );
diff --git a/embedserv/source/inc/docholder.hxx 
b/embedserv/source/inc/docholder.hxx
index c1fdc24..9daab22 100644
--- a/embedserv/source/inc/docholder.hxx
+++ b/embedserv/source/inc/docholder.hxx
@@ -44,10 +44,10 @@ namespace winwrap {
 
 class DocumentHolder :
 public ::cppu::WeakImplHelper<
-::com::sun::star::util::XCloseListener,
-  ::com::sun::star::frame::XTerminateListener,
-::com::sun::star::util::XModifyListener,
-::com::sun::star::ui::XDockingAreaAcceptor>
+css::util::XCloseListener,
+css::frame::XTerminateListener,
+css::util::XModifyListener,
+css::ui::XDockingAreaAcceptor>
 {
 private:
 ::osl::Mutexm_aMutex;
@@ -60,11 +60,10 @@ private:
 
 ::rtl::Reference< EmbeddedDocumentInstanceAccess_Impl > m_xOleAccess;
 
-::com::sun::star::uno::WeakReference< 
::com::sun::star::frame::XDispatchProviderInterceptor > m_xInterceptorLocker;
+css::uno::WeakReference< css::frame::XDispatchProviderInterceptor > 
m_xInterceptorLocker;
 Interceptor*m_pInterceptor;
 
-::com::sun::star::uno::Reference<
-::com::sun::star::lang::XMultiServiceFactory > 

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

2015-10-01 Thread Justin Luth
 sw/source/uibase/dochdl/swdtflvr.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 52ea9712c424e3647fb67631806b8661baeaa150
Author: Justin Luth 
Date:   Thu Oct 1 09:57:56 2015 +0300

tdf#88128 fix unevaluated undo variable: cut

When cutting a selection in Writer, the undo/redo remark was "Delete $1".
This affected both the Edit Menu->Undo/Redo, and the Undo/Redo toolbar.

Change-Id: I158bf6637b080835ecefea2216c9ebaca7092bc8
Reviewed-on: https://gerrit.libreoffice.org/19035
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx 
b/sw/source/uibase/dochdl/swdtflvr.cxx
index bff6887..81b0c03 100644
--- a/sw/source/uibase/dochdl/swdtflvr.cxx
+++ b/sw/source/uibase/dochdl/swdtflvr.cxx
@@ -777,11 +777,11 @@ void SwTransferable::DeleteSelection()
 return;
 // ask for type of selection before action-bracketing
 const int nSelection = m_pWrtShell->GetSelectionType();
-m_pWrtShell->StartUndo( UNDO_DELETE );
+m_pWrtShell->StartUndo( UNDO_START );
 if( ( nsSelectionType::SEL_TXT | nsSelectionType::SEL_TBL ) & nSelection )
 m_pWrtShell->IntelligentCut( nSelection );
 m_pWrtShell->DelRight();
-m_pWrtShell->EndUndo( UNDO_DELETE );
+m_pWrtShell->EndUndo( UNDO_END );
 }
 
 int SwTransferable::PrepareForCopy( bool bIsCut )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 88128] Unevaluated variable ("Undo: Delete $1") appears in UNDO list after cutting text

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88128

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.1.0

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


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

2015-10-01 Thread Justin Luth
 sw/source/uibase/shells/textsh1.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit c1e0a697a70872ef1b6deaf5222538899554221b
Author: Justin Luth 
Date:   Wed Sep 30 18:20:12 2015 +0300

replace hardcoded string with STR_YIELDS

Change-Id: I7e72f4e16744b6750a57d66e768103ffc11fc352
Reviewed-on: https://gerrit.libreoffice.org/19036
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sw/source/uibase/shells/textsh1.cxx 
b/sw/source/uibase/shells/textsh1.cxx
index 3aef579..6b816ce 100644
--- a/sw/source/uibase/shells/textsh1.cxx
+++ b/sw/source/uibase/shells/textsh1.cxx
@@ -115,6 +115,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -305,7 +306,7 @@ void SwTextShell::Execute(SfxRequest )
 {
 SwRewriter aRewriter;
 aRewriter.AddRule( UndoArg1, aToggle.StringToReplace() );
-aRewriter.AddRule( UndoArg2, "->" );
+aRewriter.AddRule( UndoArg2, SW_RES(STR_YIELDS) );
 aRewriter.AddRule( UndoArg3, sReplacement );
 rWrtSh.StartUndo(UNDO_REPLACE, );
 rWrtSh.GetCrsr()->Normalize(false);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 88128] Unevaluated variable ("Undo: Delete $1") appears in UNDO list after cutting text

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88128

--- Comment #7 from Commit Notification 
 ---
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

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

tdf#88128 fix unevaluated undo variable: cut

It will be available in 5.1.0.

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

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


[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - fpicker/uiconfig

2015-10-01 Thread Caolán McNamara
 fpicker/uiconfig/ui/explorerfiledialog.ui |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0d92c88cf272f9b9134bc26e9b14e0d8956e6ef2
Author: Caolán McNamara 
Date:   Fri Sep 25 10:46:41 2015 +0100

don't over-expand built-in file dialog on very long paths/names

Change-Id: Ia8167833b54bcfc68f1a306e58a1134a38d64ef6
Reviewed-on: https://gerrit.libreoffice.org/18844
Tested-by: Jenkins 
Reviewed-by: Cor Nouws 
Reviewed-by: Adolfo Jayme Barrientos 
(cherry picked from commit ce75966ae16381353fe75f9df2f56d03b8861cd5)
Reviewed-on: https://gerrit.libreoffice.org/19030
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/fpicker/uiconfig/ui/explorerfiledialog.ui 
b/fpicker/uiconfig/ui/explorerfiledialog.ui
index 41118bd..fbca7af 100644
--- a/fpicker/uiconfig/ui/explorerfiledialog.ui
+++ b/fpicker/uiconfig/ui/explorerfiledialog.ui
@@ -59,6 +59,7 @@
 True
 True
 True
+40
   
   
 False
@@ -287,6 +288,7 @@
 True
 False
 True
+40
   
   
 1
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94654] Editing, Crash: Emacs style copy and paste, faulty recovery

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94654

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||momonas...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Maxim Monastirsky  ---
(In reply to budmaddock from comment #0)
> Emacs style, Mouse grab with right key, paste with middle key crashes
> LibreOffice.
I don't know what is "Emacs style", but you probably mean the X11 style of
selecting with the *left* mouse button, and pasting with the middle button. Is
this right?

Anyway, please state your distro, and the way you installed LO (from the repos,
downloaded from libreoffice.org, anything else).

Also, if possible, would be great to get a backtrace of the crash:

https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.2FLinux:_How_to_get_a_backtrace

Thanks.

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


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

2015-10-01 Thread Eike Rathke
 svl/source/numbers/zformat.cxx |   52 +++--
 1 file changed, 35 insertions(+), 17 deletions(-)

New commits:
commit a412c4cf912c5caf37e500ea4a95281408a54980
Author: Eike Rathke 
Date:   Tue Sep 29 15:54:19 2015 +0200

use exponential 'E' format for General when appropriate

Fixes all these test case scenarios:
1. in A1 enter =1E222
   * move cell cursor back onto A1
   * status bar displays Sum=10... repeated until
 filled (or 222 '0' characters)
2. invoke number format dialog on A1
   * for General format 10... is displayed in the preview
3. move cell cursor to A2
   * open Function Wizard (Ctrl+F2)
   * choose (double click) ABS function
   * enter A1 as parameter
   * see 10... displayed as Function result and Result
4. save as .ods
   * in content.xml see display text of A1 being saved as 10...

(cherry picked from commit ef0a26835e68deb31906c40cfe48c66674d9d0d1)

Conflicts:
svl/source/numbers/zformat.cxx

Change-Id: I7c22c0461a6783c85c1d51c31e8607fb2edb821c
Reviewed-on: https://gerrit.libreoffice.org/18925
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx
index 4b5c08b..300c62f 100644
--- a/svl/source/numbers/zformat.cxx
+++ b/svl/source/numbers/zformat.cxx
@@ -60,6 +60,11 @@ struct Gregorian : public rtl::StaticWithInit
 
 const sal_uInt16 UPPER_PRECISION = 300; // entirely arbitrary...
 const double EXP_LOWER_BOUND = 1.0E-4; // prefer scientific notation below 
this value.
+const double EXP_ABS_UPPER_BOUND = 1.0E15;  // use exponential notation above 
that absolute value.
+// Back in time was E16 that lead
+// to display rounding errors, see
+// also sal/rtl/math.cxx
+// doubleToString()
 
 } // namespace
 
@@ -1722,7 +1727,7 @@ void SvNumberformat::ImpGetOutputStandard(double& 
fNumber, OUString& OutString)
 {
 sal_uInt16 nStandardPrec = rScan.GetStandardPrec();
 
-if ( fabs(fNumber) > 1.0E15 ) // #58531# was E16
+if ( fabs(fNumber) > EXP_ABS_UPPER_BOUND )
 {
 nStandardPrec = ::std::min(nStandardPrec, 
static_cast(14)); // limits to 14 decimals
 OutString = ::rtl::math::doubleToUString( fNumber,
@@ -2110,27 +2115,40 @@ bool SvNumberformat::GetOutputString(double fNumber,
 }
 fNumber = -fNumber;
 }
+/* TODO: why did we insist on 10 decimals for the non-exponent
+ * case? doubleToUString() handles rtl_math_DecimalPlaces_Max
+ * gracefully when used with rtl_math_StringFormat_Automatic,
+ * so all that special casing and mumbo-jumbo in the else
+ * branch below might not be needed at all. */
+if (fNumber > EXP_ABS_UPPER_BOUND)
+{
+sBuff.append( ::rtl::math::doubleToUString( fNumber,
+rtl_math_StringFormat_Automatic,
+rtl_math_DecimalPlaces_Max,
+GetFormatter().GetNumDecimalSep()[0], true));
+}
+else
 {
 OUString sTemp;
 ImpGetOutputStdToPrecision(fNumber, sTemp, 10); // Use 10 
decimals for general 'unlimited' format.
 sBuff.append(sTemp);
-}
-if (fNumber < EXP_LOWER_BOUND)
-{
-sal_Int32 nLen = sBuff.getLength();
-if (!nLen)
+if (fNumber < EXP_LOWER_BOUND)
 {
-return false;
-}
-// #i112250# With the 10-decimal limit, small numbers are 
formatted as "0".
-// Switch to scientific in that case, too:
-if (nLen > 11 || ((nLen == 1 && sBuff[0] == '0') && 
fNumber != 0.0))
-{
-sal_uInt16 nStandardPrec = rScan.GetStandardPrec();
-nStandardPrec = ::std::min(nStandardPrec, 
static_cast(14)); // limits to 14 decimals
-sBuff = ::rtl::math::doubleToUString( fNumber,
-  
rtl_math_StringFormat_E, nStandardPrec /*2*/,
-  
GetFormatter().GetNumDecimalSep()[0], true);
+sal_Int32 nLen = sBuff.getLength();
+if (!nLen)
+{
+return false;
+}
+// 

[Libreoffice-bugs] [Bug 94637] Writer - changing page setting - crash

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94637

--- Comment #2 from bugzillolo  ---
Ok thank you!
Just one thing: the bug I "found" presents itself when I change, f.e., the page
dimension from A4 to personalized or from personalized to A4...
It's the same bug you told me?
Thanx again!

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


[Libreoffice-commits] core.git: eventattacher/source extensions/source extensions/test extensions/workben

2015-10-01 Thread Noel Grandin
 eventattacher/source/eventattacher.cxx   |8 
 extensions/source/abpilot/abspage.hxx|2 
 extensions/source/abpilot/abspilot.hxx   |6 
 extensions/source/abpilot/admininvokationimpl.cxx|2 
 extensions/source/abpilot/admininvokationimpl.hxx|   10 
 extensions/source/abpilot/datasourcehandling.hxx |8 
 extensions/source/abpilot/fieldmappingimpl.hxx   |   12 
 extensions/source/abpilot/unodialogabp.cxx   |2 
 extensions/source/abpilot/unodialogabp.hxx   |   28 -
 extensions/source/bibliography/bibbeam.hxx   |   14 
 extensions/source/bibliography/bibconfig.cxx |2 
 extensions/source/bibliography/bibconfig.hxx |   16 
 extensions/source/bibliography/bibcont.hxx   |8 
 extensions/source/bibliography/bibload.cxx   |   10 
 extensions/source/bibliography/bibview.hxx   |   16 
 extensions/source/bibliography/datman.cxx|   24 -
 extensions/source/bibliography/datman.hxx|   94 ++---
 extensions/source/bibliography/formcontrolcontainer.cxx  |   10 
 extensions/source/bibliography/formcontrolcontainer.hxx  |   21 -
 extensions/source/bibliography/framectr.cxx  |   62 +--
 extensions/source/bibliography/framectr.hxx  |   92 ++---
 extensions/source/bibliography/general.cxx   |6 
 extensions/source/bibliography/general.hxx   |   28 -
 extensions/source/bibliography/loadlisteneradapter.hxx   |   39 +-
 extensions/source/bibliography/toolbar.cxx   |6 
 extensions/source/bibliography/toolbar.hxx   |   36 +-
 extensions/source/config/ldap/ldapaccess.hxx |2 
 extensions/source/dbpilots/commonpagesdbp.hxx|8 
 extensions/source/dbpilots/controlwizard.hxx |   26 -
 extensions/source/dbpilots/dbptools.hxx  |2 
 extensions/source/dbpilots/gridwizard.hxx|6 
 extensions/source/dbpilots/groupboxwiz.hxx   |4 
 extensions/source/dbpilots/listcombowizard.hxx   |   10 
 extensions/source/dbpilots/optiongrouplayouter.cxx   |8 
 extensions/source/dbpilots/optiongrouplayouter.hxx   |6 
 extensions/source/dbpilots/unoautopilot.hxx  |   29 -
 extensions/source/dbpilots/wizardcontext.hxx |   18 -
 extensions/source/dbpilots/wizardservices.hxx|6 
 extensions/source/inc/componentmodule.hxx|   32 -
 extensions/source/logging/consolehandler.cxx |4 
 extensions/source/logging/csvformatter.cxx   |6 
 extensions/source/logging/filehandler.cxx|4 
 extensions/source/logging/loggerconfig.cxx   |2 
 extensions/source/logging/loggerconfig.hxx   |2 
 extensions/source/logging/loghandler.hxx |   18 -
 extensions/source/logging/logrecord.hxx  |4 
 extensions/source/ole/oleobjw.hxx|   12 
 extensions/source/plugin/base/context.cxx|  142 
 extensions/source/plugin/base/evtlstnr.cxx   |2 
 extensions/source/plugin/base/manager.cxx|   36 +-
 extensions/source/plugin/base/multiplx.cxx   |  184 +--
 extensions/source/plugin/base/nfuncs.cxx |   22 -
 extensions/source/plugin/base/plctrl.cxx |  128 +++
 extensions/source/plugin/base/plmodel.cxx|   54 +--
 extensions/source/plugin/base/service.cxx|6 
 extensions/source/plugin/base/xplugin.cxx|   46 +-
 extensions/source/plugin/inc/plugin/impl.hxx |  112 +++---
 extensions/source/plugin/inc/plugin/model.hxx|   32 -
 extensions/source/plugin/inc/plugin/multiplx.hxx |   88 ++---
 extensions/source/plugin/inc/plugin/plctrl.hxx   |  124 +++
 extensions/source/propctrlr/MasterDetailLinkDialog.hxx   |   24 -
 extensions/source/propctrlr/browserline.hxx  |   23 -
 extensions/source/propctrlr/browserlistbox.cxx   |6 
 extensions/source/propctrlr/browserlistbox.hxx   |   30 -
 extensions/source/propctrlr/browserview.cxx  |4 
 extensions/source/propctrlr/browserview.hxx  |2 
 extensions/source/propctrlr/buttonnavigationhandler.hxx  |   32 -
 extensions/source/propctrlr/cellbindinghandler.hxx   |   23 -
 extensions/source/propctrlr/cellbindinghelper.hxx|   60 +--
 extensions/source/propctrlr/commoncontrol.hxx|   58 +--
 

[Libreoffice-bugs] [Bug 94622] LibreOffice crashes when changing area in Textbox

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94622

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #9 from Maxim Monastirsky  ---
Let's mark at least those two as a duplicate.

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

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


[Libreoffice-bugs] [Bug 88128] Unevaluated variable ("Undo: Delete $1") appears in UNDO list after cutting text

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88128

Justin L  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 94352] Draw crashes when setting gradient for text box (not consistent)

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94352

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||g.si...@tirol.com

--- Comment #12 from Maxim Monastirsky  ---
*** Bug 94622 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-ux-advise] [Bug 94327] UI: Apply current font substitutions

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94327

Beluga  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||todven...@suomi24.fi
  Component|UI  |ux-advise

--- Comment #1 from Beluga  ---
Let's ask UX.

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


[Libreoffice-bugs] [Bug 94327] UI: Apply current font substitutions

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94327

Beluga  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||todven...@suomi24.fi
  Component|UI  |ux-advise

--- Comment #1 from Beluga  ---
Let's ask UX.

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


[Libreoffice-bugs] [Bug 94338] The form letter in pdf format from the database recorded generates identical documents

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94338

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Please create an example test case that shows the bug. Document, database and
possible Calc sheet.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the files.

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


[Libreoffice-bugs] [Bug 94339] VIEWING: Footnote numbering failure when in orphan control

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94339

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Could you create an example file so we can test quickly?

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the 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 94540] EDITING: VLOOKUP wrong result #VALUE in CALC 5.0.2.2

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94540

Beluga  changed:

   What|Removed |Added

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

--- Comment #10 from Beluga  ---
Yep, confirmed it works ok.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 94649] Trend line not showin

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94649

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
  Component|Calc|Chart
Version|unspecified |4.4.5.2 release

--- Comment #1 from raal  ---
I can not confirm with LO 5.0.1.2, win7.
Please attach test file and test with newer version:
https://www.libreoffice.org/download/libreoffice-fresh/
Thank you

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


[Libreoffice-bugs] [Bug 94666] New: Narrow menu display in LibreOffice 5.0

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94666

Bug ID: 94666
   Summary: Narrow menu display in LibreOffice 5.0
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: x86 (IA32)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: marti...@club-internet.fr

Created attachment 119165
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119165=edit
Narrow menu display (LibreOffice 5.0.2)

Since LibreOffice 5.0.0, I have a problem with the way menus are displayed on
my netbook, which is a Asus EeePC 1015 (OS Lubuntu 15.04, resolution 1024x600).
The screenshot seems self explanatory to me, I took it with Writer but it's the
same with Calc and Impress. 

This bug can be reproduced with LibreOffice 5.0.0, 5.0.1 and 5.0.2. I installed
LibreOffice with the packages from https://fr.libreoffice.org, I didn't use the
packages from the Linux distribution. Menus are displayed properly with
LibreOffice 4.x

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


[Libreoffice-commits] core.git: editeng/source include/editeng sc/source sd/source sw/source

2015-10-01 Thread Samuel Mehrbrodt
 editeng/source/editeng/editview.cxx  |6 +-
 include/editeng/editstat.hxx |   11 ++-
 sc/source/ui/view/gridwin.cxx|2 ++
 sd/source/core/drawdoc4.cxx  |7 +++
 sw/source/uibase/uiview/viewdraw.cxx |2 ++
 5 files changed, 18 insertions(+), 10 deletions(-)

New commits:
commit a8a812997f654b47cde547cbf3d97684cd06a9d3
Author: Samuel Mehrbrodt 
Date:   Thu Oct 1 14:54:13 2015 +0200

tdf#92341 Make Autocorrect entry actually work

Change-Id: I83e028428933e2153b639ca6b34fd69db88fb53f

diff --git a/editeng/source/editeng/editview.cxx 
b/editeng/source/editeng/editview.cxx
index e2b45f8..4e36573 100644
--- a/editeng/source/editeng/editview.cxx
+++ b/editeng/source/editeng/editview.cxx
@@ -762,7 +762,6 @@ bool EditView::IsWrongSpelledWordAtPos( const Point& 
rPosPixel, bool bMarkIfWron
 
 void EditView::ExecuteSpellPopup( const Point& rPosPixel, 
Link* pCallBack )
 {
-
 Point aPos ( pImpEditView->GetWindow()->PixelToLogic( rPosPixel ) );
 aPos = pImpEditView->GetDocPos( aPos );
 EditPaM aPaM = pImpEditView->pEditEngine->GetPaM(aPos, false);
@@ -989,6 +988,11 @@ void EditView::ExecuteSpellPopup( const Point& rPosPixel, 
LinkCall( aInf );
 }
 }
+else if ( nId == MN_AUTO_CORRECT_DLG && pCallBack)
+{
+SpellCallbackInfo aInf( SpellCallbackCommand::AUTOCORRECT_OPTIONS, 
OUString() );
+pCallBack->Call( aInf );
+}
 else if ( nId >= MN_DICTSTART || nId == MN_INSERT_SINGLE )
 {
 OUString aDicName;
diff --git a/include/editeng/editstat.hxx b/include/editeng/editstat.hxx
index 46ddd44..3ec7c39 100644
--- a/include/editeng/editstat.hxx
+++ b/include/editeng/editstat.hxx
@@ -136,11 +136,12 @@ public:
 
 enum class SpellCallbackCommand
 {
-IGNOREWORD = 0x0001,
-STARTSPELLDLG  = 0x0002,
-ADDTODICTIONARY= 0x0003,
-WORDLANGUAGE   = 0x0004,
-PARALANGUAGE   = 0x0005,
+IGNOREWORD  = 0x0001,
+STARTSPELLDLG   = 0x0002,
+ADDTODICTIONARY = 0x0003,
+WORDLANGUAGE= 0x0004,
+PARALANGUAGE= 0x0005,
+AUTOCORRECT_OPTIONS = 0x0006,
 };
 
 struct SpellCallbackInfo
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index c32c9d3..aba40ff 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -587,6 +587,8 @@ IMPL_LINK_TYPED( ScGridWindow, PopupSpellingHdl, 
SpellCallbackInfo&, rInfo, void
 {
 if( rInfo.nCommand == SpellCallbackCommand::STARTSPELLDLG )
 pViewData->GetDispatcher().Execute( SID_SPELL_DIALOG, 
SfxCallMode::ASYNCHRON );
+else if (rInfo.nCommand == SpellCallbackCommand::AUTOCORRECT_OPTIONS)
+pViewData->GetDispatcher().Execute( SID_AUTO_CORRECT_DLG, 
SfxCallMode::ASYNCHRON );
 }
 
 void ScGridWindow::ExecPageFieldSelect( SCCOL nCol, SCROW nRow, bool 
bHasSelection, const OUString& rStr )
diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx
index 3121a1a..84aaae1 100644
--- a/sd/source/core/drawdoc4.cxx
+++ b/sd/source/core/drawdoc4.cxx
@@ -988,10 +988,9 @@ void 
SdDrawDocument::ImpOnlineSpellCallback(SpellCallbackInfo* pInfo, SdrObject*
 StartOnlineSpelling();
 }
 else if (nCommand == SpellCallbackCommand::STARTSPELLDLG)
-{
-SfxViewFrame::Current()->GetDispatcher()->Execute( SID_SPELL_DIALOG,
-SfxCallMode::ASYNCHRON );
-}
+SfxViewFrame::Current()->GetDispatcher()->Execute( SID_SPELL_DIALOG, 
SfxCallMode::ASYNCHRON );
+else if (nCommand == SpellCallbackCommand::AUTOCORRECT_OPTIONS)
+SfxViewFrame::Current()->GetDispatcher()->Execute( 
SID_AUTO_CORRECT_DLG, SfxCallMode::ASYNCHRON );
 }
 
 // Replace the unambiguous names of the default layers by their names in the
diff --git a/sw/source/uibase/uiview/viewdraw.cxx 
b/sw/source/uibase/uiview/viewdraw.cxx
index 5001cee..917ec4e 100644
--- a/sw/source/uibase/uiview/viewdraw.cxx
+++ b/sw/source/uibase/uiview/viewdraw.cxx
@@ -729,6 +729,8 @@ IMPL_LINK_TYPED(SwView, OnlineSpellCallback, 
SpellCallbackInfo&, rInfo, void)
 {
 if (rInfo.nCommand == SpellCallbackCommand::STARTSPELLDLG)
 GetViewFrame()->GetDispatcher()->Execute( FN_SPELL_GRAMMAR_DIALOG, 
SfxCallMode::ASYNCHRON);
+else if (rInfo.nCommand == SpellCallbackCommand::AUTOCORRECT_OPTIONS)
+GetViewFrame()->GetDispatcher()->Execute( SID_AUTO_CORRECT_DLG, 
SfxCallMode::ASYNCHRON );
 }
 
 bool SwView::ExecDrwTextSpellPopup(const Point& rPt)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Changes to 'libreoffice-4-4-6'

2015-10-01 Thread Christian Lohmaier
New branch 'libreoffice-4-4-6' available with the following commits:
commit aaf81af7d7a06c0306fa4febbcfbab39881dde0e
Author: Christian Lohmaier 
Date:   Thu Oct 1 15:02:22 2015 +0200

Branch libreoffice-4-4-6

This is 'libreoffice-4-4-6' - the stable branch for the 4.4.6 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 4.4.x release,
please use the 'libreoffice-4-4' branch.

If you want to build something cool, unstable, and risky, use master.

Change-Id: I67e89c50325b7fd23aacc592677c8beb51f16806

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-10-01 Thread Stephan Bergmann
 sc/source/ui/Accessibility/AccessibleDocument.cxx |   24 +++---
 1 file changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 6f1e77fc600f776433a759172323b4afec3d811e
Author: Stephan Bergmann 
Date:   Mon Sep 21 15:35:09 2015 +0200

rhbz#1264753: Avoid this being release()ed to 0 in ScAccessibleDocument ctor

...where the most plausible explanation for the bug's crash from within
ScGridWindow::CreateAccessible appears to be that the call to

  xAcc = new ScAccessibleEditObject(this, ...)

which stores "this" as a css::uno::Reference in the ScAccessibleEditObject, 
can
cause xAcc to be deleted synchronously from within the ScAccessibleDocument
ctor, causing the ScAccessibleDocument instance itself to also be deleted.

So re-use the existing ScAccessibleDocument::Init (already properly called 
at
the only place that instantiates ScAccessibleDocument, in
ScGridWindow::CreateAccessible) to defer any initialization that uses 
"this",
and hope that the resulting slight re-ordering of when certain 
initialization
code is executed does not cause problems.

Change-Id: I524a1659394e8900b7d33de358fdd4baf647c083
Reviewed-on: https://gerrit.libreoffice.org/18750
Tested-by: Jenkins 
Reviewed-by: Eike Rathke 
Tested-by: Eike Rathke 

diff --git a/sc/source/ui/Accessibility/AccessibleDocument.cxx 
b/sc/source/ui/Accessibility/AccessibleDocument.cxx
index 9fe0208..0022e9d 100644
--- a/sc/source/ui/Accessibility/AccessibleDocument.cxx
+++ b/sc/source/ui/Accessibility/AccessibleDocument.cxx
@@ -1412,10 +1412,15 @@ ScAccessibleDocument::ScAccessibleDocument(
 mpTempAccEdit(NULL),
 mbCompleteSheetSelected(false)
 {
-if (pViewShell)
+maVisArea = GetVisibleArea_Impl();
+}
+
+void ScAccessibleDocument::Init()
+{
+if (mpViewShell)
 {
-pViewShell->AddAccessibilityObject(*this);
-vcl::Window *pWin = pViewShell->GetWindowByPos(eSplitPos);
+mpViewShell->AddAccessibilityObject(*this);
+vcl::Window *pWin = mpViewShell->GetWindowByPos(meSplitPos);
 if( pWin )
 {
 pWin->AddChildEventListener( LINK( this, ScAccessibleDocument, 
WindowChildEventListener ));
@@ -1428,20 +1433,15 @@ ScAccessibleDocument::ScAccessibleDocument(
 AddChild( pChildWin->GetAccessible(), false );
 }
 }
-ScViewData& rViewData = pViewShell->GetViewData();
-if (rViewData.HasEditView(eSplitPos))
+ScViewData& rViewData = mpViewShell->GetViewData();
+if (rViewData.HasEditView(meSplitPos))
 {
-uno::Reference xAcc = new 
ScAccessibleEditObject(this, rViewData.GetEditView(eSplitPos),
-pViewShell->GetWindowByPos(eSplitPos), GetCurrentCellName(), 
GetCurrentCellDescription(),
+uno::Reference xAcc = new 
ScAccessibleEditObject(this, rViewData.GetEditView(meSplitPos),
+mpViewShell->GetWindowByPos(meSplitPos), GetCurrentCellName(), 
GetCurrentCellDescription(),
 ScAccessibleEditObject::CellInEditMode);
 AddChild(xAcc, false);
 }
 }
-maVisArea = GetVisibleArea_Impl();
-}
-
-void ScAccessibleDocument::Init()
-{
 if(!mpChildrenShapes)
 mpChildrenShapes = new ScChildrenShapes(this, mpViewShell, meSplitPos);
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94665] New: Range Functions works only one time

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94665

Bug ID: 94665
   Summary: Range Functions works only one time
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: somogyi_zs...@t-online.de

Created attachment 119164
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119164=edit
Testfile with Range function

I have a Function like this
Public Function Oszt(x as Integer) as Range

It give me back a Range. (The Functions with one Cell return value hasn't any
problem.) It works me only one time. The Calc doesn't refresh the output, if I
change the input Cell.
If I have more than 1 row with input and Functions, the Calc give me the first
output many times.
I seted a breakpoit in to my Basic code. the code runs, and make the correct
output, but this output doesn't arrive to the Cells. The Calc Cells become old
numbers.

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


[Libreoffice-bugs] [Bug 94449] Changing the paragraph style removes index entries.

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94449

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #2 from raal  ---
Works OK in oldest, latest range in bibisect-win32-5.0, latest:Version:
5.0.0.0.alpha1+
Build ID: ab465b90f6c6da5595393a0ba73f33a1e71a2b65

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


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

2015-10-01 Thread Andrea Gelmini
 svx/source/form/fmobj.cxx |2 
 svx/source/form/fmshimp.cxx   |2 
 svx/source/form/navigatortree.cxx |   40 +++---
 svx/source/form/navigatortreemodel.cxx|2 
 svx/source/gengal/gengal.cxx  |2 
 svx/source/inc/docrecovery.hxx|6 +-
 svx/source/sdr/contact/viewcontactofe3dpolygon.cxx|2 
 svx/source/sdr/contact/viewcontactofe3dscene.cxx  |2 
 svx/source/sdr/contact/viewcontactofgraphic.cxx   |6 +-
 svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx |2 
 svx/source/sdr/contact/viewcontactofsdrole2obj.cxx|2 
 svx/source/sdr/contact/viewobjectcontact.cxx  |2 
 svx/source/sdr/contact/viewobjectcontactofe3dscene.cxx|2 
 svx/source/sdr/contact/viewobjectcontactofgraphic.cxx |2 
 14 files changed, 37 insertions(+), 37 deletions(-)

New commits:
commit 28803c28bda0c4bc3d94acf023d8eb96990c8f14
Author: Andrea Gelmini 
Date:   Thu Oct 1 13:15:39 2015 +0200

Fix typos

Change-Id: I6743b9e73e510eb0664cbbe727dad9fce01fc13e
Reviewed-on: https://gerrit.libreoffice.org/18981
Reviewed-by: Samuel Mehrbrodt 
Tested-by: Samuel Mehrbrodt 

diff --git a/svx/source/form/fmobj.cxx b/svx/source/form/fmobj.cxx
index cd977a4..603a988 100644
--- a/svx/source/form/fmobj.cxx
+++ b/svx/source/form/fmobj.cxx
@@ -420,7 +420,7 @@ namespace
 // get the content's relative pos within its parent container
 sal_Int32 nPos = getElementPos(xParent, xChild);
 
-// prepend this current relaive pos
+// prepend this current relative pos
 sCurrentIndex = OUString::number(nPos);
 if (!sReturn.isEmpty())
 {
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index 554bcf0..3819193 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -2862,7 +2862,7 @@ Reference< XControl> FmXFormShell::impl_getControl( const 
Reference< XControlMod
 
 if ( !xControl.is() )
 {
-// fallabck (some controls might not have been created, yet, since 
they were never visible so far)
+// fallback (some controls might not have been created, yet, since 
they were never visible so far)
 Reference< XControl > xContainerControl( xControlContainer, 
UNO_QUERY_THROW );
 const vcl::Window* pContainerWindow = VCLUnoHelper::GetWindow( 
xContainerControl->getPeer() );
 ENSURE_OR_THROW( pContainerWindow, "unexpected control container 
implementation" );
diff --git a/svx/source/form/navigatortree.cxx 
b/svx/source/form/navigatortree.cxx
index 835beff..7861e3fa 100644
--- a/svx/source/form/navigatortree.cxx
+++ b/svx/source/form/navigatortree.cxx
@@ -203,7 +203,7 @@ namespace svxform
 if (IsEditingActive())
 CancelTextEditing();
 
-m_bDragDataDirty = true;// as a precaution, although i dont 
drag
+m_bDragDataDirty = true;// as a precaution, although I don't 
drag
 }
 GetNavModel()->UpdateContent( pFormShell );
 
@@ -341,7 +341,7 @@ namespace svxform
 // update my selection data
 CollectSelectionData(SDI_ALL);
 
-// if there is at least one no-root-entry and the root 
selected, i deselect root
+// if there is at least one no-root-entry and the root 
selected, I deselect root
 if ( (m_arrCurrentSelection.size() > 1) && m_bRootSelected )
 {
 Select( m_pRootEntry, false );
@@ -351,7 +351,7 @@ namespace svxform
 
 
 DBG_ASSERT( (m_arrCurrentSelection.size() > 0) || 
m_bRootSelected, "no entries selected" );
-// shouldn't happen, because i would have selected one 
during call to IsSelected,
+// shouldn't happen, because I would have selected one 
during call to IsSelected,
 // if there was none before
 
 
@@ -382,7 +382,7 @@ namespace svxform
 aContextMenu.EnableItem( SID_COPY, !m_bRootSelected && 
implAllowExchange( DND_ACTION_COPY ) );
 aContextMenu.EnableItem( SID_PASTE, implAcceptPaste( ) );
 
-// TabDialog, if exaclty one form
+// TabDialog, if exactly one form
 aContextMenu.EnableItem( SID_FM_TAB_DIALOG, 
bSingleSelection && m_nFormsSelected );
 
 // in XML forms, we don't allow for the properties of a 
form
@@ -597,7 +597,7 @@ namespace svxform
 NULL, false, 0, NULL );
 }
 else if (!m_bMarkingObjects && dynamic_cast())
-{   // if m_bMarkingObjects is sal_True, i mark objects myself
+{   // if 

[Libreoffice-bugs] [Bug 93270] Request: Dialogs for Diagrams -- Connecting data to secondary axis

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93270

Beluga  changed:

   What|Removed |Added

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

--- Comment #4 from Beluga  ---
Thanks, Regina. I guess we can close this.

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


[Libreoffice-bugs] [Bug 41316] Page styles should support hierarchical parent-child relationships (like paragraph or character styles)

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41316

Regina Henschel  changed:

   What|Removed |Added

 CC||jean-francois.nifenecker@la
   ||poste.net

--- Comment #10 from Regina Henschel  ---
*** Bug 94647 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 94666] Narrow menu display in LibreOffice 5.0

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94666

--- Comment #1 from marti...@club-internet.fr ---
Created attachment 119166
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119166=edit
Regular menu display (LibreOffice 4.4)

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


[Libreoffice-bugs] [Bug 94352] Draw crashes when setting gradient for text box (not consistent)

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94352

--- Comment #13 from Gottfried  ---
Created attachment 119168
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119168=edit
gdbtrace.log.tar.gz

Crash of LibreOffice

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


[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - translations

2015-10-01 Thread Christian Lohmaier
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1b3d271b40d089f92bba6b9be525b3e2478bad82
Author: Christian Lohmaier 
Date:   Thu Oct 1 14:28:02 2015 +0200

Updated core
Project: translations  e38775a06442ba9262cb7a02838ee6c7207ba401

update translations for 4.4.6 rc1

and force-fix errors using pocheck

Change-Id: I67ee173d76653f4cbcca22bc5a42b4b1a5dbfdc2

diff --git a/translations b/translations
index 7c7b3f9..e38775a 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 7c7b3f9e9bae728d72fdc88f61463e239c5c7e87
+Subproject commit e38775a06442ba9262cb7a02838ee6c7207ba401
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93896] Non-ASCII characters in comments corrupt when RTF is reopened

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93896

--- Comment #2 from Simo Kaupinmäki  ---
Hi Jay,

LibO 5.0.2.2 is also affected, but the bug does seem fixed in the development
version. However, as I said above, it already seemed fixed in 5.0.0.0.beta1,
but was back in 5.0.0.5. Therefore, I think I'll keep a close eye on this when
5.0.3.1 is made available.

AFFECTED:
Version: 5.0.2.2
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI.utf8)

NOT AFFECTED:
Version: 5.0.3.0.0+
Build ID: a9670e0735b77ecc40aa8af4106af7d32ec548a0
TinderBox: Linux-rpm_deb-x86@45-TDF, Branch:libreoffice-5-0, Time:
2015-09-24_23:24:38
Locale: fi-FI (fi_FI.utf8)

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


[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-4.4.6.1'

2015-10-01 Thread Christian Lohmaier
Tag 'libreoffice-4.4.6.1' created by Christian Lohmaier 
 at 2015-10-01 14:05 -0700

Tag libreoffice-4.4.6.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWDS+0AAoJEPQ0oe+v7q6jDl0P/36/EHnLNlWNwxBcp6Z4XcNh
cFmvf6whC+lHOd1XjlDAfjWlKaG88H/rLUK7NgABAwEkRmJZnkCpWfalNIYpXR2V
y+LkO6z/oJAlSWLhVi9Wo30t1yIa2TLNVwAV3w9pkWzoDxvY7sv2sq43p+vw1Aiz
FKgMfxJpIuOHvTLoBCUR4JLatKiF+mIokdYd4oN/FMsrULKSy+xxpgTZy8TtMvhs
sDQqbFoWBZMj3ksfd1lAK4FrxU482N8xvG7fs0YS5Dc1vxTzsgsMqoeS6Tp7YdBW
5wuT+9tc/hGAhWBWx1DzXz8uDZoBxyFIiZmWiY9OvSjlwhJ3XYtlDauQfc9wIq+O
EvnVXM6fVuOk+jCENCw0MBLIhLIlPTsA9pe8tqFqXa963TsWxIZpAQvtTdrys52O
oEhZfLaR/aTlhKvHzplOoANnSMFYIPBKgwlq/X+WxbOX/0HzPjIWE262vDu2eW4D
Gbmq/b04q4Lrdt1s3aD92dvZjFJUr3B7SjYWdgD1JCiMc0u0V+OcD1rEDFiu2uEb
sJDWAcHJp+RCe0oJOnyVKWgvxvKI4WTsYBH+3Kt5RgzkprmO18Em5Ox830M1wYAT
z2rVZvu3h/Fm7AG4844/ibskhM66Qp2WaSeFtXamNRhnpoVvxLpZ7oWzdue8R2du
FLrhq1I/hunPgYcH4/+v
=aXR9
-END PGP SIGNATURE-

Changes since cp-4.4-branch-point-10:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-4.4.6.1'

2015-10-01 Thread Christian Lohmaier
Tag 'libreoffice-4.4.6.1' created by Christian Lohmaier 
 at 2015-10-01 14:06 -0700

Tag libreoffice-4.4.6.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWDS+6AAoJEPQ0oe+v7q6jliEQAKNO33y3RJxDnY/t+x2Y04MM
i3/9n1j33J6/BKJ4RT39aMzYdGs/h1YeDKH/E2sGW5XADNlUZMiAMg+9KIVwKX+x
dwMQnwXt3Gyvldfm91JI12d7e9LdlFmmHdI3NPySkSQ4XAAnGp5FrUfABoxFDYMH
sMheb0sPLelYwcm6xDx4/Tqy3FG4MrxxDhBDAu+4nvlTsgJ4V2GatCaHPYcVhfWz
62MBO/+0x4nIVjcwxD3mJpp1MFHPUSSW16DspoMTT1kx7pU9ikigyh4w99P3+urx
UuKVVrR/qZtaIF5c5kTNTe7msIRC0CwfRj6HuwH5bXCfjzGNle4emDxkIZowZ93J
lQPxJHEwYHuFEDGnFNbDMgu4+D85nWZTGmC34m1f7UMR85Q/v6Yyn2qV7RHjbAtE
iknJcstyrzHdlEUFp/oJBhS5UhdFKx6QEi6srtQzfJrbZI2FFAoJcezryQTwMEYE
2TgNyqS1LqBmoC7qxUvggYakaFqYT+2laipo/Jobr4eUKkUeTgkQY26AVyXpa4kI
YEO7fJlbcTN0DqMOLXzzysZ05+eoQNwghggq7PSUdy5NsjTCcgzXjgc4pmDQ/4YN
nb7DFnyBHfQrGViAwbfz96Am010t3y8JR8bNnORiLpIJqU0CKWG8tNwQiAZxoK1N
k/trGcfJGxXKmqRSk/+3
=KTdt
-END PGP SIGNATURE-

Changes since cp-4.4-branch-point-551:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-4-4-6' - configure.ac

2015-10-01 Thread Christian Lohmaier
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 53647c31990f342f31153188397e1c1b321d6449
Author: Christian Lohmaier 
Date:   Thu Oct 1 15:06:34 2015 +0200

bump product version to 4.4.6.1.0+

Change-Id: If4693ea5918a81477ea4e67be4534b40cad62353

diff --git a/configure.ac b/configure.ac
index 2acaa92..edc8462 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[4.4.6.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[4.4.6.1.0+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-4.4.6.1'

2015-10-01 Thread Christian Lohmaier
Tag 'libreoffice-4.4.6.1' created by Christian Lohmaier 
 at 2015-10-01 14:05 -0700

Tag libreoffice-4.4.6.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWDS+xAAoJEPQ0oe+v7q6j15gP/19d8t2LAlk7JuHWEkXPIi7J
nM0qVNnXMBJ93yZItM4sle5fepzHVew5ZK6GAHX8S2FNvQOqM11eP4sL9DTzzuyr
Ilp8jIOwlSUyvLYtW49LlXfDhEYU+PhpSIh3BhNUfUa44aTgpiPVLRK9vYsoaoam
zyW9+oNgJyuC82WbiyYQGDSa9K/fMZ/94wx0hkXPmz3O21sU6gIPCwaum/W3Q9fb
PvCYthVQwulVZ5AeOG+dQ7mgvFxq2lPwmvTO0PzUJ9AtF0ga2q7qXR4sV4SwB3Xl
DiKD7JdAptBSQo9x+Eq9yTKquK7IXoarRaMAklTyn0pkalKibdQs8LuCsn7sJ8Rx
wubvvkyT7X65sHxRPiGnN72iuZ5Tj0J1Vi/bzdKGbw3PBnfI6fK/PxY3cHNGMCCM
XZ3NiGQzUjur6sxtuM3BL4yJJfWZAZraACCONNQwUeV8A74vuPnFFfAtRc040eJs
qqRTG4o3V1Ufgr7JjiM4mekDw8Wqov1v27gSlUuLBafeyf16Z8o/cfirJ9PW8gEo
/XZb86Hiy0FJ4g0BGzALPb64TQ81etCbDuWdo7LDvO7h9w3P1miWtW4g1SGvz76t
M7x1ABqxUwdmrmFzUTFkY/uS7Atgo9ujfKUp3DpPTtL5B6p2cX6uZN/0zHFT0b6+
KJ7i1DBL/XZSUhsKe3Jj
=W6dN
-END PGP SIGNATURE-

Changes since cp-4.4-branch-point-3:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94649] Trend line not showin

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94649

--- Comment #2 from l...@lsdx.eu ---
Hi raal,
I think I found the cause:  the original file was an .xls (I am switching to LO
as old MS Offices wont work with W10).
Most of it is transferred but the charts.  I just recreated a chart and
evrything is well.

I suppose you can close the bug report.
but wait for next bug (if any)
Thanks anyway

Lionel

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


[Libreoffice-bugs] [Bug 94535] UI REGRESSION: Cannot open Fontwork dialog to adapt text to connect shape

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94535

--- Comment #5 from Milan Bouchet-Valat  ---
Sorry if I was mistaken about it being in the default toolbar. If that's not
the case, feel free to remove the regression keyword.

It's not so much about having two ways of accessing a feature, but rather about
having one relatively discoverable way (which doesn't involve customizing the
toolbars).

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


[Libreoffice-bugs] [Bug 94316] PDF export: Pb with soft hyphen

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94316

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #5 from Beluga  ---
(In reply to Xistik from comment #3)
> introduced the characters in the text "Foft Hyphen" (00AD) incorrectly LO
> appear and disappear when exporting to PDF.

Can you attach an example document where the problem is displayed?

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the 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 94664] New: Calc search function (Ctrl+F) should by default search formula results or value.

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94664

Bug ID: 94664
   Summary: Calc search function (Ctrl+F) should by default search
formula results or value.
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hardikva...@gmail.com

User-Agent:   Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101
Firefox/41.0
Build Identifier: LibreOffice 5.0.1.2.0

Results or value of formulas should be searchable by quick find (Ctrl+F)

For example if a cell has a result of 50 due to a formula;
I should be able to use quick find and type "50" to locate the cell.
However, it would only search inside formulas and directly inputted values.


Reproducible: Always

Steps to Reproduce:
1. Open new calc document
2. Enter value 25 in B2
3. Enter formula "=2*B2" in C2 i.e. result 50
4. Click on A1 cell
5. Ctrl+F to bring quick search and search for 50

Actual Results:  
Search key not found

Expected Results:  
C2 should be selected i.e. cell with result of 50

[Information automatically included from LibreOffice]
Locale: en-GB
Module: SpreadsheetDocument
[Information guessed from browser]
OS: Linux (All)
OS is 64bit: yes


Reset User Profile?No

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


[Libreoffice-bugs] [Bug 94326] Numbered headers not displayed and handled correctly

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94326

Beluga  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Version|5.0.2.1 rc  |5.0.1.2 release
 Ever confirmed|0   |1
 Whiteboard||bibisectRequest
 OS|Linux (All) |All

--- Comment #6 from Beluga  ---
Confirmed with attachment 118806. 4.3.0.1 displays the heading numbers ok,
while 5.0.2 loses them.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 94556] Table Border Bug

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94556

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #5 from Beluga  ---
(In reply to David from comment #3)
> The correct result of this action should be that a border appears around the
> group of three.

I get this correct result.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 93688] String ref syntax incorrect for new documents and in UI

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93688

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.1.0

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


[Libreoffice-bugs] [Bug 93688] String ref syntax incorrect for new documents and in UI

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93688

--- Comment #2 from Commit Notification 
 ---
Katarina Behrens committed a patch related to this issue.
It has been pushed to "master":

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

tdf#93688: Set CalcA1|ExcelA1 syntax only for imported docs

It will be available in 5.1.0.

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

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


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

2015-10-01 Thread Caolán McNamara
 sc/source/filter/excel/read.cxx |   60 +---
 1 file changed, 38 insertions(+), 22 deletions(-)

New commits:
commit 0cc41a033f74891ac9b47f0d1c0b291f8341a2a1
Author: Caolán McNamara 
Date:   Thu Oct 1 10:04:54 2015 +0100

Related: tdf#40304 extend biff-5 invalid xls loop detection

Change-Id: Ief198f88530d72cde0a253508cdf6de2975b31ab
Reviewed-on: https://gerrit.libreoffice.org/19066
Reviewed-by: Eike Rathke 
Tested-by: Eike Rathke 

diff --git a/sc/source/filter/excel/read.cxx b/sc/source/filter/excel/read.cxx
index fae3ffd..5e5558e 100644
--- a/sc/source/filter/excel/read.cxx
+++ b/sc/source/filter/excel/read.cxx
@@ -41,6 +41,28 @@
 
 #include 
 
+namespace
+{
+bool TryStartNextRecord(XclImpStream& rIn, sal_Size nProgressBasePos)
+{
+bool bValid = true;
+// i#115255 fdo#40304 BOUNDSHEET doesn't point to a valid
+// BOF record position.  Scan the records manually (from
+// the BOUNDSHEET position) until we find a BOF.  Some 3rd
+// party Russian programs generate invalid xls docs with
+// this kind of silliness.
+if (rIn.PeekRecId(nProgressBasePos) == EXC_ID5_BOF)
+// BOUNDSHEET points to a valid BOF record.  Good.
+rIn.StartNextRecord(nProgressBasePos);
+else
+{
+while (bValid && rIn.GetRecId() != EXC_ID5_BOF)
+bValid = rIn.StartNextRecord();
+}
+return bValid;
+}
+}
+
 FltError ImportExcel::Read()
 {
 XclImpPageSettings& rPageSett   = GetPageSettings();
@@ -98,7 +120,13 @@ FltError ImportExcel::Read()
 {
 nProgressBaseSize += (aIn.GetSvStreamPos() - nProgressBasePos);
 nProgressBasePos = maSheetOffsets[ nScTab ];
-aIn.StartNextRecord( nProgressBasePos );
+
+bool bValid = TryStartNextRecord(aIn, nProgressBasePos);
+if (!bValid)
+{
+// Safeguard ourselves from potential infinite loop.
+eAkt = Z_Ende;
+}
 }
 else
 eAkt = Z_Ende;
@@ -435,7 +463,7 @@ FltError ImportExcel::Read()
 case 0x0223: break; // EXTERNNAME   [  34 ]
 case 0x0225: Defrowheight345();break;//DEFAULTROWHEI[  345]
 case 0x0231: rFontBfr.ReadFont( maStrm );   break;
-case 0x0409:// BOF  [   4 ]
+case EXC_ID4_BOF:   // BOF  [   4 ]
 Bof4();
 if( pExcRoot->eDateiTyp == Biff4 )
 {
@@ -527,7 +555,7 @@ FltError ImportExcel::Read()
 eAkt = Z_Ende;
 break;
 case 0x8F:  break;  // BUNDLEHEADER [   4 ]
-case 0x0409:// BOF  [   4 ]
+case EXC_ID4_BOF:   // BOF  [   4 ]
 Bof4();
 NewTable();
 if( pExcRoot->eDateiTyp == Biff4 )
@@ -595,7 +623,7 @@ FltError ImportExcel::Read()
 
 case Z_Biff5TPre:   // --- Z_Biff5Pre -
 {
-if( nOpcode == 0x0809 )
+if (nOpcode == EXC_ID5_BOF)
 nBofLevel++;
 else if( (nOpcode == 0x000A) && nBofLevel )
 nBofLevel--;
@@ -681,7 +709,7 @@ FltError ImportExcel::Read()
 case 0xD6:  Rstring(); break;   // RSTRING  [5]
 case 0x00E5: Cellmerging();  break;  // #i62300#
 case 0x0236: TableOp(); break;  // TABLE[5]
-case 0x0809:// BOF  [5]
+case EXC_ID5_BOF:   // BOF  [5]
 XclTools::SkipSubStream( maStrm );
 break;
 }
@@ -693,7 +721,7 @@ FltError ImportExcel::Read()
 {
 switch( nOpcode )
 {
-case 0x0809:// BOF  [5]
+case EXC_ID5_BOF:   // BOF  [5]
 Bof5();
 NewTable();
 switch( pExcRoot->eDateiTyp )
@@ -836,23 +864,11 @@ FltError ImportExcel8::Read()
 nProgressBaseSize += (maStrm.GetSvStreamPos() - 
nProgressBasePos);
 nProgressBasePos = maSheetOffsets[ nScTab ];
 
-// i#115255 fdo#40304 BOUNDSHEET doesn't point to a valid
-// BOF record position.  Scan the records manually (from
- 

[Libreoffice-bugs] [Bug 94554] Conditional formatting in Base: some dialog buttons do not work (see attached image)

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94554

--- Comment #2 from Alex Thurgood  ---
Conditional formatting works for me when the value in the text box is numeric

Version: 5.0.2.2
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale : fr-FR (fr.UTF-8)

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


[Libreoffice-commits] core.git: readlicense_oo/license

2015-10-01 Thread Christian Lohmaier
 readlicense_oo/license/CREDITS.fodt | 2274 ++--
 1 file changed, 1146 insertions(+), 1128 deletions(-)

New commits:
commit 7d596a4b51b6a6efa3ef239a600a931b6adc457c
Author: Christian Lohmaier 
Date:   Thu Oct 1 14:57:09 2015 +0200

update credits

Change-Id: I4c21115a9274dbf5fc138705527f2229554ba6f8

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index c6275b0..1177b5a 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,10 +1,10 @@
 
 
 http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oas
 is:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:formx="urn:openoffice:names:
 experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.text">
- Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.0.2.2$Linux_X86_64
 
LibreOffice_project/37b43f919e4de5eeaca9b9755ed688758a8251fe2012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+ Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.0.2.2$Linux_X86_64
 
LibreOffice_project/37b43f919e4de5eeaca9b9755ed688758a8251fe2012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
  
   
-   748
+   573
501
36347
19678
@@ -13,12 +13,12 @@

 
  view2
- 3556
- 3443
+ 36634
+ 1214
  501
- 748
+ 573
  36846
- 20424
+ 20249
  0
  0
  false
@@ -68,7 +68,7 @@
false
false
true
-   3637362
+   3692284
false
false
false
@@ -389,19 +389,19 @@

   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

@@ -434,45 +434,49 @@


   
-  
+  
+   
+   
+  
+  

   
-  
-  
-  
-  
-  
-  
-  
+  
+  
+  
+  
+  
+  
+  

   
-  
+  

   
-  
+  

   
-  
+  

   
-  
+  

   
-  
+  

   
-  
+  

   
-  
+  

   
-  
+  

   
-  
+  

-   
+   
   
   

@@ -752,7 +756,7 @@
 


-
+

iVBORw0KGgoNSUhEUgAAATkAAABkCAYAAAD9hkdsAXNSR0IArs4c6QZiS0dE
 
AP8A/wD/oL2nkwlwSFlzAAAOuQAADrkBuAYXvwd0SU1FB9oMChUNCQOjP/4AADYV
 
SURBVHja7V0HfBXF9r65N0B67yEhQIAkJEAggSQklNB7B0UELAhIFYIUReBhQewFEBREUBEQ
@@ -1015,7 +1019,7 @@

   
  Credits
-1080 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2015-09-25 12:59:51.
+1080 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2015-10-01 14:34:43.
 * marks developers whose first contributions 
happened after 2010-09-28.
 Developers 
committing code since 2010-09-28
 
@@ -1042,10 +1046,10 @@
Vladimir 
GlazunovCommits: 25434Joined: 
2000-12-04
   
   
-   Caolán 
McNamaraCommits: 18067Joined: 
2000-10-10
+   Caolán 
McNamaraCommits: 18130Joined: 
2000-10-10
   
   
-   Stephan 
BergmannCommits: 9967Joined: 
2000-10-04
+   Stephan 
BergmannCommits: 1Joined: 
2000-10-04
   
   
Ivo 
HinkelmannCommits: 9480Joined: 
2002-09-09
@@ -1053,7 +1057,7 @@
  
  
   

[Libreoffice-bugs] [Bug 86349] Meta: Context menu bugs and enhancements

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86349
Bug 86349 depends on bug 92341, which changed state.

Bug 92341 Summary: add "AutoCorrect Options..." to right click spell checking 
menu
https://bugs.documentfoundation.org/show_bug.cgi?id=92341

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 94554] Conditional formatting in Base: some dialog buttons do not work (see attached image)

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94554

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||ipla...@yahoo.co.uk
 Ever confirmed|0   |1

--- Comment #3 from Alex Thurgood  ---
@Jared : please provide a sample ODB file containing a report and step step by
instructions on how to reproduce your problem. The steps given in you rinitial
report still leave a lot of guess work to the person trying to reproduce the
bug, in particular, you don't say whether your text field contains a text
string, whether you are using the preset conditions or a custom condition using
one of the functions, etc, etc.

Please also indicate whether you are using the distribution of LibreOffice or
the one available for download from TDF.

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


[Libreoffice-bugs] [Bug 94653] crash if drag and drop between 2 windows

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94653

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #2 from Alex Thurgood  ---
@PHM : how do you open the same Calc file in LO more than once ? I don't seem
to be able to do this on OSX 10.10.5, irrespective of which ever screen has the
focus.

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


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

2015-10-01 Thread Noel Grandin
 filter/source/config/cache/contenthandlerfactory.hxx  |   14 
 filter/source/config/cache/frameloaderfactory.hxx |   14 
 filter/source/config/cache/querytokenizer.hxx |   12 
 filter/source/config/cache/registration.cxx   |6 
 filter/source/config/cache/typedetection.hxx  |6 
 filter/source/flash/impswfdialog.hxx  |4 
 filter/source/flash/swfdialog.hxx |   28 -
 filter/source/flash/swfexporter.cxx   |2 
 filter/source/flash/swfexporter.hxx   |   64 +-
 filter/source/flash/swffilter.cxx |   36 -
 filter/source/flash/swfwriter.hxx |8 
 filter/source/graphicfilter/egif/egif.cxx |2 
 filter/source/graphicfilter/eos2met/eos2met.cxx   |2 
 filter/source/graphicfilter/epbm/epbm.cxx |2 
 filter/source/graphicfilter/epgm/epgm.cxx |2 
 filter/source/graphicfilter/epict/epict.cxx   |2 
 filter/source/graphicfilter/eppm/eppm.cxx |2 
 filter/source/graphicfilter/eps/eps.cxx   |8 
 filter/source/graphicfilter/eras/eras.cxx |2 
 filter/source/graphicfilter/etiff/etiff.cxx   |2 
 filter/source/graphicfilter/expm/expm.cxx |2 
 filter/source/graphicfilter/icgm/cgm.hxx  |4 
 filter/source/graphicfilter/icgm/outact.hxx   |   32 -
 filter/source/msfilter/escherex.cxx   |  466 +-
 filter/source/msfilter/eschesdo.cxx   |   26 -
 filter/source/msfilter/eschesdo.hxx   |   40 -
 filter/source/msfilter/msdffimp.cxx   |   88 +--
 filter/source/msfilter/msoleexp.cxx   |2 
 filter/source/msfilter/svdfppt.cxx|   73 +-
 filter/source/msfilter/util.cxx   |4 
 filter/source/odfflatxml/OdfFlatXml.cxx   |6 
 filter/source/pdf/impdialog.hxx   |   54 +-
 filter/source/pdf/pdfexport.cxx   |8 
 filter/source/pdf/pdfexport.hxx   |2 
 filter/source/pdf/pdffilter.cxx   |4 
 filter/source/pdf/pdfinteract.cxx |2 
 filter/source/placeware/exporter.cxx  |4 
 filter/source/placeware/exporter.hxx  |   20 
 filter/source/placeware/filter.cxx|   18 
 filter/source/storagefilterdetect/filterdetect.hxx|   32 -
 filter/source/svg/impsvgdialog.hxx|4 
 filter/source/svg/svgdialog.hxx   |   44 -
 filter/source/svg/svgexport.cxx   |   10 
 filter/source/svg/svgfilter.cxx   |2 
 filter/source/svg/svgfilter.hxx   |2 
 filter/source/svg/svgfontexport.cxx   |6 
 filter/source/svg/svgreader.hxx   |   12 
 filter/source/svg/svgwriter.cxx   |   26 -
 filter/source/svg/svgwriter.hxx   |   16 
 filter/source/svg/test/odfserializer.cxx  |2 
 filter/source/svg/test/odfserializer.hxx  |4 
 filter/source/svg/test/svg2odf.cxx|6 
 filter/source/t602/t602filter.cxx |   26 -
 filter/source/t602/t602filter.hxx |  144 ++---
 filter/source/textfilterdetect/filterdetect.cxx   |6 
 filter/source/textfilterdetect/filterdetect.hxx   |   32 -
 filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx   |   18 
 filter/source/xmlfilteradaptor/XmlFilterAdaptor.hxx   |   75 +-
 filter/source/xmlfilterdetect/filterdetect.cxx|6 
 filter/source/xsltdialog/typedetectionexport.hxx  |   10 
 filter/source/xsltdialog/typedetectionimport.hxx  |   24 
 filter/source/xsltdialog/xmlfiltercommon.hxx  |4 
 filter/source/xsltdialog/xmlfilterdialogcomponent.cxx |   22 
 filter/source/xsltdialog/xmlfilterjar.cxx |2 
 filter/source/xsltdialog/xmlfilterjar.hxx |   10 
 filter/source/xsltdialog/xmlfiltersettingsdialog.cxx  |6 
 filter/source/xsltdialog/xmlfiltersettingsdialog.hxx  |   10 
 filter/source/xsltdialog/xmlfiltertabdialog.hxx   |4 
 filter/source/xsltdialog/xmlfiltertabpagexslt.cxx |2 
 filter/source/xsltdialog/xmlfiltertestdialog.cxx  |   14 
 filter/source/xsltdialog/xmlfiltertestdialog.hxx  |   16 
 filter/source/xsltfilter/LibXSLTTransformer.hxx   |   26 -
 filter/source/xsltfilter/OleHandler.hxx   |   30 -
 filter/source/xsltfilter/XSLTFilter.cxx   |4 
 74 files changed, 858 insertions(+), 872 deletions(-)

New commits:
commit bd8a4ae22376cf9e43df3f4924d37daa8a0796c1
Author: Noel Grandin 
Date:   Wed Sep 30 14:17:06 2015 +0200

com::sun::star->css in filter/

Change-Id: 

[Bug 94205] Use o3tl::make_unique instead of new + std::move

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94205

--- Comment #1 from Berk Gureken  ---
I started to work on this bug: 
https://gerrit.libreoffice.org/#/c/19071/

-- 
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-bugs] [Bug 93270] Request: Dialogs for Diagrams -- Connecting data to secondary axis

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93270

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #3 from Regina Henschel  ---
After Step2 select item "Data Series 'Datarow2'" from the drop-down-list in the
chart Formatting toolbar. Then click on icon "Format Selection" at the right
side of the drop-down-list. You get the properties dialog. Tab "Options" has
the settings you need.

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


[Libreoffice-bugs] [Bug 94656] Inserted images do not load in saved .ods file

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94656

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
Hello Paul,
version 4.3 is old and unsupported, please retest with actual version. You can
download new version here:
https://www.libreoffice.org/download/libreoffice-fresh/

Setting bug as needinfo, set as unconfirmed again if problem still occurs in
newer version. Thank you.

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


[Libreoffice-bugs] [Bug 94647] Page styles don't have a hierarchy

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94647

Regina Henschel  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 CC||rb.hensc...@t-online.de
 Resolution|--- |DUPLICATE

--- Comment #6 from Regina Henschel  ---


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

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


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

2015-10-01 Thread Tor Lillqvist
 sw/source/uibase/docvw/edtwin.cxx |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 33a7c0d088fe4f4114dc722ba29162ba5c8dce1d
Author: Tor Lillqvist 
Date:   Thu Oct 1 14:02:22 2015 +0300

WaE: loplugin:bodynotinblock

Change-Id: Ie14bd84dbf6606506ed8a47fea660c15a7852679

diff --git a/sw/source/uibase/docvw/edtwin.cxx 
b/sw/source/uibase/docvw/edtwin.cxx
index 9dc11db..aadec7e 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -587,9 +587,8 @@ void SwEditWin::UpdatePointer(const Point , sal_uInt16 
nModifier )
 // which kind of text pointer have we to show - horz / vert - ?
 if( PointerStyle::Text == eStyle && rSh.IsInVerticalText(  ))
 eStyle = PointerStyle::TextVertical;
-else
-if (rSh.GetViewOptions()->CanHideWhitespace() &&
-rSh.GetLayout()->IsBetweenPages(rLPt))
+else if (rSh.GetViewOptions()->CanHideWhitespace() &&
+ rSh.GetLayout()->IsBetweenPages(rLPt))
 {
 if (rSh.GetViewOptions()->IsHideWhitespaceMode())
 eStyle = PointerStyle::ShowWhitespace;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94564] TextShape with fit to frame doesn't work correctly in small shapes

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94564

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Can you attach the tool?

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

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


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

2015-10-01 Thread Stephan Bergmann
 configmgr/source/modifications.hxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 2ba0864137c2c3c1f2da4a84c81f269fc7dd2098
Author: Stephan Bergmann 
Date:   Thu Oct 1 14:10:43 2015 +0200

Revert function removal that breaks --enable-dconf

...from 58aea3f36c14414f95668e229a7350598f6c53a8 "loplugin:unusedmethods"

Change-Id: I2b218ca01589f3d2efd583aa4e5fb21d19d6319e

diff --git a/configmgr/source/modifications.hxx 
b/configmgr/source/modifications.hxx
index 04ad5c3..098992d 100644
--- a/configmgr/source/modifications.hxx
+++ b/configmgr/source/modifications.hxx
@@ -45,6 +45,8 @@ public:
 
 void remove(Path const & path);
 
+void clear() { root_.children.clear(); }
+
 bool empty() const { return root_.children.empty(); }
 
 Node const & getRoot() const { return root_;}
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93981] helpauthoring: Attribute localize=(false|true) is deleted

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93981

--- Comment #3 from Regina Henschel  ---
Observations:

While introducing "bascode" as element and as role attribute value, a lot of
id-attributes have been removed. But from xmlhelp.dtd the attribute "id" is a
required attribute for the paragraph element.

The transformation appends '_NOL10N' to the id of a paragraph in case that
xml-lang does not exist. But that may not happen, because the 'xml-lang'
attribute is required for paragraphs. The xsl-file contains a lot of commented
stuff, so it looks like it was not finished in that part.

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


[Libreoffice-commits] core.git: 3 commits - basic/source filter/Library_t602filter.mk filter/source sw/qa vcl/workben

2015-10-01 Thread Caolán McNamara
 basic/source/runtime/runtime.cxx  |9 
 filter/Library_t602filter.mk  |1 
 filter/source/t602/t602filter.cxx |   63 ++-
 filter/source/t602/t602filter.hxx |3 
 sw/qa/core/data/602/pass/cti_t602.602 |  146 +++
 sw/qa/core/data/602/pass/zak.602  |  641 ++
 vcl/workben/fftester.cxx  |   14 
 7 files changed, 859 insertions(+), 18 deletions(-)

New commits:
commit 62b39a7c48dcd74f5e14ffd78b3ab917a84d7622
Author: Caolán McNamara 
Date:   Thu Oct 1 14:03:05 2015 +0100

coverity#1325255 Unchecked dynamic_cast

Change-Id: Ie1a6b231e0313d1c00ffb9ab0137af2beeb05e02

diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx
index fe29acd..080aac6 100644
--- a/basic/source/runtime/runtime.cxx
+++ b/basic/source/runtime/runtime.cxx
@@ -3254,8 +3254,8 @@ bool SbiRuntime::checkClass_Impl( const SbxVariableRef& 
refVal,
 {
 if ( ( bVBAEnabled || 
CodeCompleteOptions::IsExtendedTypeDeclaration() ) && pObj->IsA( 
TYPE(SbUnoObject) ) )
 {
-SbUnoObject* pUnoObj = dynamic_cast( pObj );
-bOk = checkUnoObjectType( pUnoObj, aClass );
+SbUnoObject& rUnoObj = dynamic_cast(*pObj);
+bOk = checkUnoObjectType(, aClass);
 }
 else
 bOk = false;
@@ -3723,10 +3723,9 @@ void SbiRuntime::SetupArgs( SbxVariable* p, sal_uInt32 
nOp1 )
 else if( bVBAEnabled && p->GetType() == SbxOBJECT && (0 == 
dynamic_cast( p) || !p->IsBroadcaster()) )
 {
 // Check for default method with named parameters
-SbxBaseRef pObj = p->GetObject();
-if( pObj && 0 != dynamic_cast( ) )
+SbxBaseRef xObj = p->GetObject();
+if (SbUnoObject* pUnoObj = 
dynamic_cast())
 {
-SbUnoObject* pUnoObj = 
static_cast(static_cast(pObj));
 Any aAny = pUnoObj->getUnoAny();
 
 if( aAny.getValueType().getTypeClass() == 
TypeClass_INTERFACE )
commit 2cea241cb55f8c8714744fab4c4e83a07ad66ffa
Author: Caolán McNamara 
Date:   Thu Oct 1 13:41:24 2015 +0100

add 602 format to fftester

Change-Id: I52055dc66ab2119dce6e3df3a34c25a822dea166

diff --git a/filter/Library_t602filter.mk b/filter/Library_t602filter.mk
index a3735f5..e744c15 100644
--- a/filter/Library_t602filter.mk
+++ b/filter/Library_t602filter.mk
@@ -28,6 +28,7 @@ $(eval $(call gb_Library_use_sdk_api,t602filter))
 $(eval $(call gb_Library_use_libraries,t602filter,\
xo \
tl \
+   comphelper \
cppuhelper \
cppu \
sal \
diff --git a/filter/source/t602/t602filter.cxx 
b/filter/source/t602/t602filter.cxx
index 9dae5b8..118da3e 100644
--- a/filter/source/t602/t602filter.cxx
+++ b/filter/source/t602/t602filter.cxx
@@ -36,6 +36,7 @@
 #include 
 #include 
 #include 
+#include 
 
 using namespace ::cppu;
 using namespace ::osl;
@@ -115,11 +116,17 @@ namespace T602ImportFilter {
 "\x00\xb4\x00\xb0\x00\xc0\x02\xc6\x01\x58\x01\x59\x00\x20\x00\x20";
 
 #define _Start(_nam) \
-mxHandler->startElement(_nam, mAttrList);\
-mpAttrList->Clear();
+if (mxHandler.is()) \
+{ \
+mxHandler->startElement(_nam, mAttrList); \
+mpAttrList->Clear(); \
+}
 
 #define _End(_nam) \
-mxHandler->endElement(_nam);
+if (mxHandler.is()) \
+{ \
+mxHandler->endElement(_nam); \
+}
 
 inistruct ini;
 
@@ -130,6 +137,14 @@ T602ImportFilter::T602ImportFilter(const 
css::uno::Reference 
xInputStream)
+: mxInputStream(xInputStream)
+, mpAttrList(NULL)
+, node(START)
+{
+}
+
+
 T602ImportFilter::~T602ImportFilter()
 {
 }
@@ -219,7 +234,8 @@ void T602ImportFilter::inschr(unsigned char ch)
 } else {
 char s[20];
 sprintf(s,"%i",pst.wasspace);
-mpAttrList->AddAttribute("text:c",OUString::createFromAscii(s));
+if (mpAttrList)
+
mpAttrList->AddAttribute("text:c",OUString::createFromAscii(s));
 _Start("text:s");
 _End("text:s");
 }
@@ -440,6 +456,13 @@ bool SAL_CALL T602ImportFilter::importImpl( const 
Sequence< css::beans::Property
 return true;
 }
 
+bool SAL_CALL T602ImportFilter::test()
+{
+Reset602();
+Read602();
+return true;
+}
+
 void T602ImportFilter::Reset602()
 {
 node = START;
@@ -496,7 +519,8 @@ void T602ImportFilter::inschrdef(unsigned char ch)
 xch[0] = ch;
 
 pst.waspar = false;
-mxHandler->characters(OUString(xch));
+if (mxHandler.is())
+mxHandler->characters(OUString(xch));
 }
 
 void T602ImportFilter::wrtfnt()
@@ -517,8 +541,9 @@ void T602ImportFilter::wrtfnt()
 }
 
 

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-4.4.6.1'

2015-10-01 Thread Christian Lohmaier
Tag 'libreoffice-4.4.6.1' created by Christian Lohmaier 
 at 2015-10-01 14:05 -0700

Tag libreoffice-4.4.6.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWDS+tAAoJEPQ0oe+v7q6jYwQP/2INKmZVxEpusmzqkLbS79Kq
UnUDxWePNiyS0Ofk28MC2EPheXeVZ9wsZo3LWeN9bLF6LB3PYVT3jmtEve6Om2tG
Q+wo1Nu/KipZ4JS9vY0rUUEL3bCLxtsgIPBnxE5DLhl1bc6xYly5ERsjmrnttbdL
wuEqigVZwJKRfzNUC+pMj43R9H+SPfrXquXsxPfjMzn0j9YtyxjLNT7oSUCd+q2A
bz0Qp6S9U/4gj36JFJnrF5GaCzHsYJHzI950B/Rm3l0fV+8LohlZsg11J4RPUQiM
f3f56h/aEgk5yOzcGcqMnEr5ZWy2FavrYtmePSJO644tTVb58GKF86gynqpU+IV1
45g4OHJJP6+L3WXJQaayoQw7CZW9P2RGQUZhz6V99QkoBEmTrdkS8O3heQASNNLQ
LZAoISbu+MFEAzPzcBUmUQoWJ8vR3z9fsSmpE9y7OytI4uT6b6jFXjg8NaS6o/Qq
STUS0PnplFL5ZOTrC7uoEM/buMIwA/8Gpd2APO5R5r5uKqTLlhOBCHv+n9NEcwo5
QEyV+5k8L+MYUGA5NGV6gtQq5qjya6lXKs5xdN3ANGdb3THCMMULMEyJ1s3VClpZ
8vEptn1gfIRDyQQDdrr9cyIRl+/6V9kQENaDWlbcDs+HncNgC8QNobDH3682lZaj
f3JnVXnw3TEqm1WXNJEU
=GR7M
-END PGP SIGNATURE-

Changes since cp-4.4-branch-point-10:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94661] New: FORMATTING: In table of contents, page number is not aligned right when automatic numbering is removed

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94661

Bug ID: 94661
   Summary: FORMATTING: In table of contents, page number is not
aligned right when automatic numbering is removed
   Product: LibreOffice
   Version: 4.4.5.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nalimi...@club.fr

Created attachment 119162
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119162=edit
ODT file to reproduce the problem

In the attached document, you can see that the "Introduction" entry in the
table of contents is incorrect: the page number isn't aligned on the right side
of the page.

This bug happens because I removed the automatic numbering for this heading. If
you go to page 3 and remove "Part I" before "Something", and then update the
table of contents, you'll get the same for the "Something" entry.

This is annoying typically for introductions and conclusions, which use the
same heading level as chapters, but without the numbering.

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


[Libreoffice-commits] core.git: include/store

2015-10-01 Thread Noel Grandin
 include/store/store.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3fcbfe10857631212d8b8db9a079bb9692ed78bc
Author: Noel Grandin 
Date:   Thu Oct 1 12:25:38 2015 +0200

followup fix

to commit 10e59aee74ede837ad0560e261b0f106371ce96a
"always surround our own includes with <>"

Change-Id: I71abc565cdcb887bbdccd345f0ff4e9b24d78057

diff --git a/include/store/store.hxx b/include/store/store.hxx
index e852988..1c148a2 100644
--- a/include/store/store.hxx
+++ b/include/store/store.hxx
@@ -24,7 +24,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 
 namespace store
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94318] Table of Contents breaking entries across multiple lines

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94318

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
   Severity|major   |normal

--- Comment #2 from Beluga  ---
Could not reproduce.
Your ToC does not look like it is using default styles.
Please attach an example document.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the 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 94554] Conditional formatting in Base: some dialog buttons do not work (see attached image)

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94554

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Beluga  ---
Could not reproduce.

I wonder, if you could reproduce with 5.0.2 as well. If you don't want to move
to it completely, you can test by doing a parallel install:
https://wiki.documentfoundation.org/Installing_in_parallel/Linux

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-commits] core.git: fpicker/source framework/inc framework/qa

2015-10-01 Thread Andrea Gelmini
 fpicker/source/win32/filepicker/FileOpenDlg.hxx |2 +-
 fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx |8 
 fpicker/source/win32/filepicker/WinFileOpenImpl.cxx |2 +-
 fpicker/source/win32/filepicker/asynceventnotifier.cxx  |2 +-
 fpicker/source/win32/filepicker/getfilenamewrapper.cxx  |4 ++--
 framework/inc/classes/propertysethelper.hxx |2 +-
 framework/inc/dispatch/closedispatcher.hxx  |4 ++--
 framework/inc/dispatch/interceptionhelper.hxx   |4 ++--
 framework/inc/helper/statusindicator.hxx|2 +-
 framework/inc/services/desktop.hxx  |   10 +-
 framework/inc/threadhelp/gate.hxx   |6 +++---
 framework/inc/threadhelp/transactionguard.hxx   |2 +-
 framework/inc/threadhelp/transactionmanager.hxx |2 +-
 framework/inc/xml/acceleratorconfigurationwriter.hxx|2 +-
 framework/qa/complex/api_internal/CheckAPI.java |6 +++---
 15 files changed, 29 insertions(+), 29 deletions(-)

New commits:
commit a0649f316ec53e878b5c9ffef67adb712fe9935f
Author: Andrea Gelmini 
Date:   Thu Oct 1 13:22:58 2015 +0200

Fix typos

Change-Id: Id94c03249b2752e88499628b3ad12936b361bb2f
Reviewed-on: https://gerrit.libreoffice.org/18950
Reviewed-by: Oliver Specht 
Tested-by: Oliver Specht 

diff --git a/fpicker/source/win32/filepicker/FileOpenDlg.hxx 
b/fpicker/source/win32/filepicker/FileOpenDlg.hxx
index 92410ea..8f532b3 100644
--- a/fpicker/source/win32/filepicker/FileOpenDlg.hxx
+++ b/fpicker/source/win32/filepicker/FileOpenDlg.hxx
@@ -123,7 +123,7 @@ class CFileOpenDialog
 {
 public:
 // ctor
-// bFileOpenDialog idicates if we want a FileOpen or FileSave
+// bFileOpenDialog indicates if we want a FileOpen or FileSave
 // dialog
 // dwFlags see OPENFILENAME
 // dwTemplateId - an ID for custom templates
diff --git a/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx 
b/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx
index 08d947e..88d7aea 100644
--- a/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx
+++ b/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx
@@ -1042,7 +1042,7 @@ void VistaFilePickerImpl::impl_sta_SetControlValue(const 
RequestRef& rRequest)
 ::sal_Int16   nAction = 
rRequest->getArgumentOrDefault(PROP_CONTROL_ACTION, INVALID_CONTROL_ACTION);
 css::uno::Any aValue  = rRequest->getArgumentOrDefault(PROP_CONTROL_VALUE 
, css::uno::Any()   );
 
-// dont check for right values here ...
+// don't check for right values here ...
 // most parameters are optional !
 
 TFileDialogCustomize iCustom = impl_getCustomizeInterface();
@@ -1115,7 +1115,7 @@ void VistaFilePickerImpl::impl_sta_GetControlValue(const 
RequestRef& rRequest)
 {
 ::sal_Int16 nId = rRequest->getArgumentOrDefault(PROP_CONTROL_ID, 
INVALID_CONTROL_ID);
 
-// dont check for right values here ...
+// don't check for right values here ...
 // most parameters are optional !
 
 TFileDialogCustomize iCustom = impl_getCustomizeInterface();
@@ -1151,7 +1151,7 @@ void VistaFilePickerImpl::impl_sta_SetControlLabel(const 
RequestRef& rRequest)
 ::sal_Int16 nId= rRequest->getArgumentOrDefault(PROP_CONTROL_ID   
, INVALID_CONTROL_ID  );
 OUString sLabel = rRequest->getArgumentOrDefault(PROP_CONTROL_LABEL, 
OUString() );
 
-// dont check for right values here ...
+// don't check for right values here ...
 // most parameters are optional !
 
 TFileDialogCustomize iCustom = impl_getCustomizeInterface();
@@ -1171,7 +1171,7 @@ void VistaFilePickerImpl::impl_sta_EnableControl(const 
RequestRef& rRequest)
 ::sal_Int16 nId  = rRequest->getArgumentOrDefault(PROP_CONTROL_ID, 
INVALID_CONTROL_ID  );
 sal_Bool  bEnabled = rRequest->getArgumentOrDefault(PROP_CONTROL_ENABLE, 
(sal_Bool)sal_True);
 
-// dont check for right values here ...
+// don't check for right values here ...
 // most parameters are optional !
 
 TFileDialogCustomize iCustom = impl_getCustomizeInterface();
diff --git a/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx 
b/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
index d852249..479d23d 100644
--- a/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
+++ b/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
@@ -566,7 +566,7 @@ LRESULT CALLBACK CWinFileOpenImpl::SubClassFunc(
 void SAL_CALL CWinFileOpenImpl::InitControlLabel(HWND hWnd)
 {
 
-// set the labels for all extendet controls
+// set the labels for all extended controls
 
 
 sal_Int16 aCtrlId = sal::static_int_cast< sal_Int16 >(GetDlgCtrlID(hWnd));
diff --git a/fpicker/source/win32/filepicker/asynceventnotifier.cxx 
b/fpicker/source/win32/filepicker/asynceventnotifier.cxx
index f9cdd88..8ec5462 100644
--- 

[Libreoffice-bugs] [Bug 94563] sluggish gui

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94563

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #2 from Beluga  ---
Don't know, if this profile renaming would help with perf issues, but worth a
shot:
https://wiki.documentfoundation.org/UserProfile#Resolving_corruption_in_the_user_profile

Are you using Ubuntu with Unity?

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


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

2015-10-01 Thread Stephan Bergmann
 dbaccess/source/ui/inc/TableController.hxx|2 --
 dbaccess/source/ui/inc/TableDesignHelpBar.hxx |1 -
 2 files changed, 3 deletions(-)

New commits:
commit daf31b5e08744d45c29600a88b7852c89ddca75d
Author: Stephan Bergmann 
Date:   Thu Oct 1 14:34:43 2015 +0200

-Werror,-Wunused-private-field

Change-Id: I24e4dde34993e4fc994a8dc4a318e7d17c357260

diff --git a/dbaccess/source/ui/inc/TableController.hxx 
b/dbaccess/source/ui/inc/TableController.hxx
index 891c988..c64ca99 100644
--- a/dbaccess/source/ui/inc/TableController.hxx
+++ b/dbaccess/source/ui/inc/TableController.hxx
@@ -45,8 +45,6 @@ namespace dbaui
 
 css::uno::Reference< css::beans::XPropertySet >   m_xTable;
 
-OUStringm_sCatalogName; // catalog for update data
-OUStringm_sSchemaName;  // schema for update data
 OUStringm_sName;// table for update data
 OUStringm_sAutoIncrementValue;  // the autoincrement value set 
in the datasource
 OUStringm_sTypeNames;   // these type names are the 
ones out of the resource file
diff --git a/dbaccess/source/ui/inc/TableDesignHelpBar.hxx 
b/dbaccess/source/ui/inc/TableDesignHelpBar.hxx
index 2c2c778..dff2159 100644
--- a/dbaccess/source/ui/inc/TableDesignHelpBar.hxx
+++ b/dbaccess/source/ui/inc/TableDesignHelpBar.hxx
@@ -32,7 +32,6 @@ namespace dbaui
 class OTableDesignHelpBar : public TabPage, public IClipboardTest
 {
 private:
-OUStringm_sHelpText;
 VclPtr  m_pTextWin;
 
 protected:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94649] Trend line not showin

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94649

raal  changed:

   What|Removed |Added

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

--- Comment #3 from raal  ---
Thanks, closing.

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


[Libreoffice-bugs] [Bug 94280] Writer doesn't print all text when image is printed with Letter page format and HP printer

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94280

Alex Thurgood  changed:

   What|Removed |Added

   Severity|normal  |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 94566] EDITING: ++ does not move selected paragraph(s)

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94566

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Works for me.
Please attach an example document and tell us which paragraph we need to move.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the 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 94535] UI REGRESSION: Cannot open Fontwork dialog to adapt text to connect shape

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94535

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC||philip...@hotmail.com

--- Comment #4 from Yousuf (Jay) Philips  ---
Fontwork was never in the drawing toolbar, so i'm not sure how this could
possibly be a regression, but yes, a function should be accessible from atleast
2 places.

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


[Libreoffice-commits] core.git: Changes to 'libreoffice-4-4-6'

2015-10-01 Thread Christian Lohmaier
New branch 'libreoffice-4-4-6' available with the following commits:
commit 4586a3869d10b8a3d587907e965bc7440269a5a5
Author: Christian Lohmaier 
Date:   Thu Oct 1 15:02:38 2015 +0200

Branch libreoffice-4-4-6

This is 'libreoffice-4-4-6' - the stable branch for the 4.4.6 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 4.4.x release,
please use the 'libreoffice-4-4' branch.

If you want to build something cool, unstable, and risky, use master.

Change-Id: If6f02f52cfdf590a9cad2a20697eccca30c887fa

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - configure.ac

2015-10-01 Thread Christian Lohmaier
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8387e93a7e57cd88e8e5691c6b603d927d5c51a3
Author: Christian Lohmaier 
Date:   Thu Oct 1 15:04:13 2015 +0200

bump product version to 4.4.7.0.0+

Change-Id: I9d659819a7d5ea1a6aad829901b445a20d8a7fa8

diff --git a/configure.ac b/configure.ac
index 2acaa92..acc0eb6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[4.4.6.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[4.4.7.0.0+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94662] New: Clicking on one table of contents jumps to the other one in master document

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94662

Bug ID: 94662
   Summary: Clicking on one table of contents jumps to the other
one in master document
   Product: LibreOffice
   Version: 4.4.5.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nalimi...@club.fr

Created attachment 119163
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119163=edit
ODM master document to reproduce the problem

In the attached master document, if you double-click twice on the first table
of contents ("Sommaire"), the view goes to the second one ("Table des
matières"). If you double-click on it again, you go to the first one
("Sommaire").

What is worse, sometimes, the first double-click on the first table of contents
makes you go the second one. I'm not sure when it happens, but it's likely
related to the former behavior.

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


[Libreoffice-commits] core.git: basic/source chart2/source compilerplugins/clang configmgr/source dbaccess/source editeng/source extensions/source filter/source forms/source framework/inc framework/so

2015-10-01 Thread Noel Grandin
 basic/source/comp/codegen.cxx  |   25 
 basic/source/inc/rtlproto.hxx  |5 
 basic/source/runtime/props.cxx |   29 -
 basic/source/sbx/sbxconv.hxx   |1 
 chart2/source/inc/CloneHelper.hxx  |   21 
 chart2/source/inc/CommonFunctors.hxx   |   15 
 chart2/source/inc/ContainerHelper.hxx  |   40 -
 chart2/source/inc/DisposeHelper.hxx|6 
 chart2/source/inc/EventListenerHelper.hxx  |   44 -
 compilerplugins/clang/unusedmethods.cxx|   95 ++-
 compilerplugins/clang/unusedmethods.py |  274 +++---
 configmgr/source/modifications.hxx |2 
 configmgr/source/writemodfile.cxx  |2 
 dbaccess/source/core/dataaccess/databasecontext.hxx|3 
 dbaccess/source/ui/dlg/ConnectionPage.hxx  |3 
 dbaccess/source/ui/dlg/ConnectionPageSetup.hxx |   10 
 dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx  |1 
 dbaccess/source/ui/dlg/DbAdminImpl.hxx |2 
 dbaccess/source/ui/dlg/RelationDlg.cxx |5 
 dbaccess/source/ui/dlg/UserAdmin.hxx   |1 
 dbaccess/source/ui/dlg/advancedsettings.hxx|4 
 dbaccess/source/ui/dlg/dbfindex.hxx|1 
 dbaccess/source/ui/dlg/dbwiz.cxx   |3 
 dbaccess/source/ui/dlg/dbwizsetup.cxx  |3 
 dbaccess/source/ui/inc/ConnectionLine.hxx  |2 
 dbaccess/source/ui/inc/JAccess.hxx |2 
 dbaccess/source/ui/inc/JoinDesignView.hxx  |1 
 dbaccess/source/ui/inc/RTableConnectionData.hxx|2 
 dbaccess/source/ui/inc/RelControliFace.hxx |7 
 dbaccess/source/ui/inc/RelationController.hxx  |4 
 dbaccess/source/ui/inc/RelationDlg.hxx |   12 
 dbaccess/source/ui/inc/SqlNameEdit.hxx |4 
 dbaccess/source/ui/inc/TableConnectionData.hxx |2 
 dbaccess/source/ui/inc/TableController.hxx |1 
 dbaccess/source/ui/inc/TableDesignControl.hxx  |1 
 dbaccess/source/ui/inc/TableDesignHelpBar.hxx  |1 
 dbaccess/source/ui/inc/TableDesignView.hxx |1 
 dbaccess/source/ui/inc/TableWindowAccess.hxx   |9 
 dbaccess/source/ui/inc/TablesSingleDlg.hxx |1 
 dbaccess/source/ui/inc/WCopyTable.hxx  |2 
 dbaccess/source/ui/inc/adtabdlg.hxx|1 
 dbaccess/source/ui/inc/charsets.hxx|3 
 dbaccess/source/ui/inc/dbwiz.hxx   |   16 
 dbaccess/source/ui/inc/dbwizsetup.hxx  |   15 
 dbaccess/source/ui/inc/indexcollection.hxx |3 
 dbaccess/source/ui/inc/indexdialog.hxx |4 
 dbaccess/source/ui/inc/paramdialog.hxx |2 
 dbaccess/source/ui/inc/querycontroller.hxx |   19 
 dbaccess/source/ui/inc/unodatbr.hxx|5 
 dbaccess/source/ui/querydesign/QTableConnectionData.cxx|5 
 dbaccess/source/ui/querydesign/QTableConnectionData.hxx|2 
 dbaccess/source/ui/querydesign/QTableWindow.hxx|2 
 dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx  |7 
 dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx  |   11 
 dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx  |1 
 dbaccess/source/ui/querydesign/TableConnectionData.cxx |5 
 dbaccess/source/ui/querydesign/querycontroller.cxx |3 
 dbaccess/source/ui/querydesign/querydlg.cxx|5 
 dbaccess/source/ui/querydesign/querydlg.hxx|7 
 dbaccess/source/ui/relationdesign/RTableConnectionData.cxx |5 
 dbaccess/source/ui/tabledesign/TEditControl.cxx|   19 
 dbaccess/source/ui/tabledesign/TEditControl.hxx|4 
 dbaccess/source/ui/tabledesign/TableFieldDescWin.hxx   |2 
 editeng/source/editeng/editdoc.cxx |5 
 editeng/source/editeng/editdoc.hxx |1 
 extensions/source/bibliography/datman.cxx  |   13 
 extensions/source/bibliography/datman.hxx  |1 
 extensions/source/propctrlr/commoncontrol.cxx  |   18 
 extensions/source/propctrlr/commoncontrol.hxx  |3 
 extensions/source/propctrlr/pcrcommon.hxx  |8 
 filter/source/pdf/pdfdialog.hxx|1 
 forms/source/inc/listenercontainers.hxx|3 
 forms/source/xforms/NameContainer.hxx  |7 
 

[Libreoffice-commits] core.git: vcl/qa vcl/quartz vcl/README.GDIMetaFile vcl/source

2015-10-01 Thread Andrea Gelmini
 vcl/README.GDIMetaFile|   10 
+-
 vcl/qa/complex/persistent_window_states/PersistentWindowTest.java |2 +-
 vcl/qa/cppunit/timer.cxx  |2 +-
 vcl/quartz/salbmp.cxx |2 +-
 vcl/quartz/salgdicommon.cxx   |2 +-
 vcl/source/app/IconThemeInfo.cxx  |2 +-
 vcl/source/app/svmain.cxx |2 +-
 vcl/source/control/morebtn.cxx|2 +-
 vcl/source/control/tabctrl.cxx|4 ++--
 vcl/source/edit/textview.cxx  |2 +-
 vcl/source/filter/igif/gifread.hxx|2 +-
 vcl/source/filter/ixbm/xbmread.cxx|2 +-
 vcl/source/filter/ixpm/xpmread.cxx|2 +-
 vcl/source/filter/sgvspln.cxx |2 +-
 14 files changed, 19 insertions(+), 19 deletions(-)

New commits:
commit 33d165a9f18c4bfcf5b878adf7057195cda4194f
Author: Andrea Gelmini 
Date:   Thu Oct 1 13:20:07 2015 +0200

Fix typos

Change-Id: I8fd769ca61d1ec1a915a012c0c2244056dc5bcb8
Reviewed-on: https://gerrit.libreoffice.org/18992
Reviewed-by: Samuel Mehrbrodt 
Tested-by: Samuel Mehrbrodt 

diff --git a/vcl/README.GDIMetaFile b/vcl/README.GDIMetaFile
index d95a74a..5d0358db 100644
--- a/vcl/README.GDIMetaFile
+++ b/vcl/README.GDIMetaFile
@@ -1,21 +1,21 @@
 GDIMetaFile class
 =
 
-The GDIMetaFile class reads, writes, manipulates and replays metafiles via the 
VCL module. 
+The GDIMetaFile class reads, writes, manipulates and replays metafiles via the 
VCL module.
 
-A typical usecase is to intialize a new GDIMetaFile, open the actual stored 
metafile and
+A typical use case is to intialize a new GDIMetaFile, open the actual stored 
metafile and
 read it in via GDIMetaFile::Read( aIStream ). This reads in the metafile into 
the GDIMetafile
 object - it can read in an old-style VCLMTF metafile (back in the days that 
Microsoft didn't
 document the metafile format this was used), as well as EMF+ files - and adds 
them to a list
 (vector) of MetaActions. You can also populate your own GDIMetaFile via 
AddAction(),
-RemoveAction(), ReplaceAction(), etc. 
+RemoveAction(), ReplaceAction(), etc.
 
 Once the GDIMetafile object is read to be used, you can "play" the metafile, 
pause it, wind
 forward or rewind the metafile. The metafile can be moved, scaled, rotated and 
clipped, as
-well have the colours adjusted or replaced, or even made monochrome. 
+well have the colours adjusted or replaced, or even made monochrome.
 
 The GDIMetafile can be used to get an OutputDevice's metafile via the Linker() 
and Record()
-functions. 
+functions.
 
 
 Using GDIMetafile
diff --git a/vcl/qa/complex/persistent_window_states/PersistentWindowTest.java 
b/vcl/qa/complex/persistent_window_states/PersistentWindowTest.java
index 5f2df61..2123e8a 100644
--- a/vcl/qa/complex/persistent_window_states/PersistentWindowTest.java
+++ b/vcl/qa/complex/persistent_window_states/PersistentWindowTest.java
@@ -242,7 +242,7 @@ public class PersistentWindowTest
 DocumentHandle docHandle = null;
 try
 {
-// create component loaader
+// create component loader
 XComponentLoader xCompLoader = 
UnoRuntime.queryInterface(XComponentLoader.class, 
xMSF.createInstance("com.sun.star.frame.Desktop"));
 XFramesSupplier xFrameSupp = 
UnoRuntime.queryInterface(XFramesSupplier.class, xCompLoader);
 // close all existing frames
diff --git a/vcl/qa/cppunit/timer.cxx b/vcl/qa/cppunit/timer.cxx
index c6daa16..21c811d 100644
--- a/vcl/qa/cppunit/timer.cxx
+++ b/vcl/qa/cppunit/timer.cxx
@@ -7,7 +7,7 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 /*
- * Timers are evil beasties across platforms ...
+ * Timers are evil beasts across platforms...
  */
 
 #include 
diff --git a/vcl/quartz/salbmp.cxx b/vcl/quartz/salbmp.cxx
index 6699e80..ea6b6f6 100644
--- a/vcl/quartz/salbmp.cxx
+++ b/vcl/quartz/salbmp.cxx
@@ -615,7 +615,7 @@ void QuartzSalBitmap::ConvertBitmapData( sal_uInt32 nWidth, 
sal_uInt32 nHeight,
 
 if( !bConverted )
 {
-// TODO: this implementation is for clarety, not for speed
+// TODO: this implementation is for clarity, not for speed
 
 ImplPixelFormat* pD = ImplPixelFormat::GetFormat( nDestBits, 
rDestPalette );
 ImplPixelFormat* pS = ImplPixelFormat::GetFormat( nSrcBits, 
rSrcPalette );
diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx
index 6a6efb5..6135eff 100644
--- a/vcl/quartz/salgdicommon.cxx
+++ b/vcl/quartz/salgdicommon.cxx
@@ -400,7 +400,7 

[Libreoffice-commits] core.git: lotuswordpro/source m4/ax_boost_base.m4 nlpsolver/ThirdParty

2015-10-01 Thread Andrea Gelmini
 lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx  
 |2 +-
 lotuswordpro/source/filter/lwpsdwrect.hxx  
 |2 +-
 lotuswordpro/source/filter/lwpsilverbullet.cxx 
 |2 +-
 lotuswordpro/source/filter/lwptablelayout.cxx  
 |6 +++---
 lotuswordpro/source/filter/utbenvs.cxx 
 |2 +-
 lotuswordpro/source/filter/xfilter/ixfstyle.hxx
 |4 ++--
 lotuswordpro/source/filter/xfilter/xfdefs.hxx  
 |6 +++---
 lotuswordpro/source/filter/xfilter/xfdrawpolygon.cxx   
 |6 +++---
 lotuswordpro/source/filter/xfilter/xfindex.hxx 
 |4 ++--
 lotuswordpro/source/filter/xfilter/xfnumfmt.hxx
 |2 +-
 lotuswordpro/source/filter/xfilter/xfparastyle.hxx 
 |2 +-
 m4/ax_boost_base.m4
 |2 +-
 
nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/goodness/ACRComparator.java
 |2 +-
 
nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/goodness/BCHComparator.java
 |2 +-
 nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java   
 |2 +-
 15 files changed, 23 insertions(+), 23 deletions(-)

New commits:
commit ecf5384f754c2140bf14579d97585e634e1a14a9
Author: Andrea Gelmini 
Date:   Thu Oct 1 13:34:59 2015 +0200

Fix typos

Change-Id: I04d1bc3a9f38ff7871d3192563cd1f649fdc6cea
Reviewed-on: https://gerrit.libreoffice.org/18960
Reviewed-by: Samuel Mehrbrodt 
Tested-by: Samuel Mehrbrodt 

diff --git a/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx 
b/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx
index 36071f3..58725c9 100644
--- a/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx
+++ b/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx
@@ -85,7 +85,7 @@ LwpSdwGroupLoaderV0102::~LwpSdwGroupLoaderV0102()
 }
 
 /**
- * @descr   entry of lwp-drawing objects. the functin begins to parse the 
sdw-drawing bento stream and create
+ * @descr   entry of lwp-drawing objects. the function begins to parse the 
sdw-drawing bento stream and create
  *  the corresponding drawing objects.
  * @param   pDrawObjVector   a container which will contains the created 
drawing object of XF-Model.
  */
diff --git a/lotuswordpro/source/filter/lwpsdwrect.hxx 
b/lotuswordpro/source/filter/lwpsdwrect.hxx
index 3c2e184..cc30669 100644
--- a/lotuswordpro/source/filter/lwpsdwrect.hxx
+++ b/lotuswordpro/source/filter/lwpsdwrect.hxx
@@ -68,7 +68,7 @@
  * @brief
  *   SdwRectangle: Not like rectangle in SODC, rectangles in Word Pro are
  * defined by 4 points. So they can be any posture in the two-dimensional
- * coordinate system. The class is used to describ such rectangles.
+ * coordinate system. The class is used to describe such rectangles.
  *   The four corner points must be saved in member variable:m_nRectCorner
  * one after another. We assume the input order(the same order in .lwp files)
  * is as below:
diff --git a/lotuswordpro/source/filter/lwpsilverbullet.cxx 
b/lotuswordpro/source/filter/lwpsilverbullet.cxx
index 3ccf51e..1e4d817 100644
--- a/lotuswordpro/source/filter/lwpsilverbullet.cxx
+++ b/lotuswordpro/source/filter/lwpsilverbullet.cxx
@@ -243,7 +243,7 @@ LwpPara* LwpSilverBullet::GetBulletPara()
 /**
  * @short:   Get numbering character of the bullet vo_para.
  * @descr:
- * @param:   pParaNumber a pionter to the structure LwpFribParaNumber which
+ * @param:   pParaNumber a pointer to the structure LwpFribParaNumber which
  *  includes numbering prefix, format and suffix.
  * @return:  An OUString object which store the numbering character.
  */
diff --git a/lotuswordpro/source/filter/lwptablelayout.cxx 
b/lotuswordpro/source/filter/lwptablelayout.cxx
index c41e039..0f96782 100644
--- a/lotuswordpro/source/filter/lwptablelayout.cxx
+++ b/lotuswordpro/source/filter/lwptablelayout.cxx
@@ -913,7 +913,7 @@ void LwpTableLayout::SplitRowToCells(XFTable* 
pTmpTable,XFTable* pXFTable,
 }
 
pXFRow->SetStyleName(pXFStyleManager->AddStyle(pRowStyle).m_pStyle->GetStyleName());
 
-//construct headong row
+//construct heading row
 XFCell* pXFCell1 = new XFCell;
 XFCell* pXFCell2 = new XFCell;
 XFTable* pSubTable1 = new XFTable;
@@ -1097,7 +1097,7 @@ void LwpTableLayout::PutCellVals(LwpFoundry* pFoundry, 
LwpObjectID aTableID)
 {
 
 //Comment:The old code doesn't check if the LwpFoundry pointer is NULL,
-//So the NULL pointer cause sodc frozee. Add code to check the
+//So the NULL pointer cause 

[Libreoffice-bugs] [Bug 94557] Combo box entries are case-sensitive (sometimes)

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94557

Beluga  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 Whiteboard||bibisectRequest
   Severity|normal  |minor

--- Comment #2 from Beluga  ---
Confirmed.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 72646] EDITING : CMIS no connection to GDrive

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72646

Mihkel Tõnnov  changed:

   What|Removed |Added

 CC||mihh...@gmail.com

--- Comment #8 from Mihkel Tõnnov  ---
This is not working for me either with LibO 5.0.2 (Mageia 5, 64-bit RPMs from
TDF). I have two-step verification enabled for my Google account - could that
cause this?

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


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

2015-10-01 Thread Katarina Behrens
 sc/qa/unit/subsequent_export-test.cxx   |   12 +---
 sc/qa/unit/ucalc_formula.cxx|6 +++---
 sc/source/core/tool/interpr1.cxx|7 +++
 sc/source/filter/oox/workbookhelper.cxx |   10 ++
 sc/source/ui/unoobj/confuno.cxx |   10 ++
 5 files changed, 35 insertions(+), 10 deletions(-)

New commits:
commit ff422a93f945a1d0ee52621495fbc7a58e3daac4
Author: Katarina Behrens 
Date:   Tue Sep 29 15:45:22 2015 +0200

tdf#93688: Set CalcA1|ExcelA1 syntax only for imported docs

those whose string ref syntax is unknown or can't be guessed i.e.
don't use it for new documents (prefer user settings in that case)

Change-Id: I1355031cdd63e2a5c50064531011be71ae7f7b8f
Reviewed-on: https://gerrit.libreoffice.org/18923
Tested-by: Jenkins 
Reviewed-by: Katarina Behrens 

diff --git a/sc/qa/unit/subsequent_export-test.cxx 
b/sc/qa/unit/subsequent_export-test.cxx
index 26d7595..7fe0a69 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -2927,6 +2927,7 @@ void ScExportTest::testRefStringXLSX()
 
 void ScExportTest::testRefStringConfigXLSX()
 {
+// this doc is configured with CalcA1 ref syntax
 ScDocShellRef xDocSh = loadDoc("empty.", XLSX);
 CPPUNIT_ASSERT_MESSAGE("Failed to open doc", xDocSh.Is());
 
@@ -2938,13 +2939,18 @@ void ScExportTest::testRefStringConfigXLSX()
 CPPUNIT_ASSERT_EQUAL_MESSAGE("String ref syntax doesn't match", 
formula::FormulaGrammar::CONV_OOO,
 aConfig.meStringRefAddressSyntax);
 
+// this doc has no entry for ref syntax
 xDocSh = loadDoc("empty-noconf.", XLSX);
 CPPUNIT_ASSERT_MESSAGE("Failed to open 2nd doc", xDocSh.Is());
 
-//set ref syntax to something else than ExcelA1 (native to xlsx format) ...
 ScDocument& rDoc2 = xDocSh->GetDocument();
 aConfig = rDoc2.GetCalcConfig();
-aConfig.meStringRefAddressSyntax = formula::FormulaGrammar::CONV_A1_XL_A1;
+// therefore after import, ref syntax should be set to CalcA1 | ExcelA1
+CPPUNIT_ASSERT_EQUAL_MESSAGE("String ref syntax doesn't match", 
formula::FormulaGrammar::CONV_A1_XL_A1,
+aConfig.meStringRefAddressSyntax);
+
+//set ref syntax to something else than ExcelA1 (native to xlsx format) ...
+aConfig.meStringRefAddressSyntax = formula::FormulaGrammar::CONV_XL_R1C1;
 rDoc2.SetCalcConfig( aConfig );
 
 ScDocShellRef xNewDocSh = saveAndReload( &(*xDocSh), XLSX);
@@ -2953,7 +2959,7 @@ void ScExportTest::testRefStringConfigXLSX()
 // ... and make sure it got saved
 ScDocument& rDoc3 = xNewDocSh->GetDocument();
 aConfig = rDoc3.GetCalcConfig();
-CPPUNIT_ASSERT_EQUAL_MESSAGE("String ref syntax doesn't match", 
formula::FormulaGrammar::CONV_A1_XL_A1,
+CPPUNIT_ASSERT_EQUAL_MESSAGE("String ref syntax doesn't match", 
formula::FormulaGrammar::CONV_XL_R1C1,
 aConfig.meStringRefAddressSyntax);
 
 xDocSh->DoClose();
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index c771730..791fe65 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -4487,10 +4487,10 @@ void Test::testFuncINDIRECT()
 
 m_pDoc->CalcAll();
 {
-// Default is to use compatibility mode, accept both Calc A1 and
-// Excel A1 syntax
+// Default (for new documents) is to use current formula syntax
+// which is Calc A1
 const OUString* aChecks[] = {
-, , , 
+, , , 
 };
 
 for (size_t i = 0; i < SAL_N_ELEMENTS(aChecks); ++i)
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 365812d..5d423ce 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -7081,10 +7081,9 @@ void ScInterpreter::ScIndirect()
 // Use the current address syntax if unspecified.
 eConv = pDok->GetAddressConvention();
 
-// either CONV_A1_XL_A1 was explicitly configured, or nothing at all
-// was configured
-bool bTryXlA1 = (eConv == FormulaGrammar::CONV_A1_XL_A1 ||
-  !maCalcConfig.mbHasStringRefSyntax);
+// either CONV_A1_XL_A1 was explicitly configured, or it wasn't 
possible
+// to determine which syntax to use during doc import
+bool bTryXlA1 = (eConv == FormulaGrammar::CONV_A1_XL_A1);
 
 if (nParamCount == 2 && 0.0 == ::rtl::math::approxFloor( GetDouble()))
 {
diff --git a/sc/source/filter/oox/workbookhelper.cxx 
b/sc/source/filter/oox/workbookhelper.cxx
index 250a129..a4cb2f6 100644
--- a/sc/source/filter/oox/workbookhelper.cxx
+++ b/sc/source/filter/oox/workbookhelper.cxx
@@ -796,6 +796,16 @@ void WorkbookHelper::finalizeWorkbookImport()
 sheets. Automatic numbering is set by passing the value 0. */
 PropertySet 

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

2015-10-01 Thread Adolfo Jayme Barrientos
 editeng/source/editeng/editeng.src |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d1ebfb53182a924947aa7d85d0886e02cf979052
Author: Adolfo Jayme Barrientos 
Date:   Thu Oct 1 07:13:02 2015 -0500

Correct title case usage

The last word of a title-cased text is always capitalized.

Change-Id: I3fba56ba43516f54146b765104a9a04a3ffa8482

diff --git a/editeng/source/editeng/editeng.src 
b/editeng/source/editeng/editeng.src
index a6a564f..36d9210 100644
--- a/editeng/source/editeng/editeng.src
+++ b/editeng/source/editeng/editeng.src
@@ -104,7 +104,7 @@ Menu RID_MENU_SPELL
 SubMenu = Menu
 {
 };
-Text [ en-US ] = "AutoCorrect ~to" ;
+Text [ en-US ] = "AutoCorrect ~To" ;
 };
 MenuItem
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - readlicense_oo/license

2015-10-01 Thread Christian Lohmaier
 readlicense_oo/license/CREDITS.fodt | 2274 ++--
 1 file changed, 1146 insertions(+), 1128 deletions(-)

New commits:
commit fd151aa15cfbc3d03ac38082a7463fe023dd102a
Author: Christian Lohmaier 
Date:   Thu Oct 1 14:57:09 2015 +0200

update credits

Change-Id: I4c21115a9274dbf5fc138705527f2229554ba6f8
(cherry picked from commit 7d596a4b51b6a6efa3ef239a600a931b6adc457c)

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index c6275b0..1177b5a 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,10 +1,10 @@
 
 
 http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oas
 is:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:formx="urn:openoffice:names:
 experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.text">
- Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.0.2.2$Linux_X86_64
 
LibreOffice_project/37b43f919e4de5eeaca9b9755ed688758a8251fe2012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+ Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.0.2.2$Linux_X86_64
 
LibreOffice_project/37b43f919e4de5eeaca9b9755ed688758a8251fe2012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
  
   
-   748
+   573
501
36347
19678
@@ -13,12 +13,12 @@

 
  view2
- 3556
- 3443
+ 36634
+ 1214
  501
- 748
+ 573
  36846
- 20424
+ 20249
  0
  0
  false
@@ -68,7 +68,7 @@
false
false
true
-   3637362
+   3692284
false
false
false
@@ -389,19 +389,19 @@

   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

@@ -434,45 +434,49 @@


   
-  
+  
+   
+   
+  
+  

   
-  
-  
-  
-  
-  
-  
-  
+  
+  
+  
+  
+  
+  
+  

   
-  
+  

   
-  
+  

   
-  
+  

   
-  
+  

   
-  
+  

   
-  
+  

   
-  
+  

   
-  
+  

   
-  
+  

-   
+   
   
   

@@ -752,7 +756,7 @@
 


-
+

iVBORw0KGgoNSUhEUgAAATkAAABkCAYAAAD9hkdsAXNSR0IArs4c6QZiS0dE
 
AP8A/wD/oL2nkwlwSFlzAAAOuQAADrkBuAYXvwd0SU1FB9oMChUNCQOjP/4AADYV
 
SURBVHja7V0HfBXF9r65N0B67yEhQIAkJEAggSQklNB7B0UELAhIFYIUReBhQewFEBREUBEQ
@@ -1015,7 +1019,7 @@

   
  Credits
-1080 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2015-09-25 12:59:51.
+1080 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2015-10-01 14:34:43.
 * marks developers whose first contributions 
happened after 2010-09-28.
 Developers 
committing code since 2010-09-28
 
@@ -1042,10 +1046,10 @@
Vladimir 
GlazunovCommits: 25434Joined: 
2000-12-04
   
   
-   Caolán 
McNamaraCommits: 18067Joined: 
2000-10-10
+   Caolán 
McNamaraCommits: 18130Joined: 
2000-10-10
   
   
-   Stephan 
BergmannCommits: 9967Joined: 
2000-10-04
+   Stephan 
BergmannCommits: 1Joined: 
2000-10-04
   
   
Ivo 

[Libreoffice-commits] core.git: include/store

2015-10-01 Thread Noel Grandin
 include/store/store.h   |4 ++--
 include/store/store.hxx |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 10e59aee74ede837ad0560e261b0f106371ce96a
Author: Noel Grandin 
Date:   Thu Oct 1 12:14:10 2015 +0200

always surround our own includes with <>

followup to aed0a639f4af8e630dbd6bd4f2e0368b1481eae3
"tdf#42949 remove unnecessary includes using iwyu"

Change-Id: I6cd17a24d1a8f2d718f42333a6e1866d77a5553f

diff --git a/include/store/store.h b/include/store/store.h
index 1b48a13..6b00241 100644
--- a/include/store/store.h
+++ b/include/store/store.h
@@ -22,8 +22,8 @@
 
 #include 
 #include 
-#include "rtl/ustring.h"
-#include "sal/types.h"
+#include 
+#include 
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/include/store/store.hxx b/include/store/store.hxx
index 7a9d355..e852988 100644
--- a/include/store/store.hxx
+++ b/include/store/store.hxx
@@ -24,7 +24,7 @@
 #include 
 #include 
 #include 
-#include "types.h"
+#include 
 
 namespace store
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94330] Dont allow opened help file to be opened twice or saved over

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94330

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Setting to NEW.

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


[Libreoffice-bugs] [Bug 94437] Editing: entries from a deleted alphabetic index reappear when a new index is inserted

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94437

Beluga  changed:

   What|Removed |Added

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

--- Comment #5 from Beluga  ---
Reproduced with the attached files.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 76683] FILEOPEN: OOXML Text Document opens without content

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76683

--- Comment #3 from Toni  ---
Issue still existing in 5.5.0.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 94564] TextShape with fit to frame doesn't work correctly in small shapes

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94564

mmaurer  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from mmaurer  ---
Sorry, I cannot add the tool, but I can give some Information:

We are doing this in Java.
We are creating an XTextShape and setting following properties:

TextFitToSize -> PROPORTIONAL
TextAutoGrowHeight -> false
TextAutoGrowWidth -> false
TextLeftDistance -> int value
TextRightDistance -> int value
TextUpperDistance -> int value
TextLowerDistance -> int value
CharColor -> RGB value as int
FillColor -> RBG value as int
FillTransparence -> short value
LineTransparence -> short value
Size -> com.sun.star.awt.Size

Hope this can help you

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


  1   2   3   4   >