[Libreoffice-commits] .: Branch 'feature/gbuild_scp2' - icu/icuversion.mk

2012-05-20 Thread David Tardon
 icu/icuversion.mk |9 -
 1 file changed, 9 deletions(-)

New commits:
commit 14fde1c10609b2d82bd15bba22e5b8008a90252e
Author: David Tardon dtar...@redhat.com
Date:   Mon May 14 17:16:34 2012 +0200

these are only set by configure for system icu

Change-Id: Ia597b0a1a4f04494739227cbeadb506e69eaa50b

diff --git a/icu/icuversion.mk b/icu/icuversion.mk
index fbadd74..8f82d8e 100755
--- a/icu/icuversion.mk
+++ b/icu/icuversion.mk
@@ -24,15 +24,6 @@
 # for a copy of the LGPLv3 License.
 #
 #*
-# major
-.IF $(ICU_MAJOR) == 
 ICU_MAJOR=4
-.ENDIF
-# minor
-.IF $(ICU_MINOR) == 
 ICU_MINOR=4
-.ENDIF
-# micro
-.IF $(ICU_MICRO) == 
 ICU_MICRO=2
-.ENDIF
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


feature/gbuild_scp2 is ready for review

2012-05-20 Thread David Tardon
Hi all,

I have finished conversion of module scp2 to gbuild. For the
uninitiated: scp2 contains configuration for the installer (or the
biggest part of it, at least, because one configuration format is just
not enough...), i.e., it defines what dirs, files and whatnot are part
of the installation sets. I tested it with several configurations on
Linux and MinGw, but I would appreciate if people tried it with their
configurations.

http://dtardon.fedorapeople.org/libreoffice/test-conversion.sh is a
script that can be used for verification that the install scripts
created by the old and new way are equivalent (if they are, it is quite
probable they will create the same installation :-). The easiest way to
use it is

./autogen.sh possibly-some-arguments
./test-conversion.sh -b

This will do everything: check out a commit just before the conversion,
build everything up to scp2, check out head of the branch, build scp2
and compare the results.

Note that it is probable that setup_osl.ins (or .inf on Windows) scripts
will differ slightly. In that case you should use the suggested diff
line to check that the difference is only in reordering of items in a list.

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


Re: [Libreoffice-commits] .: 2 commits - configure.in README.cross

2012-05-20 Thread Tor Lillqvist
 Advance notice would be appreciated so that I can find a way to adapt
 tinderbuild2

Sure. That's why I didn't want to remove the (as such superseded)
--with-*-for-build options, but just give a gentle hint.

Anyway, the change I did was enough to improve the itch I had to
scratch at the time, I don't have any immediate plans to implement a
separate configure.lastrun.{host,build}, and/or drop the backup copy
aspect of autogen.lastrun.

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


[Bug 37361] LibreOffice 3.5 most annoying bugs

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

--- Comment #312 from Wolfram Riedel wolfram.rie...@isaco.de 2012-05-20 
04:06:49 PDT ---
Nominating bug 48039. Haven't seen working cross-references in quite a while.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: odk/source

2012-05-20 Thread David Tardon
 odk/source/unowinreg/win/makefile.mk |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit b8c046acfc235cbfb09d598b502a66922045cabc
Author: David Tardon dtar...@redhat.com
Date:   Tue May 8 07:43:31 2012 +0200

only add -manifest:no for msc--mingw's ldd chokes on it

Change-Id: I3be2e72e5d4fbe879318e0cef48bfe0852f8bbbc

diff --git a/odk/source/unowinreg/win/makefile.mk 
b/odk/source/unowinreg/win/makefile.mk
index 5ca5907..6f7ab74 100644
--- a/odk/source/unowinreg/win/makefile.mk
+++ b/odk/source/unowinreg/win/makefile.mk
@@ -79,7 +79,6 @@ $(BIN)$/unowinreg.dll : 
$(TARFILE_LOCATION)/185d60944ea767075d27247c3162b3bc-uno
 
 # --- Files 
 
-LINKFLAGS+=-MANIFEST:NO
 SLOFILES = \
 $(SLO)$/unowinreg.obj
 SHL1TARGET=$(TARGET)
@@ -93,6 +92,8 @@ SHL1STDLIBS += -lstdc++
 SHL1STDLIBS += -lgcc_eh
 .ENDIF
 SHL1STDLIBS += -lgcc -lmingw32 -lmoldname -lmsvcrt
+.ELSE
+LINKFLAGS+=-MANIFEST:NO
 .ENDIF
 
 SHL1STDLIBS +=\
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 37361] LibreOffice 3.5 most annoying bugs

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

Frédéric Buclin lpso...@netscape.net changed:

   What|Removed |Added

 Depends on||35079

--- Comment #313 from Frédéric Buclin lpso...@netscape.net 2012-05-20 
05:38:46 PDT ---
Nominating bug 35079. This is a severe regression for all of us heavily using
Draw. This regression appeared during the 3.3 developement cycle and is still
present in LibO 3.5.3. moggi told me on IRC to add it here.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: feature/gbuild_scp2 is ready for review

2012-05-20 Thread Norbert Thiebaud
1/ I'm having breakage building the first side fo things... do you
require a make clean before running your script ?

2/ your script does not seems to detect a build failure... it then
switch on the feature branch and I get

Previous HEAD position was 5875f18... make the output more predictable
Switched to a new branch 'feature/gbuild_scp2'
Branch feature/gbuild_scp2 set up to track remote branch
feature/gbuild_scp2 from origin.

*
*   Running the post download checks.
*

checking build system type... i386-apple-darwin10.8.0
checking host system type... i386-apple-darwin10.8.0
cd icu  unset MAKEFLAGS  /Volumes/TBRAM/core/solenv/bin/build.pl -P8 -- -P8


=
(1/1) Building module icu
=
Entering /Volumes/TBRAM/core/icu


Multiprocessing build is finished
Maximal number of processes run: 1
cd icu  /Volumes/TBRAM/core/solenv/bin/deliver.pl
Use of uninitialized value $field_a[0] in numeric lt () at
/Volumes/TBRAM/core/solenv/bin/deliver.pl line 849.
Use of uninitialized value $field_a[0] in numeric lt () at
/Volumes/TBRAM/core/solenv/bin/deliver.pl line 849.
Use of uninitialized value $field_a[0] in numeric lt () at
/Volumes/TBRAM/core/solenv/bin/deliver.pl line 849.
Use of uninitialized value $field_a[0] in numeric lt () at
/Volumes/TBRAM/core/solenv/bin/deliver.pl line 849.
Use of uninitialized value $field_a[0] in numeric lt () at
/Volumes/TBRAM/core/solenv/bin/deliver.pl line 849.
Module 'icu' delivered successfully. 1 files copied, 265 files unchanged
cd scp2  /opt/lo/bin/make -j 8 -rs gb_PARTIALBUILD=T
/Volumes/TBRAM/core/solver/unxmacxi.pro/inc/pyversion.mk:8: ***
missing separator.  Stop.
make: *** [scp2] Error 2
cannot find new build of scp2

I'm trying again starting with a make clean...

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


[Libreoffice-commits] .: chart2/source cui/source sdext/source soltools/support svtools/source vcl/source writerfilter/source xml2cmp/source xmloff/source

2012-05-20 Thread Julien Nabet
 chart2/source/view/charttypes/Splines.cxx  |4 ++--
 cui/source/options/optcolor.cxx|3 +--
 sdext/source/pdfimport/pdfparse/pdfentries.cxx |2 +-
 soltools/support/simstr.cxx|2 +-
 svtools/source/svhtml/parhtml.cxx  |3 +--
 vcl/source/gdi/gdimtf.cxx  |2 +-
 vcl/source/gdi/pdfwriter_impl.cxx  |2 +-
 writerfilter/source/dmapper/GraphicHelpers.cxx |1 -
 xml2cmp/source/support/sistr.cxx   |2 +-
 xmloff/source/style/fonthdl.cxx|6 +++---
 10 files changed, 12 insertions(+), 15 deletions(-)

New commits:
commit c53812a1b7c45b1b5a4a341b178c40602c7dcbf7
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sun May 20 15:25:00 2012 +0200

Some cppcheck cleaning

Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534

