[Libreoffice-bugs] [Bug 94166] New: lookup fails with documents created with a former version of calc

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94166

Bug ID: 94166
   Summary: lookup fails with documents created with a former
version of calc
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: palmierivinc@gmail.com

Created attachment 118642
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118642=edit
ODS with sample lookup that fails

Here is a document created with a version < 4.0 of OpenOffice.
Some lookups show the results #N/D when a normal value is expected. I notice
this behaviour when data and lookups are in a different tab.

I couldn't predict which cells give an incorrect answer, neither find a
workaround to make it work fine, but it seems that this is dependant to the
looked up value.

I noticed this with LibreOffice Calc 4.3.1, 5.0.0.5 and 5.0.1.2. When I rewrite
the same file from scratch with Calc 5.0.1.2, I obtain the expected behaviour.

This may be related to Bug 74558.

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


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

2015-09-12 Thread Matteo Casalin
 dbaccess/source/ui/misc/WTypeSelect.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1a78f0965d854f461a7a55ae93842ac06446e41d
Author: Matteo Casalin 
Date:   Sat Sep 12 19:13:16 2015 +0200

Restore correct boolean return value

Fix commit f4c300eae4e9aaaec9e5d1f478ad35161ede2761

Change-Id: I660ca80b9df47160a24c2d32b1b03a814285a9a8

diff --git a/dbaccess/source/ui/misc/WTypeSelect.cxx 
b/dbaccess/source/ui/misc/WTypeSelect.cxx
index bc20e96..99be537 100644
--- a/dbaccess/source/ui/misc/WTypeSelect.cxx
+++ b/dbaccess/source/ui/misc/WTypeSelect.cxx
@@ -377,9 +377,9 @@ bool OWizTypeSelectList::IsPrimaryKeyAllowed() const
 {
 OFieldDescription* pField = 
static_cast(GetEntryData(GetSelectEntryPos(j)));
 if(!pField || pField->getTypeInfo()->nSearchType == ColumnSearch::NONE)
-return true;
+return false;
 }
-return false;
+return true;
 }
 
 void OWizTypeSelectList::setPrimaryKey(OFieldDescription* _pFieldDescr, 
sal_uInt16 _nPos, bool _bSet)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-ux-advise] [Bug 93792] Minimization

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93792

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||philip...@hotmail.com
  Component|LibreOffice |ux-advise
 Ever confirmed|0   |1

--- Comment #1 from Yousuf (Jay) Philips  ---
I dont think such a feature would be needed, as that feature is primarily for
applications you want to run in the background (e.g. pidgin, qbittorent) and
want easy access to open them when needed.

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


[Libreoffice-bugs] [Bug 93792] Minimization

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93792

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||philip...@hotmail.com
  Component|LibreOffice |ux-advise
 Ever confirmed|0   |1

--- Comment #1 from Yousuf (Jay) Philips  ---
I dont think such a feature would be needed, as that feature is primarily for
applications you want to run in the background (e.g. pidgin, qbittorent) and
want easy access to open them when needed.

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


New Defects reported by Coverity Scan for LibreOffice

2015-09-12 Thread scan-admin

Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

4 new defect(s) introduced to LibreOffice found with Coverity Scan.
7 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent 
build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 4 of 4 defect(s)


** CID 1323913:  Uninitialized members  (UNINIT_CTOR)
/oox/source/ole/vbaexport.cxx: 70 in 
VBACompressionChunk::VBACompressionChunk(SvStream &, const unsigned char *, 
unsigned long)()



