LibreOffice Gerrit News 2013-09-22

2013-09-22 Thread gerrit
Moin!

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

+ fdo#54686 Treat hard blank as soft blank in number
  in https://gerrit.libreoffice.org/6015 from Laurent BP
+ Add sending server information after pairing.
  in https://gerrit.libreoffice.org/6014 from Artur Dryomov


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

+ fdo#39881 change Find All behaviour in Calc
  in https://gerrit.libreoffice.org/5886 from Matúš Kukan
+ Enable Drop Caps for Firefox HTML compatibility mode
  in https://gerrit.libreoffice.org/6013 from Harri Pitkänen


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

None

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

+ Remove more unusedcode
  in https://gerrit.libreoffice.org/5937 from Marcos Souza
+ Simplify oslThreadIdentifier on Linux 32.
  in https://gerrit.libreoffice.org/5553 from Arnaud Versini
+ improve performance of copyArea in Ios
  in https://gerrit.libreoffice.org/5707 from Tsahi Glik @ CloudOn
+ Fix for IOS scroll by pixels, and pinch to zoom Change-Id: Ied6087a264f1c
  in https://gerrit.libreoffice.org/5742 from Ptyl
+ fix polygon rendering with clip area of one line only
  in https://gerrit.libreoffice.org/5709 from Tsahi Glik @ CloudOn
+ fix for text watermark
  in https://gerrit.libreoffice.org/5568 from Adam CloudOn
+ fdo#39468: Translate German comments (first part) in include/svl/filerec.
  in https://gerrit.libreoffice.org/5793 from Philipp Riemer
+ fdo#44689: fix for specific case restart value 0
  in https://gerrit.libreoffice.org/5681 from Adam CloudOn
+ Dynamically align toolbars in LibreOffice
  in https://gerrit.libreoffice.org/5655 from Prashant Pandey
+ fdo#36791 : fix for import of greeting card
  in https://gerrit.libreoffice.org/4240 from Adam CloudOn
+ fdo#66401: fix for combined characters
  in https://gerrit.libreoffice.org/5018 from Adam CloudOn
+ more debug logs, extra debug layer, file is not used in p3k
  in https://gerrit.libreoffice.org/5267 from James Michael Dupont
+ Remove old outdated gallery images and sounds
  in https://gerrit.libreoffice.org/4993 from Samuel Mehrbrodt
+ Positional Tab additions
  in https://gerrit.libreoffice.org/5387 from Adam CloudOn
+ fdo#64817 : fix for rectangle with image fill
  in https://gerrit.libreoffice.org/4718 from Adam CloudOn


Best,

Your friendly LibreOffice Gerrit Digest Mailer

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


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

2013-09-22 Thread Michael Stahl
 sc/source/core/opencl/openclwrapper.cxx |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit a451a69908028a9cecbaddf1f18c428d1d43a71c
Author: Michael Stahl mst...@redhat.com
Date:   Sun Sep 22 11:01:03 2013 +0200

warning C4305: 'return' : truncation from 'int' to 'bool'

... also only deleting an object if it _is_ null is surely an error?
And if the condition were inverted it would be unnecessary too
since operator delete[] handles null fine.

Change-Id: Ib67437864f9c6f34d13c75598f0e06d86f65

diff --git a/sc/source/core/opencl/openclwrapper.cxx 
b/sc/source/core/opencl/openclwrapper.cxx
index d273463..bc51148 100644
--- a/sc/source/core/opencl/openclwrapper.cxx
+++ b/sc/source/core/opencl/openclwrapper.cxx
@@ -2112,7 +2112,7 @@ bool OclCalc::oclGroundWaterGroup( uint *eOp, uint 
eOpNum, const double *pOpArra
 {
 float *afBuffer = new float[nElements];
 if ( !afBuffer )
-return -1;
+return false;
 clStatus = clEnqueueReadBuffer(kEnv.mpkCmdQueue,
outputCl,
CL_TRUE,0,
@@ -2124,8 +2124,7 @@ bool OclCalc::oclGroundWaterGroup( uint *eOp, uint 
eOpNum, const double *pOpArra
 {
 dpResult[i] = (double)afBuffer[i];
 }
-if ( !afBuffer )
-delete [] afBuffer;
+delete [] afBuffer;
 }
 
 clStatus = clFinish( kEnv.mpkCmdQueue );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 65675] LibreOffice 4.2 most annoying bugs

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

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

   What|Removed |Added

 Blocks||67274

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


[ANN] feature/instdirlinktargets merged (was: Re: minutes of ESC call ...)

2013-09-22 Thread Michael Stahl
good news everyone!

On 19/09/13 17:16, Michael Meeks wrote:
 * Solver killing (Matus / Michael S)
 + most of the difficult work is done
 + now only one copy of dynamic libraries  executables in instdir
 + already working on Linux
 + working on static libraries
 + should save a chunk of size in the build-tree
 + around 4-5Gb if built with debug in the solver
 + always used to store it twice - the solver
 + with instdir - store it 3x
 + will get it down to just once.
 + fixing library search path, so layer of link target is right
 + so can't link an extension vs. comphelper anymore
 + still some bits left in the solver
 + hopefully not as difficult to remove.

the branch (feature/instdirlinktargets) is now merged on master.

make check passes here on Linux and Windows, and on Mac OS X i can build
an instset.  but cautious people may not want to trust me and get a
second opinion from tinderboxes :)

a make clean is required when you pull this.

i'm pretty sure this will break builds with --enable-mergelibs,
Android/iOS, cross-compiling, gb_Package_PRESTAGEDIR and other exotic
configurations; but my hope is that if you use that sort of thing you
should be willing and able to fix it again :)  [ probably cross-compile
will need a INSTDIR_FOR_BUILD now... ]

on Fedora 19 things are a bit smaller now (--enable-dbgutil):

 du -sh workdir instdir solver
23G workdir
5,0Ginstdir
302Msolver

... though i wonder why on Mac OS X a very similar configuration is much
smaller:

$ du -sh workdir instdir solver
 12Gworkdir
1,7Ginstdir
122Msolver

guess the clang++ is using a less spacious version of debug-info...

 du -sh workdir/unxlngx6/CxxObject
13G workdir/unxlngx6/CxxObject

$ du -sh workdir/unxmacxi/CxxObject
6,7Gworkdir/unxmacxi/CxxObject

there are still 853 files in solver/unxlngx6, but the hope is that these
are quite easy to remove one makefile at a time, unlike the tangled mess
that is linktargets; interested people are of course welcome to help out.

some easy bits are the various libraries delivered via ExternalPackage;
there are even libfoo.so.X.Y.Z files in solver that probably have never
had a need to be there.

... and another nice thing about this is that with every library
existing only once, it was very easy to finally get the PythonTest to
work in a MSVC build too; previously it failed because it somehow
managed to load 2 copies of tklo.dll; so hopefully PythonTest is now
working on all platforms where JunitTest works.


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


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

2013-09-22 Thread Michael Stahl
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 95fd55620b08d6196057a13a88eaa0638cf51f9d
Author: Michael Stahl mst...@redhat.com
Date:   Sun Sep 22 12:19:50 2013 +0200

configure: oops, there were 2 harfbuzz lines to fix

Change-Id: Ib1869134b971c04a9cbd5d15b206898e943aaa5e

diff --git a/configure.ac b/configure.ac
index 4befd03..3ceb861 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8996,7 +8996,7 @@ if test $_os != WINNT -a $_os != Darwin -a $_os != iOS; 
then
 if $PKG_CONFIG --atleast-version 0.9.18 harfbuzz; then
 libo_CHECK_SYSTEM_MODULE([harfbuzz],[HARFBUZZ],[harfbuzz-icu = 
0.9.18],[-I${WORKDIR}/UnpackedTarball/harfbuzz/src],[-L${WORKDIR}/UnpackedTarball/harfbuzz/src/.libs
 -lharfbuzz -lharfbuzz-icu])
 else
-libo_CHECK_SYSTEM_MODULE([harfbuzz],[HARFBUZZ],[harfbuzz = 
0.9.10],[-I${WORKDIR}/UnpackedTarball/harfbuzz/src],[${WORKDIR}/UnpackedTarball/harfbuzz/src/.libs/libharfbuzz.a
 ${WORKDIR}/UnpackedTarball/harfbuzz/src/.libs/libharfbuzz-icu.a])
+libo_CHECK_SYSTEM_MODULE([harfbuzz],[HARFBUZZ],[harfbuzz = 
0.9.10],[-I${WORKDIR}/UnpackedTarball/harfbuzz/src],[-L${WORKDIR}/UnpackedTarball/harfbuzz/src/.libs
 -lharfbuzz -lharfbuzz-icu])
 fi
 else
 AC_MSG_RESULT([no])
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-09-22 Thread Caolán McNamara
 starmath/source/parse.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c86a23b9c739519b2c7c45b3ee67399549adacdc
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Sep 22 12:28:31 2013 +0100

ensure OUString::copy is within bounds

Change-Id: I7b8c2e764da01e38fb9f7048bcaeca93a72fafa3

diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index 9cb24fc..78abe81 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -441,7 +441,7 @@ void SmParser::NextToken()
 }
 else if (aRes.TokenType  KParseType::ONE_SINGLE_CHAR)
 {
-if (m_aBufferString.copy(nRealStart, 2) == %%)
+if (nRealStart + 2 = nBufLen  m_aBufferString.copy(nRealStart, 
2) == %%)
 {
 //SkipComment
 m_nBufferIndex = nRealStart + 2;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: python3/python-3.3.0-clang.patch.1 python3/python-3.3.0-darwin.patch.1 python3/UnpackedTarball_python3.mk

2013-09-22 Thread Tor Lillqvist
 python3/UnpackedTarball_python3.mk  |1 +
 python3/python-3.3.0-clang.patch.1  |   13 +
 python3/python-3.3.0-darwin.patch.1 |   26 ++
 3 files changed, 40 insertions(+)

New commits:
commit 1727fc2794a7ee78117e1c5b9bc4df2d1367965c
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Sep 22 16:14:26 2013 +0300

Fix python3 build on a clean OS X with no /usr/include

Change-Id: I5982c44d5995baea4ff12316f1f8fa7d0ade

diff --git a/python3/UnpackedTarball_python3.mk 
b/python3/UnpackedTarball_python3.mk
index 08d3283..fb30a40 100644
--- a/python3/UnpackedTarball_python3.mk
+++ b/python3/UnpackedTarball_python3.mk
@@ -32,6 +32,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,python3,\
python3/python-3.3.0-ffi-clang.patch.1 \
python3/python-3.3.0-gcc-4.8.patch.1 \
python3/python-3.3.0-pythreadstate.patch.1 \
+   python3/python-3.3.0-clang.patch.1 \
 ))
 
 ifneq ($(OS),WNT)
diff --git a/python3/python-3.3.0-clang.patch.1 
b/python3/python-3.3.0-clang.patch.1
new file mode 100644
index 000..9001110
--- /dev/null
+++ b/python3/python-3.3.0-clang.patch.1
@@ -0,0 +1,13 @@
+-*- Mode: diff -*-
+
+--- python3/setup.py
 python3/setup.py