diff --git a/chart2/source/view/charttypes/Splines.cxx 
b/chart2/source/view/charttypes/Splines.cxx
index 6c0c877..5f29c41 100644
--- a/chart2/source/view/charttypes/Splines.cxx
+++ b/chart2/source/view/charttypes/Splines.cxx
@@ -807,7 +807,7 @@ void SplineCalculater::CalculateBSplines(
 {
 // search for first non-zero downwards
 r = c;
-while ( aMatN[r][c-aShift[r]] == 0   r  n)
+while ( r  n  aMatN[r][c-aShift[r]] == 0 )
 {
 ++r;
 }
@@ -847,7 +847,7 @@ void SplineCalculater::CalculateBSplines(
 // eliminate forward, examine row c+1 to n-1 (worst case)
 // stop if first non-zero element in row has an higher column 
as c
 // look at nShift for that, elements in nShift are equal or 
increasing
-for ( r = c+1; aShift[r]=c  r  n; ++r)
+for ( r = c+1; r  n  aShift[r]=c ; ++r)
 {
 fEliminate = aMatN[r][0];
 if (fEliminate != 0.0) // else accidentally zero, nothing 
to do
diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx
index c42ba08..25b6596 100644
--- a/cui/source/options/optcolor.cxx
+++ b/cui/source/options/optcolor.cxx
@@ -1327,8 +1327,7 @@ IMPL_LINK(ColorConfigCtrl_Impl, ScrollHdl, ScrollBar*, 
pScrollBar)
 {
 nLastVisible++;
 //skip gaps where no controls exist for the related ColorConfigEntry
-while(!aScrollWindow.aCheckBoxes[nLastVisible]  
!aScrollWindow.aColorBoxes[nLastVisible] 
-nLastVisible  nCount - 1 )
+while((nLastVisible  (nCount - 1))  
!aScrollWindow.aCheckBoxes[nLastVisible]  
!aScrollWindow.aColorBoxes[nLastVisible])
 nLastVisible++;
 if ( nLastVisible  nCount )
 {
diff --git a/sdext/source/pdfimport/pdfparse/pdfentries.cxx 
b/sdext/source/pdfimport/pdfparse/pdfentries.cxx
index 0d650c9..04d5022 100644
--- a/sdext/source/pdfimport/pdfparse/pdfentries.cxx
+++ b/sdext/source/pdfimport/pdfparse/pdfentries.cxx
@@ -180,7 +180,7 @@ OUString PDFName::getFilteredName() const
 unsigned int nLen = m_aName.getLength();
 for( unsigned int i = 0; i  nLen; i++ )
 {
-if( pStr[i] == '#'  i  nLen - 3 )
+if( (i  nLen - 3)  pStr[i] == '#' )
 {
 sal_Char rResult = 0;
 i++;
diff --git a/soltools/support/simstr.cxx b/soltools/support/simstr.cxx
index 72efdc4..d1e0f41 100644
--- a/soltools/support/simstr.cxx
+++ b/soltools/support/simstr.cxx
@@ -651,7 +651,7 @@ Simstr::is_no_text() const
   return true;
 
int i;
-   for (i = 0; sz[i] = 32  i  len; i++) ;
+   for (i = 0; i  len  sz[i] = 32 ; i++) ;
if (i  len)
 return false;
 return true;
diff --git a/svtools/source/svhtml/parhtml.cxx 
b/svtools/source/svhtml/parhtml.cxx
index 1c5b350..d1c588c 100644
--- a/svtools/source/svhtml/parhtml.cxx
+++ b/svtools/source/svhtml/parhtml.cxx
@@ -1966,8 +1966,7 @@ bool HTMLParser::IsHTMLFormat( const sal_Char* pHeader,
 
 // HTML somewhere in the first 80 characters of the document
 nStart = 
sCmp.indexOfL(RTL_CONSTASCII_STRINGPARAM(OOO_STRING_SVTOOLS_HTML_html));
-if( nStart != -1 
-nStart0  ''==sCmp[nStart-1] 
+if( nStart0  ''==sCmp[nStart-1] 
 nStart+4  sCmp.getLength()  ''==sCmp[nStart+4] )
 return true;
 
diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx
index 93be21a..da073f6 100644
--- a/vcl/source/gdi/gdimtf.cxx
+++ b/vcl/source/gdi/gdimtf.cxx
@@ -392,7 +392,6 @@ void GDIMetaFile::Play( OutputDevice* pOut, size_t nPos )
 {
 MetaAction* pAction = GetCurAction();
 const size_t nObjCount = aList.size();
-size_t  i  = 0;
 size_t  nSyncCount = ( pOut-GetOutDevType() == OUTDEV_WINDOW ) ? 
0x00ff : 0x;
 
 if( nPos  nObjCount )
@@ -409,6 +408,7 @@ void GDIMetaFile::Play( OutputDevice* pOut, size_t nPos )
 OSL_TRACE(GDIMetaFile::Play on device of size: %d x %d, 
pOut-GetOutputSizePixel().Width(), pOut-GetOutputSizePixel().Height());
 
 

Re: 5729da1 fdo#42865: privatized unique empty string symbol - change of addsym.awk breaks the build on Mac/PPC

2012-05-20 Thread Michael Stahl
On 19/05/12 14:30, Christian Lohmaier wrote:
 Hi *,
 
 The change
 http://cgit.freedesktop.org/libreoffice/core/commit/?id=5729da18a1852d842bd7de05d9d7fdcbec1e9ad5
 
 or more precise this part of it:
 diff --git a/solenv/bin/addsym.awk b/solenv/bin/addsym.awk
 index 4c18bdc..a9e64fb 100644
 --- a/solenv/bin/addsym.awk
 +++ b/solenv/bin/addsym.awk
 @@ -43,6 +43,7 @@ END {
  print GLIBCXX_3.4 {
  print global:
  print _ZGVNSt7num_put*; _ZNSt7num_put*;
 +print _ZNSs4_Rep20_S_empty_rep_storageE;
  print };
  }
  state == 2 {
 
 
 breaks the build on Mac/PPC at least in neon, bridges, remotebridges.
 Or in other words probably everywhere where a map-file is used.
 http://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTERbrief-log=1337397004.20611#14916
 http://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTERbrief-log=1337397004.20611#28529
 http://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTERbrief-log=1337397004.20611#28653
 
 just the neon one pasted here as it is the same for all:
 ld: symbols names listed in -exported_symbols_list:
 .../../../../../unxmacxp.pro/misc/exports_neon.map not in linked
 objects
 __ZNSs4_Rep20_S_empty_rep_storageE
 
 I don't know why it is necessary to have that added to addsym.awk,
 when it is already added to the individual mapfiles.

what individual map files do you mean? the ones modified in the commit?
those are used by gbuild modules, while addsym.awk is only used in the
dmake build system, so both are necessary.

 Even if it is necessary, from the issue it seems to me that (at least
 at the moment) only the mysql connector is affected, and furthermore
 only in debug mode. Mac/PPC uses probably won't use either of those,
 so I guess it is fine to just omit it for Mac/PPC and keep it for the
 other systems..

the bug is just about the first instance of this general problem that
was found: on platforms that use unxgcc.mk (which does not include MacOS
X incidentally), --enable-dbgutil defines the macro _GLIBCXX_DEBUG,
which changes the libstdc++ ABI in such a way that it newly depends on a
particular symbol being exported (unique linkage) from all libraries
that somehow include the string header.

it is unfortunate that apparently the MacOS linker chokes on
non-existing symbols in map files (iirc the Solaris ld also has that
problem), and i'm surprised that it apparently works on MacOS X Intel
(at least no tinderbox complained); could you try to experiment a bit
what could be done to make it work for you as well?  e.g. perhaps adding
a * for wildcard makes it work, or in the worst case a platform check is
necessary.

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


[Libreoffice-commits] .: 6 commits - cross_toolset/prj l10ntools/Executable_idxdict.mk l10ntools/Module_l10ntools.mk l10ntools/source Makefile.top Module_tail_build.mk Repository.mk solenv/CustomTarge

2012-05-20 Thread David Tardon
 Makefile.top|4 -
 Module_tail_build.mk|3 
 Repository.mk   |1 
 cross_toolset/prj/build.lst |2 
 l10ntools/Executable_idxdict.mk |   34 ++
 l10ntools/Module_l10ntools.mk   |1 
 l10ntools/source/idxdict/idxdict.cxx|  104 
 solenv/CustomTarget_gdb.mk  |   40 
 solenv/CustomTarget_versionlist.mk  |   45 +
 solenv/Makefile |7 ++
 solenv/Module_solenv.mk |   42 
 solenv/Package_gdb.mk   |   40 
 solenv/Package_inc.mk   |   32 +
 solenv/gbuild/Package.mk|   26 
 solenv/gdb/makefile.mk  |   40 
 solenv/makefile.mk  |   42 
 solenv/prj/build.lst|2 
 solenv/prj/d.lst|5 -
 tail_build/prj/build.lst|2 
 vcl/Library_vclplug_gen.mk  |6 +
 x11_extensions/Makefile |7 ++
 x11_extensions/Module_x11_extensions.mk |   34 ++
 x11_extensions/Package_inc.mk   |   39 
 x11_extensions/prj/d.lst|5 -
 24 files changed, 465 insertions(+), 98 deletions(-)

New commits:
commit c0a4b0967bb7fffd1d8489fe8b04942b2f061a8c
Author: David Tardon dtar...@redhat.com
Date:   Sun May 20 16:25:00 2012 +0200

we do not need to depend on dictionaries anymore

Change-Id: I78e0772723ca3bc6c2fef42d6af66e17117cac0b

diff --git a/cross_toolset/prj/build.lst b/cross_toolset/prj/build.lst
index 464000d..e1c1510 100644
--- a/cross_toolset/prj/build.lst
+++ b/cross_toolset/prj/build.lst
@@ -1 +1 @@
-crscross_toolset   ::  autodoc cross_tail_build setup_native icc shell 
DICTIONARIES:dictionaries NULL
+crscross_toolset   ::  autodoc cross_tail_build setup_native icc shell 
NULL
commit 217b573354479c1c42f840d1a011bc434bb2c498
Author: David Tardon dtar...@redhat.com
Date:   Sun May 20 16:19:26 2012 +0200

move idxdict out of dictionaries

So dictionaries is again a nice data-only module and we do not need to
build it in build phase of cross-compilation. It really does not make
sense to build a gazillion of extensions just because we will need one
tiny tool later...

Change-Id: I23f01b818afba1bc8cc88ef3e8305ecfb7a193c0

diff --git a/Repository.mk b/Repository.mk
index 44b4f17..535b0e1 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -40,6 +40,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \
 genindex_data \
 gsicheck \
 helpex \
+idxdict \
 localize \
 mkunroll \
 osl_process_child \
diff --git a/l10ntools/Executable_idxdict.mk b/l10ntools/Executable_idxdict.mk
new file mode 100644
index 000..2521b93
--- /dev/null
+++ b/l10ntools/Executable_idxdict.mk
@@ -0,0 +1,34 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the License); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an AS IS basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon dtar...@redhat.com
+#  (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the GPLv3+), or
+# the GNU Lesser General Public License Version 3 or later (the LGPLv3+),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Executable_Executable,idxdict))
+
+$(eval $(call gb_Executable_add_exception_objects,idxdict,\
+   l10ntools/source/idxdict/idxdict \
+))
+
+# vim: set shiftwidth=4 tabstop=4 noexpandtab:
diff --git a/l10ntools/Module_l10ntools.mk b/l10ntools/Module_l10ntools.mk
index 35327a9..c149db0 100644
--- a/l10ntools/Module_l10ntools.mk
+++ b/l10ntools/Module_l10ntools.mk
@@ -28,6 +28,7 @@ $(eval $(call gb_Module_Module,l10ntools))
 
 $(eval $(call gb_Module_add_targets,l10ntools,\
 Executable_helpex \
+Executable_idxdict \
 Executable_ulfex \
 Executable_gsicheck \
 Executable_cfgex \
diff --git a/l10ntools/source/idxdict/idxdict.cxx 
b/l10ntools/source/idxdict/idxdict.cxx
new file mode 100644
index 000..9b0cbc2
--- /dev/null
+++ b/l10ntools/source/idxdict/idxdict.cxx
@@ -0,0 

Re: feature/gbuild_scp2 is ready for review

2012-05-20 Thread Norbert Thiebaud
so, building after a make clean yield:
[]
Multiprocessing build is finished
Maximal number of processes run: 8
Previous HEAD position was 5875f18... make the output more predictable
Switched to branch 'feature/gbuild_scp2'

*
*   Running the post download checks.
*

checking build system type... i386-apple-darwin10.8.0
checking host system type... i386-apple-darwin10.8.0
cd icu  unset MAKEFLAGS  /Volumes/TBRAM/core/solenv/bin/build.pl -P8 -- -P8


=
(1/1) Building module icu
=
Entering /Volumes/TBRAM/core/icu


Multiprocessing build is finished
Maximal number of processes run: 1
cd icu  /Volumes/TBRAM/core/solenv/bin/deliver.pl
Module 'icu' delivered successfully. 1 files copied, 260 files unchanged
cd scp2  /opt/lo/bin/make -j 8 -rs gb_PARTIALBUILD=T
/Volumes/TBRAM/core/solver/unxmacxi.pro/inc/pyversion.mk:8: ***
missing separator.  Stop.
make: *** [scp2] Error 2
cannot find new build of scp2


Note: pyversion.mk looks like
cat solver/unxmacxi.pro/inc/pyversion.mk
# when you want to change the python version, you must update the d.lst
# in the python project accordingly !!!
PYMAJOR=2
PYMINOR=6
PYMICRO=1
PYVERSION=$(PYMAJOR).$(PYMINOR).$(PYMICRO)

.IF $(GUI) == UNX
.IF $(OS) == MACOSX
PY_FULL_DLL_NAME=libpython$(PYMAJOR).$(PYMINOR).a
PYTHONLIB=-F$(SOLARLIBDIR) -framework OOoPython
CFLAGS+=-I$(SOLARLIBDIR)/OOoPython.framework/Versions/$(PYMAJOR).$(PYMINOR)/include/python$(PYMAJOR).$(PYMINOR)
.ELSE
PY_FULL_DLL_NAME=libpython$(PYMAJOR).$(PYMINOR).so.1.0
PYTHONLIB=-lpython$(PYMAJOR).$(PYMINOR)
.ENDIF
.ELSE
.IF $(COM) == GCC
PY_FULL_DLL_NAME=libpython$(PYMAJOR).$(PYMINOR).dll
PYTHONLIB=-lpython$(PYMAJOR).$(PYMINOR)
.ELSE
PY_FULL_DLL_NAME=python$(PYMAJOR)$(PYMINOR).dll
PYTHONLIB=python$(PYMAJOR)$(PYMINOR).lib
.ENDIF
.ENDIF

which is very much dmake like

yet it is used in InstallModule_python.mk

ifeq ($(DISABLE_PYTHON),TRUE)
$(eval $(call gb_InstallModule_add_defs,scp2/python,\
-DDISABLE_PYUNO \
))
else ifeq ($(SYSTEM_PYTHON),YES)
$(eval $(call gb_InstallModule_add_defs,scp2/python,\
-DSYSTEM_PYTHON \
))
else
include $(OUTDIR)/inc/pyversion.mk
^ that cannot work with a dmake makefile, especially with
conditional in it !

$(eval $(call gb_InstallModule_add_defs,scp2/python,\
-DPYVERSION=$(PYVERSION) \
-DPYMAJMIN=$(PYMAJOR).$(PYMINOR) \
-DPY_FULL_DLL_NAME=$(PY_FULL_DLL_NAME) \
))
endif


The attached patch solved that problem for me.
(with a modification of your script to re-build + deliver python when needed)

after that I get
[ build SPP ] scp2/source/ooo/ooo_brand
cpp: macro:1 /Volumes/TBRAM/core/scp2/source/ooo/file_library_ooo.scp:707
Bad token ..## produced by ##
cpp: macro:1 /Volumes/TBRAM/core/scp2/source/ooo/file_library_ooo.scp:707
## occurs at border of replacement
cpp: /Volumes/TBRAM/core/scp2/source/ooo/file_library_ooo.scp:707 Bad
token ..) produced by ##
cpp: macro:1 /Volumes/TBRAM/core/scp2/source/ooo/file_library_ooo.scp:718
Bad token ..## produced by ##
cpp: macro:1 /Volumes/TBRAM/core/scp2/source/ooo/file_library_ooo.scp:718
## occurs at border of replacement
cpp: /Volumes/TBRAM/core/scp2/source/ooo/file_library_ooo.scp:718 Bad
token ..) produced by ##
cpp: macro:1 /Volumes/TBRAM/core/scp2/source/ooo/file_library_ooo.scp:729
Bad token ..## produced by ##
cpp: macro:1 /Volumes/TBRAM/core/scp2/source/ooo/file_library_ooo.scp:729
## occurs at border of replacement
cpp: /Volumes/TBRAM/core/scp2/source/ooo/file_library_ooo.scp:729 Bad
token ..) produced by ##
cpp: macro:1 /Volumes/TBRAM/core/scp2/source/ooo/file_library_ooo.scp:740
Bad token ..## produced by ##
cpp: macro:1 /Volumes/TBRAM/core/scp2/source/ooo/file_library_ooo.scp:740
## occurs at border of replacement
cpp: /Volumes/TBRAM/core/scp2/source/ooo/file_library_ooo.scp:740 Bad
token ..) produced by ##
make[1]: *** 
[/Volumes/TBRAM/core/workdir/unxmacxi.pro/ScpPreprocessTarget/scp2/source/ooo/file_library_ooo.pre]
Error 1
make[1]: *** Deleting file
`/Volumes/TBRAM/core/workdir/unxmacxi.pro/ScpPreprocessTarget/scp2/source/ooo/file_library_ooo.pre'
make[1]: *** Waiting for unfinished jobs
make: *** [scp2] Error 2
cannot find new build of scp2

I got past that one with
diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index 81653a0..79bb780 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -177,7 +177,7 @@ $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
 ))
 endif

-ifneq ($(SYSTEM_LIBXSLT),YES)
+ifneq ($(SYSTEM_ICU),YES)
 include $(OUTDIR)/inc/icuversion.mk
 endif


Then I get:

[ build IMO ] scp2/ooo

WARNING: multiple assignments of gids:

GID: gid_Brand_Dir_Program Assignments: 2
[ build MOD ] scp2
[ build ALL ] top level modules: scp2
[ build ALL ] loaded modules: scp2


These 

Re: feature/gbuild_scp2 is ready for review

2012-05-20 Thread Norbert Thiebaud
BTW to get the thing moving forward as described above I needed:

--- test-conversion.sh.orig 2012-05-20 09:07:36.0 -0500
+++ test-conversion.sh  2012-05-20 09:20:28.0 -0500
@@ -111,12 +111,19 @@

 do_build() {
 local system_icu=$(get_make_var SYSTEM_ICU)
+local system_python=$(get_make_var SYSTEM_PYTHON)
 git checkout 5875f18b71c6734145aca9c3210b7de444966a29
 make scp2.all
 git checkout feature/gbuild_scp2
 if [[ ${system_icu} != YES ]]; then
+make icu.clean
 make icu icu.deliver
 fi
+if [[ ${system_python} = NO ]]; then
+make python.clean
+make python
+make python.deliver
+fi
 make scp2
 }
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: 5729da1 fdo#42865: privatized unique empty string symbol - change of addsym.awk breaks the build on Mac/PPC

2012-05-20 Thread Christian Lohmaier
Hi Michael, *,

On Sun, May 20, 2012 at 4:12 PM, Michael Stahl mst...@redhat.com wrote:
 On 19/05/12 14:30, Christian Lohmaier wrote:

 [...]

Thanks for the explanations.

 [...] could you try to experiment a bit
 what could be done to make it work for you as well?  e.g. perhaps adding
 a * for wildcard makes it work,

Yes, that works.

print _ZNSs4_Rep20_S_empty_rep_storageE*;

doesn't break the build.

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


Re: [PATCH-3-5] fdo#35270 - kill first-use grammar checker freeze ...

2012-05-20 Thread Daniel Naber
On Montag, 14. Mai 2012, Michael Meeks wrote:

Hi Michael,

 I'd like to get this into -3-5 - it isn't a beautiful or ideal
 solution, but it is simple, reasonably foolproof and appears to work
 too ;-)

now that this is fixed I searched the archives for the reason LanguageTool 
is not enabled by default. The slowness you talk about in [1] does not 
sound like general Java overhead, it sounds like exactly the issue that has 
just been fixed. Were there other reasons LanguageTool is disabled by 
default? Should this decision maybe re-evaluated now?

Regards
 Daniel

[1] http://lists.freedesktop.org/archives/libreoffice/2011-
September/018639.html

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


[Libreoffice-commits] .: Branch 'feature/gbuild_scp2' - 3 commits - python/makefile.mk python/prj python/pyversion.Makefile scp2/InstallModule_binfilter.mk scp2/InstallModule_ooo.mk scp2/InstallModule

2012-05-20 Thread David Tardon
 python/makefile.mk  |7 ++-
 python/prj/d.lst|1 +
 python/pyversion.Makefile   |   25 +
 scp2/InstallModule_binfilter.mk |4 +---
 scp2/InstallModule_ooo.mk   |2 +-
 scp2/InstallModule_python.mk|2 +-
 6 files changed, 35 insertions(+), 6 deletions(-)

New commits:
commit a8fd7137e2ef671fbd3ebc613760cbe49d13a6c6
Author: David Tardon dtar...@redhat.com
Date:   Sun May 20 18:40:45 2012 +0200

temporarily build registryitem_binfiler on all platforms

The old build system did this, probably by a mistake, so this is to make
testing easier.

Change-Id: I31e42c6b3b0ed76163c6aa51e57db1534367e3db

diff --git a/scp2/InstallModule_binfilter.mk b/scp2/InstallModule_binfilter.mk
index 432ab46..a151ba5 100644
--- a/scp2/InstallModule_binfilter.mk
+++ b/scp2/InstallModule_binfilter.mk
@@ -38,9 +38,7 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/binfilter,\
 
 $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/binfilter,\
 scp2/source/binfilter/module_binfilter \
-   $(if $(filter WNT,$(GUI)),\
-   scp2/source/binfilter/registryitem_binfilter \
-   ) \
+   scp2/source/binfilter/registryitem_binfilter \
 ))
 
 # vim: set shiftwidth=4 tabstop=4 noexpandtab:
commit 87f63318d858aaa81836a8406d23a77442973c0f
Author: David Tardon dtar...@redhat.com
Date:   Sun May 20 17:50:22 2012 +0200

fix copy-and-paste bug

Change-Id: I236165572652d7740d637ac19994aca549f501bb

diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index 81653a0..79bb780 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -177,7 +177,7 @@ $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
 ))
 endif
 
-ifneq ($(SYSTEM_LIBXSLT),YES)
+ifneq ($(SYSTEM_ICU),YES)
 include $(OUTDIR)/inc/icuversion.mk
 endif
 
commit 6c41369f091dda0f7dea41faad0ca5e10f5e0c10
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Sun May 20 09:11:40 2012 -0500

provide a gnu-make compatible include for pyversion

Change-Id: I I7d0de9bc04c26e71c6bd915a659a15c3e1f712d2

diff --git a/python/makefile.mk b/python/makefile.mk
index 5043b28..42264b1 100644
--- a/python/makefile.mk
+++ b/python/makefile.mk
@@ -171,6 +171,7 @@ BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe 
pcbuild.sln $(CONF)|$(ARCH)
 .ENDIF
 
 PYVERSIONFILE=$(MISC)$/pyversion.mk
+PYVERSIONGFILE=$(MISC)$/pyversion.Makefile
 
 # --- Targets --
 
@@ -206,7 +207,7 @@ $(PYCONFIG) : 
$(MISC)$/build$/$(TARFILE_NAME)$/PC$/pyconfig.h
 .ENDIF
 .ENDIF
 
-ALLTAR : $(PYVERSIONFILE)
+ALLTAR : $(PYVERSIONFILE) $(PYVERSIONGFILE)
 .ENDIF  # $(L10N_framework)==
 
 # rule to allow relocating the whole framework, removing reference to 
buildinstallation directory
@@ -251,4 +252,8 @@ $(PYVERSIONFILE) : pyversion.mk 
$(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE)
@-rm -f $@
$(COMMAND_ECHO)$(COPY) pyversion.mk $@
 
+$(PYVERSIONGFILE) : pyversion.Makefile $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE)
+   @-rm -f $@
+   $(COMMAND_ECHO)$(COPY) pyversion.Makefile $@
+
 .ENDIF # DISABLE_PYTHON != TRUE
diff --git a/python/prj/d.lst b/python/prj/d.lst
index 4fb4405..0c936ab 100644
--- a/python/prj/d.lst
+++ b/python/prj/d.lst
@@ -8,6 +8,7 @@ mkdir: 
%_DEST%\lib\OOoPython.framework\Versions\2.6\include\python2.6
 # MACOSX - end
 
 ..\%__SRC%\misc\pyversion.mk %_DEST%\inc\pyversion.mk
+..\%__SRC%\misc\pyversion.Makefile %_DEST%\inc\pyversion.Makefile
 
 mkdir: %_DEST%\lib\python
 mkdir: %_DEST%\lib\python\lib-old
diff --git a/python/pyversion.Makefile b/python/pyversion.Makefile
new file mode 100644
index 000..4b4be9c
--- /dev/null
+++ b/python/pyversion.Makefile
@@ -0,0 +1,25 @@
+# when you want to change the python version, you must update the d.lst
+# in the python project accordingly !!!
+PYMAJOR:=2
+PYMINOR:=6
+PYMICRO:=1
+PYVERSION:=$(PYMAJOR).$(PYMINOR).$(PYMICRO)
+
+ifeq ($(GUI),UNX)
+ifeq ($(OS),MACOSX)
+PY_FULL_DLL_NAME:=libpython$(PYMAJOR).$(PYMINOR).a
+PYTHONLIB=-F$(SOLARLIBDIR) -framework OOoPython
+CFLAGS+=-I$(SOLARLIBDIR)/OOoPython.framework/Versions/$(PYMAJOR).$(PYMINOR)/include/python$(PYMAJOR).$(PYMINOR)
+else
+PY_FULL_DLL_NAME:=libpython$(PYMAJOR).$(PYMINOR).so.1.0
+PYTHONLIB:=-lpython$(PYMAJOR).$(PYMINOR)
+endif
+else
+ifeq ($(COM),GCC)
+PY_FULL_DLL_NAME:=libpython$(PYMAJOR).$(PYMINOR).dll
+PYTHONLIB:=-lpython$(PYMAJOR).$(PYMINOR)
+else
+PY_FULL_DLL_NAME:=python$(PYMAJOR)$(PYMINOR).dll
+PYTHONLIB:=python$(PYMAJOR)$(PYMINOR).lib
+endif
+endif
diff --git a/scp2/InstallModule_python.mk b/scp2/InstallModule_python.mk
index 774775d..53d0891 100644
--- a/scp2/InstallModule_python.mk
+++ b/scp2/InstallModule_python.mk
@@ -41,7 +41,7 @@ $(eval $(call gb_InstallModule_add_defs,scp2/python,\
-DSYSTEM_PYTHON \
 ))
 else
-include $(OUTDIR)/inc/pyversion.mk
+include $(OUTDIR)/inc/pyversion.Makefile
 
 $(eval $(call gb_InstallModule_add_defs,scp2/python,\
   

[Libreoffice-commits] .: instsetoo_native/inc_ooohelppack instsetoo_native/inc_openoffice instsetoo_native/inc_sdkoo instsetoo_native/inc_ure

2012-05-20 Thread Andras Timar
 instsetoo_native/inc_ooohelppack/windows/msi_templates/ControlC.idt |2 --
 instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt  |2 --
 instsetoo_native/inc_sdkoo/windows/msi_templates/ControlC.idt   |2 --
 instsetoo_native/inc_ure/windows/msi_templates/ControlC.idt |2 --
 4 files changed, 8 deletions(-)

New commits:
commit e1b9c7e45f1f65162336cbb938c4006f9302818a
Author: Andras Timar ati...@suse.com
Date:   Sun May 20 19:37:02 2012 +0200

remove Win9x specific conditions

Change-Id: I81e8619f1c1dd2d2691ddcb6db6daf951cf87a70

diff --git 
a/instsetoo_native/inc_ooohelppack/windows/msi_templates/ControlC.idt 
b/instsetoo_native/inc_ooohelppack/windows/msi_templates/ControlC.idt
index 4063ebb..3570201 100644
--- a/instsetoo_native/inc_ooohelppack/windows/msi_templates/ControlC.idt
+++ b/instsetoo_native/inc_ooohelppack/windows/msi_templates/ControlC.idt
@@ -3,10 +3,8 @@ s72s50 s50 s255
 ControlCondition   Dialog_ Control_Action  Condition
 CustomerInformationDlgRadioGroupText   HideNOT Privileged
 CustomerInformationDlgRadioGroupText   HideProductState  0
-CustomerInformationDlgRadioGroupText   HideVersion9X
 CustomerInformationRadioGroup  HideNOT Privileged
 CustomerInformationRadioGroup  HideProductState  0
-CustomerInformationRadioGroup  HideVersion9X
 CustomSetupChangeFolderHideInstalled
 CustomSetupDetails HideInstalled
 CustomSetupInstallLabelHideInstalled
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt 
b/instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt
index ca5ca8a..604fc84 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt
+++ b/instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt
@@ -3,10 +3,8 @@ s72s50 s50 s255
 ControlCondition   Dialog_ Control_Action  Condition
 CustomerInformationDlgRadioGroupText   HideNOT Privileged
 CustomerInformationDlgRadioGroupText   HideProductState  0
-CustomerInformationDlgRadioGroupText   HideVersion9X
 CustomerInformationRadioGroup  HideNOT Privileged
 CustomerInformationRadioGroup  HideProductState  0
-CustomerInformationRadioGroup  HideVersion9X
 CustomSetupChangeFolderHideInstalled
 CustomSetupDetails HideInstalled
 CustomSetupInstallLabelHideInstalled
diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlC.idt 
b/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlC.idt
index 9e3faef..b3ab0fe 100644
--- a/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlC.idt
+++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlC.idt
@@ -3,10 +3,8 @@ s72s50 s50 s255
 ControlCondition   Dialog_ Control_Action  Condition
 CustomerInformationDlgRadioGroupText   HideNOT Privileged
 CustomerInformationDlgRadioGroupText   HideProductState  0
-CustomerInformationDlgRadioGroupText   HideVersion9X
 CustomerInformationRadioGroup  HideNOT Privileged
 CustomerInformationRadioGroup  HideProductState  0
-CustomerInformationRadioGroup  HideVersion9X
 CustomSetupChangeFolderHideInstalled
 CustomSetupDetails HideInstalled
 CustomSetupInstallLabelHideInstalled
diff --git a/instsetoo_native/inc_ure/windows/msi_templates/ControlC.idt 
b/instsetoo_native/inc_ure/windows/msi_templates/ControlC.idt
index 9e3faef..b3ab0fe 100644
--- a/instsetoo_native/inc_ure/windows/msi_templates/ControlC.idt
+++ b/instsetoo_native/inc_ure/windows/msi_templates/ControlC.idt
@@ -3,10 +3,8 @@ s72s50 s50 s255
 ControlCondition   Dialog_ Control_Action  Condition
 CustomerInformationDlgRadioGroupText   HideNOT Privileged
 CustomerInformationDlgRadioGroupText   HideProductState  0
-CustomerInformationDlgRadioGroupText   HideVersion9X
 CustomerInformationRadioGroup  HideNOT Privileged
 CustomerInformationRadioGroup  HideProductState  0
-CustomerInformationRadioGroup  HideVersion9X
 CustomSetupChangeFolderHideInstalled
 CustomSetupDetails HideInstalled
 CustomSetupInstallLabelHideInstalled
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: solenv/prj

2012-05-20 Thread David Tardon
 solenv/prj/build.lst |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0617174992d1d05fe829f3743971a4bae2c65fe1
Author: David Tardon dtar...@redhat.com
Date:   Sun May 20 20:45:09 2012 +0200

fix build with build.pl

Change-Id: I29310b2c53258201609983b0a2c7292ced0614f9

diff --git a/solenv/prj/build.lst b/solenv/prj/build.lst
index 91d08d9..7c58b49 100644
--- a/solenv/prj/build.lst
+++ b/solenv/prj/build.lst
@@ -1,2 +1,2 @@
 sn  solenv : NULL
-sn solenv  
usr1-   all sn_mkout NULL
+sn solenv\prj  nmake   -   all sn_prj NULL
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 2 commits - oox/source sc/Library_scfilt.mk sc/source

2012-05-20 Thread Markus Mohrhard
 oox/source/core/xmlfilterbase.cxx  |6 
 oox/source/token/namespaces.hxx.tail   |1 
 oox/source/token/namespaces.txt|6 
 oox/source/token/tokens.txt|3 
 sc/Library_scfilt.mk   |1 
 sc/source/filter/inc/condformatbuffer.hxx  |2 
 sc/source/filter/inc/extlstcontext.hxx |  105 ++
 sc/source/filter/inc/worksheethelper.hxx   |3 
 sc/source/filter/oox/condformatcontext.cxx |3 
 sc/source/filter/oox/extlstcontext.cxx |  208 +
 sc/source/filter/oox/worksheetfragment.cxx |2 
 sc/source/filter/oox/worksheethelper.cxx   |9 +
 12 files changed, 347 insertions(+), 2 deletions(-)

New commits:
commit 4f8af4aeacb34e3a99f49aeec66c3ada07d8a027
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun May 20 20:54:00 2012 +0200

correctly import data bar information from Excel2010

Change-Id: I7545dfd849f2cc9924a6bb7f6d1ca9d97c3cf079

diff --git a/oox/source/token/tokens.txt b/oox/source/token/tokens.txt
index cec24b5..4c84cb0 100644
--- a/oox/source/token/tokens.txt
+++ b/oox/source/token/tokens.txt
@@ -714,6 +714,7 @@ axPos
 axis
 axisCol
 axisPage
+axisPosition
 axisRow
 axisValues
 azure
@@ -1296,6 +1297,7 @@ condense
 conditionalFormat
 conditionalFormats
 conditionalFormatting
+conditionalFormattings
 cone
 coneToMax
 confetti
@@ -3420,6 +3422,7 @@ nd
 ndxf
 neCell
 negativeInteger
+negativeFillColor
 neq
 never
 new
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk
index e5a4b2c..3d81d71 100644
--- a/sc/Library_scfilt.mk
+++ b/sc/Library_scfilt.mk
@@ -183,6 +183,7 @@ $(eval $(call gb_Library_add_exception_objects,scfilt,\
 sc/source/filter/oox/excelvbaproject \
 sc/source/filter/oox/externallinkbuffer \
 sc/source/filter/oox/externallinkfragment \
+   sc/source/filter/oox/extlstcontext \
 sc/source/filter/oox/formulabase \
 sc/source/filter/oox/formulaparser \
 sc/source/filter/oox/numberformatsbuffer \
diff --git a/sc/source/filter/inc/condformatbuffer.hxx 
b/sc/source/filter/inc/condformatbuffer.hxx
index de2c906..09b9a83 100644
--- a/sc/source/filter/inc/condformatbuffer.hxx
+++ b/sc/source/filter/inc/condformatbuffer.hxx
@@ -123,6 +123,8 @@ public:
 
 void SetData( ScDataBarFormat* pFormat, ScDocument* pDoc, const ScAddress 
rAddr );
 
+ScDataBarFormatData* getDataBarFormatData() { return mpFormat; }
+
 private:
 const CondFormat mrCondFormat;
 ScDataBarFormatData* mpFormat;
diff --git a/sc/source/filter/inc/extlstcontext.hxx 
b/sc/source/filter/inc/extlstcontext.hxx
new file mode 100644
index 000..2ed742d
--- /dev/null
+++ b/sc/source/filter/inc/extlstcontext.hxx
@@ -0,0 +1,105 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * Version: MPL 1.1 / GPLv3+ / LGPLv3+
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the License); you may not use this file except in compliance with
+ * the License or as specified alternatively below. You may obtain a copy of
+ * the License at http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an AS IS basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * Major Contributor(s):
+ * Copyright (C) 2012 Markus Mohrhard markus.mohrh...@googlemail.com 
(initial developer)
+ *
+ * All Rights Reserved.
+ *
+ * For minor contributions see the git repository.
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 3 or later (the GPLv3+), or
+ * the GNU Lesser General Public License Version 3 or later (the LGPLv3+),
+ * in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+ * instead of those above.
+ */
+
+#include excelhandlers.hxx
+#include worksheetfragment.hxx
+
+namespace oox {
+namespace xls {
+
+class ExtCfRuleContext : public WorksheetContextBase
+{
+public:
+explicit ExtCfRuleContext( WorksheetContextBase rFragment, void* pDataBar 
);
+
+virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 
nElement, const AttributeList rAttribs );
+virtual voidonStartElement( const AttributeList rAttribs );
+
+private:
+void importDataBar( const AttributeList rAttribs );
+void importNegativeFillColor( const AttributeList rAttribs );
+void* mpTarget;
+
+};
+
+/**
+ * Handle ExtLst entries in xlsx. These entries are a way to extend the 
standard
+ * without actually changing it
+ *
+ * Needed right now for data bars
+ *
+ * ExtLstLocalContext is for the entry in the datastructure that needs to be 
extended
+ */
+class ExtLstLocalContext : public WorksheetContextBase
+{
+public:
+explicit ExtLstLocalContext( WorksheetContextBase rFragment, void* 
pTarget ); // until now a 

Re: feature/gbuild_scp2 is ready for review

2012-05-20 Thread Norbert Thiebaud
ok, after some back and forth the result, on Mac, is:

--- /Volumes/TBRAM/core/scp2/unxmacxi.pro/bin/osl/setup_osl.ins 2012-05-20
14:03:04.0 -0500
+++ /Volumes/TBRAM/core/workdir/unxmacxi.pro/InstallScriptTarget/setup_osl.ins  
2012-05-20
14:05:04.0 -0500
@@ -19955,70 +19955,70 @@
Description (zh-TW) = %PRODUCTNAME %PRODUCTVERSION;
Description (zu) = %PRODUCTNAME %PRODUCTVERSION;
Dirs = 
(gid_Dir_Share_Template_Wizard_Letter,gid_Dir_Download,gid_Dir_User_Template,gid_Dir_Samples_Databases_Dateien,
-   
gid_Brand_Dir_Share_Extensions_Dict_Te,gid_Dir_Bookmark_Internet,gid_Dir_Share_Icons,
+   
gid_Dir_Bookmark_Internet,gid_Brand_Dir_Share_Extensions_Dict_Te,gid_Dir_Share_Icons,

gid_Dir_Bundle_Contents_Library_Spotlight_Bundle,gid_Dir_User_Uno_Packages_Cache,
-   
gid_Dir_Fonts,gid_Brand_Dir_Share_Extensions_Dict_Pl,gid_Brand_Dir_Share_Extensions_Dict_Zu,
-   
gid_Dir_Template_Common_Educate,gid_Dir_Gallery_Wwwgraf,gid_Dir_Basic_Template,gid_Brand_Dir_Share_Extensions_MediaWiki,
-   
gid_Dir_Gallery_Surface,gid_Dir_User_Psprint_Driver,gid_Brand_Dir_Share_Extensions_Dict_Ca,
-   
gid_Dir_Template_Wizard_Fax,gid_Dir_Share_Config_Sofficecfg_Dbquery_Menubar,gid_Dir_Basic_Scriptbindinglib,
-   
gid_Dir_Share_Config_Sofficecfg_Sdraw_Menubar,gid_Dir_Share_Xslt_Import_Wordml,gid_Dir_Fonts_Truetype,
-   
gid_Dir_User_Config_Sofficecfg_Bitmaps,gid_Dir_Share_Config_Sofficecfg_Dbtable,gid_Dir_Gallery_Finances,
-   
gid_Dir_Gallery_Sounds,gid_Dir_Share_Dtd,gid_Dir_Template_Language,gid_Dir_Share_Xslt_Import_Spreadsheetml,
-   
gid_Brand_Dir_Share_Extensions_Presenter_Screen,gid_Dir_Store_Trash,gid_Dir_User_Xslt,
-   
gid_Brand_Dir_Share_Extensions_Dict_Si,gid_Brand_Dir_Share_Extensions_Dict_Et,gid_Dir_Template_Internal,
-   
gid_Dir_Share_Xslt_Export_Wordml,gid_Brand_Dir_Share_Extensions_Dict_Af,gid_Dir_Basic_Formwiz,
-   
gid_Dir_Samples_Presentations,gid_Dir_Basic_Standard,gid_Dir_Samples_Texts,gid_Dir_Gallery_Emoticons,
-   
gid_Brand_Dir_Share_Extensions_Dict_En,gid_Dir_Share_Autocorr,gid_Dir_Database,gid_Dir_Backup,
-   
gid_Dir_Gallery_Computer,gid_Dir_Fonts_Truetypeserver,gid_Dir_Share_Config_Sofficecfg_Startmodule,
-   
gid_Dir_User_Cache,gid_Dir_Share_Fingerprint,gid_Dir_Template_Forms,gid_Dir_Share_Config_Sofficecfg_Dbbrowser_Menubar,
-   
gid_Dir_Template_Common_Offimisc,gid_Brand_Dir_Share_Extensions_Report_Builder,gid_Dir_Bookmark_Info,
-   
gid_Dir_Gallery,gid_Brand_Dir_Share_Extensions_Dict_An,gid_Dir_Template_Labels,gid_Dir_Share_Xslt_Docbook,
+   
gid_Dir_Fonts,gid_Brand_Dir_Share_Extensions_Dict_Pl,gid_Dir_Template_Common_Educate,
+   
gid_Brand_Dir_Share_Extensions_Dict_Zu,gid_Dir_Gallery_Wwwgraf,gid_Dir_Basic_Template,
+   
gid_Brand_Dir_Share_Extensions_MediaWiki,gid_Dir_Gallery_Surface,gid_Dir_User_Psprint_Driver,
+   
gid_Brand_Dir_Share_Extensions_Dict_Ca,gid_Dir_Template_Wizard_Fax,gid_Dir_Share_Config_Sofficecfg_Dbquery_Menubar,
+   
gid_Dir_Basic_Scriptbindinglib,gid_Dir_Share_Config_Sofficecfg_Sdraw_Menubar,gid_Dir_Share_Xslt_Import_Wordml,
+   
gid_Dir_Fonts_Truetype,gid_Dir_User_Config_Sofficecfg_Bitmaps,gid_Dir_Share_Config_Sofficecfg_Dbtable,
+   
gid_Dir_Gallery_Finances,gid_Dir_Gallery_Sounds,gid_Dir_Share_Dtd,gid_Dir_Template_Language,
+   
gid_Dir_Share_Xslt_Import_Spreadsheetml,gid_Brand_Dir_Share_Extensions_Presenter_Screen,
+   
gid_Dir_Store_Trash,gid_Dir_User_Xslt,gid_Brand_Dir_Share_Extensions_Dict_Si,gid_Brand_Dir_Share_Extensions_Dict_Et,
+   
gid_Dir_Template_Internal,gid_Dir_Share_Xslt_Export_Wordml,gid_Dir_Basic_Formwiz,
+   
gid_Brand_Dir_Share_Extensions_Dict_Af,gid_Dir_Samples_Presentations,gid_Dir_Basic_Standard,
+   
gid_Dir_Samples_Texts,gid_Dir_Gallery_Emoticons,gid_Brand_Dir_Share_Extensions_Dict_En,
+   
gid_Dir_Share_Autocorr,gid_Dir_Database,gid_Dir_Backup,gid_Dir_Gallery_Computer,gid_Dir_Fonts_Truetypeserver,
+   
gid_Dir_Share_Config_Sofficecfg_Startmodule,gid_Dir_User_Cache,gid_Dir_Share_Fingerprint,
+   

Re: 3.5.3rc1 win32 / debug package ...

2012-05-20 Thread bfo . bugmail
On Thu, 2012-05-10 at 12:13 +0200, Jesús Corrius wrote:
 In any case, the right way to do it would be to automatically generate
 all PDBs for each released version, for example in: solver\wntmsci.pro\pdb.
 Then we put those generated PDBs online at symbols.libreoffice.org.
 I think first we should have the symbol server for Jesus' debug build.
 Or he should publish the PDB files along with the installer.

Hello.
I am Windows user interested in helping confirming UNCONFIRMED and
other crash bug reports on b.f.o.
Please set up the symbol server and even source server just as Mozilla did.
This will help people without strong programming knowledge to just run
the WinDbg,
download the symbols/source, catch a crasher and fill complete bug reports
for Windows platform with source excerpt included.
And all that without setting up build environment to generate symbols
and source access for WinDbg on their own.

Links to Mozilla pages, where all this is well documented:
https://developer.mozilla.org/en/How_to_get_a_stacktrace_with_WinDbg
https://developer.mozilla.org/en/Using_the_Mozilla_symbol_server
https://developer.mozilla.org/en/Using_the_Mozilla_source_server
https://developer.mozilla.org/en/Debugging_a_minidump

Currently there is only
http://wiki.documentfoundation.org/Development/How_to_debug article
and screencast by Jesús Corrius on YouTube - sadly without step by
step wiki article about it.

Please consider. Always you can ask the friendly guys at Mozilla how
to set this all up...

Best regards.

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


Blanket license statement

2012-05-20 Thread Wilhelm Pflüger
Sorry for my late answer. As asked by you I state hereby:

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

Wilhelm Pflüger




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


Re: --enable-debug vs --enable-symbols (Re: [Libreoffice-commits] .: 12 commits - config_host.mk.in configure.in filter/source oox/source sal/inc sc/source solenv/gbuild toolkit/source xmlhelp/source)

2012-05-20 Thread Pierre-André Jacquod

hello,

On 05/16/2012 04:07 PM, Lubos Lunak wrote:


 If somebody does
a developer build, there are not many good reasons why -O2 should be used -
it takes noticably more time and it makes debugging miserable. I can't think
of anything else than final builds and profiling as a good non-corner-case
reason for -O2.



At least I understand why I always got debug builds with optimization, 
which does not ease the use of debugger... and why it takes so long to 
build.


As occasional developer, I do not want to dig to deep in build options - 
that is also not my interest. So with --enable-symbols, I was really 
expecting to get symbols without optimization, not wanting all asserts 
outputs.


Could it not stay like that? Or how do you obtain this effect (symbols, 
without optimization, without all asserts output?) I really do not want 
to take time to search for such thinks, hacking LO is already during my 
free time.

Regards
Pierre-André
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


MPL/LGPLv3+ re-licensing audit

2012-05-20 Thread Vicente Vendrell
All of my past  future contributions to LibreOffice may be licensed under
the MPL/LGPLv3+ dual license

 

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


license statement

2012-05-20 Thread Philipp Kloke

Hi,

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


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


Re: LibreOffice: blanket license statement ...

2012-05-20 Thread Jean-Charles Papin
Hi,

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

Best regards,

-- 
Jean-Charles Papin

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


Wol's grant of licence

2012-05-20 Thread Wols Lists
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

As requested, this email confirms that my past and future
contributions are licenced under the LO standard MPL/LGPL3+ licence.

Cheers,
Wol

-  Original Message 
Subject: blanket / license bits ...
Date: Thu, 26 Apr 2012 17:36:54 +0100
From: Michael Meeks michael.me...@suse.com
Reply-To: michael.me...@suse.com
Organization: SUSE
To: Wols Lists antli...@youngman.org.uk

Hi there,

Just a quick ping :-) long time no see in LibreOffice; but we're
getting around to doing our re-licensing, is there any chance you can
send a mail we can link into here:

http://wiki.documentfoundation.org/Development/Developers

to the dev list, something like:

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

Hope all is well; many thanks for your work,

All the best,

Michael.

- -- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot


-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPtpTtAAoJENxtD9pn8rRutNIH/3LDiNPfeLoc9YRrb+Ip5Go5
XYINkXaSFhxrHPVNF8OmRKS8cqvSf55MN7U/o6swg7n3WByprSjwFUxaHpTQ193u
4qnnMCAXyXoF9xxzKFDOFwUMPrdMNW9WVQ1d3SYOUGXcrfuQBaEbsMUCByQI07au
YN4bzQbaR3c1Bg/YyoZnBSFcKVvDLXCs5UnjDrTSB6ZDkNyGu/KdD5VOLyhFG8O5
ae9M0U/3sw/Pj5W+ztrmdBiutTSV3y4wFI2L04ndDG8n3uG48zn4Vec1T8Up+yI5
4+XUrqeVj7Tm2VEeh9u1ooT0+HDUErGiax/LcGt+O2IGEU5g6GqPRBWHLt/ZeWA=
=3CxF
-END PGP SIGNATURE-
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: How to add color scales to ODF?

2012-05-20 Thread Inge Wallin
On Tuesday, May 15, 2012 16:59:30 Kohei Yoshida wrote:
 On Tue, May 15, 2012 at 10:28 AM, Eike Rathke er...@redhat.com wrote:
  So, what we could do is prepare two proposals, the clean incompatible
  one and the ugly more compatible one ;-)  It's then up to the TC to
  decide.
 
 I think this is a sensible approach.  However, given how slow the TC
 can be, I'm not sure if we can rely on them reaching a conclusion in
 time for 3.6 (my guess would be no).  I would rather we pick one
 now, document it and use it. Then later when the TC decides what to do
 in the standard, we'll adopt to that.
 
 I just don't want to set a dangerous precedent where an implementer
 has to wait for the (quite time-consuming and slow-going)
 standardization process in order to get a feature implemented.  I can
 see similar situations popping up in the future, and I don't want the
 standardization process to be the bottleneck.  Note that this is not
 to bash the standard committee being slow.  That process is slow for a
 reason, and it's probably better that way.  I'm just trying to avoid
 setting undesirable precedents for similar situations that we will
 undoubtedly encounter again.

Even if the TC can be quite slow, may I suggest that you write up a document 
about what you want to achieve and how and then reach out to other ODF using 
communities?  Maybe they can find some problems with the suggested approach or 
even improvements.

The obvious candidates would be Calligra and AOO, but I am sure there are many 
more that could be potentially interested.

-Inge

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


LibreOffice: license statement

2012-05-20 Thread Xavier ALT

Hi,

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


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


Re: --enable-debug vs --enable-symbols (Re: [Libreoffice-commits] .: 12 commits - config_host.mk.in configure.in filter/source oox/source sal/inc sc/source solenv/gbuild toolkit/source xmlhelp/source)

2012-05-20 Thread Norbert Thiebaud
On Wed, May 16, 2012 at 11:30 PM, Pierre-André Jacquod
pjacq...@alumni.ethz.ch wrote:

 At least I understand why I always got debug builds with optimization, which
 does not ease the use of debugger... and why it takes so long to build.

 As occasional developer, I do not want to dig to deep in build options -
 that is also not my interest. So with --enable-symbols, I was really
 expecting to get symbols without optimization, not wanting all asserts
 outputs.

If you are intending to debug why wouldn't you want the misnamed
'assert output' ?

--enable-symbols should do just that, enabling the symbols...
the -O level is orthogonal.

beside I though we already had some kind of nifty way to control the
message output level...

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


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

2012-05-20 Thread Markus Mohrhard
 oox/source/token/tokens.txt|1 +
 sc/inc/colorscale.hxx  |   16 ++--
 sc/source/core/data/colorscale.cxx |   33 +
 sc/source/filter/oox/extlstcontext.cxx |   17 +
 4 files changed, 49 insertions(+), 18 deletions(-)

New commits:
commit 09938f698b0a45ce1b3977995fc944274f048566
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon May 21 00:24:51 2012 +0200

support fixed axis in the middle of the cell

Change-Id: I1f6dca8434282d161dac3f86da6b4c75aac29a02

diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx
index 0f72475..0dbb876 100644
--- a/sc/inc/colorscale.hxx
+++ b/sc/inc/colorscale.hxx
@@ -72,12 +72,24 @@ public:
 void SetPercent(bool bPercent);
 };
 
+namespace databar
+{
+
+enum ScAxisPostion
+{
+NONE,
+AUTOMATIC,
+MIDDLE
+};
+
+}
+
 struct ScDataBarFormatData
 {
 ScDataBarFormatData():
 mbGradient(true),
 mbNeg(true),
-mbSameDirection(false) {}
+meAxisPosition(databar::AUTOMATIC) {}
 
 /**
  * Color for all Positive Values and if mbNeg == false also for negative 
ones
@@ -110,7 +122,7 @@ struct ScDataBarFormatData
  *
  * Default is false
  */
-bool mbSameDirection;
+databar::ScAxisPostion meAxisPosition;
 
 boost::scoped_ptrScColorScaleEntry mpUpperLimit;
 boost::scoped_ptrScColorScaleEntry mpLowerLimit;
diff --git a/sc/source/core/data/colorscale.cxx 
b/sc/source/core/data/colorscale.cxx
index 8364cd1..70b4872 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -679,10 +679,11 @@ ScDataBarInfo* ScDataBarFormat::GetDataBarInfo(const 
ScAddress rAddr) const
 double nMin = getMin(nValMin, nValMax);
 double nMax = getMax(nValMin, nValMax);
 
+
 double nValue = mpDoc-GetValue(rAddr);
 
 ScDataBarInfo* pInfo = new ScDataBarInfo();
-if(mpFormatData-mbSameDirection || nMin  0)
+if(mpFormatData-meAxisPosition == databar::NONE)
 {
 if(nValue = nMin)
 {
@@ -701,16 +702,32 @@ ScDataBarInfo* ScDataBarFormat::GetDataBarInfo(const 
ScAddress rAddr) const
 }
 else
 {
+double nMinPositive = 0;
+double nMaxNegative = 0;
 //calculate the zero position first
-if(nMin  0)
+if(mpFormatData-meAxisPosition == databar::AUTOMATIC)
 {
-if(nMax  0)
-pInfo-mnZero = 100;
-else
+if(nMin  0)
 {
-pInfo-mnZero = -100*nMin/(nMax-nMin);
+if(nMax  0)
+pInfo-mnZero = 100;
+else
+{
+pInfo-mnZero = -100*nMin/(nMax-nMin);
+}
 }
+else
+pInfo-mnZero = 0;
+
+// if max or min is used we may need to adjust it
+// for the length calculation
+if (mpFormatData-mpLowerLimit-GetMin()  nMin  0)
+nMinPositive = nMin;
+if (mpFormatData-mpUpperLimit-GetMax()  nMax  0)
+nMaxNegative = nMax;
 }
+else if( mpFormatData-meAxisPosition == databar::MIDDLE)
+pInfo-mnZero = 50;
 
 //calculate the length
 if(nValue  0)
@@ -718,14 +735,14 @@ ScDataBarInfo* ScDataBarFormat::GetDataBarInfo(const 
ScAddress rAddr) const
 if (nValue  nMin)
 pInfo-mnLength = -100;
 else
-pInfo-mnLength = -100 * nValue/nMin;
+pInfo-mnLength = -100 * 
(nValue-nMaxNegative)/(nMin-nMaxNegative);
 }
 else
 {
 if ( nValue  nMax )
 pInfo-mnLength = 100;
 else
-pInfo-mnLength = nValue/nMax*100;
+pInfo-mnLength = 
(nValue-nMinPositive)/(nMax-nMinPositive)*100;
 }
 }
 
diff --git a/sc/source/filter/oox/extlstcontext.cxx 
b/sc/source/filter/oox/extlstcontext.cxx
index 02113ea..d8c2d1f 100644
--- a/sc/source/filter/oox/extlstcontext.cxx
+++ b/sc/source/filter/oox/extlstcontext.cxx
@@ -69,11 +69,11 @@ void ExtCfRuleContext::importDataBar( const AttributeList 
rAttribs )
 
 rtl::OUString aAxisPosition = rAttribs.getString( XML_axisPosition, 
automatic );
 if( aAxisPosition == none )
-pDataBar-mbSameDirection = true;
+pDataBar-meAxisPosition = databar::NONE;
 else if( aAxisPosition == middle )
-pDataBar-mbSameDirection = false;
+pDataBar-meAxisPosition = databar::MIDDLE;
 else
-pDataBar-mbSameDirection = false;
+pDataBar-meAxisPosition = databar::AUTOMATIC;
 
 pDataBar-mbNeg = !rAttribs.getBool( XML_negativeBarColorSameAsPositive, 
false );
 }
commit f6442313dc0aea603d3d5adca39614428a4bc854
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun May 20 22:25:40 2012 +0200

more on correct import of data bars from Excel2010



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

2012-05-20 Thread Markus Mohrhard
 sc/inc/colorscale.hxx  |8 +++-
 sc/inc/fillinfo.hxx|1 +
 sc/source/core/data/colorscale.cxx |1 +
 sc/source/filter/inc/condformatbuffer.hxx  |1 +
 sc/source/filter/oox/condformatbuffer.cxx  |5 +
 sc/source/filter/oox/condformatcontext.cxx |3 +++
 sc/source/ui/view/output.cxx   |   14 +-
 sc/source/ui/view/output2.cxx  |7 +++
 8 files changed, 34 insertions(+), 6 deletions(-)

New commits:
commit 67ff63988f3b8eef2cc2b5bdf917918b93c3f070
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon May 21 01:19:19 2012 +0200

support to suppress values in data bar cells

Change-Id: Ia292edd73408eed19cd6bc824e9621992c33ac97

diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx
index 0dbb876..997c2a0 100644
--- a/sc/inc/colorscale.hxx
+++ b/sc/inc/colorscale.hxx
@@ -89,7 +89,8 @@ struct ScDataBarFormatData
 ScDataBarFormatData():
 mbGradient(true),
 mbNeg(true),
-meAxisPosition(databar::AUTOMATIC) {}
+meAxisPosition(databar::AUTOMATIC),
+mbOnlyBar(false){}
 
 /**
  * Color for all Positive Values and if mbNeg == false also for negative 
ones
@@ -124,6 +125,11 @@ struct ScDataBarFormatData
  */
 databar::ScAxisPostion meAxisPosition;
 
+/**
+ * If TRUE we only show the bar and not the value
+ */
+bool mbOnlyBar;
+
 boost::scoped_ptrScColorScaleEntry mpUpperLimit;
 boost::scoped_ptrScColorScaleEntry mpLowerLimit;
 };
diff --git a/sc/inc/fillinfo.hxx b/sc/inc/fillinfo.hxx
index c2fa4a7..842ef1b 100644
--- a/sc/inc/fillinfo.hxx
+++ b/sc/inc/fillinfo.hxx
@@ -68,6 +68,7 @@ struct ScDataBarInfo
 Color maColor;
 double mnLength; // -100 to 100
 bool mbGradient;
+bool mbShowValue;
 
 bool operator==(const ScDataBarInfo r) const
 {
diff --git a/sc/source/core/data/colorscale.cxx 
b/sc/source/core/data/colorscale.cxx
index 70b4872..3361d72 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -765,6 +765,7 @@ ScDataBarInfo* ScDataBarFormat::GetDataBarInfo(const 
ScAddress rAddr) const
 pInfo-maColor = mpFormatData-maPositiveColor;
 
 pInfo-mbGradient = mpFormatData-mbGradient;
+pInfo-mbShowValue = !mpFormatData-mbOnlyBar;
 
 return pInfo;
 }
diff --git a/sc/source/filter/inc/condformatbuffer.hxx 
b/sc/source/filter/inc/condformatbuffer.hxx
index 09b9a83..60f24d7 100644
--- a/sc/source/filter/inc/condformatbuffer.hxx
+++ b/sc/source/filter/inc/condformatbuffer.hxx
@@ -120,6 +120,7 @@ public:
 DataBarRule( const CondFormat rFormat );
 void importCfvo( const AttributeList rAttribs );
 void importColor( const AttributeList rAttribs );
+void importAttribs( const AttributeList rAttribs );
 
 void SetData( ScDataBarFormat* pFormat, ScDocument* pDoc, const ScAddress 
rAddr );
 
diff --git a/sc/source/filter/oox/condformatbuffer.cxx 
b/sc/source/filter/oox/condformatbuffer.cxx
index 655b264..8792546 100644
--- a/sc/source/filter/oox/condformatbuffer.cxx
+++ b/sc/source/filter/oox/condformatbuffer.cxx
@@ -328,6 +328,11 @@ void DataBarRule::importCfvo( const AttributeList 
rAttribs )
 }
 }
 
+void DataBarRule::importAttribs( const AttributeList rAttribs )
+{
+mpFormat-mbOnlyBar = !rAttribs.getBool( XML_showValue, true );
+}
+
 void DataBarRule::SetData( ScDataBarFormat* pFormat, ScDocument* pDoc, const 
ScAddress rAddr )
 {
 ScColorScaleEntry* pUpperEntry = ConvertToModel( *mpUpperLimit.get(), 
pDoc, rAddr);
diff --git a/sc/source/filter/oox/condformatcontext.cxx 
b/sc/source/filter/oox/condformatcontext.cxx
index 81d56fb..4e01d47 100644
--- a/sc/source/filter/oox/condformatcontext.cxx
+++ b/sc/source/filter/oox/condformatcontext.cxx
@@ -109,6 +109,9 @@ void DataBarContext::onStartElement( const AttributeList 
rAttribs )
 {
 switch( getCurrentElement() )
 {
+case XLS_TOKEN( dataBar ):
+mxRule-getDataBar()-importAttribs( rAttribs );
+break;
 case XLS_TOKEN( cfvo ):
 mxRule-getDataBar()-importCfvo( rAttribs );
 break;
diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx
index a91a7fe..26aeadb 100644
--- a/sc/source/ui/view/output2.cxx
+++ b/sc/source/ui/view/output2.cxx
@@ -1537,6 +1537,13 @@ void ScOutputData::DrawStrings( sal_Bool bPixelToLogic )
 if ( bDoCell  bEditMode  nCellX == nEditCol  nCellY == 
nEditRow )
 bDoCell = false;
 
+// skip text in cell if data bar is set and only value selected
+if ( bDoCell )
+{
+if(pInfo-pDataBar  !pInfo-pDataBar-mbShowValue)
+bDoCell = false;
+}
+
 //
 //  output the cell text
 //
commit d4b94e9eb96f24411ac0dcebe92ac878a8fae91f
Author: Markus Mohrhard 

[Libreoffice-commits] .: connectivity/source

2012-05-20 Thread Takeshi Abe
 connectivity/source/commontools/CommonTools.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f8e94ec86428b8cce9c616e286106c20491ef3e2
Author: Takeshi Abe t...@fixedpoint.jp
Date:   Mon May 21 09:55:26 2012 +0900

allocate in exact size

Change-Id: I0a9d760ebd10f3655f116953a2ed353f992ef508

diff --git a/connectivity/source/commontools/CommonTools.cxx 
b/connectivity/source/commontools/CommonTools.cxx
index 63a31e1..3fbafce 100644
--- a/connectivity/source/commontools/CommonTools.cxx
+++ b/connectivity/source/commontools/CommonTools.cxx
@@ -147,7 +147,7 @@ namespace connectivity
 //--
 rtl::OUString toDateTimeString(const ::com::sun::star::util::DateTime 
rDateTime)
 {
-sal_Char s[21];
+sal_Char s[20];
 snprintf(s,
 sizeof(s),
 %04d-%02d-%02d %02d:%02d:%02d,
@@ -157,7 +157,7 @@ namespace connectivity
 (int)rDateTime.Hours,
 (int)rDateTime.Minutes,
 (int)rDateTime.Seconds);
-s[20] = 0;
+s[19] = 0;
 return rtl::OUString::createFromAscii(s);
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: dictionaries/ar dictionaries/bg_BG dictionaries/ca dictionaries/cs_CZ dictionaries/da_DK dictionaries/de dictionaries/en dictionaries/fr_FR dictionaries/hu_HU dictionaries/it_

2012-05-20 Thread David Tardon
 dictionaries/ar/makefile.mk |2 
 dictionaries/bg_BG/makefile.mk  |2 
 dictionaries/ca/makefile.mk |2 
 dictionaries/cs_CZ/makefile.mk  |2 
 dictionaries/da_DK/makefile.mk  |2 
 dictionaries/de/makefile.mk |4 -
 dictionaries/en/makefile.mk |2 
 dictionaries/fr_FR/makefile.mk  |2 
 dictionaries/hu_HU/makefile.mk  |2 
 dictionaries/it_IT/makefile.mk  |2 
 dictionaries/lv_LV/makefile.mk  |2 
 dictionaries/ne_NP/makefile.mk  |2 
 dictionaries/no/makefile.mk |4 -
 dictionaries/pl_PL/makefile.mk  |2 
 dictionaries/prj/build.lst  |   97 ++---
 dictionaries/pt_PT/makefile.mk  |2 
 dictionaries/ro/makefile.mk |2 
 dictionaries/ru_RU/makefile.mk  |2 
 dictionaries/sk_SK/makefile.mk  |2 
 dictionaries/sl_SI/makefile.mk  |2 
 dictionaries/source/idxdict.cpp |  104 
 dictionaries/source/makefile.mk |   16 --
 dictionaries/sv_SE/makefile.mk  |2 
 dictionaries/uk_UA/makefile.mk  |2 
 24 files changed, 71 insertions(+), 192 deletions(-)

New commits:
commit e05b210f5374949d0eeba4e87b62186ca61d3bcf
Author: David Tardon dtar...@redhat.com
Date:   Sun May 20 16:23:12 2012 +0200

move idxdict to l10ntools

Change-Id: I If670e3732177ef4f21c48b062c43d6a6c3867687

diff --git a/dictionaries/ar/makefile.mk b/dictionaries/ar/makefile.mk
index 2608e3f..f303cf0 100644
--- a/dictionaries/ar/makefile.mk
+++ b/dictionaries/ar/makefile.mk
@@ -91,4 +91,4 @@ $(DESCRIPTION_SRC) : description.xml
 .ENDIF
 
 $(EXTENSIONDIR)$/th_ar.idx : $(EXTENSIONDIR)$/th_ar.dat
- $(COMMAND_ECHO)$(AUGMENT_LIBRARY_PATH) 
$(LOCAL_OUT_FOR_BUILD)$/bin$/idxdict -o $(EXTENSIONDIR)$/th_ar.idx 
$(EXTENSIONDIR)$/th_ar.dat
+ $(COMMAND_ECHO)$(AUGMENT_LIBRARY_PATH) 
$(OUTDIR_FOR_BUILD)$/bin$/idxdict -o $(EXTENSIONDIR)$/th_ar.idx 
$(EXTENSIONDIR)$/th_ar.dat
diff --git a/dictionaries/bg_BG/makefile.mk b/dictionaries/bg_BG/makefile.mk
index 4730011..ebeaaf9 100644
--- a/dictionaries/bg_BG/makefile.mk
+++ b/dictionaries/bg_BG/makefile.mk
@@ -87,7 +87,7 @@ EXTENSION_PACKDEPS=$(COMPONENT_FILES) $(COMPONENT_UNZIP_FILES)
 .INCLUDE :  $(PRJ)$/prj$/tests.mk
 
 $(EXTENSIONDIR)$/th_bg_BG_v2.idx : $(EXTENSIONDIR)$/th_bg_BG_v2.dat
- $(COMMAND_ECHO)$(AUGMENT_LIBRARY_PATH) 
$(LOCAL_OUT_FOR_BUILD)$/bin$/idxdict -o $(EXTENSIONDIR)$/th_bg_BG_v2.idx 
$(EXTENSIONDIR)$/th_bg_BG_v2.dat
+ $(COMMAND_ECHO)$(AUGMENT_LIBRARY_PATH) 
$(OUTDIR_FOR_BUILD)$/bin$/idxdict -o $(EXTENSIONDIR)$/th_bg_BG_v2.idx 
$(EXTENSIONDIR)$/th_bg_BG_v2.dat
 
 .IF $(WITH_LANG) != 
 $(DESCRIPTION_SRC) : description.xml
diff --git a/dictionaries/ca/makefile.mk b/dictionaries/ca/makefile.mk
index eeac8a1..98ecc6a 100644
--- a/dictionaries/ca/makefile.mk
+++ b/dictionaries/ca/makefile.mk
@@ -97,7 +97,7 @@ EXTENSION_PACKDEPS=$(COMPONENT_FILES) $(COMPONENT_UNZIP_FILES)
 #.INCLUDE :  $(PRJ)$/prj$/tests.mk
 
 $(EXTENSIONDIR)$/th_ca_ES_v3.idx : $(EXTENSIONDIR)$/th_ca_ES_v3.dat
- $(COMMAND_ECHO)$(AUGMENT_LIBRARY_PATH) 
$(LOCAL_OUT_FOR_BUILD)$/bin$/idxdict -o $(EXTENSIONDIR)$/th_ca_ES_v3.idx 
$(EXTENSIONDIR)$/th_ca_ES_v3.dat
+ $(COMMAND_ECHO)$(AUGMENT_LIBRARY_PATH) 
$(OUTDIR_FOR_BUILD)$/bin$/idxdict -o $(EXTENSIONDIR)$/th_ca_ES_v3.idx 
$(EXTENSIONDIR)$/th_ca_ES_v3.dat
 
 .IF $(WITH_LANG) != 
 $(DESCRIPTION_SRC) : description.xml
diff --git a/dictionaries/cs_CZ/makefile.mk b/dictionaries/cs_CZ/makefile.mk
index c2b1c60..3e807c0 100644
--- a/dictionaries/cs_CZ/makefile.mk
+++ b/dictionaries/cs_CZ/makefile.mk
@@ -87,7 +87,7 @@ EXTENSION_PACKDEPS=$(COMPONENT_FILES) $(COMPONENT_UNZIP_FILES)
 .INCLUDE :  $(PRJ)$/prj$/tests.mk
 
 $(EXTENSIONDIR)$/th_cs_CZ_v3.idx : $(EXTENSIONDIR)$/th_cs_CZ_v3.dat
- $(COMMAND_ECHO)$(AUGMENT_LIBRARY_PATH) 
$(LOCAL_OUT_FOR_BUILD)$/bin$/idxdict -o $(EXTENSIONDIR)$/th_cs_CZ_v3.idx 
$(EXTENSIONDIR)$/th_cs_CZ_v3.dat
+ $(COMMAND_ECHO)$(AUGMENT_LIBRARY_PATH) 
$(OUTDIR_FOR_BUILD)$/bin$/idxdict -o $(EXTENSIONDIR)$/th_cs_CZ_v3.idx 
$(EXTENSIONDIR)$/th_cs_CZ_v3.dat
 
 .IF $(WITH_LANG) != 
 $(DESCRIPTION_SRC) : description.xml
diff --git a/dictionaries/da_DK/makefile.mk b/dictionaries/da_DK/makefile.mk
index 8dc64c0..184f9c7 100644
--- a/dictionaries/da_DK/makefile.mk
+++ b/dictionaries/da_DK/makefile.mk
@@ -91,7 +91,7 @@ EXTENSION_PACKDEPS=$(COMPONENT_FILES) $(COMPONENT_UNZIP_FILES)
 .INCLUDE :  $(PRJ)$/prj$/tests.mk
 
 $(EXTENSIONDIR)$/th_da_DK.idx : $(EXTENSIONDIR)$/th_da_DK.dat
- $(COMMAND_ECHO)$(AUGMENT_LIBRARY_PATH) 
$(LOCAL_OUT_FOR_BUILD)$/bin$/idxdict -o $(EXTENSIONDIR)$/th_da_DK.idx 
$(EXTENSIONDIR)$/th_da_DK.dat
+ $(COMMAND_ECHO)$(AUGMENT_LIBRARY_PATH) 
$(OUTDIR_FOR_BUILD)$/bin$/idxdict -o $(EXTENSIONDIR)$/th_da_DK.idx 
$(EXTENSIONDIR)$/th_da_DK.dat
 
 .IF $(WITH_LANG) != 
 $(DESCRIPTION_SRC) : description.xml
diff --git a/dictionaries/de/makefile.mk b/dictionaries/de/makefile.mk
index ee8a954..d7eb6a6 100644
--- 

[Libreoffice-bugs] [Bug 50137] After created user profile, LibO close

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50137

--- Comment #1 from Korrawit Pruegsanusak detective.conan.1...@gmail.com 
2012-05-19 23:05:44 PDT ---
(In reply to comment #0)
 [REPRODUCIBLE] on Administrative install on Windows XP

Also REPRODUCIBLE with normal install of same build (by double-click the
installer, and following the wizard) on Windows XP.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 34940] EDITING: Start on click not added correctly to movies

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34940

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

   What|Removed |Added

   Platform|x86-64 (AMD64)  |All
 OS/Version|Linux (All) |All
 CC||r...@novell.com
Summary|Start on click does not |EDITING: Start on click not
   |work with movies|added correctly to movies
Version|LibO 3.5.3 release  |LibO 3.3.1 release

--- Comment #10 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-19 23:18:20 PDT ---
http://wiki.documentfoundation.org/BugReport_Details#Version
BTW, this problem might be related to 64 Bit OS, but surely not to the
processor architecture.

There might be 2 different effects:
a) cereating a presentation Start on Click (or other effects) can not be
added to movies, effect will not work (correctly) in slide show.

b) a SLIDESHOW with movie with Start on Click  animation does not work
correctly in LibO, movie starts immediately instead of waiting for start on
click. Presentation works fine with other (older) LibO versions or OOo.

I limit this report to problem 'a'

@tim.holy:
Please read the comments in a report! Or do you have information that reporter
did his test with a most secret in advance version of LibO 3.5.3 in march 2011
;-)

And why do you think that this Bug Clearly is Linux related, although I can
reproduce it for presentations newly created with under WIN7 (doing the same
test as in your comment 9)?

Please do not touch pickers for Version, OS, importance in existing reports.

@Rodo
Problem is reproducible with custom animation Misc - Start Media for
FRESSE~1.MPG from test kit in new presentation with parallel installation of
Master LOdev 3.6.0alpha0+  – WIN7 Home Premium (64bit) ENGLISH UI [Build ID:
7175cee] (tinderbox: Win-x86@6-fast, pull time 2012-05-16 22:07:37) and others
(3.3.3)

I am not 100% sure that it's an EDITING and not a SLIDESHOW problem.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50126] FILEOPEN

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50126

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||LibreOffice@bielefeldundbus
   ||s.de
 Ever Confirmed|0   |1

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-20 00:41:10 PDT ---
@Luuk
May be you should leave away any contents in the subject line? ;-)
Please be more precise! 

What exactly do you want to tell us? That it takes a little longer until a
document will be opened if LibO has not been started before? that's not
unexpected.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 42558] FORMATTING: Missing Arabic Abjad numerals for page numbers

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42558

Faisal fmalota...@kacst.edu.sa changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50139] New: Cross-references - index tab selection - illustration is cut

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50139

 Bug #: 50139
   Summary: Cross-references - index tab selection -
illustration is cut
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.3 release
  Platform: Other
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: d...@jochenschiffers.de


Created attachment 61876
  -- https://bugs.freedesktop.org/attachment.cgi?id=61876
problem shown in german version

First step:
In Writer-menue click on Insert - Picture - From File - insert
example picture with style Graphics - right mouseclick on inserted picture
-  Caption... -  insert e.g. example-text using category Illustration.

Second step:
In Writer-menue click on Fields - Other... - cross-references - select
Type Illustration

Problem:
In selection llustration 1 is shown, i.e. the I is missing.
The same behavior in the German version (here: bbildung instead of
Abbildung; s. attach)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50139] Cross-references - index tab selection - illustration is cut

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50139

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #1 from Florian Reisinger reisi...@gmail.com 2012-05-20 01:48:02 
PDT ---
Yes,I can confirm this... It is quite annoying IMHO...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50141] New: : Word Count Characters (with spaces) incorrect with Numbering on

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50141

 Bug #: 50141
   Summary: : Word Count Characters (with spaces) incorrect with
Numbering on
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.3 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: kmi...@mm.st


Created attachment 61877
  -- https://bugs.freedesktop.org/attachment.cgi?id=61877
A test document to reproduce the problem.

Problem description: 

Word count shows incorrect number of characters with spaces if numbering is on. 

(This is a copy of Ubuntu bug #1001556
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1001556 as
requested there)

Steps to reproduce:
1. Open the attached file test.odt (one line saying test test with numbering
on).
2. Tools - Word Count

Current behavior:

Word count shows 2 characters with spaces and 10 without spaces.

Expected behavior:

Word count should show 12 characters with spaces and 10 without.

Platform (if different from the browser): 

Browser: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:12.0) Gecko/20100101
Firefox/12.0

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 48039] Cross-references disrupted in Master Document

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48039

--- Comment #1 from Wolfram Riedel wolfram.rie...@isaco.de 2012-05-20 
02:49:37 PDT ---
I'm seeing this too using LO 3.5.3.2. Resolving cross-references in the master
document that were set within included documents is somewhat unreliable,
showing Error: Reference source not found for some but not all of the
figure/table references (happens for me for about a dozen out of 50-60 refs
total of which almost all are within the includes).

Somehow by fiddling around I already got LO twice to resolve all refs
correctly. However, after saving/quitting/reopening/updating the master
document the same refs are dangling again.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50139] UI: Cross-references - index tab selection - illustration field contents is cut at left

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50139

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

   What|Removed |Added

 OS/Version|Windows (All)   |All
 CC||LibreOffice@bielefeldundbus
   ||s.de, mst...@redhat.com
Summary|Cross-references - index   |UI: Cross-references -
   |tab selection -  |index tab selection -
   |illustration is cut   |illustration field
   ||contents is cut at left
Version|LibO 3.5.3 release  |LibO Master
   Keywords||regression

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-20 03:05:20 PDT ---
[Reproducible] with LibreOffice 3.5.4.1 (RC1) German UI/Locale [Build-ID:
7306755-f4f605c-738527d-1cf4bc1-9930dc8] on German WIN7 Home Premium (64bit) 

Problem started very early in Master, already [Reproducible] with Server
installation of Master LibO-dev 3.5.0  – WIN7 Home Premium (64bit) English UI 
[(Build ID:d337f79-a24c961-2865670-9752b71-7f8fd43
2fdd60d-fd28b6a-fd7bf20-aa369cb-28da3fb
6a9633a-931d089-ecd263f-c9b55e9-b31b807
82ff335-599f7e9-bc6a545-1926fdf)]  
in (July 2011)

Also reproducible with Ubuntu Linux / LibO 3.5.2 (VirtualBox)

Was not a problem in OOo 3.2, LibO 3.3.1, LibO 3.4.5

@Michael:
Please set Status to ASSIGNED and add yourself to Assigned To if you accept
this Bug or forward the Bug if it's not your turf.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 48039] Cross-references disrupted in Master Document

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48039

--- Comment #2 from Wolfram Riedel wolfram.rie...@isaco.de 2012-05-20 
04:09:36 PDT ---
The issue may be related to bug 35669 which was supposedly fixed, but has
comments that it is still not working.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 45619] picture - incorrect illustration in menue Cross-reference...

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45619

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE
 CC||lohma...@gmx.de

--- Comment #2 from Christian Lohmaier lohma...@gmx.de 2012-05-20 04:30:22 
PDT ---
superceded by duplicate

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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50139] UI: Cross-references - index tab selection - illustration field contents is cut at left

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50139

--- Comment #3 from Christian Lohmaier lohma...@gmx.de 2012-05-20 04:30:22 
PDT ---
*** Bug 45619 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 34940] EDITING: Start on click not added correctly to movies

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34940

--- Comment #11 from tim.h...@gmail.com 2012-05-20 04:59:32 PDT ---
@tim.holy:
 Please read the comments in a report! Or do you have information that reporter
 did his test with a most secret in advance version of LibO 3.5.3 in march 2011
 ;-)
 Please do not touch pickers for Version, OS, importance in existing reports.

I _am_ the initial reporter. This feature has never worked for me for any
version of OO/LO, I was just updating it to the latest version of LO. Sorry if
that's not the right thing to do.

 And why do you think that this Bug Clearly is Linux related, although I can
 reproduce it for presentations newly created with under WIN7 (doing the same
 test as in your comment 9)?

I thought you were implying everything worked on Windows, and I was assuming
you had tried the steps that were in the bug report I linked to in my initial
report. But, I see that link is now broken, which might explain why we weren't
talking about the same thing.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50143] New: Can't select font color if the font color toolbar button turn into list due to the window width too small to display

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50143

 Bug #: 50143
   Summary: Can't select font color if the font color toolbar
button turn into list due to the window width too
small to display
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.3 release
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
  Severity: major
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: pika1...@gmail.com


reproduce steps
1.open Impress (or Writer), decrease the window width to let font color
toolbar button disappear
2.Click  to let the show the disappear toolbar buttons
3. click Font Color


Expect to see 
display a palette so I can select color

But see:
it just clicked and no palette shows up

Screenshot
http://ind.ntou.edu.tw/~pika1021/Files/Picture_cache/Screenshot28.png

I increase the severity a bit, since it is a frequently used function.
Feel free to turn it back if its inappropriate

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50088] FILEOPEN: Crashes when opening an odt file.

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50088

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||serval2...@yahoo.fr
 Ever Confirmed|0   |1

--- Comment #1 from Julien Nabet serval2...@yahoo.fr 2012-05-20 05:24:04 PDT 
---
Could you please attach the file ?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 45835] VIEWING: Disappearing toolbars

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45835

Alex settan...@gmail.com changed:

   What|Removed |Added

   Platform|Other   |x86-64 (AMD64)
 OS/Version|All |Linux (All)

--- Comment #3 from Alex settan...@gmail.com 2012-05-20 05:29:14 UTC ---
The problem has been identified. LibO still behaves the same way, however the
cause of the behaviour has now been isolated to the use of the gtk-qt engine.

As is probably the case with most KDE users, I prefer the look and feel of the
QT widgets, so to try and ensure that I could have a consistent look and feel
in most of my installed applications, I installed the gtk-qt-engine version
1.1-5.r5.1mdv2010.1 from the Mandriva repository. When I removed the package,
everything worked as expected. Problem isolated!

As I understand it, this engine is supposed to translate calls to GTK into
calls to the equivalent QT call. Obviously, this has not been happening.

It would seem then, that the code relating to the painting of toolbars
specifically might need some attention to improve compatibility. On a personal
note, I would far prefer the use of QT to GTK. Normally, GTK looks ugly,
although it has improved somewhat.

To reproduce it, it would be necessary to ad one additional step: Install the
gtk-qt-engine package. It might also be necessary to have KDE in use rather
than Gnome or other alternative desktops. However, if you were to have that
engine installed, and were working in KDE, I would expect the bug to be easily
reproducible.

From the above, the bug could probably be included in the KDE integration part.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

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

Frédéric Buclin lpso...@netscape.net changed:

   What|Removed |Added

 Depends on||35079

--- Comment #313 from Frédéric Buclin lpso...@netscape.net 2012-05-20 
05:38:46 PDT ---
Nominating bug 35079. This is a severe regression for all of us heavily using
Draw. This regression appeared during the 3.3 developement cycle and is still
present in LibO 3.5.3. moggi told me on IRC to add it here.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

Frédéric Buclin lpso...@netscape.net changed:

   What|Removed |Added

 Blocks||37361

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 45897] Writer FILESAVE: validation of odt not passed

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45897

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Florian Reisinger reisi...@gmail.com 2012-05-20 05:51:34 
PDT ---
IMHo this is a duplicate

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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50141] : Word Count Characters (with spaces) incorrect with Numbering on

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50141

Christopher M. Penalver christopher.penal...@gmx.com changed:

   What|Removed |Added

   Platform|Other   |x86 (IA32)
 OS/Version|All |Linux (All)
 Status|UNCONFIRMED |NEW
 CC||christopher.penal...@gmx.co
   ||m
 Ever Confirmed|0   |1
   See Also||https://launchpad.net/bugs/
   ||1001556

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50126] FILEOPEN from Explorer much slower than in WRITER

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50126

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

   What|Removed |Added

Summary|FILEOPEN|FILEOPEN from Explorer much
   ||slower than in WRITER

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50126] FILEOPEN from Explorer much slower than in WRITER

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50126

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

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-20 06:59:24 PDT ---
@Luuk:
 The only time 'subject' is mentioned on this bugreport is in your comment,
https://bugs.freedesktop.org/page.cgi?id=fields.html#short_desc

 A odt-file is opening MUCH quicker than this ods-file.
That indeed might be interesting
I do not think that 3s is so bad, and for me notmally an empty WRITER document
takes a little longer. 

Can you please additionally test after you renamed your user profile
https://wiki.documentfoundation.org/UserProfile? 

I only can imagine a Java problem - or something completely different.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50123] Crashes throwing an instance of 'com::sun::star::uno::RuntimeException'

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50123

--- Comment #2 from marken...@gmail.com 2012-05-20 07:22:33 PDT ---
After removing (purge) with synaptic all libreoffice packages, rebooting,
removing the .config/libreoffice directory and changing ownership of .ure
directory from root:root to user:user, I reinstalled LO from Software Center
and It runs at last! I don't have a clue about what was wrong before, but I
wanted to let you know that I have no problem now. Thanks.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50139] UI: Cross-references - index tab selection - illustration field contents is cut at left

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50139

--- Comment #4 from Anonymous Helper anonym...@dodgeit.com 2012-05-20 
07:37:33 PDT ---
Confirmed for LibreOffice 3.5.3.2 german in Win XP.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 42558] FORMATTING: Missing Arabic Abjad numerals for page numbers

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42558

Munzir Taha munzirt...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #3 from Munzir Taha munzirt...@gmail.com 2012-05-20 08:12:09 PDT 
---
Format - Page - Page - Format drop down menu still hasn't those options. I
still cannot not use Abjad numerals for page numbers. Reopening

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50146] New: freeze on attempt to put SS file on dock; FILESAFE?

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50146

 Bug #: 50146
   Summary: freeze on attempt to put SS file on dock; FILESAFE?
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.3 release
  Platform: x86-64 (AMD64)
OS/Version: Mac OS X (All)
Status: UNCONFIRMED
  Severity: blocker
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: hanko...@gmail.com


When I click the middle gold button to reduce a SS doc to the dock, it starts
to do so (doc distorts) and then freezes; the mouse moves, but mouse clicks and
keyboard become inactive. Have to power off and reboot.

Mac mini 7/2011 model, Intel I7 quad CPU, 16GB RAM running MacOS 10.6.8 (all
Apple updates applied thru 5/20/2012)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50126] FILEOPEN from Explorer much slower than in WRITER

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50126

--- Comment #4 from Luuk luu...@gmail.com 2012-05-20 08:56:38 PDT ---
ok, i renamed the userprofile

That made some difference, 
After that i turned of Spelling and Grammar checking
now it tables about 2 secs, which is an improvement of 30% !!,
i think, i have to live with the time it takes to open such a thing.. ;)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 46233] Some xls files with html content is opened incorrectly

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46233

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

   What|Removed |Added

 CC||nicola_rugg...@despar.it

--- Comment #10 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-20 09:33:40 PDT ---
*** Bug 50046 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 49350] freeze when saving new entry to a large autocorrect replacement table

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49350

--- Comment #11 from dingodog dingo...@fastmail.fm 2012-05-20 10:52:35 PDT ---
(In reply to comment #8)
 Please - install a Linux virtual machine, install a build with debug symbols,
 and run it under callgrind.
 
 Post the callgrind.out.12235 file, and then we can trivially fix it.
[...]
are the precompiled binaries releases for Linux x86 built with debug symbols? I
downloaded the pre-release of LibreOffice 3.5.4 (3.5.4rc1)

started callgrind

valgrind --tool=callgrind swriter

but no info were written in *.out resulting file

with:

valgrind --tool=callgrind --trace-children=yes swriter

I obtained these *.out files
- http://ge.tt/6pw1TvH/v/0

what specific callgrind switches are needed to get info you need?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 46365] LibreOffice starts up slow enough to need a splash screen

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46365

--- Comment #1 from Florian Reisinger reisi...@gmail.com 2012-05-20 11:06:12 
PDT ---
To be honest: In LibO 3.6, you could forget the splash screen (With todays
master ~1 sec...)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50151] New: Dismerge cells from context menu

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50151

 Bug #: 50151
   Summary: Dismerge cells from context menu
Classification: Unclassified
   Product: LibreOffice
   Version: LibO Master
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: high
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: reisi...@gmail.com


In 3.6 you can merge cells from the context menu. Please add a possibility to
dismerge them in the context menu too Now IMHO it would confuse most
users
version 3.6.0alpha0+ (Build ID: 40c8170)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 38276] EasyHack: Make the toolbar menu easier

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38276

--- Comment #5 from Florian Reisinger reisi...@gmail.com 2012-05-20 11:24:26 
PDT ---
Created attachment 61884
  -- https://bugs.freedesktop.org/attachment.cgi?id=61884
Right and left clicking

Can someone explain me please why this has been done...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 49843] : New bibliography entry from document content overrides previous one

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49843

carlosjosep...@gmail.com changed:

   What|Removed |Added

Version|LibO 3.5.2 Release  |LibO 3.5.3 release

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 49843] : New bibliography entry from document content overrides previous one

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49843

carlosjosep...@gmail.com changed:

   What|Removed |Added

   Priority|medium  |high

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 49350] freeze when saving new entry to a large autocorrect replacement table

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49350

--- Comment #12 from tommy27 ba...@quipo.it 2012-05-20 12:27:40 PDT ---
@dingodog

probably the test should be done on particular LibO builds with debug symbols.
check this link: http://packages.debian.org/experimental/libreoffice-dbg

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50155] New: copy on text causes modification of the document

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50155

 Bug #: 50155
   Summary: copy on text causes modification of the document
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.3 release
  Platform: Other
OS/Version: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: bluedz...@wp.pl


LOWriter misleads user when he/she copies a text -- on quit it states the
documents was modified and asks user what to do with changes.

To reproduce:
1. open some document
2. copy some fragment of it
3. close document -- observe LO claims document was modified

This really confuses the user, because now she/he falsely assumes she/he really
did something to the text, but she/he cannot remember what it was.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50157] New: Movie and Sound crashes Slide Show

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50157

 Bug #: 50157
   Summary: Movie and Sound crashes Slide Show
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.3 release
  Platform: All
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: critical
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: mike.h...@onepoyle.net


To create:
new presentation
insert Movie and Sound and select any sound object
Slideshow  slideshow - immediate reproducible crash

Tried on Vista 32 and Win 7 64 bit - identical problem

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50157] Movie and Sound crashes Slide Show

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50157

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Caolán McNamara caol...@redhat.com 2012-05-20 15:03:36 
PDT ---


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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 45081] SLIDESHOW CRASH on slide with embedded / linked video

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45081

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 CC||mike.h...@onepoyle.net

--- Comment #38 from Caolán McNamara caol...@redhat.com 2012-05-20 15:03:36 
PDT ---
*** Bug 50157 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50158] New: EDITING: EDITING: Second paste of text copied from browser returns unrelated number, or error code

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50158

 Bug #: 50158
   Summary: EDITING: EDITING: Second paste of text copied from
browser returns unrelated number, or error code
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.3 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: dothefunkygib...@yahoo.com.au


Problem description: EDITING: Second paste of text copied from browser returns
unrelated number, or error code

Steps to reproduce:
1. Open Calc
2. Select text from web page in Firefox
3. Paste Special into cell with existing data, or newly inserted cell
4. Select Unformatted Text
5. Select text from web page in Firefox
6. Paste Special
7. Unformatted text option not available, unless Paste Special into Input Line
at top
8. Save and restart Calc
9. Paste Special works normally


Current behavior: Error code or unrelated number is pasted

Expected behavior: Paste Special menu offering 'Unformated Text' option
appears, text from webpage correctly pasted 

Platform (if different from the browser): Windows 7

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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50159] New: UI: libreoffice math 不显示公式输入命令窗口

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50159

 Bug #: 50159
   Summary: UI: libreoffice math 不显示公式输入命令窗口
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.3 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Formula Editor
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: luwe...@gmail.com


Created attachment 61899
  -- https://bugs.freedesktop.org/attachment.cgi?id=61899
图片是libreoffice math截图,没有显示公式输入命令窗口

Problem description: 

Steps to reproduce:
1. 打开libreoffice
2. 新建一个公式

Current behavior:
界面里没有显示公式输入命令窗口
Expected behavior:
界面里应该显示公式输入命令窗口
Platform (if different from the browser): 
Microsofg Windows XP Professional 版本2002 Service Pack 3

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 48562] CRASH when FILEOPEN any .doc

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48562

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

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WORKSFORME

--- Comment #4 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-20 21:30:05 PDT ---
Closing Bug due to reporter's inactivity as WFM.

@reporter:
Please feel free to reopen this bug if you find out that the problem still
exists with the current stable LibreOffice version and if you can contribute
requested additional information due to
http://wiki.documentfoundation.org/BugReport (especially BugReport Details)!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 47171] Send Document as email fails with Thunderbird, tries to send wrong temp. document

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47171

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

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WORKSFORME

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-20 21:32:46 PDT ---
Closing Bug due to reporter's inactivity as WFM.

@reporter:
Please feel free to reopen this bug if you find out that the problem still
exists with the current stable LibreOffice version and if you can contribute
requested additional information due to
http://wiki.documentfoundation.org/BugReport (especially BugReport Details)!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 50160] Document as email

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50160

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

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-20 21:34:33 PDT ---
NOT reproducible with LibreOffice 3.5.4.1 (RC1) German UI/Locale [Build-ID:
7306755-f4f605c-738527d-1cf4bc1-9930dc8] on German WIN7 Home Premium (64bit) 

MAC related?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 49555] EDITING: improve access to contents in Frames with wrap=through and in background option

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49555

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

   What|Removed |Added

 CC||cedric.bosdonnat.ooo@free.f
   ||r

--- Comment #4 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-20 22:03:08 PDT ---
@Cédric:
Please set Status to ASSIGNED and add yourself to Assigned To if you accept
this Bug

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 38913] Libreoffice crashes when loading Danish dictionary at startup citing msvcr90.dll after upgrade

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38913

--- Comment #34 from brandon.ai...@gmail.com 2012-05-20 22:36:36 PDT ---
I just experienced this issue with LibreOffice 3.5.2 and 3.5.3. 
Uninstall/reinstall did not work, nor did repair install.  I corrected it by
uninstalling, deleting %appdata%\LibreOffice, and reinstalling.

It's not an installer bug.  LibreOffice needs to handle the case that
configuration files are invalid and fail safely.  It's an  unhandled exception.
 LibreOffice should be able to handle this type of issue.  It's ludicrous to
expect that the software installer should be responsible for migrating
configuration data.  LibreOffice itself needs to be able to recognize that the
configuration files are from previous versions or are otherwise corrupt or
invalid and must be able to rectify that.  The application should not crash
because the configuration files randomly got truncated.  It should repair the
files or reload defaults.  Crashing to desktop is never behavior you want to
design for.

Installers should not be modifying or deleting files not created by itself
without a warning, and as far as I can tell the installer doesn't create
anything in the %appdata%\LibreOffice folder.  Users should be able to
uninstall and reinstall an application and not lose configuration files.  This
is how the installer works.  Additionally, because users do not have access to
all other user's home folders (regardless of platform and regardless of user
permissions thanks to remote profiles or NFS shares) an installer cannot ever
reliably cover all possible user profiles which have run this program before.

Finally, since the software does not even require an installer at all (I can
download and compile it myself, for example) you can't even rely on the fact
that an installer was used to upgrade the software *period*.

No, the only logical course is for LibreOffice to validate its own
configuration files and, at the very least, fail gracefully when they are
invalid.

(In reply to comment #33)
 As it is now it is a big of the installer, a designer-bug! Whether LibreOffice
 actually really still needs that javasettings_Windows_x86.xml at all is
 another question. And if that file is not needed anymore, since LO recreates 
 it
 when missing it is still up to the installer to remove that file in an upgrade
 install!
 
 And this is not about messing around with a users profile Sven, but setting up
 the needed environment for the program and configuring it properly. That also
 happens, and rightly so, in the users profile and registration, etc. And if an
 installer shouldn't do all of this, then I ask you, Sven, what an installer is
 good for instead ;)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 48463] FILESAVE: as .xls (MSO2003) creates malformed links to external Excel-sheets

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48463

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||LibreOffice@bielefeldundbus
   ||s.de,
   ||markus.mohrhard@googlemail.
   ||com
  Alias|2x_path_ext_sheet   |
 Ever Confirmed|0   |1
Summary|LibreOffice calc creates|FILESAVE: as .xls (MSO2003)
   |malformed links to external |creates malformed links to
   |Excel-sheets after reopen   |external Excel-sheets
   |docs|

--- Comment #9 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-20 22:45:51 PDT ---
http://wiki.documentfoundation.org/BugReport_Details#Version

I (more or less) can confirm Vicent Vendrell's results:

NOT reproducible with LibreOffice 3.5.4.1 (RC1) German UI/Locale [Build-ID:
7306755-f4f605c-738527d-1cf4bc1-9930dc8] on German WIN7 Home Premium (64bit) 

[Reproducible] with LibreOffice 3.5.3.2 German UI/Locale  on German Ubuntu 12
(64 Bit)

Because merged.xls from test kit immediately shows an update error when
opening it I created a new test document merged_new.ods what contains 2
Formulas:
In C2: = (This document B2) - (B2 insource.xls)
In C3: analogous

Steps to reproduce with reporter's test kit and merged_new.ods

1. download merged_new.ods and copy to folder containing reporter's
   unzipped test kit
2. Open merged_new.ods under Ubuntu
opens without error message and show correct Results in C2,C3
3. Save merged_new.ods as merged_new.xls (Excel 2003)
4. close merged_new.xls 
5. reopen merged_new.xls 
   Expected: no problems as in step 2
   Actual: damaged link to source.xls as reported

Currently a FILEOPEN problem is not 100% excluded

@Markus:
you already have been involved; please set Status to ASSIGNED and add yourself
to Assigned To if you accept this Bug

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 48463] FILESAVE: as .xls (MSO2003) creates malformed links to external Excel-sheets

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48463

--- Comment #10 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-20 22:48:09 PDT ---
Created attachment 61901
  -- https://bugs.freedesktop.org/attachment.cgi?id=61901
Nes sample document

See Comment 9 how to use

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 49775] CRASH when FILEOPEN particular .rtf

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49775

Qubit bishop.robin...@gmail.com changed:

   What|Removed |Added

  Status Whiteboard||bibisected35
 CC||bishop.robin...@gmail.com

--- Comment #8 from Qubit bishop.robin...@gmail.com 2012-05-20 22:50:50 PDT 
---
On Ubuntu 11.10 (x86_64), no crash with 3.5.4 rc1 or with oldest/latest from
bibisect tool:

LibreOffice 3.5.4.1 Build ID: 7306755-f4f605c-738527d-1cf4bc1-9930dc8
LibreOffice 3.5.0 Build ID: d6cde02
LibreOffice 3.5.0 Build ID: 85c6244

@Julien Nabet -- could you try a 3.5.4.1 build?

(If the bug is reproducible under Debian, should the platform be changed to
'All' ?)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


Re: [Libreoffice-ux-advise] Fwd: Ubuntu Templates

2012-05-20 Thread Mirek M.
Hi Bjoern,

2012/5/20 Bjoern Michaelsen bjoern.michael...@canonical.com

 Hi all,

 On Sun, Apr 01, 2012 at 03:44:09PM +0200, Alexander Wilms wrote:
  here's the Wiki page:
 https://wiki.documentfoundation.org/Ubuntu_Templates

 I assume the development has moved elsewhere in the meantime?


Kind of. There's a call for CC0/public domain templates going on right now
at https://wiki.documentfoundation.org/Design/Call_for_Templates . The CC0
license has been chosen to allow for any use of the templates (without the
presenter having to mention the author's name or being restricted by
copyleft or into using the templates with only our software).


 Anyway, upstream feature freeze for 3.6 is closing (2012-06-04) in:

  http://wiki.documentfoundation.org/ReleasePlan#3.6_release

 so I would like to have integrated whatever we have right now and replace
 the
 old default masterpages with them, because frankly: they are _really_
 ugly. I
 am talking about these:

  http://opengrok.libreoffice.org/xref/core/extras/source/templates/layout/

 I agree.


 @Alexander Wilms: The typography templates at
 http://templates.libreoffice.org/template-center/typography look
 beautiful and
 I would like to make them a replacement for the biggest and most ugly of
 the
 current templates, which are:

 1.1M May 19 21:57 extras/source/templates/layout/lyt-book.otp
 706K May 19 21:57 extras/source/templates/layout/lyt-forest.otp
 690K May 19 21:57 extras/source/templates/layout/lyt-paper.otp
 639K May 19 21:57 extras/source/templates/layout/lyt-glacier.otp
 638K May 19 21:57 extras/source/templates/layout/lyt-wine.otp

 which in all their ugliness do not justify the space they eat in the
 default
 install. Any objections to that?


 Do we have any more masterpages we could use to replace the ones above? As
 frankly, the current ones are _really_ ugly -- so even if want you have is
 not
 perfect, it is likely better than what we would ship with now (after
 replacing
 the above 5 templates there would still be 25 of the old ones left).


Take a look at the wiki page mentioned above:
https://wiki.documentfoundation.org/Design/Call_for_Templates#Submissions
These should all be licensed under CC0.


 The vintage, fresh and serious, Rounded Rectagles and Hexagons
 templates do not look too bad too me. Does anybody know the authors and can
 ping them if it is ok to directly include their work under MPL/LGPLv3+?


I believe most of that (except Rounded Rectangles) is Alex's work, too.


 Best,

 Bjoern

 P.S.: At UDS we talked about moving our templates to an universe package.
 Back then I was talking about these templates:


 http://anonscm.debian.org/gitweb/?p=pkg-openoffice/libreoffice.git;a=tree;f=ubuntu;h=4d6fb808aed6d29944bc4980aae9ce3401e85ec1;hb=refs/heads/ubuntu-oneiric-3.4

 however, given how ugly and big these upstream masterpages are:

 506K May 19 21:57 extras/source/templates/layout/lyt-keyboard.otp
 496K May 19 21:57 extras/source/templates/layout/lyt-water.otp
 491K May 19 21:57 extras/source/templates/layout/lyt-rededges.otp
 321K May 19 21:57 extras/source/templates/layout/lyt-numdark.otp
 306K May 19 21:57 extras/source/templates/layout/lyt-techpoly.otp
 286K May 19 21:57 extras/source/templates/layout/lyt-bluegrey.otp

 we could replace those 6 upstream with the ones from Ubuntu (excluding the
 explicitly Ubuntu-branded one), which are not exactly beautiful, but better
 that the defaults upstream. With that we would have 11 new masterpages
 upstream
 (leaving us with 25-11=14 old ones we would still need to replace).
 Opinions?


I'm all for it, though we would need to convince the authors to release
these under CC0.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


Re: [Libreoffice-ux-advise] Fwd: Ubuntu Templates

2012-05-20 Thread Bjoern Michaelsen
Hi Alex, all,

On Sun, May 20, 2012 at 06:06:17PM +0200, Alexander Wilms wrote:
 The templates are now being collected here:
 https://wiki.documentfoundation.org/Design/Call_for_Templates

great! Thanks.

 I am the author of 'vintage', 'fresh and serious' and 'hexagons' and
 I licensed them (and the other templates on the wiki page) under
 cc0/MPL/LGPLv3+, whatever you need. There's still one issue with the
 vintage template: It contains textures that are not licensed under
 the terms of cc0.
 I plan to replace them with some from this website:
 http://lostandtaken.com/gallery/vbooks3.html

 Are their terms of use enough, or do we need an explicit licensing
 statement? (Lost  Taken http://lostandtaken.com textures are made
 freely available for use in both personal and commercial projects
 including web templates, designs, and other materials intended for
 distribution. Attribution is appreciated, but not required.)

Ok. Taking vintage out of the set for now then. If we solve this before
branchoff, Ill squeeze it in still.

 I now have commit access in order to work on the templates. Micheal
 Meeks mentioned he'd prefer flat odf files since that would make it
 easier to spot differences in the git repository.

Well, I am for now focusing on the 25 default master pages that you see in the
right impress sidebar under master pages and available for use. Those are
not templates in the sense that they are single-page (while a full presentation
template can have multiple pages). Having the full templates too in addition is
great too, but a bit of a different issue. Most of those can be downloadable
content, that is not shipped directly with the product.

As such I would pick only the most default slide from each template, except for
tyopgraphy, where the slides are different enough to not be just variations of
one topic/theme (totally different base color for example).

I will see if we can handle flat odf files in that setting.

So we are currently talking about two things:

- default master pages
  - impress only
  - stored in 
http://opengrok.libreoffice.org/xref/core/extras/source/templates/layout/ in git
  - one page only
  - in the default install
  - should be small
  - should be generic
  - we currently have 25, I dont think we should have much more
- template sets
  - impress/calc/writer
  - currently best stored at http://templates.libreoffice.org/template-center
  - might be packaged as an addon package by Linux distros or be browsable for
download later
  - downloadable content
  - multi-page themes
  - can be bigger and contain e.g. picture files
  - can be more topic-specific

Right now, I am most concerned with the default master pages. I hope this
clears up some of the confusion.

 I could upload them, but someone else would need to help me with code
 changes.

I will help out with that. For now we have:

- 5 pages from typography
- 1 page from hexagons
- 1 page from lushgreen
- 1 page from brightblue (which will be a full template set/theme too)
- 5 pages of the templates from Ubuntu

Thats 13 new (one-slide) default master pages. If we stay with 25 default
master pages total, we would still keep 12 of the old ones. However, we do not
_have_ to keep all of them as I would hope to keep as few as possible of them,
finding those not too attractive.

So if somebody with a good design eye makes a selection of ~10-12 of the
current default master pages to keep would make me a happy man(*).

Best,

Bjoern

(*) to clarify: out of these 
http://opengrok.libreoffice.org/xref/core/extras/source/templates/layout/
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise