[PUSHED] Change in core[libreoffice-3-6]: fix for fdo#55875 numbers as text converted strangely

2012-11-11 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/1020

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


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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifaef74c78b198f492a390a3d5dc1721622a01ea4
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-3-6
Gerrit-Owner: Noel Power noel.po...@suse.com
Gerrit-Reviewer: Markus Mohrhard markus.mohrh...@googlemail.com

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


[Libreoffice-commits] .: configure.ac .gitignore Makefile.top odk/source scp2/CustomTarget_langmacros.mk scp2/macros

2012-11-11 Thread Libreoffice Gerrit user
 .gitignore   |2 +-
 Makefile.top |2 +-
 configure.ac |   13 ++---
 odk/source/unowinreg/win/makefile.mk |1 -
 scp2/CustomTarget_langmacros.mk  |4 ++--
 scp2/macros/macro.pl |2 +-
 6 files changed, 11 insertions(+), 13 deletions(-)

New commits:
commit e7037b2e7e487d6075d17fcff7cd95a6e98700c0
Author: Matteo Casalin matteo.casa...@gmx.com
Date:   Sat Nov 10 22:14:47 2012 +0100

Kill set_oenv remnants (by just renaming the required timestamp file)

Change-Id: I779128111a4f69235a4c8cc6510018fc61d1b24b
Reviewed-on: https://gerrit.libreoffice.org/1026
Tested-by: Tor Lillqvist t...@iki.fi
Reviewed-by: Tor Lillqvist t...@iki.fi

diff --git a/.gitignore b/.gitignore
index bfcbb56..e1799e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,6 +56,7 @@
 /config.parms
 /config_host.mk
 /config_host.mk.last
+/config_host.mk.stamp
 /config_build.mk
 /configure
 /desktop/scripts/soffice.sh
@@ -75,7 +76,6 @@
 # misc
 /file-lists
 /cross-build-toolset.built
-/set_soenv.stamp
 /warn
 /build.log
 /build_error.log
diff --git a/Makefile.top b/Makefile.top
index 42e63a0..1842c55 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -354,7 +354,7 @@ ifeq ($(BUILD_DMAKE),YES)
 endif
rm -fr config_host.mk config_build.mk aclocal.m4 autom4te.cache \
config.log config.status configure ooo.lst \
-   config_host.mk.last set_soenv.stamp src.downloaded warn
+   config_host.mk.last config_host.mk.stamp src.downloaded warn
find $(SOLARENV)/gdb -name *.pyc -exec rm {} \;
 
 #
diff --git a/configure.ac b/configure.ac
index c968dc2..c75c082 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2903,7 +2903,7 @@ if test $GCC = yes; then
 if test $_os = Darwin -a $with_macosx_sdk = 10.4 -a $GCCVER -ge 
040100; then
 if test -z $save_CC -a -x $GCC_HOME/bin/gcc-4.0; then
 export CC=$GCC_HOME/bin/gcc-4.0
-#  export CC to have it available in set_soenv - config.guess
+#  export CC to make it finally available to config.guess
 GCCVER2=`$CC -dumpversion | $AWK -F. '{ print 
\$1*1+\$2*100+\$3 }'`
 if test $GCCVER2 -ge 04 -a $GCCVER2 -lt 040100; then
 GCCVER=$GCCVER2
@@ -3215,8 +3215,7 @@ if test $_os = WINNT; then
 fi
 AC_SUBST(BUILD_X64)
 
-# These are passed to the environment through set_soenv.in as usual, 
and then
-# used in set_wntx64.mk
+# These are passed to the environment and then used in set_wntx64.mk
 AC_SUBST(CXX_X64_BINARY)
 AC_SUBST(LINK_X64_BINARY)
 AC_SUBST(LIBMGR_X64_BINARY)
@@ -12524,13 +12523,13 @@ fi
 AC_CONFIG_FILES([config_host.mk ooo.lst])
 AC_OUTPUT
 
-# touch the config timestamp file set_soenv.stamp
-if test ! -f set_soenv.stamp; then
-echo  set_soenv.stamp
+# touch the config timestamp file
+if test ! -f config_host.mk.stamp; then
+echo  config_host.mk.stamp
 elif diff config_host.mk config_host.mk.last /dev/null 21; then
 echo Configuration unchanged - avoiding scp2 stamp update
 else
-echo  set_soenv.stamp
+echo  config_host.mk.stamp
 fi
 
 
diff --git a/odk/source/unowinreg/win/makefile.mk 
b/odk/source/unowinreg/win/makefile.mk
index f614b36..36cce52 100644
--- a/odk/source/unowinreg/win/makefile.mk
+++ b/odk/source/unowinreg/win/makefile.mk
@@ -40,7 +40,6 @@ USE_DEFFILE=TRUE
 
 JAVA_INCLUDES:= -I$(JAVA_HOME)/include
 
-# values taken from set_soenv.in
 .IF $(OS) == LINUX
 JAVA_INCLUDES+= -I$(JAVA_HOME)/include/linux
 .ELIF $(OS) == FREEBSD
