[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - vcl/source

2013-05-07 Thread Thorsten Behrens
 vcl/source/gdi/print2.cxx |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

New commits:
commit f444246fcb4658fbdd35fb3fbbe57320ffcaaf22
Author: Thorsten Behrens tbehr...@suse.com
Date:   Tue May 7 18:36:01 2013 +0200

Fix fdo#40421 Take current clip into account for shape bounds.

Seems with the extensive drawinglayer rework, we now get bitmap
fills rendered via clip polygon and subsequent bitmap tiles. To
get the true bound rect of the current metaaction, clip it against
outdev's clip region bounds (as some reasonably cheap best-effort
approximation).

Change-Id: I4ecf04e2d94da21acc97362a1a65a965c7176077

diff --git a/vcl/source/gdi/print2.cxx b/vcl/source/gdi/print2.cxx
index 5f7ccad..3111ba3 100644
--- a/vcl/source/gdi/print2.cxx
+++ b/vcl/source/gdi/print2.cxx
@@ -627,7 +627,14 @@ static Rectangle ImplCalcActionBounds( const MetaAction 
rAct, const OutputDevic
 }
 
 if( !aActionBounds.IsEmpty() )
-return rOut.LogicToPixel( aActionBounds );
+{
+// fdo#40421 limit current action's output to clipped area
+if( rOut.IsClipRegion() )
+return rOut.LogicToPixel(
+rOut.GetClipRegion().GetBoundRect().Intersection( 
aActionBounds ) );
+else
+return rOut.LogicToPixel( aActionBounds );
+}
 else
 return Rectangle();
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: translations

2013-05-07 Thread Andras Timar
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8a21ff876f7592900b71ab1cdc36b6e925d02a37
Author: Andras Timar ati...@suse.com
Date:   Mon Apr 29 10:59:40 2013 +0200

Updated core
Project: translations  e06e924e1a2d2497cea1f282ab5381ee78f0b05e

diff --git a/translations b/translations
index 3b967bb..e06e924 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 3b967bbce7fae6b042bbbe5c2bf9fad14941192f
+Subproject commit e06e924e1a2d2497cea1f282ab5381ee78f0b05e
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-05-07 Thread Andras Timar
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0c09b9692ea3c6737283beff40a22bc95f1af749
Author: Andras Timar ati...@suse.com
Date:   Tue May 7 09:42:20 2013 -0700

Updated core
Project: translations  5fa09e332f9da678821eaf7bf39d92cb4e96b36c

diff --git a/translations b/translations
index 710563d..5fa09e3 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 710563dec07d05935a450497b3431fe6a6f3e20f
+Subproject commit 5fa09e332f9da678821eaf7bf39d92cb4e96b36c
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Branch 'libreoffice-4-0' - source/my

2013-05-07 Thread Andras Timar
 source/my/instsetoo_native/inc_openoffice/windows/msi_languages.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5fa09e332f9da678821eaf7bf39d92cb4e96b36c
Author: Andras Timar ati...@suse.com
Date:   Tue May 7 09:42:20 2013 -0700

build fix in 'my' translation

Change-Id: I3509f8fb2944a7bf19668b331a20ad8264e426b8

diff --git a/source/my/instsetoo_native/inc_openoffice/windows/msi_languages.po 
b/source/my/instsetoo_native/inc_openoffice/windows/msi_languages.po
index e54446e..b46de01 100644
--- a/source/my/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/my/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -2161,7 +2161,7 @@ msgctxt 
 OOO_CONTROL_107\n
 LngText.text
 msgid Ignore
-msgstr လစ်လျူရှုပါ\t
+msgstr လစ်လျူရှုပါ
 
 #: Control.ulf
 msgctxt 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - translations

2013-05-07 Thread Andras Timar
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ebb7e313ef5b519ab642efb72d00317a1f19895f
Author: Andras Timar ati...@suse.com
Date:   Tue May 7 09:42:20 2013 -0700

Updated core
Project: translations  7454e7931a2a2e27c11c1665c243ee4a4416868a

diff --git a/translations b/translations
index 57b9608..7454e79 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 57b96080cf6f5d1b27c3c0bbb7e24037e43f80b2
+Subproject commit 7454e7931a2a2e27c11c1665c243ee4a4416868a
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [Fwd: Re: [Libreoffice-release] [ANNOUNCE] libreoffice-4.1.0.0.alpha1 tag created]

2013-05-07 Thread Norbert Thiebaud
On Tue, May 7, 2013 at 2:59 AM, Christian Lohmaier
lohmaier+libreoff...@googlemail.com wrote:

 Note that running from within the mounted dmg might not be reliable.
 It is better to install it to a local folder.

it does not work better after 'install'... and running from mounted
dmg has always worked for me so far, except when we had a problem with
python dealing with r/o installation... which we fixed.

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


[PATCH] Calc sort: Use method GetSortKeyCount from SortParam