*** CID 1323913:  Uninitialized members  (UNINIT_CTOR)
/oox/source/ole/vbaexport.cxx: 70 in 
VBACompressionChunk::VBACompressionChunk(SvStream &, const unsigned char *, 
unsigned long)()
64 
65 VBACompressionChunk::VBACompressionChunk(SvStream& rCompressedStream, 
const sal_uInt8* pData, sal_Size nChunkSize):
66 mrCompressedStream(rCompressedStream),
67 mpUncompressedData(pData),
68 mnChunkSize(nChunkSize)
69 {
>>> CID 1323913:  Uninitialized members  (UNINIT_CTOR)
>>> Non-static class member "mnDecompressedEnd" is not initialized in this 
>>> constructor nor in any functions that it calls.
70 }
71 
72 void setUInt16(sal_uInt8* pBuffer, size_t nPos, sal_uInt16 nVal)
73 {
74 pBuffer[nPos] = nVal & 0xFF;
75 pBuffer[nPos+1] = (nVal & 0xFF00) >> 8;

** CID 1323912:  Integer handling issues  (NEGATIVE_RETURNS)
/oox/source/ole/vbaexport.cxx: 633 in ::exportModuleStream(SvStream &, 
const rtl::OUString &, const rtl::OUString &)()



*** CID 1323912:  Integer handling issues  (NEGATIVE_RETURNS)
/oox/source/ole/vbaexport.cxx: 633 in ::exportModuleStream(SvStream &, 
const rtl::OUString &, const rtl::OUString &)()
627 void exportModuleStream(SvStream& rStrm, const OUString& rSourceCode, 
const OUString& aElementName)
628 {
629 SvMemoryStream aModuleStream(4096, 4096);
630 
631 exportString(aModuleStream, "Attribute VB_Name = \"" + aElementName 
+ "\"\r\n");
632 OUString aSourceCode = rSourceCode.replaceFirst("Option VBASupport 
1\n", "");
>>> CID 1323912:  Integer handling issues  (NEGATIVE_RETURNS)
>>> Assigning: signed variable "nPos" = "indexOf".
633 sal_Int32 nPos = aSourceCode.indexOf("Rem Attribute 
VBA_ModuleType=");
634 sal_Int32 nEndPos = aSourceCode.indexOf("\n", nPos);
635 aSourceCode = aSourceCode.replaceAt(nPos, nEndPos - nPos+1, "");
636 aSourceCode = aSourceCode.replaceAll("\n", "\r\n");
637 exportString(aModuleStream, aSourceCode);
638 aModuleStream.Seek(0);

** CID 1040971:  API usage errors  (STREAM_FORMAT_STATE)
/usr/include/boost/property_tree/stream_translator.hpp: 99 in 
boost::property_tree::customize_stream::insert(std::basic_ostream&, const float 
&)()



*** CID 1040971:  API usage errors  (STREAM_FORMAT_STATE)
/usr/include/boost/property_tree/stream_translator.hpp: 99 in 
boost::property_tree::customize_stream::insert(std::basic_ostream&, const float 
&)()
93 typename boost::enable_if< detail::is_inexact >::type
94 >
95 {
96 static void insert(std::basic_ostream& s, const F& 
e) {
97 s.precision(std::numeric_limits::digits10 + 1);
98 s << e;
>>> CID 1040971:  API usage errors  (STREAM_FORMAT_STATE)
>>> Changing format state of stream "s" for category precision without 
>>> later restoring it.
99 }
100 static void extract(std::basic_istream& s, F& e) {
101 s >> e;
102 if(!s.eof()) {
103 s >> std::ws;
104 }

** CID 1038332:  Error handling issues  (UNCAUGHT_EXCEPT)
/sc/source/filter/excel/xestream.cxx: 1053 in 
XclExpXmlStream::exportDocument()()



*** CID 1038332:  Error handling issues  (UNCAUGHT_EXCEPT)
/sc/source/filter/excel/xestream.cxx: 1053 in 
XclExpXmlStream::exportDocument()()
1047 if ( pObj )
1048 return static_cast < ScDocShell* >( pObj->GetEmbeddedObject() 
);
1049 
1050 return 0;
1051 }
1052 
>>> CID 1038332:  Error handling issues  (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::ucb::ContentCreationException" is 
>>> thrown but the throw list "throw(com::sun::star::uno::RuntimeException, 
>>> std::exception)" doesn't allow it to be thrown. This will cause a call to 
>>> unexpected() which 

[Libreoffice-bugs] [Bug 85569] FILEOPEN: OLE insertion of PDF pages, bounding box and extent are not set correctly (STR comment 16)

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85569

V Stuart Foote  changed:

   What|Removed |Added

Version|5.0.1.2 release |4.3.1.2 release

--- Comment #24 from V Stuart Foote  ---
@aflux, the Version field is earliest present, as from OP, not the latest.
Please do not change meta data until you understand the QA workflow.

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


[Libreoffice-bugs] [Bug 93701] crash running StarDesktop.getPropertySetInfo().getProperties()

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93701

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #4 from Beluga  ---
Doesn't crash here.. I have 32-bit build, though.

Win 7 Pro 64-bit, Version: 5.0.1.2 (32-bit)
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: fi-FI (fi_FI)

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


[Libreoffice-commits] core.git: desktop/source desktop/test

2015-09-12 Thread Noel Grandin
 desktop/source/app/app.cxx|  
100 --
 desktop/source/app/appinit.cxx|
2 
 desktop/source/app/check_ext_deps.cxx |
2 
 desktop/source/app/cmdlineargs.cxx|
2 
 desktop/source/app/desktopcontext.hxx |   
10 -
 desktop/source/app/dispatchwatcher.cxx|   
16 -
 desktop/source/app/dispatchwatcher.hxx|
8 
 desktop/source/app/langselect.cxx |
2 
 desktop/source/app/officeipcthread.hxx|   
24 +-
 desktop/source/app/sofficemain.cxx|
2 
 desktop/source/deployment/gui/dp_gui.h|
4 
 desktop/source/deployment/gui/dp_gui_dialog2.hxx  |   
60 +++---
 desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx|   
18 -
 desktop/source/deployment/gui/dp_gui_extlistbox.hxx   |   
22 +-
 desktop/source/deployment/gui/dp_gui_theextmgr.hxx|   
48 ++--
 desktop/source/deployment/gui/dp_gui_updatedata.hxx   |
8 
 desktop/source/deployment/gui/dp_gui_updatedialog.cxx |   
14 -
 desktop/source/deployment/gui/dp_gui_updatedialog.hxx |   
21 +-
 desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx  |
8 
 desktop/source/deployment/inc/dp_dependencies.hxx |
6 
 desktop/source/deployment/inc/dp_descriptioninfoset.hxx   |   
41 +---
 desktop/source/deployment/inc/dp_identifier.hxx   |
4 
 desktop/source/deployment/inc/dp_misc.h   |   
16 -
 desktop/source/deployment/inc/dp_platform.hxx |
2 
 desktop/source/deployment/inc/dp_update.hxx   |   
30 +--
 desktop/source/deployment/manager/dp_activepackages.hxx   |
2 
 desktop/source/deployment/manager/dp_manager.cxx  |
2 
 desktop/source/deployment/manager/dp_manager.h|
2 
 desktop/source/deployment/misc/dp_descriptioninfoset.cxx  |   
10 -
 desktop/source/deployment/registry/configuration/dp_configuration.cxx |
6 
 desktop/source/migration/migration.cxx|
2 
 desktop/source/migration/services/basicmigration.hxx  |   
32 +--
 desktop/source/migration/services/jvmfwk.cxx  |   
52 ++---
 desktop/source/migration/services/oo3extensionmigration.hxx   |   
78 +++
 desktop/source/migration/services/wordbookmigration.hxx   |   
32 +--
 desktop/source/offacc/acceptor.hxx|
2 
 desktop/source/pkgchk/unopkg/unopkg_app.cxx   |
4 
 desktop/source/splash/splash.cxx  |
4 
 desktop/source/splash/splash.hxx  |
8 
 desktop/source/splash/unxsplash.cxx   |
2 
 desktop/source/splash/unxsplash.hxx   |
2 
 desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl |
2 
 42 files changed, 349 insertions(+), 363 deletions(-)

New commits:
commit 4a9b401f9877b348a0e716e79cb8cc41645ceba3
Author: Noel Grandin 
Date:   Fri Sep 11 14:40:54 2015 +0200

desktop: com::sun::star->css

Change-Id: Ie94dea9b4f48829132ceadcbf36634eeed191bb9
Reviewed-on: https://gerrit.libreoffice.org/18498
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 14a9a21..1531963 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1275,8 +1275,7 @@ int Desktop::Main()
 pExecGlobals = new ExecuteGlobals();
 
 // Remember current context object
-com::sun::star::uno::ContextLayer layer(
-com::sun::star::uno::getCurrentContext() );
+css::uno::ContextLayer layer( css::uno::getCurrentContext() );
 
 if ( m_aBootstrapError != BE_OK )
 {
@@ -1290,8 +1289,7 @@ int Desktop::Main()
 }
 
 // Detect desktop environment - need to do this as early as possible
-com::sun::star::uno::setCurrentContext(
-new DesktopContext( com::sun::star::uno::getCurrentContext() ) );
+css::uno::setCurrentContext( new DesktopContext( 
css::uno::getCurrentContext() ) );
 
 CommandLineArgs& rCmdLineArgs = GetCommandLineArgs();
 
@@ 

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

2015-09-12 Thread Noel Grandin
 drawinglayer/source/attribute/lineattribute.cxx   |   12 -
 drawinglayer/source/attribute/sdrlineattribute.cxx|   12 -
 drawinglayer/source/attribute/sdrobjectattribute3d.cxx|   62 +++
 drawinglayer/source/attribute/sdrsceneattribute3d.cxx |   30 +--
 drawinglayer/source/drawinglayeruno/xprimitive2drenderer.cxx  |4 
 drawinglayer/source/dumper/EnhancedShapeDumper.hxx|   82 +-
 drawinglayer/source/dumper/XShapeDumper.cxx   |   60 +++
 drawinglayer/source/geometry/viewinformation2d.cxx|   12 -
 drawinglayer/source/geometry/viewinformation3d.cxx|   16 -
 drawinglayer/source/primitive2d/baseprimitive2d.cxx   |2 
 drawinglayer/source/primitive2d/metafileprimitive2d.cxx   |4 
 drawinglayer/source/primitive2d/pagepreviewprimitive2d.cxx|2 
 drawinglayer/source/primitive2d/polygonprimitive2d.cxx|4 
 drawinglayer/source/primitive2d/textbreakuphelper.cxx |   18 +-
 drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx  |2 
 drawinglayer/source/primitive2d/textlayoutdevice.cxx  |6 
 drawinglayer/source/primitive2d/textprimitive2d.cxx   |4 
 drawinglayer/source/primitive2d/textstrikeoutprimitive2d.cxx  |2 
 drawinglayer/source/primitive3d/baseprimitive3d.cxx   |2 
 drawinglayer/source/primitive3d/polygonprimitive3d.cxx|2 
 drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx|6 
 drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx|   16 -
 drawinglayer/source/primitive3d/sdrdecompositiontools3d.cxx   |   16 -
 drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx |   12 -
 drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx   |   12 -
 drawinglayer/source/primitive3d/sdrpolypolygonprimitive3d.cxx |4 
 drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx  |   16 -
 drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx|   18 +-
 drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx|2 
 drawinglayer/source/processor3d/defaultprocessor3d.cxx|   14 -
 30 files changed, 227 insertions(+), 227 deletions(-)

New commits:
commit 47283424b1df542b4894a164bc895858427d1a62
Author: Noel Grandin 
Date:   Fri Sep 11 14:46:52 2015 +0200

drawinglayer: com::sun::star->css

Change-Id: I65706e3e87c1ce287020c90a89f7dc00866bef64
Reviewed-on: https://gerrit.libreoffice.org/18501
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/drawinglayer/source/attribute/lineattribute.cxx 
b/drawinglayer/source/attribute/lineattribute.cxx
index c5c4cf4..1548dbf 100644
--- a/drawinglayer/source/attribute/lineattribute.cxx
+++ b/drawinglayer/source/attribute/lineattribute.cxx
@@ -34,13 +34,13 @@ namespace drawinglayer
 basegfx::BColor maColor;// 
color
 double  mfWidth;// 
absolute line width
 basegfx::B2DLineJoinmeLineJoin; // 
type of LineJoin
-com::sun::star::drawing::LineCapmeLineCap;  // 
BUTT, ROUND, or SQUARE
+css::drawing::LineCap   meLineCap;  // 
BUTT, ROUND, or SQUARE
 
 ImpLineAttribute(
 const basegfx::BColor& rColor,
 double fWidth,
 basegfx::B2DLineJoin aB2DLineJoin,
-com::sun::star::drawing::LineCap aLineCap)
+css::drawing::LineCap aLineCap)
 :   maColor(rColor),
 mfWidth(fWidth),
 meLineJoin(aB2DLineJoin),
@@ -52,7 +52,7 @@ namespace drawinglayer
 :   maColor(basegfx::BColor()),
 mfWidth(0.0),
 meLineJoin(basegfx::B2DLineJoin::Round),
-meLineCap(com::sun::star::drawing::LineCap_BUTT)
+meLineCap(css::drawing::LineCap_BUTT)
 {
 }
 
@@ -60,7 +60,7 @@ namespace drawinglayer
 const basegfx::BColor& getColor() const { return maColor; }
 double getWidth() const { return mfWidth; }
 basegfx::B2DLineJoin getLineJoin() const { return meLineJoin; }
-com::sun::star::drawing::LineCap getLineCap() const { return 
meLineCap; }
+css::drawing::LineCap getLineCap() const { return meLineCap; }
 
 bool operator==(const ImpLineAttribute& rCandidate) const
 {
@@ -81,7 +81,7 @@ namespace drawinglayer
 const basegfx::BColor& rColor,
 double fWidth,
 basegfx::B2DLineJoin aB2DLineJoin,
-com::sun::star::drawing::LineCap aLineCap)
+css::drawing::LineCap aLineCap)
 :   mpLineAttribute(
 

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

2015-09-12 Thread Julien Nabet
 connectivity/source/drivers/mork/MConnection.cxx |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 01547985ceee8c199dc189071845ef5fcda11782
Author: Julien Nabet 
Date:   Thu Sep 3 22:37:31 2015 +0200

tdf#92794: '$' should be replaced in error dialog of addressbook

Change-Id: Ic57611be96f160037fbff2e9452f9206083c80e4
Reviewed-on: https://gerrit.libreoffice.org/18324
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/connectivity/source/drivers/mork/MConnection.cxx 
b/connectivity/source/drivers/mork/MConnection.cxx
index cba9579..7615912 100644
--- a/connectivity/source/drivers/mork/MConnection.cxx
+++ b/connectivity/source/drivers/mork/MConnection.cxx
@@ -142,7 +142,9 @@ void OConnection::construct(const OUString& url,const 
Sequence< PropertyValue >&
 if (!m_pBook->open(strPath.getStr()))
 {
 SAL_WARN("connectivity.mork", "Can not parse abook mork file: " << 
strPath);
-throwGenericSQLException( STR_COULD_NOT_LOAD_FILE, *this );
+const OUString sError( 
getResources().getResourceStringWithSubstitution(
+STR_COULD_NOT_LOAD_FILE, "$filename$", abook));
+::dbtools::throwGenericSQLException( sError, *this );
 }
 
 // read history only in production
@@ -152,7 +154,9 @@ void OConnection::construct(const OUString& url,const 
Sequence< PropertyValue >&
 if (!m_pHistory->open(strPath.getStr()))
 {
 SAL_WARN("connectivity.mork", "Can not parse history mork file: " 
<< strPath);
-throwGenericSQLException( STR_COULD_NOT_LOAD_FILE, *this );
+const OUString sError( 
getResources().getResourceStringWithSubstitution(
+STR_COULD_NOT_LOAD_FILE, "$filename$", history));
+::dbtools::throwGenericSQLException( sError, *this );
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 79803] Open file dialog should list files relevant to the open module

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79803

--- Comment #13 from Cor Nouws  ---
(In reply to Yousuf (Jay) Philips from comment #11)

> This change would be the default setting, which users can change to see

Ugh..

> If there are 30 text documents in the folder, that is all that he should be
> presented with and he has the option to change that default option, and

Utterly nonsense. Who says you Benjamin only uses text documents and is too
dull to understand that you can open in Impress from Draw? (Oh sorry, simple:
Calc from 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-ux-advise] [Bug 79803] Open file dialog should list files relevant to the open module

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79803

--- Comment #13 from Cor Nouws  ---
(In reply to Yousuf (Jay) Philips from comment #11)

> This change would be the default setting, which users can change to see

Ugh..

> If there are 30 text documents in the folder, that is all that he should be
> presented with and he has the option to change that default option, and

Utterly nonsense. Who says you Benjamin only uses text documents and is too
dull to understand that you can open in Impress from Draw? (Oh sorry, simple:
Calc from Writer) ?

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


[Libreoffice-bugs] [Bug 85538] copying sheet to new document causes #REF! error if cells have reference to other sheets

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85538

--- Comment #9 from Paulo da Silva  ---
In addition to being out of the standard of existing spreadsheets, which in
itself is bad, changing external references from one sheet to another makes no
sense and is useless except for some uses more or less esoteric.

In years of heavy use of spreadsheets, employment and personal work, there are
fundamentally the following situations to copy sheets:

1. To have a new sheet to make some changes or some experimental analysis;

2. To create a new view;

3. To build several (many) sheets with the original as a model.

In all these cases the rules should be:

1. External references (references to other sheets) should be kept intact
(unchanged);

2. The internal references (references to cells in the sheet being copied)
should be changed to the new sheet (the one resulting from the copy).

Ex.: Sheet SA being copied to SA_2:
 =Rec.A11 must be kept as =Rec.A11
 =SA.F3:G12 must be changed to =SA_2.F3:G12
 =F12 must be kept as =F12

Charts refs. included.

*** In summary, the resulting sheet must have the same aspect and behaviour as
its original. ***

There is plenty of room for improvement, specially with new ideas, but do not
alter the basic behaviour established over the years in spreadsheets. Mainly
because it is the most intuitive.

In case of doubt, try with other spreadsheets programs available, some online.

Regards
Paulo da Silva

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


[Libreoffice-bugs] [Bug 91832] FORMATTING: Add hyperlink deletes text, doesn't apply formatting

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91832

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #3 from Beluga  ---
No repro.

User profile issue?
https://wiki.documentfoundation.org/UserProfile#Resolving_corruption_in_the_user_profile

Win 7 Pro 64-bit, Version: 5.0.1.2 (32-bit)
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 93694] Not possible to enable table header rows repeat from menubar

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93694

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from Yousuf (Jay) Philips  ---
(In reply to Beluga from comment #1)
> Isn't 6) exactly the desired outcome after disabling the Heading rows repeat?

No. You should be able to turn this on and off as you like, just like you can
do so in the Table > Table Properties > Text Flow > Repeat Heading. If you
leave out step 5, it wont be disabled in step 6.

> I don't understand the relation of the summary to the description. Is
> "menubar" the menu or toolbar?

Yes menubar is the correct word for the bar at the top which contains the menu.
https://en.wikipedia.org/wiki/Menu_bar

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


[Libreoffice-bugs] [Bug 93777] Draw Scroll Bug

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93777

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #2 from Beluga  ---
Could you attach an example document so we can quickly test?

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


[Libreoffice-bugs] [Bug 93615] LibO automatic spellchecking eats too much RAM

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93615

--- Comment #3 from Yan Pashkovsky  ---
Linux 3.16, all extensions off, version 5.0.1 - plus 20MB of RAM. With one
extension enbled +30 MB of RAM. Also closing this document or disabling grammar
checking doesn't reduce mem usage - memleak. See also #92482

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


[Libreoffice-bugs] [Bug 94170] New: Changing table border style - Crashes

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94170

Bug ID: 94170
   Summary: Changing table border style - Crashes
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: x86 (IA32)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sketch_ma...@yahoo.com

Open an existing odt document with a table.

Currently set to no borders showing. Try to change it to anything and Writer
crashes with no warning. Instantly as soon as I click on any option. Even the
option of None as it is already set to.

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


[Libreoffice-bugs] [Bug 93770] Libreoffice can't install update for spellchecker 3.0, it crashes

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93770

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Where can I get this spellchecker 2.9.1?
What is the update method? Some kind of inbuilt mechanism in the extension?

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

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


[Libreoffice-bugs] [Bug 93694] Not possible to enable table header rows repeat from menubar

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93694

--- Comment #4 from Yousuf (Jay) Philips  ---
Created attachment 118647
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118647=edit
screencast

Well encase my instructions werent good enough for you to get it, hopefully
this screencast will make it easier.

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


[Libreoffice-bugs] [Bug 94154] Bold tags being placed around other tags

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94154

--- Comment #4 from Yousuf (Jay) Philips  ---
Created attachment 118648
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118648=edit
forked version 0.5

The file tested - /source/text/shared/01/0102.xhp

It shows up in 3.1.1 release, so it will be there also in the 3.1.0 release you
are using.

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


[Libreoffice-bugs] [Bug 93754] IMPORT EMF doesn't show some text

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93754

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #2 from Beluga  ---
Confirmed brokenness in 5.0, but it is ok in 5.1.

Mike: I'll leave it up to you to decide on the status.

Win 7 Pro 64-bit, Version: 5.0.1.2 (32-bit)
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: fi-FI (fi_FI)

Version: 5.1.0.0.alpha1+
Build ID: 88c51cd55d1a9b29e62269c53b3923770253ab07
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-09-11_13:09:15
Locale: en-US (fi_FI)

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


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

2015-09-12 Thread Noel Grandin
 dtrans/source/cnttype/mcnttfactory.hxx |   16 ++---
 dtrans/source/cnttype/mcnttype.hxx |   18 +++---
 dtrans/source/generic/clipboardmanager.hxx |   48 -
 dtrans/source/generic/generic_clipboard.hxx|   56 ++--
 dtrans/source/inc/DtObjFactory.hxx |8 +-
 dtrans/source/win32/clipb/WinClipbImpl.hxx |   20 +++
 dtrans/source/win32/clipb/WinClipboard.cxx |2 
 dtrans/source/win32/clipb/WinClipboard.hxx |   44 
 dtrans/source/win32/dnd/globals.cxx|2 
 dtrans/source/win32/dnd/globals.hxx|6 +-
 dtrans/source/win32/dtobj/DOTransferable.cxx   |4 -
 dtrans/source/win32/dtobj/DOTransferable.hxx   |   57 ++---
 dtrans/source/win32/dtobj/DataFmtTransl.hxx|8 +-
 dtrans/source/win32/dtobj/FetcList.hxx |   14 ++---
 dtrans/source/win32/dtobj/FmtFilter.hxx|   18 +++---
 dtrans/source/win32/dtobj/XNotifyingDataObject.hxx |   14 ++---
 dtrans/source/win32/dtobj/XTDataObject.hxx |   16 ++---
 dtrans/source/win32/ftransl/ftransl.cxx|6 +-
 dtrans/source/win32/ftransl/ftransl.hxx|   48 -
 19 files changed, 203 insertions(+), 202 deletions(-)

New commits:
commit ea407568570d301888a0a51712356379d7b695d6
Author: Noel Grandin 
Date:   Fri Sep 11 14:59:25 2015 +0200

dtrans: com::sun::star->css

Change-Id: I4625a9b73c517b8187e03b11cc0546abdf338d8b
Reviewed-on: https://gerrit.libreoffice.org/18502
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/dtrans/source/cnttype/mcnttfactory.hxx 
b/dtrans/source/cnttype/mcnttfactory.hxx
index 7ce1899..971bb91 100644
--- a/dtrans/source/cnttype/mcnttfactory.hxx
+++ b/dtrans/source/cnttype/mcnttfactory.hxx
@@ -27,8 +27,8 @@
 #include 
 
 class CMimeContentTypeFactory : public
-cppu::WeakImplHelper< 
com::sun::star::datatransfer::XMimeContentTypeFactory, \
-com::sun::star::lang::XServiceInfo >
+cppu::WeakImplHelper< css::datatransfer::XMimeContentTypeFactory,
+  css::lang::XServiceInfo >
 {
 
 public:
@@ -36,19 +36,19 @@ public:
 
 // XMimeContentTypeFactory
 
-virtual ::com::sun::star::uno::Reference< 
::com::sun::star::datatransfer::XMimeContentType > SAL_CALL 
createMimeContentType( const OUString& aContentType )
-throw(::com::sun::star::lang::IllegalArgumentException, 
::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+virtual css::uno::Reference< css::datatransfer::XMimeContentType > 
SAL_CALL createMimeContentType( const OUString& aContentType )
+throw(css::lang::IllegalArgumentException, css::uno::RuntimeException, 
std::exception) SAL_OVERRIDE;
 
 // XServiceInfo
 
 virtual OUString SAL_CALL getImplementationName(  )
-throw(::com::sun::star::uno::RuntimeException, std::exception) 
SAL_OVERRIDE;
+throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
 
 virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
-throw(::com::sun::star::uno::RuntimeException, std::exception) 
SAL_OVERRIDE;
+throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
 
-virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL 
getSupportedServiceNames(  )
-throw(::com::sun::star::uno::RuntimeException, std::exception) 
SAL_OVERRIDE;
+virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames(  
)
+throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
 
 private:
 ::osl::Mutex   
m_aMutex;
diff --git a/dtrans/source/cnttype/mcnttype.hxx 
b/dtrans/source/cnttype/mcnttype.hxx
index a4126c6..d0d31a3 100644
--- a/dtrans/source/cnttype/mcnttype.hxx
+++ b/dtrans/source/cnttype/mcnttype.hxx
@@ -29,28 +29,28 @@
 #include 
 
 class CMimeContentType : public
-cppu::WeakImplHelper< com::sun::star::datatransfer::XMimeContentType >
+cppu::WeakImplHelper< css::datatransfer::XMimeContentType >
 {
 public:
 CMimeContentType( const OUString& aCntType );
 
 // XMimeContentType
 
-virtual OUString SAL_CALL getMediaType(  ) 
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
-virtual OUString SAL_CALL getMediaSubtype(  ) 
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
-virtual OUString SAL_CALL getFullMediaType(  ) 
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+virtual OUString SAL_CALL getMediaType(  ) 
throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+virtual OUString SAL_CALL getMediaSubtype(  ) 
throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+

[Libreoffice-commits] dev-tools.git: helpauthoring/Addons.xcu helpauthoring/HelpAuthoring

2015-09-12 Thread Yousuf Philips
 helpauthoring/Addons.xcu  |   40 
 helpauthoring/HelpAuthoring/OtherElements.xba |  119 ++
 2 files changed, 158 insertions(+), 1 deletion(-)

New commits:
commit 01ef2e43cc66ad43b5fa06bc22eb9981b60de0fb
Author: Yousuf Philips 
Date:   Fri Sep 11 10:24:26 2015 +0400

Insert switch and switchinline tags

Change-Id: I7b79721c02856902a6ceb8313726d6b3f19d3dc1
Reviewed-on: https://gerrit.libreoffice.org/18486
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/helpauthoring/Addons.xcu b/helpauthoring/Addons.xcu
index fb092ce..6974509 100644
--- a/helpauthoring/Addons.xcu
+++ b/helpauthoring/Addons.xcu
@@ -264,7 +264,45 @@
 Insert Index Entry 
(bookmark branch=index) 
 
 
-
+
+
+Insert Switch 
(switch/switchline)
+
+
+
+
+
vnd.sun.star.script:HelpAuthoring.OtherElements.InsertSwitchOSParagraph?language=Basiclocation=application
+
+
+Insert Switch OS 
Paragraph
+
+
+
+
+
vnd.sun.star.script:HelpAuthoring.OtherElements.InsertSwitchOSInline?language=Basiclocation=application
+
+
+Insert Switch OS 
Inline
+
+
+
+
+
vnd.sun.star.script:HelpAuthoring.OtherElements.InsertSwitchAppParagraph?language=Basiclocation=application
+
+
+Insert Switch App 
Paragraph
+
+
+
+
+
vnd.sun.star.script:HelpAuthoring.OtherElements.InsertSwitchAppInline?language=Basiclocation=application
+
+
+Insert Switch App 
Inline
+
+
+
+
 
 
 
diff --git a/helpauthoring/HelpAuthoring/OtherElements.xba 
b/helpauthoring/HelpAuthoring/OtherElements.xba
index 866a3ce..e718ac2 100644
--- a/helpauthoring/HelpAuthoring/OtherElements.xba
+++ b/helpauthoring/HelpAuthoring/OtherElements.xba
@@ -61,6 +61,125 @@ Sub InsertOfficeName
InsertText( $[officename] )
 End Sub
 
+Sub InsertSwitchOSParagraph
+   CR_before
+   GoUp(1)
+   SetParaStyle(hlp_aux_switch)
+   InsertTag(SWITCH_,SWITCH 
select=sys,hlp_aux_switch)
+   CR
+
+   InsertCaseNow(WIN)
+   InsertCaseNow(UNIX)
+   InsertCaseNow(MAC)
+
+SetParaStyle(hlp_aux_switch)
+
InsertTag(DEFAULT_,DEFAULT,hlp_aux_switch)
+   CR
+   SetParaStyle(hlp_paragraph)
+   SetCharStyle(Default Style)
+InsertText( Default )
+InsertNewParaData
+CR
+SetParaStyle(hlp_aux_switch)
+
InsertTag(_DEFAULT,/DEFAULT,hlp_aux_switch)
+CR
+
+SetParaStyle(hlp_aux_switch)
+
InsertTag(_SWITCH,/SWITCH,hlp_aux_switch)
+GoDown(1)
+End Sub
+
+Sub InsertSwitchOSInline
+   InsertTag(SWITCHINLINE_,SWITCHINLINE 
select=sys,hlp_aux_switch)
+
+   InsertCaseInlineNow(WIN)
+   InsertCaseInlineNow(UNIX)
+   InsertCaseInlineNow(MAC)
+
+InsertTag(DEFAULTINLINE_,DEFAULTINLINE)
+SetCharStyle(Default Style)
+InsertText( Default )
+InsertTag(_DEFAULTINLINE,/DEFAULTINLINE)
+
+InsertTag(_SWITCHINLINE,/SWITCHINLINE)
+SetCharStyle(Default Style)
+InsertText(   )
+End Sub
+
+Sub InsertSwitchAppParagraph
+   CR_before
+   GoUp(1)
+   SetParaStyle(hlp_aux_switch)
+   InsertTag(SWITCH_,SWITCH 
select=appl,hlp_aux_switch)
+   CR
+
+   InsertCaseNow(WRITER)
+   InsertCaseNow(CALC)
+   InsertCaseNow(IMPRESS)
+   InsertCaseNow(DRAW)
+   InsertCaseNow(MATH)
+   InsertCaseNow(BASIC)
+   InsertCaseNow(CHART)
+
+SetParaStyle(hlp_aux_switch)
+
InsertTag(DEFAULT_,DEFAULT,hlp_aux_switch)
+   CR
+   SetParaStyle(hlp_paragraph)
+   SetCharStyle(Default Style)
+InsertText( Default )
+InsertNewParaData
+CR
+SetParaStyle(hlp_aux_switch)
+
InsertTag(_DEFAULT,/DEFAULT,hlp_aux_switch)
+CR
+
+

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0-2' - slideshow/source

2015-09-12 Thread Lubosz Sarnecki
 slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2857674b3c1b42ca1cd2f87a74e2cf92bf461f55
Author: Lubosz Sarnecki 
Date:   Fri Sep 11 14:48:26 2015 +0200

tdf#94031 - slideshow: bind correct GL context for prepareEnvironment

Change-Id: Ib139e81f770531f7d808764dd3a77c7ac8d6fa3c
Signed-off-by: Michael Meeks 
Reviewed-on: https://gerrit.libreoffice.org/18508
Reviewed-by: Markus Mohrhard 
Reviewed-by: Tomaž Vajngerl 

diff --git 
a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx 
b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
index f468f87..db50970 100644
--- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
+++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
@@ -1185,6 +1185,7 @@ void OGLTransitionerImpl::GLInitSlides()
 TimerContext aTimerContext("texture creation");
 #endif
 
+mpContext->makeCurrent();
 prepareEnvironment();
 
 const OGLFormat* pFormat = NULL;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-ux-advise] [Bug 93792] Minimization

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93792

Adolfo Jayme  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
  Component|ux-advise   |UI
 Resolution|--- |WONTFIX

--- Comment #2 from Adolfo Jayme  ---
I’m siding with Jay here: LibreOffice belongs to a kind of software in which
such a feature is not really useful. In an office suite there are no tasks that
a user would be able to perform in the background, namely: downloading a file,
processing a batch of documents…

AFAIK there are third-party utilities that allow you to force any program into
the notification area, such as AllTray. You may want to take a look into that.

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


[Libreoffice-bugs] [Bug 93309] Show/Hide pane button off by one pixel

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93309

--- Comment #6 from V Stuart Foote  ---
(In reply to Yousuf (Jay) Philips from comment #5)
> Created attachment 118656 [details]
> color bar
> 
> (In reply to V Stuart Foote from comment #4)
> > But, the button in horizontal panes attached bottom (e.g. the Color bar in
> > Impress/Draw) or top (e.g. F4 - Data Sources in Writer) seem correctly
> > aligned in both selected and mouse over mode.
> 
> Screenshot will show otherwise. The problem with the color bar is that the
> height of the draggable area is 6px (from gray line to gray line), while the
> pane button is 7px. With the data sources, it is the same as the pane, where
> the space is 7px and the button is off by 1px.

Hmm, Tomaž might have a better idea, but I think the buttons (both flavors) are
7px x 72 px. Although as in bug 94174 the horizontal down pointing button (both
renderings) is not as clean as the other three--Horizontal Up, Vertical Right,
and Vertical Left.

The issue seems to be where the 7px Vertical Left is being attached. It ends up
1px too far to the left.

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


[Libreoffice-bugs] [Bug 93430] Cannot get accessible text attributes for 'Not in dictionary' entry

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93430

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Beluga  ---
I'm only seeing Accerciser itself in the tree view.
I'm running KDE. Is there something else I should do?

Manjaro Linux KDE Plasma 5, 64-bit
Version: 5.0.1.2.0+
Build ID: 5.0.1.2 Arch Linux build-1
Locale: fi-FI (fi_FI.UTF-8)

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


[Libreoffice-bugs] [Bug 93580] META: HELPAUTHORING Issues

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93580

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Depends on||94167

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


[Libreoffice-bugs] [Bug 94168] New: CRASH: text to column crashes when there are many formulas preceded by an empty line

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94168

Bug ID: 94168
   Summary: CRASH: text to column crashes when there are many
formulas preceded by an empty line
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: Other
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: palmierivinc@gmail.com

To reproduce the bug:

- Create a new spreadsheet with LibreOffice Calc 5.0.1.2;
- Keep the cell A1 empty;
- Fill the cells A2:A30 with some formulas, for example =1
- Select the column A;
- Go to Data > Text to column, select the column "standard", and in Field,
choose the type of column "text".

Behavior: Calc hangs a little and then crashes. It works properly if there are
few enough formulas (< 10).

I'm quite sure I had the same problem with version 5.0.0.5.

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


[Libreoffice-bugs] [Bug 94167] New: Modifying section and embed fields turn them into '** Expression is faulty **'

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94167

Bug ID: 94167
   Summary: Modifying section and embed fields turn them into '**
Expression is faulty **'
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Blocks: 93580

Created attachment 118645
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118645=edit
screenshot

If you open a help file with the authoring tool and modify the first 
or  entries in the Edit Fields dialog, all fields of that tag will turn
into '** Expression is faulty **'

Screenshot is of modifying the 
in /text/swriter/main101.xhp

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


[Libreoffice-bugs] [Bug 94038] Right click menu is greyed when playing video

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94038

--- Comment #8 from Yan Pashkovsky  ---
The same on linux (just upgraded), but on linux right click menu is transparent

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


[Libreoffice-ux-advise] [Bug 94169] New: Open split button recent document list should show icons next to entries

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94169

Bug ID: 94169
   Summary: Open split button recent document list should show
icons next to entries
   Product: LibreOffice
   Version: 4.1.6.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: ux-advise
  Assignee: libreoffice-b...@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: libreoffice-ux-advise@lists.freedesktop.org

Similar to the New split button showing icons next to its entries, the Open
split button which shows the recent document list with icons next to each entry
depending on which app loads it.

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


[Libreoffice-bugs] [Bug 94038] Right click menu is greyed or transparent when playing video

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94038

Yan Pashkovsky  changed:

   What|Removed |Added

Summary|Right click menu is greyed  |Right click menu is greyed
   |when playing video  |or transparent when playing
   ||video

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


[Libreoffice-bugs] [Bug 93615] LibO automatic spellchecking eats too much RAM

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93615

Yan Pashkovsky  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=92
   ||482

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


[Libreoffice-bugs] [Bug 92482] LO doesn't load out previously opened documents from memory. MEM LEAK

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92482

Yan Pashkovsky  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=93
   ||615

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


[Libreoffice-bugs] [Bug 94169] New: Open split button recent document list should show icons next to entries

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94169

Bug ID: 94169
   Summary: Open split button recent document list should show
icons next to entries
   Product: LibreOffice
   Version: 4.1.6.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: ux-advise
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: libreoffice-ux-adv...@lists.freedesktop.org

Similar to the New split button showing icons next to its entries, the Open
split button which shows the recent document list with icons next to each entry
depending on which app loads it.

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


[Libreoffice-bugs] [Bug 94038] Right click menu is greyed when playing video

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94038

Yan Pashkovsky  changed:

   What|Removed |Added

 OS|Windows (All)   |All

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


[Libreoffice-bugs] [Bug 93764] Paragraph border added to paragraph area

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93764

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
So what you are saying is that the area color is bleeding very slightly over
the border?
I'm not really seeing in this in my LibO.
Does it still bleed, if you zoom in quite close?

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

Win 7 Pro 64-bit, Version: 5.0.1.2 (32-bit)
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 93697] Size of media player dialog should be alot larger

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93697

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Beluga  ---
Cheers.

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


[Libreoffice-bugs] [Bug 93694] Not possible to enable table header rows repeat from menubar

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93694

--- Comment #3 from Beluga  ---
Ok it seems I wasn't parsing correctly. It seems by "disabled" you mean it is
somehow greyed out or something, unable to change the state at all.
Well, I'm not seeing this in the menu or table properties so leaving as unco.

Win 7 Pro 64-bit, Version: 5.0.1.2 (32-bit)
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: fi-FI (fi_FI)

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


[Libreoffice-commits] dev-tools.git: helpauthoring/Addons.xcu helpauthoring/HelpAuthoring

2015-09-12 Thread Yousuf Philips
 helpauthoring/Addons.xcu|   61 +++
 helpauthoring/HelpAuthoring/Helpers.xba |   19 
 helpauthoring/HelpAuthoring/_Main.xba   |  128 ++--
 3 files changed, 189 insertions(+), 19 deletions(-)

New commits:
commit 512ac2ae57bd4f10d5af446c01461974bd6b7aca
Author: Yousuf Philips 
Date:   Sat Sep 12 22:59:41 2015 +0400

View help file source, unhide paragraph ids and reorganize menu

Change-Id: I1994e2481a87a627667a4a06c4b8a61782174c63
Reviewed-on: https://gerrit.libreoffice.org/18518
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/helpauthoring/Addons.xcu b/helpauthoring/Addons.xcu
index 6974509..e4268ac 100644
--- a/helpauthoring/Addons.xcu
+++ b/helpauthoring/Addons.xcu
@@ -166,7 +166,16 @@
 
 
 
-Open Embed or 
Link Help File 
+Open Embed or 
Link File 
+
+
+
+
+
vnd.sun.star.script:HelpAuthoring._Main.OpenLinkSource?language=Basiclocation=application
+
+
+
+View Embed or 
Link File Source
 
 
 
@@ -218,7 +227,7 @@
 
 
 
-Insert Variable 
(variable) 
+Insert Variable 
(variable/var) 
 
 
 
@@ -243,7 +252,7 @@
 
 
 
-Insert Extended Tip 
(avis/ahis) 
+Insert Extended Tip 
(ahelp/avis/ahid) 
 
 
 
@@ -360,22 +369,21 @@
 
 
 
-
-
+
 
 private:separator
 
 
-
+
 
-
vnd.sun.star.script:HelpAuthoring.Meta.Main?language=Basiclocation=application
+
vnd.sun.star.script:HelpAuthoring.OtherElements.ToggleParaL10NStatus?language=Basiclocation=application
 
 
 
-Edit Meta Data 
+Toggle Paragraph L10N 
Status (localize=...) 
 
 
-
+
 
 
vnd.sun.star.script:HelpAuthoring.Helpers.InsertNewParaData?language=Basiclocation=application
 
@@ -384,16 +392,32 @@
 Assign Paragraph ID 

 
 
-
+
 
-
vnd.sun.star.script:HelpAuthoring.OtherElements.ToggleParaL10NStatus?language=Basiclocation=application
+
vnd.sun.star.script:HelpAuthoring._Main.UnhideParaIDs?language=Basiclocation=application
 
 
 
-Toggle L10N 
(localize=...) 
+Unhide Paragraph IDs 

 
 
-
+
+
+
+
+private:separator
+
+
+
+
+
vnd.sun.star.script:HelpAuthoring.Meta.Main?language=Basiclocation=application
+
+
+
+Edit Meta Data 
+
+
+
 
 
vnd.sun.star.script:HelpAuthoring.Validate.Validate?language=Basiclocation=application
 
@@ -402,7 +426,7 @@
 Validate Help File 
 
 
-
+
 
 
vnd.sun.star.script:HelpAuthoring._Main.ReloadXHP?language=Basiclocation=application
 
@@ -411,6 +435,15 @@
 Reload File
 
 
+
+
+

[Libreoffice-bugs] [Bug 93848] labels are not printed

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93848

--- Comment #5 from Hanan Sela  ---

Hello Alex
I did not try other distros, but I have seen old posts about this problem. I
can try it in a few weeks with the current TDF provided distro, when I get back
to work.

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


[Libreoffice-bugs] [Bug 84548] Please make creation of mail labels a bit more flexible

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84548

Cor Nouws  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #12 from Cor Nouws  ---
Hi Yvan,

Let me try again :)

> First, thanks a lot for this good and usefull software !

thanks!

> 1. When you finish your label document (choosing format, choosing database
> and fields, synchronizing contents, using mailing assistant to merge
> addresses, save the resulting file), you obtain a sheet where you can only
> modify the first label, but not the others. This is the biggest problem,
> because in real life there is almost always one label you need to modify
> manually.

This behaviour is caused all label above #1 being linked the first label.
(actually all are frames).
This allows the Synchronize button, to be activated on the third Tab of the
File > New labels dialog.

Luckily, in LibreOffice 5.0.1 I do see an option: Tools > Options > Writer >
Formatting aids... Ignore protection. (I think this is new.)


> 2. After choosing format, database and fields, you cannot have an overview
> of the merge result, the only choice is to print or to save : you can not
> correct you mistake directly. 

I can do that after step #7. (Since protection can be ignored - see above)
For normal letters (not labels) step #6 does that job.

> Maybe add a "Merging overview" button to the
> "Synchronize labels" ?

You mean on the specific tool bar?
That would introduce a third way of performing mail merge.. People may get
confused?
(However the idea as such, is not bad.)

> 2bis. After choosing format, database and fields, you have to launch the
> Mailing Assistant and skip most of the steps to save the merged file. This
> step is very confusing.

Choosing Next, seeing that nothings needs to be done, choosing Next ...  etc..
that works too.
The next time, you know where to go ;)

> Why not just had a "Merge and save" button in the
> "Synchronize labels" toolbox ?

See my comment above.


> >> 3. When you create a new mail label sheets, you can not add a new database.
> >> You have to create a writer document, add the database, and then only go in
> >> File -> New -> Labels. It is not really intuitive.
> 
> > The menu Edit > Change datasource should do that?
> 
> 3. Yes, you can do that, but I think it would be better to also include an
> "Add data source" button directly in the mail labels' first window. I
> suppose it would not be difficult to add, but it would be far more intuitive.

I don't understand this.
File > New > Label allows me to choose a data source.
Tools > Mail merge (Use current document (already created labels) .. Step 3,
insert Address book, allows it too.

Apart from the challenges you, me and many others experience to fiend their
easiest way to perform mail merge tasks, which is reflected in your remarks and
our discussion, I do see one specific IMO new request in your report:

Extend the 'Synchronize' toolbar with two buttons: "Merging overview", "Merge
and save".
Is that fine for you? Then we could change the summary and settings of this bug
accordingly...

Thanks for your attention again.
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 94154] Bold tags being placed around other tags

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94154

--- Comment #5 from Regina Henschel  ---
I do not get the same as you. I get

Original XML
%PRODUCTNAME -
PreferencesTools -
Options - %PRODUCTNAME - Paths

Resaved XML
%PRODUCTNAME -
Preferences
Tools -
Options - %PRODUCTNAME - Paths

Notice, that in the original XML the emph-element is the outer one and has the
children 'switchinline' and 'link'. But both are not allowed as child of an
emph-element in xmlhelp.dtd. Therefore the extension correctly moves the
emph-element to the content of 'switchinline' and 'link'. There the
emph-element is an allowed child and the file becomes valid against the
xmlhelp.dtd.

Does your output really has a -tag before the  tag and an
 element after the  element?

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


[Libreoffice-bugs] [Bug 90987] Pages/Slides pane does not remember its state on reopen

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90987

--- Comment #6 from crx...@hotmail.com ---
(In reply to Yousuf (Jay) Philips from comment #5)
> (In reply to crxssi from comment #4)
> > Personally, I detest the page pane- it wastes space, it slows down
> > performance, and it is distracting.  Since 99+% of typical Draw documents
> > are a single page (at least this is my experience and from what I have seen
> > from nearly all my users), it is almost never useful to have the page pane
> > on.  This absolutely needs to be fixed.
> 
> I was hoping to make the page pane enabled but closed by default in 5.0, but
> this bug didnt allow me to do that and also i got opposition to it in bug
> 90090. Maybe if this is fixed, we can make it happen for 5.1. :D

I don't care if it is open or closed by default, as long as it remembers how I
set it.  If I close it, I want it to remain closed not only for that session of
LO, but also the next time I launch 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 93840] flickering drop-down list in the sidebar

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93840

--- Comment #5 from Beluga  ---
Confirmed.

Manjaro Linux KDE Plasma 5, 64-bit
Version: 5.0.1.2.0+
Build ID: 5.0.1.2 Arch Linux build-1
Locale: fi-FI (fi_FI.UTF-8)

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


[Libreoffice-bugs] [Bug 93430] Cannot get accessible text attributes for 'Not in dictionary' entry

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93430

--- Comment #2 from Beluga  ---
Now I tried with Ubuntu with Unity and I saw various other apps, but still not
LibO :(
It's weird as I've used Accerciser with this Ubuntu & LibO before.

Ubuntu 15.04 64-bit 
Version: 5.0.1.2
Build ID: 00m0(Build:2)
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 93774] Dot Product in MSWord PDF-Rendered As Cross Product

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93774

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #3 from Beluga  ---
Created attachment 118644
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118644=edit
PDF from LibO 5.0.1

Looks ok to me.

Win 7 Pro 64-bit, Version: 5.0.1.2 (32-bit)
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 93806] Copying, pasting or duplicating slides gets increasingly slower and slower

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93806

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Can you produce an example document?
I could not repro from scratch.

Win 7 Pro 64-bit, Version: 5.0.1.2 (32-bit)
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 93606] Installer ignores at least some options in Custom mode, such as changes to the target directory

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93606

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #29 from V Stuart Foote  ---
@Peter, very sorry that it came to a complete reinstall of Windows to get
things back to a functional state. Other than the time and effort I hope you
did not lose too much. As noted in comment 21, "Until you get your Windows OS
issues sorted, there is nothing that will change in LibreOffice packaging that
can make any difference."  Your outcome was extreme but not that unusual.

@sebalis, Please open a new issue. And compress and post your install log(s).
We'd need to compare your log of install attempts as from comment 24 against
log as comment 25, where you were finally able to complete a custom install
location. 

Go ahead and add me to the cc list.  For clarity, closing this issue as WFM for
OP.

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


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

2015-09-12 Thread Damjan Jovanovic
 source/text/scalc/01/04060104.xhp |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f1c4e58c8faf814723c205d61ca0608dfd2376ac
Author: Damjan Jovanovic 
Date:   Sat Sep 12 18:56:04 2015 +0100

i#126516# TYPE() formula help doesn't document value 64 for arrays

Change-Id: Ia3dd7a45877101323ee4be9746c18124e0a6ab29

diff --git a/source/text/scalc/01/04060104.xhp 
b/source/text/scalc/01/04060104.xhp
index 1b91efc..5231620 100644
--- a/source/text/scalc/01/04060104.xhp
+++ b/source/text/scalc/01/04060104.xhp
@@ -628,12 +628,12 @@
 
 
 TYPE
-Returns the type of 
value.
+Returns the type of value, where 1 = 
number, 2 = text, 4 = Boolean value, 8 = formula, 16 = error value, 64 = 
array.
 
 Syntax
 TYPE(Value)
 
-Value is a specific value for which the data type is determined. 
Value 1 = number, value 2 = text, value 4 = Boolean value, value 8 = formula, 
value 16 = error value.
+Value is a specific value for which the data type is 
determined.
 Example (see example table above)
 
 =TYPE(C2) returns 2 as a result.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93807] Updating cell style while in edit mode doesnt refresh text

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93807

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC||er...@redhat.com

--- Comment #2 from Yousuf (Jay) Philips  ---
@Eike: Would be good to get your view of this, as maybe its not possible to do
it while in edit mode.

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


[Libreoffice-commits] core.git: helpcontent2

2015-09-12 Thread Damjan Jovanovic
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 24e312587128f738f9a6087d1204d586f3bc33a7
Author: Damjan Jovanovic 
Date:   Sat Sep 12 18:56:04 2015 +0100

Updated core
Project: help  f1c4e58c8faf814723c205d61ca0608dfd2376ac

i#126516# TYPE() formula help doesn't document value 64 for arrays

Change-Id: Ia3dd7a45877101323ee4be9746c18124e0a6ab29

diff --git a/helpcontent2 b/helpcontent2
index d929b0a..f1c4e58 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit d929b0a121d232f0fd7c583a1fc7c016af92517b
+Subproject commit f1c4e58c8faf814723c205d61ca0608dfd2376ac
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94166] lookup fails with documents created with a former version of calc

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94166

Cor Nouws  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||c...@nouenoff.nl
 Ever confirmed|0   |1

--- Comment #2 from Cor Nouws  ---
Hi palmierivinc,

thanks for your report.
I confirm the behaviour.

When I remove row 1 on sheet data in misfunctionnal lookup.ods the VlookUp
works fine.
Since the function gets the full columns as argument (data.D:D;data.A:A) that
may be the cause?
Any idea on that?

Cheers - 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 48887] FILESAVE: Save as HTML in Writer should not embed images

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48887

--- Comment #32 from V Stuart Foote  ---
(In reply to Cor Nouws from comment #31)
> 
> I do like the export of images in HTML mail...
> An option would be great, yes.

Well sure but the real problem, since default embedding of base64 image into
HTML to support for mail merge was implemented, is that we have broken our
ability to edit the resulting HTML in Writer Web mode.  That default needs to
be adjusted--an option on save, or detecting use for mail merge/mail send and
only do it then.

See the UX-advise bug 88038

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


[Libreoffice-bugs] [Bug 94168] CRASH: text to column crashes when there are many formulas preceded by an empty line

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94168

MM  changed:

   What|Removed |Added

   Keywords||regression
   Priority|medium  |high
 Status|UNCONFIRMED |NEW
   Hardware|Other   |All
Version|5.0.1.2 release |4.2.6.3 release
 Ever confirmed|0   |1
 OS|Linux (All) |All

--- Comment #1 from MM  ---
Unconfirmed with v4.1.6.2 under mint 16 x64.
Confirmed with v4.2.6.3 under mint 16 x64.
Confirmed with v4.4.5.2 under windows 7 x64.
Confirmed with v5.0.2.1 under mint 17.2 x64.

Set to ALL, Regression.

The column type doesn't have to be set to 'text', any other option (except for
'hide') will do, to crash it.

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


[Libreoffice-bugs] [Bug 94166] lookup fails with documents created with a former version of calc

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94166

palmierivinc@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #3 from palmierivinc@gmail.com ---
Yes you got it :)

If I remove the first row, I still have some "#N/D". But if I remove the two
first rows, the lookup works fine.

Another way to make it work fine is to fill D1 with "a  a" and D2 with "a   a"
(so that the column D is fully sorted). If I put the argument
(data.D$3:D$50;data.A$3:A$50), it works fine too.

When I rewrote the file from scratch, I forgot this blank line. Eventually, I
obtain the same behaviour with all version of LibreOffice, caused by a lookup
in an unsorted column.

So, unless I forgot something, this is not a bug. Thank you Cor Nouws !

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


[Libreoffice-bugs] [Bug 78155] EDITING: RFE: Allow custom editable fields as allowed in LO Writer

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78155

Cor Nouws  changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO

--- Comment #11 from Cor Nouws  ---
(In reply to Máirín Duffy from comment #10)
> Cors, I really have to disagree that this is a duplicate of bug 53548 - that
> is a bug filed against Draw, not Writer, and involves Mail Merge of database
> content, whereas this doesn't involve database content. While the problem to
> solve is vaguely the same, that the applications are different should make
> them separate bugs, no?

Hi Máirín,
53548 is  " Allow "Other" fields / DocInformation / custom editable fields in
Draw/Impress (as in Writer)  " 

and the summary of this bug "  Allow custom editable fields as allowed in LO
Writer "  Component Impress..

So I do not see a difference..

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


[Libreoffice-bugs] [Bug 92037] UI: Dragging a field from the Data Sources window into a document no longer works

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92037

Cor Nouws  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Cor Nouws  ---
Works fine in 5.0.2.1
(and maybe earlier too - didn't check) but clearly the patch landed at the
proper place :)

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


[Libreoffice-bugs] [Bug 94107] bullets in outline with mixed numbers and bullets are not saved in odt file

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94107

--- Comment #11 from Mark Dwyer  ---
Created attachment 118650
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118650=edit
moved user folder, procedure for restoring bullets

This shows 3 things. 
1) In mc (left) you can see I moved the user folder. 
2) Upon reopening the file, it is missing bullets.
3) I am using Format>Bullets & Numbering > Options to restore the bullets. (I
have not hit "ok" yet in the dialog.)

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


[Libreoffice-bugs] [Bug 94112] Unreadable non accesible entries in menu with kde dark theme

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94112

Zeki Bildirici  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Zeki Bildirici  ---
Hi,

I can confirm the issue but i couldn't find the applied name (of deactive text)
on KDE System Settings-> Color - > Color Tab - Color Schemes.

Best regards
Zeki

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


[Libreoffice-bugs] [Bug 93813] Integration of a color picker control into the sidebar and color picker dialog

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93813

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
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-ux-advise] [Bug 93813] Integration of a color picker control into the sidebar and color picker dialog

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93813

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Setting to NEW.

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


[Libreoffice-bugs] [Bug 93738] Menu Entry for Shortcuts not translated

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93738

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #5 from Beluga  ---
Sounds really weird. When things get weird, this is what we do:
https://wiki.documentfoundation.org/UserProfile#Resolving_corruption_in_the_user_profile

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

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


[Libreoffice-bugs] [Bug 93309] Show/Hide pane button off by one pixel

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93309

--- Comment #3 from Yousuf (Jay) Philips  ---
(In reply to tommy27 from comment #1)
> hi Jay, I checked under Win8.1 x64 and it looks fine in LibO 5.0.0.4 and 
> 5.1.0.0.alpha1+

Take a screenshot of it, open it in your favourite image editor and zoom in or
else you may not notice it.

> is that a Linux specific bug?

I doubt it would be.

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


[Libreoffice-bugs] [Bug 93773] Tooltip text does not fit its container (GTK+2, Adwaita)

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93773

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
It seems to be the same as bug 91533. If you agree, set your own report as
duplicate.

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


[Libreoffice-bugs] [Bug 93782] Add reversed line endings

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93782

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #2 from Beluga  ---
Sounds OK.

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


[Libreoffice-bugs] [Bug 93694] Not possible to enable table header rows repeat from menubar

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93694

--- Comment #5 from Beluga  ---
Linux only?

Still no repro.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 88c51cd55d1a9b29e62269c53b3923770253ab07
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-09-11_13:09:15
Locale: en-US (fi_FI)

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


[Libreoffice-bugs] [Bug 93777] Draw Scroll Bug

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93777

--- Comment #3 from David  ---
Yesterday, I installed the latest nightly and preliminary use suggests several
of the bugs that were frustrating me seem to be much improved or not present. 

If the bug outlined above is still present after a day's solid testing I will
post the document 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


Re: Enabling gobject-introspection support in gtk3 builds

2015-09-12 Thread Rene Engelhard
On Fri, Sep 11, 2015 at 12:09:06PM +0200, Miklos Vajna wrote:
> The commit to enable that for distributions is at
> . configure is updated to
> check for the newly required necessary tools. My understanding is that
[...]> 
> Knowing that, am I OK to push the patch to master?

I tried a build with the patch. Should work mostly, but it fails to "link":

g-ir-scanner: compile: x86_64-linux-gnu-gcc -Wno-deprecated-declarations 
-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -I/usr/include/gobject-introspection-1.0 
-I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng12 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/home/rene/LibreOffice/git/master/include -I/usr/include/gtk-3.0 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/atk-1.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
-I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -c -o 
/tmp/distro-pack-desktop-integration-VhEXE5/tmp-introspect0r_64c/LOKDocView-0.1.o
 
/tmp/distro-pack-desktop-integration-VhEXE5/tmp-introspect0r_64c/LOKDocView-0.1.c
g-ir-scanner: link: x86_64-linux-gnu-gcc -o 
/tmp/distro-pack-desktop-integration-VhEXE5/tmp-introspect0r_64c/LOKDocView-0.1 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wl,-z,relro 
/tmp/distro-pack-desktop-integration-VhEXE5/tmp-introspect0r_64c/LOKDocView-0.1.o
 -L. -Wl,-rpath=. -Wl,--no-as-needed -llibreofficekitgtk 
-L/usr/lib/libreoffice/program/libreofficekitgtk 
-Wl,-rpath=/usr/lib/libreoffice/program/libreofficekitgtk -lgio-2.0 
-lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0
/usr/bin/ld: cannot find -llibreofficekitgtk
collect2: error: ld returned 1 exit status
linking of temporary binary failed: Command '['x86_64-linux-gnu-gcc', '-o', 
'/tmp/distro-pack-desktop-integration-VhEXE5/tmp-introspect0r_64c/LOKDocView-0.1',
 '-D_FORTIFY_SOURCE=2', '-g', '-O2', '-fstack-protector-strong', '-Wformat', 
'-Werror=format-security', '-Wl,-z,relro', 
'/tmp/distro-pack-desktop-integration-VhEXE5/tmp-introspect0r_64c/LOKDocView-0.1.o',
 '-L.', '-Wl,-rpath=.', '-Wl,--no-as-needed', '-llibreofficekitgtk', 
'-L/usr/lib/libreoffice/program/libreofficekitgtk', 
'-Wl,-rpath=/usr/lib/libreoffice/program/libreofficekitgtk', '-lgio-2.0', 
'-lgobject-2.0', '-Wl,--export-dynamic', '-lgmodule-2.0', '-pthread', 
'-lglib-2.0']' returned non-zero exit status 1
error parsing file 
/home/rene/LibreOffice/git/master/debian/tmp//usr/share/gir-1.0/LOKDocView-0.1.gir:
 Failed to open file 
'/home/rene/LibreOffice/git/master/debian/tmp//usr/share/gir-1.0/LOKDocView-0.1.gir':
 No such file or directory

It says /program/libreofficekitgtk as the directory, which doesn't exist 
anywhere.

When fixing that to just /progrem it tries to pick up my systems 
liblibreofficekit.so which is "of course" still the 5.0.2 one (so missing 
symbols and built
with gtk):

g-ir-scanner: compile: x86_64-linux-gnu-gcc -Wno-deprecated-declarations 
-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -I/usr/include/gobject-introspection-1.0 
-I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng12 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/home/rene/LibreOffice/git/master/include -I/usr/include/gtk-3.0 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/atk-1.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 

[Libreoffice-bugs] [Bug 94124] Bullets not bulleting

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94124

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
 Resolution|FIXED   |WORKSFORME

--- Comment #4 from Cor Nouws  ---
Thanks for reporting David.
Since no patch is involved in Resolving, we set as WorksForMe.
Cheers - 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 93309] Show/Hide pane button off by one pixel

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93309

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #4 from V Stuart Foote  ---
On Windows 10 Pro 64-bit with current master
Version: 5.1.0.0.alpha1+
Build ID: 88c51cd55d1a9b29e62269c53b3923770253ab07
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-09-11_13:09:15
Locale: en-US (en_US)