diff --git a/scp2/CustomTarget_langmacros.mk b/scp2/CustomTarget_langmacros.mk
index 1d1a157..19c680f 100644
--- a/scp2/CustomTarget_langmacros.mk
+++ b/scp2/CustomTarget_langmacros.mk
@@ -31,10 +31,10 @@ $(call gb_CustomTarget_get_target,scp2/macros) : $(call 
gb_CustomTarget_get_work
 
 $(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc :| $(call 
gb_CustomTarget_get_workdir,scp2/macros)/.dir
 
-$(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc : 
$(SRCDIR)/scp2/macros/macro.pl $(SRCDIR)/set_soenv.stamp
+$(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc : 
$(SRCDIR)/scp2/macros/macro.pl $(SRCDIR)/config_host.mk.stamp
$(call gb_Helper_abbreviate_dirs,\
export COMPLETELANGISO_VAR='$(gb_ScpTemplateTarget_LANGS)'  \
-   $(PERL) $ -verbose -o $@ -c $(SRCDIR)/set_soenv.stamp \
+   $(PERL) $ -verbose -o $@ -c $(SRCDIR)/config_host.mk.stamp \
)
 
 # vim: set shiftwidth=4 tabstop=4 noexpandtab:
diff --git a/scp2/macros/macro.pl b/scp2/macros/macro.pl
index 9ea949c..dc5d2a9 100644
--- a/scp2/macros/macro.pl
+++ b/scp2/macros/macro.pl
@@ -261,7 +261,7 @@ sub args_require_build
 # changed script - run always
 return 1 if (stat($0))[9]  (stat($destfile))[9] ;
 
-# changed set_soenv.stamp - run always
+# changed config timestamp - run 

[PUSHED] Kill set_oenv remnants (by just renaming the required timest...

2012-11-11 Thread Tor Lillqvist (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/1026

Approvals:
  Tor Lillqvist: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I779128111a4f69235a4c8cc6510018fc61d1b24b
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Matteo Casalin matteo.casa...@gmx.com
Gerrit-Reviewer: Tor Lillqvist t...@iki.fi

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


[Libreoffice-commits] .: dtrans/source

2012-11-11 Thread Libreoffice Gerrit user
 dtrans/source/win32/dtobj/FmtFilter.cxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit c4344e484b94805b32cce2e3cbc96a18d501f404
Author: Arnaud Versini arnaud.vers...@gmail.com
Date:   Sun Nov 4 15:08:55 2012 +0100

Update dtrans commented code to use string.h function instead of rtl/memory

Change-Id: I244e436086746420cc66b0ed7d59bfcdc6606076
Reviewed-on: https://gerrit.libreoffice.org/1025
Reviewed-by: Tor Lillqvist t...@iki.fi
Tested-by: Tor Lillqvist t...@iki.fi

diff --git a/dtrans/source/win32/dtobj/FmtFilter.cxx 
b/dtrans/source/win32/dtobj/FmtFilter.cxx
index 516870b..66a43db 100644
--- a/dtrans/source/win32/dtobj/FmtFilter.cxx
+++ b/dtrans/source/win32/dtobj/FmtFilter.cxx
@@ -272,7 +272,7 @@ Sequence sal_Int8  SAL_CALL TextHtmlToHTMLFormat( 
Sequence sal_Int8  aTextH
 // the HTML Format header
 char aHTMLFmtHdr[120];
 
-rtl_zeroMemory( aHTMLFmtHdr, sizeof( aHTMLFmtHdr ) );
+memset( aHTMLFmtHdr, 0, sizeof( aHTMLFmtHdr ) );
 
 // fill the buffer with dummy values to calc the
 // exact length
@@ -318,7 +318,7 @@ Sequence sal_Int8  SAL_CALL TextHtmlToHTMLFormat( 
Sequence sal_Int8  aTextH
 nEndFrgmt   = nEndFrgmt   + lHTMLFmtHdr;
 
 // fill the html header
-rtl_zeroMemory( aHTMLFmtHdr, sizeof( aHTMLFmtHdr ) );
+memset( aHTMLFmtHdr, 0, sizeof( aHTMLFmtHdr ) );
 
 wsprintf(
 aHTMLFmtHdr,
@@ -327,7 +327,7 @@ Sequence sal_Int8  SAL_CALL TextHtmlToHTMLFormat( 
Sequence sal_Int8  aTextH
 
 // we add space for a trailing \0
 aHTMLFmtSequence.realloc( lHTMLFmtHdr + aTextHtml.getLength( ) + 1 );
-rtl_zeroMemory( aHTMLFmtSequence.getArray( ), 
aHTMLFmtSequence.getLength( ) );
+memset( aHTMLFmtSequence.getArray( ), 0, aHTMLFmtSequence.getLength( ) 
);
 
 // copy the HTML Format header
 memcpy(
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PUSHED] Update dtrans commented code to use string.h function instea...

2012-11-11 Thread Tor Lillqvist (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/1025

Approvals:
  Tor Lillqvist: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I244e436086746420cc66b0ed7d59bfcdc6606076
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Arnaud Versini arnaud.vers...@gmail.com
Gerrit-Reviewer: Tor Lillqvist t...@iki.fi

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


[PATCH] fdo#36324 fdo#42929 - option to ingore system input language...

2012-11-11 Thread Jeremy Brown (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1029

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/29/1029/1

fdo#36324 fdo#42929 - option to ingore system input language changes

Created a new checkbox on the Langauges options page:
[] Ignore system input language

This is unchecked by default so that the current behavior remains the
default, i.e. newly entered text will be flagged as whatever the
current system input language is.

When checked however, this instructs LibreOffice to ignore the system
language (on Windows for example, the language from the Language Bar)
when determining the language for newly entered text. This is handled in
the lcl_isNonDefaultLanguage method of sw/source/ui/docvw/edtwin.cxx.

The option is also saved in registrymodifications.xcu

There are two main use cases:
1. This allows someone to use a single international keyboard on
Windows to type in multiple languages, (e.g. English, French, Spanish)
without changing the system keyboard. The person is then responsible for
setting the language for each word or run of text themselves in
LibreOffice. This seems to be the preferred workflow for some
translators and some educators developing language materials.

2. This allows someone writing in a minority language that is not
represented in one of Windows' locale options to still be able to type
in LibreOffice in their language using a keyboard tagged for another
language. Once they set the language in LibreOffice (e.g. to Teke-Eboo
[ebo_CG]), they can type with a keyboard as being for Swahili but
still succeed in entering new text in their language. This allows
spell-checking to work properly without them having to select each new
word they enter and reset the language of that word to Teke-Eboo (as is
currently the case).

Change-Id: I86248f5865b69048eb1f3e427a8c03b093138796
---
M cui/source/options/optgdlg.cxx
M cui/source/options/optgdlg.hrc
M cui/source/options/optgdlg.hxx
M cui/source/options/optgdlg.src
M officecfg/registry/schema/org/openoffice/Setup.xcs
M sw/source/ui/docvw/edtwin.cxx
M unotools/inc/unotools/syslocaleoptions.hxx
M unotools/source/config/syslocaleoptions.cxx
8 files changed, 135 insertions(+), 34 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I86248f5865b69048eb1f3e427a8c03b093138796
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Jeremy Brown jeremy.r.br...@gmail.com

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


Re: [PATCH] #fdo36324 #fdo42929 - option to ignore system input language changes

2012-11-11 Thread Jeremy Brown
Please ignore this patch. I've submitted it via gerrit instead.

Jeremy


On Thu, Nov 8, 2012 at 7:46 PM, Jeremy Brown jeremy.r.br...@gmail.comwrote:

 Hi,

 I wanted to check if anyone had seen this and had a chance to look it over.

 Thanks,

 Jeremy

 On 11/2/12, Jeremy Brown jeremy.r.br...@gmail.com wrote:
  Hi,
 
  This is an enhancement to deal with the following issues:
 
  https://bugs.freedesktop.org/show_bug.cgi?id=36324
  https://bugs.freedesktop.org/show_bug.cgi?id=42929
 
 
  Files modified:
  cui\source\options\optgdlg.cxx
  cui\source\options\optgdlg.hrc
  cui\source\options\optgdlg.hxx
  cui\source\options\optgdlg.src
  officecfg\registry\schema\org\openoffice\Setup.xcs
  sw\source\ui\docvw\edtwin.cxx
  unotools\source\config\syslocaleoptions.cxx
  unotools\inc\unotools\syslocaleoptions.hxx
 
  Changes made:
  Created a new checkbox on the Languages options page:
  [] Ignore system input language
  This is unchecked by default so that the current behavior is the default
 -
  i.e. newly entered text will be flagged as the whatever the current
 system
  input language is.
 
  When checked however, this instructs LibreOffice to ignore the system
  language (on Windows for example, the language from the Language Bar)
  when determining the language for newly entered text. This is handled in
  the lcl_isNonDefaultLanguage method of sw\source\ui\docvw\edtwin.cxx.
 
  The option is also saved in registrymodifications.xcu
 
  There are two main use cases:
  1. This allows someone to use a single international keyboard on
  Windows to type in multiple languages, (e.g. English, French, and
  Spanish) without changing the system keyboard. The person is then
  responsible for setting the language of each word or run of text
  themselves using the Tools-Lanuage-For Selection/For Paragraph/For
  all Text menu items. This seems to be the preferred workflow for some
  translators and some educators developing language materials.
 
  2. This allows someone writing in a minority language that is not
  represented in one of Windows' locale options to still be able to
  type in their language using a keyboard in another language. Once
  they set the language in LibreOffice (to Teke-Eboo [ebo_CG] for example),
  they can type with a keyboard tagged as being for English or French,
  but still succeed in entering new text in their language. This allows
  spell-checking to work properly, without them having to select each new
  word they enter and reset the language of that word to Teke-Eboo, as is
  currently the case.
 
  I tried to follow the code for the DecimalSeparatorAsLocale checkbox
  on the language page as I made this patch. Hopefully I've done all
  right.
 
  It's been tested on Windows 7. I think there is no expected behavior
  change on most Linux distros because if I understand right, those
  systems don't report a language to LibreOffice.
 
  Thanks,
 
  Jeremy
 

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


[PATCH] fdo#45495 pptx Export saves rotation of pictures, shapes, text

2012-11-11 Thread Lennard Wasserthal (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1030

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/30/1030/1

fdo#45495 pptx Export saves rotation of pictures,shapes,text

and Circular and Rectangular shapes, and Tables
drawingml was Pivot corrected.
There is still some work to be done.
Tables cannot be rotated anyway, but in contrast to Lines, you don't 
doubly-save the rotation.

Change-Id: I0d650e669a690164796150615416fab8bb90242b
Signed-off-by: Lennard wassert...@nefkom.net
---
M oox/inc/oox/export/drawingml.hxx
M oox/source/export/drawingml.cxx
M oox/source/export/shapes.cxx
3 files changed, 17 insertions(+), 8 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0d650e669a690164796150615416fab8bb90242b
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Lennard Wasserthal wassert...@nefkom.net

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


Re: minutes of ESC call ...

2012-11-11 Thread Marc Paré

Hi,

Le 2012-11-09 03:16, Jan Holesovsky a écrit :

Hi,

Michael Meeks píše v Čt 08. 11. 2012 v 16:39 +:


+ bundling libre logo ? (Andras)
+ cf. motivational mail to dev list
+ around 200k with icons license etc.
+ is it useful for office suite users (Stephan)
+ useful for school children  fun in draw
+ not eager for bundled extensions
+ built it into the core (Stephan)


It is a bit unclear here; I think the not eager for bundled extensions,
built it into the core was more a general statement than resolution of
the LibreLogo bundling - like, I understood it so that if we decide to
bundle an extension, it should be on the basis that the long term goal
is to integrate that functionality into the core.

I myself would prefer not to bundle LibreLogo, but instead improve our
extension download / installation experience in general - like some
'featured selection' of extensions that we would be able to show in the
Start Centre, or something.  Of course, until it happens, why to block a
nice feature :-) - but I don't think we should make its toolbar visible
by default, which consequently means that very few people will know
about that anyway; something that is more easily fixable (blogging,
etc.) if it is an (unbundled) extension.

All the best,
Kendy

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


As an elementary school teacher who ran a FR logo clubs and EN logo 
clubs with Canadian gr. 6-7-8 students, I can tell you already, there is 
no need to add this as a bundled extension. Logo is no longer taught in 
our Math programs (I am extremely sad about this). But, my point is that 
LibreLogo is just too much of a specialized bundle that most teachers 
would expect to find as an extension and not as a bundled extension. 
Lego Robotics are more popular at the elementary/secondary panel and 
there is usually funding available for hardware/software purchases from 
local sponsors for it.


As a teacher, I would rather see more clipart available in Gallery. I 
can't tell you how many times the students asked me if there was more 
clipart available. At least the additional clipart would be available to 
100% of the users whereas LibreLogo only for a very select few.


Cheers,

Marc

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

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


[PATCH] cppCheck: clarifyCondition

2012-11-11 Thread Christophe JAILLET (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1031

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/31/1031/1

cppCheck: clarifyCondition

Remove some warnings about:
   Boolean result is used in bitwise operation
   Suspicious condition (assignment + comparison)

Also reduce scope of a variable.

Change-Id: I553e5a09ed1d6276be61efbbb2c28d165a69af39
Signed-off-by: jailletc36 christophe.jail...@wanadoo.fr
---
M sax/source/expatwrap/saxwriter.cxx
M sc/source/ui/miscdlgs/acredlin.cxx
M sw/source/filter/ww8/ww8par5.cxx
3 files changed, 5 insertions(+), 5 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I553e5a09ed1d6276be61efbbb2c28d165a69af39
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Christophe JAILLET christophe.jail...@wanadoo.fr

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


[PATCH] cppCheck: invalidPrintfArgType + minor formatting when appro...

2012-11-11 Thread Christophe JAILLET (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1032

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/32/1032/1

cppCheck: invalidPrintfArgType + minor formatting when appropriate

Change-Id: Ibe8b8dd2682fad2cb7bc5cd986a1fe0eeb19db5f
Signed-off-by: jailletc36 christophe.jail...@wanadoo.fr
---
M crashrep/source/unx/main.cxx
M crashrep/source/win32/soreport.cpp
M setup_native/source/win32/wintools/makecab/parseddf.c
M shell/source/unix/exec/urltest.cxx
M soltools/javadep/javadep.c
M sw/source/core/bastyp/calc.cxx
M writerfilter/source/doctok/WW8ResourceModelImpl.cxx
M writerfilter/source/resourcemodel/resourcemodel.cxx
8 files changed, 21 insertions(+), 20 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibe8b8dd2682fad2cb7bc5cd986a1fe0eeb19db5f
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Christophe JAILLET christophe.jail...@wanadoo.fr

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


[PATCH] Turn some memmove into memcpy when it is safe to do so.

2012-11-11 Thread Christophe JAILLET (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1033

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/33/1033/1

Turn some memmove into memcpy when it is safe to do so.

Most of the changes are related to newly allocated memory, so we are
sure it can not overlap with the source of the copy.

Change-Id: Ie6ccf1bbb07b792fb18601a38dfaa55755d14b7d
Signed-off-by: jailletc36 christophe.jail...@wanadoo.fr
---
M rsc/source/res/rscrange.cxx
M sc/source/core/data/markarr.cxx
M sc/source/core/tool/consoli.cxx
M sc/source/filter/starcalc/collect.cxx
M sc/source/ui/docshell/docfunc.cxx
M sc/source/ui/view/viewfunc.cxx
M sfx2/source/bastyp/minarray.cxx
M sw/source/filter/ww8/wrtww8.cxx
M vcl/unx/kde/UnxCommandThread.cxx
9 files changed, 15 insertions(+), 15 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie6ccf1bbb07b792fb18601a38dfaa55755d14b7d
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Christophe JAILLET christophe.jail...@wanadoo.fr

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


[Libreoffice-commits] .: configure.ac

2012-11-11 Thread Libreoffice Gerrit user
 configure.ac |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 13bfe67103e6c0a9d3fa9db48dc4448e35ad006b
Author: Miklos Vajna vmik...@suse.cz
Date:   Sun Nov 11 12:13:16 2012 +0100

configure: don't pass --disable-mozilla around, it's the default already

Change-Id: I439db77e36af700b34ab9656704cdb3b3359c9ec

diff --git a/configure.ac b/configure.ac
index c75c082..d4ab49c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4125,7 +4125,6 @@ if test $cross_compiling = yes; then
 ./configure \
 --disable-graphite \
 --disable-build-mozilla \
---disable-mozilla \
 --disable-postgresql-sdbc \
 --disable-zenity \
 --with-parallelism=$with_parallelism \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: vcl/unx

2012-11-11 Thread Libreoffice Gerrit user
 vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0292fbde1763e4a406be15b1771780a6a0c9aa47
Author: Ivan Timofeev timofeev@gmail.com
Date:   Sun Nov 11 15:17:19 2012 +0400

Related: fdo#56198 avoid gtk warning

Change-Id: I230c2923960862f7e705f03a5c8a5763c002256b

diff --git a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx 
b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
index 1451476..da3c181 100644
--- a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
@@ -3990,7 +3990,9 @@ void GtkSalGraphics::updateSettings( AllSettings 
rSettings )
 gboolean showmenuicons = true, primarybuttonwarps = false;
 g_object_get( pSettings,
 gtk-menu-images, showmenuicons,
+#if GTK_CHECK_VERSION(2,24,0)
 gtk-primary-button-warps-slider, primarybuttonwarps,
+#endif
 (char *)NULL );
 aStyleSet.SetPreferredUseImagesInMenus(showmenuicons);
 aStyleSet.SetPrimaryButtonWarpsSlider(primarybuttonwarps);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'feature/gbuild_cli'

2012-11-11 Thread Libreoffice Gerrit user
New branch 'feature/gbuild_cli' available with the following commits:
commit 9275d91e0e61029bad82875485a620f254147a62
Author: David Tardon dtar...@redhat.com
Date:   Sun Nov 4 10:21:13 2012 +0100

rework CLI support in gbuild

I took a couple of shortcuts in the original approach which I thought
harmless, but which proved otherwise later. This revised approach is
more like I had wanted to do it but had been too lazy to really do :-)

The differences from user's POV are:
* several classes were renamed
  - CliLibrary - CliAssembly
  - CliNativeLibrary - CliLibrary
* CliLibrary is now based on LinkTarget, so there is no need for an
  intermediate Library for it

I also added a comment to all functions and an explanation of purpose to
most classes.

Change-Id: If3d1be3016d84c21a35093fc370c0bcf7995d1bd

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


ToDos rename 3.7 to 4.0

2012-11-11 Thread Rainer Bielefeld

Hi all,

I started http://wiki.documentfoundation.org/QA/Todo_rename_3.7_to_4.0 
for collection and discussion of all activities related to that decision.


Please feel free to add more action items and / or comments.

Discussion if necessary please here in this thread on 
libreoffice...@lists.freedesktop.org or on Wiki Discussion page.


When will we get the first 4.0 Master builds?


Best regards

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


[Libreoffice-commits] .: vcl/unx

2012-11-11 Thread Libreoffice Gerrit user
 vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1e3e415dbe877666e1575128a7ec3d5d9c076ffa
Author: Ivan Timofeev timofeev@gmail.com
Date:   Sun Nov 11 16:36:14 2012 +0400

Related: fdo#56198 avoid gtk warning, take 2

from http://developer.gnome.org/gtk/2.24/GtkSettings.html

  The gtk-primary-button-warps-slider property
  ...
  Since: 2.24

but it is 2.24.13 indeed:


https://mail.gnome.org/archives/ftp-release-list/2012-September/msg00195.html

  News
  

  * Implement a gtk-primary-button-warps-slider setting
that lets us adjust scale and scrollbar behaviour
according to platform.

Change-Id: I4d3170801973e3e6101736971de58d70b673fd58

diff --git a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx 
b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
index da3c181..4455c2b 100644
--- a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
@@ -3990,7 +3990,7 @@ void GtkSalGraphics::updateSettings( AllSettings 
rSettings )
 gboolean showmenuicons = true, primarybuttonwarps = false;
 g_object_get( pSettings,
 gtk-menu-images, showmenuicons,
-#if GTK_CHECK_VERSION(2,24,0)
+#if GTK_CHECK_VERSION(2,24,13)
 gtk-primary-button-warps-slider, primarybuttonwarps,
 #endif
 (char *)NULL );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: minutes of ESC call ...

2012-11-11 Thread Andras Timar
Hi,

On Sun, Nov 11, 2012 at 10:33 AM, Marc Paré m...@marcpare.com wrote:
 As an elementary school teacher who ran a FR logo clubs and EN logo clubs
 with Canadian gr. 6-7-8 students, I can tell you already, there is no need
 to add this as a bundled extension.

Fair enough, you don't need it. Everyone can list dozens of
LibreOffice features that he/she does not need.

We are talking about a small (1400 lines in Python) extension, so size
does not matter. Of course it is not a core feature, and not a most
wanted feature, but how many features are there, that has fewer users?
E.g. localizations in minority languages, dictionaries in minority
languages, non-linear solver, export/import filters of rare file
formats etc. Nobody wants to remove them or not to add them, including
me.

I think the main problem with LibreLogo that it is an extension. Some
people consider bundled extensions as bloat, that should be
removed/integrated into core, whatever. While from the users' point of
view it does not matter. We have a checkbox to hide bundled extensions
in Extension Manager, we can make the default to hide those. What's
the difference then between an extension and a normal feature?

On the other hand, as Kendy pointed out, too, currently we don't have
good processes to distribute and to advertise non-bundled extensions.
They simply do not exist for majority of our users. Only a few hundred
or thousand power users find them. Not to mention that they get
community resources harder, e.g. localization and testing.

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


[PATCH] Use memcmp instead of rtl_compareMemory in svtools

2012-11-11 Thread Arnaud Versini (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1034

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/34/1034/1

Use memcmp instead of rtl_compareMemory in svtools

Change-Id: Id051a39774446595b5082316a470c23246de8124
---
M svtools/source/graphic/graphic.cxx
1 file changed, 2 insertions(+), 1 deletion(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id051a39774446595b5082316a470c23246de8124
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Arnaud Versini arnaud.vers...@gmail.com

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


[PATCH] Use less RTTI in PDFParse by adding more virtual functions.

2012-11-11 Thread Arnaud Versini (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1035

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/35/1035/1

Use less RTTI in PDFParse by adding more virtual functions.

Change-Id: I0e394f5f28874e66c833adfe6440f138321d6455
---
M sdext/source/pdfimport/inc/pdfparse.hxx
M sdext/source/pdfimport/pdfparse/pdfentries.cxx
M sdext/source/pdfimport/pdfparse/pdfparse.cxx
3 files changed, 76 insertions(+), 37 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0e394f5f28874e66c833adfe6440f138321d6455
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Arnaud Versini arnaud.vers...@gmail.com

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


[Libreoffice-commits] .: dbaccess/source

2012-11-11 Thread Libreoffice Gerrit user
 dbaccess/source/core/dataaccess/documentdefinition.cxx |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit f3aa69b0257744df7105606c1a8f0d1b44ac8d0a
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sun Nov 11 16:16:01 2012 +0100

Fix the scope of the variable 'pApprove' can be reduced

Change-Id: I1ce2682224fbb0c93bc7ec97a31a59020ac6be02

diff --git a/dbaccess/source/core/dataaccess/documentdefinition.cxx 
b/dbaccess/source/core/dataaccess/documentdefinition.cxx
index 5abe8f8..47c6cd3 100644
--- a/dbaccess/source/core/dataaccess/documentdefinition.cxx
+++ b/dbaccess/source/core/dataaccess/documentdefinition.cxx
@@ -1287,10 +1287,9 @@ sal_Bool ODocumentDefinition::save(sal_Bool _bApprove)
 pDocuSave = new ODocumentSaveContinuation;
 pRequest-addContinuation(pDocuSave);
 }
-OInteraction XInteractionApprove * pApprove = NULL;
 if ( _bApprove )
 {
-pApprove = new OInteraction XInteractionApprove ;
+OInteraction XInteractionApprove * pApprove = new 
OInteraction XInteractionApprove ;
 pRequest-addContinuation(pApprove);
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PATCH] fdo#38878 upgrade xpdf to poppler

2012-11-11 Thread Peter Foley (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1036

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/36/1036/1

fdo#38878 upgrade xpdf to poppler

Change-Id: Ib908a3acba1faabeb411b4d1459968a362ee8029
---
M Makefile.top
M Module_tail_build.mk
M RepositoryExternal.mk
M config_host.mk.in
M configure.ac
M ooo.lst.in
A poppler/ExternalPackage_poppler.mk
A poppler/ExternalProject_poppler.mk
A poppler/Makefile
A poppler/Module_poppler.mk
A poppler/StaticLibrary_poppler.mk
A poppler/UnpackedTarball_poppler.mk
A poppler/config.h
A poppler/poppler-config.h
R poppler/poppler-ooopwd.patch
A poppler/prj/build.lst
R poppler/prj/d.lst
M sdext/Executable_xpdfimport.mk
M sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
M sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
M tail_build/prj/build.lst
D xpdf/README
D xpdf/makefile.mk
D xpdf/prj/build.lst
D xpdf/prj/d.lst
D xpdf/xpdf-3.02-gfxColorMaxComps.patch
D xpdf/xpdf-3.02.patch
D xpdf/xpdf-no-writable-literals.patch
28 files changed, 665 insertions(+), 2,164 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib908a3acba1faabeb411b4d1459968a362ee8029
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Peter Foley pefol...@verizon.net

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


[Libreoffice-commits] .: 3 commits - oox/source sal/inc sax/source sfx2/source

2012-11-11 Thread Libreoffice Gerrit user
 oox/source/helper/zipstorage.cxx|   30 --
 sal/inc/sal/log-areas.dox   |1 +
 sax/source/tools/fastserializer.cxx |2 ++
 sfx2/source/doc/docfile.cxx |   15 ++-
 4 files changed, 37 insertions(+), 11 deletions(-)

New commits:
commit 3f899eae02eaad0b967de749fe09b869ba93ad6d
Author: Michael Stahl mst...@redhat.com
Date:   Sun Nov 11 16:39:10 2012 +0100

oox: ZipStorage: better exception tracing

Change-Id: I2b81f92cea8a8c9577c3f9ca33b915942708330c

diff --git a/oox/source/helper/zipstorage.cxx b/oox/source/helper/zipstorage.cxx
index 4ddb09e..1845afd 100644
--- a/oox/source/helper/zipstorage.cxx
+++ b/oox/source/helper/zipstorage.cxx
@@ -67,8 +67,10 @@ ZipStorage::ZipStorage( const Reference XComponentContext 
 rxContext, const R
 ZIP_STORAGE_FORMAT_STRING, rxInStream, xFactory,
 sal_False );// DEV300_m80: Was sal_True, but DOCX and others 
did not load
 }
-catch( Exception )
+catch (Exception const e)
 {
+SAL_WARN(oox.storage, ZipStorage::ZipStorage 
+exception opening input storage:   e.Message);
 }
 }
 
@@ -84,9 +86,10 @@ ZipStorage::ZipStorage( const Reference XComponentContext 
 rxContext, const R
 mxStorage = ::comphelper::OStorageHelper::GetStorageOfFormatFromStream(
 OFOPXML_STORAGE_FORMAT_STRING, rxStream, nOpenMode, xFactory, 
sal_True );
 }
-catch( Exception )
+catch (Exception const e)
 {
-OSL_FAIL( ZipStorage::ZipStorage - cannot open output storage );
+SAL_WARN(oox.storage, ZipStorage::ZipStorage 
+exception opening output storage:   e.Message);
 }
 }
 
@@ -94,7 +97,8 @@ ZipStorage::ZipStorage( const ZipStorage rParentStorage, 
const Reference XStor
 StorageBase( rParentStorage, rElementName, rParentStorage.isReadOnly() ),
 mxStorage( rxStorage )
 {
-OSL_ENSURE( mxStorage.is(), ZipStorage::ZipStorage - missing storage );
+SAL_WARN_IF(!mxStorage.is(), oox.storage, ZipStorage::ZipStorage 
+ - missing storage );
 }
 
 ZipStorage::~ZipStorage()
@@ -120,8 +124,9 @@ void ZipStorage::implGetElementNames( ::std::vector 
OUString  orElementNames
 if( aNames.getLength()  0 )
 orElementNames.insert( orElementNames.end(), 
aNames.getConstArray(), aNames.getConstArray() + aNames.getLength() );
 }
-catch( Exception )
+catch (Exception const e)
 {
+SAL_INFO(oox.storage, getElementNames: exception:   e.Message);
 }
 }
 
@@ -140,8 +145,9 @@ StorageRef ZipStorage::implOpenSubStorage( const OUString 
rElementName, bool bC
 {
 bMissing = true;
 }
-catch( Exception )
+catch (Exception const e)
 {
+SAL_INFO(oox.storage, openStorageElement: exception:   
e.Message);
 }
 
 if( bMissing  bCreateMissing ) try
@@ -149,8 +155,9 @@ StorageRef ZipStorage::implOpenSubStorage( const OUString 
rElementName, bool bC
 xSubXStorage = mxStorage-openStorageElement(
 rElementName, ::com::sun::star::embed::ElementModes::READWRITE );
 }
-catch( Exception )
+catch (Exception const e)
 {
+SAL_INFO(oox.storage, openStorageElement: exception:   
e.Message);
 }
 
 StorageRef xSubStorage;
@@ -166,8 +173,9 @@ Reference XInputStream  ZipStorage::implOpenInputStream( 
const OUString rElem
 {
 xInStream.set( mxStorage-openStreamElement( rElementName, 
::com::sun::star::embed::ElementModes::READ ), UNO_QUERY );
 }
-catch( Exception )
+catch (Exception const e)
 {
+SAL_INFO(oox.storage, openStreamElement: exception:   e.Message);
 }
 return xInStream;
 }
@@ -179,8 +187,9 @@ Reference XOutputStream  
ZipStorage::implOpenOutputStream( const OUString rEl
 {
 xOutStream.set( mxStorage-openStreamElement( rElementName, 
::com::sun::star::embed::ElementModes::READWRITE ), UNO_QUERY );
 }
-catch( Exception )
+catch (Exception const e)
 {
+SAL_INFO(oox.storage, openStreamElement: exception:   e.Message);
 }
 return xOutStream;
 }
@@ -191,8 +200,9 @@ void ZipStorage::implCommit() const
 {
 Reference XTransactedObject ( mxStorage, UNO_QUERY_THROW )-commit();
 }
-catch( Exception )
+catch (Exception const e)
 {
+SAL_WARN(oox.storage, commit: exception:   e.Message);
 }
 }
 
diff --git a/sal/inc/sal/log-areas.dox b/sal/inc/sal/log-areas.dox
index 0eadebb..45220ee 100644
--- a/sal/inc/sal/log-areas.dox
+++ b/sal/inc/sal/log-areas.dox
@@ -81,6 +81,7 @@ certain functionality.
 @li @c filter.ms - escher import/export
 @li @c filter.xslt - xslt import/export
 @li @c oox.xmlstream - XmlStream class
+@li @c oox.storage - ZipStorage class
 
 @section formula
 
commit 9decde005bc32c7fa495621548f6310737a89120
Author: Michael Stahl mst...@redhat.com
Date:   Sun Nov 11 16:37:56 2012 +0100

sax: FastSaxSerializer: cannot do anything without a stream

[PATCH] fdo#55430 can also click object in front of current after ed...

2012-11-11 Thread Lennard Wasserthal (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1037

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/37/1037/1

fdo#55430 can also click object in front of current after editing text.

additional patch for 55430, patch 85ea03ae536831649b104694d08dced4d4c8663f
failed when underlying object was in text selection mode. This one compensates 
that!

Change-Id: I69aecacc264c9a9b766ccfa48c0deb1f153e88da
Signed-off-by: Lennard wassert...@nefkom.net
---
M sd/source/ui/func/futext.cxx
1 file changed, 12 insertions(+), 1 deletion(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I69aecacc264c9a9b766ccfa48c0deb1f153e88da
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Lennard Wasserthal wassert...@nefkom.net

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


Convert some UniString to OUString

2012-11-11 Thread Julien Nabet (via Code Review)
Julien Nabet has restored this change.

Change subject: Convert some UniString to OUString
..


Patch Set 1: Restored

I'll try to put a revision change

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

Gerrit-MessageType: restore
Gerrit-Change-Id: I527e818fa7f3ec0ee8dc8ba0103071cea8b6d4ca
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Julien Nabet serval2...@yahoo.fr
Gerrit-Reviewer: Ivan Timofeev timofeev@gmail.com

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


fdo#55430 click object in front of current after editing tex...

2012-11-11 Thread Lennard Wasserthal (via Code Review)
Lennard Wasserthal has abandoned this change.

Change subject: fdo#55430 click object in front of current after editing text
..


Patch Set 4: Abandoned

pressed the wrong button

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

Gerrit-MessageType: abandon
Gerrit-Change-Id: I69aecacc264c9a9b766ccfa48c0deb1f153e88da
Gerrit-PatchSet: 4
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Lennard Wasserthal wassert...@nefkom.net
Gerrit-Reviewer: Lennard Wasserthal wassert...@nefkom.net

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


fdo#55430 click object in front of current after editing tex...

2012-11-11 Thread Lennard Wasserthal (via Code Review)
Lennard Wasserthal has restored this change.

Change subject: fdo#55430 click object in front of current after editing text
..


Patch Set 4: Restored

Damn, I just wanted to clear the history when I changed the title over and over 
again. (because the lines were to long)

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

Gerrit-MessageType: restore
Gerrit-Change-Id: I69aecacc264c9a9b766ccfa48c0deb1f153e88da
Gerrit-PatchSet: 4
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Lennard Wasserthal wassert...@nefkom.net
Gerrit-Reviewer: Lennard Wasserthal wassert...@nefkom.net

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


[PATCH] Convert some UniString to OUString (improved)

2012-11-11 Thread Julien Nabet (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1038

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/38/1038/1

Convert some UniString to OUString (improved)

Change-Id: I0775b74f34a4014c08305adc5d20b34cb70d16e0
---
M svl/source/misc/inettype.cxx
1 file changed, 9 insertions(+), 9 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0775b74f34a4014c08305adc5d20b34cb70d16e0
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


Convert some UniString to OUString

2012-11-11 Thread Julien Nabet (via Code Review)
Julien Nabet has abandoned this change.

Change subject: Convert some UniString to OUString
..


Patch Set 2: Abandoned

Since now there's https://gerrit.libreoffice.org/1038.
Thought it'll be a revision of this one...

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

Gerrit-MessageType: abandon
Gerrit-Change-Id: I527e818fa7f3ec0ee8dc8ba0103071cea8b6d4ca
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Julien Nabet serval2...@yahoo.fr
Gerrit-Reviewer: Ivan Timofeev timofeev@gmail.com
Gerrit-Reviewer: Julien Nabet serval2...@yahoo.fr

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


[Libreoffice-commits] .: sfx2/source

2012-11-11 Thread Libreoffice Gerrit user
 sfx2/source/doc/templatedlg.src |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1d4e242b9edd30e38794d22972c3f5527a5340db
Author: Stefan Knorr heinzless...@gmail.com
Date:   Sun Nov 11 20:02:45 2012 +0100

Correct typo in new template dialog: Spreedsheet - Spreadsheet

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

diff --git a/sfx2/source/doc/templatedlg.src b/sfx2/source/doc/templatedlg.src
index 4098472..c81c507 100644
--- a/sfx2/source/doc/templatedlg.src
+++ b/sfx2/source/doc/templatedlg.src
@@ -140,7 +140,7 @@ ModelessDialog DLG_TEMPLATE_MANAGER
 Pos = MAP_APPFONT(160,5);
 Size = MAP_APPFONT(50,14);
 TabStop = TRUE;
-Text [en-US] = Spreedsheets;
+Text [en-US] = Spreadsheets;
 };
 
 PushButton BTN_SELECT_DRAWS
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PUSHED] Correct typo in new template dialog: Spreedsheet - Spreadsh...

2012-11-11 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/1039

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


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

Gerrit-MessageType: merged
Gerrit-Change-Id: If0dc7cf7694a2e11839d033b98603263f7600896
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Stefan Knorr heinzless...@gmail.com
Gerrit-Reviewer: Markus Mohrhard markus.mohrh...@googlemail.com

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


[PATCH] Correct typo in new template dialog: Spreedsheet - Spreadsh...

2012-11-11 Thread Stefan Knorr (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1039

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/39/1039/1

Correct typo in new template dialog: Spreedsheet - Spreadsheet

Change-Id: If0dc7cf7694a2e11839d033b98603263f7600896
---
M sfx2/source/doc/templatedlg.src
1 file changed, 1 insertion(+), 1 deletion(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If0dc7cf7694a2e11839d033b98603263f7600896
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Stefan Knorr heinzless...@gmail.com

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


Macro Problem: Extending a Chart's X-axis

2012-11-11 Thread Jonathan Levi

I'm having trouble writing a simple Basic macro to extend a chart's X-axis. The 
bottom of the chart starts off looking like this:

|   |
|---|
1   2   3   4

My macro is:

Sub Main
Dim Doc As Object 
Dim Charts As Object 
Dim Chart as Object 
Doc = ThisComponent
Charts = Doc.Sheets(0).Charts 
Chart = Charts.getByIndex(0).EmbeddedObject
Chart.Diagram.XAxis.Max = Chart.Diagram.XAxis.Max + 4
End Sub

and in the end, I want the bottom of the chart to be:

| |
|-|
1 2 3 4 5 6 7 8

Instead, I get

|   |
|---|
1234

I'm sure the problem has something to do with the fact that the Format  Data 
Ranges... menu item's content remains unchanged, i.e., stays

$Sheet1.$A$1:$A$5

instead of changing to

$Sheet1.$A$1:$A$9

which gives the chart the appearance I want. Any ideas re modules, services, 
methods to get/set the chart's data range? TIA,

Jonathan




 

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


 

 

 

 

-Original Message-
From: Jonathan Levi drjle...@aol.com
To: users us...@global.libreoffice.org
Sent: Sun, Nov 11, 2012 12:55 pm
Subject: [libreoffice-users] Macro Problem: Extending a Chart's X-axis






I don't know if this is the right list to query, but I'm having trouble writing 



a simple Basic macro to extend a chart's X-axis. The bottom of the chart starts 



off looking like this:







|   |



|---|



1   2   3   4







My macro is:







Sub Main



Dim Doc As Object 



Dim Charts As Object 



Dim Chart as Object 



Doc = ThisComponent



Charts = Doc.Sheets(0).Charts 



Chart = Charts.getByIndex(0).EmbeddedObject



Chart.Diagram.XAxis.Max = Chart.Diagram.XAxis.Max + 4



End Sub







and in the end, I want the bottom of the chart to be:







| |



|-|



1 2 3 4 5 6 7 8







Instead, I get







|   |



|---|



1234







I'm sure the problem has something to do with the fact that the Format  Data 



Ranges... menu item's content remains unchanged, i.e., stays







$Sheet1.$A$1:$A$5







instead of changing to







$Sheet1.$A$1:$A$9







which gives the chart the appearance I want. Any ideas re modules, services, 



methods to get/set the chart's data range? TIA,







Jonathan



















 







-- 



For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org



Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/



Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette



List archive: http://listarchives.libreoffice.org/global/users/



All messages sent to this list will be publicly archived and cannot be deleted








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


Convert some UniString to OUString (improved)

2012-11-11 Thread Julien Nabet (via Code Review)
Julien Nabet has abandoned this change.

Change subject: Convert some UniString to OUString (improved)
..


Patch Set 1: Abandoned

Not a cumulative patch as I thought, I give up.

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

Gerrit-MessageType: abandon
Gerrit-Change-Id: I0775b74f34a4014c08305adc5d20b34cb70d16e0
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


What actions to enhance a11y supprt at LOdev 4.0?

2012-11-11 Thread V Stuart Foote
I'll throw this out for the Dev community to mull over.

The apparent ESC decision to accelerate adoption of LibO 4.0 and not release
LibO 3.7 would seem to eliminate a potential logical break point for
implementation of several outstanding /a11y/ accessibility changes. Notably
getting the Windows client off of the Java Access Bridge and onto a native
bridge implementing IAccessible2 API.

Apache OpenOffice will roll out their 4.0 release with IAccesible2 support
from the /winaccessibility IBM Symphony contribution.

Has there been any effort yet on migrating under ALv2 the  /winaccessibility
contribution from Apache svn to git for  a git build?

And while undertaking integration of a native IAccessibile2 for windows,
would seem to be an excellent time to rework the UNO Accessibility modules
to add additional roles and more completely implement outstanding features
from the /a11y/ ATK/AT-SPI specifications and possibly exposing roles to
Apple NSAccessibility or even Microsoft UIA.

Stuart



--
View this message in context: 
http://nabble.documentfoundation.org/What-actions-to-enhance-a11y-supprt-at-LOdev-4-0-tp4018095.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


[SCRIPT] pre-install.sh for LO comp

2012-11-11 Thread Ricardo Montania
Hi everyone.

I wrote an script that helps new users to install most required
dependencies to compile LibreOffice.

It works on Debian and Fedora based distros. In the next days, will work on
Gentoo!

More informations, see
https://github.com/downloads/marcosps/lo_useful/pre-install.sh

PS: It's a simple idea, and any feed back, new ideas, reviews, any, are
always welcome. Please let me know.

Thanks!

Regards,

-- 
Ricardo Montania Prado de Campos
http://www.linuxafundo.com.br
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


build failure, undefined symbols XML_...

2012-11-11 Thread dk122

I am trying to build from the git tarball of 2012-11-03, commit id
445e66f, and the build fails in `[build LNK]
Library/libhelplinkerlo.so` because of undefined symbols referenced
from helpcompiler/source/HelpLinker.cxx:
XML_ParserCreate_UTF8
XML_Parse_UTF8
XML_GetErrorCode_UTF8
XML_ErrorString_UTF8
XML_ParserFree_UTF8

workdir/unxlngi6/GenCObject/UnpackedTarball/expat/lib/xmlparse.o
appears to define these symbols, but I do not know how to get it into
the link command.


I shall try again when I can can get the next git tarball, but
meanwhile any advice is appreciated.


My build environment is ubuntu-natty 32-bit  ...

$ uname -a
Linux cougar-natty 2.6.38-16-generic #67-Ubuntu SMP Thu Sep 6  
18:00:43 UTC 2012 i686 athlon i386 GNU/Linux

$ gcc --version
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2

and the configuration options are

--enable-symbols
--enable-dbgutil
--enable-crashdump
--disable-build-mozilla
--without-system-postgresql
--enable-debug
--enable-werror
--without-myspell-dicts
--without-help
--with-system-expat


Thank you, all, for your attention,
Terry.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: binfilter removed in LO 4.0 : how to communicate on this change?

2012-11-11 Thread Michael Stahl
On 10/11/12 10:33, Jean-Baptiste Faure wrote:
 Hi Andras,
 
 Le 10/11/2012 10:00, Andras Timar a écrit :
 Hi Jean-Baptiste,

 On Sat, Nov 10, 2012 at 8:17 AM, Jean-Baptiste Faure
 jbf.fa...@sud-ouest.org wrote:
 - release a complete list of legacy formats which are dropped. Is there
 something else than sd? formats (StarOffice 5 formats) ?
 It affects only old binary formats of StarOffice 5 and earlier versions.

that is not quite true, binfilter supports a lot of formats but most of
them are really obscure and/or perverse... e.g. you can import 1-2-3 and
Excel spreadsheets in Writer, because apparently 15 years ago somebody
thought that would be a neat idea.

oh... it turns out that all non-StarOffice 1.0-5.0 filters have already
been removed earlier, e.g. the spreadsheet Writer filters with
6540cc8ee0d4d2396e6b731ad71a241e8344531d and
2398b9c207e73ac782011740e91f2ef1a0bfb695

... oh wait actually the obscure formats were handled by something
called W4W which wasn't actually open source but only available in
StarOffice ?

okay, in summary we are indeed removing only StarOffice 1.0-5.0 formats :)

to finish the cleanup i have just removed the binfilter .xcu file from
the filter configuration...

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


[PATCH] fdo#42099 set option Writer Print Automatic.inserted blank p...

2012-11-11 Thread Cor Nouws (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1040

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/40/1040/1

fdo#42099 set option Writer Print Automatic.inserted blank pages default OFF

People often get confused when doing mail merge
or having a document with different page styles.

Change-Id: Ia3f2be5e98d57e988fcbb3eba89cc26323400082
---
M officecfg/registry/schema/org/openoffice/Office/Writer.xcs
1 file changed, 2 insertions(+), 2 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia3f2be5e98d57e988fcbb3eba89cc26323400082
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Cor Nouws oo...@nouenoff.nl

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


[Libreoffice-commits] .: 4 commits - codemaker/StaticLibrary_codemaker_java.mk i18npool/CppunitTest_i18npool_test_languagetag.mk libexttextcat/StaticLibrary_exttextcat.mk libexttextcat/Zip_fingerprint

2012-11-11 Thread Libreoffice Gerrit user
 Makefile.top  |2 
 Module_tail_build.mk  |1 
 RepositoryExternal.mk |5 
 RepositoryModule_ooo.mk   |1 
 codemaker/StaticLibrary_codemaker_java.mk |2 
 i18npool/CppunitTest_i18npool_test_languagetag.mk |2 
 libexttextcat/StaticLibrary_exttextcat.mk |2 
 libexttextcat/Zip_fingerprint.mk  |2 
 liblangtag/CustomTarget_langtag.mk|   19 
 liblangtag/ExternalPackage_langtag.mk |   27 
 liblangtag/ExternalPackage_langtag_data.mk|   46 +
 liblangtag/ExternalProject_langtag.mk |   34 +
 liblangtag/Makefile   |7 
 liblangtag/Module_liblangtag.mk   |   24 
 liblangtag/UnpackedTarball_langtag.mk |   48 +
 liblangtag/Zip_liblangtag_data.mk |   48 +
 liblangtag/liblangtag-0.4.0-msvcprojects.patch|  679 --
 liblangtag/makefile.mk|  156 -
 liblangtag/prj/d.lst  |   25 
 solenv/gbuild/TargetLocations.mk  |1 
 tail_build/prj/build.lst  |2 
 wizards/Pyuno_commonwizards.mk|2 
 22 files changed, 270 insertions(+), 865 deletions(-)

New commits:
commit 782151a79153195f3391cfff0d685cd4968063b8
Author: Peter Foley pefol...@verizon.net
Date:   Sun Nov 11 16:02:36 2012 -0500

convert liblangtag to gbuild

Change-Id: Ib019e248b16a39ea058cdebeaa1f37a967a00d6c

diff --git a/Makefile.top b/Makefile.top
index 1842c55..66a19bf 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -109,6 +109,7 @@ lcms2\
 libcdr\
 libcmis\
 libexttextcat\
+liblangtag\
 libmspub\
 liborcus\
 libpng\
@@ -224,7 +225,6 @@ external\
 helpcontent2 \
 icu\
 instsetoo_native\
-liblangtag\
 libxml2\
 libxmlsec\
 libxslt\
diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index 6fe3b67..36b9b77 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -97,6 +97,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
libcdr \
libcmis \
$(call gb_Helper_optional,LIBEXTTEXTCAT,libexttextcat) \
+   $(call gb_Helper_optional,LIBLANGTAG,liblangtag) \
libmspub \
liborcus \
librelogo \
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 019f0be..734ed1f 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -620,6 +620,11 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
 ))
 
 define gb_LinkTarget__use_liblangtag
+$(call gb_LinkTarget_use_unpacked,$(1),langtag)
+$(call gb_LinkTarget_set_include,$(1),\
+   -I$(call gb_UnpackedTarball_get_dir,langtag) \
+   $$(INCLUDE) \
+)
 $(call gb_LinkTarget_use_libraries,$(1),\
langtag \
 )
diff --git a/RepositoryModule_ooo.mk b/RepositoryModule_ooo.mk
index 6814078..4c13de3 100644
--- a/RepositoryModule_ooo.mk
+++ b/RepositoryModule_ooo.mk
@@ -106,6 +106,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
libcdr \
libcmis \
$(call gb_Helper_optional,LIBEXTTEXTCAT,libexttextcat) \
+   $(call gb_Helper_optional,LIBLANGTAG,liblangtag) \
libmspub \
liborcus \
libpng \
diff --git a/i18npool/CppunitTest_i18npool_test_languagetag.mk 
b/i18npool/CppunitTest_i18npool_test_languagetag.mk
index c649330..02aae41 100644
--- a/i18npool/CppunitTest_i18npool_test_languagetag.mk
+++ b/i18npool/CppunitTest_i18npool_test_languagetag.mk
@@ -32,6 +32,8 @@ $(eval $(call 
gb_CppunitTest_add_defs,i18npool_test_languagetag,-DENABLE_LIBLANG
 
 ifeq ($(SYSTEM_LIBLANGTAG),YES)
 $(eval $(call 
gb_CppunitTest_add_defs,i18npool_test_languagetag,-DSYSTEM_LIBLANGTAG))
+else
+$(eval $(call 
gb_CppunitTest_use_package,i18npool_test_languagetag,langtag_data))
 endif
 endif
 
diff --git a/liblangtag/CustomTarget_langtag.mk 
b/liblangtag/CustomTarget_langtag.mk
new file mode 100644
index 000..811628d
--- /dev/null
+++ b/liblangtag/CustomTarget_langtag.mk
@@ -0,0 +1,19 @@
+# -*- 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_CustomTarget_CustomTarget,liblangtag/langtag))
+
+$(call gb_CustomTarget_get_target,liblangtag/langtag) : $(call 
gb_Zip_get_target,liblangtag_data)
+   rm -rf $(OUTDIR)/share/liblangtag \
+mkdir -p $(OUTDIR)/share/liblangtag \
+unzip $ -d $(OUTDIR)/share/liblangtag \
+touch $(call gb_CustomTarget_get_workdir,liblangtag/langtag)/.dir 
+
+
+# vim: set noet sw=4 ts=4:
diff --git a/liblangtag/ExternalPackage_langtag.mk 
b/liblangtag/ExternalPackage_langtag.mk
new file mode 100644
index 000..4b883fd
--- /dev/null

[Libreoffice-commits] .: l10ntools/StaticLibrary_transex.mk

2012-11-11 Thread Libreoffice Gerrit user
 l10ntools/StaticLibrary_transex.mk |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 8a113724df548bbad5f2739b541db465586ad3ee
Author: Peter Foley pefol...@verizon.net
Date:   Sun Nov 11 19:09:31 2012 -0500

transex needs boost

Change-Id: Ia82dc2bba4ee90d50cf11fecfa7858d8ef179fcd

diff --git a/l10ntools/StaticLibrary_transex.mk 
b/l10ntools/StaticLibrary_transex.mk
index 4996b05..e1a7545 100644
--- a/l10ntools/StaticLibrary_transex.mk
+++ b/l10ntools/StaticLibrary_transex.mk
@@ -37,9 +37,8 @@ $(eval $(call gb_StaticLibrary_set_include,transex,\
 $$(INCLUDE) \
 ))
 
-$(eval $(call gb_StaticLibrary_use_packages,transex,\
-   sal_generated \
-   sal_inc \
+$(eval $(call gb_StaticLibrary_use_unpacked,transex,\
+   boost \
 ))
 
 $(eval $(call gb_StaticLibrary_add_exception_objects,transex,\
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: liblangtag/ExternalPackage_langtag.mk

2012-11-11 Thread Libreoffice Gerrit user
 liblangtag/ExternalPackage_langtag.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c6ccf161591cfaa0d78735ed3c0ae06f8e33e035
Author: Peter Foley pefol...@verizon.net
Date:   Sun Nov 11 19:12:59 2012 -0500

fix langtag so name

Change-Id: I0b61fc9436ac08368991251b04343e0a53c2257c

diff --git a/liblangtag/ExternalPackage_langtag.mk 
b/liblangtag/ExternalPackage_langtag.mk
index 4b883fd..b1fe6f7 100644
--- a/liblangtag/ExternalPackage_langtag.mk
+++ b/liblangtag/ExternalPackage_langtag.mk
@@ -20,7 +20,7 @@ else
 ifeq ($(OS),MACOSX)
 $(eval $(call 
gb_ExternalPackage_add_file,langtag,lib/liblangtag.1.0.0.dylib,liblangtag/.libs/liblangtag.1.0.0.dylib))
 else
-$(eval $(call 
gb_ExternalPackage_add_file,langtag,lib/liblangtag.so.1.0.0,liblangtag/.libs/liblangtag.so.1.0.0))
+$(eval $(call 
gb_ExternalPackage_add_file,langtag,lib/liblangtag.so,liblangtag/.libs/liblangtag.so.1.0.0))
 endif
 endif
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: l10ntools/StaticLibrary_transex.mk

2012-11-11 Thread Libreoffice Gerrit user
 l10ntools/StaticLibrary_transex.mk |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 54c22652d3b33703721bfc3187da21516bce7d9a
Author: Peter Foley pefol...@verizon.net
Date:   Sun Nov 11 19:20:30 2012 -0500

fix transex again

Change-Id: If66ff22becad085e320ae34a36415d37c537265c

diff --git a/l10ntools/StaticLibrary_transex.mk 
b/l10ntools/StaticLibrary_transex.mk
index e1a7545..da2414a 100644
--- a/l10ntools/StaticLibrary_transex.mk
+++ b/l10ntools/StaticLibrary_transex.mk
@@ -37,9 +37,7 @@ $(eval $(call gb_StaticLibrary_set_include,transex,\
 $$(INCLUDE) \
 ))
 
-$(eval $(call gb_StaticLibrary_use_unpacked,transex,\
-   boost \
-))
+$(eval $(call gb_StaticLibrary_use_unpacked,transex,boost))
 
 $(eval $(call gb_StaticLibrary_add_exception_objects,transex,\
 l10ntools/source/export2 \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: liblangtag/ExternalPackage_langtag.mk

2012-11-11 Thread Libreoffice Gerrit user
 liblangtag/ExternalPackage_langtag.mk |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 1de3d97c39769e312b221ba9bf793046b73d7364
Author: Peter Foley pefol...@verizon.net
Date:   Sun Nov 11 20:31:24 2012 -0500

fix liblangtag

Change-Id: I89153efde9441180f5bb49968d11d77fc951f774

diff --git a/liblangtag/ExternalPackage_langtag.mk 
b/liblangtag/ExternalPackage_langtag.mk
index b1fe6f7..8d36b90 100644
--- a/liblangtag/ExternalPackage_langtag.mk
+++ b/liblangtag/ExternalPackage_langtag.mk
@@ -20,7 +20,9 @@ else
 ifeq ($(OS),MACOSX)
 $(eval $(call 
gb_ExternalPackage_add_file,langtag,lib/liblangtag.1.0.0.dylib,liblangtag/.libs/liblangtag.1.0.0.dylib))
 else
-$(eval $(call 
gb_ExternalPackage_add_file,langtag,lib/liblangtag.so,liblangtag/.libs/liblangtag.so.1.0.0))
+$(eval $(call 
gb_ExternalPackage_add_file,langtag,lib/liblangtag.so.1.0.0,liblangtag/.libs/liblangtag.so.1.0.0))
+$(eval $(call 
gb_ExternalPackage_add_file,langtag,lib/liblangtag.so.1,liblangtag/.libs/liblangtag.so.1))
+$(eval $(call 
gb_ExternalPackage_add_file,langtag,lib/liblangtag.so,liblangtag/.libs/liblangtag.so))
 endif
 endif
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Basic Macro to Increment Chart's Range: Progress

2012-11-11 Thread Jonathan Levi

I'm making progress toward a LibreOffice Basic macro to increment a spreadsheet 
chart's data range. First task is to get the range; here's what I've got:

Sub Main
Dim Doc As Object
Dim Charts As Object
Dim Chart as Object
Dim chartData as Object
Dim RangeAddress(0) as new com.sun.star.table.CellRangeAddress

Doc = ThisComponent
Charts = Doc.Sheets(0).Charts
Chart = Charts.getByIndex(0).EmbeddedObject
chartData = Chart.Data
End Sub

The chartData object almost contains what I need, but not quite:
Data  Object(0 to 3)
...
RowDescriptions(0 to 3)
...

What I need is the piece of data saying that my data consists of rows 2 through 
5 (row 1 contains the header). Any ideas?

TIA, Jonathan

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


[Libreoffice-commits] .: 3 commits - icon-themes/galaxy sc/source

2012-11-11 Thread Libreoffice Gerrit user
 dev/null |binary
 icon-themes/galaxy/sc/res/icon-set-bars-empty.png|binary
 icon-themes/galaxy/sc/res/icon-set-bars-full.png |binary
 icon-themes/galaxy/sc/res/icon-set-bars-half.png |binary
 icon-themes/galaxy/sc/res/icon-set-bars-one-quarter.png  |binary
 icon-themes/galaxy/sc/res/icon-set-bars-three-quarters.png   |binary
 icon-themes/galaxy/sc/res/icon-set-circles1-gray.png |binary
 icon-themes/galaxy/sc/res/icon-set-circles1-green.png|binary
 icon-themes/galaxy/sc/res/icon-set-circles1-red.png  |binary
 icon-themes/galaxy/sc/res/icon-set-circles1-yellow.png   |binary
 icon-themes/galaxy/sc/res/icon-set-circles2-dark-gray.png|binary
 icon-themes/galaxy/sc/res/icon-set-circles2-dark-red.png |binary
 icon-themes/galaxy/sc/res/icon-set-circles2-light-gray.png   |binary
 icon-themes/galaxy/sc/res/icon-set-circles2-light-red.png|binary
 icon-themes/galaxy/sc/res/icon-set-colorarrows-down.png  |binary
 icon-themes/galaxy/sc/res/icon-set-colorarrows-same.png  |binary
 icon-themes/galaxy/sc/res/icon-set-colorarrows-slightly-down.png |binary
 icon-themes/galaxy/sc/res/icon-set-colorarrows-slightly-up.png   |binary
 icon-themes/galaxy/sc/res/icon-set-colorarrows-up.png|binary
 icon-themes/galaxy/sc/res/icon-set-flags-green.png   |binary
 icon-themes/galaxy/sc/res/icon-set-flags-red.png |binary
 icon-themes/galaxy/sc/res/icon-set-flags-yellow.png  |binary
 icon-themes/galaxy/sc/res/icon-set-grayarrows-down.png   |binary
 icon-themes/galaxy/sc/res/icon-set-grayarrows-same.png   |binary
 icon-themes/galaxy/sc/res/icon-set-grayarrows-slightly-down.png  |binary
 icon-themes/galaxy/sc/res/icon-set-grayarrows-slightly-up.png|binary
 icon-themes/galaxy/sc/res/icon-set-grayarrows-up.png |binary
 icon-themes/galaxy/sc/res/icon-set-pies-empty.png|binary
 icon-themes/galaxy/sc/res/icon-set-pies-full.png |binary
 icon-themes/galaxy/sc/res/icon-set-pies-half.png |binary
 icon-themes/galaxy/sc/res/icon-set-pies-one-quarter.png  |binary
 icon-themes/galaxy/sc/res/icon-set-pies-three-quarters.png   |binary
 icon-themes/galaxy/sc/res/icon-set-shapes-circle.png |binary
 icon-themes/galaxy/sc/res/icon-set-shapes-diamond.png|binary
 icon-themes/galaxy/sc/res/icon-set-shapes-triangle.png   |binary
 icon-themes/galaxy/sc/res/icon-set-squares-empty.png |binary
 icon-themes/galaxy/sc/res/icon-set-squares-full.png  |binary
 icon-themes/galaxy/sc/res/icon-set-squares-half.png  |binary
 icon-themes/galaxy/sc/res/icon-set-squares-one-quarter.png   |binary
 icon-themes/galaxy/sc/res/icon-set-squares-three-quarters.png|binary
 icon-themes/galaxy/sc/res/icon-set-stars-empty.png   |binary
 icon-themes/galaxy/sc/res/icon-set-stars-full.png|binary
 icon-themes/galaxy/sc/res/icon-set-stars-half.png|binary
 icon-themes/galaxy/sc/res/icon-set-symbols1-check.png|binary
 icon-themes/galaxy/sc/res/icon-set-symbols1-cross.png|binary
 icon-themes/galaxy/sc/res/icon-set-symbols1-exclamation-mark.png |binary
 icon-themes/galaxy/sc/res/icon-set-trafficlights-green.png   |binary
 icon-themes/galaxy/sc/res/icon-set-trafficlights-red.png |binary
 icon-themes/galaxy/sc/res/icon-set-trafficlights-yellow.png  |binary
 icon-themes/galaxy/sc/res/icon-set-triangles-down.png|binary
 icon-themes/galaxy/sc/res/icon-set-triangles-same.png|binary
 icon-themes/galaxy/sc/res/icon-set-triangles-up.png  |binary
 sc/source/core/data/colorscale.cxx   |2 
 sc/source/ui/dbgui/tpsort.cxx|5 
 sc/source/ui/inc/iconsets.hrc|   71 ++-
 sc/source/ui/src/iconsets.src|  205 
--
 sc/source/ui/view/output.cxx |   74 ++-
 57 files changed, 283 insertions(+), 74 deletions(-)

New commits:
commit a1ac2538e9b287444500618ab4d2f0f06c25cf34
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Nov 12 05:21:07 2012 +0100

implement the missing icon-sets

Artwork by Astron

Change-Id: I35261a233bee7ccb0181238e87d83e9c503b188e

diff --git a/icon-themes/galaxy/sc/res/black_circle_1_4th.png 
b/icon-themes/galaxy/sc/res/black_circle_1_4th.png
deleted file mode 100644
index f5390af..000
Binary files a/icon-themes/galaxy/sc/res/black_circle_1_4th.png and /dev/null 
differ
diff --git a/icon-themes/galaxy/sc/res/black_circle_3_4th.png 
b/icon-themes/galaxy/sc/res/black_circle_3_4th.png
deleted file mode 100644
index 7fb7202..000
Binary files 

[REVIEW 3-6] fix for fdo#56958, two problems around the sort dialog

2012-11-11 Thread Markus Mohrhard
Hey,

[1] and [2] fix two problems around the sort dialog that have been
introduced with the unlimited number of sort entries. We have to make
sure that we don't access out of bounds entries.

Regards,
Markus

[1] 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=cd545dcf511daedd548c11159b8c244f272e9cb6
[2] 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=c45b6496e87fe74570a41821bc5f4fbdb3d3cf8e
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: liblangtag/ExternalPackage_langtag.mk

2012-11-11 Thread Libreoffice Gerrit user
 liblangtag/ExternalPackage_langtag.mk |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 51533c729fc57dea539163f45fb5152a864467f0
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Sun Nov 11 23:22:22 2012 -0600

fix liblangtag 'delivery' on Mac

Change-Id: I6ca26a6637ebe36bd5055fc6283258ae288df461

diff --git a/liblangtag/ExternalPackage_langtag.mk 
b/liblangtag/ExternalPackage_langtag.mk
index 8d36b90..fcfc538 100644
--- a/liblangtag/ExternalPackage_langtag.mk
+++ b/liblangtag/ExternalPackage_langtag.mk
@@ -18,7 +18,9 @@ $(eval $(call 
gb_ExternalPackage_add_file,langtag,lib/langtag.lib,liblangtag/.li
 endif
 else
 ifeq ($(OS),MACOSX)
-$(eval $(call 
gb_ExternalPackage_add_file,langtag,lib/liblangtag.1.0.0.dylib,liblangtag/.libs/liblangtag.1.0.0.dylib))
+$(eval $(call 
gb_ExternalPackage_add_file,langtag,lib/liblangtag.1.0.0.dylib,liblangtag/.libs/liblangtag.dylib))
+$(eval $(call 
gb_ExternalPackage_add_file,langtag,lib/liblangtag.1.dylib,liblangtag/.libs/liblangtag.1.dylib))
+$(eval $(call 
gb_ExternalPackage_add_file,langtag,lib/liblangtag.dylib,liblangtag/.libs/liblangtag.dylib))
 else
 $(eval $(call 
gb_ExternalPackage_add_file,langtag,lib/liblangtag.so.1.0.0,liblangtag/.libs/liblangtag.so.1.0.0))
 $(eval $(call 
gb_ExternalPackage_add_file,langtag,lib/liblangtag.so.1,liblangtag/.libs/liblangtag.so.1))
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Basic Macro to Increment Chart's Range: Progress

2012-11-11 Thread Tommy

On Mon, 12 Nov 2012 03:55:08 +0100, Jonathan Levi drjle...@aol.com wrote:



I'm making progress toward a LibreOffice Basic macro to increment a  
spreadsheet chart's data range. First task is to get the range; here's  
what I've got:


... snip ...

What I need is the piece of data saying that my data consists of rows 2  
through 5 (row 1 contains the header). Any ideas?


TIA, Jonathan





this is the developer's list.
if you need help with a macro try asking to some web forums with macro  
oriented subforums such as:


http://www.oooforum.org/forum/viewforum.phtml?f=9
http://forum.openoffice.org/en/forum/viewforum.php?f=20

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


Re: minutes of ESC call ...

2012-11-11 Thread David Tardon
Hi,

On Sat, Nov 10, 2012 at 09:05:02PM +0100, Michael Stahl wrote:
 On 10/11/12 17:46, Michael Meeks wrote:
  Hi Alex,
  
  On Sat, 2012-11-10 at 10:51 +0100, Alex Thurgood wrote:
  I see your points and concerns. Couldn't we have, as a potential
  alternative, a hack (easy or not, I wouldn't know) to replace the
  current implementations with something more manageable (if indeed that
  is possible, and however that might be defined) ?
  
  I'd love to see those pieces split out to be extensions that you can
  download  use if you want to (personally). That's presumably quite some
  chunk of work though.
 
 that would be possible, but there are some open questions as to how to
 best accomplish it:  the problem is that non-URE jars are used, which is
 not allowed for extensions.  but that seems fixable: the used jars seem
 to be the external bsh / rhino and internal ScriptingFramework,
 the latter containing common code for BeanShell/JavaScript/Java script
 providers.
 
 the ScriptProviderForPython is already an extension so there is some
 prior art on how to do it.  also, until commit
 a72a7dc500ffd57662e8b9be61e4676266861c33 the java ones were extensions too.
 
 the following options come to mind:
 
 1) add ScriptFramework.jar to the URE
this would require maintaining binary compatibility; i have no idea
if that is appropriate here

I think ScriptFramework is pretty stable. The only change I remember
during the whole LibreOffice lifetime is update to java 1.5: use of
generics etc.

 
 2) have 3 extensions and duplicate the ScriptFramework jar in each of
them; would that actually work if you install more than one of them?
 
 3) have 1 extension that contains ScriptFramework plus all 3 script
providers

4) create UNO API for ScriptFramework which can be used by the providers
   (no idea how much work this would mean. I just wanted to add it here
   for the sake of completeness.)

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


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

2012-11-11 Thread Libreoffice Gerrit user
 sc/inc/conditio.hxx|6 ++
 sc/source/core/data/conditio.cxx   |   20 
 sc/source/filter/xml/xmlcondformat.cxx |   11 +++
 sc/source/filter/xml/xmlcondformat.hxx |2 ++
 4 files changed, 35 insertions(+), 4 deletions(-)

New commits:
commit eb240530443b964ea45bf80a5e3711e11a3f09c5
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Nov 12 07:16:05 2012 +0100

remove conditional formats withiout range after import, related fdo#56983

Change-Id: I9a8c02369c3e5a12310a46229bdc1671f75593ad

diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx
index afcfd01..d60da24 100644
--- a/sc/inc/conditio.hxx
+++ b/sc/inc/conditio.hxx
@@ -409,6 +409,12 @@ public:
 
 voidInsertNew( ScConditionalFormat* pNew )
 { maConditionalFormats.insert(pNew); }
+/**
+ * Checks that all cond formats have a non empty range.
+ * Deletes empty cond formats.
+ * @return true if all cond formats were valid
+ */
+boolCheckAllEntries();
 
 ScConditionalFormat* GetFormat( sal_uInt32 nKey );
 
diff --git a/sc/source/core/data/conditio.cxx b/sc/source/core/data/conditio.cxx
index f164cc4..ecece73 100644
--- a/sc/source/core/data/conditio.cxx
+++ b/sc/source/core/data/conditio.cxx
@@ -1975,20 +1975,32 @@ void ScConditionalFormatList::UpdateMoveTab( SCTAB 
nOldPos, SCTAB nNewPos )
 itr-UpdateMoveTab( nOldPos, nNewPos );
 }
 
-void ScConditionalFormatList::DeleteArea( SCCOL nCol1, SCROW nRow1, SCCOL 
nCol2, SCROW nRow2 )
+bool ScConditionalFormatList::CheckAllEntries()
 {
-for( iterator itr = begin(); itr != end(); ++itr)
-itr-DeleteArea( nCol1, nRow1, nCol2, nRow2 );
-
+bool bValid = true;
+//
 // need to check which must be deleted
 iterator itr = begin();
 while(itr != end())
 {
 if(itr-GetRange().empty())
+{
+bValid = false;
 maConditionalFormats.erase(itr++);
+}
 else
 ++itr;
 }
+
+return bValid;
+}
+
+void ScConditionalFormatList::DeleteArea( SCCOL nCol1, SCROW nRow1, SCCOL 
nCol2, SCROW nRow2 )
+{
+for( iterator itr = begin(); itr != end(); ++itr)
+itr-DeleteArea( nCol1, nRow1, nCol2, nRow2 );
+
+CheckAllEntries();
 }
 
 void ScConditionalFormatList::SourceChanged( const ScAddress rAddr )
diff --git a/sc/source/filter/xml/xmlcondformat.cxx 
b/sc/source/filter/xml/xmlcondformat.cxx
index 5c9bbe4..8b97a78 100644
--- a/sc/source/filter/xml/xmlcondformat.cxx
+++ b/sc/source/filter/xml/xmlcondformat.cxx
@@ -65,6 +65,17 @@ SvXMLImportContext* 
ScXMLConditionalFormatsContext::CreateChildContext( sal_uInt
 return pContext;
 }
 
+void ScXMLConditionalFormatsContext::EndElement()
+{
+ScDocument* pDoc = GetScImport().GetDocument();
+
+SCTAB nTab = GetScImport().GetTables().GetCurrentSheet();
+ScConditionalFormatList* pCondFormatList = pDoc-GetCondFormList(nTab);
+bool bDeleted = !pCondFormatList-CheckAllEntries();
+
+SAL_WARN_IF(bDeleted, sc, conditional formats have been deleted because 
they contained empty range info);
+}
+
 ScXMLConditionalFormatContext::ScXMLConditionalFormatContext( ScXMLImport 
rImport, sal_uInt16 nPrfx,
 const ::rtl::OUString rLName, const 
::com::sun::star::uno::Reference ::com::sun::star::xml::sax::XAttributeList 
xAttrList):
 SvXMLImportContext( rImport, nPrfx, rLName )
diff --git a/sc/source/filter/xml/xmlcondformat.hxx 
b/sc/source/filter/xml/xmlcondformat.hxx
index 45513ce..0ace1eb 100644
--- a/sc/source/filter/xml/xmlcondformat.hxx
+++ b/sc/source/filter/xml/xmlcondformat.hxx
@@ -51,6 +51,8 @@ public:
  const ::rtl::OUString rLocalName,
  const ::com::sun::star::uno::Reference
   
::com::sun::star::xml::sax::XAttributeList xAttrList );
+
+virtual void EndElement();
 };
 
 class ScXMLConditionalFormatContext : public SvXMLImportContext
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: modules removal surprises

2012-11-11 Thread David Tardon
Hi,

On Fri, Nov 09, 2012 at 09:51:40AM +, Michael Meeks wrote:
 
 On Thu, 2012-11-08 at 20:51 +0100, Andras Timar wrote:
  I used migrationanalysis (Professional Analysis Wizard) a few years ago.
  It created nice spreadsheets and charts about potential document
  migration problems: OpenOffice.org does not support this or that
  feature. The problem is that even some years ago, it looked outdated.
  Now it must be completely obsoleted. Document compatibility is getting
  better release by release. The unmaintaned Professional Analysis Wizard
  is useless and produces misleading reports. It is a good candidate for
  removal.
 
   Sounds good to me - added to the ESC list of things to discuss / do
 before 4.0 - I was always personally deeply skeptical of this migration
 analysis thing - but it dates from a bygone binary-file-format era now I
 suspect. I didn't realise we were building or shipping it either ;-)

We do not build it, unless it is done in some roundabout way that
bypasses the normal build system, because no other module depends on it.
Also, a quick look at migrationanalysis/prj/build.lst shows it is
Windows-only.

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


[Libreoffice-commits] .: codemaker/prj

2012-11-11 Thread Libreoffice Gerrit user
 codemaker/prj/build.lst |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 144f6d4424f5857db0d05a4399f210a2a36d3ddc
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Mon Nov 12 00:30:47 2012 -0600

codemaker use boost, so declare the dep

Change-Id: I64794acd804ed5059f54422d74bdd0ba1688cc91

diff --git a/codemaker/prj/build.lst b/codemaker/prj/build.lst
index 085702d..60ef4d0 100644
--- a/codemaker/prj/build.lst
+++ b/codemaker/prj/build.lst
@@ -1,3 +1,3 @@
-cm codemaker   :   registry NULL
+cm codemaker   :   BOOST:boost registry NULL
 cm codemaker   usr1
-   all cm_mkout NULL
 cm codemaker\prj   nmake   
-   all cm_prj NULL
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Adding icons to the template manager

2012-11-11 Thread Alexander Wilms
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi everyone,

I want to add some icons to the toolbar in the new template manager
(/sfx2/source/doc/templatedlg.src)

I added lines like

ButtonImage = Image
{
 ImageBitmap = Bitmap { File = document_edit.png ; };
};

for each ToolBoxItem, but when trying to compile I get this error:

ImageBitmap = Bitmap { File = document_edit.png ; };
^
f643:
/home/alexander/libo/workdir/unxlngx6.pro/SrsPartMergeTarget/sfx2/source/doc/templatedlg.src,
line 282: Error in the object (Type: ToolBoxItem):
The variable ButtonImage must not be used here.
f256: Error: !! 1 Error found!!
Error starting rsc2 compiler
make[2]: ***
[/home/alexander/libo/workdir/unxlngx6.pro/SrsPartTarget/sfx2/source/doc/templatedlg.src]
Fehler 1

What am I doing wrong?

Thanks

Alex

The new code:

/*
 * Copyright 2012 LibreOffice contributors.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

#include doc.hrc
#include templatedlg.hrc
#include helpid.hrc

String STR_ACTION_SORT_NAME
{
Text [ en-US ] = Sort by name;
};

String STR_ACTION_REFRESH
{
Text [ en-US ] = Refresh;
};

String STR_ACTION_DEFAULT
{
Text [ en-US ] = Reset Default Template ; /* leave ending space */
};

String STR_MOVE_NEW
{
Text [ en-US ] = New folder;
};

String STR_INPUT_NEW
{
Text [ en-US ] = Enter folder name:;
};

String STR_REPOSITORY_LOCAL
{
Text [ en-US ] = Local;
};

String STR_REPOSITORY_NEW
{
Text [ en-US ] = New Repository;
};

String STR_MSG_ERROR_LOCAL_MOVE
{
Text [ en-US ] = Error moving the following templates to $1.\n$2 ;
};

String STR_MSG_ERROR_REMOTE_MOVE
{
Text [ en-US ] = Error moving the following templates from
repository $1 to folder $2.\n$3 ;
};

String STR_MSG_ERROR_EXPORT
{
Text [ en-US ] = Error exporting the following templates:\n$1;
};

String STR_MSG_ERROR_IMPORT
{
Text [ en-US ] = Error importing the following templates to $1:\n$2;
};

String STR_MSG_ERROR_DELETE_TEMPLATE
{
Text [ en-US ] = The following templates cannot be deleted:\n$1;
};

String STR_MSG_ERROR_DELETE_FOLDER
{
Text [ en-US ] = The following folders cannot be deleted:\n$1;
};

String STR_MSG_ERROR_REPOSITORY_NAME
{
Text [ en-US ] = Failed to create repository \$1\.\nA
repository with this name may already exist.;
};

String STR_MSG_ERROR_SELECT_FOLDER
{
Text [ en-US ] = Select the destination folder(s) to save the
template.;
};

String STR_INPUT_TEMPLATE_NEW
{
Text [ en-US ] = Enter template name:;
};

String STR_QMSG_SEL_FOLDER_DELETE
{
Text [ en-US ] = Do you want to delete the selected folders?;
};

String STR_QMSG_TEMPLATE_OVERWRITE
{
Text [ en-US ] = A template named $1 already exist in $2. Do you
want to overwrite it?;
};

ModelessDialog DLG_TEMPLATE_MANAGER
{
OutputSize = TRUE;
SVLook = TRUE;
Moveable = TRUE;
Closeable = TRUE;
Hide = TRUE;
Size = MAP_APPFONT ( 290 , 250 );
Text [en-US] = Template Manager;

PushButton BTN_SELECT_ALL
{
Pos = MAP_APPFONT(10,5);
Size = MAP_APPFONT(50,14);
TabStop = TRUE;
DefButton = TRUE;
Text [en-US] = All;
};

PushButton BTN_SELECT_DOCS
{
Pos = MAP_APPFONT(60,5);
Size = MAP_APPFONT(50,14);
TabStop = TRUE;
Text [en-US] = Documents;
};

PushButton BTN_SELECT_PRESENTATIONS
{
Pos = MAP_APPFONT(110,5);
Size = MAP_APPFONT(50,14);
TabStop = TRUE;
Text [en-US] = Presentations;
};

PushButton BTN_SELECT_SHEETS
{
Pos = MAP_APPFONT(160,5);
Size = MAP_APPFONT(50,14);
TabStop = TRUE;
Text [en-US] = Spreedsheets;
};

PushButton BTN_SELECT_DRAWS
{
Pos = MAP_APPFONT(210,5);
Size = MAP_APPFONT(50,14);
TabStop = TRUE;
Text [en-US] = Drawings;
};

ImageButton BTN_SELECTION_MODE
{
Pos = MAP_APPFONT(260,5);
Size = MAP_APPFONT(20,14);
TabStop = TRUE;

ButtonImage = Image
{
ImageBitmap = Bitmap { File = select.png ; };
};

QuickHelpText [en-US] = Enables selecting items by just
clicking in the thumbnail or title.;
};

Control TEMPLATE_VIEW
{
Pos = MAP_APPFONT(5,30);
Size = MAP_APPFONT(280,220);
TabStop = TRUE;
};

Image IMG_ACTION_SORT
{
ImageBitmap = Bitmap
{
File = sortascending.png;
};
};

Image IMG_ACTION_REFRESH
{
ImageBitmap = Bitmap
{
File = reload.png;
};
};


ToolBox TBX_ACTION_VIEW
{
SVLook = TRUE ;
TabStop = TRUE ;
Pos = MAP_APPFONT ( 4 , 22 ) ;

ItemList =
{
ToolBoxItem
{
 

[Libreoffice-commits] .: liblangtag/ExternalProject_langtag.mk

2012-11-11 Thread Libreoffice Gerrit user
 liblangtag/ExternalProject_langtag.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a71da0382ee57603f227ee6f386cc79213f7292c
Author: Stephan Bergmann sberg...@redhat.com
Date:   Mon Nov 12 08:40:43 2012 +0100

Missing /inc

Change-Id: Ia68a683bdafe6dc89ac98635e797b84a2e0ff615

diff --git a/liblangtag/ExternalProject_langtag.mk 
b/liblangtag/ExternalProject_langtag.mk
index 301c3fd..a895065 100644
--- a/liblangtag/ExternalProject_langtag.mk
+++ b/liblangtag/ExternalProject_langtag.mk
@@ -20,7 +20,7 @@ $(call gb_ExternalProject_get_state_target,langtag,build):
$(if $(filter MSC,$(COM)), export LIB=$(ILIB)) \
 ./configure --disable-modules --disable-test --disable-introspection 
\
$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) 
--host=$(HOST_PLATFORM)) \
-   $(if $(filter 
NO,$(SYSTEM_LIBXML)),LIBXML2_CFLAGS=-I$(OUTDIR)/external \
+   $(if $(filter 
NO,$(SYSTEM_LIBXML)),LIBXML2_CFLAGS=-I$(OUTDIR)/inc/external \
$(if $(filter 
MSC,$(COM)),LIBXML2_LIBS=$(OUTDIR)/lib/libxml2.lib,LIBXML2_LIBS=-L$(OUTDIR)/lib
 -lxml2),\
$(if $(filter MACOSX,$(OS)),LIBXML2_CFLAGS=$(LIBXML_CFLAGS) 
LIBXML2_LIBS=$(LIBXML_LIBS))) \
$(if $(filter MSC,$(COM)),CC=$(CC) -MD -nologo \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-qa] ToDos rename 3.7 to 4.0

2012-11-11 Thread Rainer Bielefeld

Hi all,

I started http://wiki.documentfoundation.org/QA/Todo_rename_3.7_to_4.0 
for collection and discussion of all activities related to that decision.


Please feel free to add more action items and / or comments.

Discussion if necessary please here in this thread on 
libreoffice-qa@lists.freedesktop.org or on Wiki Discussion page.


When will we get the first 4.0 Master builds?


Best regards

Rainer
___
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] ToDos rename 3.7 to 4.0

2012-11-11 Thread V Stuart Foote
Hmm, so looking at Michael's minutes the 8 Nov ESC minutes there was this one
entry regards a 4.0 release.

AA: + bump versions sooner than later, to find hard-coded '3's (Petr) 

And in the initial wiki table you included an item:

10  Marketing issues2   We need some explication for the 
decision better
than OOoo also release 4.0Marketing

So just why is the project moving to a 4.0 build now?

I'd also comment, that similar for the AOOo folks, there is a lot of work to
be done to implement the IBM contributed \winaccessibility native code and
move Windows clients off of the Java Accessibility Bridge and into parity
with the other OSs by implementing IAccessible2.  

I've seen nothing about that effort, and that is a major milestone for the
folks on the Apache OpenOffice dev team that they've said will be a major
component of their 4.0  release.   Where is the LibreOffice Dev team and BOD
on the effort?

Assuming that we will make the effort to implement, I've added an item to
the 3.7 - 4.0 QA matrix to verify consistent a11y support.

Stuart



--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-ToDos-rename-3-7-to-4-0-tp4018016p4018074.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] ToDos rename 3.7 to 4.0

2012-11-11 Thread Robert Großkopf
Hi *,

when I read Version 4.0 I think there should happen a lot in a program
for a complete new version.

Since many years for Base was discussed, that there has to be a change
in the database of OOo- and LO-Base. But this discussion, if this should
be the newer HSQLDB or anything else, didn't progress. And when I see
the bugs in Base, particularly the regressions from 3.3 to 3.4 to 3.5 to
3.6 → I don't know if the database would be usable any more with a very
different version No. 4.

Regards

Robert
___
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] ToDos rename 3.7 to 4.0

2012-11-11 Thread Michael Stahl
On 11/11/12 20:59, Robert Großkopf wrote:
 Hi *,
 
 when I read Version 4.0 I think there should happen a lot in a program
 for a complete new version.
 
 Since many years for Base was discussed, that there has to be a change
 in the database of OOo- and LO-Base. But this discussion, if this should
 be the newer HSQLDB or anything else, didn't progress.

it did progress a fair bit:
https://bugs.freedesktop.org/show_bug.cgi?id=51781

after eliminating the databases that don't meet our requirements,
Firebird remains :)

but unfortunately it doesn't seem anybody is actually working on that...

 And when I see
 the bugs in Base, particularly the regressions from 3.3 to 3.4 to 3.5 to
 3.6 → I don't know if the database would be usable any more with a very
 different version No. 4.

version 4 will have much less breaking changes than initially planned,
so it shouldn't break more than previous releases :)

testing of master builds is always appreciated of course (speaking of
which, somebody just did that last week and reported that the HSQLDB
driver performance had regressed on Linux because a bug fix was
accidentally disabled, this is fixed again now...)


___
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] ToDos rename 3.7 to 4.0

2012-11-11 Thread V Stuart Foote
Michael,

I have assumed that since the ASF Board has graduated the OpenOffice project
from incubator to an Apache top level project, that all the contributed
code base had been accepted and now falls under ALv2 provision.  When I've
looked at the IBM and Oracle contributed source code the individual files do
not yet bear ALv2 release, but were all covered by a blanket ALv2 release
further up the incubator code base.

So, I don't know for sure, but it sure looks like the release has been made.  
How could one find out?  Should that be an ODF BOD action?

Stuart



--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-ToDos-rename-3-7-to-4-0-tp4018016p4018103.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] ToDos rename 3.7 to 4.0

2012-11-11 Thread V Stuart Foote
So I was edited out of the 3.7 - 4.0 todo rename matrix. Know it happens, 
but thanks Niko only  a little harsh...
Here is the item, judge for yourself if it should have come out:

−
| 12 
−
| verify consistent ''a11y'' support 
−
| 1 
−
| QA actions upon implementation of ATK/AT-SPI and IAccessible2 APIs for ALL
OS, with adoption of IBM Symphony contribution to Apache \winaccessibility
native bridge under ALv2, and adjustments to UNO Accessibility roles to fill
all needed a11y roles for various Assistive Technology will all need to be
validated as functioning correctly. 
−
|  
−
| 
 −
| 2 
−
| See meta tracking bugs:
[https://bugs.freedesktop.org/show_bug.cgi?id=55571 fdo#55571] OS X,
[https://bugs.freedesktop.org/show_bug.cgi?id=36549 fdo#36549] GNOME-ATK and
several open enhancement requests for Windows 




--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-ToDos-rename-3-7-to-4-0-tp4018016p4018104.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] minutes of ESC call ...

2012-11-11 Thread David Tardon
Hi,

On Sat, Nov 10, 2012 at 09:05:02PM +0100, Michael Stahl wrote:
 On 10/11/12 17:46, Michael Meeks wrote:
  Hi Alex,
  
  On Sat, 2012-11-10 at 10:51 +0100, Alex Thurgood wrote:
  I see your points and concerns. Couldn't we have, as a potential
  alternative, a hack (easy or not, I wouldn't know) to replace the
  current implementations with something more manageable (if indeed that
  is possible, and however that might be defined) ?
  
  I'd love to see those pieces split out to be extensions that you can
  download  use if you want to (personally). That's presumably quite some
  chunk of work though.
 
 that would be possible, but there are some open questions as to how to
 best accomplish it:  the problem is that non-URE jars are used, which is
 not allowed for extensions.  but that seems fixable: the used jars seem
 to be the external bsh / rhino and internal ScriptingFramework,
 the latter containing common code for BeanShell/JavaScript/Java script
 providers.
 
 the ScriptProviderForPython is already an extension so there is some
 prior art on how to do it.  also, until commit
 a72a7dc500ffd57662e8b9be61e4676266861c33 the java ones were extensions too.
 
 the following options come to mind:
 
 1) add ScriptFramework.jar to the URE
this would require maintaining binary compatibility; i have no idea
if that is appropriate here

I think ScriptFramework is pretty stable. The only change I remember
during the whole LibreOffice lifetime is update to java 1.5: use of
generics etc.

 
 2) have 3 extensions and duplicate the ScriptFramework jar in each of
them; would that actually work if you install more than one of them?
 
 3) have 1 extension that contains ScriptFramework plus all 3 script
providers

4) create UNO API for ScriptFramework which can be used by the providers
   (no idea how much work this would mean. I just wanted to add it here
   for the sake of completeness.)

D.
___
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 56772] FILTER: CALC moves some column content to another cell with some HTML file - Regression

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56772

Markus Mohrhard markus.mohrh...@googlemail.com changed:

   What|Removed |Added

Summary|FILTER: CALC moves some |FILTER: CALC moves some
   |column content to another   |column content to another
   |cell with some excel file   |cell with some HTML file -
   |(HTML) - Regression |Regression

--- Comment #1 from Markus Mohrhard markus.mohrh...@googlemail.com ---
This is just an html file and has nothing to do with excel.

-- 
You are receiving this mail because:
You 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 56972] Table in word document appears differently in writer compared to word 2010

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56972

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

   What|Removed |Added

  Attachment #69890|text/plain  |application/vnd.openxmlform
  mime type||ats-officedocument.wordproc
   ||essingml.document

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


[Libreoffice-bugs] [Bug 56972] FILEOPEN particular .docx: TABLE cell paragraph style shows wrong indents 0

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56972

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Whiteboard||(target:4.0)
 Resolution|--- |WORKSFORME
 CC||LibreOffice@bielefeldundbus
   ||s.de
Summary|Table in word document  |FILEOPEN particular .docx:
   |appears differently in  |TABLE cell paragraph style
   |writer compared to word |shows wrong indents  0
   |2010|
Version|3.6.3.2 release |3.4.5 release

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Appears different is not a valid problem description.

I reduce this one to the Table heading line break problem visible in screenshot
for top left table cell.

That problem is NOT reproducible with parallel installation of Master LOdev 
3.7.0.0.alpha0+   -  ENGLISH UI / German Locale  [Build ID: 70ec82)] 
{tinderbox: @16, pull time 2012-11-09 00:53:19} on German WIN7 Home Premium
(64bit) with separate User Profile for Master Branch

Problem still IS [Reproducible] with Server Installation of  LibreOffice 
3.6.4.0+  English UI/ German Locale [Build-ID: be49b70],{tinderbox: Win-x86@9
pull time 2012-10-31 08:03:29}  on German WIN7 Home Premium (64bit),
User-Profile 3.6.4 dailies:
The line breaks necessary to fit text line width to cell width starting with
the second line in the table heading cell seem to insert a new silent line
break for each new character. The real problem is an improper indent setting
0.
this indent problem also is responsible for improper view of cells in column E

Problem WAS [Reproducible] with LibreOffice 3.6.3.2 German UI/ German Locale
[Build-ID: 58f22d5] on German WIN7 Home Premium (64bit), 3.5.7.2, 
3.4.5. Unusable broken with 3.3.0, so not a regression

I believe backport to 3.6 will be risky, so I close this one WFM for now.

Please feel free to reopen this report if you find evidence that it will be
possible to backport the fix to 3.6 without too big risks.

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


[Libreoffice-bugs] [Bug 56877] FILEOPEN presentation crashes

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

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

   What|Removed |Added

   Severity|blocker |critical
 CC||b...@eikota.de
Summary|presentation crashes when   |FILEOPEN presentation
   |open|crashes

--- Comment #5 from Roman Eisele b...@eikota.de ---
Can not confirm the crash with LibreOffice 3.6.3.2 (Build ID: 58f22d5), German
langpack installed, on Mac OS X 10.6.8 (Intel). For me, the presentation
(attachment 69849) opens without any problems. Hm ... so this bug is also not
always reproducible on Mac OS X.

Setting Severity to “critical”; please understand that normally we don’t
understand “blocker”, not even for very critical bugs.

-- 
You are receiving this mail because:
You 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 54612] Pictures not rendered and text missing when rendering RTF document

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54612

s-joyemuseq...@vf.uni-konstanz.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|3.6.1.2 release |3.5.6.2 release
 Ever confirmed|0   |1

--- Comment #2 from s-joyemuseq...@vf.uni-konstanz.de ---
Confirmed with LibO 3.5.6.2 under Windows Vista 64.

General i/o error with LOdev 3.7., Version 3.7.0.0.alpha0+ (Build ID: 2d1253),
2012-11-06.

-- 
You are receiving this mail because:
You 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 48571] : Allow A:A format to include an entire column and 1:1 format to include an entire row

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48571

V.K. v-k-...@yandex.ru changed:

   What|Removed |Added

 CC||v-k-...@yandex.ru
Summary|: Allow A:A format to   |: Allow A:A format to
   |include an entire column|include an entire column
   ||and 1:1 format to include
   ||an entire row

--- Comment #2 from V.K. v-k-...@yandex.ru ---
It is very convenient feature in Excel. So, I think it must be implemented in
Calc. As well as possibility to insert such reference in formula by clicking
the column or row header. 


LO 3.6.3.2
Win 7 SP1

-- 
You are receiving this mail because:
You 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 56544] FILEOPEN: Do not create lock file on samba share.

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56544

--- Comment #1 from Zsolt Szokolai sok...@gmail.com ---
I switched to ubuntu 10.04 LTS amd64. It is work correctly. So the problem is
centos related. Or gvfs or what I don't care anymore.

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


[Libreoffice-bugs] [Bug 56121] FILESAVE as .pptx: Drawing Shapes and pixel pictures without rotation

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56121

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

   What|Removed |Added

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

--- Comment #2 from Lennard Wasserthal wassert...@nefkom.net ---


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

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


[Libreoffice-bugs] [Bug 56877] FILEOPEN presentation crashes

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #6 from Roman Eisele b...@eikota.de ---
(In reply to comment #3)
 Created attachment 69849
 creating blank impress file caused a crash after a fresh boot

Attachment 69849 was, if the files have not been been exchanged, created for a
crash which happened when “creating [a] blank impress file [...] after a fresh
boot”. This is really strange. Reading the stack backtrace, the problem seems
to be here, just like in the other (FILEOPEN) crash report:

...
7   libc++abi.dylib 0x9ba2a2a0 __cxa_throw + 112
8   libwpftdrawlo.dylib 0x2cdea042 libcdr::readU32(WPXInputStream*, bool) + 82
9   libwpftdrawlo.dylib 0x2cde6d02 libcdr::CMXDocument::
   isSupported(WPXInputStream*) + 50
10  libwpftdrawlo.dylib 0x2ccf7b27 CMXImportFilter::detect(com::sun::
   star::uno::Sequencecom::sun::star::
   beans::PropertyValue) + 263
...

So there seems to be an unhandled exception which is thrown from
libcdr::readU32() inside of libwpftdrawlo.dylib. Hm ... According to
  http://cgit.freedesktop.org/libreoffice/libcdr/tree/src/lib/CMXDocument.cpp
the function CMXDocument::isSupported() does:
  “Analyzes the content of an input stream to see if it can be parsed
  \param input The input stream
  \return A value that indicates whether the content from the input
  stream is a Corel Draw Document that libcdr is able to parse.”
Now I wonder why, when “creating [a] blank impress file”, such a function is
called -- why should we need Corel Draw support on creating a new blank
presentation file?


@ Julien Nabet:
Can you please check, e.g. by adding some debug dump message to the code, if
these functions from libcdr are normally called when creating a new Impress
presentation file?


@ eastasiax:
Please check the following:

1) A thumb question first: Does this crash really happen when you just start
your Mac, start LibreOffice, and create a new (empty) presentation? I know this
is a thumb question, but I just want to prevent any misunderstandigs ...

2) There is a chance that this problem is cause by a corrupted LibreOffice user
profile (= application settings etc.). Therefore, you should try if resetting
your LibreOffice user profile helps to heal the problem.
To do so, please:
   a) Quit LibreOffice, if running.
   b) In the Finder, please open the folder
  Your main drive/Users/Your user folder/Library/Application Support/
   c) In this folder, there should be a folder called “LibreOffice”,
  which contains most LibreOffice settings (and therefore is called
  the “user profile folder”).
  Just rename this folder so something else, e.g. “LibreOffice-old”.
   d) Start LibreOffice again (the startup will take longer this time,
  because LibreOffice creates a fresh user profile).
   e) Test the issue again. Do you still see the crash?
Then please report the results in a new comment here ...

Thank you very much!

-- 
You are receiving this mail because:
You 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 55186] EDITING: Ordering wrongly includes the headers when last header is empty

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55186