+@@ -436,7 +436,7 @@
+ if ret  8 == 0:
+ with open(tmpfile) as fp:
+ for line in fp.readlines():
+-if line.startswith(gcc version):
++if line.startswith(gcc version) or 
line.startswith(clang -cc1 version):
+ is_gcc = True
+ elif line.startswith(#include ...):
+ in_incdirs = True
diff --git a/python3/python-3.3.0-darwin.patch.1 
b/python3/python-3.3.0-darwin.patch.1
index 94e48fe..a32b7f5 100644
--- a/python3/python-3.3.0-darwin.patch.1
+++ b/python3/python-3.3.0-darwin.patch.1
@@ -1,3 +1,5 @@
+-*- Mode: diff -*-
+
 LO needs to build both against MacOSX SDK and not produce universal binaries.
 
 diff -ru python3.old_/configure python3/configure
@@ -24,6 +26,30 @@ diff -ru python3.old_/configure python3/configure
   ARCH_RUN_32BIT=
   LIPO_32BIT_FLAGS=
 elif test $UNIVERSAL_ARCHS = 64-bit ; then
+
+On OS X avoid /usr/local/lib and include like the plague, we don't
+want to accidentally get some MacPorts etc stuff.
+
+On OS X, always run the compiler (which is Clang, not gcc) to find out
+what the include paths are. On a clean modern installation, there is
+no /usr/include.
+
+--- python3/setup.py
 python3/setup.py
+@@ -460,11 +460,11 @@
+ # Ensure that /usr/local is always used, but the local build
+ # directories (i.e. '.' and 'Include') must be first.  See issue
+ # 10520.
+-if not cross_compiling:
++if not cross_compiling and host_platform != 'darwin':
+ add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib')
+ add_dir_to_list(self.compiler.include_dirs, '/usr/local/include')
+ # only change this for cross builds for 3.3, issues on Mageia
+-if cross_compiling:
++if cross_compiling or host_platform == 'darwin':
+ self.add_gcc_paths()
+ self.add_multiarch_paths()
+ 
 --- python3/Mac/Makefile.in.orig   2013-09-13 20:16:50.558137603 +0200
 +++ python3/Mac/Makefile.in2013-09-13 21:57:14.790962423 +0200
 @@ -39,7 +39,7 @@
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - instsetoo_native/util solenv/inc

2013-09-22 Thread Andras Timar
 instsetoo_native/util/openoffice.lst |   24 
 solenv/inc/minor.mk  |4 ++--
 2 files changed, 14 insertions(+), 14 deletions(-)

New commits:
commit c614f96c7f9248c97d4e539fc3ad5b32d40f1674
Author: Andras Timar andras.ti...@collabora.com
Date:   Sun Sep 22 07:32:08 2013 -0700

Bump for 4.0-16

Change-Id: Ia7d8e427295b813268b74a8cfb4b8a1e686aa3d8

diff --git a/instsetoo_native/util/openoffice.lst 
b/instsetoo_native/util/openoffice.lst
index 546c5fb..5a5ba62 100644
--- a/instsetoo_native/util/openoffice.lst
+++ b/instsetoo_native/util/openoffice.lst
@@ -33,7 +33,7 @@ Globals
 CREATE_MSP_INSTALLSET 1
 UPDATE_DATABASE_LISTNAME finals_instsetoo.txt
 PACKAGEMAP package_names.txt,package_names_ext.txt
-WINDOWSPATCHLEVEL 15
+WINDOWSPATCHLEVEL 16
 OOOVENDOR The Document Foundation
 OOODOWNLOADNAME 1
 BUILDIDCWS {buildidcws}
@@ -50,13 +50,13 @@ LibreOffice
 {
 PRODUCTNAME LibreOffice
 PRODUCTVERSION 4.0
-PRODUCTEXTENSION -15
+PRODUCTEXTENSION -16
 POSTVERSIONEXTENSION
 POSTVERSIONEXTENSIONUNIX
 BRANDPACKAGEVERSION 4.0
 USERDIRPRODUCTVERSION 4
 ABOUTBOXPRODUCTVERSION 4.0
-ABOUTBOXPRODUCTVERSIONSUFFIX :build-315
+ABOUTBOXPRODUCTVERSIONSUFFIX :build-316
 BASEPRODUCTVERSION 4.0
 PCPFILENAME libreoffice.pcp
 UPDATEURL http://update.libreoffice.org/check.php
@@ -100,14 +100,14 @@ LibreOffice_Dev
 {
 PRODUCTNAME LOdev
 PRODUCTVERSION 4.0
-PRODUCTEXTENSION -15
+PRODUCTEXTENSION -16
 UNIXBASISROOTNAME lodev4.0
 POSTVERSIONEXTENSION
 POSTVERSIONEXTENSIONUNIX
 BRANDPACKAGEVERSION 4.0
 USERDIRPRODUCTVERSION 4
 ABOUTBOXPRODUCTVERSION 4.0
-ABOUTBOXPRODUCTVERSIONSUFFIX :build-315
+ABOUTBOXPRODUCTVERSIONSUFFIX :build-316
 BASEPRODUCTVERSION 4.0
 DEVELOPMENTPRODUCT 1
 BASISPACKAGEPREFIX lodevbasis
@@ -161,7 +161,7 @@ URE
 PRODUCTVERSION 4.0
 PACKAGEVERSION 4.0
 PACKAGEREVISION 1
-PRODUCTEXTENSION -15
+PRODUCTEXTENSION -16
 BRANDPACKAGEVERSION 4.0
 LICENSENAME LGPL
 NOVERSIONINDIRNAME 1
@@ -192,7 +192,7 @@ LibreOffice_SDK
 {
 PRODUCTNAME LibreOffice
 PRODUCTVERSION 4.0
-PRODUCTEXTENSION -15
+PRODUCTEXTENSION -16
 POSTVERSIONEXTENSION SDK
 POSTVERSIONEXTENSIONUNIX sdk
 BRANDPACKAGEVERSION 4.0
@@ -231,7 +231,7 @@ LibreOffice_Dev_SDK
 {
 PRODUCTNAME LOdev
 PRODUCTVERSION 4.0
-PRODUCTEXTENSION -15
+PRODUCTEXTENSION -16
 UNIXBASISROOTNAME lodev4.0
 POSTVERSIONEXTENSION SDK
 POSTVERSIONEXTENSIONUNIX sdk
@@ -276,7 +276,7 @@ LibreOffice_Test
 {
 PRODUCTNAME LibreOffice
 PRODUCTVERSION 4.0
-PRODUCTEXTENSION -15
+PRODUCTEXTENSION -16
 POSTVERSIONEXTENSION TEST
 POSTVERSIONEXTENSIONUNIX test
 BRANDPACKAGEVERSION 4.0
@@ -315,7 +315,7 @@ LibreOffice_Dev_Test
 {
 PRODUCTNAME LOdev
 PRODUCTVERSION 4.0
-PRODUCTEXTENSION -15
+PRODUCTEXTENSION -16
 UNIXBASISROOTNAME lodev4.0
 POSTVERSIONEXTENSION TEST
 POSTVERSIONEXTENSIONUNIX test
@@ -359,13 +359,13 @@ OxygenOffice
 {
 PRODUCTNAME OxygenOffice
 PRODUCTVERSION 4.0
-PRODUCTEXTENSION -15
+PRODUCTEXTENSION -16
 POSTVERSIONEXTENSION
 POSTVERSIONEXTENSIONUNIX
 BRANDPACKAGEVERSION 4.0
 USERDIRPRODUCTVERSION 4
 ABOUTBOXPRODUCTVERSION 4.0
-ABOUTBOXPRODUCTVERSIONSUFFIX :build-315
+ABOUTBOXPRODUCTVERSIONSUFFIX :build-316
 BASEPRODUCTVERSION 4.0
 PCPFILENAME openoffice.pcp
 UPDATEURL http://update.libreoffice.org/check.php
diff --git a/solenv/inc/minor.mk b/solenv/inc/minor.mk
index 0f38c76..1cb6a96 100644
--- a/solenv/inc/minor.mk
+++ b/solenv/inc/minor.mk
@@ -1,6 +1,6 @@
 RSCVERSION=400
-RSCREVISION=400m1(Build:315)
-BUILD=315
+RSCREVISION=400m1(Build:316)
+BUILD=316
 LAST_MINOR=m0
 SOURCEVERSION=OOO400
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-09-22 Thread Ivan Timofeev
 editeng/source/outliner/outlvw.cxx |7 ---
 include/editeng/outliner.hxx   |   25 -
 2 files changed, 32 deletions(-)

New commits:
commit 6536270e14c1017313d1bd1508d54392c0626696
Author: Ivan Timofeev timofeev@gmail.com
Date:   Sun Sep 22 20:00:39 2013 +0400

remove unused members from OutlinerView

Change-Id: Iac32c42afef80e01af70479e5b2f9de4e1dfab26

diff --git a/editeng/source/outliner/outlvw.cxx 
b/editeng/source/outliner/outlvw.cxx
index 829087d..036b464 100644
--- a/editeng/source/outliner/outlvw.cxx
+++ b/editeng/source/outliner/outlvw.cxx
@@ -54,11 +54,6 @@ OutlinerView::OutlinerView( Outliner* pOut, Window* pWin )
 DBG_CTOR( OutlinerView, 0 );
 
 pOwner  = pOut;
-bDDCursorVisible= sal_False;
-bInDragMode = sal_False;
-nDDScrollLRBorderWidthWin   = 0;
-nDDScrollTBBorderWidthWin   = 0;
-pHorTabArrDoc   = 0;
 
 pEditView = new EditView( pOut-pEditEngine, pWin );
 pEditView-SetSelectionMode( EE_SELMODE_TXTONLY );
@@ -348,8 +343,6 @@ sal_Bool OutlinerView::MouseButtonDown( const MouseEvent 
rMEvt )
 else if( rMEvt.GetClicks() == 2  bHasChildren )
 ImpToggleExpand( pPara );
 
-aDDStartPosPix = rMEvt.GetPosPixel();
-aDDStartPosRef=pEditView-GetWindow()-PixelToLogic( 
aDDStartPosPix,pOwner-GetRefMapMode());
 return sal_True;
 }
 
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx
index 484f08c..3b3f18b 100644
--- a/include/editeng/outliner.hxx
+++ b/include/editeng/outliner.hxx
@@ -186,28 +186,6 @@ private:
 Outliner*   pOwner;
 EditView*   pEditView;
 
-// Drag  Drop
-sal_BoolbBeginDragAtMove_OLDMEMBER;
-sal_BoolbInDragMode;
-Point   aDDStartPosRef;
-Point   aDDStartPosPix;
-sal_Int32   nDDStartPara;
-sal_Int32   nDDStartParaVisChildCount;
-sal_Int32   nDDCurPara;
-sal_uInt16  nDDStartDepth;
-sal_uInt16  nDDCurDepth;
-sal_uInt16  nDDMaxDepth;
-sal_BoolbDDChangingDepth;
-sal_BoolbDDCursorVisible;
-long*   pHorTabArrDoc;
-longnDDScrollLRBorderWidthWin;  // Left Right
-longnDDScrollTBBorderWidthWin;  // Top Bottom
-longnDDScrollLROffs;
-longnDDScrollTDOffs;
-
-void*   pDummy;
-sal_uLong   nDummy;
-
 enum MouseTarget {
 MouseText = 0,
 MouseBullet = 1,
@@ -215,7 +193,6 @@ private:
 MouseOutside = 3,// Outside OutputArea
 MouseDontKnow = 4
 };
-MouseTarget OLD_ePrevMouseTarget;
 
 EDITENG_DLLPRIVATE void ImplExpandOrCollaps( sal_Int32 nStartPara, 
sal_Int32 nEndPara, sal_Bool bExpand );
 
@@ -223,11 +200,9 @@ private:
 EDITENG_DLLPRIVATE void ImpToggleExpand( Paragraph* pParentPara );
 EDITENG_DLLPRIVATE ParaRangeImpGetSelectedParagraphs( sal_Bool 
bIncludeHiddenChildren );
 
-EDITENG_DLLPRIVATE Pointer  ImpGetMousePointer( MouseTarget eTarget );
 EDITENG_DLLPRIVATE sal_Int32ImpInitPaste( sal_Int32 rStart );
 EDITENG_DLLPRIVATE void ImpPasted( sal_Int32 nStart, sal_Int32 
nPrevParaCount, sal_Int32 nSize);
 EDITENG_DLLPRIVATE sal_Int32ImpCalcSelectedPages( sal_Bool 
bIncludeFirstSelected );
-EDITENG_DLLPRIVATE sal_BoolImpIsIndentingPages();
 
 public:
 OutlinerView( Outliner* pOut, Window* pWindow );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-09-22 Thread Andrzej J . R . Hunt
 sd/source/ui/sidebar/MasterPageObserver.cxx |2 --
 1 file changed, 2 deletions(-)

New commits:
commit 174caa875c92e6eed324ebc9db2e1746678435a1
Author: Andrzej J.R. Hunt andr...@ahunt.org
Date:   Sun Sep 22 17:21:40 2013 +0100

WaE: unused variables.

Change-Id: I269c5fd4817059f33df111f12ffd16ef8241a2fc

diff --git a/sd/source/ui/sidebar/MasterPageObserver.cxx 
b/sd/source/ui/sidebar/MasterPageObserver.cxx
index 5b36f0a..a8b033e 100644
--- a/sd/source/ui/sidebar/MasterPageObserver.cxx
+++ b/sd/source/ui/sidebar/MasterPageObserver.cxx
@@ -225,8 +225,6 @@ void MasterPageObserver::Implementation::AddEventListener (
 // Tell the new listener about all the master pages that are
 // currently in use.
 typedef ::std::vectorString StringList;
-StringList aNewMasterPages;
-StringList aRemovedMasterPages;
 MasterPageContainer::iterator aDocumentIterator;
 for (aDocumentIterator=maUsedMasterPages.begin();
  aDocumentIterator!=maUsedMasterPages.end();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-09-22 Thread Muthu Subramanian
 oox/source/drawingml/chart/axisconverter.cxx |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 63eafc88befd398e0ee94a94aff945712a179d48
Author: Muthu Subramanian sumu...@collabora.com
Date:   Wed Sep 11 21:41:43 2013 +0530

n#834720: Labels wrongly interpreted as dates.

If the numFormat is available we should probably use that.

diff --git a/oox/source/drawingml/chart/axisconverter.cxx 
b/oox/source/drawingml/chart/axisconverter.cxx
index ba01c52..7feb6c9 100644
--- a/oox/source/drawingml/chart/axisconverter.cxx
+++ b/oox/source/drawingml/chart/axisconverter.cxx
@@ -307,10 +307,8 @@ void AxisConverter::convertFromModel( const Reference 
XCoordinateSystem  rxCo
 {
 bool bPercent = false;
 if( mrModel.maNumberFormat.maFormatCode.indexOf('%') = 0)
-{
-mrModel.maNumberFormat.mbSourceLinked = false;
 bPercent = true;
-}
+mrModel.maNumberFormat.mbSourceLinked = false;
 getFormatter().convertNumberFormat( aAxisProp, 
mrModel.maNumberFormat, bPercent );
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-09-22 Thread Andrzej J . R . Hunt
 sw/source/filter/html/wrthtml.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 647fb29f528b891a1c92846640f7865f5c1fbe7f
Author: Andrzej J.R. Hunt andr...@ahunt.org
Date:   Sun Sep 22 17:36:34 2013 +0100

WaE: Unused return value of OUString.

Seems to be a leftover of the String-OUString conversion?

Change-Id: I5ecbdbc0131894f5240b472d3981e69178b503c5

diff --git a/sw/source/filter/html/wrthtml.cxx 
b/sw/source/filter/html/wrthtml.cxx
index dafdf10..df04777 100644
--- a/sw/source/filter/html/wrthtml.cxx
+++ b/sw/source/filter/html/wrthtml.cxx
@@ -573,13 +573,13 @@ static void lcl_html_OutSectionStartTag( SwHTMLWriter 
rHTMLWrt,
 sal_Int32 nPos = aSection.indexOf( '%' );
 while( nPos != -1 )
 {
-aSection.replaceAt(nPos, 1, %25);
+aSection = aSection.replaceAt(nPos, 1, %25);
 nPos = aSection.indexOf( '%', nPos+3 );
 }
 nPos = aSection.indexOf( cDelim );
 while( nPos != -1 )
 {
-aSection.replaceAt(nPos, 1, %FF );
+aSection = aSection.replaceAt(nPos, 1, %FF );
 nPos = aSection.indexOf( cDelim, nPos+3 );
 }
 HTMLOutFuncs::Out_String( rHTMLWrt.Strm(), aSection,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-09-22 Thread Caolán McNamara
 sd/source/ui/sidebar/MasterPageObserver.cxx |1 -
 1 file changed, 1 deletion(-)

New commits:
commit f9042c6af125a26227b6a6da66242037d7f3
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Sep 22 17:46:27 2013 +0100

unused typedef

Change-Id: Ib07f06b1fa0402795fa4b5b33574f53e4d266ab2

diff --git a/sd/source/ui/sidebar/MasterPageObserver.cxx 
b/sd/source/ui/sidebar/MasterPageObserver.cxx
index a8b033e..7aa47d7 100644
--- a/sd/source/ui/sidebar/MasterPageObserver.cxx
+++ b/sd/source/ui/sidebar/MasterPageObserver.cxx
@@ -224,7 +224,6 @@ void MasterPageObserver::Implementation::AddEventListener (
 
 // Tell the new listener about all the master pages that are
 // currently in use.
-typedef ::std::vectorString StringList;
 MasterPageContainer::iterator aDocumentIterator;
 for (aDocumentIterator=maUsedMasterPages.begin();
  aDocumentIterator!=maUsedMasterPages.end();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-09-22 Thread Michael Stahl
 solenv/gbuild/LinkTarget.mk |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit da2c3cf0aa78cb3363b3ded2bebc418d0cc7ffca
Author: Michael Stahl mst...@redhat.com
Date:   Sun Sep 22 17:13:04 2013 +0200

gbuild: fix gb_LinkTarget_set_precompiled_header

... for --enable-selective-debuginfo, use the right argument for that.

Change-Id: I34bc1f473e02d8f7038478afadc8de24780ae88a

diff --git a/solenv/gbuild/LinkTarget.mk b/solenv/gbuild/LinkTarget.mk
index e05e62a..b40ad65 100644
--- a/solenv/gbuild/LinkTarget.mk
+++ b/solenv/gbuild/LinkTarget.mk
@@ -1350,7 +1350,7 @@ $(call gb_LinkTarget_get_clean_target,$(1)) : $(foreach 
sdi,$(2),$(call gb_SdiTa
 
 endef
 
-# call 
gb_LinkTarget__set_precompiled_header_impl,linktarget,pchcxxfile,pchtarget
+# call 
gb_LinkTarget__set_precompiled_header_impl,linktarget,pchcxxfile,pchtarget,linktargetmakefilename
 define gb_LinkTarget__set_precompiled_header_impl
 $(call gb_LinkTarget_get_clean_target,$(1)) : $(call 
gb_PrecompiledHeader_get_clean_target,$(3))
 $(call gb_PrecompiledHeader_get_target,$(3)) : $(2).cxx
@@ -1364,7 +1364,7 @@ $(call gb_LinkTarget_get_target,$(1)) : PCHOBJS = 
$$(PCHOBJEX)
 $(call gb_LinkTarget_get_headers_target,$(1)) \
 $(call gb_LinkTarget_get_target,$(1)) : PCH_DEFS := $$(DEFS)
 $(call gb_LinkTarget_get_headers_target,$(1)) \
-$(call gb_LinkTarget_get_target,$(1)) : PCH_CXXFLAGS := $$(T_CXXFLAGS) $(call 
gb_LinkTarget__get_cxxflags,$(1))
+$(call gb_LinkTarget_get_target,$(1)) : PCH_CXXFLAGS := $$(T_CXXFLAGS) $(call 
gb_LinkTarget__get_cxxflags,$(4))
 
 $(call gb_PrecompiledHeader_get_target,$(3)) : VISIBILITY :=
 
@@ -1373,15 +1373,15 @@ $(call gb_PrecompiledHeader_get_timestamp,$(call 
gb_LinkTarget__get_workdir_link
 ifeq ($(gb_FULLDEPS),$(true))
 -include $(call gb_PrecompiledHeader_get_dep_target,$(3)) 
 $(call gb_LinkTarget_get_dep_target,$(1)) : PCH_DEFS := $$(DEFS)
-$(call gb_LinkTarget_get_dep_target,$(1)) : PCH_CXXFLAGS := $$(T_CXXFLAGS) 
$(call gb_LinkTarget__get_cxxflags,$(1))
+$(call gb_LinkTarget_get_dep_target,$(1)) : PCH_CXXFLAGS := $$(T_CXXFLAGS) 
$(call gb_LinkTarget__get_cxxflags,$(4))
 endif
 
 endef
 
-# call gb_LinkTarget_set_precompiled_header,linktarget,pchcxxfile
+# call 
gb_LinkTarget_set_precompiled_header,linktarget,pchcxxfile,linktargetmakefilename
 define gb_LinkTarget_set_precompiled_header
 ifeq ($(gb_ENABLE_PCH),$(true))
-$(call gb_LinkTarget__set_precompiled_header_impl,$(1),$(2),$(notdir $(2)))
+$(call gb_LinkTarget__set_precompiled_header_impl,$(1),$(2),$(notdir 
$(2)),$(4))
 endif
 
 endef
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/cmis' - comphelper/source sfx2/source ucb/source

2013-09-22 Thread Cao Cuong Ngo
 comphelper/source/misc/mediadescriptor.cxx |3 +--
 sfx2/source/doc/docfile.cxx|5 +++--
 ucb/source/ucp/cmis/cmis_content.cxx   |   14 --
 ucb/source/ucp/cmis/cmis_url.cxx   |3 +--
 4 files changed, 13 insertions(+), 12 deletions(-)

New commits:
commit bae3c4fc5c82496561d2b156765ebf2257973437
Author: Cao Cuong Ngo cao.cuong@gmail.com
Date:   Sat Sep 21 23:36:06 2013 +0200

CMIS file picker: it really does not like ID Mark

The file picker can't go back folder if we use
ID mark in the URL.

Change-Id: I6985feec71dc23848ee022e0bab9e8515a21ffd2

diff --git a/comphelper/source/misc/mediadescriptor.cxx 
b/comphelper/source/misc/mediadescriptor.cxx
index 21102f2..5ac52ca 100644
--- a/comphelper/source/misc/mediadescriptor.cxx
+++ b/comphelper/source/misc/mediadescriptor.cxx
@@ -470,8 +470,7 @@ sal_Bool MediaDescriptor::impl_addInputStream( sal_Bool 
bLockFile )
 css::uno::Reference css::uno::XInterface ());
 
 // Parse URL! Only the main part has to be used further. E.g. a 
jumpmark can make trouble
-// We need to keep the full URL with Mark to store the Object ID
-// in CMIS UCB
+OUString sNormalizedURL = impl_normalizeURL( sURL );
 return impl_openStreamWithURL( sURL, bLockFile );
 }
 #if OSL_DEBUG_LEVEL  0
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index ebd03ea..c59675f 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -2492,7 +2492,7 @@ void SfxMedium::Init_Impl()
 {
 if ( aUrl.HasMark() )
 {
-// keep the Mark to store the Document ID
+pImp-m_aLogicName = aUrl.GetURLNoMark( 
INetURLObject::NO_DECODE );
 GetItemSet()-Put( SfxStringItem( SID_JUMPMARK, aUrl.GetMark() 
) );
 }
 
@@ -3007,7 +3007,8 @@ const INetURLObject SfxMedium::GetURLObject() const
 if (!pImp-m_pURLObj)
 {
 pImp-m_pURLObj = new INetURLObject( pImp-m_aLogicName );
-// keep the Mark to store the Document ID
+if (pImp-m_pURLObj-HasMark())
+*pImp-m_pURLObj = INetURLObject( pImp-m_aLogicName 
).GetURLNoMark();
 }
 
 return *pImp-m_pURLObj;
diff --git a/ucb/source/ucp/cmis/cmis_content.cxx 
b/ucb/source/ucp/cmis/cmis_content.cxx
index 76d23b9..685cd4b 100644
--- a/ucb/source/ucp/cmis/cmis_content.cxx
+++ b/ucb/source/ucp/cmis/cmis_content.cxx
@@ -1222,8 +1222,6 @@ namespace cmis
 m_pObjectType.reset( );
 m_pObjectProps.clear( );
 m_bTransient = false;
-uno::Reference ucb::XContentIdentifier  xId(new 
::ucbhelper::ContentIdentifier(m_sURL));
-m_xIdentifier = xId;
 inserted();
 }
 }
@@ -1501,10 +1499,14 @@ namespace cmis
 return parentUrl;
 else
 {
-INetURLObject aParentUrl( m_sURL );
-string sName = OUSTR_TO_STDSTR( aParentUrl.getName( 
INetURLObject::LAST_SEGMENT, true, INetURLObject::DECODE_WITH_CHARSET ) );
-aParentUrl.removeSegment( );
-return aParentUrl.GetMainURL( INetURLObject::NO_DECODE );
+INetURLObject aUrl( m_sURL );
+if ( aUrl.getSegmentCount( )  0 )
+{
+URL aCmisUrl( m_sURL );
+aUrl.removeSegment( );
+aCmisUrl.setObjectPath( aUrl.GetURLPath( 
INetURLObject::DECODE_WITH_CHARSET ) );
+parentUrl = aCmisUrl.asString( );
+}
 }
 
 return parentUrl;
diff --git a/ucb/source/ucp/cmis/cmis_url.cxx b/ucb/source/ucp/cmis/cmis_url.cxx
index 2468066..a30aeff 100644
--- a/ucb/source/ucp/cmis/cmis_url.cxx
+++ b/ucb/source/ucp/cmis/cmis_url.cxx
@@ -105,8 +105,7 @@ namespace cmis
 }
 while ( nPos != -1 );
 sUrl += sEncodedPath;
-}
-if ( !m_sId.isEmpty( ) )
+} else if ( !m_sId.isEmpty( ) )
 {
 sUrl += # + rtl::Uri::encode( m_sId,
 rtl_UriCharClassRelSegment,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: basctl/source cui/source fpicker/source include/tools sc/source sw/source tools/source

2013-09-22 Thread Caolán McNamara
 basctl/source/basicide/basobj2.cxx|6 +++---
 basctl/source/basicide/bastypes.cxx   |4 ++--
 basctl/source/basicide/moduldl2.cxx   |6 +++---
 basctl/source/basicide/moduldlg.hxx   |4 ++--
 basctl/source/basicide/scriptdocument.cxx |4 ++--
 cui/source/options/optpath.cxx|4 ++--
 fpicker/source/office/iodlg.cxx   |   10 +-
 include/tools/string.hxx  |4 
 sc/source/filter/excel/xistyle.cxx|6 +++---
 sc/source/filter/html/htmlpars.cxx|   16 
 sw/source/ui/docvw/edtwin.cxx |   12 ++--
 sw/source/ui/inc/gloslst.hxx  |2 +-
 sw/source/ui/uno/unoatxt.cxx  |8 
 sw/source/ui/utlui/gloslst.cxx|4 ++--
 tools/source/string/strascii.cxx  |   18 --
 tools/source/string/tustring.cxx  |   25 -
 16 files changed, 43 insertions(+), 90 deletions(-)

New commits:
commit 81202ae7487b139cb473ff85634003b36d67e8c4
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Sep 22 16:58:29 2013 +0100

Related: fdo#38838 remove UniString::CompareIgnoreCaseToAscii

Change-Id: I4a9b34d63d2534a35aa9a878b8c2bec15262c2be

diff --git a/basctl/source/basicide/basobj2.cxx 
b/basctl/source/basicide/basobj2.cxx
index d5b7030..74e7e19 100644
--- a/basctl/source/basicide/basobj2.cxx
+++ b/basctl/source/basicide/basobj2.cxx
@@ -105,9 +105,9 @@ bool IsValidSbxName( const OUString rName )
 return true;
 }
 
-static bool StringCompareLessThan( const String rStr1, const String rStr2 )
+static bool StringCompareLessThan( const OUString rStr1, const OUString 
rStr2 )
 {
-return (rStr1.CompareIgnoreCaseToAscii( rStr2 ) == COMPARE_LESS);
+return (rStr1.compareToIgnoreAsciiCase( rStr2 )  0);
 }
 
 //
@@ -115,7 +115,7 @@ static bool StringCompareLessThan( const String rStr1, 
const String rStr2 )
 Sequence OUString  GetMergedLibraryNames( const Reference 
script::XLibraryContainer  xModLibContainer, const Reference 
script::XLibraryContainer  xDlgLibContainer )
 {
 // create a sorted list of module library names
-::std::vectorString aModLibList;
+::std::vectorOUString aModLibList;
 if ( xModLibContainer.is() )
 {
 Sequence OUString  aModLibNames = 
xModLibContainer-getElementNames();
diff --git a/basctl/source/basicide/bastypes.cxx 
b/basctl/source/basicide/bastypes.cxx
index 41c2491..5087fda 100644
--- a/basctl/source/basicide/bastypes.cxx
+++ b/basctl/source/basicide/bastypes.cxx
@@ -588,11 +588,11 @@ namespace
 struct TabBarSortHelper
 {
 sal_uInt16  nPageId;
-String  aPageText;
+OUStringaPageText;
 
 bool operator  (TabBarSortHelper const rComp) const
 {
-return aPageText.CompareIgnoreCaseToAscii(rComp.aPageText) == 
COMPARE_LESS;
+return aPageText.compareToIgnoreAsciiCase(rComp.aPageText)  0;
 }
 };
 
diff --git a/basctl/source/basicide/moduldl2.cxx 
b/basctl/source/basicide/moduldl2.cxx
index 8952742..1b9e4d7 100644
--- a/basctl/source/basicide/moduldl2.cxx
+++ b/basctl/source/basicide/moduldl2.cxx
@@ -216,21 +216,21 @@ void CheckBox::SetMode (ObjectMode::Mode e)
 
 //
 
-SvTreeListEntry* CheckBox::DoInsertEntry( const String rStr, sal_uLong nPos )
+SvTreeListEntry* CheckBox::DoInsertEntry( const OUString rStr, sal_uLong nPos 
)
 {
 return SvTabListBox::InsertEntryToColumn( rStr, nPos, 0 );
 }
 
 //
 
-SvTreeListEntry* CheckBox::FindEntry( const String rName )
+SvTreeListEntry* CheckBox::FindEntry( const OUString rName )
 {
 sal_uLong nCount = GetEntryCount();
 for ( sal_uLong i = 0; i  nCount; i++ )
 {
 SvTreeListEntry* pEntry = GetEntry( i );
 DBG_ASSERT( pEntry, pEntry?! );
-if ( rName.CompareIgnoreCaseToAscii( GetEntryText( pEntry, 0 ) ) == 
COMPARE_EQUAL )
+if ( rName.equalsIgnoreAsciiCase( GetEntryText( pEntry, 0 ) ) )
 return pEntry;
 }
 return 0;
diff --git a/basctl/source/basicide/moduldlg.hxx 
b/basctl/source/basicide/moduldlg.hxx
index 34de345..8d1576b 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -134,8 +134,8 @@ public:
 CheckBox( Window* pParent, const ResId rResId );
 ~CheckBox();
 
-SvTreeListEntry*DoInsertEntry( const String rStr, sal_uLong nPos = 
LISTBOX_APPEND );
-SvTreeListEntry*FindEntry( const String rName );
+SvTreeListEntry*DoInsertEntry( const OUString rStr, sal_uLong nPos = 
LISTBOX_APPEND );
+SvTreeListEntry*FindEntry( const OUString rName );
 
 voidCheckEntryPos( sal_uLong nPos );
 boolIsChecked( sal_uLong nPos ) const;
diff --git 

Re: 4.1.1 Binary size

2013-09-22 Thread Wols Lists
On 19/09/13 12:43, Michael Meeks wrote:
 Patches most welcome; though of course - we'd need to check that
 existing documents don't hard-code links to these paths [ it seems
 likely sadly ] into the gallery.

Not knowing the packaging system (and of course distros do their own
thing), but is it possible to flag certain areas - artwork being an
obvious example - as do not remove when upgrading?

That's annoyed me on many an occasion with some programs, where you had
all these useful little extras like clip-art, and then an upgrade
removed the old lot and replaced it with something new and different.

It'd be nice to be able to include a bunch of useful bits with each
version and change them. Then people who've got them would still have
them but there'd be a bit of the what wonderful new things will turn up
THIS time?. And if the location is documented then people could copy
and share them if they so desire.

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


Re: [ANN] --disable-orcus

2013-09-22 Thread Kohei Yoshida
On Thu, 2013-09-19 at 17:23 +0200, Stephan Bergmann wrote:

 But is it intentional that with 
 http://cgit.freedesktop.org/libreoffice/core/commit/?id=02346aa4663055e1adf7c52ede89871a493f4513
  
 Add the configure bits to support --disable-orcus's
 
  AC_MSG_CHECKING([whether to enable orcus])
  if test $_os != Darwin -a $_os != Android -a $_os != iOS -a \( -z 
  $enable_orcus -o $enable_orcus != no \); then
 
 an explicit --enable-orcus on e.g. Mac OS X is now silently ignored 
 completely?

Not intentional.  I just copied whatever the graphite option was doing,
so it's possible that it's broken on OS X.

Kohei

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


Help

2013-09-22 Thread henrickthode
I have Libre Office on my Computer and have created a document.Which I want to 
print. The printout needs to show the gridlines. How can I do that in simple 
language?
I checked all possible alternatives,but it always prints out without the 
gridlines. Can you help
Please give me the info as to what to click to get this done.Thank you
Henrick Thode in Virginia,USA
henrickth...@comcast.net___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


sobre libreOffice

2013-09-22 Thread Juan Carlos
Hola, necesito saber si existe algún sistema que te permita el 
empaquetamiento de LibreOffice, de forma automática y que no sea por 
consola, con comandos, algo así como una herramienta que te facilite 
todos esos comandos que tenemos que tirar en la consola para el 
empaquetamiento de LibreOffice.


Saludos Juan Carlos.

Hi, I need to know if there is a system that lets the LibreOffice 
packaging, automatically and is not by console commands, something like 
a tool that will provide all those commands that have to pull off the 
console for packaging LibreOffice.


GreetingsJuan Carlos.



III Escuela Internacional de Invierno en la UCI del 17 al 28 de febrero del 
2014. Ver www.uci.cu
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2013-09-22 Thread Michael Stahl
 Repository.mk   |5 -
 solenv/gbuild/platform/com_MSC_class.mk |2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit b5fa3764c74047cbee4b825195a8f3b94ba15ffd
Author: Michael Stahl mst...@redhat.com
Date:   Sun Sep 22 21:57:18 2013 +0200

fdo#69601: quick fix for wrong cli_cppuhelper.dll in instset

This needs more investigation to find proper solution but the problem is
probably that URE/bin/cli_cppuhelper.dll is not signed by sn.exe.

Change-Id: I318293603be838c41d09791136697de74091d37d

diff --git a/Repository.mk b/Repository.mk
index 57c8554..aaca80a 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -496,8 +496,11 @@ $(eval $(call 
gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
xmlreader \
 ))
 
-$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
+# FIXME fdo#69601
+$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
$(if $(filter MSC,$(COM)),cli_cppuhelper) \
+))
+$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
$(if $(filter MSC,$(COM)),cli_uno) \
getuid \
jpipe \
diff --git a/solenv/gbuild/platform/com_MSC_class.mk 
b/solenv/gbuild/platform/com_MSC_class.mk
index 2269d33..026e775 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -544,7 +544,7 @@ gb_InstallScript_EXT := .inf
 # CliAssemblyTarget class
 
 gb_CliAssemblyTarget_POLICYEXT := $(gb_Library_DLLEXT)
-gb_CliAssemblyTarget_get_dll = $(call 
gb_Library__get_dir_for_layer,URELIB)/$(1)$(gb_CliAssemblyTarget_POLICYEXT)
+gb_CliAssemblyTarget_get_dll = $(call 
gb_Library__get_dir_for_layer,NONE)/$(1)$(gb_CliAssemblyTarget_POLICYEXT)
 
 # Extension class
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/gsoc-calc-enhanced-db-range' - 4 commits - sc/Library_sc.mk sc/source sc/uiconfig sc/UIConfig_scalc.mk sw/Module_sw.mk

2013-09-22 Thread Akash Shetye
 sc/Library_sc.mk  |1 
 sc/UIConfig_scalc.mk  |1 
 sc/source/filter/excel/xedbdata.cxx   |4 -
 sc/source/filter/excel/xestyle.cxx|   18 ++---
 sc/source/ui/dbgui/dbformattingdlg.cxx|   60 ++
 sc/source/ui/dbgui/dbnamdlg.cxx   |   14 
 sc/source/ui/inc/dbformattingdlg.hrc  |   30 +
 sc/source/ui/inc/dbformattingdlg.hxx  |   37 +++
 sc/source/ui/inc/dbnamdlg.hrc |1 
 sc/source/ui/inc/dbnamdlg.hxx |3 
 sc/uiconfig/scalc/ui/dbdataformatting.ui  |   70 ++
 sc/uiconfig/scalc/ui/definedatabaserangedialog.ui |   13 
 sw/Module_sw.mk   |1 
 13 files changed, 240 insertions(+), 13 deletions(-)

New commits:
commit 759a4b29e4c45a31cc07a2116615d5ed3456c9ba
Author: Akash Shetye shetyeak...@gmail.com
Date:   Mon Sep 23 01:24:38 2013 +0530

Trying to add a simple mode less dialog for db formatting;

I am missing something and the program crashes as soon as the dialog is 
initialized.

Change-Id: If778ccded4c3d1a066483dc4272f764aed630891

diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index 5b24e6b..73858ab 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -376,6 +376,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
sc/source/ui/dbgui/csvsplits \
sc/source/ui/dbgui/csvtablebox \
sc/source/ui/dbgui/dbnamdlg \
+sc/source/ui/dbgui/dbformattingdlg \
sc/source/ui/dbgui/expftext \
$(if $(filter TRUE,$(MPL_SUBSET)),, \
sc/source/ui/dbgui/fieldwnd) \
diff --git a/sc/UIConfig_scalc.mk b/sc/UIConfig_scalc.mk
index 43dee84..dcdf2df 100644
--- a/sc/UIConfig_scalc.mk
+++ b/sc/UIConfig_scalc.mk
@@ -126,6 +126,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/scalc,\
sc/uiconfig/scalc/ui/ungroupdialog \
sc/uiconfig/scalc/ui/validationhelptabpage \
sc/uiconfig/scalc/ui/movecopysheet \
+sc/uiconfig/scalc/ui/dbdataformatting \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/sc/source/ui/dbgui/dbformattingdlg.cxx 
b/sc/source/ui/dbgui/dbformattingdlg.cxx
new file mode 100644
index 000..dbcea9422
--- /dev/null
+++ b/sc/source/ui/dbgui/dbformattingdlg.cxx
@@ -0,0 +1,60 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements. See the NOTICE file distributed
+ *   with this work for additional information regarding copyright
+ *   ownership. The ASF licenses this file to you under the Apache
+ *   License, Version 2.0 (the License); you may not use this file
+ *   except in compliance with the License. You may obtain a copy of
+ *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+#include comphelper/string.hxx
+#include vcl/msgbox.hxx
+#include comphelper/string.hxx
+#include vcl/msgbox.hxx
+#include reffact.hxx
+#include document.hxx
+#include scresid.hxx
+#include globstr.hrc
+#include dbnamdlg.hrc
+#include rangenam.hxx // IsNameValid
+#include globalnames.hxx
+#include dbformattingdlg.hxx
+
+ScDbFormattingDlg::ScDbFormattingDlg( Window* pParent )
+:   ModalDialog( pParent, DbDataFormatting, 
modules/scalc/ui/dbdataformatting.ui )
+{
+}
+
+ScDbFormattingDlg::~ScDbFormattingDlg()
+{
+}
+
+void ScDbFormattingDlg::SetReference( const ScRange rRef, ScDocument* pDocP )
+{
+}
+
+sal_Bool ScDbFormattingDlg::Close()
+{
+return true;
+}
+
+void ScDbFormattingDlg::SetActive()
+{
+//aEdAssign.GrabFocus();
+//RefInputDone();
+}
+
+sal_Bool ScDbFormattingDlg::IsRefInputMode() const
+{
+return false;
+}
diff --git a/sc/source/ui/dbgui/dbnamdlg.cxx b/sc/source/ui/dbgui/dbnamdlg.cxx
index 69447ad..c675aba 100644
--- a/sc/source/ui/dbgui/dbnamdlg.cxx
+++ b/sc/source/ui/dbgui/dbnamdlg.cxx
@@ -26,6 +26,7 @@
 #include globstr.hrc
 #include rangenam.hxx // IsNameValid
 #include globalnames.hxx
+#include dbformattingdlg.hxx
 #include dbnamdlg.hxx
 
 
@@ -119,7 +120,7 @@ ScDbNameDlg::ScDbNameDlg(SfxBindings* pB, SfxChildWindow* 
pCW, Window* pParent,
 : ScAnyRefDlg(pB, pCW, pParent,
 DefineDatabaseRangeDialog,
 modules/scalc/ui/definedatabaserangedialog.ui)
-, pViewData(ptrViewData)
+, pViewData( ptrViewData )
 , pDoc(ptrViewData-GetDocument())
 , bRefInputMode(false)
 , aAddrDetails(pDoc-GetAddressConvention(), 0, 0)
@@ -501,6 +502,8 @@ IMPL_LINK_NOARG(ScDbNameDlg, AddBtnHdl)
 

Re: [ANN] feature/instdirlinktargets merged (was: Re: minutes of ESC call ...)

2013-09-22 Thread David Ostrovsky
On Sun, 2013-09-22 at 11:24 +0200, Michael Stahl wrote:
 good news everyone!
[...]
 the branch (feature/instdirlinktargets) is now merged on master.
 
[...]
 ... and another nice thing about this is that with every library
 existing only once, it was very easy to finally get the PythonTest to
 work in a MSVC build too; previously it failed because it somehow
 managed to load 2 copies of tklo.dll; so hopefully PythonTest is now
 working on all platforms where JunitTest works.
 

Great news! With this change in-process Python unit test framework with
easy debugging option (!) is up and running on all supported platforms.

I updated (un)-solved problem section on Python unit test wiki site [1].

So now we can migrate Java unit tests to Python and kill the migrated
tests; let me start [2].

Many thanks again to you, Tom Tromey, David Malcolm and Stephan for
making it all possible!

[1] https://wiki.documentfoundation.org/Development/Python_Unit_Tests
[2] https://gerrit.libreoffice.org/6017

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


Re: Help

2013-09-22 Thread Terrence Enger
Henrik,

I think you may be more successful if you ask for help on our
Question-and-Answer site http://ask.libreoffice.org/en/questions/ or via
IRC http://webchat.freenode.net/?channels=libreoffice-ask.

Terry.




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


Re: 4.1.1 Binary size

2013-09-22 Thread Jonathan Aquilina
Why not create a page on the site for all clipart so someone can download
the image and use it. that way the directory that has all the images can
disappear from the install.


On Thu, Sep 19, 2013 at 5:21 PM, Wols Lists antli...@youngman.org.ukwrote:

 On 19/09/13 12:43, Michael Meeks wrote:
  Patches most welcome; though of course - we'd need to check that
  existing documents don't hard-code links to these paths [ it seems
  likely sadly ] into the gallery.

 Not knowing the packaging system (and of course distros do their own
 thing), but is it possible to flag certain areas - artwork being an
 obvious example - as do not remove when upgrading?

 That's annoyed me on many an occasion with some programs, where you had
 all these useful little extras like clip-art, and then an upgrade
 removed the old lot and replaced it with something new and different.

 It'd be nice to be able to include a bunch of useful bits with each
 version and change them. Then people who've got them would still have
 them but there'd be a bit of the what wonderful new things will turn up
 THIS time?. And if the location is documented then people could copy
 and share them if they so desire.

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




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


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

2013-09-22 Thread Raymond Wells
 sc/source/filter/oox/workbookfragment.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 571f49ffed792095fd41e2d07dbe30befa99a5b8
Author: Raymond Wells rfw...@gmail.com
Date:   Mon Sep 2 22:34:23 2013 +0200

fdo#60889: FILEOPEN: Incorrect opening XLSX file (sharedStrings.xml)

Change-Id: I2fc3ecdb13eecc28e012debdeda811e98581
Reviewed-on: https://gerrit.libreoffice.org/5763
Reviewed-by: Thomas Arnhold tho...@arnhold.org
Reviewed-by: Markus Mohrhard markus.mohrh...@googlemail.com
Tested-by: Markus Mohrhard markus.mohrh...@googlemail.com

diff --git a/sc/source/filter/oox/workbookfragment.cxx 
b/sc/source/filter/oox/workbookfragment.cxx
index 6907d93..fc3c2aa 100644
--- a/sc/source/filter/oox/workbookfragment.cxx
+++ b/sc/source/filter/oox/workbookfragment.cxx
@@ -213,7 +213,8 @@ void WorkbookFragment::finalizeImport()
 // read the shared string table substream (requires finalized styles 
buffer)
 OUString aSstFragmentPath = getFragmentPathFromFirstType( 
CREATE_OFFICEDOC_RELATION_TYPE( sharedStrings ) );
 if( !aSstFragmentPath.isEmpty() )
-importOoxFragment( new SharedStringsFragment( *this, aSstFragmentPath 
) );
+if (!importOoxFragment( new SharedStringsFragment( *this, 
aSstFragmentPath ) ))
+importOoxFragment(new SharedStringsFragment(*this, 
aSstFragmentPath.replaceFirst(sharedStrings,SharedStrings)));
 xGlobalSegment-setPosition( 0.75 );
 
 // read the connections substream
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-09-22 Thread Julien Nabet
 oox/source/helper/propertyset.cxx |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 5abc99f2fc9db8aa4dbce293898e26561f947ece
Author: Julien Nabet serval2...@yahoo.fr
Date:   Mon Sep 23 07:29:41 2013 +0200

Show errors

Change-Id: Iff3b8e523f5d326586115c4ff61835c15b8b7f01

diff --git a/oox/source/helper/propertyset.cxx 
b/oox/source/helper/propertyset.cxx
index d3e8bb3..cd84e9f 100644
--- a/oox/source/helper/propertyset.cxx
+++ b/oox/source/helper/propertyset.cxx
@@ -118,10 +118,10 @@ bool PropertySet::implGetPropertyValue( Any orValue, 
const OUString rPropName
 orValue = mxPropSet-getPropertyValue( rPropName );
 return true;
 }
-catch( Exception )
+catch( Exception e)
 {
 SAL_WARN( oox, PropertySet::implGetPropertyValue - cannot get 
property \ 
-  rPropName  '' );
+  rPropName  \ Error:   e.Message);
 }
 return false;
 }
@@ -133,10 +133,10 @@ bool PropertySet::implSetPropertyValue( const OUString 
rPropName, const Any rV
 mxPropSet-setPropertyValue( rPropName, rValue );
 return true;
 }
-catch( Exception )
+catch( Exception e)
 {
 SAL_WARN( oox, PropertySet::implSetPropertyValue - cannot set 
property \ 
-  rPropName  '' );
+  rPropName  \ Error:   e.Message);
 }
 return false;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-qa] Pleaqse test SI-GUI 4.1.1.6

2013-09-22 Thread Florian Reisinger
Hi,

I just released SI-GUI 4.1.1.6, which is the last planned version before
the Milan Conference. As I will do some things LIVE on stage I want to
be sure everything works as expected.

Please do me a favor and report working environments and any kind of
problems, which is a bug, and not a feature request in the next 16h (of
course, if possible). I do not expect any problems as nearly nothing has
changed :)

Thanks all testers and users of my program
-- 
Liebe Grüße, / Yours,
Florian Reisinger
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


[Libreoffice-qa] Microsoft Installer Error 1937 with TB 39 Windows builds of master for failing assembly signature(s) -- fdo 69601

2013-09-22 Thread V Stuart Foote
Trying to work with TB builds of Master for Windows, but have an open but
unconfirmed  Bugzilla  issue fdo 69601
https://bugs.freedesktop.org/show_bug.cgi?id=69601  .

For recent TB 39 builds of master, I have been receiving MSI Error 1937 on a
Windows 7 Ultimate,  sp1 64-bit system. Can use the build for testing by
running it as an /A administrative install.  Just unable to actually install
to this system.

Has happened with the TB 39 builds for 16, 19, 20, 21 and now 22 September. 
Last that had actually installed for me on this system was from 9 September. 
Checking builds for the 10th, 11th and 15th at the moment.

The error comes up toward end of installation and always for the same
component--cli_cppuhelper.  It happens with or without use of a
WRITE_REGISTERY=1 value passed using the msiexec CLI.

MSI (s) (DC:AC) [12:27:33:240]: Product: LibreOfficeDev 4.2.0.0.alpha0 --
Error 1937.An error occurred during the installation of assembly
'cli_cppuhelper,publicKeyToken=ce2cb7e279207b9e,version=1.0.22.0,culture=neutral,processorArchitecture=x86'.
The signature or catalog could not be verified or is not valid. HRESULT:
0x80131045. assembly interface: IAssemblyCacheItem, function: Commit,
component: {3097BD78-8BBE-333E-D579-23FA7B15BB34}

The same downloads will install on Wnidows 8 and on Windows 7 Enterprise sp1
64-bit system.  But not on Windows XP where I get the same Error 1937 for
same component. 

So far it is just on one system for me. But is anyone else having this
issue?  Ideas about what could be causing it?




--
View this message in context: 
http://nabble.documentfoundation.org/Microsoft-Installer-Error-1937-with-TB-39-Windows-builds-of-master-for-failing-assembly-signature-s-1-tp4075051.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] Microsoft Installer Error 1937 with TB 39 Windows builds of master for failing assembly signature(s) -- fdo 69601

2013-09-22 Thread Pedro
V Stuart Foote wrote
 The same downloads will install on Wnidows 8 and on Windows 7 Enterprise
 sp1 64-bit system.  But not on Windows XP where I get the same Error 1937
 for same component. 
 
 So far it is just on one system for me. But is anyone else having this
 issue?  Ideas about what could be causing it?

The only daily Master builds that still worked on XP were those from TB #6.
Since the 9th of September it has stopped delivering binaries and they have
been removed (as all TBs do after a given number of days). Currently there
aren't any builds available.

Hope this helps.



--
View this message in context: 
http://nabble.documentfoundation.org/Microsoft-Installer-Error-1937-with-TB-39-Windows-builds-of-master-for-failing-assembly-signature-s-1-tp4075051p4075056.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] Microsoft Installer Error 1937 with TB 39 Windows builds of master for failing assembly signature(s) -- fdo 69601

2013-09-22 Thread V Stuart Foote
V Stuart Foote wrote
 Has happened with the TB 39 builds for 16, 19, 20, 21 and now 22
 September.  Last that had actually installed for me on this system was
 from 9 September.  Checking builds for the 10th, 11th and 15th at the
 moment.

TB 39 builds of master for 10th and 11th of September install without issue.
No builds produced 12th - 14th.  First build that fails with Error 1937 is
the Sep 15th.   Suspect some change to TB 39 build environment, or to source
between 12th  15th is causing problems.




--
View this message in context: 
http://nabble.documentfoundation.org/Microsoft-Installer-Error-1937-with-TB-39-Windows-builds-of-master-for-failing-assembly-signature-s-1-tp4075051p4075060.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


[Libreoffice-bugs] [Bug 67560] Draw: PNG export options not remembered

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67560

--- Comment #4 from crx...@hotmail.com ---
(In reply to comment #2)
 Additional info: It seems to automatically select a transparent PNG (good)
 but only saves it at a low resolution.

I will point out that it is not good that it automatically selects the
transparent option every time.  It should remember the previous selection of
the user.  There are times you want it to be non-transparent and if you have to
export several things, having to turn it off each time is annoying.

If it remembers mode it should remember transparency.

I believe it is a good default to have it selected on the first time ever
used, however.

-- 
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 56899] FILESAVE: Export dialogue should remember settings for consecutive exports (within session)

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56899

crx...@hotmail.com changed:

   What|Removed |Added

 CC||ba...@quipo.it,
   ||crx...@hotmail.com

--- Comment #2 from crx...@hotmail.com ---
I just came on to report the same issue.

It is very annoying that LO doesn't remember what export file format was
previously used, at least during a session.  Although I think it would be good
to remember it even across sessions.  With graphics, 90% of what I export is
png. And there are times I have to export 10 or 20 things in a row.  Why in the
world is the default html!

This would be a simple/easy fix that could save lots of time for the end user
and make for a more friendly experience.

I am not sure if the selection option should be remembered or not, even
depending on what file type was chosen.  I tend to think it should be
remembered (as long as setting it is valid for the file type).

-- 
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 56899] FILESAVE: Export dialogue should remember settings for consecutive exports (within session)

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56899

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 OS|Linux (All) |All
Version|3.5.4 release   |Inherited From OOo

--- Comment #3 from tommy27 ba...@quipo.it ---
(In reply to comment #1)
 partly reproducible with LO 4.0.1.2 (Win7 Home, 64bit)
 
 Different to the bug report Selection was not checked and not HTML as type
 but EMF was shown. 

same thing on Win7 Pro 64bit. changing platform to ALL.
I agree it would be nice to remember last format used withing session.
EMF is always selected as default export format.

Draw never remembers last format used on saving (this is inherited from OOo)
interestingly the default format is different among various OOo/LibO/AOO
versions.

LibO 3.3.3 -- default format is .png
LibO 3.4.6 / 4.1.1 --  default format is .png

OOo 3.3.0 -- default format is .pct
AOO 4.0.0 -- default format is .pct

-- 
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 50456] FILESAVE: Problem exporting external formats

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50456

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID
 CC||ba...@quipo.it

--- Comment #4 from tommy27 ba...@quipo.it ---
bug not reproducible on 4.1.1.2 under Win7 64bit.

as said in previous post, due to lack of feedback after NEEDINFO request, I'm
gonna mark this as RESOLVED INVALID.

-- 
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 51217] Cursor is not in the expected position

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51217

--- Comment #6 from tommy27 ba...@quipo.it ---
how do I change user data? the test document is some kind of lorem ipsum dummy
text.

-- 
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 69665] Wrong start-up icon opening ODF files (ODS, ODT, ODB)

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69665

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbf.fa...@sud-ouest.org
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Probably the same root cause as bug 69344.

Which version of Ubuntu do you use ?

Best regards. JBF

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


[Libreoffice-bugs] [Bug 64275] EDITING: Cursor position is lost when moving the cursor up and down

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64275

--- Comment #4 from Ivan Timofeev timofeev@gmail.com ---
(In reply to comment #3)
 it's this something in your field

No, I can't help here.

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


[Libreoffice-bugs] [Bug 69344] Unity launcher shows the StartCenter icon instead of the one of the used LO module

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69344

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

   Keywords||regression

--- Comment #2 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
If I remove LO 4.0.5 to keep only LO 4.1.x, I get the right icon only if I
launch  an LO application from the dashboard but never when I double-click on a
file in the files manager.

Added keyword regression because it works fine for LO 4.0.5.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 68422] UI Navigator: Demote Promote buttons only initially active after turning Content view of/on

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68422

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 CC||narayana...@outlook.com

--- Comment #3 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
*** Bug 68977 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 68977] The Promote chapter and Demote chapter buttons are grayed out

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68977

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||jbf.fa...@sud-ouest.org

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
duplicate of bug 68422

workaround: clic on the content view icon in the navigator.

Best regards. JBF

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

-- 
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 54686] Numbers with percent signs not detected as numbers in French

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54686

Laurent BP jumbo4...@yahoo.fr changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jumbo4...@yahoo.fr
   |desktop.org |

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


[Libreoffice-bugs] [Bug 68978] The Promote chapter and Demote chapter buttons are terribly inefficient to use.

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68978

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbf.fa...@sud-ouest.org
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
I reproduce the point (a) but not the (c) on LO 4.1.3.0.0+

For me (a) is not a bug because promote/demote chapter concerns the entire
chapter, sub-chapters included. So I do not need / want to see the developed
sub-tree of the chapter when moving it. From my point of view, it is better to
keep the view at the level where you are working on.

So I tend to close this bug report as NotABug. At most it is an enhancement
request. 
@reporter: Please, could try again with the current LO 4.1.2 rc2 available from
the pre-releases webpage: http://www.libreoffice.org/download/pre-releases/ ?

Best regards. JBF

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


[Libreoffice-bugs] [Bug 67143] UI Sidebar: Tabulator icon doesn't work in RTL paragraphs

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67143

Maxim momonas...@gmail.com changed:

   What|Removed |Added

 Whiteboard||target:4.2.0

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


[Libreoffice-bugs] [Bug 38370] LibreOffice Impress cannot open some PowerPoint presentations, wrongly declared as password-protected

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38370

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 CC||luc.casterm...@gmail.com

--- Comment #34 from Cor Nouws c...@nouenoff.nl ---
Hi

Can someone please help with the following :

1 - create simple one slide presentation in PowerPoint
2 - save without passWord as 
38370_test_WithoutPassword.pps
3 - save again _with_ passWord as 
38370_test_WithPassword.pps
4 - then remove password
and save again as 
38370_test_RemovedPassword.pps

Pls attacht the three files (or as one in zip).
I'll ask someone who did some digging in binaries before to have a look.
And then only the code has to be extented ;)

thanks,

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


[Libreoffice-bugs] [Bug 68459] EDITING: frames are jumping and impossible to position correctly.

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68459

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbf.fa...@sud-ouest.org
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
To move a frame from a page to another, it is less expensive to use the mouse
or the cut-and-paste instead of hitting several times on the arrow keys.

That said, after several experiences, I think that the ability to move a frame
using up and down arrow keys seems to have not been designed to work outside
the current page.

I tend to close this bug report as NotABug. Any advice?

Best regards. JBF

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


[Libreoffice-bugs] [Bug 69665] Wrong start-up icon opening ODF files (ODS, ODT, ODB)

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69665

--- Comment #2 from Foss f...@openmailbox.org ---
Cannot confirm on Ubuntu 13.04 with latest LO.

-- 
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 69480] translation problems in spanish main website

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69480