The Show/Hide grips on Vertical Frames attached left are off by ~1px.

But, the button in horizontal panes attached bottom (e.g. the Color bar in
Impress/Draw) or top (e.g. F4 - Data Sources in Writer) seem correctly aligned
in both selected and mouse over mode.

And no issue when pane for widget is attached right.

So, think misalignment is just affecting when widget being controlled is left
attached.

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


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

2015-09-12 Thread Caolán McNamara
 oox/source/ole/vbaexport.cxx|   20 +---
 sc/source/filter/excel/xestream.cxx |4 +++-
 sc/source/filter/inc/xestream.hxx   |5 -
 sc/source/ui/src/scfuncs.src|2 +-
 4 files changed, 21 insertions(+), 10 deletions(-)

New commits:
commit 45ccb2c8e5a2fde4316d750764652fbe1b20ae24
Author: Caolán McNamara 
Date:   Sat Sep 12 20:45:00 2015 +0100

coverity#1323913 Uninitialized pointer field

Change-Id: Ibcaac09b90f5f2bfa466b94dbb91bb75ae32e7ff

diff --git a/oox/source/ole/vbaexport.cxx b/oox/source/ole/vbaexport.cxx
index 0088002..88f74b4c 100644
--- a/oox/source/ole/vbaexport.cxx
+++ b/oox/source/ole/vbaexport.cxx
@@ -62,10 +62,15 @@ void exportUTF16String(SvStream& rStrm, const OUString& 
rString)
 
 }
 