--- Comment #8 from Andy silva...@katamail.com ---
Alas, I am sad to note that while this bug is solved, the broken horizontal
sorting function is NOT fixed in 3.6.3.2.
The sort command, when applied to a row of data, still does nothing at all.

-- 
You are receiving this mail because:
You 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 56963] FILEOPEN, EDITING: Stability degrades with large document

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56963

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||b...@eikota.de
Summary|Stability degrades with |FILEOPEN, EDITING:
   |large document  |Stability degrades with
   ||large document
 Ever confirmed|0   |1

--- Comment #1 from Roman Eisele b...@eikota.de ---
Thank you very much for your bug report!

In order to reproduce the problem, I would like to test your file. I am not a
developer, but an experienced QA volunteer (“bug wrangler”, as we call it); the
normal procedure here is that first some QA volunteer tries to reproduce the
bug, checks for dependencies, duplicates etc., and then, if successful,
forwards the bug report to the responsible developer(s). I am using the same
Mac OS X version as you, and a similar machine, so I guess the chances are good
that I can catch the problem.

So, if you could please send the file via private e-mail to me:
mailto:b...@eikota.de, I will keep it confidential and try to reproduce the
issue.

Thank you very much!

-- 
You are receiving this mail because:
You 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 56975] New: EDITING: Bug in Count number

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56975

  Priority: medium
