LibreOffice Gerrit News for core on 2014-09-21

2014-09-21 Thread gerrit
Moin!

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

 First time contributors doing great things! 
+ fdo#84086 Fix assorted use-after-free bugs
  in https://gerrit.libreoffice.org/11553 from Matthew Francis
  about module basic, connectivity, fpicker, sfx2, sw, unoxml, vcl
+ Removed uneeded checks.
  in https://gerrit.libreoffice.org/11562 from Ryan McCoskrie
  about module wizards
+ Bug no. 82335. Solved by Sudarshan18 a.k.a Siddu
  in https://gerrit.libreoffice.org/11555 from Sudarshan Rao
  about module filter, setup_native, sysui
+ javaunohelper: migrate ComponentContext_Test to JUnit
  in https://gerrit.libreoffice.org/11557 from Robert Antoni Buj i Gelonch
  about module javaunohelper
+ Changed getUnicodeTokenName to getUtf8TokenName.
  in https://gerrit.libreoffice.org/11558 from Sudarshan Rao
  about module include
+ fdo#81356: compiler plugin for rewrite Fraction
  in https://gerrit.libreoffice.org/11405 from Juan Picca
  about module build, compilerplugins, include, testcompilerplugins, tools
 End of freshness 

+ fdo#84090: Remove maUniName from oox::TokenMap
  in https://gerrit.libreoffice.org/11560 from David Ostrovsky
  about module include, oox
+ Add unit test for oox::TokenMap
  in https://gerrit.libreoffice.org/11559 from David Ostrovsky
  about module oox
+ fdo#84000: Reimplement the Windows WinSalTimer using Timer Queues.
  in https://gerrit.libreoffice.org/11552 from Jan Holesovsky
  about module tools, vcl


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

None

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

+ FormWizard::getFormResources() has no reason to be a Boolean Function.
  in https://gerrit.libreoffice.org/11554 from Ryan McCoskrie


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

+ l10ntools-transex3: convert 'int' to 'bool' where it's logical
  in https://gerrit.libreoffice.org/11317 from Douglas Mencken