-VBACompressionChunk::VBACompressionChunk(SvStream& rCompressedStream, const 
sal_uInt8* pData, sal_Size nChunkSize):
-mrCompressedStream(rCompressedStream),
-mpUncompressedData(pData),
-mnChunkSize(nChunkSize)
+VBACompressionChunk::VBACompressionChunk(SvStream& rCompressedStream, const 
sal_uInt8* pData, sal_Size nChunkSize)
+: mrCompressedStream(rCompressedStream)
+, mpUncompressedData(pData)
+, mpCompressedChunkStream(0)
+, mnChunkSize(nChunkSize)
+, mnCompressedCurrent(0)
+, mnCompressedEnd(0)
+, mnDecompressedCurrent(0)
+, mnDecompressedEnd(0)
 {
 }
 
commit 70c1cf031dd8179f8eeb33faf842df4d001bf149
Author: Caolán McNamara 
Date:   Sat Sep 12 20:42:17 2015 +0100

coverity#1323912 Improper use of negative value

Change-Id: I7c403ccb40bfddee2e30ba10e755187490857596

diff --git a/oox/source/ole/vbaexport.cxx b/oox/source/ole/vbaexport.cxx
index 904056d..0088002 100644
--- a/oox/source/ole/vbaexport.cxx
+++ b/oox/source/ole/vbaexport.cxx
@@ -630,9 +630,10 @@ void exportModuleStream(SvStream& rStrm, const OUString& 
rSourceCode, const OUSt
 
 exportString(aModuleStream, "Attribute VB_Name = \"" + aElementName + 
"\"\r\n");
 OUString aSourceCode = rSourceCode.replaceFirst("Option VBASupport 1\n", 
"");
-sal_Int32 nPos = aSourceCode.indexOf("Rem Attribute VBA_ModuleType=");
-sal_Int32 nEndPos = aSourceCode.indexOf("\n", nPos);
-aSourceCode = aSourceCode.replaceAt(nPos, nEndPos - nPos+1, "");
+const sal_Int32 nPos = aSourceCode.indexOf("Rem Attribute 
VBA_ModuleType=");
+const sal_Int32 nEndPos = nPos != -1 ? aSourceCode.indexOf("\n", nPos) : 
-1;
+if (nPos != -1 && nEndPos != -1)
+aSourceCode = aSourceCode.replaceAt(nPos, nEndPos - nPos+1, "");
 aSourceCode = aSourceCode.replaceAll("\n", "\r\n");
 exportString(aModuleStream, aSourceCode);
 aModuleStream.Seek(0);
commit 67f5012d78cabc84a63d232140e34d3658c8c7a0
Author: Caolán McNamara 
Date:   Sat Sep 12 20:40:25 2015 +0100

coverity#1038332 Uncaught exception

Change-Id: I02d8a2ab6821922c318d4b83a1381b65d8521e1e

diff --git a/sc/source/filter/excel/xestream.cxx 
b/sc/source/filter/excel/xestream.cxx
index bedb24f..1595019 100644
--- a/sc/source/filter/excel/xestream.cxx
+++ b/sc/source/filter/excel/xestream.cxx
@@ -1051,7 +1051,9 @@ ScDocShell* XclExpXmlStream::getDocShell()
 }
 
 bool XclExpXmlStream::exportDocument()
-throw (css::uno::RuntimeException, std::exception)
+throw (css::uno::RuntimeException,
+   css::ucb::ContentCreationException,
+   std::exception)
 {
 ScDocShell* pShell = getDocShell();
 ScDocument& rDoc = pShell->GetDocument();
diff --git a/sc/source/filter/inc/xestream.hxx 
b/sc/source/filter/inc/xestream.hxx
index ac75f7f..56dc6ec 100644
--- a/sc/source/filter/inc/xestream.hxx
+++ b/sc/source/filter/inc/xestream.hxx
@@ -21,6 +21,7 @@
 #define INCLUDED_SC_SOURCE_FILTER_INC_XESTREAM_HXX
 
 #include 
+#include 
 
 #include 
 #include 
@@ -320,7 +321,9 @@ public:
 
 // ignore
 virtual bool exportDocument()
-throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+throw (css::uno::RuntimeException,
+   css::ucb::ContentCreationException,
+   std::exception) SAL_OVERRIDE;
 
 // only needed for import; ignore
 virtual bool importDocument() throw() SAL_OVERRIDE;
commit 23b530d3e7d0c63318510dd353ba9896e16b802e
Author: Damjan Jovanovic 
Date:   Sat Sep 12 09:16:24 2015 +

#i126516# Document the return values for the TYPE() formula function in the 
online help too.

(cherry picked from commit 4149f99e7bede959d8bec6b4131a205d6e98d6b7)

diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 39018e9..00b093e 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -2633,7 +2633,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1
 {
 String 1 // Description
 {
-Text [ en-US ] = "Defines the data type of a value." ;
+Text [ en-US ] = "Returns the data type of a value (1 = number, 2 
= text, 4 = Boolean value, 8 

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 41/49f99e7bede959d8bec6b4131a205d6e98d6b7

2015-09-12 Thread Caolán McNamara
 41/49f99e7bede959d8bec6b4131a205d6e98d6b7 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit e13868ceca37318245a0a58cdbff2fb34f38f23e
Author: Caolán McNamara 
Date:   Sat Sep 12 21:12:43 2015 +0100

Notes added by 'git notes add'

diff --git a/41/49f99e7bede959d8bec6b4131a205d6e98d6b7 
b/41/49f99e7bede959d8bec6b4131a205d6e98d6b7
new file mode 100644
index 000..c79c7db
--- /dev/null
+++ b/41/49f99e7bede959d8bec6b4131a205d6e98d6b7
@@ -0,0 +1 @@
+merged as: 23b530d3e7d0c63318510dd353ba9896e16b802e
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94171] New: Make navigation arrows in Calc visible only when they are needed and place them on the right

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94171

Bug ID: 94171
   Summary: Make navigation arrows in Calc visible only when they
are needed and place them on the right
   Product: LibreOffice
   Version: 5.0.0.1 rc
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: yanp...@gmail.com

Created attachment 118649
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118649=edit
screenshot

I suggest to move sheet navigation arrows to the right and make them visible
only when they are needed.
For about half year ago I've filed a bug #91514 which was not a bug. Today was
using Google sheets and decided to file this enchancement for two reaseons:
1) Most important - current layout is unintuitive
2) It saves a bit of free space 
The screenshot shows that these arrows are on the right. And gradient shadow
from the left of these arrows would be useful, it would show that there are
some tabs, currently invisible on the panel

PS Google's Office is very user-friendly, there are a lot of ideas to make
usage easier, for example creating your own cell format is implemented
briliantly.

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


[Libreoffice-bugs] [Bug 94115] Libreoffice crashes when middle-clicking on a different window

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94115

--- Comment #1 from Keith Henderson Jr  ---
After some testing, I found that this bug is related to the gtk3 ui; crashing
doesn't happen with the qt interface.

I should also mention I'm using i3 window manager, and arch linux.

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


[Libreoffice-bugs] [Bug 94107] bullets in outline with mixed numbers and bullets are not saved in odt file

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94107

--- Comment #10 from Mark Dwyer  ---
Jean-Baptiste, 

Thank you for the suggestion. It does not work. I moved 
~/.config/libreoffice/4/user
to 
~/.config/libreoffice/4/user-old

and reopened the test file. I added the bullets back as before and saved the
file. Upon reopening, the bullets are missing again.

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


[Libreoffice-bugs] [Bug 92145] Writer text table rows can't be resized

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92145

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
 CC||jbfa...@libreoffice.org

--- Comment #18 from Jean-Baptiste Faure  ---
Verified fixed in Version: 5.0.3.0.0+
Build ID: 00379a83cad8a016c54b3d90fef472a2ca6aeb96
Ubuntu_15.04_x86-64
Locale : fr-FR (fr_FR.UTF-8)

Thank you very much
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 93792] Minimization

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93792