Bug ID: 56975
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Bug in Count number
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: srao.h...@live.fr
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.1.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 69895
  -- https://bugs.freedesktop.org/attachment.cgi?id=69895action=edit
I don't know, it's a bug --'

Problem description: 

Steps to reproduce:
When you write a text : 
Current behavior: the count number of words is fasle when you put ! ?...
and other signs.


Expected behavior:give the true number of words in the text

Platform (if different from the browser): Windows Ultimate 7 64bits

Browser: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101
Firefox/16.0

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


[Libreoffice-bugs] [Bug 56873] FORMATTING DATE: when saved as xls-file viewing on iPad/iPhone gives wrong format

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56873

Casper wat...@zonnet.nl changed:

   What|Removed |Added

Version|unspecified |3.4.1 release

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


[Libreoffice-bugs] [Bug 56976] New: FILESAVE pptx glitches when saving

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56976

  Priority: medium
Bug ID: 56976
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE pptx glitches when saving
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: wassert...@nefkom.net
  Hardware: All
Status: UNCONFIRMED
   Version: 3.7.0.0.alpha0+ Master
 Component: Drawing
   Product: LibreOffice

Start a new Presentation
Draw an Up Arrow.
save as pptx.
close. (besides, at the current master, sometimes crashes on close.)
open the file.
the up arrow is missing.
save.
close.
open the file. Where the up arrow was, there is a rectangle.
If there were other shapes, they turned into rectangles, too.