+ Perftest for loading autocorrect dictionaries (fdo#79761)
  in https://gerrit.libreoffice.org/11296 from Matúš Kukan
+ fdo#81956 : Rendering of vml group shape was wrong.
  in https://gerrit.libreoffice.org/11013 from sushil_shinde
+ fdo#79018: LO hangs while opening file.
  in https://gerrit.libreoffice.org/9564 from Yogesh Bharate
+ fdo#81426 : Data from header and footer is getting lost.
  in https://gerrit.libreoffice.org/10531 from Rajashri Udhoji
+ fdo#79541 :Corrupt: Shape  enclosed within a floating table
  in https://gerrit.libreoffice.org/9914 from Rajashri Udhoji
+ fdo#80996:Fix for DataLabel not preserved for ColumnChart after RT
  in https://gerrit.libreoffice.org/10169 from Dushyant Bhalgami
+ fdo#77716 : Paragraph spacing is not preserved after RT.
  in https://gerrit.libreoffice.org/9197 from Tushar Bende
+ fdo#77121 Header / Footer positions not preserved after RT
  in https://gerrit.libreoffice.org/9235 from Priyanka Gaikwad


Best,

Your friendly LibreOffice Gerrit Digest Mailer

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


LibreOffice Gerrit News for submodules on 2014-09-21

2014-09-21 Thread gerrit
Moin!



~~ Project dictionaries ~~

Nothing moved in the project for the last 25 hours

~~ Project translations ~~

Nothing moved in the project for the last 25 hours

~~ Project help ~~

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

+ Correct typo of STEYX example
  in https://gerrit.libreoffice.org/11556 from Laurent BP


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

None

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

None

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

None

Best,

Your friendly LibreOffice Gerrit Digest Mailer

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


[Bug 84090] Speed up oox::TokenMap by removing unnecessary maUniName OUString

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84090

--- Comment #2 from Siddu sidchelsea...@gmail.com ---
(In reply to comment #0)
 This task is about removing maUniName from include/oox/token/tokenmap.hxx
 which stores the same content as maUtf8Name in another form and is used
 mostly for debugging purposes only.
 Where TokenMap::getUnicodeTokenName was used, one can use
 TokenMap::getUtf8TokenName
 
 Remove maUniName from struct TokenName, that struct can then also die, and
 do following simplifications / adaptations.
 
 We used to spend 10m pseudo cycles in TokenMap constructor, this should save
 about a half of that.

Can you be more precise as to what we have to do here ?

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


Build bison warning

2014-09-21 Thread julien2412
Hello,

On pc Debian x86-64 with master sources updated yesterday, I noticed this
during building:
/home/julien/compile-libreoffice/libreoffice/rsc/source/parser/rscyacc.y:
warning: 2 shift/reduce conflicts [-Wconflicts-sr]
/home/julien/compile-libreoffice/libreoffice/connectivity/source/parse/sqlbison.y:
warning: 2 nonterminals useless in grammar [-Wother]
/home/julien/compile-libreoffice/libreoffice/connectivity/source/parse/sqlbison.y:
warning: 3 rules useless in grammar [-Wother]
/home/julien/compile-libreoffice/libreoffice/connectivity/source/parse/sqlbison.y:222.65-84:
warning: nonterminal useless in grammar: row_value_const_list [-Wother]
 %type pParseNode table_value_const_list row_value_constructor
row_value_const_list row_value_constructor_elem


/home/julien/compile-libreoffice/libreoffice/connectivity/source/parse/sqlbison.y:228.20-33:
warning: nonterminal useless in grammar: extract_source [-Wother]
 %type pParseNode extract_source char_length_exp octet_length_exp
bit_length_exp select_sublist string_value_exp
^^
/home/julien/compile-libreoffice/libreoffice/connectivity/source/parse/sqlbison.y:751.25-753.40:
warning: rule useless in grammar [-Wother]
row_value_constructor_elem
 ^
/home/julien/compile-libreoffice/libreoffice/connectivity/source/parse/sqlbison.y:754.17-756.33:
warning: rule useless in grammar [-Wother]
|   row_value_const_list ',' row_value_constructor_elem
 
/home/julien/compile-libreoffice/libreoffice/connectivity/source/parse/sqlbison.y:1766.17-1770.17:
warning: rule useless in grammar [-Wother]
datetime_value_exp
 
/home/julien/compile-libreoffice/libreoffice/connectivity/source/parse/sqlbison.y:
warning: 13 shift/reduce conflicts [-Wconflicts-sr]
/home/julien/compile-libreoffice/libreoffice/connectivity/source/parse/sqlbison.y:
warning: 15 reduce/reduce conflicts [-Wconflicts-rr]

May these rules be removed or should they be used in a way?
What about reduce and shift conflicts, any bison expert here?

BTW, all these warnings are not new but I think it could help to harden the
code (and perhaps prevent some bugs or optimize a bit)

Julien 



--
View this message in context: 
http://nabble.documentfoundation.org/Build-bison-warning-tp4123033.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 66754] Remove own implementations of various Perl functions in installer

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66754

bavincen bavincen...@gmail.com changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |bavincen...@gmail.com
   |desktop.org |

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


Re: gerrit buildbot is having problem with windows tb

2014-09-21 Thread David Ostrovsky
On Sun, 2014-09-21 at 00:26 -0500, Norbert Thiebaud wrote:
 I've disabled the gerrit buildbot. It seems there is a problem with
 starting Windows build
 but since the problem occured with mutiple tb at the same time, it
 must be more that just one tb acting up.
 in the mean time that problem caused spamming of the irc and the logs
 due to the same build being started over and over...
 

From looking in the logs [1] of affected change [2] i cannot see any
misbehavior from builbdbt side. It looks like, TB39 cannot fetch the
change for some reasons and reports status canceled back, in which
case buildbot re-initialize the task in the queue, and the same TB39
(probably in wedged state?) 60 sec later picks the task again and we
have a loop. Mac TB21 seems to not have any problems. Linux TB is
missing? I think we need two (at least) TBs for each platform for gerrit
buildbot duties so that we can disable one if it starts to loop. Does it
makes sense?

On Sun, 2014-09-21 at 07:43 +0200, Noel Grandin wrote:
Gerrit was upgraded in the last few days, so perhaps that has
 something to do with it.

Last gerrit update was 2.8.6.1 and this was some months ago IIRC.

[1] http://ci.libreoffice.org/job/buildbot/2547/
[2] https://gerrit.libreoffice.org/11560

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


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - 3 commits - configure.ac solenv/bin

2014-09-21 Thread Tor Lillqvist
 configure.ac  |2 +-
 solenv/bin/macosx-codesign-app-bundle |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 606d682dec504048be779c8cb731944061f79086
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Sep 21 02:10:44 2014 +0300

Bump patch level for new Mac App Store submit attempt

Change-Id: If06ce10fe3ab583a1e488e17385683f88cebf646

diff --git a/configure.ac b/configure.ac
index d9e7cee..9ba3da3 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.2.10.11],[],[],[https://libreoffice-from-collabora.com/])
+AC_INIT([LibreOffice],[4.2.10.12],[],[],[https://libreoffice-from-collabora.com/])
 
 AC_PREREQ([2.59])
 
commit e503a0abb3f9e9c02de22bb024bb64211df1ab40
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Sep 21 02:10:14 2014 +0300

Need the entitlements for embedded app executables too

Change-Id: I75f31df295fdf7bccf82356c26ba757cc7ea276c

diff --git a/solenv/bin/macosx-codesign-app-bundle 
b/solenv/bin/macosx-codesign-app-bundle
index 1996bda..028de8f 100755
--- a/solenv/bin/macosx-codesign-app-bundle
+++ b/solenv/bin/macosx-codesign-app-bundle
@@ -70,7 +70,7 @@ while read app; do
 fn=${fn%.*}
 # Assume the app has a XML (and not binary) Info.plist
 id=`grep -A 1 'keyCFBundleIdentifier/key' $app/Contents/Info.plist | 
tail -1 | sed -e 's,.*string,,' -e 's,/string.*,,'`
-codesign --verbose --identifier=$id --sign $MACOSX_CODESIGNING_IDENTITY 
$app
+codesign --verbose --identifier=$id --sign $MACOSX_CODESIGNING_IDENTITY 
$entitlements $app
 done
 
 # Then .framework ones. Again, be generic just for kicks.
commit 426e3fe59649ce938954e1bf707630391b30ed23
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Sep 21 00:59:08 2014 +0300

Bump patch level for new Mac App Store submit attempt

Change-Id: Idd30a46a5212660d56bc5d84696b2e2d2f6d0cbb

diff --git a/configure.ac b/configure.ac
index 1f3c898..d9e7cee 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.2.10.10],[],[],[https://libreoffice-from-collabora.com/])
+AC_INIT([LibreOffice],[4.2.10.11],[],[],[https://libreoffice-from-collabora.com/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: gerrit buildbot is having problem with windows tb

2014-09-21 Thread Norbert Thiebaud
On Sun, Sep 21, 2014 at 4:20 AM, David Ostrovsky d.ostrov...@gmx.de wrote:
 On Sun, 2014-09-21 at 00:26 -0500, Norbert Thiebaud wrote:
 I've disabled the gerrit buildbot. It seems there is a problem with
 starting Windows build
 but since the problem occured with mutiple tb at the same time, it
 must be more that just one tb acting up.
 in the mean time that problem caused spamming of the irc and the logs
 due to the same build being started over and over...


 From looking in the logs [1] of affected change [2] i cannot see any
 misbehavior from builbdbt side. It looks like, TB39 cannot fetch the
 change for some reasons and reports status canceled back, in which
 case buildbot re-initialize the task in the queue, and the same TB39
 (probably in wedged state?) 60 sec later picks the task again and we
 have a loop.

Yeah but tb42 (also a windows) was doing the same thing...
so I think this is more than just one box acting up...

I'll try to reproduce locally, in the mean time it does no good to
have the thing spamming.

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


Re: gerrit buildbot is having problem with windows tb

2014-09-21 Thread Norbert Thiebaud
On Sun, Sep 21, 2014 at 12:43 AM, Noel Grandin noelgran...@gmail.com wrote:
 Gerrit was upgraded in the last few days, so perhaps that has
 something to do with it.

No, it was not... :-)
We are still happily on 2.8.6.1

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


[Bug 84090] Speed up oox::TokenMap by removing unnecessary maUniName OUString

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84090

--- Comment #3 from Siddu sidchelsea...@gmail.com ---
(In reply to comment #0)
 This task is about removing maUniName from include/oox/token/tokenmap.hxx
 which stores the same content as maUtf8Name in another form and is used
 mostly for debugging purposes only.
 Where TokenMap::getUnicodeTokenName was used, one can use
 TokenMap::getUtf8TokenName
 
 Remove maUniName from struct TokenName, that struct can then also die, and
 do following simplifications / adaptations.
 
 We used to spend 10m pseudo cycles in TokenMap constructor, this should save
 about a half of that.

1.Do I have to replace the method getUnicodeTokenName with getUtf8TokenName in
tokenmap.cxx?
2. After removing maUniName what do you mean the entire struct i.e TokenName
can die ?

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


Re: gerrit buildbot is having problem with windows tb

2014-09-21 Thread David Ostrovsky
On Sun, 2014-09-21 at 02:37 -0500, Norbert Thiebaud wrote:
 On Sun, Sep 21, 2014 at 4:20 AM, David Ostrovsky d.ostrov...@gmx.de wrote:
  On Sun, 2014-09-21 at 00:26 -0500, Norbert Thiebaud wrote:
  I've disabled the gerrit buildbot. It seems there is a problem with
  starting Windows build
  but since the problem occured with mutiple tb at the same time, it
  must be more that just one tb acting up.
  in the mean time that problem caused spamming of the irc and the logs
  due to the same build being started over and over...
 
 
  From looking in the logs [1] of affected change [2] i cannot see any
  misbehavior from builbdbt side. It looks like, TB39 cannot fetch the
  change for some reasons and reports status canceled back, in which
  case buildbot re-initialize the task in the queue, and the same TB39
  (probably in wedged state?) 60 sec later picks the task again and we
  have a loop.
 
 Yeah but tb42 (also a windows) was doing the same thing...
 so I think this is more than just one box acting up...
 
This sounds like tb script on windows is broken?

 I'll try to reproduce locally, in the mean time it does no good to
 have the thing spamming.

We don't have any Linux tb for Gerrit üatch set verifications atm and
thus we cannot perform verifications on all supported platform anyway. 

So may be just revoke all Windows TBs the right to pick up changes and
still let buildbot enabled? Working verifications on Mac OS X is better
then no verifications at all. Let's face it: that's the current
situation.


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


[Libreoffice-commits] help.git: source/text

2014-09-21 Thread Laurent Balland-Poirier
 source/text/scalc/01/04060185.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0f29dbb5b25e1dbbde177b234d03e46528bbddf0
Author: Laurent Balland-Poirier laurent.balland-poir...@laposte.net
Date:   Sat Sep 20 16:59:35 2014 +0200

Correct typo of STEYX example

Change-Id: I4864cb3366dd12f2484b614e9ca418cad2440a71
Reviewed-on: https://gerrit.libreoffice.org/11556
Reviewed-by: Joren De Cuyper jore...@libreoffice.org
Tested-by: Joren De Cuyper jore...@libreoffice.org

diff --git a/source/text/scalc/01/04060185.xhp 
b/source/text/scalc/01/04060185.xhp
index a67b169..92b3f71 100644
--- a/source/text/scalc/01/04060185.xhp
+++ b/source/text/scalc/01/04060185.xhp
@@ -358,7 +358,7 @@
  paragraph xml-lang=en-US id=hd_id3145204 role=heading 
level=3 l10n=U
 oldref=87Example/paragraph
  paragraph xml-lang=en-US id=par_id3156131 role=paragraph 
l10n=U oldref=88
-item type=input=STEXY(A1:A50;B1:B50)/item
+item type=input=STEYX(A1:A50;B1:B50)/item
  /paragraph
   /section
   section id=devsq
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2014-09-21 Thread Laurent Balland-Poirier
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5b8ea53ac7cc8843ada7a1e02edea1b522f0ef0a
Author: Laurent Balland-Poirier laurent.balland-poir...@laposte.net
Date:   Sat Sep 20 16:59:35 2014 +0200

Updated core
Project: help  0f29dbb5b25e1dbbde177b234d03e46528bbddf0

Correct typo of STEYX example

Change-Id: I4864cb3366dd12f2484b614e9ca418cad2440a71
Reviewed-on: https://gerrit.libreoffice.org/11556
Reviewed-by: Joren De Cuyper jore...@libreoffice.org
Tested-by: Joren De Cuyper jore...@libreoffice.org

diff --git a/helpcontent2 b/helpcontent2
index eb0f507..0f29dbb 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit eb0f507b5eb59c6b9a86d8f65e23fb9f0a3e790e
+Subproject commit 0f29dbb5b25e1dbbde177b234d03e46528bbddf0
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-09-21 Thread Adolfo Jayme Barrientos
 sfx2/source/view/view.src |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 518d9e4d8297f242b7fd557c61f17a9cb7d32962
Author: Adolfo Jayme Barrientos fit...@ubuntu.com
Date:   Thu Sep 18 21:00:07 2014 -0500

Present tense and capitalization

Change-Id: I4a4301f166036e294e4250c1ab1b599ad5bba7c5
Reviewed-on: https://gerrit.libreoffice.org/11526
Reviewed-by: Samuel Mehrbrodt s.mehrbr...@gmail.com
Tested-by: Samuel Mehrbrodt s.mehrbr...@gmail.com

diff --git a/sfx2/source/view/view.src b/sfx2/source/view/view.src
index 85472fe..1cb6c13 100644
--- a/sfx2/source/view/view.src
+++ b/sfx2/source/view/view.src
@@ -88,20 +88,20 @@ String STR_NONCHECKEDOUT_DOCUMENT
 };
 String STR_READONLY_DOCUMENT
 {
-Text [ en-US ] = This document is opened in read-only mode. ;
+Text [ en-US ] = This document is open in read-only mode. ;
 };
 
 PushButton BT_CHECKOUT
 {
 Pos = MAP_APPFONT( 0 , 0 );
 Size = MAP_APPFONT( 30 , 0 );
-Text[ en-US ] = Check out;
+Text[ en-US ] = Check Out;
 };
 PushButton BT_READONLY_EDIT
 {
 Pos = MAP_APPFONT( 0 , 0 );
 Size = MAP_APPFONT( 70 , 0 );
-Text[ en-US ] = Edit document;
+Text[ en-US ] = Edit Document;
 };
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - sfx2/source

2014-09-21 Thread Tor Lillqvist
 sfx2/source/view/viewsh.cxx |   12 
 1 file changed, 12 insertions(+)

New commits:
commit 6bc38d2758c3535ed32bfe0bd2a475b7938f6fc1
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Sep 21 14:49:11 2014 +0300

Disable the email sending menu entries when sandboxed on OS X

The way we send email doesn't work anyway in a sandboxed app on OS X
anyway. If we want to offer the functionality, we need to implement it
in an OS X -specific way, perhaps using the Scripting Target
functionality of Mail.app.

What we need, to be really native in this regards on OS X, would be
to have a share functionality that would in addition to sharing
through email offer AirDrop, Facebook, Twitter etc. Like Apple's own
apps. Quite possibly there are system APIs that automate much of
that. But they probably require your app to be more native in other
ways, too, like using NSDocument etc. Later...

Change-Id: Id1424377b7d493d4ec696f3242dae55a2a67dfc7

diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index 6950670..3b29c1b 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -17,6 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include config_features.h
+
 #include svl/stritem.hxx
 #include svl/eitem.hxx
 #include svl/whiter.hxx
@@ -789,6 +791,16 @@ void SfxViewShell::GetState_Impl( SfxItemSet rSet )
 {
 switch ( nSID )
 {
+#if HAVE_FEATURE_MACOSX_SANDBOX
+case SID_BLUETOOTH_SENDDOC:
+case SID_MAIL_SENDDOC:
+case SID_MAIL_SENDDOCASFORMAT:
+case SID_MAIL_SENDDOCASMS:
+case SID_MAIL_SENDDOCASOOO:
+case SID_MAIL_SENDDOCASPDF:
+rSet.DisableItem(nSID);
+break;
+#endif
 // Printer functions
 case SID_PRINTDOC:
 case SID_PRINTDOCDIRECT:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: cui/source cui/uiconfig

2014-09-21 Thread Adolfo Jayme Barrientos
 cui/source/options/personalization.src   |6 +++---
 cui/uiconfig/ui/personalization_tab.ui   |6 +++---
 cui/uiconfig/ui/select_persona_dialog.ui |4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 8a5ffa063a7edc78f9c75e9dc3490108732435e5
Author: Adolfo Jayme Barrientos fit...@ubuntu.com
Date:   Wed Sep 17 04:00:47 2014 -0500

Remove the term “Persona” from visible UI strings

Their official name is “Firefox Themes” nowadays.
While I was there, tweak some strings.

Change-Id: I2505df2fb810fa7de51d28f5704bc1178671c3ac
Reviewed-on: https://gerrit.libreoffice.org/11483
Reviewed-by: Samuel Mehrbrodt s.mehrbr...@gmail.com
Tested-by: Samuel Mehrbrodt s.mehrbr...@gmail.com

diff --git a/cui/source/options/personalization.src 
b/cui/source/options/personalization.src
index e266e6c..aeaa9e1 100644
--- a/cui/source/options/personalization.src
+++ b/cui/source/options/personalization.src
@@ -21,12 +21,12 @@
 
 String RID_SVXSTR_SEARCHTERM
 {
-Text [ en-US ] = Search term...;
+Text [ en-US ] = Search term;
 };
 
 String RID_SVXSTR_SELECTEDPERSONA
 {
-Text [ en-US ] = Selected Persona: ;
+Text [ en-US ] = Selected Theme: ;
 };
 
 String RID_SVXSTR_SEARCHING
@@ -46,7 +46,7 @@ String RID_SVXSTR_NORESULTS
 
 String RID_SVXSTR_APPLYPERSONA
 {
-Text [ en-US ] = Applying persona..;
+Text [ en-US ] = Applying Theme...;
 };
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/uiconfig/ui/personalization_tab.ui 
b/cui/uiconfig/ui/personalization_tab.ui
index f288a90..bb4383c 100644
--- a/cui/uiconfig/ui/personalization_tab.ui
+++ b/cui/uiconfig/ui/personalization_tab.ui
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
-!-- Generated with glade 3.16.1 --
+!-- Generated with glade 3.18.3 --
 interface
   requires lib=gtk+ version=3.0/
   object class=GtkVBox id=PersonalizationTabPage
@@ -28,7 +28,7 @@
 property name=spacing12/property
 child
   object class=GtkRadioButton id=no_persona
-property name=label translatable=yesPlain look, do 
not use Themes/property
+property name=label translatable=yesDefault look, do 
not use Themes/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=receives_defaultFalse/property
@@ -154,7 +154,7 @@
   object class=GtkLabel id=extensions_label
 property name=can_focusFalse/property
 property name=xalign0/property
-property name=label translatable=yesOr, select from 
the personas installed via extensions/property
+property name=label translatable=yesOr, select from 
the Themes installed via extensions:/property
   /object
   packing
 property name=expandTrue/property
diff --git a/cui/uiconfig/ui/select_persona_dialog.ui 
b/cui/uiconfig/ui/select_persona_dialog.ui
index 2047d9e..6b22ba1 100644
--- a/cui/uiconfig/ui/select_persona_dialog.ui
+++ b/cui/uiconfig/ui/select_persona_dialog.ui
@@ -5,7 +5,7 @@
   object class=GtkDialog id=SelectPersonaDialog
 property name=can_focusFalse/property
 property name=border_width6/property
-property name=title translatable=yesSelect Persona/property
+property name=title translatable=yesSelect Firefox Theme/property
 property name=type_hintdialog/property
 child internal-child=vbox
   object class=GtkBox id=dialog-vbox1
@@ -389,7 +389,7 @@
   object class=GtkLabel id=label6
 property name=visibleTrue/property
 property name=can_focusFalse/property
-property name=label translatable=yesSuggested themes by 
category/property
+property name=label translatable=yesSuggested Themes by 
Category/property
 attributes
   attribute name=weight value=bold/
 /attributes
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: javaunohelper/test

2014-09-21 Thread Robert Antoni Buj i Gelonch
 javaunohelper/test/com/sun/star/comp/helper/Bootstrap_Test.java
  |   21 -
 javaunohelper/test/com/sun/star/lib/uno/helper/ComponentBase_Test.java 
  |   40 --
 javaunohelper/test/com/sun/star/lib/uno/helper/InterfaceContainer_Test.java
  |  197 +++---
 
javaunohelper/test/com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer_Test.java
 |   69 +--
 javaunohelper/test/com/sun/star/lib/uno/helper/PropertySet_Test.java   
  |  104 +
 javaunohelper/test/com/sun/star/lib/uno/helper/WeakBase_Test.java  
  |   38 -
 6 files changed, 168 insertions(+), 301 deletions(-)

New commits:
commit 6c87571125fbddf4215160f07894b7063f834b34
Author: Robert Antoni Buj i Gelonch robert@gmail.com
Date:   Sun Sep 21 13:50:27 2014 +0200

javaunohelper: use java.util.logging in tests

Change-Id: Icdc61dc88a11afae5257bcddda32adb691cb5883
Reviewed-on: https://gerrit.libreoffice.org/11564
Reviewed-by: Chris Sherlock chris.sherloc...@gmail.com
Tested-by: Chris Sherlock chris.sherloc...@gmail.com

diff --git a/javaunohelper/test/com/sun/star/comp/helper/Bootstrap_Test.java 
b/javaunohelper/test/com/sun/star/comp/helper/Bootstrap_Test.java
index 57724be..184515d 100644
--- a/javaunohelper/test/com/sun/star/comp/helper/Bootstrap_Test.java
+++ b/javaunohelper/test/com/sun/star/comp/helper/Bootstrap_Test.java
@@ -25,18 +25,19 @@ import com.sun.star.uno.XComponentContext;
 import com.sun.star.lang.XComponent;
 import com.sun.star.lang.XMultiServiceFactory;
 
+import java.util.logging.Logger;
+import java.util.logging.Level;
 import java.util.Map;
 
 public class Bootstrap_Test {
 
+private static final Logger logger = 
Logger.getLogger(Bootstrap_Test.class.getName());
+
 static public boolean test( String ini_file, MapString,String 
bootstrap_parameters )
 throws java.lang.Exception
 {
 boolean passed = false;
-System.err.println();
-
System.out.println(***);
-System.err.println(Bootstrap - doing tests...);
-System.err.println();
+logger.log(Level.INFO, Bootstrap - doing tests...);
 
 try {
 XComponentContext xContext =
@@ -54,14 +55,13 @@ public class Bootstrap_Test {
 XMultiServiceFactory msf = UnoRuntime.queryInterface(
 XMultiServiceFactory.class, xContext.getServiceManager() );
 String services[] = msf.getAvailableServiceNames();
-System.out.println(Available services are:);
-System.err.println();
+logger.log(Level.FINE, Available services are:);
 if (services.length == 0)
-System.out.println(No services avialable!);
+logger.log(Level.FINE, No services avialable!);
 
 else
 for ( int i=0; iservices.length; i++ )
-System.out.println(services[i]);
+logger.log(Level.FINE, services[i]);
 
 XComponent xComp = UnoRuntime.queryInterface(
 XComponent.class, xContext );
@@ -72,10 +72,7 @@ public class Bootstrap_Test {
 catch (Exception e) {
 e.printStackTrace();
 }
-System.err.println();
-System.err.println(Bootstrap test passed?  + passed);
-
System.out.println(***);
-System.err.println();
+logger.log(Level.INFO, Bootstrap test passed?  + passed);
 return passed;
 }
 
diff --git 
a/javaunohelper/test/com/sun/star/lib/uno/helper/ComponentBase_Test.java 
b/javaunohelper/test/com/sun/star/lib/uno/helper/ComponentBase_Test.java
index 5afc638..7bf0484 100644
--- a/javaunohelper/test/com/sun/star/lib/uno/helper/ComponentBase_Test.java
+++ b/javaunohelper/test/com/sun/star/lib/uno/helper/ComponentBase_Test.java
@@ -17,13 +17,18 @@
  */
 
 package com.sun.star.lib.uno.helper;
+
 import com.sun.star.uno.XWeak;
 import com.sun.star.lang.XTypeProvider;
 import com.sun.star.uno.UnoRuntime;
 import com.sun.star.lang.XEventListener;
 
+import java.util.logging.Level;
+import java.util.logging.Logger;
+
 public class ComponentBase_Test
 {
+private static final Logger logger = 
Logger.getLogger(ComponentBase_Test.class.getName());
 AWeakBase obj1, obj2, obj3;
 Object proxyObj1Weak1;
 Object proxyObj3Weak1;
@@ -46,12 +51,12 @@ public class ComponentBase_Test
 
 public boolean dispose()
 {
-System.out.println(Testing ComponentBase);
+logger.log(Level.INFO, Testing ComponentBase);
 ComponentBase comp= new ComponentBase();
 boolean r[]= new boolean[50];
 int i= 0;
-// addEventListener
 
+logger.log(Level.FINE, addEventListener);
 comp.addEventListener(obj1);
 comp.addEventListener(obj2);
 comp.addEventListener(obj3);
@@ -66,11 +71,13 @@ public class 

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

2014-09-21 Thread Phyzer
 svx/inc/globlmn_tmpl.hrc  |6 +++---
 svx/source/core/graphichelper.cxx |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 125c3a18db51af68cb58438124a87e9953e23fb2
Author: Phyzer limji...@gmail.com
Date:   Sat Sep 13 11:30:24 2014 +0800

Changed some options from picture/graphics to image

Change-Id: If86fae691d4926c896c6d1da1863cd8397a38718
Reviewed-on: https://gerrit.libreoffice.org/11429
Reviewed-by: Samuel Mehrbrodt s.mehrbr...@gmail.com
Tested-by: Samuel Mehrbrodt s.mehrbr...@gmail.com

diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc
index df839d5..b53f23a 100644
--- a/svx/inc/globlmn_tmpl.hrc
+++ b/svx/inc/globlmn_tmpl.hrc
@@ -256,17 +256,17 @@
 #define ITEM_COMPRESS_GRAPHIC \
 Identifier = SID_COMPRESS_GRAPHIC ; \
 Command = .uno:CompressGraphic ; \
-Text [ en-US ] = Compress Graphic... ; \
+Text [ en-US ] = Compress Image... ; \
 
 #define ITEM_SAVE_GRAPHIC \
 Identifier = SID_SAVE_GRAPHIC ; \
 Command = .uno:SaveGraphic ; \
-Text [ en-US ] = Save Graphic... ; \
+Text [ en-US ] = Save Image... ; \
 
 #define ITEM_CHANGE_PICTURE \
 Identifier = SID_CHANGE_PICTURE ; \
 Command = .uno:ChangePicture ; \
-Text [ en-US ] = Change Picture... ; \
+Text [ en-US ] = Change Image... ; \
 
 #define ITEM_VIEW_ATTR_ZOOM \
 Identifier = SID_ATTR_ZOOM ; \
diff --git a/svx/source/core/graphichelper.cxx 
b/svx/source/core/graphichelper.cxx
index 4878872..d275c31 100644
--- a/svx/source/core/graphichelper.cxx
+++ b/svx/source/core/graphichelper.cxx
@@ -217,7 +217,7 @@ void GraphicHelper::SaveShapeAsGraphic( const Reference 
drawing::XShape  xSha
 FileDialogHelper aDialogHelper( 
TemplateDescription::FILESAVE_AUTOEXTENSION, 0 );
 Reference  XFilePicker  xFilePicker = aDialogHelper.GetFilePicker();
 
-aDialogHelper.SetTitle( Save as Picture );
+aDialogHelper.SetTitle( Save as Image );
 
 INetURLObject aPath;
 aPath.SetSmartURL( sGraphicPath );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-09-21 Thread Adolfo Jayme Barrientos
 sc/uiconfig/scalc/ui/optformula.ui |   42 +
 1 file changed, 11 insertions(+), 31 deletions(-)

New commits:
commit e00d828a2c1bfa62e40b0f240d60b1cf5710
Author: Adolfo Jayme Barrientos fit...@ubuntu.com
Date:   Fri Sep 19 01:39:38 2014 -0500

(fdo#78826) HIG: add missing colons in optformula

Also:
 * Use Unicode ellipsis
 * Shorten section heading (see fdo#84057)

Change-Id: I37cefa8a39c8907c7cbc138b255f2f8e78002c47
Reviewed-on: https://gerrit.libreoffice.org/11531
Reviewed-by: Samuel Mehrbrodt s.mehrbr...@gmail.com
Tested-by: Samuel Mehrbrodt s.mehrbr...@gmail.com

diff --git a/sc/uiconfig/scalc/ui/optformula.ui 
b/sc/uiconfig/scalc/ui/optformula.ui
index f40452d..2127f65 100644
--- a/sc/uiconfig/scalc/ui/optformula.ui
+++ b/sc/uiconfig/scalc/ui/optformula.ui
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8?
-!-- Generated with glade 3.16.0 on Wed Jan  8 17:04:17 2014 --
+!-- Generated with glade 3.18.3 --
 interface
-  !-- interface-requires gtk+ 3.0 --
+  requires lib=gtk+ version=3.0/
   object class=GtkBox id=OptFormula
 property name=visibleTrue/property
 property name=can_focusFalse/property
@@ -131,7 +131,7 @@
 property name=spacing6/property
 child
   object class=GtkRadioButton id=calcdefault
-property name=label 
translatable=yesDefault/property
+property name=label translatable=yesDefault 
settings/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=receives_defaultFalse/property
@@ -154,7 +154,7 @@
 property name=spacing12/property
 child
   object class=GtkRadioButton id=calccustom
-property name=label 
translatable=yesCustom/property
+property name=label 
translatable=yesCustom:/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property 
name=receives_defaultFalse/property
@@ -171,7 +171,7 @@
 /child
 child
   object class=GtkButton id=details
-property name=label 
translatable=yesDetails.../property
+property name=label 
translatable=yesDetails…/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property 
name=receives_defaultTrue/property
@@ -197,7 +197,7 @@
   object class=GtkLabel id=label2
 property name=visibleTrue/property
 property name=can_focusFalse/property
-property name=label translatable=yesDetailed 
Calculation Settings/property
+property name=label translatable=yesDetailed 
Calculation/property
 attributes
   attribute name=weight value=bold/
 /attributes
@@ -239,15 +239,13 @@
 property name=visibleTrue/property
 property name=can_focusFalse/property
 property name=xalign0/property
-property name=label 
translatable=yes_Function/property
+property name=label 
translatable=yes_Function:/property
 property name=use_underlineTrue/property
 property 
name=mnemonic_widgetfunction/property
   /object
   packing
 property name=left_attach0/property
 property name=top_attach0/property
-property name=width1/property
-property name=height1/property
   /packing
 /child
 child
@@ -255,15 +253,13 @@
 property name=visibleTrue/property
 property name=can_focusFalse/property
 property name=xalign0/property
-property name=label 
translatable=yesArray co_lumn/property
+property name=label 
translatable=yesArray co_lumn:/property
 property name=use_underlineTrue/property
 property 
name=mnemonic_widgetarraycolumn/property
 

[Bug 78826] UI: inconsistent fields labeling. Text: or Text?

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78826

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|BSA ProposedEasyHack|BSA ProposedEasyHack
   ||target:4.4.0

--- Comment #14 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Adolfo Jayme Barrientos committed a patch related to this issue.
It has been pushed to master:

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

(fdo#78826) HIG: add missing colons in optformula



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

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


[Libreoffice-commits] core.git: compilerplugins/clang

2014-09-21 Thread Noel Grandin
 compilerplugins/clang/vclwidgets.cxx |   86 +++
 1 file changed, 86 insertions(+)

New commits:
commit 44a432e9073b3d39b1bdd34b65cfd91d5541f324
Author: Noel Grandin n...@peralex.com
Date:   Mon Jul 21 08:27:11 2014 +0200

new loplugin: VCL widget reference checker

First stage of new VCL widget reference checker

Change-Id: I63a2108a26b3c0e0a896d13672b1daa6f8e60b3a
Reviewed-on: https://gerrit.libreoffice.org/10427
Reviewed-by: Chris Sherlock chris.sherloc...@gmail.com
Tested-by: Chris Sherlock chris.sherloc...@gmail.com

diff --git a/compilerplugins/clang/vclwidgets.cxx 
b/compilerplugins/clang/vclwidgets.cxx
new file mode 100644
index 000..1bb4650
--- /dev/null
+++ b/compilerplugins/clang/vclwidgets.cxx
@@ -0,0 +1,86 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include string
+
+#include plugin.hxx
+#include compat.hxx
+#include clang/AST/CXXInheritance.h
+
+// Final goal: Checker for VCL widget references. Makes sure that VCL Window 
subclasses are properly referenced counted and dispose()'ed.
+//
+// But at the moment it just finds subclasses of Window which are not 
heap-allocated
+//
+// TODO do I need to check for local and static variables, too ?
+// TODO when we have a dispose() method, verify that the dispose() methods 
releases all of the Window references
+// TODO when we have a dispose() method, verify that it calls the super-class 
dispose() method at some point.
+
+namespace {
+
+class VCLWidgets:
+public RecursiveASTVisitorVCLWidgets, public loplugin::Plugin
+{
+public:
+explicit VCLWidgets(InstantiationData const  data): Plugin(data) {}
+
+virtual void run() override { 
TraverseDecl(compiler.getASTContext().getTranslationUnitDecl()); }
+
+bool VisitFieldDecl(const FieldDecl * decl);
+
+bool mbFoundWindow;
+};
+
+bool forallBasesCallback(const CXXBaseSpecifier *Specifier, CXXBasePath , 
void *UserData) {
+VCLWidgets* ro = (VCLWidgets*) UserData;
+QualType qt = Specifier-getType();
+std::string name = 
qt.getUnqualifiedType().getCanonicalType().getAsString();
+if (name == class Window) {
+  ro-mbFoundWindow = true;
+  return true;
+}
+return false;
+}
+
+bool VCLWidgets::VisitFieldDecl(const FieldDecl * fieldDecl) {
+if (ignoreLocation(fieldDecl)) {
+return true;
+}
+if (fieldDecl-isBitField()) {
+return true;
+}
+const RecordType *recordType = fieldDecl-getType()-getAsRecordType();
+if (recordType == nullptr) {
+return true;
+}
+const CXXRecordDecl *recordDecl = 
dyn_castCXXRecordDecl(recordType-getDecl());
+if (recordDecl == nullptr) {
+return true;
+}
+// check if this field is derived from Window
+mbFoundWindow = false;
+CXXBasePaths paths;
+recordDecl-lookupInBases(forallBasesCallback, this, paths);
+if (!mbFoundWindow) {
+return true;
+}
+
+report(
+DiagnosticsEngine::Warning,
+vcl::Window subclass not heap allocated,
+fieldDecl-getLocation())
+   fieldDecl-getSourceRange();
+return true;
+}
+
+
+loplugin::Plugin::Registration VCLWidgets  X(vclwidgets);
+
+}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-09-21 Thread Samuel Mehrbrodt
 svx/source/tbxctrls/tbunosearchcontrollers.cxx |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit fa857d0beb8b7f800131d9f4ef3cfa61d20d39f7
Author: Samuel Mehrbrodt s.mehrbr...@gmail.com
Date:   Mon Aug 25 20:43:29 2014 +0200

fdo#82502 Ctrl-F should select the text in the search bar, not close it

Change-Id: Ica9851e66e8d8f32b8e353c0b2e541c7ce7d45e3
Reviewed-on: https://gerrit.libreoffice.org/0
Reviewed-by: Thomas Arnhold tho...@arnhold.org
Tested-by: Thomas Arnhold tho...@arnhold.org
Reviewed-by: Adolfo Jayme Barrientos fit...@ubuntu.com
Reviewed-by: Samuel Mehrbrodt s.mehrbr...@gmail.com
Tested-by: Samuel Mehrbrodt s.mehrbr...@gmail.com

diff --git a/svx/source/tbxctrls/tbunosearchcontrollers.cxx 
b/svx/source/tbxctrls/tbunosearchcontrollers.cxx
index f21155c..6bb512c 100644
--- a/svx/source/tbxctrls/tbunosearchcontrollers.cxx
+++ b/svx/source/tbxctrls/tbunosearchcontrollers.cxx
@@ -197,7 +197,8 @@ bool FindTextFieldControl::PreNotify( NotifyEvent rNEvt )
 bool bMod1 = pKeyEvent-GetKeyCode().IsMod1();
 sal_uInt16 nCode = pKeyEvent-GetKeyCode().GetCode();
 
-if ( KEY_ESCAPE == nCode || (bMod1  (KEY_F == nCode)) )
+// Close the search bar on Escape
+if ( KEY_ESCAPE == nCode )
 {
 nRet = true;
 GrabFocusToDocument();
@@ -217,7 +218,11 @@ bool FindTextFieldControl::PreNotify( NotifyEvent rNEvt )
 }
 }
 }
+// Select text in the search box when Ctrl-F pressed
+if ( bMod1  nCode == KEY_F )
+SetSelection( Selection( SELECTION_MIN, SELECTION_MAX ) );
 
+// Execute the search when Enter, Ctrl-G or F3 pressed
 if ( KEY_RETURN == nCode || (bMod1  (KEY_G == nCode)) || (KEY_F3 
== nCode) )
 {
 Remember_Impl(GetText());
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry

2014-09-21 Thread Samuel Mehrbrodt
 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit f5b24e71828fc6eb095fdd7167bdc8043525563d
Author: Samuel Mehrbrodt s.mehrbr...@gmail.com
Date:   Fri Sep 5 22:04:57 2014 +0200

fdo#80536 Add a shortcut to Edit Mode menu entry

Change-Id: Ib2535a091cad506c6ce49941361757a9f9e72865
Reviewed-on: https://gerrit.libreoffice.org/11302
Reviewed-by: Samuel Mehrbrodt s.mehrbr...@gmail.com
Tested-by: Samuel Mehrbrodt s.mehrbr...@gmail.com

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu 
b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index ef0ec1b..f59a259 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -45,6 +45,12 @@
   value xml:lang=en-US.uno:Copy/value
 /prop
   /node
+  node oor:name=E_SHIFT_MOD1 oor:op=replace
+prop oor:name=Command
+  value xml:lang=x-no-translateI10N SHORTCUTS - NO 
TRANSLATE/value
+  value xml:lang=en-US.uno:EditDoc/value
+/prop
+  /node
   node oor:name=K_MOD1 oor:op=replace
 prop oor:name=Command
   value xml:lang=x-no-translateI10N SHORTCUTS - NO 
TRANSLATE/value
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-09-21 Thread Zolnai Tamás
 chart2/source/view/inc/AbstractShapeFactory.hxx  |2 
 chart2/source/view/inc/OpenglShapeFactory.hxx|2 
 chart2/source/view/inc/ShapeFactory.hxx  |2 
 chart2/source/view/main/ChartView.cxx|2 
 chart2/source/view/main/DummyXShape.cxx  |4 -
 chart2/source/view/main/DummyXShape.hxx  |2 
 chart2/source/view/main/OpenGLRender.cxx |   91 ++-
 chart2/source/view/main/OpenGLRender.hxx |2 
 chart2/source/view/main/OpenglShapeFactory.cxx   |4 -
 framework/source/layoutmanager/layoutmanager.cxx |6 -
 10 files changed, 52 insertions(+), 65 deletions(-)

New commits:
commit 8419d672198a1af988269f71988416ec46e3f39c
Author: Zolnai Tamás tamas.zol...@collabora.com
Date:   Sun Sep 21 11:18:47 2014 +0200

OPENGL_SCALE_VALUE is not needed any more

It seems to me that this value was a workaround to
make chart fit to the OpenGL window (working in calc, in default view).
Now it's uselss since projection matrix do this job better.

Change-Id: I968d6d96cb45c2444b8ebed59830b87f0cb87b61

diff --git a/chart2/source/view/main/DummyXShape.cxx 
b/chart2/source/view/main/DummyXShape.cxx
index 9c4ec11..ac193c6 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -1158,8 +1158,8 @@ void SAL_CALL DummyChart::setSize( const awt::Size aSize 
)
 throw( beans::PropertyVetoException, uno::RuntimeException, std::exception 
)
 {
 SAL_INFO(chart2.opengl, DummyChart::setSize()---aSize.Width =   
aSize.Width  , aSize.Height =   aSize.Height);
-int width = aSize.Width / OPENGL_SCALE_VALUE;
-int height = aSize.Height / OPENGL_SCALE_VALUE;
+int width = aSize.Width;
+int height = aSize.Height;
 DummyXShape::setSize(awt::Size(0,0));
 m_GLRender.SetSize(width, height);
 SAL_INFO(chart2.opengl, DummyChart::GLRender.Width =   width  , 
GLRender.Height =   height);
diff --git a/chart2/source/view/main/OpenGLRender.cxx 
b/chart2/source/view/main/OpenGLRender.cxx
index 64c94cb..b12dba5 100644
--- a/chart2/source/view/main/OpenGLRender.cxx
+++ b/chart2/source/view/main/OpenGLRender.cxx
@@ -177,10 +177,8 @@ int OpenGLRender::SetLine2DShapePoint(float x, float y, 
int listLength)
 {
 m_Line2DPointList.reserve(listLength*3);
 }
-float actualX = (x / OPENGL_SCALE_VALUE);
-float actualY = (y / OPENGL_SCALE_VALUE);
-m_Line2DPointList.push_back(actualX);
-m_Line2DPointList.push_back(actualY);
+m_Line2DPointList.push_back(x);
+m_Line2DPointList.push_back(y);
 m_Line2DPointList.push_back(m_fZStep);
 
 if (m_Line2DPointList.size() == size_t(listLength * 3))
@@ -368,7 +366,7 @@ void OpenGLRender::SetLine2DColor(sal_uInt8 r, sal_uInt8 g, 
sal_uInt8 b, sal_uIn
 
 void OpenGLRender::SetLine2DWidth(int width)
 {
-m_fLineWidth = std::max((float)width / OPENGL_SCALE_VALUE, 0.001f);
+m_fLineWidth = std::max((float)width, 0.001f);
 }
 
 void OpenGLRender::SetColor(sal_uInt32 color, sal_uInt8 nAlpha)
@@ -406,13 +404,11 @@ int OpenGLRender::Bubble2DShapePoint(float x, float y, 
float directionX, float d
 Create2DCircle(100);
 }
 
-float actualX = (x / OPENGL_SCALE_VALUE);
-float actualY = (y / OPENGL_SCALE_VALUE);
 Bubble2DPointList aBubble2DPointList;
-aBubble2DPointList.xScale = directionX / OPENGL_SCALE_VALUE;
-aBubble2DPointList.yScale = directionY / OPENGL_SCALE_VALUE;
-aBubble2DPointList.x = actualX + aBubble2DPointList.xScale / 2;
-aBubble2DPointList.y = actualY + aBubble2DPointList.yScale / 2;
+aBubble2DPointList.xScale = directionX;
+aBubble2DPointList.yScale = directionY;
+aBubble2DPointList.x = x + aBubble2DPointList.xScale / 2;
+aBubble2DPointList.y = y + aBubble2DPointList.yScale / 2;
 
 m_Bubble2DShapePointList.push_back(aBubble2DPointList);
 return 0;
@@ -499,24 +495,19 @@ int OpenGLRender::RenderBubble2FBO(int)
 
 int OpenGLRender::RectangleShapePoint(float x, float y, float directionX, 
float directionY)
 {
-//check whether to create the circle data
-float actualX = x / OPENGL_SCALE_VALUE;
-float actualY = y / OPENGL_SCALE_VALUE;
-float actualSizeX = directionX / OPENGL_SCALE_VALUE;
-float actualSizeY = directionY / OPENGL_SCALE_VALUE;
 RectanglePointList aRectangle;
 
-aRectangle.points[0] = actualX;
-aRectangle.points[1] = actualY;
+aRectangle.points[0] = x;
+aRectangle.points[1] = y;
 aRectangle.points[2] = m_fZStep;
-aRectangle.points[3] = actualX + actualSizeX;
-aRectangle.points[4] = actualY;
+aRectangle.points[3] = x + directionX;
+aRectangle.points[4] = y;
 aRectangle.points[5] = m_fZStep;
-aRectangle.points[6] = actualX + actualSizeX;
-aRectangle.points[7] = actualY + actualSizeY;
+aRectangle.points[6] = x + directionX;
+aRectangle.points[7] = y + directionY;
 aRectangle.points[8] = m_fZStep;
-aRectangle.points[9] = actualX;
-   

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

2014-09-21 Thread Maxim Monastirsky
 vcl/source/window/builder.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7d860f6134654c2f46ceebb1ca1a792c143af795
Author: Maxim Monastirsky momonas...@gmail.com
Date:   Sun Sep 21 16:06:52 2014 +0300

WB_OWNERDRAWDECORATION is needed by toolbar popups

Can be tested with the new color popup. Without this
change it keeps itself on top of other windows, and
even if the main window lost focus. Also for some vcl
plugins the popup have a wrong placement.

Change-Id: Ibf4216683ce2c58a1b919cdb63eda964a764eefd

diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 8a36713..0bfc4e7 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -945,7 +945,7 @@ namespace
 if (sType == utility)
 nBits |= WB_SYSTEMWINDOW | WB_DIALOGCONTROL | WB_MOVEABLE;
 else if (sType == popup-menu)
-nBits |= WB_SYSTEMWINDOW | WB_DIALOGCONTROL | WB_POPUP;
+nBits |= WB_SYSTEMWINDOW | WB_DIALOGCONTROL | WB_POPUP | 
WB_OWNERDRAWDECORATION;
 else
 nBits |= WB_MOVEABLE;
 return nBits;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-09-21 Thread Miklos Vajna
 sw/source/filter/ww8/docxattributeoutput.cxx |   10 --
 sw/source/filter/ww8/docxattributeoutput.hxx |2 +-
 2 files changed, 5 insertions(+), 7 deletions(-)

New commits:
commit c0a709e9912de8adb6777b40197accf865c4f046
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sun Sep 21 16:16:39 2014 +0200

Avoid manual realloc()

Change-Id: I456a2d29daecf8dee14d109ca39a97c5bf461539

diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index 33d3134..a4b11f4 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -1888,9 +1888,9 @@ void DocxAttributeOutput::WriteCollectedRunProperties()
 m_pSerializer-singleElementNS( XML_w, XML_lang, xAttrList );
 }
 
-if (m_aTextEffectsGrabBag.getLength()  0)
+if (!m_aTextEffectsGrabBag.empty())
 {
-for (sal_Int32 i=0; i  m_aTextEffectsGrabBag.getLength(); ++i)
+for (size_t i = 0; i  m_aTextEffectsGrabBag.size(); ++i)
 {
 boost::optionalsal_Int32 aElementId = 
lclGetElementIdForName(m_aTextEffectsGrabBag[i].Name);
 if(aElementId)
@@ -1900,7 +1900,7 @@ void DocxAttributeOutput::WriteCollectedRunProperties()
 lclProcessRecursiveGrabBag(*aElementId, aGrabBagSeq, 
m_pSerializer);
 }
 }
-m_aTextEffectsGrabBag.realloc(0);
+m_aTextEffectsGrabBag.clear();
 }
 }
 
@@ -8138,9 +8138,7 @@ void DocxAttributeOutput::CharGrabBag( const 
SfxGrabBagItem rItem )
 {
 beans::PropertyValue aPropertyValue;
 i-second = aPropertyValue;
-sal_Int32 aLength = m_aTextEffectsGrabBag.getLength();
-m_aTextEffectsGrabBag.realloc(m_aTextEffectsGrabBag.getLength() + 
1);
-m_aTextEffectsGrabBag[aLength] = aPropertyValue;
+m_aTextEffectsGrabBag.push_back(aPropertyValue);
 }
 else if (i-first == SdtEndBefore)
 {
diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx 
b/sw/source/filter/ww8/docxattributeoutput.hxx
index f860f2d..30faa7f 100644
--- a/sw/source/filter/ww8/docxattributeoutput.hxx
+++ b/sw/source/filter/ww8/docxattributeoutput.hxx
@@ -788,7 +788,7 @@ private:
 std::mapOUString, std::vectorOString  m_aSeqBookmarksNames;
 
 /// GrabBag for text effexts like glow, shadow, ...
-css::uno::Sequencecss::beans::PropertyValue m_aTextEffectsGrabBag;
+std::vectorcss::beans::PropertyValue m_aTextEffectsGrabBag;
 
 /// The current table helper
 SwWriteTable *m_pTableWrt;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-09-21 Thread Luboš Luňák
 sw/qa/extras/ooxmlimport/data/bnc891663.docx  |binary
 sw/qa/extras/ooxmlimport/ooxmlimport.cxx  |9 +
 writerfilter/source/dmapper/GraphicImport.cxx |7 +++
 writerfilter/source/dmapper/PropertyIds.cxx   |1 +
 writerfilter/source/dmapper/PropertyIds.hxx   |1 +
 5 files changed, 18 insertions(+)

New commits:
commit 3891ba42a886fa85eb43da24d1badf44e765d54c
Author: Luboš Luňák l.lu...@collabora.com
Date:   Sun Sep 21 17:52:58 2014 +0200

handle docx's w:anchor layoutInCell attribute (bnc#891663)

Change-Id: I8268567b84aa0f6e42624bfd0f79c8c49c153edd

diff --git a/sw/qa/extras/ooxmlimport/data/bnc891663.docx 
b/sw/qa/extras/ooxmlimport/data/bnc891663.docx
new file mode 100644
index 000..d5f057e
Binary files /dev/null and b/sw/qa/extras/ooxmlimport/data/bnc891663.docx differ
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx 
b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 1b83243..7136808 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -2364,6 +2364,15 @@ DECLARE_OOXMLIMPORT_TEST(testBnc519228OddBreaks, 
bnc519228_odd-breaks.docx)
 getParagraphOfText( 1, getProperty uno::Referencetext::XText 
(page5Style, HeaderText), This is the header for odd pages);
 }
 
+DECLARE_OOXMLIMPORT_TEST(testBnc891663, bnc891663.docx)
+{
+// The image should be inside a cell, so the text in the following cell 
should be below it.
+int imageTop = 
parseDump(/root/page/body/tab/row[1]/cell[2]/txt[1]/anchored/fly/infos/bounds,
 top).toInt32();
+int imageHeight = 
parseDump(/root/page/body/tab/row[1]/cell[2]/txt[1]/anchored/fly/infos/bounds,
 height).toInt32();
+int textNextRowTop = 
parseDump(/root/page/body/tab/row[2]/cell[1]/txt[1]/infos/bounds, 
top).toInt32();
+CPPUNIT_ASSERT( textNextRowTop = imageTop + imageHeight );
+}
+
 #endif
 
 CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/writerfilter/source/dmapper/GraphicImport.cxx 
b/writerfilter/source/dmapper/GraphicImport.cxx
index dc9eb62..e3178c2 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -207,6 +207,7 @@ public:
 sal_Int16 nVertOrient;
 sal_Int16 nVertRelation;
 sal_Int32 nWrap;
+bool  bLayoutInCell;
 bool  bOpaque;
 bool  bContour;
 bool  bContourOutside;
@@ -277,6 +278,7 @@ public:
 ,nVertOrient(  text::VertOrientation::NONE )
 ,nVertRelation( text::RelOrientation::FRAME )
 ,nWrap(0)
+,bLayoutInCell(false)
 ,bOpaque( true )
 ,bContour(false)
 ,bContourOutside(true)
@@ -580,6 +582,8 @@ void GraphicImport::lcl_attribute(Id nName, Value rValue)
 break;
 case NS_ooxml::LN_CT_Anchor_locked: // 90990; - ignored
 case NS_ooxml::LN_CT_Anchor_layoutInCell: // 90991; - ignored
+m_pImpl-bLayoutInCell = nIntValue != 0;
+break;
 case NS_ooxml::LN_CT_Anchor_hidden: // 90992; - ignored
 break;
 case NS_ooxml::LN_CT_Anchor_allowOverlap: // 90993;
@@ -1232,6 +1236,9 @@ uno::Reference text::XTextContent  
GraphicImport::createGraphicObject( const b
 }
 
xGraphicObjectProperties-setPropertyValue(rPropNameSupplier.GetName( 
PROP_SURROUND ),
 uno::makeAny(m_pImpl-nWrap));
+if( m_pImpl-bLayoutInCell  m_pImpl-nWrap != 
text::WrapTextMode_THROUGHT )
+
xGraphicObjectProperties-setPropertyValue(rPropNameSupplier.GetName( 
PROP_FOLLOW_TEXT_FLOW ),
+uno::makeAny(true));
 
 
xGraphicObjectProperties-setPropertyValue(rPropNameSupplier.GetName( 
PROP_SURROUND_CONTOUR ),
 uno::makeAny(m_pImpl-bContour));
diff --git a/writerfilter/source/dmapper/PropertyIds.cxx 
b/writerfilter/source/dmapper/PropertyIds.cxx
index 8ce4a73..8d21989 100644
--- a/writerfilter/source/dmapper/PropertyIds.cxx
+++ b/writerfilter/source/dmapper/PropertyIds.cxx
@@ -400,6 +400,7 @@ OUString PropertyNameSupplier::GetName( PropertyIds eId ) 
const
 case PROP_CELL_CNF_STYLE: sName = CellCnfStyle; break;
 case PROP_ROW_CNF_STYLE: sName = RowCnfStyle; break;
 case PROP_CELL_HIDE_MARK: sName = CellHideMark; break;
+case PROP_FOLLOW_TEXT_FLOW: sName = IsFollowingTextFlow; break;
 }
 ::std::pairPropertyNameMap_t::iterator,bool aInsertIt =
 m_pImpl-aNameMap.insert( PropertyNameMap_t::value_type( eId, 
sName ));
diff --git a/writerfilter/source/dmapper/PropertyIds.hxx 
b/writerfilter/source/dmapper/PropertyIds.hxx
index bfba954..4e09508 100644
--- a/writerfilter/source/dmapper/PropertyIds.hxx
+++ b/writerfilter/source/dmapper/PropertyIds.hxx
@@ -372,6 +372,7 @@ enum PropertyIds
 ,PROP_CELL_CNF_STYLE
 ,PROP_ROW_CNF_STYLE
 ,PROP_CELL_HIDE_MARK
+,PROP_FOLLOW_TEXT_FLOW
 };
 struct PropertyNameSupplier_Impl;
 class 

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

2014-09-21 Thread Samuel Mehrbrodt
 sw/uiconfig/swriter/toolbar/standardbar.xml   |   24 
 sw/uiconfig/swriter/toolbar/textobjectbar.xml |3 ++-
 2 files changed, 18 insertions(+), 9 deletions(-)

New commits:
commit e5f52eddda1230eba971881223601bb7aa255d6b
Author: Samuel Mehrbrodt s.mehrbr...@gmail.com
Date:   Sun Sep 21 17:59:58 2014 +0200

fdo#81475 New layout for Writer standard and formatting toolbars

Change-Id: Ia605e314d68771864a6eae00ee24bd1959076bee
Reviewed-on: https://gerrit.libreoffice.org/11301
Reviewed-by: Samuel Mehrbrodt s.mehrbr...@gmail.com
Tested-by: Samuel Mehrbrodt s.mehrbr...@gmail.com

diff --git a/sw/uiconfig/swriter/toolbar/standardbar.xml 
b/sw/uiconfig/swriter/toolbar/standardbar.xml
index 5544e93..84f262d 100644
--- a/sw/uiconfig/swriter/toolbar/standardbar.xml
+++ b/sw/uiconfig/swriter/toolbar/standardbar.xml
@@ -25,16 +25,14 @@
  toolbar:toolbaritem xlink:href=.uno:Save toolbar:helpid=5505/
  toolbar:toolbaritem xlink:href=.uno:SaveAs toolbar:visible=false 
toolbar:helpid=5502/
  toolbar:toolbaritem xlink:href=.uno:SendMail toolbar:visible=false 
toolbar:helpid=5331/
+ toolbar:toolbaritem xlink:href=.uno:ExportDirectToPDF 
toolbar:helpid=6674/
  toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:EditDoc toolbar:helpid=6312 
toolbar:visible=false/
- toolbar:toolbaritem xlink:href=.uno:ExportDirectToPDF 
toolbar:helpid=6674/
+ toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:PrintDefault toolbar:visible=false/
  toolbar:toolbaritem xlink:href=.uno:Print/
  toolbar:toolbaritem xlink:href=.uno:PrintPreview toolbar:helpid=5325/
  toolbar:toolbarseparator/
- toolbar:toolbaritem xlink:href=.uno:SpellingAndGrammarDialog 
toolbar:helpid=20622/
- toolbar:toolbaritem xlink:href=.uno:SpellOnline toolbar:helpid=12021/
- toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:Cut toolbar:helpid=5710/
  toolbar:toolbaritem xlink:href=.uno:Copy toolbar:helpid=5711/
  toolbar:toolbaritem xlink:href=.uno:Paste toolbar:helpid=5712/
@@ -43,14 +41,24 @@
  toolbar:toolbaritem xlink:href=.uno:Undo toolbar:helpid=5701/
  toolbar:toolbaritem xlink:href=.uno:Redo toolbar:helpid=5700/
  toolbar:toolbarseparator/
- toolbar:toolbaritem xlink:href=.uno:HyperlinkDialog toolbar:helpid=5678/
+ toolbar:toolbaritem xlink:href=.uno:SpellingAndGrammarDialog 
toolbar:helpid=20622/
+ toolbar:toolbaritem xlink:href=.uno:SpellOnline toolbar:visible=false 
toolbar:helpid=12021/
+ toolbar:toolbaritem xlink:href=.uno:SearchDialog/
+ toolbar:toolbaritem xlink:href=.uno:ControlCodes toolbar:helpid=20224/
+ toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:InsertTable toolbar:helpid=20330/
- toolbar:toolbaritem xlink:href=.uno:InsertDraw toolbar:helpid=10244/
+ toolbar:toolbaritem xlink:href=.uno:InsertGraphic/
+ toolbar:toolbaritem xlink:href=.uno:InsertObjectChart/
+ toolbar:toolbaritem xlink:href=.uno:InsertFootnote/
+ toolbar:toolbaritem xlink:href=.uno:HyperlinkDialog toolbar:helpid=5678/
+ toolbar:toolbaritem xlink:href=.uno:InsertSymbol/
+ toolbar:toolbaritem xlink:href=.uno:InsertFieldCtrl/
+ toolbar:toolbaritem xlink:href=.uno:InsertAnnotation/
  toolbar:toolbarseparator/
- toolbar:toolbaritem xlink:href=.uno:SearchDialog toolbar:visible=false/
+ toolbar:toolbaritem xlink:href=.uno:InsertDraw toolbar:helpid=10244/
  toolbar:toolbaritem xlink:href=.uno:ViewDataSourceBrowser 
toolbar:visible=false toolbar:helpid=6660/
- toolbar:toolbaritem xlink:href=.uno:ControlCodes toolbar:helpid=20224/
  toolbar:toolbaritem xlink:href=.uno:Zoom toolbar:visible=false/
+ toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:HelpIndex toolbar:visible=false/
  toolbar:toolbaritem xlink:href=.uno:ExtendedHelp toolbar:visible=false 
toolbar:helpid=5402/
 /toolbar:toolbar
diff --git a/sw/uiconfig/swriter/toolbar/textobjectbar.xml 
b/sw/uiconfig/swriter/toolbar/textobjectbar.xml
index 0ec27e1..8dc4f70 100644
--- a/sw/uiconfig/swriter/toolbar/textobjectbar.xml
+++ b/sw/uiconfig/swriter/toolbar/textobjectbar.xml
@@ -29,8 +29,9 @@
  toolbar:toolbaritem xlink:href=.uno:Bold/
  toolbar:toolbaritem xlink:href=.uno:Italic/
  toolbar:toolbaritem xlink:href=.uno:Underline/
- toolbar:toolbaritem xlink:href=.uno:SuperScript toolbar:visible=false/
+ toolbar:toolbaritem xlink:href=.uno:SuperScript/
  toolbar:toolbaritem xlink:href=.uno:SubScript toolbar:visible=false/
+ toolbar:toolbaritem xlink:href=.uno:Shadowed/
  toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:LeftPara toolbar:style=radio/
  toolbar:toolbaritem xlink:href=.uno:CenterPara toolbar:style=radio/
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: framework/source officecfg/registry sw/uiconfig

2014-09-21 Thread Samuel Mehrbrodt
 framework/source/uielement/toolbarmanager.cxx|   23 
+++--
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |   24 
+-
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu  |6 +-
 sw/uiconfig/swriter/toolbar/standardbar.xml  |   18 
+++
 4 files changed, 33 insertions(+), 38 deletions(-)

New commits:
commit b59c5ace4b7213ffd62495d0c0e5b6411f5071be
Author: Samuel Mehrbrodt s.mehrbr...@gmail.com
Date:   Sat Sep 6 12:03:17 2014 +0200

Related fdo#81475 Improve toolbar tooltips in Writer standard toolbar

and show the shortcut in the tooltip also when there is a custom tooltip

Change-Id: Ia3f5d17df3769479f7aacf63a83507ccb8593103
Reviewed-on: https://gerrit.libreoffice.org/11303
Reviewed-by: Samuel Mehrbrodt s.mehrbr...@gmail.com
Tested-by: Samuel Mehrbrodt s.mehrbr...@gmail.com

diff --git a/framework/source/uielement/toolbarmanager.cxx 
b/framework/source/uielement/toolbarmanager.cxx
index 39ecdb2..74d66a4 100644
--- a/framework/source/uielement/toolbarmanager.cxx
+++ b/framework/source/uielement/toolbarmanager.cxx
@@ -1276,23 +1276,18 @@ void ToolBarManager::FillToolbar( const Reference 
XIndexAccess  rItemContaine
 }
 m_pToolBar-InsertItem( nId, aString, nItemBits );
 m_pToolBar-SetItemCommand( nId, aCommandURL );
+OUString sQuickHelp( aString );
+// Use custom tooltip if available
 if ( !aTooltip.isEmpty() )
+sQuickHelp = aTooltip;
+OUString sShortCut;
+if( RetrieveShortcut( aCommandURL, sShortCut ) )
 {
-m_pToolBar-SetQuickHelpText( nId, aTooltip );
-}
-else
-{
- OUString sQuickHelp( aString );
- OUString sShortCut;
- if( RetrieveShortcut( aCommandURL, sShortCut ) )
- {
- sQuickHelp +=  (;
- sQuickHelp += sShortCut;
- sQuickHelp += );
- }
-
-m_pToolBar-SetQuickHelpText( nId, sQuickHelp );
+sQuickHelp +=  (;
+sQuickHelp += sShortCut;
+sQuickHelp += );
 }
+m_pToolBar-SetQuickHelpText( nId, sQuickHelp );
 
 if ( !aLabel.isEmpty() )
 {
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 60fed19..e0a3206 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1264,7 +1264,7 @@
   /node
   node oor:name=.uno:UndoAction oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USUndo/value
+  value xml:lang=en-USUndo Last Action/value
 /prop
   /node
   node oor:name=.uno:ToggleControlFocus oor:op=replace
@@ -2019,7 +2019,7 @@
   /node
   node oor:name=.uno:PrintDefault oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USPrint File Directly/value
+  value xml:lang=en-USPrint Document Directly/value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
@@ -2246,7 +2246,7 @@
   /node
   node oor:name=.uno:InsertDoc oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-US~File.../value
+  value xml:lang=en-US~Document.../value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
@@ -3077,7 +3077,7 @@
   /node
   node oor:name=.uno:SpellingDialog oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-US~Spelling.../value
+  value xml:lang=en-USCheck ~Spelling and Grammar.../value
 /prop
   /node
   node oor:name=.uno:RecheckDocument oor:op=replace
@@ -3087,7 +3087,7 @@
   /node
   node oor:name=.uno:SpellingAndGrammarDialog oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-US~Spelling and Grammar.../value
+  value xml:lang=en-USCheck ~Spelling and Grammar.../value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
@@ -3103,7 +3103,7 @@
   /node
   node oor:name=.uno:SpellDialog oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-US~Spelling.../value
+  value xml:lang=en-USCheck ~Spelling and Grammar.../value
 /prop
 prop 

[Libreoffice-commits] core.git: icon-themes/sifr

2014-09-21 Thread Matthias Freund
 icon-themes/sifr/cmd/lc_avmediaplayer.png |binary
 icon-themes/sifr/cmd/lc_bold.png  |binary
 icon-themes/sifr/cmd/lc_closedoc.png  |binary
 icon-themes/sifr/cmd/lc_extendedhelp.png  |binary
 icon-themes/sifr/cmd/lc_fontcolor.png |binary
 icon-themes/sifr/cmd/lc_fontdialog.png|binary
 icon-themes/sifr/cmd/lc_helpindex.png |binary
 icon-themes/sifr/cmd/lc_italic.png|binary
 icon-themes/sifr/cmd/lc_quit.png  |binary
 icon-themes/sifr/cmd/lc_strikeout.png |binary
 icon-themes/sifr/cmd/lc_subscript.png |binary
 icon-themes/sifr/cmd/lc_superscript.png   |binary
 icon-themes/sifr/cmd/lc_underline.png |binary
 icon-themes/sifr/cmd/lc_zoompage.png  |binary
 icon-themes/sifr/cmd/sc_avmediaplayer.png |binary
 icon-themes/sifr/cmd/sc_bold.png  |binary
 icon-themes/sifr/cmd/sc_closedoc.png  |binary
 icon-themes/sifr/cmd/sc_extendedhelp.png  |binary
 icon-themes/sifr/cmd/sc_fontdialog.png|binary
 icon-themes/sifr/cmd/sc_italic.png|binary
 icon-themes/sifr/cmd/sc_quit.png  |binary
 icon-themes/sifr/cmd/sc_strikeout.png |binary
 icon-themes/sifr/cmd/sc_subscript.png |binary
 icon-themes/sifr/cmd/sc_superscript.png   |binary
 icon-themes/sifr/cmd/sc_underline.png |binary
 25 files changed

New commits:
commit 51c8fb46743c43b1b460086d148a5facd7b004fa
Author: Matthias Freund matti...@secure.mailbox.org
Date:   Mon Sep 8 23:22:53 2014 +0200

fdo#75256 Improve Sifr Icon Theme

* Correct the alignment of some icons.
* New icons for quit, save as, close and avmediaplayer

Change-Id: I7ef40c410682e5c6854e0c3a12abf186378bdfb5
Reviewed-on: https://gerrit.libreoffice.org/11345
Reviewed-by: Samuel Mehrbrodt s.mehrbr...@gmail.com
Tested-by: Samuel Mehrbrodt s.mehrbr...@gmail.com

diff --git a/icon-themes/sifr/cmd/lc_avmediaplayer.png 
b/icon-themes/sifr/cmd/lc_avmediaplayer.png
new file mode 100644
index 000..42b1bad
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_avmediaplayer.png differ
diff --git a/icon-themes/sifr/cmd/lc_bold.png b/icon-themes/sifr/cmd/lc_bold.png
index 5f16821..702d60b 100644
Binary files a/icon-themes/sifr/cmd/lc_bold.png and 
b/icon-themes/sifr/cmd/lc_bold.png differ
diff --git a/icon-themes/sifr/cmd/lc_closedoc.png 
b/icon-themes/sifr/cmd/lc_closedoc.png
new file mode 100644
index 000..4983248
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_closedoc.png differ
diff --git a/icon-themes/sifr/cmd/lc_extendedhelp.png 
b/icon-themes/sifr/cmd/lc_extendedhelp.png
index 5bdbce0..0a09217 100644
Binary files a/icon-themes/sifr/cmd/lc_extendedhelp.png and 
b/icon-themes/sifr/cmd/lc_extendedhelp.png differ
diff --git a/icon-themes/sifr/cmd/lc_fontcolor.png 
b/icon-themes/sifr/cmd/lc_fontcolor.png
index 1604572..50d57a7 100644
Binary files a/icon-themes/sifr/cmd/lc_fontcolor.png and 
b/icon-themes/sifr/cmd/lc_fontcolor.png differ
diff --git a/icon-themes/sifr/cmd/lc_fontdialog.png 
b/icon-themes/sifr/cmd/lc_fontdialog.png
index 8463bff..8241f7b 100644
Binary files a/icon-themes/sifr/cmd/lc_fontdialog.png and 
b/icon-themes/sifr/cmd/lc_fontdialog.png differ
diff --git a/icon-themes/sifr/cmd/lc_helpindex.png 
b/icon-themes/sifr/cmd/lc_helpindex.png
index 5bdbce0..0a09217 100644
Binary files a/icon-themes/sifr/cmd/lc_helpindex.png and 
b/icon-themes/sifr/cmd/lc_helpindex.png differ
diff --git a/icon-themes/sifr/cmd/lc_italic.png 
b/icon-themes/sifr/cmd/lc_italic.png
index e094bc9..e68258d 100644
Binary files a/icon-themes/sifr/cmd/lc_italic.png and 
b/icon-themes/sifr/cmd/lc_italic.png differ
diff --git a/icon-themes/sifr/cmd/lc_quit.png b/icon-themes/sifr/cmd/lc_quit.png
new file mode 100644
index 000..d32adc8
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_quit.png differ
diff --git a/icon-themes/sifr/cmd/lc_strikeout.png 
b/icon-themes/sifr/cmd/lc_strikeout.png
index 0720d19..b2552ed 100644
Binary files a/icon-themes/sifr/cmd/lc_strikeout.png and 
b/icon-themes/sifr/cmd/lc_strikeout.png differ
diff --git a/icon-themes/sifr/cmd/lc_subscript.png 
b/icon-themes/sifr/cmd/lc_subscript.png
index cf50eb6..9e6d36d 100644
Binary files a/icon-themes/sifr/cmd/lc_subscript.png and 
b/icon-themes/sifr/cmd/lc_subscript.png differ
diff --git a/icon-themes/sifr/cmd/lc_superscript.png 
b/icon-themes/sifr/cmd/lc_superscript.png
index f7a5833..fbb68d3 100644
Binary files a/icon-themes/sifr/cmd/lc_superscript.png and 
b/icon-themes/sifr/cmd/lc_superscript.png differ
diff --git a/icon-themes/sifr/cmd/lc_underline.png 
b/icon-themes/sifr/cmd/lc_underline.png
index 23b11f30..55a8790 100644
Binary files a/icon-themes/sifr/cmd/lc_underline.png and 
b/icon-themes/sifr/cmd/lc_underline.png differ
diff --git a/icon-themes/sifr/cmd/lc_zoompage.png 
b/icon-themes/sifr/cmd/lc_zoompage.png
index 39953e7..c21e7d2 100644
Binary files a/icon-themes/sifr/cmd/lc_zoompage.png and 
b/icon-themes/sifr/cmd/lc_zoompage.png differ
diff --git a/icon-themes/sifr/cmd/sc_avmediaplayer.png 

[Libreoffice-commits] core.git: sc/uiconfig sd/uiconfig sw/uiconfig

2014-09-21 Thread Yousuf Philips
 sc/uiconfig/scalc/toolbar/standardbar.xml|1 +
 sd/uiconfig/sdraw/toolbar/standardbar.xml|1 +
 sd/uiconfig/simpress/toolbar/standardbar.xml |1 +
 sw/uiconfig/sglobal/toolbar/standardbar.xml  |1 +
 sw/uiconfig/sweb/toolbar/standardbar.xml |1 +
 sw/uiconfig/swform/toolbar/standardbar.xml   |1 +
 sw/uiconfig/swreport/toolbar/standardbar.xml |1 +
 sw/uiconfig/swxform/toolbar/standardbar.xml  |1 +
 8 files changed, 8 insertions(+)

New commits:
commit db3d60ba093d3f2b98f46eb159cf20bdf6760ab5
Author: Yousuf Philips philip...@hotmail.com
Date:   Sun Sep 21 18:34:05 2014 +0200

Related fdo#80538 Re-adding toolbar separators

Change-Id: I29c2171495c0419fa5b6a7b99725d6098331afd0
Reviewed-on: https://gerrit.libreoffice.org/11523
Reviewed-by: Samuel Mehrbrodt s.mehrbr...@gmail.com
Tested-by: Samuel Mehrbrodt s.mehrbr...@gmail.com

diff --git a/sc/uiconfig/scalc/toolbar/standardbar.xml 
b/sc/uiconfig/scalc/toolbar/standardbar.xml
index 8c2a55e..9fcaccc 100644
--- a/sc/uiconfig/scalc/toolbar/standardbar.xml
+++ b/sc/uiconfig/scalc/toolbar/standardbar.xml
@@ -27,6 +27,7 @@
  toolbar:toolbaritem xlink:href=.uno:SendMail/
  toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:EditDoc toolbar:visible=false/
+ toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:ExportDirectToPDF/
  toolbar:toolbaritem xlink:href=.uno:PrintDefault toolbar:visible=false/
  toolbar:toolbaritem xlink:href=.uno:Print/
diff --git a/sd/uiconfig/sdraw/toolbar/standardbar.xml 
b/sd/uiconfig/sdraw/toolbar/standardbar.xml
index 85efa520..d446563 100644
--- a/sd/uiconfig/sdraw/toolbar/standardbar.xml
+++ b/sd/uiconfig/sdraw/toolbar/standardbar.xml
@@ -27,6 +27,7 @@
  toolbar:toolbaritem xlink:href=.uno:SendMail toolbar:helpid=5331/
  toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:EditDoc toolbar:helpid=6312 
toolbar:visible=false/
+ toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:ExportDirectToPDF 
toolbar:helpid=6674/
  toolbar:toolbaritem xlink:href=.uno:PrintDefault toolbar:visible=false/
  toolbar:toolbaritem xlink:href=.uno:Print/
diff --git a/sd/uiconfig/simpress/toolbar/standardbar.xml 
b/sd/uiconfig/simpress/toolbar/standardbar.xml
index d25382f..e3edbe3 100644
--- a/sd/uiconfig/simpress/toolbar/standardbar.xml
+++ b/sd/uiconfig/simpress/toolbar/standardbar.xml
@@ -27,6 +27,7 @@
  toolbar:toolbaritem xlink:href=.uno:SendMail/
  toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:EditDoc toolbar:visible=false/
+ toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:ExportDirectToPDF/
  toolbar:toolbaritem xlink:href=.uno:PrintDefault toolbar:visible=false/
  toolbar:toolbaritem xlink:href=.uno:Print/
diff --git a/sw/uiconfig/sglobal/toolbar/standardbar.xml 
b/sw/uiconfig/sglobal/toolbar/standardbar.xml
index 64254232..252849e 100644
--- a/sw/uiconfig/sglobal/toolbar/standardbar.xml
+++ b/sw/uiconfig/sglobal/toolbar/standardbar.xml
@@ -27,6 +27,7 @@
  toolbar:toolbaritem xlink:href=.uno:SendMail toolbar:visible=false 
toolbar:helpid=5331/
  toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:EditDoc toolbar:helpid=6312 
toolbar:visible=false/
+ toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:ExportDirectToPDF 
toolbar:helpid=6674/
  toolbar:toolbaritem xlink:href=.uno:PrintDefault toolbar:visible=false/
  toolbar:toolbaritem xlink:href=.uno:Print/
diff --git a/sw/uiconfig/sweb/toolbar/standardbar.xml 
b/sw/uiconfig/sweb/toolbar/standardbar.xml
index 5f00364..f6b0c50 100644
--- a/sw/uiconfig/sweb/toolbar/standardbar.xml
+++ b/sw/uiconfig/sweb/toolbar/standardbar.xml
@@ -27,6 +27,7 @@
  toolbar:toolbaritem xlink:href=.uno:SendMail toolbar:visible=false 
toolbar:helpid=5331/
  toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:EditDoc toolbar:helpid=6312 
toolbar:visible=false/
+ toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:ExportDirectToPDF 
toolbar:helpid=6674/
  toolbar:toolbaritem xlink:href=.uno:PrintDefault toolbar:visible=false/
  toolbar:toolbaritem xlink:href=.uno:Print/
diff --git a/sw/uiconfig/swform/toolbar/standardbar.xml 
b/sw/uiconfig/swform/toolbar/standardbar.xml
index 64254232..252849e 100644
--- a/sw/uiconfig/swform/toolbar/standardbar.xml
+++ b/sw/uiconfig/swform/toolbar/standardbar.xml
@@ -27,6 +27,7 @@
  toolbar:toolbaritem xlink:href=.uno:SendMail toolbar:visible=false 
toolbar:helpid=5331/
  toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:EditDoc toolbar:helpid=6312 
toolbar:visible=false/
+ toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:ExportDirectToPDF 
toolbar:helpid=6674/
  toolbar:toolbaritem xlink:href=.uno:PrintDefault toolbar:visible=false/
  toolbar:toolbaritem xlink:href=.uno:Print/
diff --git a/sw/uiconfig/swreport/toolbar/standardbar.xml 
b/sw/uiconfig/swreport/toolbar/standardbar.xml
index 64254232..252849e 100644
--- a/sw/uiconfig/swreport/toolbar/standardbar.xml
+++ 

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

2014-09-21 Thread Caolán McNamara
 vcl/source/gdi/regionband.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1ca892488a7a6a9c35fc99c41cd4af788fe0df6e
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Sep 21 17:37:05 2014 +0100

set mpFirstBand back to 0 after deleting it

bff + valgrind

==30470== Invalid read of size 8
==30470==at 0xA02103F: RegionBand::isSingleRectangle() const 
(regionband.cxx:294)
==30470==by 0xA01F562: WriteRegion(SvStream, Region const) 
(region.cxx:1640)
==30470==by 0x9F01FD4: MetaClipRegionAction::Write(SvStream, 
ImplMetaWriteData*) (metaact.cxx:2487)
...
==30470==  Address 0x1d175980 is 0 bytes inside a block of size 56 free'd
==30470==at 0x4A07991: operator delete(void*) (in 
/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==30470==by 0xA020BB1: RegionBand::implReset() (regionband.cxx:87)
==30470==by 0xA020EF2: RegionBand::load(SvStream) (regionband.cxx:249)

Change-Id: I2468d43c7e73b3390f355358990f8af30b5f026e

diff --git a/vcl/source/gdi/regionband.cxx b/vcl/source/gdi/regionband.cxx
index fa76743..adaa4b0 100644
--- a/vcl/source/gdi/regionband.cxx
+++ b/vcl/source/gdi/regionband.cxx
@@ -89,7 +89,7 @@ void RegionBand::implReset()
 }
 
 mpLastCheckedBand = 0;
-
+mpFirstBand = 0;
 }
 
 RegionBand::~RegionBand()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-09-21 Thread Jennifer Liebel
 include/svx/sxmbritm.hxx |8 
 include/svx/xfltrit.hxx  |2 +-
 include/svx/xpoly.hxx|   32 +++-
 include/svx/xtable.hxx   |6 +++---
 4 files changed, 23 insertions(+), 25 deletions(-)

New commits:
commit ca4333e9c807bf9169e34a693a22cb6c00f855a8
Author: Jennifer Liebel jliebe...@gmail.com
Date:   Wed Sep 17 13:36:08 2014 +

fdo#39468: Translated German comments

Change-Id: I10d334d85f80bbb4a46436914c79c91fc0282b35
Reviewed-on: https://gerrit.libreoffice.org/11485
Reviewed-by: Samuel Mehrbrodt s.mehrbr...@gmail.com
Tested-by: Samuel Mehrbrodt s.mehrbr...@gmail.com

diff --git a/include/svx/sxmbritm.hxx b/include/svx/sxmbritm.hxx
index 9ea61b2..dc7c394 100644
--- a/include/svx/sxmbritm.hxx
+++ b/include/svx/sxmbritm.hxx
@@ -23,10 +23,10 @@
 
 #include svx/sdynitm.hxx
 
-// Die Masslinie unterhalb der Bezugskante
-// Zur Bemassung einer Objektunterkante
-// (Redundant zum drehen der Bezugskante um 180deg +
-// TextUpsideDown, jedoch besser bedienbar)
+// dimension line below the reference edge
+// for dimensioning the lower edge of the object
+// (redundant to turn the referece edge through 180deg +
+// TextUpsideDown, but easily operated)
 // laesst sich auch draggen, indem man den Masslinienabstand
 // (SdrMeasureLineDistItem) ueber die Bezugskante hinwegdraggt
 class SdrMeasureBelowRefEdgeItem: public SdrYesNoItem {
diff --git a/include/svx/xfltrit.hxx b/include/svx/xfltrit.hxx
index cb55673..8ba5db6 100644
--- a/include/svx/xfltrit.hxx
+++ b/include/svx/xfltrit.hxx
@@ -25,7 +25,7 @@
 
 /*
 |*
-|* Transparenz-Item fuer Fuellungen (Solid)
+|* transparency-Item for contents (Solid)
 |*
 \/
 
diff --git a/include/svx/xpoly.hxx b/include/svx/xpoly.hxx
index a57fb89..57c9432 100644
--- a/include/svx/xpoly.hxx
+++ b/include/svx/xpoly.hxx
@@ -32,18 +32,17 @@ class OutputDevice;
 #define XPOLYPOLY_APPEND 0x
 #define XPOLY_APPEND 0x
 
-#define XPOLY_MAXPOINTS  0xFFF0 /* Auch fuer die 32-Bitter etwas Luft 
lassen */
+#define XPOLY_MAXPOINTS  0xFFF0 /* Let space for the 32-Bit systems too */
 
-// Punktstile im XPolygon:
-// NORMAL : Anfangs- oder Endpunkt einer Kurve oder Linie
-// SMOOTH : Glatter Uebergang zwischen Kurven
-// SYMMTR : glatter und symmetrischer Uebergang zwischen Kurven
-// CONTROL: Kontrollpunkt einer Bezierkurve
+// point-styles in XPolygon:
+// NORMAL : start-/endpoint of a curve or a line
+// SMOOTH : smooth transition between curves
+// SYMMTR : smooth and symmetrical transition between curves
+// CONTROL: control handles of a  Bezier curve
 
 enum XPolyFlags { XPOLY_NORMAL, XPOLY_SMOOTH, XPOLY_CONTROL, XPOLY_SYMMTR };
 
-// Klasse XPolygon; hat neben dem Point-Array noch ein Array mit Flags,
-// die Informationen ueber den jeweiligen Punkt enthalten
+// Class XPolygon;has a point-array and a flag-array, which contains 
information about a particular point
 
 class ImpXPolygon;
 
@@ -52,10 +51,10 @@ class SVX_DLLPUBLIC XPolygon
 protected:
 ImpXPolygon*pImpXPolygon;
 
-// ImpXPolygon-ReferenceCount pruefen und ggf. abkoppeln
+// check ImpXPolygon-ReferenceCount and decouple if necessary
 voidCheckReference();
 
-// Hilfsfunktionen fuer Bezierkonvertierung
+// auxiliary functions for Bezier conversion
 voidSubdivideBezier(sal_uInt16 nPos, bool bCalcFirst, double fT);
 voidGenBezArc(const Point rCenter, long nRx, long nRy,
   long nXHdl, long nYHdl, sal_uInt16 nStart, sal_uInt16 
nEnd,
@@ -95,15 +94,15 @@ public:
 boolIsControl(sal_uInt16 nPos) const;
 boolIsSmooth(sal_uInt16 nPos) const;
 
-// Abstand zwischen zwei Punkten
+// distance between two points
 double  CalcDistance(sal_uInt16 nP1, sal_uInt16 nP2);
 
-// Bezierkonvertierungen
+// Bezier conversion
 void CalcSmoothJoin(sal_uInt16 nCenter, sal_uInt16 nDrag, sal_uInt16 nPnt);
 void CalcTangent(sal_uInt16 nCenter, sal_uInt16 nPrev, sal_uInt16 nNext);
 void PointsToBezier(sal_uInt16 nFirst);
 
-// Transformationen
+// transformations
 void Translate(const Point rTrans);
 void Scale(double fSx, double fSy);
 void Distort(const Rectangle rRefRect, const XPolygon rDistortedRect);
@@ -116,8 +115,7 @@ public:
  explicit XPolygon(const basegfx::B2DPolygon rPolygon);
 };
 
-// Klasse XPolyPolygon; wie PolyPolygon, nur statt aus Polygonen aus
-// XPolygonen bestehend
+// Class XPolyPolygon; like PolyPolygon, composed of XPolygons instead of 
Polygons
 
 class ImpXPolyPolygon;
 
@@ -126,7 +124,7 @@ class SVX_DLLPUBLIC XPolyPolygon
 protected:
 ImpXPolyPolygon* pImpXPolyPolygon;
 
-// ImpXPolyPolygon-ReferenceCount pruefen und ggf. abkoppeln
+// check ImpXPolyPolygon-ReferenceCount and decouple if necessary
 voidCheckReference();
 
 

[Bug 39468] translate German comments, removing redundant ones

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39468

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

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

fdo#39468: Translated German comments



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

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


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

2014-09-21 Thread Tor Lillqvist
 sfx2/source/view/viewsh.cxx |   12 
 1 file changed, 12 insertions(+)

New commits:
commit 8ac7ca79f67c307a08ed5e795ae00c9ac1e0b5bd
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Sep 21 14:49:11 2014 +0300

Disable the email sending menu entries when sandboxed on OS X

The way we send email doesn't work anyway in a sandboxed app on OS X. If we
want to offer the functionality, we need to implement it in an OS X 
-specific
way, perhaps using the Scripting Target functionality of Mail.app.

What we need, to be really native in this regards on OS X, would be
to have a share functionality that would in addition to sharing
through email offer AirDrop, Facebook, Twitter etc. Like Apple's own
apps. Quite possibly there are system APIs that automate much of
that. But they probably require your app to be more native in other
ways, too, like using NSDocument etc. Later...

Change-Id: Id1424377b7d493d4ec696f3242dae55a2a67dfc7

diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index fd07e1a..fc87a0a 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -17,6 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include config_features.h
+
 #include svl/stritem.hxx
 #include svl/eitem.hxx
 #include svl/whiter.hxx
@@ -786,6 +788,16 @@ void SfxViewShell::GetState_Impl( SfxItemSet rSet )
 {
 switch ( nSID )
 {
+#if HAVE_FEATURE_MACOSX_SANDBOX
+case SID_BLUETOOTH_SENDDOC:
+case SID_MAIL_SENDDOC:
+case SID_MAIL_SENDDOCASFORMAT:
+case SID_MAIL_SENDDOCASMS:
+case SID_MAIL_SENDDOCASOOO:
+case SID_MAIL_SENDDOCASPDF:
+rSet.DisableItem(nSID);
+break;
+#endif
 // Printer functions
 case SID_PRINTDOC:
 case SID_PRINTDOCDIRECT:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - 2 commits - pyuno/source sysui/desktop

2014-09-21 Thread Tor Lillqvist
 pyuno/source/loader/pyuno_loader.cxx |6 ++
 sysui/desktop/icons/main.icns|binary
 2 files changed, 6 insertions(+)

New commits:
commit 1140e24abe731f2f94bca072147aa570ea686583
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Sep 21 20:46:03 2014 +0300

Don't try to write Python bytecode files in case of a read-only installset

It causes annoying messages in the system log in the OS X sandboxed
case.

Change-Id: I8ae3eb34df2c045bdbdfc63cae9007f973c42537

diff --git a/pyuno/source/loader/pyuno_loader.cxx 
b/pyuno/source/loader/pyuno_loader.cxx
index 375ea21..04ba4f7 100644
--- a/pyuno/source/loader/pyuno_loader.cxx
+++ b/pyuno/source/loader/pyuno_loader.cxx
@@ -17,6 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include config_features.h
 #include config_folders.h
 
 #include pyuno/pyuno.hxx
@@ -219,6 +220,11 @@ Reference XInterface  CreateInstance( const Reference 
XComponentContext   c
 #else
 PyImport_AppendInittab( (char*)pyuno, initpyuno );
 #endif
+
+#if HAVE_FEATURE_READONLY_INSTALLSET
+Py_DontWriteBytecodeFlag = 1;
+#endif
+
 // initialize python
 Py_Initialize();
 PyEval_InitThreads();
commit 6a750e189eda0b0e1a8e6e30c84739764b36692a
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Sep 21 20:32:54 2014 +0300

Make the OS X icon round

Should really play with GIMP or something to add some (subtle)
embossing effects.

Change-Id: I5bdb63c974bf20200b7d5e8c1f598d93aeca34db

diff --git a/sysui/desktop/icons/main.icns b/sysui/desktop/icons/main.icns
index 9ef3f72..b2029bd 100644
Binary files a/sysui/desktop/icons/main.icns and 
b/sysui/desktop/icons/main.icns differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-09-21 Thread Tor Lillqvist
 pyuno/source/loader/pyuno_loader.cxx |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 4e124fd1409af419990bacade74fcf355624243f
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Sep 21 20:46:03 2014 +0300

Don't try to write Python bytecode files in case of a read-only installset

It causes annoying messages in the system log in the OS X sandboxed
case.

Change-Id: I8ae3eb34df2c045bdbdfc63cae9007f973c42537

diff --git a/pyuno/source/loader/pyuno_loader.cxx 
b/pyuno/source/loader/pyuno_loader.cxx
index 36d6ffd..d43bf73 100644
--- a/pyuno/source/loader/pyuno_loader.cxx
+++ b/pyuno/source/loader/pyuno_loader.cxx
@@ -17,6 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include config_features.h
 #include config_folders.h
 
 #include pyuno/pyuno.hxx
@@ -218,6 +219,11 @@ Reference XInterface  CreateInstance( const Reference 
XComponentContext   c
 #else
 PyImport_AppendInittab( (char*)pyuno, initpyuno );
 #endif
+
+#if HAVE_FEATURE_READONLY_INSTALLSET
+Py_DontWriteBytecodeFlag = 1;
+#endif
+
 // initialize python
 Py_Initialize();
 PyEval_InitThreads();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: compilerplugins/clang

2014-09-21 Thread Stephan Bergmann
 compilerplugins/clang/vclwidgets.cxx |   86 ---
 1 file changed, 86 deletions(-)

New commits:
commit 1f36fda306892ef359f067bfc2c41cd4479139c3
Author: Stephan Bergmann sberg...@redhat.com
Date:   Sun Sep 21 20:21:13 2014 +0200

Revert new loplugin: VCL widget reference checker

This gerrit patch was apparently not ready yet for integration.

This reverts commit 44a432e9073b3d39b1bdd34b65cfd91d5541f324.

diff --git a/compilerplugins/clang/vclwidgets.cxx 
b/compilerplugins/clang/vclwidgets.cxx
deleted file mode 100644
index 1bb4650..000
--- a/compilerplugins/clang/vclwidgets.cxx
+++ /dev/null
@@ -1,86 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-
-#include string
-
-#include plugin.hxx
-#include compat.hxx
-#include clang/AST/CXXInheritance.h
-
-// Final goal: Checker for VCL widget references. Makes sure that VCL Window 
subclasses are properly referenced counted and dispose()'ed.
-//
-// But at the moment it just finds subclasses of Window which are not 
heap-allocated
-//
-// TODO do I need to check for local and static variables, too ?
-// TODO when we have a dispose() method, verify that the dispose() methods 
releases all of the Window references
-// TODO when we have a dispose() method, verify that it calls the super-class 
dispose() method at some point.
-
-namespace {
-
-class VCLWidgets:
-public RecursiveASTVisitorVCLWidgets, public loplugin::Plugin
-{
-public:
-explicit VCLWidgets(InstantiationData const  data): Plugin(data) {}
-
-virtual void run() override { 
TraverseDecl(compiler.getASTContext().getTranslationUnitDecl()); }
-
-bool VisitFieldDecl(const FieldDecl * decl);
-
-bool mbFoundWindow;
-};
-
-bool forallBasesCallback(const CXXBaseSpecifier *Specifier, CXXBasePath , 
void *UserData) {
-VCLWidgets* ro = (VCLWidgets*) UserData;
-QualType qt = Specifier-getType();
-std::string name = 
qt.getUnqualifiedType().getCanonicalType().getAsString();
-if (name == class Window) {
-  ro-mbFoundWindow = true;
-  return true;
-}
-return false;
-}
-
-bool VCLWidgets::VisitFieldDecl(const FieldDecl * fieldDecl) {
-if (ignoreLocation(fieldDecl)) {
-return true;
-}
-if (fieldDecl-isBitField()) {
-return true;
-}
-const RecordType *recordType = fieldDecl-getType()-getAsRecordType();
-if (recordType == nullptr) {
-return true;
-}
-const CXXRecordDecl *recordDecl = 
dyn_castCXXRecordDecl(recordType-getDecl());
-if (recordDecl == nullptr) {
-return true;
-}
-// check if this field is derived from Window
-mbFoundWindow = false;
-CXXBasePaths paths;
-recordDecl-lookupInBases(forallBasesCallback, this, paths);
-if (!mbFoundWindow) {
-return true;
-}
-
-report(
-DiagnosticsEngine::Warning,
-vcl::Window subclass not heap allocated,
-fieldDecl-getLocation())
-   fieldDecl-getSourceRange();
-return true;
-}
-
-
-loplugin::Plugin::Registration VCLWidgets  X(vclwidgets);
-
-}
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-09-21 Thread Samuel Mehrbrodt
 sw/source/uibase/uiview/view2.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 1deaa9d304239b2d603cc85bbcb8b8f50d8714da
Author: Samuel Mehrbrodt s.mehrbr...@gmail.com
Date:   Sun Sep 21 21:30:29 2014 +0200

fdo#83953 Jump to next change when accepting or rejecting a change

Change-Id: I08f4e2ddd75f1b24ef9799e8703a5fbee85734e7

diff --git a/sw/source/uibase/uiview/view2.cxx 
b/sw/source/uibase/uiview/view2.cxx
index 9e0fc75..7ae2751 100644
--- a/sw/source/uibase/uiview/view2.cxx
+++ b/sw/source/uibase/uiview/view2.cxx
@@ -699,6 +699,8 @@ void SwView::Execute(SfxRequest rReq)
 m_pWrtShell-RejectRedline(nRedline);
 }
 }
+// Go to next change after accepting or rejecting one (fdo#83953)
+GetViewFrame()-GetDispatcher()-Execute(FN_REDLINE_NEXT_CHANGE, 
SFX_CALLMODE_ASYNCHRON);
 }
 break;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - android/experimental

2014-09-21 Thread Tomaž Vajngerl
 android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitThread.java  
   |3 
 
android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/CheckerboardImage.java
 |   43 ---
 android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/GLThread.java   
   |6 
 
android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/ImmutableViewportMetrics.java
  |   27 +-
 android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/IntSize.java
   |   46 ---
 android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/Layer.java  
   |   49 ---
 
android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/LayerController.java
   |7 
 
android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/LayerRenderer.java
 |   20 -
 
android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/NinePatchTileLayer.java
|   42 ---
 
android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/PanningPerfAPI.java
|   46 ---
 android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/PointUtils.java 
   |   65 +---
 android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/RectUtils.java  
   |   98 ++-
 
android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/ScrollbarLayer.java
|   57 
 
android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/SingleTileLayer.java
   |   88 ++
 android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/SubTile.java
   |5 
 android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/TextLayer.java  
   |   56 
 android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/TileLayer.java  
   |   66 +
 
android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/ViewTransform.java
 |   38 --
 
android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/ViewportMetrics.java
   |   72 ++---
 android/experimental/LOAndroid3/src/java/org/mozilla/gecko/ui/Axis.java
   |  132 +-
 
android/experimental/LOAndroid3/src/java/org/mozilla/gecko/ui/SimpleScaleGestureDetector.java
 |   99 ++-
 
android/experimental/LOAndroid3/src/java/org/mozilla/gecko/ui/SubdocumentScrollHelper.java
|   83 +++---
 22 files changed, 390 insertions(+), 758 deletions(-)

New commits:
commit 62a6a7d7d711209caf1237b0955e24a61b7bb21d
Author: Tomaž Vajngerl tomaz.vajng...@collabora.com
Date:   Fri Sep 19 13:22:17 2014 +0200

android: upgrade layers to newer code

Change-Id: Ife0d7cfad8b416c9363321a2fd1f4e9a8a1f4325

diff --git 
a/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitThread.java 
b/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitThread.java
index c12170f..bc08b98 100644
--- a/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitThread.java
+++ b/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitThread.java
@@ -64,7 +64,8 @@ public class LOKitThread extends Thread {
 int pageHeight = mTileProvider.getPageHeight();
 
 mViewportMetrics = new ViewportMetrics();
-mViewportMetrics.setPageSize(new FloatSize(pageWidth, pageHeight));
+FloatSize size = new FloatSize(pageWidth, pageHeight);
+mViewportMetrics.setPageSize(size, size);
 
 GeckoLayerClient layerClient = mApplication.getLayerClient();
 layerClient.beginDrawing(mViewportMetrics);
diff --git 
a/android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/CheckerboardImage.java
 
b/android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/CheckerboardImage.java
index 7af94fa..bf1cab7 100644
--- 
a/android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/CheckerboardImage.java
+++ 
b/android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/CheckerboardImage.java
@@ -1,39 +1,7 @@
 /* -*- Mode: Java; c-basic-offset: 4; tab-width: 20; indent-tabs-mode: nil; -*-
- * * BEGIN LICENSE BLOCK *
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the License); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an AS IS basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Mozilla Android code.
- *
- * The Initial Developer of the Original Code is Mozilla Foundation.
- * Portions created by the Initial Developer are Copyright (C) 2012
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *   Patrick Walton pcwal...@mozilla.com
- *
- * Alternatively, the contents of this file may be used under the terms of
- * 

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

2014-09-21 Thread Samuel Mehrbrodt
 svx/source/gallery2/galbrws2.cxx |   27 --
 svx/source/gallery2/galctrl.cxx  |   57 +++
 2 files changed, 18 insertions(+), 66 deletions(-)

New commits:
commit 8b124cebb1205639aeccaf0cf44b405be8a4e59d
Author: Samuel Mehrbrodt s.mehrbr...@gmail.com
Date:   Sun Sep 21 23:21:37 2014 +0200

Improve gallery look for small width (Sidebar)

* Remove the path column in details view
* Only show the theme name next to the view switch buttons
* Only show the horizontal scrollbar when necessary

Change-Id: Ia3f5d854217e883275b1a7056489dba9fac6aabb

diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx
index c70f39e..bf2da8b 100644
--- a/svx/source/gallery2/galbrws2.cxx
+++ b/svx/source/gallery2/galbrws2.cxx
@@ -956,33 +956,8 @@ void GalleryBrowser2::ImplUpdateViews( sal_uInt16 
nSelectionId )
 
 void GalleryBrowser2::ImplUpdateInfoBar()
 {
-OUString aInfoText;
-
 if( mpCurTheme )
-{
-Point   aSelPos;
-const sal_uIntPtr nItemId = ImplGetSelectedItemId( NULL, aSelPos );
-
-if( nItemId )
-{
-const sal_uIntPtr nPos = nItemId - 1;
-
-aInfoText = mpCurTheme-GetName();
-
-if( nPos  mpCurTheme-GetObjectCount() )
-{
-SgaObject* pObj = mpCurTheme-AcquireObject( nPos );
-
-if( pObj )
-{
-aInfoText = GetItemText( *mpCurTheme, *pObj, 
GALLERY_ITEM_THEMENAME | GALLERY_ITEM_TITLE | GALLERY_ITEM_PATH );
-mpCurTheme-ReleaseObject( pObj );
-}
-}
-}
-}
-
-maInfoBar.SetText( aInfoText );
+ maInfoBar.SetText( mpCurTheme-GetName() );
 }
 
 sal_uIntPtr GalleryBrowser2::ImplGetSelectedItemId( const Point* pSelPos, 
Point rSelPos )
diff --git a/svx/source/gallery2/galctrl.cxx b/svx/source/gallery2/galctrl.cxx
index 3543bc8..90be8c1 100644
--- a/svx/source/gallery2/galctrl.cxx
+++ b/svx/source/gallery2/galctrl.cxx
@@ -36,7 +36,6 @@
 #include vcl/settings.hxx
 
 #define GALLERY_BRWBOX_TITLE1
-#define GALLERY_BRWBOX_PATH 2
 
 GalleryPreview::GalleryPreview(Window* pParent, WinBits nStyle, GalleryTheme* 
pTheme)
 : Window(pParent, nStyle)
@@ -527,10 +526,9 @@ GalleryListView::GalleryListView( GalleryBrowser2* 
pParent, GalleryTheme* pTheme
 
 InitSettings();
 
-SetMode( BROWSER_AUTO_VSCROLL | BROWSER_AUTOSIZE_LASTCOL );
+SetMode( BROWSER_AUTO_VSCROLL | BROWSER_AUTOSIZE_LASTCOL | 
BROWSER_AUTO_HSCROLL );
 SetDataRowHeight( 28 );
 InsertDataColumn( GALLERY_BRWBOX_TITLE, 
GAL_RESSTR(RID_SVXSTR_GALLERY_TITLE), 256  );
-InsertDataColumn( GALLERY_BRWBOX_PATH, 
GAL_RESSTR(RID_SVXSTR_GALLERY_PATH), 256 );
 }
 
 GalleryListView::~GalleryListView()
@@ -558,7 +556,7 @@ bool GalleryListView::SeekRow( long nRow )
 return true;
 }
 
-OUString GalleryListView::GetCellText(long _nRow, sal_uInt16 nColumnId) const
+OUString GalleryListView::GetCellText(long _nRow, sal_uInt16 /*nColumnId*/) 
const
 {
 OUString sRet;
 if( mpTheme  ( _nRow  static_cast long ( mpTheme-GetObjectCount() ) 
) )
@@ -567,9 +565,7 @@ OUString GalleryListView::GetCellText(long _nRow, 
sal_uInt16 nColumnId) const
 
 if( pObj )
 {
-sRet = GalleryBrowser2::GetItemText( *mpTheme, *pObj,
-( GALLERY_BRWBOX_TITLE == nColumnId ) ? GALLERY_ITEM_TITLE : 
GALLERY_ITEM_PATH );
-
+sRet = GalleryBrowser2::GetItemText( *mpTheme, *pObj, 
GALLERY_ITEM_TITLE );
 mpTheme-ReleaseObject( pObj );
 }
 }
@@ -607,7 +603,7 @@ sal_Int32 GalleryListView::GetFieldIndexAtPoint(sal_Int32 
_nRow,sal_Int32 _nColu
 return nRet;
 }
 
-void GalleryListView::PaintField( OutputDevice rDev, const Rectangle rRect, 
sal_uInt16 nColumnId ) const
+void GalleryListView::PaintField( OutputDevice rDev, const Rectangle rRect, 
sal_uInt16 /*nColumnId*/ ) const
 {
 rDev.Push( PUSH_CLIPREGION );
 rDev.IntersectClipRegion( rRect );
@@ -624,20 +620,8 @@ void GalleryListView::PaintField( OutputDevice rDev, 
const Rectangle rRect, sa
 
 bool bNeedToCreate(aBitmapEx.IsEmpty());
 
-if(!bNeedToCreate  GALLERY_BRWBOX_TITLE == nColumnId  
aItemTextTitle.isEmpty())
-{
-bNeedToCreate = true;
-}
-
-if(!bNeedToCreate  GALLERY_BRWBOX_PATH == nColumnId  
aItemTextPath.isEmpty())
-{
-bNeedToCreate = true;
-}
-
-if(!bNeedToCreate  aPreparedSize != aSize)
-{
+if(!bNeedToCreate  (aItemTextTitle.isEmpty() || aPreparedSize != 
aSize))
 bNeedToCreate = true;
-}
 
 if(bNeedToCreate)
 {
@@ -656,31 +640,24 @@ void GalleryListView::PaintField( OutputDevice rDev, 
const Rectangle rRect, sa
 
 const long nTextPosY(rRect.Top() + ((rRect.GetHeight() - 
rDev.GetTextHeight())  1));
 
-if(GALLERY_BRWBOX_TITLE == nColumnId)
+

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

2014-09-21 Thread Ulrich Kitzinger
 sw/source/uibase/utlui/content.cxx |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 54a48cd11d62082eb57b07bb245e49af255c6731
Author: Ulrich Kitzinger ulk...@hotmail.de
Date:   Fri Aug 29 22:52:13 2014 +0200

fdo#58189 : EDITING: Wrong Chapter Moves with the Navigator

During DnD, the target of the dropped node is wrong when dropping after the 
first node. That's because no key is calculated for position 0 (= the first 
node). All the other key-finding methods (eg in Collapse and Expand) don't 
check for 0.

Change-Id: I33b1b4f27a342dc40b37fe1fbaedeb7553a37ece
Reviewed-on: https://gerrit.libreoffice.org/11200
Reviewed-by: Samuel Mehrbrodt s.mehrbr...@gmail.com
Tested-by: Samuel Mehrbrodt s.mehrbr...@gmail.com

diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index 2019065..d67ddda 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -1078,10 +1078,9 @@ static void* lcl_GetOutlineKey( SwContentTree* pTree, 
SwOutlineContent* pContent
 {
 SwWrtShell* pShell = pTree-GetWrtShell();
 sal_Int32 nPos = pContent-GetYPos();
-if( nPos )
-{
-key = 
(void*)pShell-getIDocumentOutlineNodesAccess()-getOutlineNode( nPos );
-}
+
+key = (void*)pShell-getIDocumentOutlineNodesAccess()-getOutlineNode( 
nPos );
+
 }
 return key;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-09-21 Thread Samuel Mehrbrodt
 svx/source/gallery2/galctrl.cxx |  198 
 1 file changed, 198 deletions(-)

New commits:
commit 0ce8533ee2b3202922e0ff7ba9f9212080965167
Author: Samuel Mehrbrodt s.mehrbr...@gmail.com
Date:   Sun Sep 21 23:51:48 2014 +0200

Remove dead code

Change-Id: I0bbfdbdc7ef4674260771f15b9c2aa40c4bf5f36

diff --git a/svx/source/gallery2/galctrl.cxx b/svx/source/gallery2/galctrl.cxx
index 90be8c1..31a2100 100644
--- a/svx/source/gallery2/galctrl.cxx
+++ b/svx/source/gallery2/galctrl.cxx
@@ -368,105 +368,6 @@ void GalleryIconView::UserDraw( const UserDrawEvent 
rUDEvt )
 }
 
 SetItemText(nId, aItemTextTitle);
-
-//SgaObject* pObj = mpTheme-AcquireObject( nId - 1 );
-
-//if( pObj )
-//{
-//const Rectangle rRect = rUDEvt.GetRect();
-//const Size aSize(rRect.GetWidth(), rRect.GetHeight());
-//const BitmapEx aBitmapEx(pObj-createPreviewBitmapEx(aSize));
-//const Size aBitmapExSizePixel(aBitmapEx.GetSizePixel());
-
-//if(!aBitmapEx.IsEmpty())
-//{
-//const Point aPos(
-//((aSize.Width() - aBitmapExSizePixel.Width())  1) + 
rRect.Left(),
-//((aSize.Height() - aBitmapExSizePixel.Height())  1) + 
rRect.Top());
-//OutputDevice* pDev = rUDEvt.GetDevice();
-
-//if(aBitmapEx.IsTransparent())
-//{
-//// draw checkered background
-//drawTransparenceBackground(*pDev, aPos, 
aBitmapExSizePixel);
-//}
-
-//pDev-DrawBitmapEx(aPos, aBitmapEx);
-//}
-
-//  //const Rectangle  rRect = rUDEvt.GetRect();
-//  //OutputDevice* pDev = rUDEvt.GetDevice();
-//  //Graphic   aGraphic;
-////bool bTransparent(false);
-
-//  //if( pObj-IsThumbBitmap() )
-//  //{
-//  //  BitmapEx aBitmapEx;
-
-//  //  if( pObj-GetObjKind() == SGA_OBJ_SOUND )
-////{
-////Bitmap aTemp = pObj-GetThumbBmp().GetBitmap();
-
-////aTemp.Replace( COL_LIGHTMAGENTA, COL_WHITE );
-////aBitmapEx = BitmapEx(aTemp);
-////}
-////else
-////{
-////aBitmapEx = pObj-GetThumbBmp();
-////bTransparent = aBitmapEx.IsTransparent();
-////}
-
-//  //  if( ( pDev-GetBitCount() = 8 )  ( aBitmapEx.GetBitCount() 
= 8 ) )
-////{
-//  //  aBitmapEx.Dither( BMP_DITHER_FLOYD );
-////}
-
-//  //  aGraphic = aBitmapEx;
-//  //}
-//  //else
-////{
-//  //  aGraphic = pObj-GetThumbMtf();
-////bTransparent = true;
-////}
-
-//  //Size aSize( aGraphic.GetSizePixel( pDev ) );
-
-//  //if ( aSize.Width()  aSize.Height() )
-//  //{
-//  //  if( ( aSize.Width()  rRect.GetWidth() ) || ( aSize.Height()  
rRect.GetHeight() ) )
-//  //  {
-//  //  Point   aNewPos;
-//  //  const doublefBmpWH  = (double) aSize.Width() / 
aSize.Height();
-//  //  const doublefThmpWH = (double) rRect.GetWidth() / 
rRect.GetHeight();
-
-//  //  // Bitmap an Thumbgroesse anpassen
-//  //  if ( fBmpWH  fThmpWH )
-//  //  {
-//  //  aSize.Width() = (long) ( rRect.GetHeight() * fBmpWH );
-//  //  aSize.Height()= rRect.GetHeight();
-//  //  }
-//  //  else
-//  //  {
-//  //  aSize.Width() = rRect.GetWidth();
-//  //  aSize.Height()= (long) ( rRect.GetWidth() / fBmpWH );
-//  //  }
-//  //  }
-
-//  //  const Point aPos( ( ( rRect.GetWidth() - aSize.Width() )  1 
) + rRect.Left(),
-//  //( ( rRect.GetHeight() - aSize.Height() )  
1 ) + rRect.Top() );
-
-////if(bTransparent)
-////{
-////// draw checkered background
-////drawTransparenceBackground(*pDev, aPos, aSize);
-////}
-
-//  //  aGraphic.Draw( pDev, aPos, aSize );
-//  //}
-
-//  SetItemText( nId, GalleryBrowser2::GetItemText( *mpTheme, *pObj, 
GALLERY_ITEM_TITLE) );
-//  mpTheme-ReleaseObject( pObj );
-//}
 }
 }
 
@@ -657,105 +558,6 @@ void GalleryListView::PaintField( OutputDevice rDev, 
const Rectangle rRect, sa
 }
 
 rDev.DrawText(Point(rRect.Left() + rRect.GetHeight() + 6, nTextPosY), 
aItemTextTitle);
-
-
-//SgaObject* pObj = mpTheme-AcquireObject( mnCurRow );
-
-//if( pObj )
-//{
-//const long nTextPosY = rRect.Top() + ( ( rRect.GetHeight() - 
rDev.GetTextHeight() )  1 );
-
-//if( 

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - 3 commits - configure.ac lo.xcent.in

2014-09-21 Thread Tor Lillqvist
 configure.ac |   15 ++-
 lo.xcent.in  |9 +
 2 files changed, 15 insertions(+), 9 deletions(-)

New commits:
commit ef81d67c15d8981795c4f063d61c77eef6406d94
Author: Tor Lillqvist t...@collabora.com
Date:   Mon Sep 22 00:10:05 2014 +0300

Bump patch level for new Mac App Store submit attempt

Change-Id: I432ce5afe65c91fb3133a975508724ed00932e2f

diff --git a/configure.ac b/configure.ac
index 6dd799b..fce44a3 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.2.10.12],[],[],[https://libreoffice-from-collabora.com/])
+AC_INIT([LibreOffice],[4.2.10.13],[],[],[https://libreoffice-from-collabora.com/])
 
 AC_PREREQ([2.59])
 
commit b0fd980fc6eeaf3043233f17c89bc9abfdb4d36a
Author: Tor Lillqvist t...@collabora.com
Date:   Mon Sep 22 00:07:53 2014 +0300

The com.apple.application-identifier value should be prefixed with the 
teamid

Change-Id: I6b58492ba051bb5032870aa47cfacbe3a292e31f

diff --git a/configure.ac b/configure.ac
index 9ba3da3..6dd799b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1231,6 +1231,12 @@ AC_ARG_ENABLE(macosx-sandbox,
  adherence to App Store rules.]),
 ,)
 
+AC_ARG_WITH(macosx-teamid,
+AS_HELP_STRING([--with-macosx-teamid=teamid],
+[The team id to be used for com.apple.application-identifier
+ in the entitlements when building a sandboxed LibreOffice.]),
+,)
+
 AC_ARG_ENABLE(canonical-installation-tree-structure,
 AS_HELP_STRING([--enable-canonical-installation-tree-structure],
 [Make the installation tree structure be more canonical for
@@ -2921,8 +2927,14 @@ if test $_os = Darwin; then
 
 AC_MSG_CHECKING([whether to sandbox the application])
 
+if test -n $with_macosx_teamid -a $with_macosx_teamid != yes -a 
$with_macosx_teamid != no; then
+MACOSX_TEAMID=$with_macosx_teamid
+fi
+
 if test -z $MACOSX_CODESIGNING_IDENTITY -a $enable_macosx_sandbox = 
yes; then
 AC_MSG_ERROR([OS X sandboxing requires code signing])
+elif test -z $MACOSX_TEAMID -a $enable_macosx_sandbox = yes; then
+AC_MSG_ERROR([OS X sandboxing requires a team id])
 elif test -n $ENABLE_JAVA -a $enable_macosx_sandbox = yes; then
 AC_MSG_ERROR([OS X sandboxing (actually App Store rules) disallows use 
of Java])
 elif test -n $MACOSX_CODESIGNING_IDENTITY -a $enable_macosx_sandbox = 
yes; then
@@ -2952,6 +2964,7 @@ AC_SUBST(MACOSX_CODESIGNING_IDENTITY)
 AC_SUBST(MACOSX_PACKAGE_SIGNING_IDENTITY)
 AC_SUBST(ENABLE_MACOSX_SANDBOX)
 AC_SUBST(MACOSX_BUNDLE_IDENTIFIER)
+AC_SUBST(MACOSX_TEAMID)
 AC_SUBST(MACOSX_APP_NAME)
 
 dnl ===
diff --git a/lo.xcent.in b/lo.xcent.in
index 19802dd..f804daf 100644
--- a/lo.xcent.in
+++ b/lo.xcent.in
@@ -3,7 +3,7 @@
 plist version=1.0
 dict
keycom.apple.application-identifier/key
-   string@MACOSX_BUNDLE_IDENTIFIER@/string
+   string@MACOSX_TEAMID@.@MACOSX_BUNDLE_IDENTIFIER@/string
keycom.apple.security.app-sandbox/key
true/
keycom.apple.security.files.bookmarks.app-scope/key
commit a1379c6d2555c77b1b096165ac2aab42808e90a7
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Sep 21 23:55:38 2014 +0300

We don't build the Apple Remote code when sandboxed

So no need for the related entitlements.

Change-Id: I54ba7c0586ee77f30096b50755a9a85bbb7965a5

diff --git a/lo.xcent.in b/lo.xcent.in
index ca636d7..19802dd 100644
--- a/lo.xcent.in
+++ b/lo.xcent.in
@@ -20,13 +20,6 @@
true/
keycom.apple.security.device.bluetooth/key
true/
-   !-- usb needed for the apple_remote thingie... --
-   keycom.apple.security.device.usb/key
-   true/
-   keycom.apple.security.temporary-exception.apple-events/key
-   array
-   stringmac.remotecontrols/string
-   /array
keycom.apple.security.print/key
true/
 /dict
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 8 commits - include/svtools include/vcl sfx2/source svtools/qa svtools/source sw/qa sw/source vcl/source

2014-09-21 Thread Tomaž Vajngerl
 include/svtools/HtmlWriter.hxx |   31 +
 include/svtools/htmlout.hxx|1 
 include/vcl/gdimtf.hxx |6 
 include/vcl/graphicfilter.hxx  |2 
 sfx2/source/doc/graphhelp.cxx  |   38 +-
 svtools/qa/unit/testHtmlWriter.cxx |  124 +++
 svtools/source/svhtml/HtmlWriter.cxx   |   49 ++
 svtools/source/svhtml/htmlout.cxx  |   25 +
 sw/qa/extras/htmlexport/data/HTMLImage.odt |binary
 sw/qa/extras/htmlexport/htmlexport.cxx |   30 +
 sw/source/filter/html/htmlatr.cxx  |3 
 sw/source/filter/html/htmlflywriter.cxx|  505 +
 sw/source/filter/html/wrthtml.cxx  |   62 +--
 sw/source/filter/html/wrthtml.hxx  |7 
 vcl/source/filter/graphicfilter.cxx|   12 
 vcl/source/gdi/gdimtf.cxx  |   21 -
 16 files changed, 712 insertions(+), 204 deletions(-)

New commits:
commit 935e8fc98c033680029e4531747a2f680f50d5ca
Author: Tomaž Vajngerl tomaz.vajng...@collabora.com
Date:   Mon Sep 22 00:09:22 2014 +0200

werror: ‘nDirection’ shadows a member of 'this'

Change-Id: Idb56ef8327164f22379b732f9507e0b255b0998c

diff --git a/sw/source/filter/html/wrthtml.cxx 
b/sw/source/filter/html/wrthtml.cxx
index b64f9aa..5cc182f 100644
--- a/sw/source/filter/html/wrthtml.cxx
+++ b/sw/source/filter/html/wrthtml.cxx
@@ -1307,10 +1307,10 @@ void SwHTMLWriter::OutDirection( sal_uInt16 nDir )
 }
 }
 
-OString SwHTMLWriter::convertDirection(sal_uInt16 nDirection)
+OString SwHTMLWriter::convertDirection(sal_uInt16 nDir)
 {
 OString sConverted;
-switch (nDirection)
+switch (nDir)
 {
 case FRMDIR_HORI_LEFT_TOP:
 case FRMDIR_VERT_TOP_LEFT:
commit 2113c50b455ae67874eb61ff0dcd75c766b17002
Author: Tomaž Vajngerl tomaz.vajng...@collabora.com
Date:   Sun Sep 21 21:34:01 2014 +0200

fdo#62104 Optimize thumbnail size by using PNG8 and other tricks

Change-Id: I54ece4a1977fe93c0e7bbb11774bd8657912c6bb

diff --git a/include/vcl/gdimtf.hxx b/include/vcl/gdimtf.hxx
index 4d863aa..414f430 100644
--- a/include/vcl/gdimtf.hxx
+++ b/include/vcl/gdimtf.hxx
@@ -24,6 +24,7 @@
 #include tools/gen.hxx
 #include tools/link.hxx
 #include vcl/mapmod.hxx
+#include vcl/bitmap.hxx
 #include vector
 
 class OutputDevice;
@@ -214,7 +215,10 @@ public:
 friend VCL_DLLPUBLIC SvStream WriteGDIMetaFile( SvStream rOStm, const 
GDIMetaFile rGDIMetaFile );
 
 /// Creates an antialiased thumbnail, with maximum width or height of 
nMaximumExtent.
-boolCreateThumbnail(BitmapEx rBmpEx, sal_uInt32 nMaximumSize = 
256) const;
+boolCreateThumbnail(BitmapEx rBitmapEx,
+sal_uInt32 nMaximumExtent = 256,
+BmpConversion nColorConversion = 
BMP_CONVERSION_24BIT,
+long nScaleFlag = BMP_SCALE_BESTQUALITY) const;
 
 voidUseCanvas( bool _bUseCanvas );
 boolGetUseCanvas() const { return bUseCanvas; }
diff --git a/sfx2/source/doc/graphhelp.cxx b/sfx2/source/doc/graphhelp.cxx
index f1d0bc5..2741131 100644
--- a/sfx2/source/doc/graphhelp.cxx
+++ b/sfx2/source/doc/graphhelp.cxx
@@ -39,6 +39,7 @@
 #include vcl/outdev.hxx
 #include vcl/virdev.hxx
 #include vcl/bitmapex.hxx
+#include vcl/graphicfilter.hxx
 
 #include tools/stream.hxx
 #include tools/helpers.hxx
@@ -52,7 +53,7 @@
 #include graphhelp.hxx
 #include doc.hrc
 
-using namespace ::com::sun::star;
+using namespace css;
 
 SvMemoryStream* GraphicHelper::getFormatStrFromGDI_Impl( const GDIMetaFile* 
pGDIMeta, sal_uInt32 nFormat )
 {
@@ -192,30 +193,33 @@ bool GraphicHelper::supportsMetaFileHandle_Impl()
 
 
 // static
-bool GraphicHelper::getThumbnailFormatFromGDI_Impl( GDIMetaFile* pMetaFile,
-const uno::Reference 
io::XStream  xStream )
+bool GraphicHelper::getThumbnailFormatFromGDI_Impl(GDIMetaFile* pMetaFile, 
const uno::Referenceio::XStream xStream)
 {
 bool bResult = false;
-SvStream* pStream = NULL;
 
-if ( xStream.is() )
-pStream = ::utl::UcbStreamHelper::CreateStream( xStream );
+if (!pMetaFile || !xStream.is())
+return false;
 
-if ( pMetaFile  pStream  !pStream-GetError() )
-{
-BitmapEx aResultBitmap;
+boost::scoped_ptrSvStream 
pStream(utl::UcbStreamHelper::CreateStream(xStream));
 
-bResult = pMetaFile-CreateThumbnail(aResultBitmap);
+if (pStream-GetError())
+return false;
 
-if ( bResult )
-bResult = ( !aResultBitmap.IsEmpty()
- GraphicConverter::Export( *pStream, aResultBitmap, 
CVT_PNG ) == 0
- ( pStream-Flush(), !pStream-GetError() ) );
+BitmapEx aResultBitmap;
 
-delete pStream;
-}
+bResult = pMetaFile-CreateThumbnail(aResultBitmap, 256, 
BMP_CONVERSION_8BIT_COLORS, BMP_SCALE_DEFAULT);
 
-return bResult;
+if (!bResult || 

Chained Text Boxes - Cleaning up code before incorporation to master - Are we okay with changes to #i119885#?

2014-09-21 Thread Matteo Campanelli
Thorsten,
remember when we decided to remove several lines of the type Size
aMaxSize(10,10), nWdt = 100...
because they interfered with checking that a page overflow occurred?
(I'm referring to the changes in this commit
http://cgit.freedesktop.org/libreoffice/core/commit/?h=feature/gsoc14-draw-chained-text-boxesid=f907f74a5ef3372f275c2ef5cb51d38823383e34
in particular.)

If not, never mind, but I'm mentioning that because then I basically
reverted changes related  to the issue in the subject - and I don't know if
everything works now.
Shall I just leave stuff as it is and once incorporated in master we'll
find out what happens?

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


[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - editeng/source svx/source

2014-09-21 Thread matteocam
 editeng/source/editeng/impedit3.cxx  |2 +
 svx/source/sdr/primitive2d/sdrdecompositiontools.cxx |4 +++
 svx/source/svdraw/svdotext.cxx   |   22 ---
 3 files changed, 25 insertions(+), 3 deletions(-)

New commits:
commit 9b08fb53a582938267c2470be5fcd1d41e43b074
Author: matteocam matteo.campane...@gmail.com
Date:   Sun Sep 21 20:22:51 2014 -0400

Added debugging output for referred SdrTextObj when making a new text prim.

Change-Id: I808456d0fa051a7040c4247c51e4ed4925cff010

diff --git a/editeng/source/editeng/impedit3.cxx 
b/editeng/source/editeng/impedit3.cxx
index db962b5..3f8895f 100644
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx
@@ -614,6 +614,8 @@ void ImpEditEngine::CheckPageOverflow()
 // setting overflow status
 
 sal_uInt32 nBoxHeight = GetMaxAutoPaperSize().Height();
+fprintf(stderr, [OVERFLOW-CHECK] Current MaxAutoPaperSize is %d\n, 
nBoxHeight);
+fprintf(stderr, [CONTROL_STATUS] AutoPageSize is %s,  ( 
aStatus.GetControlWord()  EE_CNTRL_AUTOPAGESIZE ) ? ON\n : OFF\n );
 
 if (CalcTextHeight(NULL)  nBoxHeight)
 {
diff --git a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx 
b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
index a61e61e..612a862 100644
--- a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
+++ b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
@@ -291,6 +291,10 @@ namespace drawinglayer
 aAnchorTransform = 
basegfx::tools::createShearXRotateTranslateB2DHomMatrix(fShearX, fRotate, 
aTranslate)
 * aAnchorTransform;
 
+// FIXME(matteocam)
+SdrTextObj *pReferredTextObj = rText.getSdrText().GetObject();
+fprintf(stderr, [MkTextPrimitive] Referring to text object: 
%p\n, pReferredTextObj);
+
 if(rText.isFitToSize())
 {
 // streched text in range
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index e287961..178f0b9 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -1953,13 +1953,29 @@ void SdrTextObj::onEditOutlinerStatusEvent( EditStatus* 
pEditStatus )
 ImpAutoFitText(*pEdtOutl);
 mbInDownScale = false;
 }
-else if ( GetNextLinkInChain() != NULL )
+else if ( GetNextLinkInChain() != NULL ) // is this a chainable object?
 {
-// set the need for chaining
+// set whether there is need for chaining
 SetToBeChained( pEditStatus-IsPageOverflow() );
 fprintf(stderr, [CHAINING] Need for Chaining is %s\n,
 pEditStatus-IsPageOverflow() ? TRUE : FALSE);
-//impDecomposeChainedTextPrimitive();
+
+/*
+ *  XXX: I can see problems with circular chains here:
+ *If there is such a circular chain we get back
+ *to the first box and so on...
+*/
+
+//if ( IsRecursiveChaining() ) {
+// set non overflowing text
+
+/*
+ * XXX: what's with the Outliner?
+ * It may be that we are calling it in the wrong moment.
+ * But if we don't call it here, where?
+*/
+
+//}
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: basic/source connectivity/source connectivity/workben fpicker/source sfx2/source sw/source unoxml/source vcl/source

2014-09-21 Thread Matthew J . Francis
 basic/source/comp/sbcomp.cxx|   15 
--
 connectivity/source/drivers/mork/MStatement.cxx |2 -
 connectivity/source/drivers/odbc/ODatabaseMetaDataResultSet.cxx |4 +-
 connectivity/workben/testmoz/main.cxx   |6 +---
 connectivity/workben/testmoz/mozthread.cxx  |9 ++
 fpicker/source/office/OfficeControlAccess.cxx   |6 ++--
 sfx2/source/control/shell.cxx   |2 -
 sfx2/source/sidebar/Deck.cxx|   12 
 sw/source/ui/vba/vbasystem.cxx  |6 ++--
 unoxml/source/dom/attr.cxx  |1 
 unoxml/source/dom/documentbuilder.cxx   |6 
 vcl/source/gdi/pdfwriter_impl.cxx   |4 +-
 12 files changed, 30 insertions(+), 43 deletions(-)

New commits:
commit 764e3016b62665281539af4e990ca4ff0445c26c
Author: Matthew J. Francis mjay.fran...@gmail.com
Date:   Sat Sep 20 12:14:41 2014 +0800

fdo#84086 Fix assorted use-after-free bugs

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

diff --git a/basic/source/comp/sbcomp.cxx b/basic/source/comp/sbcomp.cxx
index 59b0fd7..7e79bef3 100644
--- a/basic/source/comp/sbcomp.cxx
+++ b/basic/source/comp/sbcomp.cxx
@@ -414,7 +414,7 @@ void lcl_printTimeOutput( void )
 if( pFunctionItem != NULL )
 {
 OUString aCompleteFunctionName = 
pFunctionItem-m_aCompleteFunctionName;
-const char* pName = OUStringToOString( aCompleteFunctionName, 
RTL_TEXTENCODING_ASCII_US ).getStr();
+OString aName = OUStringToOString( aCompleteFunctionName, 
RTL_TEXTENCODING_ASCII_US );
 int nNameLen = aCompleteFunctionName.getLength();
 
 double dFctTotalTime = pFunctionItem-m_dTotalTime;
@@ -427,7 +427,7 @@ void lcl_printTimeOutput( void )
 nSpaceCount = 2;
 }
 sprintf( TimeBuffer, %s:%sCalled %d times\t%f ms (%f%%) / net 
%f (%f%%) ms,
- pName, lcl_getSpaces( nSpaceCount ), 
pFunctionItem-m_nCallCount,
+ aName.getStr(), lcl_getSpaces( nSpaceCount ), 
pFunctionItem-m_nCallCount,
  dFctTotalTime*1000.0, dFctTotalTimePercent, 
dFctNetTime*1000.0, dFctNetTimePercent );
 lcl_lineOut( TimeBuffer );
 }
@@ -566,9 +566,9 @@ void dbg_traceStep( SbModule* pModule, sal_uInt32 nPC, 
sal_Int32 nCallLvl )
 ModuleTraceMap::iterator it = rModuleTraceMap.find( aModuleName );
 if( it == rModuleTraceMap.end() )
 {
-const char* pModuleNameStr = OUStringToOString( OUString( aModuleName 
), RTL_TEXTENCODING_ASCII_US ).getStr();
+OString aModuleNameStr = OUStringToOString( OUString( aModuleName ), 
RTL_TEXTENCODING_ASCII_US );
 char Buffer[200];
-sprintf( Buffer, TRACE ERROR: Unknown module \%s\, pModuleNameStr 
);
+sprintf( Buffer, TRACE ERROR: Unknown module \%s\, 
aModuleNameStr.getStr() );
 lcl_lineOut( Buffer );
 return;
 }
@@ -583,9 +583,9 @@ void dbg_traceStep( SbModule* pModule, sal_uInt32 nPC, 
sal_Int32 nCallLvl )
 PCToTextDataMap::iterator itInner = pInnerMap-find( nPC );
 if( itInner == pInnerMap-end() )
 {
-const char* pModuleNameStr = OUStringToOString( OUString( aModuleName 
), RTL_TEXTENCODING_ASCII_US ).getStr();
+OString aModuleNameStr = OUStringToOString( OUString( aModuleName ), 
RTL_TEXTENCODING_ASCII_US );
 char Buffer[200];
-sprintf( Buffer, TRACE ERROR: No info for PC = %d in module \%s\, 
(int)nPC, pModuleNameStr );
+sprintf( Buffer, TRACE ERROR: No info for PC = %d in module \%s\, 
(int)nPC, aModuleNameStr.getStr() );
 lcl_lineOut( Buffer );
 return;
 }
@@ -925,9 +925,8 @@ void RTL_Impl_TraceCommand( StarBASIC* pBasic, SbxArray 
rPar, sal_Bool bWrite )
 }
 
 char Buffer[500];
-const char* pValStr = OUStringToOString( OUString( aValStr ), 
RTL_TEXTENCODING_ASCII_US ).getStr();
 
-sprintf( Buffer, ### TRACE_PRINT: %s ###, pValStr );
+sprintf( Buffer, ### TRACE_PRINT: %s ###, OUStringToOString( 
OUString( aValStr ), RTL_TEXTENCODING_ASCII_US ).getStr() );
 int nIndent = GnLastCallLvl * GnIndentPerCallLevel;
 lcl_lineOut( Buffer, lcl_getSpaces( nIndent ) );
 
diff --git a/connectivity/source/drivers/mork/MStatement.cxx 
b/connectivity/source/drivers/mork/MStatement.cxx
index 1ee4b8c..3dd425e 100644
--- a/connectivity/source/drivers/mork/MStatement.cxx
+++ b/connectivity/source/drivers/mork/MStatement.cxx
@@ -196,8 +196,6 @@ OCommonStatement::StatementType 

Re: Chained Text Boxes - Cleaning up code before incorporation to master - Are we okay with changes to #i119885#?

2014-09-21 Thread Thorsten Behrens
Matteo Campanelli wrote:
 remember when we decided to remove several lines of the type Size
 aMaxSize(10,10), nWdt = 100...
 because they interfered with checking that a page overflow occurred?
 (I'm referring to the changes in this commit
 http://cgit.freedesktop.org/libreoffice/core/commit/?h=feature/gsoc14-draw-chained-text-boxesid=f907f74a5ef3372f275c2ef5cb51d38823383e34
 in particular.)
 
Hi Matteo,

mmh - so nope, I'm afraid that will likely break things in master, so
I'd prefer if we fix that in the branch. First thing to do is to run
all tests (including make slowcheck and make subsequentcheck). If you
played with all applications, and are reasonably certain no observable
behaviour changed, of course we can merge that (after giving some
advance warning here on the dev and QA list).

And thanks for digging into this again!

Cheers,

-- Thorsten


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


[Libreoffice-commits] core.git: idl/inc idl/source include/sfx2 sd/source sfx2/source svx/source

2014-09-21 Thread Noel Grandin
 idl/inc/slot.hxx |4 +---
 idl/source/objects/object.cxx|2 +-
 idl/source/objects/slot.cxx  |   23 ---
 include/sfx2/msg.hxx |   12 
 sd/source/ui/dlg/PaneShells.cxx  |4 ++--
 sfx2/source/control/shell.cxx|1 -
 sfx2/source/sidebar/Deck.cxx |5 ++---
 svx/source/toolbars/extrusionbar.cxx |2 +-
 svx/source/toolbars/fontworkbar.cxx  |2 +-
 9 files changed, 16 insertions(+), 39 deletions(-)

New commits:
commit 3ddae219e4be882704ffd917e80c1d8b22c5d48b
Author: Noel Grandin n...@peralex.com
Date:   Sun Sep 21 15:46:10 2014 +0200

remove unused fields pName and pMethodName in SfxSlot class

Change-Id: Icca5a0dee296fae1abeb78ea8ffa2f9e934bb111

diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index 220c478..65ede6d 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -72,8 +72,7 @@ class SvMetaSlot : public SvMetaAttribute
 sal_uInt16 nCount, const OString rSlotId,
 SvSlotElementList rList,
 size_t nStart,
-const OString rPrefix,
-   SvIdlDataBase  rBase, SvStream  rOutStm );
+SvIdlDataBase  rBase, SvStream  rOutStm );
 virtual voidWrite( SvIdlDataBase  rBase,
 SvStream  rOutStm, sal_uInt16 nTab,
  WriteType, WriteAttribute = 0 ) SAL_OVERRIDE;
@@ -244,7 +243,6 @@ public:
 sal_uInt16 nCount,
 SvSlotElementList,
 size_t nStart,
-const OString,
 SvIdlDataBase  rBase,
 SvStream  rOutStm );
 sal_uInt16  WriteSlotParamArray( SvIdlDataBase  rBase,
diff --git a/idl/source/objects/object.cxx b/idl/source/objects/object.cxx
index fa3224f..6609031 100644
--- a/idl/source/objects/object.cxx
+++ b/idl/source/objects/object.cxx
@@ -452,7 +452,7 @@ sal_uInt16 SvMetaClass::WriteSlots( const OString 
rShellName,
 SvSlotElement * pEle = rSlotList[ i ];
 SvMetaSlot * pAttr = pEle-xSlot;
 nSCount = nSCount + pAttr-WriteSlotMap( rShellName, nCount + nSCount,
-rSlotList, i, pEle-aPrefix, rBase,
+rSlotList, i, rBase,
 rOutStm );
 }
 
diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx
index 6b844011..755bd9a 100644
--- a/idl/source/objects/slot.cxx
+++ b/idl/source/objects/slot.cxx
@@ -1145,7 +1145,6 @@ void SvMetaSlot::WriteSlot( const OString rShellName, 
sal_uInt16 nCount,
 const OString rSlotId,
 SvSlotElementList rSlotList,
 size_t nStart,
-const OString rPrefix,
 SvIdlDataBase  rBase, SvStream  rOutStm )
 {
 if ( !GetExport()  !GetHidden() )
@@ -1379,25 +1378,12 @@ void SvMetaSlot::WriteSlot( const OString rShellName, 
sal_uInt16 nCount,
 sal_uLong nSCount = pType-GetAttrCount();
 rOutStm
.WriteCharPtr( OString::number(nSCount).getStr() )
-   .WriteCharPtr( /*Count*/ );
+   .WriteCharPtr( /*Count*/, );
 }
 else
-rOutStm.WriteChar( '0' );
+rOutStm.WriteCharPtr( 0, );
 
-// name for recording
-if ( GetExport() )
-{
-rOutStm.WriteCharPtr( ,\ );
-if (!rPrefix.isEmpty())
-rOutStm.WriteCharPtr( rPrefix.getStr() );
-rOutStm.WriteChar( '.' );
-if ( !IsVariable() || !GetType() ||
- GetType()-GetBaseType()-GetType() != TYPE_STRUCT )
-rOutStm.WriteCharPtr( GetMangleName( false ).getStr() );
-rOutStm.WriteCharPtr( \, );
-}
-else
-rOutStm.WriteCharPtr( , 0,  );
+rOutStm.WriteCharPtr(   );
 
 // Method/Property flags
 if( IsMethod() )
@@ -1463,7 +1449,6 @@ sal_uInt16 SvMetaSlot::WriteSlotParamArray( SvIdlDataBase 
 rBase, SvStream  rO
 sal_uInt16 SvMetaSlot::WriteSlotMap( const OString rShellName, sal_uInt16 
nCount,
 SvSlotElementList rSlotList,
 size_t nStart,
-const OString rPrefix,
 SvIdlDataBase  rBase,
 SvStream  rOutStm )
 {
@@ -1483,7 +1468,7 @@ sal_uInt16 SvMetaSlot::WriteSlotMap( const OString 
rShellName, sal_uInt16 nCoun
 nSCount = (sal_uInt16)pType-GetAttrCount();
 }
 
-WriteSlot( rShellName, nCount, slotId, rSlotList, nStart, rPrefix, rBase, 
rOutStm );
+WriteSlot( 

Re: [Libreoffice-qa] LibreOffice 4.3.2 rc2 test builds available

2014-09-21 Thread Rene Engelhard
Hi,

On Fri, Sep 19, 2014 at 09:39:24PM +0200, Cor Nouws wrote:
  Apologies for the delay with RC1. Cloph's been helping me to get up to
  speed with all of the release engineering pieces, and I've been asking
  a lot of questions :-) AFAIK the RC1 should be out on the public
  mirrors, but might not have shown up as visible in Silverstripe yet.
 
 No need to apologise

I disagree. There's a timeline people should follow - otherwise we also just
can do no time-based releases anymore.

And people need to get the stuff (build-)tested asap. 
Debian jessie will contain 4.3.2 if I am not brave and lucky and get
4.3.3 rc1 and/or 4.3.3 rc2 in, so I want(ed) pre-testing of it...

(And now that my tree is already a rc2 I will not waste time for a rc1 again.)

- it's great that Cloph can enjoy a vacation thanks  to you ;)

That is true, but then Robinson should have been told everything he needed to 
do.
That mirroring only started mid-of-next-week-after-tagging is bad.

That said, waiting for rc2 on the homepage now although the time probably is 
only
sufficient for build-testing, not real user testing of the packages

Regards,

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


[Libreoffice-bugs] [Bug 71925] UI: mouse pointer is blocked under assistant function, Sum, and equal icons

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71925

--- Comment #3 from raal r...@post.cz ---
Unable to reproduce with LO 4.2.6, Linux.

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


[Libreoffice-bugs] [Bug 84090] Speed up oox::TokenMap by removing unnecessary maUniName OUString

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84090

--- Comment #2 from Siddu sidchelsea...@gmail.com ---
(In reply to comment #0)
 This task is about removing maUniName from include/oox/token/tokenmap.hxx
 which stores the same content as maUtf8Name in another form and is used
 mostly for debugging purposes only.
 Where TokenMap::getUnicodeTokenName was used, one can use
 TokenMap::getUtf8TokenName
 
 Remove maUniName from struct TokenName, that struct can then also die, and
 do following simplifications / adaptations.
 
 We used to spend 10m pseudo cycles in TokenMap constructor, this should save
 about a half of that.

Can you be more precise as to what we have to do here ?

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


[Libreoffice-bugs] [Bug 65006] : update graphics when outside source value(s)

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65006

raal r...@post.cz changed:

   What|Removed |Added

 OS|Windows (All)   |All
 Status|UNCONFIRMED |NEW
   Priority|medium  |high
 CC||r...@post.cz
   Keywords||regression
 Ever confirmed|0   |1

--- Comment #5 from raal r...@post.cz ---
I can confirm with Version: 4.3.3.0.0+
Build ID: 800884a0b9ce12924b8ed225571c01e7b0fb0ec7
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:libreoffice-4-3, Time:
2014-09-18_04:03:22

According to comment 2 it's regression.

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


[Libreoffice-bugs] [Bug 84128] Other: .docx autoshape not anchoring correctly

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84128

Jacques Guilleron guillero...@aol.com changed:

   What|Removed |Added

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

--- Comment #1 from Jacques Guilleron guillero...@aol.com ---
Hi Eugene,

Opening the document into Word, I set the shape under the text.

regards,

Jacques

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


[Libreoffice-bugs] [Bug 84131] New: Other: Warnings during building

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84131

  Priority: medium
Bug ID: 84131
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Other: Warnings during building
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: serval2...@yahoo.fr
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.4.0.0.alpha0+ Master
 Component: Libreoffice
   Product: LibreOffice

Problem description: 
On pc Debian x86-64 with master sources updated 2 days ago, I've got a lot of
warnings during building.
Sometimes it's due to external libs but sometimes it's in LO code (including
help part or translation).
I thought it could help to harden the code if we could reduce the number of
these.

gcc (Debian 4.9.1-14) 4.9.1
java version 1.7.0_65
OpenJDK Runtime Environment (IcedTea 2.5.2) (7u65-2.5.2-2)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)

autogen.input:
--with-system-odbc
--enable-ext-barcode
--enable-ext-diagram
--enable-ext-hunart
--enable-ext-nlpsolver
--enable-ext-ct2n
--enable-ext-numbertext
--enable-postgresql-sdbc
--enable-ext-typo
--enable-ext-validator
--enable-ext-watch-window
--enable-ext-wiki-publisher
--enable-dbus
--enable-graphite
--enable-werror
--enable-debug
--enable-dbgutil
--enable-crashdump
--enable-dependency-tracking
--enable-online-update
--enable-extra-sample
--enable-extra-template
--enable-extra-gallery
--enable-python=internal
#--without-system-mariadb
#--enable-ext-mariadb-connector
#--enable-bundle-mariadb
--enable-avahi
--enable-eot
--disable-gstreamer-0.10
--enable-gstreamer
--enable-odk
--with-lang=ALL
--with-myspell-dicts
--enable-evolution2
--with-help

Operating System: Debian
Version: 4.4.0.0.alpha0+ Master

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


[Libreoffice-bugs] [Bug 66754] Remove own implementations of various Perl functions in installer

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66754

bavincen bavincen...@gmail.com changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |bavincen...@gmail.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 42984] Impress: Colour description in drawing tools (term Invisible not correct for lines)

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42984

--- Comment #3 from PeeWee psaut...@gmail.com ---
This is an old bug before LO version 4.2 came out and the bug has been fixed
with the new versions. This bug can be closed.



On 20 Sep 2014, at 23:01, bugzilla-dae...@freedesktop.org wrote:

 A (Andy) changed bug 42984 
 What  Removed Added
 CCstgohi-lob...@yahoo.de
 
 Comment # 2 on bug 42984 from A (Andy)
 for me this is not reproducible with LO 4.3.1.2 (Win 8.1), it is showing 
 none
 and not invisible
 
 Does this issue still persist for you or any other user or can we close it as
 resolved?
 
 You are receiving this mail because:
 You reported the bug.

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


[Libreoffice-bugs] [Bug 82636] FILESAVE: Export to PNG (Selection) cut off last pixel line and column

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82636

Jacques Guilleron guillero...@aol.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||guillero...@aol.com
 Ever confirmed|0   |1

--- Comment #3 from Jacques Guilleron guillero...@aol.com ---
Hi error0x2b1,

I reproduce with LO 4.3.2.2
Build ID: edfb5295ba211bd31ad47d0bad0118690f76407d
 Windows 7 Home Premium.

Set Status to New.

regards,

Jacques

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


[Libreoffice-bugs] [Bug 73049] FILEOPEN Huge memory use on opening specific complex ods spreadsheets with array functions

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73049

--- Comment #18 from andis.lazd...@gmail.com ---
If there are any hope to solve this and similar terrible Calc CPU use
regressions or the only way is to move back to OpenOffice.org? Unfortunately it
becomes worse with every next major releases and gap between Libreoffice and
OpenOffice.org Calc performance increases. There are nice new features in
Libreoffice Calc, like improved pivot tables, but they cost nothing, if the
most of files, which could be easily operated with 3rd version branch now can't
be opened at all or it takes minutes to do any changes in documents. I'm not
mentioning Excel, which is much worse in terms of functionality, but much
faster with those big files.

One example
https://drive.google.com/file/d/0Bxv4jQ_04jXZRHZUeDlxSDRHNTQ/edit?usp=sharing

With 4.2.6.3 it can be opened in 54 seconds (production version, extensions
etc.)
With 4.3.2.2 - 55 seconds
With 4.4.0.0 - 49 seconds
With Openoffice.org 4.1.1. - 18 seconds (production version, only 50% of CPU
load in contrast to 100 % of all Libreoffice versions)
Excel 2007 through wine (file exported to xlsx format - 4 seconds (converted
file
https://drive.google.com/file/d/0Bxv4jQ_04jXZWGxOLUlIRnU2cUU/edit?usp=sharing)

Something really should be done here.

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


[Libreoffice-bugs] [Bug 73049] FILEOPEN Huge memory use on opening specific complex ods spreadsheets with array functions

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73049

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

   What|Removed |Added

 CC||er...@redhat.com,
   ||libreoff...@kohei.us,
   ||markus.mohrhard@googlemail.
   ||com

--- Comment #19 from Julien Nabet serval2...@yahoo.fr ---
Kohei/Markus/Eike: thought you might be interested in this one.

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


[Libreoffice-bugs] [Bug 84132] New: FORMATTING: formatting cells

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84132

  Priority: medium
Bug ID: 84132
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: formatting cells
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: reprograp...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.2.6.2 release
 Component: Spreadsheet
   Product: LibreOffice

Problem description: 
Retention of last formatting option selected.

Current behavior:
When formatting borders cells - I select a particular border the selected cells
and apply it. 
When formatting another group of cells - I have to go inside the border menu
and re-select the earlier selected border.

Expected behavior:
Can we have the last selected option of the border, retained on the border
formatting button - so that we can click it and apply, without having to go
inside the menu again.

ALSO: Can we have a 'wrap text automatically' button on the formatting toolbar?

Thanks with regards.

Milind Vaze.




Operating System: Windows 7
Version: 4.2.6.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 65340] Presenting doesn't work on dual monitor system (fails to control Display2/external if Xinerama is disabled)

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65340

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

   What|Removed |Added

Summary|LO 4.1 beta1: Presenting|Presenting doesn't work on
   |doesn't work on some|dual monitor system (fails
   |dual-head systems   |to control
   ||Display2/external if
   ||Xinerama is disabled)

--- Comment #7 from Owen Genat owen.ge...@gmail.com ---
Summary amended for clarity.

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


[Libreoffice-bugs] [Bug 82636] FILESAVE: Export to PNG (Selection) cut off last pixel line and column

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82636

Jacques Guilleron guillero...@aol.com changed:

   What|Removed |Added

   Keywords||regression

--- Comment #4 from Jacques Guilleron guillero...@aol.com ---
last version found where this worked: LO 4.2.1.1. I have no version between
this last one and LO 4.2.5.1.

So: Regression.

Jacques

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


[Libreoffice-bugs] [Bug 42984] Impress: Colour description in drawing tools (term Invisible not correct for lines)

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42984

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

   What|Removed |Added

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

--- Comment #4 from A (Andy) stgohi-lob...@yahoo.de ---
@PeeWee: Thanks for your very fast reply.

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


[Libreoffice-bugs] [Bug 40534] Slide tearing in LARGE screen with h/w acceleration enabled

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40534

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

   What|Removed |Added

 CC||danielyunu...@gmail.com

--- Comment #16 from Owen Genat owen.ge...@gmail.com ---
*** Bug 82121 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 82121] Video slide show is incorrectly

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82121

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

   What|Removed |Added

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

--- Comment #4 from Owen Genat owen.ge...@gmail.com ---
Screenshots in duplicate report would seem to indicate this is the same issue
i.e., related to hardware acceleration on a large screen. If you believe this
report is different, please feel free to reopen. Thanks.

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

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


[Libreoffice-bugs] [Bug 84132] FORMATTING: formatting cells

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84132

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
 Ever confirmed|0   |1

--- Comment #1 from A (Andy) stgohi-lob...@yahoo.de ---
reproducible with LO 4.3.1.2 (Win 8.1)

For me this sounds good.

Because this is no bug as such I marked it as an enhancement request.

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


[Libreoffice-bugs] [Bug 84090] Speed up oox::TokenMap by removing unnecessary maUniName OUString

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84090

--- Comment #3 from Siddu sidchelsea...@gmail.com ---
(In reply to comment #0)
 This task is about removing maUniName from include/oox/token/tokenmap.hxx
 which stores the same content as maUtf8Name in another form and is used
 mostly for debugging purposes only.
 Where TokenMap::getUnicodeTokenName was used, one can use
 TokenMap::getUtf8TokenName
 
 Remove maUniName from struct TokenName, that struct can then also die, and
 do following simplifications / adaptations.
 
 We used to spend 10m pseudo cycles in TokenMap constructor, this should save
 about a half of that.

1.Do I have to replace the method getUnicodeTokenName with getUtf8TokenName in
tokenmap.cxx?
2. After removing maUniName what do you mean the entire struct i.e TokenName
can die ?

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


[Libreoffice-bugs] [Bug 83547] EDITING: Draw crash unexpectedly when editing a drawing

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83547

--- Comment #9 from A (Andy) stgohi-lob...@yahoo.de ---
for me this is not reproducible with LO 4.3.1.2 (Win 8.1)

Do you maybe have a friend who has also LO and Win 8/8.1 that you can test it
there once more, because for me everything works fine with the attached
documents.

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


[Libreoffice-bugs] [Bug 82673] SLIDESHOW: Audio / video media object cycle (repeat and pause) setting, optionally with themed cycle settings

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82673

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

   What|Removed |Added

   Hardware|Other   |All
 OS|Linux (All) |All
 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
Summary|SLIDESHOW: Audio and video  |SLIDESHOW: Audio / video
   |file repeat number setting  |media object cycle (repeat
   |feature request |and pause) setting,
   ||optionally with themed
   ||cycle settings
 Ever confirmed|0   |1

--- Comment #1 from Owen Genat owen.ge...@gmail.com ---
Seems like a reasonable request. There does not appear to be any simple method
of having inserted media objects cycle (repeat) with a specified delay between
each cycle. There are currently entrance and exit effects and media triggers
(start and end) under Animations. 

 Actually it would be even better to create several settings that I can just 
 apply to all or selected slides.

Given the examples this would appear to be a type of cycle theme and may
require a separate enhancement request, but left for now. Either option (cycle
or cycle themes) may require an amendment to the ODF specification.

Status set to NEW. Summary amended for clarity. Platform set to All/All.
Severity set to enhancement.

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


[Libreoffice-bugs] [Bug 84129] SIDEBAR: Cell appearance border line styles not selected correctly

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84129

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|4.4.0.0.alpha0+ Master  |4.3.1.2 release
 Ever confirmed|0   |1

--- Comment #1 from A (Andy) stgohi-lob...@yahoo.de ---
Reproducible with LO 4.3.1.2 (Win 8.1) for the double line borders 1.10 pt till
5.05 pt.  
It works ok for the single line borders and 7,50 pt double line borders.

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


[Libreoffice-bugs] [Bug 83830] SIDEBAR: Proposal for the creation of a page tab

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83830

--- Comment #12 from A (Andy) stgohi-lob...@yahoo.de ---
it looks nice

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


[Libreoffice-bugs] [Bug 84129] SIDEBAR: Cell appearance border line styles not selected correctly

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84129

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

Version|4.3.1.2 release |4.1.6.2 release

--- Comment #2 from Jay Philips philip...@hotmail.com ---
Tested that it is also broken in 4.1.6 and 4.2.6, so likely inherited from AOO,
though its fine in AOO 4.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 84067] FILEOPEN: DOC - crashes on importing some documents

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84067

--- Comment #4 from MM plokk...@fastmail.fm ---
(In reply to comment #3)
 (In reply to comment #2)
 MM:
  minx 16/17 x64.
 Did you mean Linux Mint?

oops, my mistake. Yes.

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


[Libreoffice-bugs] [Bug 84100] Error importing a .doc file with tables and images

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84100

--- Comment #2 from MM plokk...@fastmail.fm ---
Tested it with v4.3.1.2  v4.2.6.3 under windows 7, ubuntu 14.04 and mint
16/17, but I can import your file without any problem.

Maybe you can reset (rename) your userprofile and see if it works:
https://wiki.documentfoundation.org/UserProfile

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


[Libreoffice-bugs] [Bug 84134] New: PDF: PDF conversion of a .doc (XP generated) document containing math formulas

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84134

  Priority: medium
Bug ID: 84134
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: PDF: PDF conversion of a .doc (XP generated) document
containing math formulas
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: carlo.anselmi2...@yahoo.it
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.2.6.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 106601
  -- https://bugs.freedesktop.org/attachment.cgi?id=106601action=edit
an example of document that presents the bug during conversion to PDF

Problem description: in some cases (apparently only when using big brakets,
like with systems of equations) some imperfections appear during the process of
conversion to .PDF

Thank you

best regards

Carlo

WARNING: the version I'm using actually is 4.2.6.3 Build ID: 420m0(Build:3)

Steps to reproduce:
1. 
2. 
3. 

Current behavior:

Expected behavior:


Operating System: Ubuntu
Version: 4.2.6.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 84135] New: CONFIGURATION: Mendeley 1.12.1 does NOT work with LibreOffice 4.3.1.2. @ LinuxMint Quiana 64-bit

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84135

  Priority: medium
Bug ID: 84135
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: CONFIGURATION: Mendeley 1.12.1 does NOT work with
LibreOffice 4.3.1.2. @ LinuxMint Quiana 64-bit
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: jki...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.3.1.2 release
 Component: Writer
   Product: LibreOffice

Problem description: 
Mendeley Desktop 1.12.1 with Mendeley 1.12.1.oxt does NOT work with LibreOffice
4.3.1.2.  (Build ID: 430m0(Build:2). 

I do not know if it is a Mendeley or a LibreOffice problem.
I report this to both parties.

Steps to reproduce:
1. Launching Mendendeley returns the following message in Terminal
(independently of LO):

$ mendeleydesktop
Using system Qt version 4.8.6 in /usr/lib/x86_64-linux-gnu
Unsupported action SENDEVENTS

2. Installing the LibreOffice plugin does NOT return any messages. The Mendeley
toolbar appears among LO toolbars, but the buttons are inactive.

3. The LO Extension Manager reports on the Mendeley Extension that The status
of this extension is unknown  the Enable button is active. Clicking Enable
returns the following error message:

ImplementationRegistration::registerImplementation() - The service
com.sun.star.loader.Python cannot be instantiated

Clicking Enable a 2nd time crashes LO  yields the following:

$ libreoffice --writer
pure virtual method called
terminate called without an active exception

OR

$ libreoffice --writer
pure virtual method called
terminate called after throwing an instance of
'com::sun::star::deployment::DeploymentException'

4. After restarting LO, the Mendeley toolbar disappears, but the plugin is
still seen by the Extension Manager.


Current behavior: LO is unable to request citation from Mendeley.

Expected behavior: citations can be imported from Mendeley then edited in LO


Platform:

Running LinuxMint Linux, the LinuxMint 17 (qiana) release. (MATE 1.8)
GNOME: 3.8.4 (Ubuntu 2014-06-25)
Kernel version: 3.13.0-24-generic (#47-Ubuntu SMP Fri May 2 23:30:00 UTC
2014)
GCC: 4.8 (x86_64-linux-gnu)
Xorg: 1.15.1 (30 July 2014  12:21:54AM) (30 July 2014  12:21:54AM)


Operating System: Linux (Other)
Version: 4.3.1.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 77170] Integrate with a desktop key-manager to store network passwords

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77170

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
Summary|Integrate with a keyring to |Integrate with a desktop
   |store network passwords |key-manager to store
   ||network passwords
  Component|filters and storage |Libreoffice
 Ever confirmed|0   |1

--- Comment #1 from Owen Genat owen.ge...@gmail.com ---
Not sure how possible this is in a cross-platform manner, but seems a worthy
goal. I have noticed that initiating LO from the command line under Debian 7
x86_64 + LXDE results in messages like:

WARNING: gnome-keyring:: couldn't connect to:
/home/user/.cache/keyring-XxXXxx/pkcs11: No such file or directory

In my case this is likely due to the related gnome package not being installed
(and so I have turned these messages off manually). Status set to NEW. Summary
amended for clarity. Component set to LibreOffice. Severity set to enhancement.

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


[Libreoffice-bugs] [Bug 77171] Detect connections that have already been established e.g., via keyring credentials

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77171

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
Summary|Integrate with a keyring to |Detect connections that
   |store network passwords |have already been
   ||established e.g., via
   ||keyring credentials
  Component|filters and storage |Libreoffice
 Ever confirmed|0   |1

--- Comment #1 from Owen Genat owen.ge...@gmail.com ---
As with related report, seems a worthy goal. Status set to NEW. Summary amended
for clarity. Component set to LibreOffice. Severity set to enhancement.

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


[Libreoffice-bugs] [Bug 84051] Distribute on multiple sheets of paper does not work any more in 4.3.2.1

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84051

--- Comment #2 from jmxhyz jmx...@qq.com ---
reproduce in new version.

LO Version: 4.3.2.2
Build ID: edfb5295ba211bd31ad47d0bad0118690f76407d
OS: XUbuntu 14.04 x64

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


[Libreoffice-bugs] [Bug 84136] New: Impossible to re-navigate to search result

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84136

  Priority: medium
Bug ID: 84136
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Impossible to re-navigate to search result
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: norbert.n...@gmx.de
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.3.1.2 release
 Component: Spreadsheet
   Product: LibreOffice

Please open the attachement issue_calc_search_all.ods containing the
description.

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


[Libreoffice-bugs] [Bug 84136] Impossible to re-navigate to search result

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84136

--- Comment #1 from OfficeUser norbert.n...@gmx.de ---
Created attachment 106602
  -- https://bugs.freedesktop.org/attachment.cgi?id=106602action=edit
issue_calc_search_all.ods

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


[Libreoffice-bugs] [Bug 83786] Digital signature: Support signing of OOXML documents

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83786

--- Comment #3 from Owen Genat owen.ge...@gmail.com ---
(In reply to comment #2)
 It turn out that MS Office could open an ODF documents. Problem is, the
 digital signature were marked as invalid by MS Office. 

Please check if this is described by bug 58442 or bug 58476? Each report
details a different problem relating to signature handling for ODF in
round-trips with MS Office 2013/365. Do you still want this report to remain
open or should it now be closed? Thanks.

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


[Libreoffice-bugs] [Bug 80346] Preferred default fonts for Asian and CTL documents should be Libre fonts

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80346

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

   What|Removed |Added

 Blocks||83066

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


[Libreoffice-bugs] [Bug 83066] [METABUG] Tracking bug for CJK issues

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83066

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

   What|Removed |Added

 Depends on||80346

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


[Libreoffice-bugs] [Bug 78826] UI: inconsistent fields labeling. Text: or Text?

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78826

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|BSA ProposedEasyHack|BSA ProposedEasyHack
   ||target:4.4.0

--- Comment #14 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Adolfo Jayme Barrientos committed a patch related to this issue.
It has been pushed to master:

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

(fdo#78826) HIG: add missing colons in optformula



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

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


[Libreoffice-bugs] [Bug 81107] GPU tracker bug

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81107

Bug 81107 depends on bug 81237, which changed state.

Bug 81237 Summary: 2D OpenGL charts have wrong size
https://bugs.freedesktop.org/show_bug.cgi?id=81237

   What|Removed |Added

 Status|NEW |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 83145] Wrong line height with Microsoft Yahei font (and other CJK fonts)

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83145

--- Comment #10 from Owen Genat owen.ge...@gmail.com ---
I am not sure that this report describes a problem LO can solve, for the
reasons indicated in bug 68735. Comparing text as displayed in Writer vs
Firefox is probably not an equal comparison. Here are some more metrics (using
the C program kindly provided by Khaled) to add to those listed in comment two
from that report:

Hiragino Maru Gothic ProAscent = 880, Descent = 120, Leading = 500
MS MinchoAscent = 859, Descent = 141, Leading = 0
Microsoft YaHeiAscent = 1058, Descent = 262, Leading = 0
Noto Sans T ChineseAscent = 880, Descent = 120, Leading = 500
PMingLiUAscent = 801, Descent = 200, Leading = 198
SimSunAscent = 859, Descent = 141, Leading = 141
Source Han SansAscent = 880, Descent = 120, Leading = 500
WenQuanYi Zen HeiAscent = 963, Descent = 297, Leading = 90

Liberation SerifAscent = 891, Descent = 216, Leading = 43

These are the font versions I queried:

Hiragino Maru Gothic ProMacOS 10.6.8 OTF
MS MinchoMS Office 2000 TTF v2.30
Microsoft YaHeiWindows Vista TTF v5.00
Noto Sans T Chinesewebsite OTF
PMingLiUMS Office 2000 TTF v3.00
SimSunMS Office 2000 TTF v2.10
Source Han Sanswebsite OTF
WenQuanYi Zen Heiwebsite TTC v0.9.46

Liberation SerifLOv4312 TTF v2.00.1

I think the variation in line height being observed is simply the result of
varying metrics. In basic terms, older CJK fonts have a smaller Leading metric,
while newer CJK fonts seem to have greater Leading metric (but other metrics
are probably also influential).

Ruby text does seem to affect line spacing, but this may be a separate issue. I
am unclear about this, which is partly why I raised it above as an open
question.

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


[Libreoffice-bugs] [Bug 83857] FILEOPEN: Tick (') is added to small numbers

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83857

--- Comment #6 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
Thank you for the data.
Opening your csv file works fine in version 4.3.3.0.0+ under Ubuntu 14.04
x86-64 with FR localization (FR UI and comma as decimal separator). I do not
see any tick before numbers.
Works as expected with version 4.2.7.0.0+ too.

What is the locale of your system (language, decimal separator) ?
What do you mean by The problem is when you only work with .csv files. ? I do
not know what could be the difference between working with the csv file and
working with the same file saved as .ods file.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 55641] PRINTING: Print area doesn't fit on page

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55641

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

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


[Libreoffice-bugs] [Bug 56311] UI: Cell Comments do not play well with Frozen Cells

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56311

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

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


[Libreoffice-bugs] [Bug 56321] : horizontal/vertical flip of inserted picture is not persisted

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56321

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

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


[Libreoffice-bugs] [Bug 61785] The format copy brust not copy the bullets.

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61785

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

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


[Libreoffice-bugs] [Bug 83066] [METABUG] Tracking bug for CJK issues

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83066

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

 Depends on||84138

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


[Libreoffice-bugs] [Bug 81475] Meta: enhancing Writer's standard and formatting toolbars

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81475

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard||target:4.4.0

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

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

fdo#81475 New layout for Writer standard and formatting toolbars



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

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


[Libreoffice-bugs] [Bug 81475] Meta: enhancing Writer's standard and formatting toolbars

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81475

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

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

Related fdo#81475 Improve toolbar tooltips in Writer standard toolbar



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

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


[Libreoffice-bugs] [Bug 73049] FILEOPEN Huge memory use on opening specific complex ods spreadsheets with array functions

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73049

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #20 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
(In reply to comment #18)
 [...]
 One example
 https://drive.google.com/file/d/0Bxv4jQ_04jXZRHZUeDlxSDRHNTQ/edit?usp=sharing
 
 With 4.2.6.3 it can be opened in 54 seconds (production version, extensions
 etc.)
 With 4.3.2.2 - 55 seconds

Hmmm, 8 seconds for me with version 4.3.3.0.0+ x86-64 build at home under
Ubuntu 14.04 (LO being closed, select the file on the desktop, press enter key
at hh:mm:10, file ready to work with at hh:mm:18, sometimes hh:mm:16)

Best regards. JBF

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


[Libreoffice-bugs] [Bug 58013] sort incorrect when using dropdown and headers are references

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58013

--- Comment #5 from zhaw...@googlemail.com ---
This is still applicable to version 4.3.2.1 release

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


[Libreoffice-bugs] [Bug 37480] Changing font colour to custom RGB value is hard

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37480

Samuel Mehrbrodt s.mehrbr...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 CC||s.mehrbr...@gmail.com

--- Comment #15 from Samuel Mehrbrodt s.mehrbr...@gmail.com ---
Fixed in
http://cgit.freedesktop.org/libreoffice/core/commit/?id=ff17738a4a84ca53782d87da5f63d87a165d19d1

Will be available in 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


  1   2   3   >