Adolfo Jayme  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
  Component|ux-advise   |UI
 Resolution|--- |WONTFIX

--- Comment #2 from Adolfo Jayme  ---
I’m siding with Jay here: LibreOffice belongs to a kind of software in which
such a feature is not really useful. In an office suite there are no tasks that
a user would be able to perform in the background, namely: downloading a file,
processing a batch of documents…

AFAIK there are third-party utilities that allow you to force any program into
the notification area, such as AllTray. You may want to take a 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 94166] lookup fails with documents created with a former version of calc

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94166

Cor Nouws  changed:

   What|Removed |Added

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

--- Comment #4 from Cor Nouws  ---
Thanks for confirming :)

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


[Libreoffice-bugs] [Bug 94154] Bold tags being placed around other tags

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94154

--- Comment #6 from Yousuf (Jay) Philips  ---
Created attachment 118658
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118658=edit
screencast

(In reply to Regina Henschel from comment #5)
> Does your output really has a -tag before the  tag and
> an  element after the  element?

Yes. Check the screencast using oxt 3.1.1 and LO 5.0 daily. :D

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


[Libreoffice-bugs] [Bug 94175] New: Please add thumbnail view for Writer

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94175

Bug ID: 94175
   Summary: Please add thumbnail view for Writer
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: yanp...@gmail.com

Currently only Impress and Draw do support thumbnails panel (zoomed out pages
on the left). It would be handy if LO Writer had support for them too, btw MS
Word already has. I'm a bit surprised that I am the first who submitted the
bug.

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


[Libreoffice-bugs] [Bug 93606] Installer ignores at least some options in Custom mode, such as changes to the target directory

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93606

--- Comment #27 from Peter Raynor  ---
I updated Windows 7 to the latest spec and found that the msiexec.exe command
does not work at all.

At this stage, I thought I might as well upgrade to Windows 10 - 48 hours later
after downloading and installing it finally gave me its verdict - "unable to
install upgrade".

I then reloaded the original disk of Windows 7, did not upgrade it at all and
Libre Office went where it was told with no queries.

I can only assume that within the 100's of MB of updates, something made major
changes to my PC and going back to basics was the only solution.

Question can now close

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


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ab/847de1734efe38e78bbd2b45ec24827a188ef1

2015-09-12 Thread Caolán McNamara
 ab/847de1734efe38e78bbd2b45ec24827a188ef1 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 32bba5b9e0eae2d3cfd841b757e6022e2404114c
Author: Caolán McNamara 
Date:   Sat Sep 12 18:59:55 2015 +0100

Notes added by 'git notes add'

diff --git a/ab/847de1734efe38e78bbd2b45ec24827a188ef1 
b/ab/847de1734efe38e78bbd2b45ec24827a188ef1
new file mode 100644
index 000..57cc705
--- /dev/null
+++ b/ab/847de1734efe38e78bbd2b45ec24827a188ef1
@@ -0,0 +1 @@
+prefer: c0ca1ef1990226cd5d7af6c1f76872e9ad8711f2
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93697] Size of media player dialog should be alot larger

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93697

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from Yousuf (Jay) Philips  ---
You can find it in Impress through Tools > Media Player or in all apps by
opening the gallery and clicking on the sounds gallery and double clicking on a
sound.

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