Reproducible in 3.5.4.2, (Version in Linux Mint Maya 13, 64 Bit)
also some similar windows version.

-- 
You are receiving this mail because:
You 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 56976] FILESAVE pptx glitches when saving up arrow

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56976

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

   What|Removed |Added

Summary|FILESAVE pptx glitches when |FILESAVE pptx glitches when
   |saving  |saving up arrow

-- 
You are receiving this mail because:
You 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 56977] New: Function N with matrix argument fails

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56977

  Priority: medium
Bug ID: 56977
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Function N with matrix argument fails
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: w...@arcor.de
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 3.5.4 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 69898
  -- https://bugs.freedesktop.org/attachment.cgi?id=69898action=edit
D3, G3:G7, H3:H7 and H11:H13 do not show the expected results

Function N with matrix argument does not work in Libreoffice Calc 3.5.4.2
(ubuntu 12.04). When openig the following spreadsheet with gnumeric, it works
as expected.

-- 
You are receiving this mail because:
You 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 56943] XHTML Export outputs document as a single line

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56943

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG
 CC||dtar...@redhat.com

--- Comment #2 from David Tardon dtar...@redhat.com ---
So report bugs for the other software. It is not our problem that someone is
using a crappy XML parser.

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


[Libreoffice-bugs] [Bug 56877] FILEOPEN presentation crashes

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