Toni Ballesta mustela...@yahoo.es changed:

   What|Removed |Added

   Priority|medium  |high

--- Comment #10 from Toni Ballesta mustela...@yahoo.es ---
¿Arribos? jajajaja es cierto, ni me había fijado.

-- 
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 69222] Empty line showed between endnotes in RTF export

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69222

--- Comment #3 from Miklos Vajna vmik...@collabora.co.uk ---
Can you please provide two screenshots showing the old (good) and new (bad)
behavior?

I tried to reproduce this with master and 4.1.0 (Version: 4.1.0.3; Build ID:
0f08a823567f802c29cbaf2b327db19aaf72016) on Linux, without success.

-- 
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 69664] Writer FileOpen Heading 1 Loses Outline Level for Doc Docx file types

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69664

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Foss f...@openmailbox.org ---
Can confirm this.

Open Test document with Word 2010 TOC is fine. Open Same doc with latest LO
master (2013-09-16) Heading 1 is missing. Setting to NEW.

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


[Libreoffice-bugs] [Bug 69227] FILESAVE RTF adds extra page breaks, 1 section, and adds headers to some endnotes

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69227

--- Comment #6 from Miklos Vajna vmik...@collabora.co.uk ---
Can't reproduce on Linux with 4.1.0 (Version: 4.1.0.4; Build ID:
89ea49ddacd9aa532507cbf852f2bb22b1ace28). After import: 11 pages, after save +
reload: 11 pages as well, so I don't see any additional page breaks.