[Libreoffice-bugs] [Bug 93760] Strange behaviour with numbering when printing a selection

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93760

Beluga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 93739] Clarify ambiguity in help file for adding a control

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93739

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Sounds good.

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


[Libreoffice-bugs] [Bug 90987] Pages/Slides pane does not remember its state on reopen

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90987

--- Comment #5 from Yousuf (Jay) Philips  ---
(In reply to crxssi from comment #4)
> Personally, I detest the page pane- it wastes space, it slows down
> performance, and it is distracting.  Since 99+% of typical Draw documents
> are a single page (at least this is my experience and from what I have seen
> from nearly all my users), it is almost never useful to have the page pane
> on.  This absolutely needs to be fixed.

I was hoping to make the page pane enabled but closed by default in 5.0, but
this bug didnt allow me to do that and also i got opposition to it in bug
90090. Maybe if this is fixed, we can make it happen for 5.1. :D

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


[Libreoffice-bugs] [Bug 93606] Installer ignores at least some options in Custom mode, such as changes to the target directory

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93606

--- Comment #28 from sebalis  ---
No, this ticket can absolutely not be closed. I never had the fundamental
problems that Peter Raynor had with his Windows installation. My Windows 7 has
been cleanly installed and well maintained, this is a work PC in an IT company.
But I've consistently seen the problem.

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


[Libreoffice-bugs] [Bug 93734] FULLSCREEN Ubuntu unity

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93734

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #2 from Beluga  ---
Yep.

Ubuntu 15.04 64-bit 
Version: 5.0.1.2
Build ID: 00m0(Build:2)
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 93795] "Restart Numbering" is not shown as change when recording changes

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93795

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Confirmed for list items.