--- Comment #7 from Julien Nabet serval2...@yahoo.fr ---
Roman: on pc Debian x86-64 with 3.6 sources updated today I don't reproduce
this bug.
About libcdr, I don't know how to do this since make libcdr.clean  make
libcd recreates the cpp file and make libcdr seems not to take into account
the change I do.

-- 
You are receiving this mail because:
You 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 43093] FILEOPEN: [docx] MS Office documents opens with wrong alignment and directionality

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43093

Lior Kaplan kaplanl...@gmail.com changed:

   What|Removed |Added

 Blocks||43808

-- 
You are receiving this mail because:
You 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 43808] Meta bug for Most Annoying RTL related issues

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43808

Lior Kaplan kaplanl...@gmail.com changed:

   What|Removed |Added

 Depends on||43093

-- 
You are receiving this mail because:
You 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 44029] docx files with RTL paragraphs aren't compatible with Word

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44029

Lior Kaplan kaplanl...@gmail.com changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 43093] FILEOPEN: [docx] MS Office documents opens with wrong alignment and directionality

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43093

Lior Kaplan kaplanl...@gmail.com changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 49137] Right-to-Left mode doesn't work properly for certain kind of sentences

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49137

Lior Kaplan kaplanl...@gmail.com changed:

   What|Removed |Added

 CC||kaplanl...@gmail.com