Could you please provide two screenshots: old (good) and new (bad)?

Thanks.

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


[Libreoffice-bugs] [Bug 68466] VIEWING: Cannot change text color using the hidden button

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68466

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbf.fa...@sud-ouest.org
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
I have seen this bug but I can't reproduce it anymore with the current state of
4.1 branch (LO 4.1.3.0.0+ Build ID: 7e0676734319ad62d1ee2d762fa3f5de71ee9a0)

Please, could you upgrade your LO version to the current RC for 4.1 (LO 4.1.2.2
which is available on the pre-release webpage:
http://www.libreoffice.org/download/pre-releases/) and try again?

Best regards. JBF

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


[Libreoffice-bugs] [Bug 46310] FILEOPEN: Annoying Should LibO repair file? - File could not be repaired dialog window loop

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46310

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #12 from Foss f...@openmailbox.org ---
This is a super annoying bug and I ran into it several times. But I think this
has not yet happened with any 4.1.x release.

Could you please check if 4.1.x solves this problem for you?
http://www.libreoffice.org/download/

If not please reset this bug to NEW. Otherwise please mark as worksforme.

-- 
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 64864] RTF: Tab-stop repeats when it should not (regression)

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64864

Miklos Vajna vmik...@collabora.co.uk changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #7 from Miklos Vajna vmik...@collabora.co.uk ---
So, this was indeed a problem, then now latest master is fine. Bisect says it
got fixed with b9c1a9b9aa41dbbb6bed0c77f4370ab6105c7fb1, so I'll mark this a
duplicate.

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