Win 7 Pro 64-bit, Version: 5.0.1.2 (32-bit)
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 85569] FILEOPEN: OLE insertion of PDF pages, bounding box and extent are not set correctly (STR comment 16)

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85569

--- Comment #25 from aflux  ---

It makes sense indeed. 
Apologies.

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


[Libreoffice-bugs] [Bug 94107] bullets in outline with mixed numbers and bullets are not saved in odt file

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94107

--- Comment #13 from Mark Dwyer  ---
Created attachment 118652
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118652=edit
bullets vanish upon reopening again

This shows the bullets are gone when I reopen the file. It also shows on the
left in mc that LibreOffice has generated a new user profile for me. 

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 93521] some image spacing hides the text

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93521

--- Comment #5 from sugeng  ---
Hi Beluga,
It looks there is additional paragraph under image, you should delete that
before exporting to PDF, that is the proper caption.

I do test on 5.0.1.2 and still see the bug. I hope this doesn't happen on new
doc created by 5.0.1.2

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


[Libreoffice-bugs] [Bug 94168] CRASH: text to column crashes when there are many formulas preceded by an empty line

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94168

--- Comment #2 from palmierivinc@gmail.com ---
This may be a duplicate of Bug 85979.

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


[Libreoffice-bugs] [Bug 94174] New: Hide pane button doesnt look good in data sources

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94174

Bug ID: 94174
   Summary: Hide pane button doesnt look good in data sources
   Product: LibreOffice
   Version: 5.0.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: qui...@gmail.com

Created attachment 118657
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118657=edit
screenshot

If you have data sources open, the hide pane button is not colored well. This
relates to the changing on the button in bug 83527.

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


[Libreoffice-bugs] [Bug 94174] Hide pane button doesnt look good in data sources

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94174

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=93
   ||309

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


[Libreoffice-bugs] [Bug 93309] Show/Hide pane button off by one pixel

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93309

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=94
   ||174

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


[Libreoffice-bugs] [Bug 93817] (not responding) in Windows 10

2015-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93817

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Maybe you should reinstall LibO and also try this:
https://wiki.documentfoundation.org/UserProfile#Resolving_corruption_in_the_user_profile

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

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


  1   2   3   >