--- Comment #6 from Lior Kaplan kaplanl...@gmail.com ---
I think this is by design of the bidi algorithm. You can add an LRM before the
English part to force its directionality to RTL.

-- 
You are receiving this mail because:
You 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 49137] Right-to-Left mode doesn't work properly for certain kind of sentences

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49137

Lior Kaplan kaplanl...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

-- 
You are receiving this mail because:
You 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 43808] Meta bug for Most Annoying RTL related issues

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43808

Lior Kaplan kaplanl...@gmail.com changed:

   What|Removed |Added

 Depends on||33356, 42387

-- 
You are receiving this mail because:
You 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 42387] RTL EDITING: merge cell destroys table, borders incorrect for new table

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42387

Lior Kaplan kaplanl...@gmail.com changed:

   What|Removed |Added

 Blocks||43808

-- 
You are receiving this mail because:
You 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 56980] New: EDITING: Custom shape becomes text field or disappears when editing text or color from saved file

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56980

  Priority: medium
Bug ID: 56980
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Custom shape becomes text field or disappears
when editing text or color from saved file
  Severity: major
Classification: Unclassified
OS: Linux (All)
  Reporter: wassert...@nefkom.net
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 3.7.0.0.alpha0+ Master
 Component: Drawing
   Product: LibreOffice