-- 
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 69665] Wrong start-up icon opening ODF files (ODS, ODT, ODB)

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69665

--- Comment #3 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
(In reply to comment #2)
 Cannot confirm on Ubuntu 13.04 with latest LO.

Do you have the version provided by your distribution or did you download and
install the version build by TDF?

Best regards. JBF

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


[Libreoffice-bugs] [Bug 43729] EDITING: Cannot write accented characters after entering full screen

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43729

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO

--- Comment #9 from Foss f...@openmailbox.org ---
This is a very old bug. eseesehache, is this still happening with the latest LO
4.1.x releases?

-- 
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 69626] EDITING: Paste Special Failure!

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69626

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

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

--- Comment #4 from Cor Nouws c...@nouenoff.nl ---
Indeed, that is how that works and not a bug.
thanks for your clear explanation!
Cor

-- 
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 69662] VIEWING: Chart data loss - document from LO 4.0 to 4.1

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69662

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Foss f...@openmailbox.org ---
Can confirm this on OS X 10.8.5.

Latest LO master and 4.1.1.2 do indeed loose data when opening the test
document. When opened with LO 4.0.5 all chart data is there.

Setting to NEW.

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


[Libreoffice-bugs] [Bug 47737] copy of calc fields to writer incorrect

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47737

--- Comment #4 from Miklos Vajna vmik...@collabora.co.uk ---
Could you please add a reproducer (ods) document? That would help to bibisect
this bug.

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