2013-05-07 Thread Albert Thuswaldner (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3816

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/16/3816/1

Calc sort: Use method GetSortKeyCount from SortParam

Change-Id: I4500ba71abeba5fe8293cea22b10fd910e46059f
---
M sc/source/ui/dbgui/tpsort.cxx
1 file changed, 3 insertions(+), 3 deletions(-)



diff --git a/sc/source/ui/dbgui/tpsort.cxx b/sc/source/ui/dbgui/tpsort.cxx
index 4499600..1479313 100644
--- a/sc/source/ui/dbgui/tpsort.cxx
+++ b/sc/source/ui/dbgui/tpsort.cxx
@@ -169,13 +169,13 @@
 if ( aSortData.maKeyState[0].bDoSort )
 {
 // Make sure that the all sort keys are reset
-for ( sal_uInt16 i=nSortKeyCount; iaSortData.maKeyState.size(); i++ )
+for ( sal_uInt16 i=nSortKeyCount; iaSortData.GetSortKeyCount(); i++ )
 {
 maSortKeyCtrl.AddSortKey(i+1);
 maSortKeyItems[i].m_pLbSort-SetSelectHdl( LINK( this,
  ScTabPageSortFields, SelectHdl ) );
 }
-nSortKeyCount = aSortData.maKeyState.size();
+nSortKeyCount = aSortData.GetSortKeyCount();
 FillFieldLists(0);
 
 for ( sal_uInt16 i=0; inSortKeyCount; i++ )
@@ -265,7 +265,7 @@
 if ( nSortPos[i] == LISTBOX_ENTRY_NOTFOUND ) nSortPos[i] = 0;
 }
 
-if( nSortKeyCount = aNewSortData.maKeyState.size() )
+if( nSortKeyCount = aNewSortData.GetSortKeyCount() )
 aNewSortData.maKeyState.resize(nSortKeyCount);
 
 if ( nSortPos[0]  0 )

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4500ba71abeba5fe8293cea22b10fd910e46059f
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Albert Thuswaldner albert.thuswald...@gmail.com

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


[Libreoffice-commits] core.git: solenv/bin

2013-05-07 Thread Norbert Thiebaud
 solenv/bin/modules/installer.pm   |2 +-
 solenv/bin/modules/installer/systemactions.pm |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit edf8db717f49199833de9fc9d2c9817bab613795
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Mon May 6 17:36:13 2013 -0500

use MD5SUM env variable adn not md5sum directly

Change-Id: I985b3373edcd0bfc151adfa92b79a6b5080d22ad
Reviewed-on: https://gerrit.libreoffice.org/3805
Reviewed-by: Norbert Thiebaud nthieb...@gmail.com
Tested-by: Norbert Thiebaud nthieb...@gmail.com

diff --git a/solenv/bin/modules/installer.pm b/solenv/bin/modules/installer.pm
index df0727f..762c412 100644
--- a/solenv/bin/modules/installer.pm
+++ b/solenv/bin/modules/installer.pm
@@ -464,7 +464,7 @@ sub run {
 if (length($loglanguagestring)  $installer::globals::max_lang_length)
 {
 my $number_of_languages = 
installer::systemactions::get_number_of_langs($loglanguagestring);
-chomp(my $shorter = `echo $loglanguagestring | md5sum | sed -e s/ 
.*//g`);
+chomp(my $shorter = `echo $loglanguagestring | $ENV{'MD5SUM'} | 
sed -e s/ .*//g`);
 my $id = substr($shorter, 0, 8); # taking only the first 8 digits
 $loglanguagestring = lang_ . $number_of_languages . _id_ . $id;
 }
diff --git a/solenv/bin/modules/installer/systemactions.pm 
b/solenv/bin/modules/installer/systemactions.pm
index e2c11ff..69aef84 100644
--- a/solenv/bin/modules/installer/systemactions.pm
+++ b/solenv/bin/modules/installer/systemactions.pm
@@ -266,7 +266,7 @@ sub create_directories
 if (length($languagestring)  
$installer::globals::max_lang_length )
 {
 my $number_of_languages = 
get_number_of_langs($languagestring);
-chomp(my $shorter = `echo $languagestring | md5sum | sed 
-e s/ .*//g`);
+chomp(my $shorter = `echo $languagestring | $ENV{'MD5SUM'} 
| sed -e s/ .*//g`);
 my $id = substr($shorter, 0, 8); # taking only the first 8 
digits
 $languagestring = lang_ . $number_of_languages . _id_ 
. $id;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PUSHED] use MD5SUM env variable adn not md5sum directly

2013-05-07 Thread Norbert Thiebaud (via Code Review)
Hi,

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

If you are interested in details, please visit

https://gerrit.libreoffice.org/3805

Approvals:
  Norbert Thiebaud: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I985b3373edcd0bfc151adfa92b79a6b5080d22ad
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud nthieb...@gmail.com
Gerrit-Reviewer: Norbert Thiebaud nthieb...@gmail.com

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


Re: Killing the gerrit to dev-list spam ...

2013-05-07 Thread Norbert Thiebaud
On Tue, May 7, 2013 at 10:13 AM, Stephan Bergmann sberg...@redhat.com wrote:
 On 05/01/2013 09:33 PM, Bjoern Michaelsen wrote:

 Opinions?


 if you happen to be logged into gerrit, the file you looked at is
 automatically marked as reviewed

You can turn that off
on a 'diff' view, click on 'preferences'
then check 'manual review' and save
that will prevent diff to be automatically marked as 'reviewed' as you
look at them

use '?' to get the list of keyboard shortcuts... here 'm' is the
shortcut to manually toggle the reviewed flag.

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


[Libreoffice-commits] core.git: solenv/gbuild

2013-05-07 Thread Matúš Kukan
 solenv/gbuild/extensions/post_SpeedUpTargets.mk |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 25efffbaff6b25074a2b5d4cc97ecfb73fa9eaf8
Author: Matúš Kukan matus.ku...@gmail.com
Date:   Tue May 7 21:36:10 2013 +0200

gbuild: don't turn off also gb_FULLDEPS when running 'make build'

Change-Id: I7c06fe72789eb6108b13eefaca3ff9c9b3416f31

diff --git a/solenv/gbuild/extensions/post_SpeedUpTargets.mk 
b/solenv/gbuild/extensions/post_SpeedUpTargets.mk
index 004ced1..3f3e562 100644
--- a/solenv/gbuild/extensions/post_SpeedUpTargets.mk
+++ b/solenv/gbuild/extensions/post_SpeedUpTargets.mk
@@ -16,11 +16,15 @@ ifeq ($(gb_Side),build)
 gb_Module_SKIPTARGETS := check slowcheck subsequentcheck
 endif
 
+ifeq ($(MAKECMDGOALS),build)
+gb_Module_SKIPTARGETS := check slowcheck subsequentcheck
+endif
+
 ifneq ($(strip $(MAKECMDGOALS)),)
 # speed up depending on the target
 gb_SpeedUpTargets_LEVEL_4 := debugrun help translations
 gb_SpeedUpTargets_LEVEL_3 := showmodules $(gb_SpeedUpTargets_LEVEL_4)
-gb_SpeedUpTargets_LEVEL_2 := build $(gb_SpeedUpTargets_LEVEL_3)
+gb_SpeedUpTargets_LEVEL_2 := $(gb_SpeedUpTargets_LEVEL_3)
 gb_SpeedUpTargets_LEVEL_1 := clean showdeliverables 
$(gb_SpeedUpTargets_LEVEL_2)
 
 ifeq (T,$(if $(filter-out $(gb_SpeedUpTargets_LEVEL_1),$(MAKECMDGOALS)),,T))
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: New Tags on BSA

2013-05-07 Thread Robinson Tryon
On Mon, May 6, 2013 at 1:45 PM, Joel Madero jmadero@gmail.com wrote:
 Hi All,

 Just a warning that some edits to our wiki seems to have broken our ability
 to update BSA. Rob and Robinson are actively trying to solve the problem but
 it could be an issue with upcoming release.

Update: The BSA update process has been fixed, so there shouldn't be
any barrier to us making changes needed for the upcoming release.

A big thanks to Joel for helping to test and apply the BSA-related patches.

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


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

2013-05-07 Thread Andras Timar
 sfx2/source/appl/sfxhelp.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 34f275fe4e19877fbb12d483d7edb5adaef49bc2
Author: Andras Timar ati...@suse.com
Date:   Tue May 7 21:01:30 2013 +0200

fdo#64211 replace %2F to / in online (wiki) help URLs

It is not possible to create wiki pages with URLs that have %2F in
them. Help URLs contain %2F, when invoked from dialogs that are
based on .ui files, it seems this is the new HID syntax.

For example for Zoom dialog LibreOffice used to call
http://help.libreoffice.org/simpress/cui%2Fui%2Fzoomdialog%2Fzoomsb
and it did not work. Now it calls
http://help.libreoffice.org/simpress/cui/ui/zoomdialog/zoomsb
and it works.

Change-Id: I163cf8ec3b69f31eadbbd9085d2180839fe91e07

diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index fad7046..0d35063 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -649,6 +649,7 @@ static bool impl_showOnlineHelp( const OUString rURL )
 
 OUString aHelpLink( http://help.libreoffice.org/;  );
 aHelpLink += rURL.copy( aInternal.getLength() );
+aHelpLink = aHelpLink.replaceAll(%2F,/);
 try
 {
 Reference XSystemShellExecute  xSystemShell(
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: connectivity/Library_macabdrv1.mk

2013-05-07 Thread Stephan Bergmann
 connectivity/Library_macabdrv1.mk |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5736cbaa8401ce772607d84614f72ebab475b550
Author: Stephan Bergmann sberg...@redhat.com
Date:   Tue May 7 22:07:39 2013 +0200

Yet another fix for missing sqlbison.hxx

Change-Id: I2fb97a1422ed82c79b7babff793dba700eba2369

diff --git a/connectivity/Library_macabdrv1.mk 
b/connectivity/Library_macabdrv1.mk
index 4629572..1baf464 100644
--- a/connectivity/Library_macabdrv1.mk
+++ b/connectivity/Library_macabdrv1.mk
@@ -32,6 +32,7 @@ $(eval $(call gb_Library_set_include,macabdrv1,\
 $$(INCLUDE) \
 -I$(SRCDIR)/connectivity/inc \
 -I$(SRCDIR)/connectivity/source/inc \
+   -I$(WORKDIR)/YaccTarget/connectivity/source/parse \
 ))
 
 $(eval $(call gb_Library_add_exception_objects,macabdrv1,\
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Killing the gerrit to dev-list spam ...

2013-05-07 Thread Bjoern Michaelsen
Hi, 

On Tue, May 07, 2013 at 05:13:53PM +0200, Stephan Bergmann wrote:
 But upon yet further reflection, it appears to me that mail does hit
 a sweet spot there.  Like with git commits, where in principle one
 can stay informed via git fetch/git log.  But, at least to me, it
 appears way more practical to instead do that via the
 automatically-fed commit ML:  My mail reader keeps track of which
 commits I did not yet look at.  I can flag commits as interesting to
 come back to them later when I have more time (though that typically
 means: never).  I can easily compose a reply mail to comment on a
 commit, and if I include the general ML in that mail, this can start
 a useful discussion.  In short, it is a format that makes it easy to
 consume the information and to contribute to it.  A counter-example
 is your average bug-tracker, which is not mail-based, but still can
 give you the feeling that you are on top of the information (and I
 think an important part there is that the bug-tracker makes all the
 information about a single bug immediately visible on a single web
 page).

I agree that gerrit doesnt give much added value for a full-time employed
LibreOffice dev over the mails it churns out, except for that it reliably
tracks if a patch is in or not.

However, for a casual contributor, its website provides a good way to consume
and contribute as much as you want or need (even as the UI could indeed be
improved with lots of tweaks) -- and grow with that.

So gerrit allows casual contributors to pull information as needed, while its
output to a dedicated ML allows staying on top for highly involved contributors
(like the commits ML or bugzilla status mails do). While there is much room for
improvement, currently no alternative that accomodates both scenarios in a
decent way.

Best,

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


[PATCH libreoffice-4-0] fdo#64211 replace %2F to / in online (wiki) help URLs

2013-05-07 Thread Andras Timar (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3817

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/17/3817/1

fdo#64211 replace %2F to / in online (wiki) help URLs

It is not possible to create wiki pages with URLs that have %2F in
them. Help URLs contain %2F, when invoked from dialogs that are
based on .ui files, it seems this is the new HID syntax.

For example for Zoom dialog LibreOffice used to call
http://help.libreoffice.org/simpress/cui%2Fui%2Fzoomdialog%2Fzoomsb
and it did not work. Now it calls
http://help.libreoffice.org/simpress/cui/ui/zoomdialog/zoomsb
and it works.

Conflicts:

sfx2/source/appl/sfxhelp.cxx

Change-Id: I163cf8ec3b69f31eadbbd9085d2180839fe91e07
---
M sfx2/source/appl/sfxhelp.cxx
1 file changed, 1 insertion(+), 0 deletions(-)



diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index b2be3e3..7ed8bdd 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -660,6 +660,7 @@
 
 OUString aHelpLink( http://help.libreoffice.org/;  );
 aHelpLink += rURL.Copy( aInternal.Len() );
+aHelpLink = aHelpLink.replaceAlL(%2F,/);
 try
 {
 Reference XSystemShellExecute  xSystemShell(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I163cf8ec3b69f31eadbbd9085d2180839fe91e07
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Andras Timar ati...@suse.com

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


[Libreoffice-commits] core.git: 3 commits - Repository.mk scp2/AutoInstallLibs_gnome.mk scp2/AutoInstallLibs_tde.mk scp2/InstallModule_gnome.mk scp2/InstallModule_tde.mk scp2/Module_scp2.mk scp2/sourc

2013-05-07 Thread Marcos Paulo de Souza
 Repository.mk  |8 +++-
 scp2/AutoInstallLibs_gnome.mk  |   12 
 scp2/AutoInstallLibs_tde.mk|   12 
 scp2/InstallModule_gnome.mk|2 ++
 scp2/InstallModule_tde.mk  |9 +
 scp2/Module_scp2.mk|2 ++
 scp2/source/gnome/module_gnome.scp |4 +++-
 scp2/source/tde/file_tde.scp   |   28 
 scp2/source/tde/module_tde.scp |9 +++--
 solenv/gbuild/Helper.mk|2 +-
 10 files changed, 43 insertions(+), 45 deletions(-)

New commits:
commit 36564f36a8db30a9bd8ea4a50d2137b80c5052b6
Author: Marcos Paulo de Souza marcos.souza@gmail.com
Date:   Tue May 7 11:44:32 2013 -0300

fdo#60924 autoinstall - gbuild/scp2: add gnome module

Conflicts:
Repository.mk
scp2/Module_scp2.mk
solenv/gbuild/Helper.mk

Change-Id: I37570787815d85d30eed3b5291e1e4450e5ffd51

diff --git a/Repository.mk b/Repository.mk
index 89e1459..7e6c051 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -225,6 +225,9 @@ $(eval $(call 
gb_Helper_register_libraries_for_install,OOOLIBS,TDE, \
 $(if $(ENABLE_TDE),tdebe1) \
 ))
 
+$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,GNOME, \
+))
+
 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,KDE, \
 $(if $(ENABLE_KDE),kdebe1) \
 $(if $(ENABLE_KDE4),kde4be1) \
diff --git a/scp2/AutoInstallLibs_gnome.mk b/scp2/AutoInstallLibs_gnome.mk
new file mode 100644
index 000..c388a29
--- /dev/null
+++ b/scp2/AutoInstallLibs_gnome.mk
@@ -0,0 +1,12 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# 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/.
+#
+
+$(eval $(call 
gb_AutoInstallLibs_AutoInstallLibs,gnome,GNOME,LIBO_LIB_FILE,auto_Gnome_Lib))
+
+# vim: set noet sw=4 ts=4:
diff --git a/scp2/InstallModule_gnome.mk b/scp2/InstallModule_gnome.mk
index 816f3b2..3a8dd51 100644
--- a/scp2/InstallModule_gnome.mk
+++ b/scp2/InstallModule_gnome.mk
@@ -9,6 +9,8 @@
 
 $(eval $(call gb_InstallModule_InstallModule,scp2/gnome))
 
+$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/gnome,gnome))
+
 $(eval $(call gb_InstallModule_define_if_set,scp2/gnome,\
ENABLE_EVOAB2 \
ENABLE_GCONF \
diff --git a/scp2/Module_scp2.mk b/scp2/Module_scp2.mk
index b5bb1f0..67e8a81 100644
--- a/scp2/Module_scp2.mk
+++ b/scp2/Module_scp2.mk
@@ -11,6 +11,7 @@ $(eval $(call gb_Module_Module,scp2))
 
 $(eval $(call gb_Module_add_targets,scp2,\
AutoInstallLibs_tde \
+   AutoInstallLibs_gnome \
AutoInstallLibs_kde \
AutoInstallLibs_ooo \
AutoInstallLibs_ure \
diff --git a/scp2/source/gnome/module_gnome.scp 
b/scp2/source/gnome/module_gnome.scp
index 3a2604d..b496ced 100644
--- a/scp2/source/gnome/module_gnome.scp
+++ b/scp2/source/gnome/module_gnome.scp
@@ -27,6 +27,8 @@
 
 #include macros.inc
 
+#include AutoInstallLibs/gnome
+
 Module gid_Module_Optional_Gnome
 ParentID = gid_Module_Optional;
 Default = YES;
@@ -36,7 +38,7 @@ Module gid_Module_Optional_Gnome
 #ifdef ENABLE_GNOMEVFS
 XpdCheckSolaris = SUNWgnome-vfs;
 #endif
-Files = (
+Files = (auto_Gnome_lib_ALL
 #ifdef ENABLE_EVOAB2
   gid_File_Lib_Evoab,
 #endif
diff --git a/solenv/gbuild/Helper.mk b/solenv/gbuild/Helper.mk
index fd395f7..168cdf7 100644
--- a/solenv/gbuild/Helper.mk
+++ b/solenv/gbuild/Helper.mk
@@ -118,7 +118,7 @@ endef
 define gb_Helper_init_registries
 gb_Executable_VALIDGROUPS := UREBIN SDK OOO NONE
 gb_Library_VALIDGROUPS := OOOLIBS PLAINLIBS_NONE PLAINLIBS_URE PLAINLIBS_OOO 
RTVERLIBS UNOLIBS_URE UNOVERLIBS EXTENSIONLIBS
-gb_Library_VALIDINSTALLMODULES := TDE KDE OOO URE WRITER
+gb_Library_VALIDINSTALLMODULES := GNOME TDE KDE OOO URE WRITER
 gb_StaticLibrary_VALIDGROUPS := PLAINLIBS
 gb_Jar_VALIDGROUPS := URE OOO OXT NONE
 
commit 71ab998159e294ed91c24f483175de8696b3ae34
Author: Marcos Paulo de Souza marcos.souza@gmail.com
Date:   Tue May 7 08:08:02 2013 -0300

fdo#60924: autoinstall tde libraries

Change-Id: Id986bc7f9f09902dfda849bc86f9c48ccb0f30c3

diff --git a/Repository.mk b/Repository.mk
index 8d86cb6..89e1459 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -222,6 +222,7 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
 endif
 
 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,TDE, \
+$(if $(ENABLE_TDE),tdebe1) \
 ))
 
 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,KDE, \
@@ -627,7 +628,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
 slideshow \
 stringresource \
 syssh \
-tdebe1 \
 ucpcmis1 \
 ucpext \
 ucpgio1 \
diff --git a/scp2/InstallModule_tde.mk b/scp2/InstallModule_tde.mk
index ad7655e..0e5dae6 100644
--- 

[PUSHED] fdo#60924 autoinstall - gbuild/scp2: add gnome module

2013-05-07 Thread via Code Review
Hi,

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

If you are interested in details, please visit

https://gerrit.libreoffice.org/3812


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I37570787815d85d30eed3b5291e1e4450e5ffd51
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Marcos Souza marcos.souza@gmail.com
Gerrit-Reviewer: Matúš Kukan matus.ku...@gmail.com

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


[PUSHED] fdo#60924 autoinstall - gbuild/scp2: add tde module

2013-05-07 Thread via Code Review
Hi,

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

If you are interested in details, please visit

https://gerrit.libreoffice.org/3808


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4c13d1cd4b7490a0b4db8f0dd40d823a5906c8aa
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Marcos Souza marcos.souza@gmail.com
Gerrit-Reviewer: Matúš Kukan matus.ku...@gmail.com

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


[PUSHED] fdo#60924: autoinstall tde libraries

2013-05-07 Thread via Code Review
Hi,

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

If you are interested in details, please visit

https://gerrit.libreoffice.org/3809


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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id986bc7f9f09902dfda849bc86f9c48ccb0f30c3
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Marcos Souza marcos.souza@gmail.com
Gerrit-Reviewer: Matúš Kukan matus.ku...@gmail.com

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


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

2013-05-07 Thread Albert Thuswaldner
 sc/source/ui/dbgui/tpsort.cxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 9a0846b56a46c43e9f4ce7372a9cd89efc50954a
Author: Albert Thuswaldner albert.thuswald...@gmail.com
Date:   Tue May 7 20:19:54 2013 +0200

Calc sort: Use method GetSortKeyCount from SortParam

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

diff --git a/sc/source/ui/dbgui/tpsort.cxx b/sc/source/ui/dbgui/tpsort.cxx
index 4499600..1479313 100644
--- a/sc/source/ui/dbgui/tpsort.cxx
+++ b/sc/source/ui/dbgui/tpsort.cxx
@@ -169,13 +169,13 @@ void ScTabPageSortFields::Reset( const SfxItemSet /* 
rArgSet */ )
 if ( aSortData.maKeyState[0].bDoSort )
 {
 // Make sure that the all sort keys are reset
-for ( sal_uInt16 i=nSortKeyCount; iaSortData.maKeyState.size(); i++ )
+for ( sal_uInt16 i=nSortKeyCount; iaSortData.GetSortKeyCount(); i++ )
 {
 maSortKeyCtrl.AddSortKey(i+1);
 maSortKeyItems[i].m_pLbSort-SetSelectHdl( LINK( this,
  ScTabPageSortFields, SelectHdl ) );
 }
-nSortKeyCount = aSortData.maKeyState.size();
+nSortKeyCount = aSortData.GetSortKeyCount();
 FillFieldLists(0);
 
 for ( sal_uInt16 i=0; inSortKeyCount; i++ )
@@ -265,7 +265,7 @@ sal_Bool ScTabPageSortFields::FillItemSet( SfxItemSet 
rArgSet )
 if ( nSortPos[i] == LISTBOX_ENTRY_NOTFOUND ) nSortPos[i] = 0;
 }
 
-if( nSortKeyCount = aNewSortData.maKeyState.size() )
+if( nSortKeyCount = aNewSortData.GetSortKeyCount() )
 aNewSortData.maKeyState.resize(nSortKeyCount);
 
 if ( nSortPos[0]  0 )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PUSHED] Calc sort: Use method GetSortKeyCount from SortParam

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

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

If you are interested in details, please visit

https://gerrit.libreoffice.org/3816

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


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4500ba71abeba5fe8293cea22b10fd910e46059f
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Albert Thuswaldner albert.thuswald...@gmail.com
Gerrit-Reviewer: Markus Mohrhard markus.mohrh...@googlemail.com

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


Re: .docx file immediately crashes LibreOffice 4.0.2.2

2013-05-07 Thread Manuel Reimer

Norbert Thiebaud wrote:

I asked the author and I got the permission to publish the file, so I filed
a bug here:
https://bugs.freedesktop.org/show_bug.cgi?id=64249


Yep, that is the way to go :-)

the patch below worked around the crash for me... :


This is a very good start but how to get this fix into the next release? How to 
get a developer informed about the bug to review this patch and commit it to VCS?


Yours

Manuel

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


Re: .docx file immediately crashes LibreOffice 4.0.2.2

2013-05-07 Thread Norbert Thiebaud
On Tue, May 7, 2013 at 4:13 PM, Manuel Reimer
manuel.s...@nurfuerspam.de wrote:
 Norbert Thiebaud wrote:

 I asked the author and I got the permission to publish the file, so I
 filed
 a bug here:
 https://bugs.freedesktop.org/show_bug.cgi?id=64249


 Yep, that is the way to go :-)

 the patch below worked around the crash for me... :


 This is a very good start but how to get this fix into the next release? How
 to get a developer informed about the bug to review this patch and commit it
 to VCS?

I pinged cbosdonnat with it... he should be reviewing it shortly, to
make sure that it does not create 'other' side effects...

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


[PATCH] coverity#983096: Resource leak

2013-05-07 Thread Julien Nabet (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3818

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/18/3818/1

coverity#983096: Resource leak

Change-Id: I91c1d505ef0b0eb442bf76e4da66c95fa0e1bb2d
---
M rsc/source/rscpp/cpp3.c
1 file changed, 1 insertion(+), 0 deletions(-)



diff --git a/rsc/source/rscpp/cpp3.c b/rsc/source/rscpp/cpp3.c
index df5a2c7..7dbdef9 100644
--- a/rsc/source/rscpp/cpp3.c
+++ b/rsc/source/rscpp/cpp3.c
@@ -194,6 +194,7 @@
 *incend++ = pIncPos;
 pIncPos   = strtok( NULL, ; );
 }
+free(pIncEnv);
 return( 1 );
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I91c1d505ef0b0eb442bf76e4da66c95fa0e1bb2d
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Julien Nabet serval2...@yahoo.fr

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


[PATCH] coverity#983036/37/38: Resource leak

2013-05-07 Thread Julien Nabet (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3819

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/19/3819/1

coverity#983036/37/38: Resource leak

Change-Id: I8a2c079a60cc06ca82d9f516cf009359a0c083a7
---
M o3tl/qa/test-sorted_vector.cxx
1 file changed, 3 insertions(+), 0 deletions(-)



diff --git a/o3tl/qa/test-sorted_vector.cxx b/o3tl/qa/test-sorted_vector.cxx
index 8e9e719..ee2e818 100644
--- a/o3tl/qa/test-sorted_vector.cxx
+++ b/o3tl/qa/test-sorted_vector.cxx
@@ -98,6 +98,7 @@
 aVec.insert(p3);
 aVec.DeleteAndDestroyAll();
 CPPUNIT_ASSERT( aVec.size() == 0 );
+delete p4;
 }
 
 void testInsertRange()
@@ -131,6 +132,7 @@
 
 CPPUNIT_ASSERT( aVec.lower_bound(p1) == aVec.begin() );
 CPPUNIT_ASSERT( aVec.lower_bound(p4) == aVec.end() );
+delete p4;
 }
 
 void testBasics_FindPtr()
@@ -239,6 +241,7 @@
 
 aVec.DeleteAndDestroyAll();
 CPPUNIT_ASSERT( aVec.size() == 0 );
+delete p4;
 }
 
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8a2c079a60cc06ca82d9f516cf009359a0c083a7
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Julien Nabet serval2...@yahoo.fr

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


[PATCH] coverity#983032: Resource leak

2013-05-07 Thread Julien Nabet (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3820

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/20/3820/1

coverity#983032: Resource leak

Change-Id: I0f2b245c98d80a009076494a232229c19cc034a9
---
M l10ntools/source/xrmlex.l
M l10ntools/source/xrmmerge.cxx
2 files changed, 9 insertions(+), 39 deletions(-)



diff --git a/l10ntools/source/xrmlex.l b/l10ntools/source/xrmlex.l
index a2b5c0c..1ada7fe 100644
--- a/l10ntools/source/xrmlex.l
+++ b/l10ntools/source/xrmlex.l
@@ -57,11 +57,10 @@
 /* external functions (C++ code, declared as extern C */
 extern C int WorkOnTokenSet( int, char* );
 extern C int Argument( char * );
-extern C int InitXrmExport( char * , char * );
+extern C int InitXrmExport( char * );
 extern C int EndXrmExport();
 extern C int GetError();
 extern C int SetError();
-extern C char *GetOutputFile( int argc, char* argv[]);
 extern C FILE *GetXrmFile();
 extern C int isQuiet();
 extern C char* getFilename();
@@ -214,28 +213,24 @@
SetError();
 }
 
+//SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) {
 SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) {
+// these are not used, so just quiet warnings
+(void) argc;
+(void) argv;
/* error level */
int nRetValue = 0;
-   char *pOutput;
FILE *pFile;
 
-   pOutput = GetOutputFile( argc, argv );
-
-   if ( !pOutput )
-   {
-   return 1;
-   }
pFile = GetXrmFile();
-   InitXrmExport( pOutput , getFilename() );
+   /* create global instance of class XmlExport */
+   InitXrmExport( getFilename() );
 
-if ( !pFile )
+if ( !pFile )
return 1;
 
yyin = pFile;
 
-   /* create global instance of class XmlExport */
-   //InitXrmExport( pOutput );
 
/* start parser */
yylex();
diff --git a/l10ntools/source/xrmmerge.cxx b/l10ntools/source/xrmmerge.cxx
index 8a8b856..e806bcf 100644
--- a/l10ntools/source/xrmmerge.cxx
+++ b/l10ntools/source/xrmmerge.cxx
@@ -53,32 +53,7 @@
 extern C {
 // the whole interface to lexer is in this extern C section
 
-extern char *GetOutputFile( int argc, char* argv[])
-{
-bDisplayName = sal_False;
-bExtensionDescription = sal_False;
-
-common::HandledArgs aArgs;
-if ( common::handleArguments(argc, argv, aArgs) )
-{
-bMergeMode = aArgs.m_bMergeMode;
-sLanguage = aArgs.m_sLanguage;
-sInputFileName = aArgs.m_sInputFile;
-sOutputFile = aArgs.m_sOutputFile;
-sMergeSrc = aArgs.m_sMergeSrc;
-char *pReturn = new char[ sOutputFile.getLength() + 1 ];
-std::strcpy( pReturn, sOutputFile.getStr());
-return pReturn;
-}
-else
-{
-// command line is not valid
-common::writeUsage(xrmex,*.xrm/*.xml);
-return NULL;
-}
-}
-
-int InitXrmExport( char*, char* pFilename)
+int InitXrmExport( char* pFilename)
 {
 // instanciate Export
 OString sFilename( pFilename );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0f2b245c98d80a009076494a232229c19cc034a9
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Julien Nabet serval2...@yahoo.fr

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


[PATCH] coverity#982973: Resource leak

2013-05-07 Thread Julien Nabet (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3821

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/21/3821/1

coverity#982973: Resource leak

Change-Id: I1ea51b29c3ad05016f42c215b71877cd8c3f92f4
---
M extensions/source/nsplugin/source/so_env.cxx
1 file changed, 1 insertion(+), 0 deletions(-)



diff --git a/extensions/source/nsplugin/source/so_env.cxx 
b/extensions/source/nsplugin/source/so_env.cxx
index 0e8b5f1..b275ad4 100644
--- a/extensions/source/nsplugin/source/so_env.cxx
+++ b/extensions/source/nsplugin/source/so_env.cxx
@@ -132,6 +132,7 @@
 fprintf (stderr, Can't open myself '%s'\n, dlerror());
 return 1;
 }
+dlclose(dl_handle);
 
 Dl_info dl_info = { 0,0,0,0 };
 if(!dladdr((void *)nspluginOOoModuleHook, dl_info))

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1ea51b29c3ad05016f42c215b71877cd8c3f92f4
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Julien Nabet serval2...@yahoo.fr

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


[PATCH] coverity#982464: Explicit null dereferenced

2013-05-07 Thread Julien Nabet (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3822

To pull it, you can do:

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

coverity#982464: Explicit null dereferenced

Change-Id: Idb75b5b9040ce7f54775f8bc02c150f87e811af0
---
M sc/source/filter/lotus/tool.cxx
1 file changed, 2 insertions(+), 1 deletion(-)



diff --git a/sc/source/filter/lotus/tool.cxx b/sc/source/filter/lotus/tool.cxx
index 136e607..799d21d 100644
--- a/sc/source/filter/lotus/tool.cxx
+++ b/sc/source/filter/lotus/tool.cxx
@@ -101,7 +101,8 @@
 pDoc-ApplyAttr( nCol, nRow, nTab, *pJustify );
 ScSetStringParam aParam;
 aParam.setTextInput();
-pDoc-SetString(ScAddress(nCol,nRow,nTab), String(pString, 
pLotusRoot-eCharsetQ), aParam);
+if (pString)
+pDoc-SetString(ScAddress(nCol,nRow,nTab), String(pString, 
pLotusRoot-eCharsetQ), aParam);
 }
 
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idb75b5b9040ce7f54775f8bc02c150f87e811af0
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Julien Nabet serval2...@yahoo.fr

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


[PATCH] coverity#982460: Explicit null dereferenced

2013-05-07 Thread Julien Nabet (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3823

To pull it, you can do:

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

coverity#982460: Explicit null dereferenced

Change-Id: I64d559603bff0d618dce72927566531296984d3c
---
M l10ntools/source/xrmmerge.cxx
1 file changed, 2 insertions(+), 3 deletions(-)



diff --git a/l10ntools/source/xrmmerge.cxx b/l10ntools/source/xrmmerge.cxx
index 8a8b856..8265b4a 100644
--- a/l10ntools/source/xrmmerge.cxx
+++ b/l10ntools/source/xrmmerge.cxx
@@ -381,11 +381,10 @@
 sFilename( rFilename ) ,
 pResData( NULL )
 {
-if (!rMergeSource.isEmpty())
+if (!rMergeSource.isEmpty()  sLanguage.equalsIgnoreAsciiCase(ALL))
+{
 pMergeDataFile = new MergeDataFile(
 rMergeSource, sInputFileName, false);
-if( sLanguage.equalsIgnoreAsciiCase(ALL) )
-{
 aLanguages = pMergeDataFile-GetLanguages();
 }
 else

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I64d559603bff0d618dce72927566531296984d3c
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Julien Nabet serval2...@yahoo.fr

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


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - cppuhelper/inc svx/inc svx/source

2013-05-07 Thread Herbert Dürr
 cppuhelper/inc/cppuhelper/propertysetmixin.hxx |   12 
 svx/inc/galobj.hxx |3 
 svx/inc/svx/galtheme.hxx   |   12 
 svx/source/gallery2/galctrl.cxx|  412 +
 svx/source/gallery2/galobj.cxx |   48 ++
 svx/source/gallery2/galtheme.cxx   |   50 ++-
 6 files changed, 397 insertions(+), 140 deletions(-)

New commits:
commit 0fabc9a7be629ca150e83b5b69dc5e44b4b2a476
Author: Herbert Dürr h...@apache.org
Date:   Tue May 7 16:15:53 2013 +

fix signatures for copy-construction and assignment for the 
propertysetmixin classes

the canonic way to disallow copy construction and assignment of an object
is to declare unimplemented methods for them taking const references.

diff --git a/cppuhelper/inc/cppuhelper/propertysetmixin.hxx 
b/cppuhelper/inc/cppuhelper/propertysetmixin.hxx
index 92bd5d9..c261381 100644
--- a/cppuhelper/inc/cppuhelper/propertysetmixin.hxx
+++ b/cppuhelper/inc/cppuhelper/propertysetmixin.hxx
@@ -157,8 +157,8 @@ protected:
 void notify() const;
 
 private:
-BoundListeners(BoundListeners ); // not defined
-void operator =(BoundListeners); // not defined
+BoundListeners( const BoundListeners); // not defined
+void operator=( const BoundListeners); // not defined
 
 class Impl;
 Impl * m_impl;
@@ -379,8 +379,8 @@ protected:
 com::sun::star::uno::RuntimeException);
 
 private:
-PropertySetMixinImpl(PropertySetMixinImpl ); // not defined
-void operator =(PropertySetMixinImpl ); // not defined
+PropertySetMixinImpl( const PropertySetMixinImpl); // not defined
+void operator=( const PropertySetMixinImpl); // not defined
 
 PropertySetMixinImpl(
 com::sun::star::uno::Reference com::sun::star::uno::XComponentContext 

@@ -471,8 +471,8 @@ protected:
 ~PropertySetMixin() {}
 
 private:
-PropertySetMixin(PropertySetMixin ); // not defined
-void operator =(PropertySetMixin); // not defined
+PropertySetMixin( const PropertySetMixin); // not defined
+void operator=( const PropertySetMixin); // not defined
 };
 
 #if defined _MSC_VER
commit d32f1d358dcd2574d8ae6cd19da01b7311ef5926
Author: Armin Le Grand a...@apache.org
Date:   Tue May 7 13:53:03 2013 +

i122231 Buffered content for gallery themes, better graphical preparation 
(currently BMP_SCALE_FASTESTINTERPOLATE, but can be changed in a single place 
now if wanted)

diff --git a/svx/inc/galobj.hxx b/svx/inc/galobj.hxx
index 8e205d6..41d9ce2 100644
--- a/svx/inc/galobj.hxx
+++ b/svx/inc/galobj.hxx
@@ -88,7 +88,6 @@ protected:
 sal_BoolCreateThumb( const Graphic rGraphic );
 
 public:
-
 SgaObject();
 virtual ~SgaObject() {};
 
@@ -106,6 +105,8 @@ public:
 
 friend SvStreamoperator( SvStream rOut, const SgaObject rObj 
);
 friend SvStreamoperator( SvStream rIn, SgaObject rObj );
+
+BitmapEx createPreviewBitmapEx(const Size rSizePixel) const;
 };
 
 // --
diff --git a/svx/inc/svx/galtheme.hxx b/svx/inc/svx/galtheme.hxx
index 337ba9e..82aef8f 100644
--- a/svx/inc/svx/galtheme.hxx
+++ b/svx/inc/svx/galtheme.hxx
@@ -52,7 +52,13 @@ struct GalleryObject
 INetURLObject   aURL;
 sal_uInt32  nOffset;
 SgaObjKind  eObjKind;
-sal_BoolbDummy;
+boolmbDelete;
+
+//UI visualization buffering
+BitmapExmaPreviewBitmapEx;
+SizemaPreparedSize;
+String  maTitle;
+String  maPath;
 };
 
 DECLARE_LIST( GalleryObjectList, GalleryObject* )
@@ -219,6 +225,10 @@ public:
 SvStream   WriteData( SvStream rOut ) const;
 SvStream   ReadData( SvStream rIn );
 static SVX_DLLPUBLIC void   InsertAllThemes( ListBox rListBox );
+
+// for buffering PreviewBitmaps and strings for object and path
+void GetPreviewBitmapExAndStrings(sal_uIntPtr nPos, BitmapEx rBitmapEx, 
Size rSize, String rTitle, String rPath) const;
+void SetPreviewBitmapExAndStrings(sal_uIntPtr nPos, const BitmapEx 
rBitmapEx, const Size rSize, const String rTitle, const String rPath);
 };
 
 SvStream operator( SvStream rOut, const GalleryTheme rTheme );
diff --git a/svx/source/gallery2/galctrl.cxx b/svx/source/gallery2/galctrl.cxx
index 4cbe7cf..6810ca4 100644
--- a/svx/source/gallery2/galctrl.cxx
+++ b/svx/source/gallery2/galctrl.cxx
@@ -378,83 +378,158 @@ void GalleryIconView::UserDraw( const UserDrawEvent 
rUDEvt )
 
 if( nId  mpTheme )
 {
-SgaObject* pObj = mpTheme-AcquireObject( nId - 1 );
+const Rectangle rRect = rUDEvt.GetRect();
+const Size aSize(rRect.GetWidth(), rRect.GetHeight());
+BitmapEx aBitmapEx;
+Size aPreparedSize;
+String aItemTextTitle;
+String aItemTextPath;
 
-if( pObj )
-{
-const 

How to add a additional libraries and files

2013-05-07 Thread B.O.Z

Hi

I want add a own lib and some code to libreoffice but get a error.

here is my lib and file,and I want add them to app part in desktop modlue. 

/core/desktop/source/app/accelerate.hxx
/core/desktop/source/app/accelerate.cxx
core/solver/unxlngi6.pro/lib/acceleratelo.so

Then  I modfiy these file:

Library_sofficeapp.mk:  add$(eval $(call
gb_Library_use_libraries,sofficeapp,accelerate))
   $(eval $(call
gb_Library_add_exception_objects,sofficeapp,/core/desktop/source/app/accelerate))
Repository.mk: add$(eval $(call
gb_Helper_register_libraries_for_install,OOOLIBS,OOO, accelerate))

Then I run make desktop, the result is all right.

But When I try to call some function in accelerate.hxx from
/core/desktop/source/app/main.c

add it get error that :main.c:(.text.startup+0x51): undefined reference to
`accelerate_init'
collect2: error: ld returned 1 exit status
make[1]: *** [/home/bo/workspace/zlibreo

the function definition of accelerate_init is just in accelerate.cxx.

 



--
View this message in context: 
http://nabble.documentfoundation.org/How-to-add-a-additional-libraries-and-files-tp4054526.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/qa sc/source

2013-05-07 Thread Kohei Yoshida
 sc/qa/unit/ucalc.cxx|   94 ++--
 sc/source/core/data/column.cxx  |   21 
 sc/source/core/data/column3.cxx |2 
 3 files changed, 94 insertions(+), 23 deletions(-)

New commits:
commit 7b57f7f5e941232e8a94c18f8bf856200d58fbf8
Author: Kohei Yoshida kohei.yosh...@gmail.com
Date:   Tue May 7 23:23:18 2013 -0400

More test and more fix wrt broadcaster rework.

Much of the fix went into mdds actually.

Change-Id: Ia27b0bde31081a5a28fb4afb80960777bd4fdd4f

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 27fa863..8aba718 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -1527,6 +1527,67 @@ void Test::testFormulaDepTracking2()
 m_pDoc-DeleteTab(0);
 }
 
+namespace {
+
+bool broadcasterShifted(const ScDocument rDoc, const ScAddress rFrom, const 
ScAddress rTo)
+{
+const SvtBroadcaster* pBC = rDoc.GetBroadcaster(rFrom);
+if (pBC)
+{
+cerr  Broadcaster shouldn't be here.  endl;
+return false;
+}
+
+pBC = rDoc.GetBroadcaster(rTo);
+if (!pBC)
+{
+cerr  Broadcaster should be here.  endl;
+return false;
+}
+return true;
+}
+
+bool checkRelativeRefToken(ScDocument rDoc, const ScAddress rPos, SCsCOL 
nRelCol, SCsROW nRelRow)
+{
+ScFormulaCell* pFC = rDoc.GetFormulaCell(rPos);
+if (!pFC)
+{
+cerr  Formula cell expected, but not found.  endl;
+return false;
+}
+
+ScTokenArray* pTokens = pFC-GetCode();
+if (!pTokens)
+{
+cerr  Token array is not present.  endl;
+return false;
+}
+
+ScToken* pToken = static_castScToken*(pTokens-First());
+if (!pToken || pToken-GetType() != formula::svSingleRef)
+{
+cerr  Not a single reference token.  endl;
+return false;
+}
+
+ScSingleRefData rRef = pToken-GetSingleRef();
+if (!rRef.IsColRel() || rRef.nRelCol != nRelCol)
+{
+cerr  Unexpected relative column address.  endl;
+return false;
+}
+
+if (!rRef.IsRowRel() || rRef.nRelRow != nRelRow)
+{
+cerr  Unexpected relative row address.  endl;
+return false;
+}
+
+return true;
+}
+
+}
+
 void Test::testCellBroadcaster()
 {
 CPPUNIT_ASSERT_MESSAGE (failed to insert sheet, m_pDoc-InsertTab (0, 
foo));
@@ -1546,28 +1607,35 @@ void Test::testCellBroadcaster()
 
 // Move column A down 5 cells. Make sure B1 now references A6, not A1.
 m_pDoc-InsertRow(0, 0, 0, 0, 0, 5);
-ScFormulaCell* pFC = m_pDoc-GetFormulaCell(ScAddress(1,0,0));
-CPPUNIT_ASSERT_MESSAGE(Expected a formula cell., pFC);
-ScTokenArray* pTokens = pFC-GetCode();
-ScToken* pToken = static_castScToken*(pTokens-First());
-CPPUNIT_ASSERT_MESSAGE(Reference token not found., pToken  
pToken-GetType() == formula::svSingleRef);
-ScSingleRefData rRef = pToken-GetSingleRef();
-CPPUNIT_ASSERT_EQUAL(static_castSCsCOL(-1), rRef.nRelCol);
-CPPUNIT_ASSERT_EQUAL(static_castSCsROW(5), rRef.nRelRow);
+CPPUNIT_ASSERT_MESSAGE(Relative reference check failed.,
+   checkRelativeRefToken(*m_pDoc, ScAddress(1,0,0), 
-1, 5));
 
 // Make sure the broadcaster has also moved.
-pBC = m_pDoc-GetBroadcaster(ScAddress(0,0,0));
-CPPUNIT_ASSERT_MESSAGE(Broadcaster shouldn't exist at A1., !pBC);
-pBC = m_pDoc-GetBroadcaster(ScAddress(0,5,0));
-CPPUNIT_ASSERT_MESSAGE(Broadcaster should exist at A6., pBC);
+CPPUNIT_ASSERT_MESSAGE(Broadcaster relocation failed.,
+   broadcasterShifted(*m_pDoc, ScAddress(0,0,0), 
ScAddress(0,5,0)));
 
 // Set new value to A6 and make sure B1 gets updated.
 m_pDoc-SetValue(ScAddress(0,5,0), 45.6);
 val = m_pDoc-GetValue(ScAddress(1,0,0));
 CPPUNIT_ASSERT_EQUAL(45.6, val);
 
+// Move column A up 3 cells, and make sure B1 now references A3, not A6.
+m_pDoc-DeleteRow(0, 0, 0, 0, 0, 3);
+CPPUNIT_ASSERT_MESSAGE(Relative reference check failed.,
+   checkRelativeRefToken(*m_pDoc, ScAddress(1,0,0), 
-1, 2));
+
+// The broadcaster should also have been relocated from A6 to A3.
+CPPUNIT_ASSERT_MESSAGE(Broadcaster relocation failed.,
+   broadcasterShifted(*m_pDoc, ScAddress(0,5,0), 
ScAddress(0,2,0)));
+
+// Insert cells over A1:A10 and shift cells to right.
+m_pDoc-InsertCol(ScRange(0, 0, 0, 0, 10, 0));
+CPPUNIT_ASSERT_MESSAGE(Relative reference check failed.,
+   checkRelativeRefToken(*m_pDoc, ScAddress(2,0,0), 
-1, 2));
+CPPUNIT_ASSERT_MESSAGE(Broadcaster relocation failed.,
+   broadcasterShifted(*m_pDoc, ScAddress(0,2,0), 
ScAddress(1,2,0)));
+
 m_pDoc-DeleteTab(0);
-CPPUNIT_ASSERT_MESSAGE(good, all test passed., false);
 }
 
 void Test::testFuncParam()
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 55fe296..297fd66 100644
--- 

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/qa

2013-05-07 Thread Kohei Yoshida
 sc/qa/unit/ucalc.cxx |8 
 1 file changed, 8 insertions(+)

New commits:
commit 88e3401952e2599fe85df52a095eb0ed528dae4a
Author: Kohei Yoshida kohei.yosh...@gmail.com
Date:   Tue May 7 23:40:08 2013 -0400

Test to ensure that removing a listening formula cell remove the 
broadcaster.

Change-Id: Iae816c68ffed30fda0115ac0f5ac2800ceed5e58

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 8aba718..9941815 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -1635,6 +1635,14 @@ void Test::testCellBroadcaster()
 CPPUNIT_ASSERT_MESSAGE(Broadcaster relocation failed.,
broadcasterShifted(*m_pDoc, ScAddress(0,2,0), 
ScAddress(1,2,0)));
 
+// Delete formula in C2, which should remove the broadcaster in B3.
+pBC = m_pDoc-GetBroadcaster(ScAddress(1,2,0));
+CPPUNIT_ASSERT_MESSAGE(Broadcaster in B3 should still exist., pBC);
+clearRange(m_pDoc, ScAddress(2,0,0));
+CPPUNIT_ASSERT_EQUAL(CELLTYPE_NONE, 
m_pDoc-GetCellType(ScAddress(2,0,0))); // C2 should be empty.
+pBC = m_pDoc-GetBroadcaster(ScAddress(1,2,0));
+CPPUNIT_ASSERT_MESSAGE(Broadcaster in B3 should have been removed., 
!pBC);
+
 m_pDoc-DeleteTab(0);
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/qa sc/source

2013-05-07 Thread Kohei Yoshida
 sc/qa/unit/ucalc.cxx   |   13 +
 sc/source/core/data/column.cxx |5 ++---
 2 files changed, 15 insertions(+), 3 deletions(-)

New commits:
commit 64dbb627859a0582c741db8de62970fe04ee7832
Author: Kohei Yoshida kohei.yosh...@gmail.com
Date:   Tue May 7 23:58:49 2013 -0400

Fix another broadcaster bug and a test code to catch it.

Broadcasters are now independent of cell storage. We need to move them
even when the cell array is empty.

Change-Id: Ib26e544ad6e3842fa722d989c994c19d7c1b3005

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 9941815..ffb2c47 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -1643,6 +1643,19 @@ void Test::testCellBroadcaster()
 pBC = m_pDoc-GetBroadcaster(ScAddress(1,2,0));
 CPPUNIT_ASSERT_MESSAGE(Broadcaster in B3 should have been removed., 
!pBC);
 
+// Clear everything and start over.
+clearRange(m_pDoc, ScRange(0,0,0,10,100,0));
+
+m_pDoc-SetString(ScAddress(1,0,0), =A1); // B1 depends on A1.
+pBC = m_pDoc-GetBroadcaster(ScAddress(0,0,0));
+CPPUNIT_ASSERT_MESSAGE(Broadcaster should exist in A1., pBC);
+
+// While column A is still empty, move column A down 2 cells. This should
+// move the broadcaster from A1 to A3.
+m_pDoc-InsertRow(0, 0, 0, 0, 0, 2);
+pBC = m_pDoc-GetBroadcaster(ScAddress(0,2,0));
+CPPUNIT_ASSERT_MESSAGE(Broadcaster should exist in A3., pBC);
+
 m_pDoc-DeleteTab(0);
 }
 
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 297fd66..1ffa949 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -1121,7 +1121,8 @@ void ScColumn::InsertRow( SCROW nStartRow, SCSIZE nSize )
 {
 pAttrArray-InsertRow( nStartRow, nSize );
 
-//! Search
+maBroadcasters.insert_empty(nStartRow, nSize);
+maBroadcasters.resize(MAXROWCOUNT);
 
 if ( maItems.empty() )
 return;
@@ -1225,8 +1226,6 @@ void ScColumn::InsertRow( SCROW nStartRow, SCSIZE nSize )
 maTextWidths.resize(MAXROWCOUNT);
 maScriptTypes.insert_empty(nStartRow, nSize);
 maScriptTypes.resize(MAXROWCOUNT);
-maBroadcasters.insert_empty(nStartRow, nSize);
-maBroadcasters.resize(MAXROWCOUNT);
 
 CellStorageModified();
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

2013-05-07 Thread Kohei Yoshida
 sc/source/core/data/column3.cxx |3 ---
 1 file changed, 3 deletions(-)

New commits:
commit c7a07fc3cc179fa3928e4de11e237774c30e19d8
Author: Kohei Yoshida kohei.yosh...@gmail.com
Date:   Wed May 8 00:08:14 2013 -0400

Change of plan. ScColumn::DeleteRange() will NOT broadcast. Ever.

Change-Id: I610cafaab2d29d0260ebeacdd9b2bf75722a95f2

diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 9290e3a..e9ecd31 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -435,9 +435,6 @@ void ScColumn::DeleteRange( SCSIZE nStartIndex, SCSIZE 
nEndIndex, sal_uInt16 nDe
 (*aIt)-Delete();
 }
 }
-
-// TODO: Broadcasting is temporarily removed from this method. Add it back
-// once the broadcaster refactoring is finished.
 }
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/qa sc/source

2013-05-07 Thread Kohei Yoshida
 sc/qa/unit/ucalc.cxx|9 +++--
 sc/source/core/data/column3.cxx |9 +
 2 files changed, 12 insertions(+), 6 deletions(-)

New commits:
commit beb36701ee8dd218523caeb5510792e5efe93f80
Author: Kohei Yoshida kohei.yosh...@gmail.com
Date:   Wed May 8 00:06:08 2013 -0400

The same thing applies in reverse direction.

Change-Id: I3f5863d79ad948461d63dbc9addc8ca01e1b275e

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index ffb2c47..d123a6c 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -1653,8 +1653,13 @@ void Test::testCellBroadcaster()
 // While column A is still empty, move column A down 2 cells. This should
 // move the broadcaster from A1 to A3.
 m_pDoc-InsertRow(0, 0, 0, 0, 0, 2);
-pBC = m_pDoc-GetBroadcaster(ScAddress(0,2,0));
-CPPUNIT_ASSERT_MESSAGE(Broadcaster should exist in A3., pBC);
+CPPUNIT_ASSERT_MESSAGE(Broadcaster relocation failed.,
+   broadcasterShifted(*m_pDoc, ScAddress(0,0,0), 
ScAddress(0,2,0)));
+
+// Move it back while column A is still empty.
+m_pDoc-DeleteRow(0, 0, 0, 0, 0, 2);
+CPPUNIT_ASSERT_MESSAGE(Broadcaster relocation failed.,
+   broadcasterShifted(*m_pDoc, ScAddress(0,2,0), 
ScAddress(0,0,0)));
 
 m_pDoc-DeleteTab(0);
 }
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 1c36346..9290e3a 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -164,8 +164,13 @@ void ScColumn::FreeAll()
 
 void ScColumn::DeleteRow( SCROW nStartRow, SCSIZE nSize )
 {
+SCROW nEndRow = nStartRow + nSize - 1;
+
 pAttrArray-DeleteRow( nStartRow, nSize );
 
+maBroadcasters.erase(nStartRow, nEndRow);
+maBroadcasters.resize(MAXROWCOUNT);
+
 if ( maItems.empty() )
 return ;
 
@@ -178,12 +183,10 @@ void ScColumn::DeleteRow( SCROW nStartRow, SCSIZE nSize )
 pDocument-SetAutoCalc( false ); // Avoid calculating it multiple times
 
 bool bFound = false;
-SCROW nEndRow = nStartRow + nSize - 1;
 SCSIZE nStartIndex = 0;
 SCSIZE nEndIndex = 0;
 SCSIZE i;
 
-maBroadcasters.set_empty(nStartRow, nEndRow);
 
 for ( i = nFirstIndex; i  maItems.size()  maItems[i].nRow = nEndRow; 
i++ )
 {
@@ -215,8 +218,6 @@ void ScColumn::DeleteRow( SCROW nStartRow, SCSIZE nSize )
 maTextWidths.resize(MAXROWCOUNT);
 maScriptTypes.erase(nStartRow, nEndRow);
 maScriptTypes.resize(MAXROWCOUNT);
-maBroadcasters.erase(nStartRow, nEndRow);
-maBroadcasters.resize(MAXROWCOUNT);
 
 ScAddress aAdr( nCol, 0, nTab );
 ScHint aHint( SC_HINT_DATACHANGED, aAdr, NULL ); // only areas 
(ScBaseCell* == NULL)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: How to add a additional libraries and files

2013-05-07 Thread Bjoern Michaelsen
Hi,

On Tue, May 07, 2013 at 06:38:00PM -0700, B.O.Z wrote:
 Library_sofficeapp.mk:  add$(eval $(call
 gb_Library_use_libraries,sofficeapp,accelerate))

better add it in the

 $(eval $(call gb_Library_add_linked_libs,sofficeapp,\ 

section

$(eval $(call
 gb_Library_add_exception_objects,sofficeapp,/core/desktop/source/app/accelerate))

that would be what you do for adding an object, but if I got you right, you
want a standalone accelerate library. If so, you need to write a
Library_accelerate.mk in desktop and add it to Module_desktop.

Best,

Bjoern

P.S.: Even if somewhat (out-)dated,

 http://wiki.openoffice.org/wiki/Build_Environment_Effort/Module_Migration

might give you some hints.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] New Tags on BSA

2013-05-07 Thread Robinson Tryon
(moving to just QA, as now we're getting into the nitty-gritty)

On Mon, May 6, 2013 at 4:43 PM, Rob Snelders libreoff...@ertai.nl wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi All,

 Why is it moved?

We (well, mostly me) were trying to clean up the documentation of
Bugzilla, the BSA, etc. I tried to ping most people involved with
these pages including Joel and you, and have been wading through the
pages of documentation as best as I am able.

Nobody has been able to step up and tell me how these pages fit
together yet, so that's why I've been chatting with Joel and others
and trying to fold these disparate pages together.

 this way really borks the usage of this page for me.
 Now there is no overview anymore of all subcomponents.

I'm not exactly sure what you mean about not having a general overview
of all subcomponents, but that is one piece that I've been discussing
with Joel and others. I'd love to know how you use the subcomponents
and what kind of general overview is helpful. I'm sure we can set up
one page with all of the content on it, if that's something that would
help you in the triage process.

When reorganizing the pages it seemed like there were two different
kinds of subcomponents. One was called Key words, but was
different from the keywords in the Whiteboard field. These seemed more
like... categories?  (e.g. FILEOPEN) Then there were other ones that
were like proper subcomponents -- e.g. ASKLIBREOFFICE. Based on what
I heard from Joel, Joren, and others, the terminology here is quite
confusing and I think that if you have a better name for this type of
data, that would be greatly appreciated.

 Also we discussed about 1 to 2 months ago to move the
 component-explanation to the /QA/BSA-page so that people know that
 when they change something that it can reflect problems in the BSA.
 Why move it again and in this way. Now nobody knows anymore what
 reflects anything in the BSA.

It was my understanding when we initially moved that page that the
BugReport_Details page wast just for the BSA. Since then, I have
discovered that the page content was also being used by FDO. That's
why I suggested and then implemented refactoring those sections under
QA/Bugzilla -- to more-correctly reflect that the content is shared by
both FDO and by the BSA.

 I _really_ don't like this change and
 please next time inform the BSA-crew _before_ changing all this.

Sure, I'll do that. I'd like to continue to clean up the rest of the
documentation here, as it's still very messy. Is that something that
you'll have time to help out with?

As an example, we have some stale information on the page about version 3.8:
https://wiki.documentfoundation.org/BugReport_Details#New_Versions_2012-06-20

 I
 know that I haven't been much around lately but about a month ago we
 discussed this and apparently this has been forgotten already.

As I mentioned above, this documentation is not BSA-specific, so
that's why I'm trying to move the content out to be under the
QA/Bugzilla pages. If there is BSA-specific content, I agree that we
should keep it under QA/BSA.


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


[Libreoffice-qa] [Libreoffice-QA] Minutes for 2013-05-03

2013-05-07 Thread Joel Madero
Minutes for our call have been posted at:

https://wiki.documentfoundation.org/QA/Meetings/2013/May_3

Please take a look if you have some time. We spent about 30 minutes
discussing recent events and trying to make clear that our group wants to
encourage collaboration throughout all projects. There are still some
questions/concerns that need to be ironed out but for the most part,  I
think we found reasonable middle ground between no rules/policies and
strict policies, obviously both have pros and cons :)


Warm Regards,
Joel

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

Re: [Libreoffice-qa] [Libreoffice-QA] Minutes for 2013-05-03

2013-05-07 Thread V Stuart Foote
An aside from the discussions, I do like the new QA meeting minutes format,
very easy to see what was covered from the agenda and what actions and best
practices are put forth in discussion.  

A reader is now able to follow the agenda items that were not covered (time
constraint, or missing participants) that now remain available for review.

Nicely organized.

Stuart



--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-Libreoffice-QA-Minutes-for-2013-05-03-tp4054440p4054447.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] [Libreoffice-QA] Minutes for 2013-05-03

2013-05-07 Thread Robinson Tryon
On Tue, May 7, 2013 at 12:59 PM, V Stuart Foote vstuart.fo...@utsa.edu wrote:
 An aside from the discussions, I do like the new QA meeting minutes format,
 very easy to see what was covered from the agenda and what actions and best
 practices are put forth in discussion.

 A reader is now able to follow the agenda items that were not covered (time
 constraint, or missing participants) that now remain available for review.

 Nicely organized.

Thanks! The organization in the minutes has been helping me to keep
track of my own Action items, and I'm glad to hear that it's been
helping others follow-along with our progress.

If you have any suggestions for improvements, please ping us on the
list or in IRC, and we'll see what we can do to implement them :-)

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


Re: [Libreoffice-qa] New Tags on BSA

2013-05-07 Thread Robinson Tryon
On Mon, May 6, 2013 at 1:45 PM, Joel Madero jmadero@gmail.com wrote:
 Hi All,

 Just a warning that some edits to our wiki seems to have broken our ability
 to update BSA. Rob and Robinson are actively trying to solve the problem but
 it could be an issue with upcoming release.

Update: The BSA update process has been fixed, so there shouldn't be
any barrier to us making changes needed for the upcoming release.

A big thanks to Joel for helping to test and apply the BSA-related patches.

Cheers,
--R
___
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 37640] [insert figure] convert or gs as child of soffice.bin are CPU blocking

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37640

--- Comment #5 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Yes the issue is still there under Linux (LO 4.0.4.0+ under Ubuntu 12.04
x86-64) because LO under Linux is able to show the picture but that needs some
CPU to compute it.
I am pretty sure that the issue would be different with a picture in svg format
instead of eps.

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 63838] Report Builder incorrect formatting

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63838

--- Comment #4 from hc.stoellin...@aon.at ---
Hello,
Please find enclosed some material for further investigation of the above
bug reported by me:
- repAnwesenheitFaulty.pdf -- the report generated in LO 4.0.3
   (don't worry about the |N. It is a result of loading the testdata into
   the test-DB)
- repAnwesenheitCorrect.pdf -- the report as produced correctly under
   LO 3.6.6
- testMaterial: statements used to create the test-environment
- rainermusikTest.sql -- file created by mysqldump for defining/loading
   db, table and view
- rmnativeTest.odb -- odb-file for test-database
In case of problems (eg. passwords or similar!) I am of course available
for a discussion (phone: +43 664 14 47 642).
I hope to hear from you soon...

Regards
H. Stoellinger



On Wed, 01 May 2013 05:57:04 +0200, bugzilla-dae...@freedesktop.org wrote:

 https://bugs.freedesktop.org/show_bug.cgi?id=63838

 Joel Madero jmadero@gmail.com changed:

What|Removed |Added
 ---
  Status|UNCONFIRMED |NEEDINFO
 Version|4.0.2.2 release |4.0.0.3 release
  Ever confirmed|0   |1

 --- Comment #3 from Joel Madero jmadero@gmail.com ---
 Changed my mind, marked the other one as a duplicate of this one, please 
 attach
 a very simple test database, explain what we need to do to see the problem and
 I will bibisect to see where the problem began.

 Also, changing version to 4.0.0.3 release (oldest version that you seem to
 experience the problem) as you've stated you cannot upgrade to Version 4 at 
 all
 due to the problem.

 Attach document, explain steps and then mark as UNCONFIRMED and I will
 investigate


-- 
You are receiving this mail because:
You 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 63838] Report Builder incorrect formatting

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63838

--- Comment #5 from hc.stoellin...@aon.at ---
Created attachment 78968
  -- https://bugs.freedesktop.org/attachment.cgi?id=78968action=edit
repAnwesenheitCorrect.pdf

--- Comment #6 from hc.stoellin...@aon.at ---
Created attachment 78969
  -- https://bugs.freedesktop.org/attachment.cgi?id=78969action=edit
rainermusikTest.sql

--- Comment #7 from hc.stoellin...@aon.at ---
Created attachment 78970
  -- https://bugs.freedesktop.org/attachment.cgi?id=78970action=edit
rmnativeTest.odb

--- Comment #8 from hc.stoellin...@aon.at ---
Created attachment 78971
  -- https://bugs.freedesktop.org/attachment.cgi?id=78971action=edit
testMaterial

-- 
You are receiving this mail because:
You 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 55961] Bad labels on startup window

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55961

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||bfo.bugm...@spamgourmet.com
 Ever confirmed|0   |1

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com ---
Is this still an issue in the latest stable release? If yes please attach a
screenshot.

-- 
You are receiving this mail because:
You 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 55983] : Content in Header and Footer of Document is replaced with Content in Template

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55983

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG
 CC||bfo.bugm...@spamgourmet.com

--- Comment #6 from bfoman bfo.bugm...@spamgourmet.com ---
RESOLVED NOTABUG per comment 3, comment 4, comment 5.

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


[Libreoffice-bugs] [Bug 56075] Too large space on disc when saving as MS office file

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56075

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||bfo.bugm...@spamgourmet.com
 Ever confirmed|0   |1

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com ---
Could you attach any example documents to allow others to check on different
system/build?

-- 
You are receiving this mail because:
You 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 63752] Cannot Save As to Samba Share

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63752

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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---
 Ever confirmed|0   |1

--- Comment #12 from Michael Meeks michael.me...@novell.com ---
So - re-opening; this clearly needs a fix :-)

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


[Libreoffice-bugs] [Bug 64309] New: two open buttons on main toolbar

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64309

  Priority: medium
Bug ID: 64309
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: two open buttons on main toolbar
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: aaalmo...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Writer
   Product: LibreOffice

Since I upgraded to 4.0, there are two identically looking buttons (a red arrow
pointing out of a yellow folder) on the main toolbar. Their tooltips are:
Opens or imports a file. and Open (Ctrl-O). What is the difference between
them?

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


[Libreoffice-bugs] [Bug 63240] CRASH in Tools-Extension manager-Check for updates

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63240

--- Comment #16 from Stephan Bergmann sberg...@redhat.com ---
* Note that I use rsync to 
synchronize the ~/.config/libreoffice tree across my work and home machines and
my laptop might be a source of various problems.

* I can /not/ reproduce the problem when doing chmod 0
~/.config/libreoffice/4/user/uno_packages/cache; for me, that leads to Tools
- Extension Manager... silently doing nothing (instead of opening the
Extension Manager dialog).  (And note that cache is somewhat of a misnomer
there---the data stored there is not strictly merely an optimizing cache.)

* Thread 25 terminating with a com::sun::star::deployment::DeploymentException
(as per comment 0) is apparently the dp_gui::UpdateDialog::Thread
(desktop/source/deployment/gui/dp_gui_updatedialog.cxx).  Unfortunately, in a
non-debug LO build, it is not possible to get at the interesting part of that
exception, namely its Message (we would need to derive
com::sun::star::uno::Exception from std::exception in order for
__gnu_cxx::__verbose_terminate_handler to show a message, but we cannot do that
for UNO compatibility reasons).

-- 
You are receiving this mail because:
You 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 64310] New: EDITING: Vlookup on different files

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64310

  Priority: medium
Bug ID: 64310
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Vlookup on different files
  Severity: major
Classification: Unclassified
OS: Windows (All)
  Reporter: mdv...@gmail.com
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 78981
  -- https://bugs.freedesktop.org/attachment.cgi?id=78981action=edit
extract the content on C:\

Hi everybody.
I'm using Libreoffice Calc 4.0.2.2. 

Vlookup works only with sheets on the same file. If matrix is on another file
it just doesn't work. I attach 2 files (which i created on C:\).

Thank you

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


[Libreoffice-bugs] [Bug 63398] After Record Change event triggered too early in BASE

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63398

--- Comment #9 from Stephan Bergmann sberg...@redhat.com ---
(In reply to comment #8)
 (In reply to comment #7)
  It is unclear to me
  though why the decision whether to call listeners directly or to postpone
  that via Application::PostUserEvent should be based on whether the listener
  method is marked as oneway.
 
 To me, it makes sense. If the listener method says I can be called
 asynchronously (that is, I am a one-way method), in particular it means
 there can be an arbitrary delay between the moment my caller asks for me
 and the moment I actually execute; my caller is allowed to continue
 executing *before* I start/finish executing.

But that does not match the semantics of UNO oneway (where, rather, the
emphasis is on the fact that the oneway method may run in parallel to the
caller proceeding, not on a potential delay until the oneway method
executes---the intent always was that the delay until the oneway method
finishes is bounded by the next non-oneway method call made by the caller, even
if the design was flawed; given the UNO oneway semantics, it would look more
natural if FormScriptListener::firing would rather chose to not postpone
listener invocation for the oneway listener case).

To me, it looks like the heuristic of impl_allowAsynchronousCall_nothrow is
just as bad as any other heuristic based on UNOIDL type information about the
listener, but happened to work well for FormScriptListener::firing.

-- 
You are receiving this mail because:
You 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 64311] New: pre-release (and releases?) not built with gnome-vfs ...

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

  Priority: medium
Bug ID: 64311
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: pre-release (and releases?) not built with gnome-vfs
...
  Severity: critical
Classification: Unclassified
OS: Linux (All)
  Reporter: michael.me...@novell.com
  Hardware: Other
Status: NEW
   Version: 4.0.3.1 rc
 Component: Libreoffice
   Product: LibreOffice

It seems that several duplicates of the SMB doesn't work variety appear to
come from a missing GNOME-VFS UCP in our vanilla builds. Of course, ideally
we'd have a gio/gvfs backend - but apparently we can't easily do that.

In my:

rpm -qlp libobasis4.0-gnome-integration-4.0.3.3-3.i586.rpm 
/opt/libreoffice4.0
/opt/libreoffice4.0/program
/opt/libreoffice4.0/program/gconfbe1.uno.so
/opt/libreoffice4.0/program/gnome-open-url
/opt/libreoffice4.0/program/gnome-open-url.bin
/opt/libreoffice4.0/program/libevoablo.so
/opt/libreoffice4.0/program/libqstart_gtklo.so
/opt/libreoffice4.0/program/libvclplug_gtklo.so

I would expect to see a UCP for gvfs; and I see none - it seems that

commit 7389260dbf73aa88f8db18d04547c72a51f7d0e7
Author: Fridrich Štrba fridrich.st...@bluewin.ch
Date:   Tue Jan 8 14:13:05 2013 +0100

Disable gnome-vfs for now

Change-Id: Id02270bad13ba575e7818c714d4920be604f2c1c

Disabled it on the -4-0 branch.

What is the thinking there ?

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


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

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

   What|Removed |Added

 CC||caol...@redhat.com,
   ||fridrich.st...@bluewin.ch,
   ||michael.me...@novell.com
Summary|pre-release (and releases?) |no SMB . gnome-vfs support
   |not built with gnome-vfs|
   |... |
 Blocks||54157

--- Comment #1 from Michael Meeks michael.me...@novell.com ---
Fridrich - thoughts ? I forget the details 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 54157] LibreOffice 4.0 most annoying bugs

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

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

   What|Removed |Added

 Depends on||64311

-- 
You are receiving this mail because:
You 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 64311] no SMB . gnome-vfs support

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

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

   What|Removed |Added

 CC||joeh...@gmail.com

--- Comment #2 from Michael Meeks michael.me...@novell.com ---
*** Bug 54275 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 58236] FILEOPEN: freeze splash when i try open file located on samba share

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58236

--- Comment #10 from Michael Meeks michael.me...@novell.com ---
3126  1357235495.356292 connect(3, {sa_family=AF_FILE,
path=/tmp/OSL_PIPE_1000_SingleOfficeIPC_29564c0f238622cbf196bdbd1cd3df2},
110) = 0
3126  1357235495.377358 getcwd(/home/zuidj, 4096) = 12
3126  1357235495.377474 write(3,
InternalIPC::Arguments1file:///home/zuidj,-writer\0, 50) = 50
3126  1357235495.377543 read(3,  unfinished ...
3138  1357235505.351796 ... futex resumed ) = -1 ETIMEDOUT (Connection timed
out)
3138  1357235505.351887 gettimeofday({1357235505, 351902}, NULL) = 0

Looks like some IPC evil to the factory process - which is failing to respond.

You'd need to pkill -9 -f soffice.bin before running to get a better strace.

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 40067] Calc does not preserve whitespace in strings in *.xlsx FILESAVE

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40067

Andreas Jansson andreasxjans...@hotmail.com changed:

   What|Removed |Added

 CC||andreasxjans...@hotmail.com

--- Comment #2 from Andreas Jansson andreasxjans...@hotmail.com ---
Reproduced in LibreOffice version 4.0.2.2.

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


[Libreoffice-bugs] [Bug 53955] Filesave to samba share is not working in Ubuntu 12.04

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53955

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

   What|Removed |Added

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

--- Comment #3 from Michael Meeks michael.me...@novell.com ---
closing; either old  fixed or a dupl of bug#64311 - thanks for the report !
:-)

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


[Libreoffice-bugs] [Bug 64312] New: UI strange behaviour of formula text box

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64312

  Priority: medium
Bug ID: 64312
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: UI strange behaviour of formula text box
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: mdv...@gmail.com
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 78982
  -- https://bugs.freedesktop.org/attachment.cgi?id=78982action=edit
bug - video example

Libreoffice Calc 4.0.2.2 on Windows XP SP3 x86.
Please take a look at the attached animated gif file.
Long formulas aren't displayed correctly.
Thank you.

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


[Libreoffice-bugs] [Bug 63752] Cannot Save As to Samba Share

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63752

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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #13 from Michael Meeks michael.me...@novell.com ---
I couldn't reproduce this - except with the official builds which are missing
the gnome-vfs piece that enables this ! ;-)

Thanks so much for the report ...

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

-- 
You are receiving this mail because:
You 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 64311] no SMB . gnome-vfs support

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

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

   What|Removed |Added

 CC||cab_77...@yahoo.com

--- Comment #3 from Michael Meeks michael.me...@novell.com ---
*** Bug 63752 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 39093] Save as not possible on the network

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39093

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

   What|Removed |Added

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

--- Comment #18 from Michael Meeks michael.me...@novell.com ---
seems to be fixed for more than a year = marking fixed; I guess gvfs solved
the issue for you :-)

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


[Libreoffice-bugs] [Bug 59514] SaveAs dialog gives general I/O error when saving to smb:-mount

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59514

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

   What|Removed |Added

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

--- Comment #3 from Michael Meeks michael.me...@novell.com ---
Quite probably this is a dup of an existing set of nice fixes that Stephan did
but that I can't find just now :-) Either way should be fixed in 4.0.3 except
for bug#64311

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

-- 
You are receiving this mail because:
You 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 64311] no SMB . gnome-vfs support

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

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

   What|Removed |Added

 CC||rlamm...@emailenquete.nl

--- Comment #4 from Michael Meeks michael.me...@novell.com ---
*** Bug 59514 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 63460] Northern/Central/Southern Kurdish

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63460

Eike Rathke er...@redhat.com changed:

   What|Removed |Added

 Depends on||37496

--- Comment #2 from Eike Rathke er...@redhat.com ---
This needs BCP47 language tags implementation to be fully solved, adding
dependency on bug 37496.

-- 
You are receiving this mail because:
You 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 64313] New: Impress: I can not change the effect property direction to multiple slides at once.

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64313

  Priority: medium
Bug ID: 64313
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Impress: I can not change the effect property
direction to multiple slides at once.
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: gmoll...@us.es
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Presentation
   Product: LibreOffice

I can not change the effect property Direction to multiple slides at once.

When you select a lot of slides at once and create a Custom Animation with the
Effect Wipe, you can change START for all, but you can not change the
property Direction.

Then you have to select one by one the slides to change its direction.

-- 
You are receiving this mail because:
You 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 63181] FILESAVE: Calc Saves Bloated Corrupt .xslx File

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63181

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||michael.me...@novell.com,
   ||muthus...@gmail.com
 Ever confirmed|0   |1

--- Comment #3 from Michael Meeks michael.me...@novell.com ---
Seems pretty unpleasant; 199Mb of sheet2.xls - amazing the .zip container has
done a pretty bad job of compressing all that duplicate cruft (such that
zipping it again makes some difference).

Skimming the top of the file which is rather hard I had to use:

$ sed s//\n/g xl/worksheets/sheet2.xml | less

row collapsed=false customFormat=false customHeight=true hidden=false
ht=12.1 outlineLevel=0 r=2559
c r=A55 s=6 t=n
v
40231/v
/c
c r=B55 s=7 t=n
v
188/v
/c
/row

Many thousands of identical records like this - with the only difference being
an incrementing 'r=X' attribute.

Interesting; any ideas Muthu ? :-)

-- 
You are receiving this mail because:
You 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 62933] FILESAVE with invalid ODF 1.2 CONDITIONAL FORMATTING

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62933

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

   What|Removed |Added

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

--- Comment #4 from Michael Meeks michael.me...@novell.com ---
So - closing :-)

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


[Libreoffice-bugs] [Bug 63293] FILESAVE with invalid ODF 1.2 Extended

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63293

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

   What|Removed |Added

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

--- Comment #2 from Michael Meeks michael.me...@novell.com ---
There can be no good validator to check the new attributes / elements in ODF
extended ( that I'm aware of = closing notabug ). But thanks for the report !
bug#63295 looks more interesting in this regard I think.

-- 
You are receiving this mail because:
You 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 53955] Filesave to samba share is not working in Ubuntu 12.04

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53955

--- Comment #4 from andis.lazd...@gmail.com ---
Yes, the problem is somehow solved in newer versions

-- 
You are receiving this mail because:
You 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 64115] : UI: menus are not dynamically changing under unity

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64115

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

   What|Removed |Added

 CC||bjoern.michaelsen@canonical
   ||.com

--- Comment #1 from Michael Meeks michael.me...@novell.com ---
Bjoern - one for you ? :-)

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


[Libreoffice-bugs] [Bug 64288] FILEOPEN slow on any file size/content

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64288

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Michael Meeks michael.me...@novell.com ---
Can you provide a sample document ? :-)

Can you also confirm that most files load fast, it is only every third (or so)
time that you load that document that causes the problem.

Can you reproduce this with a single test file, and the third-time by doing
File-Reload (just to simplify the test scenario) ?

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 62638] The program closes repeteadly after defining ranges (Data - Define Range...)

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62638

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #3 from Michael Meeks michael.me...@novell.com ---
Carlos - this is probably specific to your file; can you close all LibreOffice
documents; start from scratch with this sample document, do the define range -
and try to get a reproduction scenario from a clean start that causes the issue
- we need to rule out all kinds of memory corruption here.

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 64314] New: Macro recording tracker bug ...

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64314

  Priority: medium
Bug ID: 64314
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Macro recording tracker bug ...
  Severity: major
Classification: Unclassified
OS: All
  Reporter: michael.me...@novell.com
  Hardware: Other
Status: NEW
   Version: 4.0.3.1 rc
 Component: BASIC
   Product: LibreOffice

The built-in Macro recording functionality is really unreliable, buggy and
awful. The feature is marked 'experimental' and disabled by default because of
this.

Fixing it properly is a huge chunk of work; nevertheless people seem to want
this feature and file bugs.

I'd like to clean those up by marking them duplicates of this bug, so we at
least have those requests  issues archived.

-- 
You are receiving this mail because:
You 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 61528] Implement Macro Recording for Draw/Impress

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61528

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

   What|Removed |Added

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

--- Comment #7 from Michael Meeks michael.me...@novell.com ---
Marking a dup of the long term tracker issue here. Patches more than welcome.

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

-- 
You are receiving this mail because:
You 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 64314] Macro recording tracker bug ...

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64314

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

   What|Removed |Added

 CC||patrick.ay...@gmail.com

--- Comment #1 from Michael Meeks michael.me...@novell.com ---
*** Bug 61528 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 64247] Why is there no repeat function???

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64247

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

   What|Removed |Added

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

--- Comment #1 from Michael Meeks michael.me...@novell.com ---
There is a macro function that would do this; however it is an 'experimental'
feature and/or you have to enable it. That is because it is extremely buggy.

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

-- 
You are receiving this mail because:
You 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 64314] Macro recording tracker bug ...

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64314

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

   What|Removed |Added

 CC||kaese...@gmail.com

--- Comment #2 from Michael Meeks michael.me...@novell.com ---
*** Bug 64247 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 64108] Editing: program Image missing

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64108

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #2 from Michael Meeks michael.me...@novell.com ---
There is no open-source code for this sadly. Writing a new image editor is
rather outside the scope of what we can resource these days; I appreciate that
you'd like this feature :-) Please either contribute code to implement it, or
use the 'gimp' or somesuch on your platform.

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 64309] two open buttons on main toolbar

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64309

James spa...@gmx.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from James spa...@gmx.net ---
Hi almos,

could you please attach a screenshot of the items in question? On OS X with LO
4.0.3.1 I don't see any such icons in writer.

Which version of LO are you using exactly? Which OS are you on?

-- 
You are receiving this mail because:
You 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 64315] New: EDITING: Find and replace odd behaviour

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64315

  Priority: medium
Bug ID: 64315
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Find and replace odd behaviour
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: drgru...@planthealth.co.uk
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Writer
   Product: LibreOffice

Problem description: 
Find and Replace behaviour

Steps to reproduce:
1. Select Find and Replace
2. Enter Find and Replace terms
3. Click Replace
4. Click Replace again
5. Repeat

Current behaviour:
First click replace finds first instance
Second click replaces the text
Subsequent clicks repeatedly replace the first found text

Expected behaviour:
First click replace finds first instance
Second click replaces the text
Subsequent clicks find and replace the next instances of text to be replaced.

e.g. find: spp. replace species
click replace ~5 times
text: bla bla bla spp. bla bla bla spp.
result: bla bla bla speciesspeciesspecies bla bla bla spp.

I never noticed this in previous versions (e.g. last version I used was 3.6 I
think)








Operating System: Ubuntu
Version: 4.0.2.2 release

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


[Libreoffice-bugs] [Bug 41637] BUGZILLAASSISTANT: Browser password manager does not work

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41637

Petr Mladek pmla...@suse.cz changed:

   What|Removed |Added

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

--- Comment #3 from Petr Mladek pmla...@suse.cz ---
Rainer is not longer around. Let's close this bug according to the comment #2.

Anybody is free to reopen the bug if they still see it.

James@, thanks for 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 64300] WW8: font size after table changes from 2 to 12 pt while exporting

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64300

--- Comment #5 from Jacques Guilleron guillero...@aol.com ---
Hi tommy27,

just add a sa

-- 
You are receiving this mail because:
You 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 64300] WW8: font size after table changes from 2 to 12 pt while exporting

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64300

--- Comment #6 from Jacques Guilleron guillero...@aol.com ---
Hi tommy27,

Add only one space to your paragraph. What do you get?

Have a nice day,

Jacques Guilleron

-- 
You are receiving this mail because:
You 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 64276] Regression: SVG: Problem with some svg file.

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64276

Gerry gerry.trep...@googlemail.com changed:

   What|Removed |Added

Summary|SVG: Problem with some svg  |Regression: SVG: Problem
   |file.   |with some svg file.

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


[Libreoffice-bugs] [Bug 64300] WW8: font size after table changes from 2 to 12 pt while exporting

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64300

--- Comment #7 from tommy27 ba...@quipo.it ---
@Jacques Guilleron 

WOW!!! adding a blank space to the 2 pixel line seems to workaround the
issue.

the resulting exported DOC file keeps 2 pixel width and doesn't change to 12
pixel like I reported before.

so, would you please tell me why adding such a blank space solves the issue?

-- 
You are receiving this mail because:
You 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 64276] Regression: SVG: Problem with some svg file.

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64276

--- Comment #2 from Gerry gerry.trep...@googlemail.com ---
This bug is a regression: In LibreOffice 3.6.2.2 inserting (Insert-Picture)
the SVG-file works excellent with perfect rendering, in LO 4.0.0.3 the inserted
image is not usable. It is rendered very badly.

With regards to importing the SVG file (File-Open) both LibreOffice versions
render the SVG file wrong. The imported file is not usable.

System: Ubuntu 12.10

P.S. I am a bit confused with the importance status. Joel increased a similar
bug from medium to high and here we increase from normal to major.
Probably all the same :-)

-- 
You are receiving this mail because:
You 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 63527] [64-bit] RTL and complex script support are completely broken

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63527

--- Comment #8 from abdulmajeed aalabdulraz...@kacst.edu.sa ---
Created attachment 78983
  -- https://bugs.freedesktop.org/attachment.cgi?id=78983action=edit
Screencapture working good

test on master with enable core-text

it's working with Arabic there is no problem i have tried most of the fonts

-- 
You are receiving this mail because:
You 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 64276] Regression: SVG: Problem with some svg file.

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64276

Gerry gerry.trep...@googlemail.com changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=64076,
   ||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=64075,
   ||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=63676,
   ||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=64125
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=62273,
   ||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=64006,
   ||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=60136
   Keywords||regression

--- Comment #3 from Gerry gerry.trep...@googlemail.com ---
I felt free to add the keyword regression since this is quite obvious the
case.

I also added some urls of similar bugs to See also (all of them are
regressions (!))

-- 
You are receiving this mail because:
You 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 64076] Regression: Inserting particular SVG file in Writer 4 broken. Worked in 3.6x. Importing works fine on both.

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64076

Gerry gerry.trep...@googlemail.com changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 64075] Opening SVG within Draw Shows Empty Document

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64075

Gerry gerry.trep...@googlemail.com changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 63676] SVG not imported correctly into Draw

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63676

Gerry gerry.trep...@googlemail.com changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 64125] Regression: Importing a big SVG image ignores it's aspect ratio

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64125

Gerry gerry.trep...@googlemail.com changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 62273] : Inkscape SVG image Import. Hidden layers.

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62273

Gerry gerry.trep...@googlemail.com changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 64006] FILEOPEN: Crash loading SVG

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64006

Gerry gerry.trep...@googlemail.com changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 60136] Attached SVG vector graphic does not display / import correctly

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60136

Gerry gerry.trep...@googlemail.com changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 64211] WIKIHELP: Help for the printing dialog box is missing

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64211

--- Comment #2 from Andras Timar tima...@gmail.com ---
Not only Print dialog is affected. I found another example: View - Zoom - Zoom

The problem is that LibreOffice requests for example
http://help.libreoffice.org/swriter/cui%2Fui%2Fzoomdialog%2Fzoomsb?Language=en-USSystem=WINVersion=4.0
 but this redirect does not exist. We need to review the redirect generation
code in help to wiki converter.

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