Steps to reproduce:

In Impress:
Draw a right arrow or a rectangle (perhaps any shape will do).
save as odp.
close.
load the file.
edit the text
stop text editing with [escape] or click onto the side of the object.
The object is turned into a text field now.

Other way:

In Impress:
Draw a right arrow or a rectangle (perhaps any shape will do).
save as odp.
close.
load the file.
change the fill color of the shape.
The shape is gone

bug was not there in 3.5.4.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 56980] EDITING: Custom shape becomes text field or disappears when editing text or color from saved file

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56980

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

   What|Removed |Added

   Severity|major   |normal
   Priority|medium  |high

-- 
You are receiving this mail because:
You 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 56982] New: Formatting: change format styles and formatting

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56982

  Priority: medium
Bug ID: 56982
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Formatting: change format styles and formatting
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: v...@xs4all.nl
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.6.3.2 release
 Component: Spreadsheet
   Product: LibreOffice

I use windows 7 64 bits LO 3.6.3.2 and Version 3.6.4.0+ (Build ID: 08ca08d)

I have the next issues:

1) when i open format-Styles and Formatting i can't with the context menu
change the present styles
2) when i open format-Styles and Formatting i can't with the context menu
delete a present style
3) when i copy a cel with a conditional formatting to a other sheet or file the
conditional formatting didn't copy. This is oke when the copy is in the same
sheet.

-- 
You are receiving this mail because:
You 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 56953] Endings of ordinals

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56953

--- Comment #2 from Antonis antonis...@windowslive.com ---
(In reply to comment #1)
 Cannot reproduce both in 3.6.3 and 3.7.

I installed LibreOffice 3.6.3 about a week ago and I had this problem. I cannot
verify it again because I went back to 3.5.7. Maybe a new subversion was
released in this week?
My operating system is Windows 7 Home Premium.

-- 
You are receiving this mail because:
You 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 56982] Formatting: change format styles and formatting

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56982

--- Comment #1 from vlb v...@xs4all.nl ---
I have se that point 3 is oke in 3.6.4.

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


[Libreoffice-bugs] [Bug 56983] New: EDITING: when i copy a cel to a other sheet LO crashed

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56983

  Priority: medium
Bug ID: 56983
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: when i copy a cel to a other sheet LO crashed
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: v...@xs4all.nl
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.6.3.2 release
 Component: Spreadsheet
   Product: LibreOffice

I use windows 7 64 bits and Version 3.6.4.0+ (Build ID: 08ca08d)

I have a private sheet, when i copy a cel to a other sheet LO crashed.
It is only with one cel and i don't know what it is.
The sheet is used for business and can make public.

-- 
You are receiving this mail because:
You 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 56982] Formatting: change format styles and formatting

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56982

vlb v...@xs4all.nl changed:

   What|Removed |Added

   Keywords||regression

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


[Libreoffice-bugs] [Bug 56984] New: change path

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56984

  Priority: medium
Bug ID: 56984
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: change path
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: frtr.cont...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.6.2.2 release
 Component: Libreoffice
   Product: LibreOffice

I cannot change the path of the directories of protection(saving) and temporary
file. I cannot register a sub-directory after my home.

-- 
You are receiving this mail because:
You 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 56985] New: EDITING: crash when clicking a shape often and holding until program wants to , , drag''

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56985

  Priority: medium
Bug ID: 56985
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: crash when clicking a shape often and holding
until program wants to ,,drag''
  Severity: minor
Classification: Unclassified
OS: All
  Reporter: wassert...@nefkom.net
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.7.0.0.alpha0+ Master
 Component: Drawing
   Product: LibreOffice

Created attachment 69902
  -- https://bugs.freedesktop.org/attachment.cgi?id=69902action=edit
gdb output of crash. including backtrace.

Steps to reproduce:

Start Impress
create a shape, select it
Double click it to get into ,,text edit''.
click it again outside the text region. It seems to be normally selected.
click the shape (outside text region, if any) and hold.
if the mouse cursor turns into drag  drop cursor (arrow with dotted
rectangle),
release mouse pointer - crash: Segmentation vault.
gdb output

at /prog/libre/core/solver/unxlngx6.pro/inc/tools/weakbase.h:66
66  void release() { mnRefCount--; if( mnRefCount == 0 ) delete this; }

This seems to be new, perhaps master-only.

backtrace included.

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 56985] EDITING: crash when clicking a shape often and holding until program wants to , , drag''

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56985

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

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)
 OS|All |Linux (All)
   Priority|medium  |high

-- 
You are receiving this mail because:
You 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 56961] FILEOPEN FILESAVE DOCX Import/export issues

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56961

Ibrahim Hammad ibrahim.ham...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 56984] change path

2012-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56984

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID
 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
I was able to modify folder in LibO 3.5.4.2 on Ubunu 12 64 bit without
problems.

NOT reproducible with LibreOffice 3.6.3.2 German UI/ German Locale [Build-ID:
58f22d5] on German WIN7 Home Premium (64bit), with this version I additionally
tested that LibO uses the Folder I defined in menu 'Tools - Options - LibO -
Paths'

NOT a valid bug report.

@frtr:
I can not generally is an indication for a user problem, not a LibO problem
;-)

You can get assistance on
http://ask.libreoffice.org/questions/
or on the public users mailing list us...@libreoffice.org, a mailing list
from http://www.documentfoundation.org/contribution/#lists or
http://wiki.documentfoundation.org/Local_Mailing_Lists

Please feel free to reopen this Bug if discussion with other users leaded to an
assessment that we have a LibO bug and a clear and comprehensible description
of the problem due to  http://wiki.documentfoundation.org/BugReport.

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