[Libreoffice-bugs] [Bug 46362] FILEOPEN: Word file with fields cannot be opend anymore (works in OOo 3.2.1

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46362

--- Comment #2 from Foss f...@openmailbox.org ---
Just tested. Still valid for LO latest master 2013-09-16 on OS X 10.8.5.

Checkboxes can be activated but no text can be entered.

-- 
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 68657] EDITING: Postgres/ODBC - Check box in database form does not work any more

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68657

--- Comment #16 from rob...@familiegrosskopf.de ---
Created attachment 86305
  -- https://bugs.freedesktop.org/attachment.cgi?id=86305action=edit
Open the form, try to change Char5 to true - doesn't show the change

Hope, that the attachment shows the same bug as reported for the connection to
PostgreSQL.

LO since 4.1.0.0 beta1
When I open the form and try to change the value for the checkbox of the
char-field the value in the table is changed to 'true' (not '1'). This value is
not shown in the checkbox, when I open the form again.

Up to LO 4.0.5.2
When I change the value for the checkbox of the char-field, it is changed to
'1' or '0', not to 'true' or 'false'. This value is shown in the checkbox. But
if there are values like 'true' and 'false', this values are also shown ...

Is this the same bug? Then let us set it to new and change the title.

-- 
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 68657] EDITING: Postgres/ODBC - Check box in database form does not work any more

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68657

--- Comment #17 from rob...@familiegrosskopf.de ---
(In reply to comment #1)
 I changed the column width to 30 characters - and discovered that the values
 true and false are written to the database.
 
 This means that LO is simply ignoring the values for the reference values ON
 and OFF that are entered in the check box definition on the form.

The reference-values are completely ignored by every version of LO and OOo. You
could write inside what you want. It is set to '1' (true) and '0' (false). This
hasn't been changed since LO 3.6 ...

-- 
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 51217] Cursor is not in the expected position

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51217

--- Comment #7 from Pedro pedl...@gmail.com ---
(In reply to comment #6)
 how do I change user data? the test document is some kind of lorem ipsum
 dummy text.

The User Data in LO is under Tools, Options, LibreOffice, User Data

The instructions are to fill the first two fields in First/Last name/Initials
with the word First on the first field and Last on the second field

For more information on the importance of filling User Data see
http://ask.libreoffice.org/en/question/1144/how-to-save-cursor-position-in-writer/

-- 
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 61958] FORMATTING: When paste special as RTF clear Default Style Font color

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61958

Miklos Vajna vmik...@collabora.co.uk changed:

   What|Removed |Added

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

--- Comment #5 from Miklos Vajna vmik...@collabora.co.uk ---
This was indeed a problem in the past, no longer an issue as of today.

Bisect says this got fixed with 2ade07126971b79c92f729fae5709f2e2e2b495c.

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

-- 
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 68467] Other: Font (Frutiger family) is displayed wrong on Mac OS X

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68467

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbf.fa...@sud-ouest.org
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
It is probably obvious, but to be sure I prefer to ask: are you sure that this
fonts are installed on your system? You can check that in LibreOffice: select
some text that is formated with this font and click on the menu Format 
Character then select the Font tab -- It should say that the same font will be
used for printing and screen viewing.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 47132] WRITER, CALC: Icons missing in (context) menu item Arrange - Bring Forward/Send Backward

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47132

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #5 from Foss f...@openmailbox.org ---
I don't think it's useful to clutter the users view with unnecessary icons.
Those items are very self-explanatory. So let's rather display a clean menu.

Also those icons are still missing in latest LO 4.2 master build 2013-09-16. So
I don't think they are coming back.

Setting to WONTFIX.

-- 
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 44454] Barcode extension fails to work in 3.5

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44454

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #3 from Foss f...@openmailbox.org ---
Alex: Could you please provide some more info? Link to the plugin, is this plug
in included in the LO extension page?

Otherwise this is hard to test / fix.

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


[Libreoffice-bugs] [Bug 68470] Other: A problem on the copy and paste of text in shapes

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68470

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbf.fa...@sud-ouest.org
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Please, could you attach a document file showing the problem?

Current 4.1 version is 4.1.1 and the RC2 of 4.1.2 has been released. So could
you update your version and try again? Two bugfix versions with dozen bug fixes
can make the difference.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 46441] FILESAVE: After saving to .doc (Microsoft Word 97/2000/XP) document content is lost

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46441

--- Comment #4 from Foss f...@openmailbox.org ---
Still valid for latest LO 4.2 master build 2013-09-16.

When saving test document as .doc then opening with Word 2010, the text on the
right side of the image on page 1 is gone.

-- 
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 48925] [FILEOPEN] Diagram formatting is worse with .xlsx, but not with .xls

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48925

--- Comment #1 from Foss f...@openmailbox.org ---
Just a heads-up: still valid with LO 4.2 master build 2013-09-16.

-- 
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 69665] Wrong start-up icon opening ODF files (ODS, ODT, ODB)

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69665

--- Comment #4 from Foss f...@openmailbox.org ---
Hi Jean-Baptiste. Using LO Version: 4.1.0.3. I think I set that ppa myself.

-- 
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 68471] Vertical text alignment of shapes doesn't follow style

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68471

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jbf.fa...@sud-ouest.org
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Reproducible with LO 4.1.3.0.0+ (Build ID:
7e0676734319ad62d1ee2d762fa3f5de71ee9a0) (current state of 4.1 branch) under
ubuntu 13.04 x86-64.

Thank you very much for the bug report. Set status to NEW.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 68467] Other: Font (Frutiger family) is displayed wrong on Mac OS X

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68467

--- Comment #2 from Foss f...@openmailbox.org ---
Using OS X 10.8.5 I cannot find any Frutiger Font on my system.

Regarding the cursor issue. I remember this bug when the transition was made to
CoreText. But it's been resolved for me with the latest LO releases. Could you
please check if this problem persists when using Version: 4.1.1.2?
http://www.libreoffice.org/download/

-- 
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 67274] Gallery: Do not link inserted images

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67274

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

   What|Removed |Added

   Assignee|s.mehrbr...@gmail.com   |libreoffice-b...@lists.free
   ||desktop.org
 Depends on||65675

--- Comment #5 from Samuel M. s.mehrbr...@gmail.com ---
Can someone else please have a look at it?
The Background URL is set here:
http://opengrok.libreoffice.org/xref/core/svx/source/gallery2/galbrws2.cxx#372

Then the Image gets inserted here:
http://opengrok.libreoffice.org/xref/core/sw/source/ui/shells/basesh.cxx#2662

Somewhere in between the SvxBrushItem (the background) is created as a linked
graphic and that must be changed. But I don't know where that happens.

Can someone give a hint or take this over?

I mark this as MAB because it makes Documents depend on hard-coded image paths.

-- 
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 68489] Dialog System to Warn Users About Limitations

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68489

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jbf.fa...@sud-ouest.org
 Ever confirmed|0   |1

--- Comment #2 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
I agree with Joel's proposition.

As it is an enhancement request, I set it to NEW, until somebody proves that it
is not possible or too expensive to do that. ;-)

Best regards. JBF

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


[Libreoffice-bugs] [Bug 65675] LibreOffice 4.2 most annoying bugs

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

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

   What|Removed |Added

 Blocks||67274

-- 
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 68495] FORMATTING: Styles ms office 2007

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68495

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID
 CC||jbf.fa...@sud-ouest.org

--- Comment #2 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
No answer from the bug reporter. The problem description is far too vague to be
useful. So closing as INVALID.

Please, feel free to reopen if you can provide useful informations.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 68523] can't change text color

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68523

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 CC||jbf.fa...@sud-ouest.org

--- Comment #2 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
I do not reproduce too with current 4.1 version. 
No answer from bug reporter. So closing as WorksForMe.

Please, feel free to reopen, if you can provide new informations confirming the
problem you encounter.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 61511] problem Background rtf

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61511

--- Comment #2 from Miklos Vajna vmik...@collabora.co.uk ---
Providing some background: Writer supports multiple page styles, and background
is a page style property. Word supports only a single background for the whole
document. For simple background color we just export the background color of
the first page style. Doing the same could be done for background images as
well.

-- 
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 68528] Make font size in notes field configurable or zoomable

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68528

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbf.fa...@sud-ouest.org
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
The font size in slide notes can be changed in Impress. It is an attribute of
Notes style. Does that help?

Best regards. JBF

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


[Libreoffice-bugs] [Bug 68537] SIDEBAR: Wrong icon and tooltip for Paragraph color button

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68537

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jbf.fa...@sud-ouest.org
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
I reproduce with LO 4.1.3.0.0+ under ubuntu 13.04.
I think that the correct behavior is the one of sidebar which show the current
paragraph background color.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 68540] SLIDESHOW: Slide control dialog does not have a Pause option in right click menu

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68540

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 CC||jbf.fa...@sud-ouest.org

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
When you select pencil pointer in the right click menu, you need to maintain
the click to draw something. It works perfectly for me.

Closing as WorksForMe. Please, feel free to reopen if that does not work for
you.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 69480] translation problems in spanish main website

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69480

Adolfo (fitoschido) f...@libreoffice.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |WONTFIX

-- 
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 69665] Wrong start-up icon opening ODF files (ODS, ODT, ODB)

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69665

suokunl...@gmail.com changed:

   What|Removed |Added

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

--- Comment #5 from suokunl...@gmail.com ---
(In reply to comment #1)
 Probably the same root cause as bug 69344.
 
 Which version of Ubuntu do you use ?
 
 Best regards. JBF

I am using Ubuntu 13.64 X64.

Previously I install 4.0.5.2 and 4.1.1.2 parallelly and this issue appears when
I open ODF files with 4.1.1.2. Then today I apt-get purge 4.0.5 and 4.1.1 and
installed 4.1.2.2. This issue still exists.

I downloaded the intallation packages from LO website. Neigher the PPA nor the
Ubuntu repo has the latest version.

My issue seems to be the same as described in bug 69344.

Best regards

-- 
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 69344] Unity launcher shows the StartCenter icon instead of the one of the used LO module

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69344

suokunl...@gmail.com changed:

   What|Removed |Added

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

-- 
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 69665] Wrong start-up icon opening ODF files (ODS, ODT, ODB)

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69665

--- Comment #6 from suokunl...@gmail.com ---
(In reply to comment #4)
 Hi Jean-Baptiste. Using LO Version: 4.1.0.3. I think I set that ppa myself.

Will you please test this with 4.1.1? I didn't see this issue in the older
versions, so maybe 4.1.1 may be the oldest version for this.

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


[Libreoffice-bugs] [Bug 69344] Unity launcher shows the StartCenter icon instead of the one of the used LO module

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69344

suokunl...@gmail.com changed:

   What|Removed |Added

 CC||suokunl...@gmail.com
Version|4.1.2.1 rc  |4.1.1.2 release

--- Comment #3 from suokunl...@gmail.com ---
I see this issue in 4.1.1.2, so I am changing the version.

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


[Libreoffice-bugs] [Bug 69344] Unity launcher shows the StartCenter icon instead of the one of the used LO module

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69344

--- Comment #4 from suokunl...@gmail.com ---
*** Bug 69665 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 69665] Wrong start-up icon opening ODF files (ODS, ODT, ODB)

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69665

suokunl...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #7 from suokunl...@gmail.com ---
As this is the same issue with bug 69344, I am changing the status as
DUPLICATE.
Sorry I didn't search for the bug reports carefully.

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

-- 
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 66743] Rtf files don't look right

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66743

Miklos Vajna vmik...@collabora.co.uk changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |vmik...@collabora.co.uk
   |desktop.org |

--- Comment #2 from Miklos Vajna vmik...@collabora.co.uk ---
Truncated image seems not to be a filter bug, when the document is first
opened, it's OK, then if you set scale to something smaller (e.g. 100%), then
you get the problem - sounds like a non-filter problem, best to open a
separate issue for that.

From the remaining problems, the best obvious to me is that the table
background is darker than necessary (should be #d8d8d8, is #7f7f7f), I'll look
into that.

-- 
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 60129] VIEWING: Window - New window command disabled in Web layout view mode

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60129

--- Comment #5 from kaese...@gmail.com ---
And confirmed for LO 4.1.1.2 on Linux Mint 15 64bit KDE ...

-- 
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 69344] Unity launcher shows the StartCenter icon instead of the one of the used LO module

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69344

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #5 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Thank you. Set to NEW as there is at least one duplicate.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 38838] Removal/Replacement of the String/UniString with OUString once and for all.

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38838

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

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

Related: fdo#38838 remove UniString::InsertAscii



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

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


[Libreoffice-bugs] [Bug 69672] New: TABLE: Incorrect cell padding (Space to Content) in saved HTML Documents

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69672

  Priority: medium
Bug ID: 69672
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: TABLE: Incorrect cell padding (Space to Content) in
saved HTML Documents
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: calin.dumitre...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: unspecified
 Component: Writer
   Product: LibreOffice

Saving documents will not preserve cell padding (Spacing to Content) in HTML
Documents. This bug applies only to HTML Documents. Normal Text Documents
(.odt) are handled correctly AFAICT.

Steps to reproduce:

1. Create new HTML Document.

2. Insert 2x2 cells table.

3. Go to Table Properties (Table Format) - Borders

4. Set inner and outer borders, width 1, solid black (so they should be
visible).

5. Set Spacing to Content, all four values to 2 cm / 1 inch or similar.

6. Press OK and exit the format dialog.

7. Insert sample content in all four cells, for example 1, 2, 3, 4.

8. Select all four cells and center text from the toolbar. All sample content
must be now dead center inside the cells, both horizontally and vertically,
showing that padding is correct.

9. Save the document to disk and close LibreOffice.

10. Open the document with a web browser. The padding is off, specifically :
right padding missing in the two left cells, top padding missing in the two
bottom cells.

11. Re-open the document in LibreOffice. Same error as in web browser. If you
go to Table Properties - Borders, Spacing to content shows 0 in all
directions.


Current behavior: Explained in steps 10 and 11.

Expected behavior: Correct padding must be applied to the saved document.


Operating System: All
Version: unspecified

-- 
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 51217] Cursor is not in the expected position

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51217

--- Comment #8 from tommy27 ba...@quipo.it ---
@Pedro
I did not know that option.

tested under Win7 64bit.
3.5.7 opens cursor at line 115
4.0.5 and 4.1.1 open cursor at line 116

-- 
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 69487] EDITING: Extraneous New Line When Pasting FROM Calc into Other Programs

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69487

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@quipo.it
 Ever confirmed|0   |1

--- Comment #2 from tommy27 ba...@quipo.it ---
when you say a new line, you mean that the cursor is one line below the word
test while you want to have it at the end of the word on the same line,
right?

if it this what you describe, it's like that in any LibO version and in AOO
4.0.0 as well (tested under Win7 64bit).

-- 
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 69672] FILESAVE: Incorrect cell padding (Space to Content) in saved HTML Documents

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69672

Calin Dumitrescu calin.dumitre...@gmail.com changed:

   What|Removed |Added

Summary|TABLE: Incorrect cell   |FILESAVE: Incorrect cell
   |padding (Space to Content)  |padding (Space to Content)
   |in saved HTML Documents |in saved HTML Documents

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


[Libreoffice-bugs] [Bug 64275] EDITING: Cursor position is lost when moving the cursor up and down

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64275

Ivan Timofeev timofeev@gmail.com changed:

   What|Removed |Added

 Whiteboard|BSA |BSA bibisectrequest

--- Comment #5 from Ivan Timofeev timofeev@gmail.com ---
Having bibisect results would be great I think.

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


[Libreoffice-bugs] [Bug 69674] New: VIEWING: Notes-over-text range depend on field shadings

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69674

  Priority: medium
Bug ID: 69674
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: VIEWING: Notes-over-text range depend on field
shadings
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: pieterkristen...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.1.2 release
 Component: Writer
   Product: LibreOffice

Problem description: As of version 4.0 you can attach a note to a selected text
range. This text range will be marked with a color. If you happen to make the
field shadings invisible this color disappears.
This behavior is unexpected and not logic. It takes time to deduce this link
between your note-over-text range and field shadings. 

Steps to reproduce:
1. select text area
2. attach note to it
3. make field shadings invisible

Current behavior: selected area looses color

Expected behavior: selected area should not be influenced in any way.


Operating System: All
Version: 4.1.1.2 release

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


[Libreoffice-bugs] [Bug 43729] EDITING: Cannot write accented characters after entering full screen

2013-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43729

eseeseha...@yahoo.es changed:

   What|Removed |Added

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

--- Comment #10 from eseeseha...@yahoo.es ---
I upgraded that computer from Debian Squeeze + GNOME 2 to Ubuntu 12.04 + MATE
and cannot reproduce the bug. After testing multiple configurations, I can
write accented characters in full screen and window mode.

Versions of LibreOffice tested:

- 3.5.7.2 (From Ubuntu repos)
- 4.1.1.2 (Downloaded today from LibreOffice's webpage)

Thank you anyways, it's great that the bug does not appear anymore.

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


  1   2   >