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

2018-02-06 Thread Tor Lillqvist
 extensions/source/ole/servprov.cxx |6 ++
 extensions/source/ole/servprov.hxx |4 ++--
 2 files changed, 4 insertions(+), 6 deletions(-)

New commits:
commit 72fefd7ab6fd551effcf821e4e257df2756bece1
Author: Tor Lillqvist 
Date:   Tue Feb 6 15:32:31 2018 +0200

These fields can be const

Change-Id: I379770f93799668e44beab03fb64ceddffabe85a
Reviewed-on: https://gerrit.libreoffice.org/49326
Tested-by: Jenkins 
Reviewed-by: Tor Lillqvist 

diff --git a/extensions/source/ole/servprov.cxx 
b/extensions/source/ole/servprov.cxx
index fc1841951762..3bdd595f8197 100644
--- a/extensions/source/ole/servprov.cxx
+++ b/extensions/source/ole/servprov.cxx
@@ -56,10 +56,9 @@ DEFINE_GUID(OID_ServiceManager, 0x82154420, 0xfbf, 0x11d4, 
0x83, 0x13, 0x0, 0x50
 ProviderOleWrapper_Impl::ProviderOleWrapper_Impl(const 
Reference& smgr,
  const 
Reference& xSFact, GUID const * pGuid)
 : m_xSingleServiceFactory(xSFact),
+  m_guid(*pGuid),
   m_smgr( smgr)
 {
-m_guid = *pGuid;
-
 Reference xInt = 
smgr->createInstance("com.sun.star.bridge.oleautomation.BridgeSupplier");
 
 if (xInt.is())
@@ -192,11 +191,10 @@ OneInstanceOleWrapper_Impl::OneInstanceOleWrapper_Impl(  
const Reference xInt = 
m_smgr->createInstance("com.sun.star.bridge.oleautomation.BridgeSupplier");
 
 if (xInt.is())
diff --git a/extensions/source/ole/servprov.hxx 
b/extensions/source/ole/servprov.hxx
index b7f46f980fdf..2c31d2e11419 100644
--- a/extensions/source/ole/servprov.hxx
+++ b/extensions/source/ole/servprov.hxx
@@ -100,7 +100,7 @@ protected:
 
 oslInterlockedCount m_refCount;
 Reference m_xSingleServiceFactory;
-GUIDm_guid;
+const GUID  m_guid;
 DWORD   m_factoryHandle;
 Reference m_bridgeSupplier;
 Reference m_smgr;
@@ -142,7 +142,7 @@ protected:
 
 oslInterlockedCount m_refCount;
 Reference   m_xInst;
-GUIDm_guid;
+const GUID  m_guid;
 DWORD   m_factoryHandle;
 Reference m_bridgeSupplier;
 Reference m_smgr;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 115507] New: Style names become invisible if the default style used white color

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115507

Bug ID: 115507
   Summary: Style names become invisible if the default style used
white color
   Product: LibreOffice
   Version: 5.3.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ulrich.wi...@rz.uni-regensburg.de

Created attachment 139650
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139650=edit
Screenshot showing Stylist with all but one style "white on white"

Found in 5.3 (windows), but also present in 5.4 (Linux). Most likely much older
(see bug 58161):
When Creating a document with white letters on black background by changing the
font color of the default style to white, the style names in stylist all
disappear; if not immediately, they do after clicking on them (see attachment).

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


[Libreoffice-bugs] [Bug 105254] Pivot table Filter field is lost if saved in Microsoft 2007-2013 XML file format , but if saved from ODF then whole pivot table is lost

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105254

--- Comment #10 from grofaty  ---
Just to complete the test I have downloaded nightly version on Windows 7 and
retested. Result is exactly the same as in v6.0.0.3 above.

Help | About

Version: 6.1.0.0.alpha0+
Build ID: f0c171a1dd2698f5bec14f5cf00136477032c202
CPU threads: 3; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-02-07_01:08:46
Locale: sl-SI (sl_SI); Calc: group

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


[Libreoffice-bugs] [Bug 114217] DOCX with floating table having 100% width incorrectly imported

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114217

--- Comment #3 from Commit Notification 
 ---
Mike Kaganski committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=76d6fcd05c630a928dd3bd028d560792d9c904ca

tdf#114217: Consider relative width when importing floating table

It will be available in 6.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 114217] DOCX with floating table having 100% width incorrectly imported

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114217

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.1.0

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


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

2018-02-06 Thread Mike Kaganski
 sw/qa/extras/ooxmlimport/data/tdf114217.docx |binary
 sw/qa/extras/ooxmlimport/ooxmlimport.cxx |8 
 writerfilter/source/dmapper/DomainMapperTableHandler.cxx |4 +++-
 writerfilter/source/dmapper/DomainMapper_Impl.hxx|6 --
 writerfilter/source/dmapper/PropertyMap.cxx  |5 +
 5 files changed, 20 insertions(+), 3 deletions(-)

New commits:
commit 76d6fcd05c630a928dd3bd028d560792d9c904ca
Author: Mike Kaganski 
Date:   Wed Feb 7 01:03:32 2018 +0300

tdf#114217: Consider relative width when importing floating table

Unit test included

Change-Id: I8e3338d7df431bd016caa4e06e684fbd189127c4
Reviewed-on: https://gerrit.libreoffice.org/49324
Tested-by: Jenkins 
Reviewed-by: Mike Kaganski 

diff --git a/sw/qa/extras/ooxmlimport/data/tdf114217.docx 
b/sw/qa/extras/ooxmlimport/data/tdf114217.docx
new file mode 100644
index ..49f1ce164cbe
Binary files /dev/null and b/sw/qa/extras/ooxmlimport/data/tdf114217.docx differ
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx 
b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 449dae04ac59..61ef9aeaeb63 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -1574,6 +1574,14 @@ DECLARE_OOXMLIMPORT_TEST(testTdf113946, "tdf113946.docx")
 CPPUNIT_ASSERT_EQUAL( OUString("1696"), aTop );
 }
 
+DECLARE_OOXMLIMPORT_TEST(testTdf114217, "tdf114217.docx")
+{
+uno::Reference xDrawPageSupplier(mxComponent, 
uno::UNO_QUERY);
+uno::Reference xDrawPage = 
xDrawPageSupplier->getDrawPage();
+// This was 1, multi-page table was imported as a floating one.
+CPPUNIT_ASSERT_EQUAL(static_cast(0), xDrawPage->getCount());
+}
+
 // tests should only be added to ooxmlIMPORT *if* they fail round-tripping in 
ooxmlEXPORT
 
 CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/writerfilter/source/dmapper/DomainMapperTableHandler.cxx 
b/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
index 88b6b8de7c49..5fd55f41 100644
--- a/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
+++ b/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
@@ -1151,8 +1151,10 @@ void DomainMapperTableHandler::endTable(unsigned int 
nestedTableLevel, bool bTab
 // table is not in the body text.
 sal_Int32 nTableWidth = 0;
 m_aTableProperties->getValue(TablePropertyMap::TABLE_WIDTH, 
nTableWidth);
+sal_Int32 nTableWidthType = text::SizeType::FIX;
+m_aTableProperties->getValue(TablePropertyMap::TABLE_WIDTH_TYPE, 
nTableWidthType);
 if (m_rDMapper_Impl.GetSectionContext() && nestedTableLevel <= 1 
&& !m_rDMapper_Impl.IsInHeaderFooter())
-m_rDMapper_Impl.m_aPendingFloatingTables.emplace_back(xStart, 
xEnd, comphelper::containerToSequence(aFrameProperties), nTableWidth);
+m_rDMapper_Impl.m_aPendingFloatingTables.emplace_back(xStart, 
xEnd, comphelper::containerToSequence(aFrameProperties), nTableWidth, 
nTableWidthType);
 else
 {
 // m_xText points to the body text, get the current xText from 
m_rDMapper_Impl, in case e.g. we would be in a header.
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.hxx 
b/writerfilter/source/dmapper/DomainMapper_Impl.hxx
index 0d7a693e83f8..19f2d80dbf15 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.hxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.hxx
@@ -356,17 +356,19 @@ struct FloatingTableInfo
 css::uno::Reference m_xEnd;
 css::uno::Sequence m_aFrameProperties;
 sal_Int32 m_nTableWidth;
+sal_Int32 m_nTableWidthType;
 /// Break type of the section that contains this table.
 sal_Int32 m_nBreakType = -1;
 
 FloatingTableInfo(css::uno::Reference const& xStart,
 css::uno::Reference const& xEnd,
 const css::uno::Sequence& 
aFrameProperties,
-sal_Int32 nTableWidth)
+sal_Int32 nTableWidth, sal_Int32 nTableWidthType)
 : m_xStart(xStart),
 m_xEnd(xEnd),
 m_aFrameProperties(aFrameProperties),
-m_nTableWidth(nTableWidth)
+m_nTableWidth(nTableWidth),
+m_nTableWidthType(nTableWidthType)
 {
 }
 css::uno::Any getPropertyValue(const OUString );
diff --git a/writerfilter/source/dmapper/PropertyMap.cxx 
b/writerfilter/source/dmapper/PropertyMap.cxx
index 11c49c99fc09..27ff89bdd0f5 100644
--- a/writerfilter/source/dmapper/PropertyMap.cxx
+++ b/writerfilter/source/dmapper/PropertyMap.cxx
@@ -38,6 +38,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -1031,6 +1032,10 @@ bool SectionPropertyMap::FloatingTableConversion( 
DomainMapper_Impl& rDM_Impl, F
 sal_Int32 nTextAreaWidth = nPageWidth - GetLeftMargin() - GetRightMargin();
 // Count the layout width of the table.
 sal_Int32 nTableWidth = 

[Libreoffice-bugs] [Bug 115506] FORMATTING: Crash in: XPropertyList::Count() when selecting " Pattern" button in "Background" tab in "Table Properties" window

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115506

--- Comment #1 from 林博仁(Buo-Ren Lin)  ---
## Bug Reproduction Video ##
https://www.youtube.com/watch?v=37Da8QEJBAY

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


[Libreoffice-bugs] [Bug 115506] New: FORMATTING: Crash in: XPropertyList::Count() when selecting "Pattern" button in "Background" tab in "Table Properties" window

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115506

Bug ID: 115506
   Summary: FORMATTING: Crash in: XPropertyList::Count() when
selecting "Pattern" button in "Background" tab in
"Table Properties" window
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: buo.ren@gmail.com

Created attachment 139649
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139649=edit
Bug Reproduction Example Document

This bug was filed from the crash reporting server and is
br-f2330447-7a8e-4164-a0be-5d18034936a2,
br-c72033e6-089f-45d1-997b-0b8b64d1be66,
br-b6489fb2-6433-4b23-9896-d3cb1dde06c2, and
br-53a816fa-4586-4757-8eb5-7e4d6bfa24b7.
=

## Steps to Reproduce ##
1. Create a table
2. Click on the table once to move the focus onto it
3. Expand the contextual menu(i.e. Right-Click) of the table, and select
"表格屬性(Table Properties)..."
4. Select the "背景(Background)" tab
5. Select the "樣式(Pattern)" sub-tab thingy, the fifth one on the top

## Actual Results ##
Crashes with signature XPropertyList::Count()

## Expected Results ##
Don't crash

## Build Date & Hardware ##
Version: 6.0.0.3 (x64)
Build ID: 64a0f66915f38c6217de274f0aa8e15618924765
CPU thread:4; OS:Windows 10.0; UI Rendering:GL; 
Locale: zh-TW (zh_TW); Calc: group

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


[Libreoffice-bugs] [Bug 115505] New: Crash on run when restore file

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115505

Bug ID: 115505
   Summary: Crash on run when restore file
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: seve...@mail.ru

Crash report
http://crashreport.libreoffice.org/stats/crash_details/6cf452f9-76f1-4d35-a08f-e543fca9bcf6

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


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

2018-02-06 Thread Julien Nabet
 sfx2/source/appl/appopen.cxx  |4 +--
 sfx2/source/appl/linksrc.cxx  |4 +--
 sfx2/source/appl/lnkbase2.cxx |   14 ---
 sfx2/source/control/bindings.cxx  |   13 +++---
 sfx2/source/control/dispatch.cxx  |   14 ---
 sfx2/source/control/emojiview.cxx |   16 +---
 sfx2/source/control/objface.cxx   |8 +++---
 sfx2/source/control/templatelocalview.cxx |   35 +++
 sfx2/source/control/thumbnailviewacc.cxx  |   38 --
 sfx2/source/control/unoctitm.cxx  |4 +--
 sfx2/source/dialog/dialoghelper.cxx   |7 ++---
 sfx2/source/dialog/filedlghelper.cxx  |   16 ++--
 sfx2/source/dialog/infobar.cxx|   22 -
 13 files changed, 87 insertions(+), 108 deletions(-)

New commits:
commit 9751a273747a2a6ba80c8b2e6012d788eee7c461
Author: Julien Nabet 
Date:   Tue Feb 6 19:25:01 2018 +0100

Use for-range loops in sfx2 (part1)

Change-Id: I1a06e105ca9f1151afca236c83e3e0c9d2679c6f
Reviewed-on: https://gerrit.libreoffice.org/49318
Tested-by: Jenkins 
Reviewed-by: Noel Grandin 

diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx
index cba90f661a86..c9a4d8ace070 100644
--- a/sfx2/source/appl/appopen.cxx
+++ b/sfx2/source/appl/appopen.cxx
@@ -703,10 +703,10 @@ void SfxApplication::OpenDocExec_Impl( SfxRequest& rReq )
 rReq.AppendItem(SfxStringItem(SID_DOC_SERVICE, aDocService));
 }
 
-for(std::vector::const_iterator i = aURLList.begin(); i 
!= aURLList.end(); ++i)
+for (auto const& url : aURLList)
 {
 rReq.RemoveItem( SID_FILE_NAME );
-rReq.AppendItem( SfxStringItem( SID_FILE_NAME, *i ) );
+rReq.AppendItem( SfxStringItem( SID_FILE_NAME, url ) );
 
 // Run synchronous, so that not the next document is loaded
 // when rescheduling
diff --git a/sfx2/source/appl/linksrc.cxx b/sfx2/source/appl/linksrc.cxx
index dff4a7f9619f..f55bb31bab9d 100644
--- a/sfx2/source/appl/linksrc.cxx
+++ b/sfx2/source/appl/linksrc.cxx
@@ -111,8 +111,8 @@ public:
 
 ~SvLinkSource_Array_Impl()
 {
-for(std::vector::const_iterator it = 
mvData.begin(); it != mvData.end(); ++it)
-delete *it;
+for (auto const& elem : mvData)
+delete elem;
 }
 };
 
diff --git a/sfx2/source/appl/lnkbase2.cxx b/sfx2/source/appl/lnkbase2.cxx
index 5d6ae348cd76..cf59639cde9e 100644
--- a/sfx2/source/appl/lnkbase2.cxx
+++ b/sfx2/source/appl/lnkbase2.cxx
@@ -158,22 +158,20 @@ static DdeTopic* FindTopic( const OUString & rLinkName, 
sal_uInt16* pItemStt )
 OUString sService( sNm.getToken( 0, cTokenSeparator, nTokenPos ) );
 
 DdeServices& rSvc = DdeService::GetServices();
-for (DdeServices::iterator aI = rSvc.begin(); aI != rSvc.end(); ++aI)
+for (auto const& elem : rSvc)
 {
-DdeService* pService = *aI;
-if( pService->GetName() == sService )
+if(elem->GetName() == sService)
 {
 // then we search for the Topic
 OUString sTopic( sNm.getToken( 0, cTokenSeparator, nTokenPos ) );
 if( pItemStt )
 *pItemStt = nTokenPos;
 
-std::vector& rTopics = pService->GetTopics();
+std::vector& rTopics = elem->GetTopics();
 
-for( std::vector::iterator iterTopic = rTopics.begin();
- iterTopic != rTopics.end(); ++iterTopic )
-if( (*iterTopic)->GetName() == sTopic )
-return *iterTopic;
+for (auto const& topic : rTopics)
+if( topic->GetName() == sTopic )
+return topic;
 break;
 }
 }
diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx
index c2511e29b541..87197d045ea5 100644
--- a/sfx2/source/control/bindings.cxx
+++ b/sfx2/source/control/bindings.cxx
@@ -184,8 +184,8 @@ SfxBindings::~SfxBindings()
 DeleteControllers_Impl();
 
 // Delete Caches
-for(auto it = pImpl->pCaches.begin(); it != pImpl->pCaches.end(); ++it)
-delete *it;
+for (auto const& cache : pImpl->pCaches)
+delete cache;
 
 DELETEZ( pImpl->pWorkWin );
 }
@@ -298,12 +298,9 @@ void SfxBindings::Update_Impl(SfxStateCache& rCache /*The 
up to date SfxStatusCa
 
 void SfxBindings::InvalidateSlotsInMap_Impl()
 {
-InvalidateSlotMap::const_iterator pIter = 
pImpl->m_aInvalidateSlots.begin();
-while ( pIter != pImpl->m_aInvalidateSlots.end() )
-{
-Invalidate( pIter->first );
-++pIter;
-}
+for (auto const& slot : pImpl->m_aInvalidateSlots)
+Invalidate( slot.first );
+
 pImpl->m_aInvalidateSlots.clear();
 }
 
diff 

[Libreoffice-bugs] [Bug 65944] punctuation after inline formula may go to the next line

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65944

--- Comment #10 from Yury  ---
Issue still there.

Version: 5.4.4.2
Build ID: 2524958677847fb3bb44820e40380acbe820f960
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk2;

Version: 6.0.0.2
Build ID: 06b618bb6f431d27fd2def25aa19c833e29b61cd
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk2;

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


[Libreoffice-bugs] [Bug 115442] maximum number of consecutive hyphens not working

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115442

--- Comment #3 from omarcibra...@yahoo.es ---
do not consider it because it has been resolved

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


[Libreoffice-bugs] [Bug 101868] Can' t paste contents from clipboard copied from LibreOffice once it is closed

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101868

--- Comment #3 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 99837] LibreOffice crashes when applying selected Firefox theme/ persona

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99837

Kevin Suo  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 101842] LO freezes while unsuccessfully searching for Firefox Themes

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101842

Kevin Suo  changed:

   What|Removed |Added

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

--- Comment #11 from Kevin Suo  ---
This bug is similar with bug 114739, and that one was marked as a duplicate of
bug 99837. But they may be different issue. 

Those two bugs (114739 and 99837) are related to the crash after you select a
theme, but this bug is about the hang when you click the categories button (at
this moment no theme is shown on the UI).

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


[Libreoffice-bugs] [Bug 101842] LO freezes while unsuccessfully searching for Firefox Themes

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101842

--- Comment #10 from Kevin Suo  ---
(In reply to Kevin Suo from comment #9)
This test is done in
Version: 6.1.0.0.alpha0+
Build ID: 715114595e0feec49c4d54cc5eb26f13dccb7968
CPU threads: 4; OS: Linux 4.14; UI render: default; VCL: gtk3; 
Locale: zh-CN (zh_CN.UTF-8); Calc: group

My ip address is 121.101.208.18 in Beijing, China.

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


[Libreoffice-bugs] [Bug 101842] LO freezes while unsuccessfully searching for Firefox Themes

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101842

Kevin Suo  changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 Resolution|INSUFFICIENTDATA|---

--- Comment #9 from Kevin Suo  ---
Steps to Reproduce:
1. Goto "Tools > Options > Personalization > Own Theme > Select Theme".
2. Click on any of the Categories.
--> Showing "Searching, please wait...", without returning anything for two
minums.
3. Click "Cancel".
--> LibreOffice hangs up.

[suokunlong@x230i lo-linux-dbgutil-daily]$ ./opt/program/soffice
warn:vcl.gdi:9390:9390:vcl/headless/svpgdi.cxx:239: non default depth bitmap,
slow convert, upscale the input
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
warn:ucb.ucp.webdav:9390:9424:ucb/source/ucp/webdav-neon/NeonSession.cxx:1816:
Neon returned NE_ERROR, http response status code was: 0 'Could not parse
response status line'
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs skipped: entry existed
^C

Set to NEW.

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


[Libreoffice-bugs] [Bug 115504] New: Content trees in the Sidebar Navigator deck are unreachable using the keyboard

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115504

Bug ID: 115504
   Summary: Content trees in the Sidebar Navigator deck are
unreachable using the keyboard
   Product: LibreOffice
   Version: 6.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rayk...@gmail.com

Here are the steps to reproduce:

1) Open the Sidebar Navigator deck
2) Click on Heading in the content tree 
3) Press the ESC key
focus rectangle should be around Navigator deck title
4) Use the Tab key to move through the deck contents

result: Content tree never gets the keyboard focus

Expected result: Content tree gets the keyboard focus

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


[Libreoffice-bugs] [Bug 114168] FILEOPEN XLSX XLS Bar Chart minor axis spacing appears differently than the Microsoft Office minor axis spacing

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114168

Bartosz  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |gan...@poczta.onet.pl
   |desktop.org |

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


[Libreoffice-bugs] [Bug 114168] FILEOPEN XLSX XLS Bar Chart minor axis spacing appears differently than the Microsoft Office minor axis spacing

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114168

--- Comment #5 from Bartosz  ---
Created attachment 139648
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139648=edit
Example .xls file with default minor and major axis

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


[Libreoffice-bugs] [Bug 87860] [META] LibreOffice's file dialog bugs and enhancements

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87860

--- Comment #4 from Yousuf Philips (jay)  ---
Enabling LibreOffice's native/internal file picker has been deprecated from the
UI in 6.0 (bug 114484) and no additional changes will be made to these dialogs
other than stripping them down to provide basic functionality as it would be a
waste of effort to try and make them competitive with the system picker.

The file picker can sill be accessed through Tools ▸ Options ▸ LibreOffice ▸
Advanced ▸ Expert configuration ▸ org.openoffice.Office.Common.Misc ▸
UseSystemFileDialog

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


[Libreoffice-bugs] [Bug 114168] FILEOPEN XLSX XLS Bar Chart minor axis spacing appears differently than the Microsoft Office minor axis spacing

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114168

Bartosz  changed:

   What|Removed |Added

Summary|FILEOPEN XLSX Bar Chart |FILEOPEN XLSX XLS Bar Chart
   |minor axis spacing appears  |minor axis spacing appears
   |differently than the|differently than the
   |Microsoft Office minor axis |Microsoft Office minor axis
   |spacing |spacing

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


[Libreoffice-bugs] [Bug 114168] FILEOPEN XLSX Bar Chart minor axis spacing appears differently than the Microsoft Office minor axis spacing

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114168

--- Comment #4 from Bartosz  ---
Created attachment 139647
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139647=edit
Example .xlsx file where Minor and Major Units are set to automatic

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


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

2018-02-06 Thread Takeshi Abe
 starmath/inc/parse.hxx|   16 -
 starmath/source/parse.cxx |   78 +++---
 2 files changed, 47 insertions(+), 47 deletions(-)

New commits:
commit f0c171a1dd2698f5bec14f5cf00136477032c202
Author: Takeshi Abe 
Date:   Tue Feb 6 17:47:59 2018 +0900

starmath: Make SmParser::DoLine() etc. return std::unique_ptr

Change-Id: Ia85f66d3490471d7e0c2ce8a1947051be129acf9
Reviewed-on: https://gerrit.libreoffice.org/49276
Tested-by: Jenkins 
Reviewed-by: Takeshi Abe 

diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx
index e3ec707d8bf4..ef51bcc61bdc 100644
--- a/starmath/inc/parse.hxx
+++ b/starmath/inc/parse.hxx
@@ -79,19 +79,19 @@ class SmParser
 
 // grammar
 std::unique_ptr DoTable();
-SmLineNode *DoLine();
+std::unique_ptr DoLine();
 std::unique_ptr DoExpression(bool bUseExtraSpaces = true);
-SmNode *DoRelation();
-SmNode *DoSum();
-SmNode *DoProduct();
-SmNode *DoSubSup(TG nActiveGroup, SmNode *pGivenNode);
-SmNode *DoOpSubSup();
-SmNode *DoPower();
+std::unique_ptr DoRelation();
+std::unique_ptr DoSum();
+std::unique_ptr DoProduct();
+std::unique_ptr DoSubSup(TG nActiveGroup, SmNode *pGivenNode);
+std::unique_ptr DoOpSubSup();
+std::unique_ptr DoPower();
 SmBlankNode *DoBlank();
 SmNode *DoTerm(bool bGroupNumberIdent);
 SmNode *DoEscape();
 SmOperNode *DoOperator();
-SmNode *DoOper();
+std::unique_ptr DoOper();
 SmStructureNode *DoUnOper();
 std::unique_ptr DoAlign(bool bUseExtraSpaces = true);
 SmStructureNode *DoFontAttribut();
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index e097e87e1b8e..a7c1a8a0d6d2 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -957,11 +957,11 @@ std::unique_ptr SmParser::DoTable()
 throw std::range_error("parser depth limit");
 
 std::vector aLineArray;
-aLineArray.emplace_back(std::unique_ptr(DoLine()));
+aLineArray.push_back(DoLine());
 while (m_aCurToken.eType == TNEWLINE)
 {
 NextToken();
-aLineArray.emplace_back(std::unique_ptr(DoLine()));
+aLineArray.push_back(DoLine());
 }
 assert(m_aCurToken.eType == TEND);
 std::unique_ptr xSNode(new SmTableNode(m_aCurToken));
@@ -1000,7 +1000,7 @@ std::unique_ptr SmParser::DoAlign(bool 
bUseExtraSpaces)
 }
 
 // Postcondition: m_aCurToken.eType == TEND || m_aCurToken.eType == TNEWLINE
-SmLineNode *SmParser::DoLine()
+std::unique_ptr SmParser::DoLine()
 {
 DepthProtect aDepthGuard(m_nParseDepth);
 if (aDepthGuard.TooDeep())
@@ -1029,7 +1029,7 @@ SmLineNode *SmParser::DoLine()
 
 auto xSNode = o3tl::make_unique(m_aCurToken);
 xSNode->SetSubNodes(buildNodeArray(ExpressionArray));
-return xSNode.release();
+return std::move(xSNode); // this explicit move can be omitted since C++14
 }
 
 std::unique_ptr SmParser::DoExpression(bool bUseExtraSpaces)
@@ -1039,9 +1039,9 @@ std::unique_ptr SmParser::DoExpression(bool 
bUseExtraSpaces)
 throw std::range_error("parser depth limit");
 
 std::vector RelationArray;
-RelationArray.emplace_back(std::unique_ptr(DoRelation()));
+RelationArray.push_back(DoRelation());
 while (m_aCurToken.nLevel >= 4)
-RelationArray.emplace_back(std::unique_ptr(DoRelation()));
+RelationArray.push_back(DoRelation());
 
 if (RelationArray.size() > 1)
 {
@@ -1059,49 +1059,49 @@ std::unique_ptr SmParser::DoExpression(bool 
bUseExtraSpaces)
 }
 }
 
-SmNode *SmParser::DoRelation()
+std::unique_ptr SmParser::DoRelation()
 {
 DepthProtect aDepthGuard(m_nParseDepth);
 if (aDepthGuard.TooDeep())
 throw std::range_error("parser depth limit");
 
-std::unique_ptr xFirst(DoSum());
+auto xFirst = DoSum();
 while (TokenInGroup(TG::Relation))
 {
 std::unique_ptr xSNode(new SmBinHorNode(m_aCurToken));
-std::unique_ptr xSecond(DoOpSubSup());
-std::unique_ptr xThird(DoSum());
+auto xSecond = DoOpSubSup();
+auto xThird = DoSum();
 xSNode->SetSubNodes(xFirst.release(), xSecond.release(), 
xThird.release());
 xFirst = std::move(xSNode);
 }
-return xFirst.release();
+return xFirst;
 }
 
-SmNode *SmParser::DoSum()
+std::unique_ptr SmParser::DoSum()
 {
 DepthProtect aDepthGuard(m_nParseDepth);
 if (aDepthGuard.TooDeep())
 throw std::range_error("parser depth limit");
 
-std::unique_ptr xFirst(DoProduct());
+auto xFirst = DoProduct();
 while (TokenInGroup(TG::Sum))
 {
 std::unique_ptr xSNode(new SmBinHorNode(m_aCurToken));
-std::unique_ptr xSecond(DoOpSubSup());
-std::unique_ptr xThird(DoProduct());
+auto xSecond = DoOpSubSup();
+auto xThird = DoProduct();
 xSNode->SetSubNodes(xFirst.release(), xSecond.release(), 

[Libreoffice-bugs] [Bug 115500] Opening ODF Writer Text template (.ott) via OS file manager results in crash in: LngSvcMgr:: GetAvailableGrammarSvcs_Impl()

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115500

--- Comment #6 from V Stuart Foote  ---
(In reply to Xisco Faulí from comment #5)
> I can't reproduce it in
> 
> Versión: 6.0.0.3
> Id. de compilación: 64a0f66915f38c6217de274f0aa8e15618924765
> Subproc. CPU: 1; SO: Windows 6.1; Repres. IU: predet.; 
> Configuración regional: es-ES (es_ES); Calc: group

Had you made sure there is no soffice.bin/.exe running when double clicking on
the .ott template? 

Also, it does seems spurious--about 1 in 4 on Wnidows 10 ver 1709 (16299.192)
with

Version: 6.0.0.3 (x64)
Build ID: 64a0f66915f38c6217de274f0aa8e15618924765
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
Locale: en-US (en_US); Calc: group

actually open when Windows Explorer has been closed and Task Manager verified
the soffice.bin/.exe is not running...

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


[Libreoffice-bugs] [Bug 115500] Opening ODF Writer Text template (.ott) via OS file manager results in crash in: LngSvcMgr:: GetAvailableGrammarSvcs_Impl()

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115500

--- Comment #5 from Xisco Faulí  ---
I can't reproduce it in

Versión: 6.0.0.3
Id. de compilación: 64a0f66915f38c6217de274f0aa8e15618924765
Subproc. CPU: 1; SO: Windows 6.1; Repres. IU: predet.; 
Configuración regional: es-ES (es_ES); Calc: group

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


[Libreoffice-bugs] [Bug 115500] Opening ODF Writer Text template (.ott) via OS file manager results in crash in: LngSvcMgr:: GetAvailableGrammarSvcs_Impl()

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115500

--- Comment #4 from Xisco Faulí  ---
Surprisingly, all the crash reports in 6.0.0.3 started just 3 days ago, while
it was released one week ago. Besides, all crashes seem to happen on Win 10.
Was win 10 recently updated?

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


[Libreoffice-bugs] [Bug 115498] Contact 1(844) 601-4333 Amazon Echo Customer Service Phone Number^&*

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115498

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|General |deletionrequest
 Resolution|--- |INVALID
Product|Document Liberation Project |LibreOffice

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


[Libreoffice-bugs] [Bug 115501] Contact 1(844) 601-4333 Amazon Echo Customer Service Phone Number^&*

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115501

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|General |deletionrequest
Version|1.13|unspecified
 Resolution|--- |INVALID
Product|cppunit |LibreOffice

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


[Libreoffice-bugs] [Bug 115502] amazon alexa customer service phone number amazon alexa support number

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115502

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|Documentation   |deletionrequest
Version|2.2.3   |unspecified
 Resolution|--- |INVALID
Product|Impress Remote  |LibreOffice

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


[Libreoffice-bugs] [Bug 115499] Contact 1(844) 601-4333 Amazon Echo Customer Service Phone Number^&*^

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115499

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|General |deletionrequest
 Resolution|--- |INVALID
Product|cppunit |LibreOffice

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


[Libreoffice-bugs] [Bug 108543] [META] Chart legend bugs and enhancements

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108543

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||114173


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114173
[Bug 114173] FILESAVE XLSX Custom size of chart legend is not preserved when
the file is saved as XLSX
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75057] [META] OOXML Chart object issues

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75057

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||114173


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114173
[Bug 114173] FILESAVE XLSX Custom size of chart legend is not preserved when
the file is saved as XLSX
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 114168] FILEOPEN XLSX Bar Chart minor axis spacing appears differently than the Microsoft Office minor axis spacing

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114168

Bartosz  changed:

   What|Removed |Added

Summary|FILESAVE XLSX Bar Chart |FILEOPEN XLSX Bar Chart
   |minor axis spacing appears  |minor axis spacing appears
   |differently than the|differently than the
   |Microsoft Office minor axis |Microsoft Office minor axis
   |spacing |spacing

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


[Libreoffice-bugs] [Bug 74580] FILEOPEN: Add option to disable import dialog when opening a CSV file ( see comment #13)

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74580

--- Comment #27 from cson...@halmai.hu ---
(In reply to Knocks from comment #25)
> And as others have mentioned above, Excel does this right.  LibreOffice does
> it wrong and is user-hostile.  

I have to contradict, sorry. :) 

Sometimes I work with CSV files from different sources. There is one thing that
should be understood clearly. CSV is not a file format. It is an extension
which people use for different formats. 

Literally it means _Comma_ Separated Values but the same extension is used for
tab-separated, semicolon-separated and other file formats. Sometime
windows-line-endings are used, sometimes not. 

You simply cannot rely solely on the extension to guess how you should
interpret the content of a file. That's the reason why two technics can be
used:

1. heuristics, that try to make smart guesses how to understand files. It
mostly works but sometimes not. This is what Excel does and if it fails then
you have no chance to convice it to think differently. (I hate it if this comes
up. :))

2. user interaction, when I can configure each nuances of the content
interpretation.


I think LO does the correct way: make a reasonable guess and then asks the user
whether they confirm or not. This should not be changed. 

A small feature we could do is, however, to introduce a new setting under
Preferences => LibreOffice Calc => Import (doesn't exist yet).

On this page, each file extension could have a separate section, currently only
CSV would exist there. The CSV section should have the following settings:

( ) Apply smart guess
(O) Use the most recent settings

[X] let the user to confirm/change the proposal

With this, the use can toggle whether they want to confirm each dialog or just
trust the system, plus could tell they want to use the heuristics or simply
just use the latest one.

It would be even better in the future if the heuristic would be pluginable:
some users would write smart code that recognise which software created that
particular CSV, and so on. It would go far beyond the topic of this ticket but
the perspective is quite interesting, I think. 

At the moment, I would just stick with the two radio buttons and one checkbox I
detailed above.

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


[Libreoffice-ux-advise] [Bug 74580] FILEOPEN: Add option to disable import dialog when opening a CSV file ( see comment #13)

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74580

--- Comment #27 from cson...@halmai.hu ---
(In reply to Knocks from comment #25)
> And as others have mentioned above, Excel does this right.  LibreOffice does
> it wrong and is user-hostile.  

I have to contradict, sorry. :) 

Sometimes I work with CSV files from different sources. There is one thing that
should be understood clearly. CSV is not a file format. It is an extension
which people use for different formats. 

Literally it means _Comma_ Separated Values but the same extension is used for
tab-separated, semicolon-separated and other file formats. Sometime
windows-line-endings are used, sometimes not. 

You simply cannot rely solely on the extension to guess how you should
interpret the content of a file. That's the reason why two technics can be
used:

1. heuristics, that try to make smart guesses how to understand files. It
mostly works but sometimes not. This is what Excel does and if it fails then
you have no chance to convice it to think differently. (I hate it if this comes
up. :))

2. user interaction, when I can configure each nuances of the content
interpretation.


I think LO does the correct way: make a reasonable guess and then asks the user
whether they confirm or not. This should not be changed. 

A small feature we could do is, however, to introduce a new setting under
Preferences => LibreOffice Calc => Import (doesn't exist yet).

On this page, each file extension could have a separate section, currently only
CSV would exist there. The CSV section should have the following settings:

( ) Apply smart guess
(O) Use the most recent settings

[X] let the user to confirm/change the proposal

With this, the use can toggle whether they want to confirm each dialog or just
trust the system, plus could tell they want to use the heuristics or simply
just use the latest one.

It would be even better in the future if the heuristic would be pluginable:
some users would write smart code that recognise which software created that
particular CSV, and so on. It would go far beyond the topic of this ticket but
the perspective is quite interesting, I think. 

At the moment, I would just stick with the two radio buttons and one checkbox I
detailed above.

-- 
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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 108079] FILESAVE DOCX Chart legend size and position not retained

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108079

Bartosz  changed:

   What|Removed |Added

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

--- Comment #4 from Bartosz  ---


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

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


[Libreoffice-bugs] [Bug 108543] [META] Chart legend bugs and enhancements

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108543
Bug 108543 depends on bug 108079, which changed state.

Bug 108079 Summary: FILESAVE DOCX Chart legend size and position not retained
https://bugs.documentfoundation.org/show_bug.cgi?id=108079

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 75057] [META] OOXML Chart object issues

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75057
Bug 75057 depends on bug 108079, which changed state.

Bug 108079 Summary: FILESAVE DOCX Chart legend size and position not retained
https://bugs.documentfoundation.org/show_bug.cgi?id=108079

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 115503] Broadcast address

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115503

--- Comment #1 from Michael Mehl  ---
This solution is also not fully working: the broadcast should be sent to all
network interfaces. I tried the following:
- connect computer to android via mobile hotspot
If the android is also connected to the internet via the mobile network then
the broadcast is sent to the mobile network (where it is suppressed).
If the mobile network ob the android is disabled, then the connected computer
is found.

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


[Libreoffice-bugs] [Bug 97269] Linux portable edition

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97269

--- Comment #27 from Yousuf Philips (jay)  ---
(In reply to Hans Deragon from comment #26)
> But how does the casual, normal user, get to this page
> (http://www.libreoffice.org/download/appimage) from the home page
> (http://www.libreoffice.org)?

Quite easily. When you click the 'Download' entry in the top menu of
libreoffice.org, the menu that expands from it has 'LibreOffice as AppImage' as
an entry.

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


[Libreoffice-bugs] [Bug 115233] Replacing image resets the crop

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115233

--- Comment #9 from Matthew  ---
Any updates here?

Thanks,
Matthew

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


[Libreoffice-bugs] [Bug 112483] Impress Remote: Slide preview is blank

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112483

Michael Mehl  changed:

   What|Removed |Added

 CC||michael.m...@gmx.de

--- Comment #6 from Michael Mehl  ---
When I build the app from the current source I have the same problem. Thanks
for the workaround!

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


[Libreoffice-bugs] [Bug 108027] FILEOPEN XLSX: The column descriptions of a column chart disappear

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108027

Bartosz  changed:

   What|Removed |Added

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

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


[Libreoffice-commits] core.git: sysui/desktop

2018-02-06 Thread andreas_kainz
 sysui/desktop/icons/hicolor/1024x1024/apps/main.svg
 |1 +
 sysui/desktop/icons/hicolor/1024x1024/mimetypes/oasis-database.svg 
 |1 +
 sysui/desktop/icons/hicolor/1024x1024/mimetypes/oasis-drawing-template.svg 
 |1 +
 sysui/desktop/icons/hicolor/1024x1024/mimetypes/oasis-drawing.svg  
 |1 +
 sysui/desktop/icons/hicolor/1024x1024/mimetypes/oasis-formula.svg  
 |1 +
 sysui/desktop/icons/hicolor/1024x1024/mimetypes/oasis-master-document.svg  
 |1 +
 
sysui/desktop/icons/hicolor/1024x1024/mimetypes/oasis-presentation-template.svg 
|1 +
 sysui/desktop/icons/hicolor/1024x1024/mimetypes/oasis-presentation.svg 
 |1 +
 sysui/desktop/icons/hicolor/1024x1024/mimetypes/oasis-spreadsheet-template.svg 
 |1 +
 sysui/desktop/icons/hicolor/1024x1024/mimetypes/oasis-spreadsheet.svg  
 |1 +
 sysui/desktop/icons/hicolor/1024x1024/mimetypes/oasis-text-template.svg
 |1 +
 sysui/desktop/icons/hicolor/1024x1024/mimetypes/oasis-text.svg 
 |1 +
 sysui/desktop/icons/hicolor/1024x1024/mimetypes/oasis-web-template.svg 
 |1 +
 sysui/desktop/icons/hicolor/128x128/apps/base.svg  
 |1 +
 sysui/desktop/icons/hicolor/128x128/apps/calc.svg  
 |1 +
 sysui/desktop/icons/hicolor/128x128/apps/chart.svg 
 |1 +
 sysui/desktop/icons/hicolor/128x128/apps/draw.svg  
 |1 +
 sysui/desktop/icons/hicolor/128x128/apps/impress.svg   
 |1 +
 sysui/desktop/icons/hicolor/128x128/apps/main.svg  
 |1 +
 sysui/desktop/icons/hicolor/128x128/apps/math.svg  
 |1 +
 sysui/desktop/icons/hicolor/128x128/apps/startcenter.svg   
 |1 +
 sysui/desktop/icons/hicolor/128x128/apps/writer.svg
 |1 +
 sysui/desktop/icons/hicolor/128x128/mimetypes/oasis-database.svg   
 |1 +
 sysui/desktop/icons/hicolor/128x128/mimetypes/oasis-drawing-template.svg   
 |1 +
 sysui/desktop/icons/hicolor/128x128/mimetypes/oasis-drawing.svg
 |1 +
 sysui/desktop/icons/hicolor/128x128/mimetypes/oasis-formula.svg
 |1 +
 sysui/desktop/icons/hicolor/128x128/mimetypes/oasis-master-document.svg
 |1 +
 sysui/desktop/icons/hicolor/128x128/mimetypes/oasis-presentation-template.svg  
 |1 +
 sysui/desktop/icons/hicolor/128x128/mimetypes/oasis-presentation.svg   
 |1 +
 sysui/desktop/icons/hicolor/128x128/mimetypes/oasis-spreadsheet-template.svg   
 |1 +
 sysui/desktop/icons/hicolor/128x128/mimetypes/oasis-spreadsheet.svg
 |1 +
 sysui/desktop/icons/hicolor/128x128/mimetypes/oasis-text-template.svg  
 |1 +
 sysui/desktop/icons/hicolor/128x128/mimetypes/oasis-text.svg   
 |1 +
 sysui/desktop/icons/hicolor/128x128/mimetypes/oasis-web-template.svg   
 |1 +
 sysui/desktop/icons/hicolor/16x16/apps/base.svg
 |1 +
 sysui/desktop/icons/hicolor/16x16/apps/calc.svg
 |1 +
 sysui/desktop/icons/hicolor/16x16/apps/chart.svg   
 |1 +
 sysui/desktop/icons/hicolor/16x16/apps/draw.svg
 |1 +
 sysui/desktop/icons/hicolor/16x16/apps/impress.svg 
 |1 +
 sysui/desktop/icons/hicolor/16x16/apps/main.svg
 |1 +
 sysui/desktop/icons/hicolor/16x16/apps/math.svg
 |1 +
 sysui/desktop/icons/hicolor/16x16/apps/startcenter.svg 
 |1 +
 sysui/desktop/icons/hicolor/16x16/apps/writer.svg  
 |1 +
 sysui/desktop/icons/hicolor/16x16/mimetypes/oasis-database.svg 
 |1 +
 sysui/desktop/icons/hicolor/16x16/mimetypes/oasis-drawing-template.svg 
 |1 +
 sysui/desktop/icons/hicolor/16x16/mimetypes/oasis-drawing.svg  
 |1 +
 sysui/desktop/icons/hicolor/16x16/mimetypes/oasis-formula.svg  
 |1 +
 sysui/desktop/icons/hicolor/16x16/mimetypes/oasis-master-document.svg  
 |1 +
 sysui/desktop/icons/hicolor/16x16/mimetypes/oasis-presentation-template.svg
 |1 +
 sysui/desktop/icons/hicolor/16x16/mimetypes/oasis-presentation.svg 
 |1 +
 sysui/desktop/icons/hicolor/16x16/mimetypes/oasis-spreadsheet-template.svg 
 |1 +
 sysui/desktop/icons/hicolor/16x16/mimetypes/oasis-spreadsheet.svg  
 |1 +
 sysui/desktop/icons/hicolor/16x16/mimetypes/oasis-text-template.svg
 |1 +
 sysui/desktop/icons/hicolor/16x16/mimetypes/oasis-text.svg 
 |1 +
 sysui/desktop/icons/hicolor/16x16/mimetypes/oasis-web-template.svg 
 | 

[Libreoffice-bugs] [Bug 101141] Templates categories are no longer displayed in start center after click on 'Templates' button

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101141

Yousuf Philips (jay)  changed:

   What|Removed |Added

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

--- Comment #24 from Yousuf Philips (jay)  ---
(In reply to Cor Nouws from comment #22)
> Created attachment 139631 [details]
> 101141_ ScreenPrintStartCenterTemplates in daily20180203

This isnt related to this bug.

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


[Libreoffice-bugs] [Bug 101435] [META] Template manager bugs and enhancements

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101435
Bug 101435 depends on bug 101141, which changed state.

Bug 101141 Summary: Templates categories are no longer displayed in start 
center after click on 'Templates' button
https://bugs.documentfoundation.org/show_bug.cgi?id=101141

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 115503] New: Broadcast address

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115503

Bug ID: 115503
   Summary: Broadcast address
   Product: Impress Remote
   Version: 2.2.3
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Android app
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michael.m...@gmx.de

The built-in fixed broadcast address

   public static final String SERVER_SEARCH = "239.0.0.1";

does not work reliably.

I propose to use the following method to find the broadcast address:

   private InetAddress getBroadcastAddress() {
try {
for (NetworkInterface ni :
Collections.list(NetworkInterface.getNetworkInterfaces())) {
if (ni.isUp()) {
for (InterfaceAddress addr : ni.getInterfaceAddresses()) {
if (!addr.getAddress().isLoopbackAddress()) {
return addr.getBroadcast();
}
}
}
}
} catch (SocketException ex) {
// ignore
}
throw new RuntimeException("no broadcast address found");
}

In the class "TcpServersFinder" the method buildSearchPacket could use this
method:

private DatagramPacket buildSearchPacket() {
String aSearchCommand = Protocol.Commands
.prepareCommand(Protocol.Commands.SEARCH_SERVERS);

DatagramPacket aSearchPacket = new DatagramPacket(
aSearchCommand.getBytes(), aSearchCommand.length());

aSearchPacket.setAddress(getBroadcastAddress());
aSearchPacket.setPort(Protocol.Ports.SERVER_SEARCH);

return aSearchPacket;
}

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


[Libreoffice-bugs] [Bug 108827] [META] Calc functions bugs and enhancements

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108827
Bug 108827 depends on bug 94309, which changed state.

Bug 94309 Summary: SUMIFS function gives Err:504 for external references
https://bugs.documentfoundation.org/show_bug.cgi?id=94309

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |DUPLICATE

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


[Libreoffice-bugs] [Bug 115244] FILESAVE XLSX Cell Reference Error:507, with a reference external xlsx file cells

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115244

Bartosz  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #5 from Bartosz  ---
With latest changes from master, the Error:507 is not appearing anymore. 
Instead the #REF is displayed.
It could be caused by another issue (wrong path).

@Gabor Could you please confirm it with latest Daily Build?

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


[Libreoffice-bugs] [Bug 115500] Opening ODF Writer Text template (.ott) via OS file manager results in crash in: LngSvcMgr:: GetAvailableGrammarSvcs_Impl()

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115500

Stephan Bergmann  changed:

   What|Removed |Added

Summary|Opening ODF Writer Text |Opening ODF Writer Text
   |template (.ott) via OS file |template (.ott) via OS file
   |manager results in crash|manager results in crash
   ||in:
   ||LngSvcMgr::GetAvailableGram
   ||marSvcs_Impl()

--- Comment #3 from Stephan Bergmann  ---
This looks very much like a duplicate of 114815.  As you seem to be able to
reproduce the crash, can you check whether it is indeed fixed with a nightly
containing that fix?

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


[Libreoffice-bugs] [Bug 115500] Opening ODF Writer Text template (.ott) via OS file manager results in crash

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115500

V Stuart Foote  changed:

   What|Removed |Added

Summary|Opening ODF Writer Text |Opening ODF Writer Text
   |template (.ott) via OS file |template (.ott) via OS file
   |manager results in crash|manager results in crash
   |in: |
   |LngSvcMgr::GetAvailableGram |
   |marSvcs_Impl()  |

--- Comment #2 from V Stuart Foote  ---
880+ crashes against 6.0.0.3, with a few also against 5.4.3 and 5.4.4 builds

https://crashreport.libreoffice.org/stats/signature/LngSvcMgr::GetAvailableGrammarSvcs

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


[Libreoffice-bugs] [Bug 115502] New: amazon alexa customer service phone number amazon alexa support number

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115502

Bug ID: 115502
   Summary: amazon alexa customer service phone number  amazon
alexa support number
   Product: Impress Remote
   Version: 2.2.3
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pyasich...@getnada.com

Description:
https://www.indeed.com/q-CALL-1,866,316,6909-Amazon-alexa-support-number,-CALL-1,866,316,6909--Amazon-alexa-support-phone-number.-CALL-1,866,316,6909-Amazon-alexa-support-number,-CALL-1,866,316,6909--Amazon-alexa-support-phone-number,-CALL-1,866,316,6909-Amazon-alexa-support-number,-Amazon-alexa-support-California-jobs.html?_ga=2.64882927.1142231570.1517952806-800244769.1517952806
https://www.indeed.com/q-Call,-+1866.316.6909-Amazon-alexa-support-phone-number-,-amazon-alexa-customer-service-number.html2-Call,-1866.316.6909-Amazon-alexa-support-phone-number-,-amazon-alexa-customer-service-phone-number-.html2-Call,-1866.316.6909-amazon-alexa-technical-support-phone-number-,-amazon-alexa-customer-service-.html2-Call,-1866.316.6909-Amazon-alexa-support-phone-number-,-amazon-alexa-customer-service-.html2-jobs-jobs-in-California.-jobs.html?_ga=2.72560724.693327123.1517952808-10333571.1517952808
https://www.indeed.com/q-Call,-+1866.316.6909-Amazon-alexa-support-phone-number,-Amazon-alexa-support-phone-number.html2-Call,-1866.316.6909--Amazon-alexa-support-phone-number,--Amazon-alexa-support-phone-number.html2-Call,-1866.316.6909-Amazon-alexa-support-phone-number,-amazon-alexa-customer-service-.html2-Call,-1866.316.6909-Amazon-alexa-support-phone-number,-amazon-alexa-customer-service-.html2-jobs-jobs-jobs-in-California.-jobs.html?_ga=2.137079219.2083558381.1517952811-656715785.1517952811
https://www.snagajob.com/job-search?ui=true=call+echo+%2C+1866.316.6909+amazon+alexa+technical+support+support+number+%2C+amazon+alexa+customer+service+phone+number+.html2+call%2C+1866.316.6909+amazon+alexa+technical+support+phone+number+%2C+amazon+alexa+customer+service+.html2+call+alexa%2C+1866.316.6909+amazon+alexa+support+phone+number+%2C+amazon+alexa+customer+service+.html2+call%2C+1866.316.6909+amazon+alexa+technical+support+phone+number+%2C+amazon+alexa+customer+service+number.html2+jobs=10001
https://www.yelp.com/topic/phoenix-%EF%BC%91%EF%BC%98%EF%BC%96%EF%BC%96x%EF%BC%93%EF%BC%91%EF%BC%96x%EF%BC%96%EF%BC%99%EF%BC%90%EF%BC%99-amazon-alexa-c-u-s-t-o-m-e-r-phone-n-u-m-b-e-r-amazon-alexa-support-n-u-m-b-e-r
https://www.indeed.com/q-CALL-1,866,316,6909-Amazon-alexa-customer-support-phone-number,-CALL-1,866,316,6909-Amazon-alexa-customer-support-phone-number.-CALL-1,866,316,6909-Amazon-alexa-customer-support-phone-number,-CALL-1,866,316,6909-Amazon-alexa-support-,-CALL-1,866,316,6909-Amazon-alexa-customer-support-phone-number,-Amazon-alexa-customer-service-phone-number-Amazon-alexa-tech-support-CALL-1,866,316,6909-Amazon-alexa-customer-support-phone-number-jobs-in-California-jobs.html?_ga=2.213259860.1172770993.1517952789-1106312034.1517952789

Actual Results:  
https://www.indeed.com/q-CALL-1,866,316,6909-Amazon-alexa-support-number,-CALL-1,866,316,6909--Amazon-alexa-support-phone-number.-CALL-1,866,316,6909-Amazon-alexa-support-number,-CALL-1,866,316,6909--Amazon-alexa-support-phone-number,-CALL-1,866,316,6909-Amazon-alexa-support-number,-Amazon-alexa-support-California-jobs.html?_ga=2.64882927.1142231570.1517952806-800244769.1517952806
https://www.indeed.com/q-Call,-+1866.316.6909-Amazon-alexa-support-phone-number-,-amazon-alexa-customer-service-number.html2-Call,-1866.316.6909-Amazon-alexa-support-phone-number-,-amazon-alexa-customer-service-phone-number-.html2-Call,-1866.316.6909-amazon-alexa-technical-support-phone-number-,-amazon-alexa-customer-service-.html2-Call,-1866.316.6909-Amazon-alexa-support-phone-number-,-amazon-alexa-customer-service-.html2-jobs-jobs-in-California.-jobs.html?_ga=2.72560724.693327123.1517952808-10333571.1517952808
https://www.indeed.com/q-Call,-+1866.316.6909-Amazon-alexa-support-phone-number,-Amazon-alexa-support-phone-number.html2-Call,-1866.316.6909--Amazon-alexa-support-phone-number,--Amazon-alexa-support-phone-number.html2-Call,-1866.316.6909-Amazon-alexa-support-phone-number,-amazon-alexa-customer-service-.html2-Call,-1866.316.6909-Amazon-alexa-support-phone-number,-amazon-alexa-customer-service-.html2-jobs-jobs-jobs-in-California.-jobs.html?_ga=2.137079219.2083558381.1517952811-656715785.1517952811

[Libreoffice-bugs] [Bug 115500] Opening ODF Writer Text template (.ott) via OS file manager results in crash in: LngSvcMgr:: GetAvailableGrammarSvcs_Impl()

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115500

V Stuart Foote  changed:

   What|Removed |Added

 CC||noelgran...@gmail.com,
   ||sberg...@redhat.com,
   ||vstuart.fo...@utsa.edu,
   ||xiscofa...@libreoffice.org
 Blocks||113300, 113314
Summary|Opening ODF tempate (.ott)  |Opening ODF Writer Text
   |via OS file manager results |template (.ott) via OS file
   |in crash in:|manager results in crash
   |LngSvcMgr::GetAvailableGram |in:
   |marSvcs_Impl()  |LngSvcMgr::GetAvailableGram
   ||marSvcs_Impl()

--- Comment #1 from V Stuart Foote  ---
If LibreOffice is open to Start Center or to a Writer document--opening from
the thumbnail view or the File -> Open menu respectively--seems to cause no
issues with a new untitled document based on the template opening cleanly.

Is this a Template handling, or Language/Grammar detection issue?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113300
[Bug 113300] [META] Language detection bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=113314
[Bug 113314] Inserting bullet list content at some other indentation depth
should apply the depth to the inserted text
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 113300] [META] Language detection bugs and enhancements

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113300

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||115500


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=115500
[Bug 115500] Opening ODF Writer Text template (.ott) via OS file manager
results in crash in: LngSvcMgr::GetAvailableGrammarSvcs_Impl()
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 113314] Inserting bullet list content at some other indentation depth should apply the depth to the inserted text

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113314

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||115500


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=115500
[Bug 115500] Opening ODF Writer Text template (.ott) via OS file manager
results in crash in: LngSvcMgr::GetAvailableGrammarSvcs_Impl()
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


Re: m68k UnoApiTarget/udkapi.rdb build fails ("Bad input")

2018-02-06 Thread Stephan Bergmann

On 06.02.2018 03:41, Aaron M. Ucko wrote:

   Bad input 
>/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl>: 
cannot parse line 37: "out-of-range enum com.sun.star.reflection.TypeDescriptionSearchDepth member 
INFINITE value 9223372036854775807"


udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl:37 is

INFINITE = -1,

where "1" is lexed as TOK_INTEGER with sal_uInt64 value 1 in 
unoidl/source/sourceprovider-scanner.l (see nonZeroIntegerLiteral), and 
the negation is parsed as a unaryExpr in 
unoidl/source/sourceprovider-parser.y, converting the 
unoidl::detail::SourceProviderExpr::Uint(1) to 
unoidl::detail::SourceProviderExpr::Int(-1).  Then the whole enum member 
declaration is parsed as enumMember (second branch, with explicit 
initializer expr), but shouldn't cause the out-of-range check in the 
unoidl::detail::SourceProviderExpr::TYPE_INT case to fire.


Odd, esp. as 9223372036854775807 is 0x7FFF, not 
0x (aka -1). Smells like an issue with the compilation 
toolchain.

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


Re: m68k UnoApiTarget/udkapi.rdb build fails ("Bad input")

2018-02-06 Thread Rene Engelhard
Hi,

On Tue, Feb 06, 2018 at 09:02:58PM +, Caolán McNamara wrote:
> On Mon, 2018-02-05 at 21:41 -0500, Aaron M. Ucko wrote:
> > builds of LibreOffice for m68k
> ...
> > >/udkapi/com/sun/star/reflection/TypeDescripti
> > onSearchDepth.idl>: cannot parse line 37: "out-of-range enum
> > com.sun.star.reflection.TypeDescriptionSearchDepth member INFINITE
> > value 9223372036854775807"
> ...
> > Could somebody please take a look?
> 
> To be honest I added m68k support back in the day more for comedic
> effect than anything else so unless rene has any ideas I think you're
> probably on your own on debugging that.

Don't have (and yes, I saw the build failure and your bug report).

Quickly looked at the file, but tbh don't see why it should fail only on
m68k (no idea about arch-specifics which can cause that, though).

The latest round of m68k fixes (-mmlong-jump-table-offsets..) was done by
John Paul Adrian Glaubitz, though, maybe he has an idea.

Otherwise I am in the same boat as Caolan :)

Regards,

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


[Libreoffice-bugs] [Bug 115212] FILESAVE DOCX Change tracking deleted TOC entries cause invalid text node error in Word

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115212

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|5.4.2.2 release |4.4.0.3 release
 Ever confirmed|0   |1

--- Comment #6 from Aron Budea  ---
Reproduced using LO 6.0.0.3 & 4.4.0.3 / Windows 7.

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


[Libreoffice-bugs] [Bug 115501] New: Contact 1(844) 601-4333 Amazon Echo Customer Service Phone Number^&*

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115501

Bug ID: 115501
   Summary: Contact 1(844) 601-4333 Amazon Echo Customer Service
Phone Number^&*
   Product: cppunit
   Version: 1.13
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gaandfaaddu...@inboxbear.com

https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9

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


[Libreoffice-bugs] [Bug 101162] Performance issues with VCL OpenGL backend (linux, mesa-12.0.1, intel)

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101162

--- Comment #5 from Tomaz Vajngerl  ---
Linux OpenGL backend doesn't have glyph caching so it is currently slow and
implementing that is not that trivial (mainly rendering glyph to texture with
FT is missing) but not too hard either, I just don't have the time to implement
that. 

Also most of the problems of getting super-fast OpenGL rendering aren't related
to OpenGL backend at all, but how we do rendering in principle (scenegraph) in
LO and this is not something we can change overnight.

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


[Libreoffice-bugs] [Bug 115500] New: Opening ODF tempate (.ott) via OS file manager results in crash in: LngSvcMgr:: GetAvailableGrammarSvcs_Impl()

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115500

Bug ID: 115500
   Summary: Opening ODF tempate (.ott) via OS file manager results
in crash in: LngSvcMgr::GetAvailableGrammarSvcs_Impl()
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: vstuart.fo...@utsa.edu

This bug was filed from the crash reporting server and is
br-d43245ee-d007-4af6-b284-e68d96a36af5.
=

This is hitting an old try/catch break point. [1]

STR:

1. Create a Writer document holding a single table, add some column headings.
2. save as ODF Text Template --.ott, 
3. exit LO
4. from Windows Explorer file manager--double click on the new .OTT template

Expected: a new Writer document should open containing the table drawn from the
template.

Result: LO launches, crashes, and immediately goes to document recovery for an
untitled Writer docuemnt "untitled.odt"

Before repeating test, or returning to normal work, check Windows Task manager
to ensure soffice.bin/soffice.exe has closed. If still running end the process
tree.

=-ref-=
[1]
https://opengrok.libreoffice.org/xref/core/linguistic/source/lngsvcmgr.cxx?a=true#1080

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


[Libreoffice-bugs] [Bug 115499] New: Contact 1(844) 601-4333 Amazon Echo Customer Service Phone Number^&*^

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115499

Bug ID: 115499
   Summary: Contact 1(844) 601-4333 Amazon Echo Customer Service
Phone Number^&*^
   Product: cppunit
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: fihowi@cryp.email

https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9

https://www.amazon.com/ideas/amzn1.account.AG362XLJFPS5IG3DFU52PNTYGVCA/1KYSMTSTH4I95

https://www.amazon.com/ideas/amzn1.account.AE6B4QRANYC57GP5IPKPFRPMJRRQ/2HR66E4CXE5KQ

https://www.snagajob.com/job-search/q-contact+us+1800+201+2898+amazon+echo+tech+support+number+echo+technical+support+phone+number+contact+us+1800+201+2898+amazon+echo+support+number+echo+customer+service+phone+number+contact+us+1800+201+2898+amazon+echo+customer+service+number+echo+customer+support+phone+number+contact+us+1800+201+2898+amazon+echo+customer+service+phone+number+echo+customer+support+number+contact+us+1800+201+2898+amazon+echo+customer+support+number

https://www.indeed.com/q-Echo-Customer-Support,-18002012898-Echo-Amazon-Echo-Customer-Support-Phone-Number-jobs.html.

https://www.snagajob.com/job-search/q-call+1800.201.2898+amazon+echo+technical+support+support+number+amazon+echo+customer+service+phone+number+.html2+call+1800.201.2898+amazon+echo+technical+support+phone+number+amazon+echo+customer+service+.html2+call+echo+1800.201.2898+amazon+echo+support+phone+number+amazon+echo+customer+service+.html2+call+1800.201.2898+amazon+echo+technical+support+phone+number+amazon+echo+customer+service+number.html2

https://www.amazon.com/ideas/amzn1.account.AG362XLJFPS5IG3DFU52PNTYGVCA/1KYSMTSTH4I95

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


Re: m68k UnoApiTarget/udkapi.rdb build fails ("Bad input")

2018-02-06 Thread Caolán McNamara
On Mon, 2018-02-05 at 21:41 -0500, Aaron M. Ucko wrote:
> builds of LibreOffice for m68k
...
> >/udkapi/com/sun/star/reflection/TypeDescripti
> onSearchDepth.idl>: cannot parse line 37: "out-of-range enum
> com.sun.star.reflection.TypeDescriptionSearchDepth member INFINITE
> value 9223372036854775807"
...
> Could somebody please take a look?

To be honest I added m68k support back in the day more for comedic
effect than anything else so unless rene has any ideas I think you're
probably on your own on debugging that.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 115498] New: Contact 1(844) 601-4333 Amazon Echo Customer Service Phone Number^&*

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115498

Bug ID: 115498
   Summary: Contact 1(844) 601-4333 Amazon Echo Customer Service
Phone Number^&*
   Product: Document Liberation Project
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gaandfaaddu...@inboxbear.com

https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9
https://www.amazon.com/ideas/amzn1.account.AHGEZV4DVDERQITELBLDAWNBEH5A/3DAM7UPQFBJX9

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


Questions about OpenGL

2018-02-06 Thread Julien Nabet

Hello,

During QA activity, I've noticed more and more bugs (including about 
crash) which involved OpenGL. In general, I advise to upgrade graphic 
driver first, then ask to provide opengl_device.log if the bug is still 
reproduced.


But there's also perf pb (see tdf#101162), whereas it should be bring 
better perfs.


So here are some questions about OpenGL part in LO:

1) Are there people which may help/put on cc about these bugs?

I found no one on https://wiki.documentfoundation.org/FindTheExpert

2) What about graphic card driver version/env blacklist politics?

I mean, I pushed this patch 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=ecaabbf527f6f6207ce1ca8924708d23e6db45f5


(blacklist Intel HD Graphics 630 for non minimal version)

and there's another one in review 
(https://gerrit.libreoffice.org/#/c/49186/) which would blacklist 
completely the graphic card since even with the last version of graphic 
card driver, it crashes.


Should these blacklist items must regularly reviewed and so we should 
ping reporters to know if it's better with a graphic card driver upgrade?


Eg: once a year, ping reporters and ask them to upgrade their driver and 
give a new try?


I don't think it's realistic but don't know how to deal with this.

3) crashreports may show opengl part but how to know if it's due to a 
buggy driver or due to OpenGL implementing LO part?


Julien

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


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

2018-02-06 Thread Caolán McNamara
 svx/source/table/tablelayouter.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 68b1385af6413901b5172124e110a0cc2a849c56
Author: Caolán McNamara 
Date:   Tue Feb 6 14:40:02 2018 +

ofz#5949 Integer-overflow

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

diff --git a/svx/source/table/tablelayouter.cxx 
b/svx/source/table/tablelayouter.cxx
index 9bca986844c3..6b598c986687 100644
--- a/svx/source/table/tablelayouter.cxx
+++ b/svx/source/table/tablelayouter.cxx
@@ -499,7 +499,7 @@ sal_Int32 TableLayouter::distribute( LayoutVector& 
rLayouts, sal_Int32 nDistribu
 
 sal_Int32 nSize = 0;
 for( nIndex = 0; nIndex < nCount; ++nIndex )
-nSize += rLayouts[nIndex].mnSize;
+nSize = o3tl::saturating_add(nSize, rLayouts[nIndex].mnSize);
 
 return nSize;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 74580] FILEOPEN: Add option to disable import dialog when opening a CSV file ( see comment #13)

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74580

--- Comment #26 from Cor Nouws  ---
Suggest discussing at UX-meeting.

Just hitting "Enter" is enough.
One might expect that the regular csv-openers will understand that soon enough.
Also looking at Eike's advice, my suggestions is: Close as NOTABUG.

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


[Libreoffice-ux-advise] [Bug 74580] FILEOPEN: Add option to disable import dialog when opening a CSV file ( see comment #13)

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74580

--- Comment #26 from Cor Nouws  ---
Suggest discussing at UX-meeting.

Just hitting "Enter" is enough.
One might expect that the regular csv-openers will understand that soon enough.
Also looking at Eike's advice, my suggestions is: Close as NOTABUG.

-- 
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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 52316] UI: Page count in Status bar does not respect setting " Print automatically inserted blank pages"; Incorrect value for page count field (see comment #16)

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52316

Cor Nouws  changed:

   What|Removed |Added

Summary|WRITER Page count in Status |UI: Page count in Status
   |bar does not respect|bar does not respect
   |setting "Print  |setting "Print
   |automatically inserted  |automatically inserted
   |blank pages"; Incorrect |blank pages"; Incorrect
   |value for page count field  |value for page count field
   |(see comment #16)   |(see comment #16)

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


[Libreoffice-bugs] [Bug 52316] WRITER Page count in Status bar does not respect setting " Print automatically inserted blank pages"; Incorrect value for page count field (see comment #16)

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52316

Cor Nouws  changed:

   What|Removed |Added

   Priority|high|medium
Summary|WRITER Page count in Status |WRITER Page count in Status
   |bar does not respect|bar does not respect
   |setting "Print  |setting "Print
   |automatically inserted  |automatically inserted
   |blank pages"; Incorrect |blank pages"; Incorrect
   |value for page count field  |value for page count field
   ||(see comment #16)

--- Comment #16 from Cor Nouws  ---
(from the duplicate issue )

So currently the status bar info on the second page in view is
"Page 3 of 3 (Page 1)"
This independent of the setting "Print automatically inserted blank pages"
(The "(Page 1)" is irrelevant for this issue - it is displayed to show the page
number as set by the user.)

The request is
option active:
  "Page 3 of 3 (Page 1)"
option disabled
  "Page 2 of 2 (Page 1)"

That sounds good.

I do not see any problems with Export to PDF?
Then, on the first tab, one can set "Export automatically inserted blank pages"
Choosing that on export, will not change the numbering of pages (as set by the
user with fields in e.g. the footer.)

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


[Libreoffice-ux-advise] [Bug 52316] UI: Page count in Status bar does not respect setting " Print automatically inserted blank pages"; Incorrect value for page count field (see comment #16)

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52316

Cor Nouws  changed:

   What|Removed |Added

Summary|WRITER Page count in Status |UI: Page count in Status
   |bar does not respect|bar does not respect
   |setting "Print  |setting "Print
   |automatically inserted  |automatically inserted
   |blank pages"; Incorrect |blank pages"; Incorrect
   |value for page count field  |value for page count field
   |(see comment #16)   |(see comment #16)

-- 
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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-ux-advise] [Bug 52316] WRITER Page count in Status bar does not respect setting " Print automatically inserted blank pages"; Incorrect value for page count field (see comment #16)

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52316

Cor Nouws  changed:

   What|Removed |Added

   Priority|high|medium
Summary|WRITER Page count in Status |WRITER Page count in Status
   |bar does not respect|bar does not respect
   |setting "Print  |setting "Print
   |automatically inserted  |automatically inserted
   |blank pages"; Incorrect |blank pages"; Incorrect
   |value for page count field  |value for page count field
   ||(see comment #16)

--- Comment #16 from Cor Nouws  ---
(from the duplicate issue )

So currently the status bar info on the second page in view is
"Page 3 of 3 (Page 1)"
This independent of the setting "Print automatically inserted blank pages"
(The "(Page 1)" is irrelevant for this issue - it is displayed to show the page
number as set by the user.)

The request is
option active:
  "Page 3 of 3 (Page 1)"
option disabled
  "Page 2 of 2 (Page 1)"

That sounds good.

I do not see any problems with Export to PDF?
Then, on the first tab, one can set "Export automatically inserted blank pages"
Choosing that on export, will not change the numbering of pages (as set by the
user with fields in e.g. the footer.)

-- 
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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 104665] customize keyboard - many key combinations missing

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104665

Cor Nouws  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

--- Comment #7 from Cor Nouws  ---
no more info. Sorry to close this.

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


[Libreoffice-bugs] [Bug 105225] Color palette cannot be chosen in various places

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105225

--- Comment #40 from Jay  ---
My issue was that the palette for

 Calc:
   Format > Cells > Background
   Format > Page > Background

had changed after LibreOffice version 5.2, losing colors I wanted and used. 
Easy to fix.  Here's how to add an extra row of custom colors.  Simply edit
/opt/libreoffice/share/palette/standard.soc by adding before the final
 line in that file the following example:

  
  
  
  

This will add an extra line to the palette accessible in the palette command
above.  The full version 5.2 palette follows:


http://openoffice.org/2000/office;
xmlns:style="http://openoffice.org/2000/style;
xmlns:text="http://openoffice.org/2000/text;
xmlns:table="http://openoffice.org/2000/table;
xmlns:draw="http://openoffice.org/2000/drawing;
xmlns:fo="http://www.w3.org/1999/XSL/Format;
xmlns:xlink="http://www.w3.org/1999/xlink;
xmlns:dc="http://purl.org/dc/elements/1.1/;
xmlns:meta="http://openoffice.org/2000/meta;
xmlns:number="http://openoffice.org/2000/datastyle;
xmlns:svg="http://www.w3.org/2000/svg;
xmlns:chart="http://openoffice.org/2000/chart;
xmlns:dr3d="http://openoffice.org/2000/dr3d;
xmlns:math="http://www.w3.org/1998/Math/MathML;
xmlns:form="http://openoffice.org/2000/form;
xmlns:script="http://openoffice.org/2000/script;>
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  


Or, you can create and add your own custom colors.

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


[Libreoffice-bugs] [Bug 87916] FORMATTING: Shape text options not enabled

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87916

Cor Nouws  changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO

--- Comment #14 from Cor Nouws  ---
@Mike: I asked for a test file, not for a screen print. Hence I'll not be able
to reproduce and will I close the issue.

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


[Libreoffice-bugs] [Bug 115448] Missing new table formats in Writer/LO6.0

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115448

--- Comment #16 from Eike Rathke  ---
(In reply to Heiko Tietze from comment #14)
> Table styles were submitted in a couple of patched handled in bug 101349.
> Apparently something went wrong and the styles didn't make it into 6.0
I doubt that. The following changes affecting
extras/source/misc_config/autotbl.fmt are present on the libreoffice-6-0
branch:

https://gerrit.libreoffice.org/44381
https://gerrit.libreoffice.org/45523
https://gerrit.libreoffice.org/45657
https://gerrit.libreoffice.org/45696

But as discussed earlier I think in bug 101349 or IRC, the new table styles are
available only in a new user profile. If an autotbl.fmt file is present in an
existing user configuration the existing old styles are used. An existing
user/config/autotbl.fmt file has to be manually overwritten with the new file
of the new shared (or a new user) configuration, which of course also
overwrites any user defined auto styles stored in the old file, so be careful.

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


[Libreoffice-ux-advise] [Bug 115448] Missing new table formats in Writer/LO6.0

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115448

--- Comment #16 from Eike Rathke  ---
(In reply to Heiko Tietze from comment #14)
> Table styles were submitted in a couple of patched handled in bug 101349.
> Apparently something went wrong and the styles didn't make it into 6.0
I doubt that. The following changes affecting
extras/source/misc_config/autotbl.fmt are present on the libreoffice-6-0
branch:

https://gerrit.libreoffice.org/44381
https://gerrit.libreoffice.org/45523
https://gerrit.libreoffice.org/45657
https://gerrit.libreoffice.org/45696

But as discussed earlier I think in bug 101349 or IRC, the new table styles are
available only in a new user profile. If an autotbl.fmt file is present in an
existing user configuration the existing old styles are used. An existing
user/config/autotbl.fmt file has to be manually overwritten with the new file
of the new shared (or a new user) configuration, which of course also
overwrites any user defined auto styles stored in the old file, so be careful.

-- 
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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 102364] Freeze when doing Crtl + Z on large spreadsheet with concatenation

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102364

--- Comment #9 from Buovjaga  ---
(In reply to Michael Meeks from comment #8)
> Curious as to why this is suddenly critical; ? =)

"since 2016" is not suddenly :) It is critical because of the effect
"Libreoffice freezes and the app needs to be killed". That is what severity
describes, the badness of the effect. Priority was left as medium because this
is a rarer workflow.

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sc/source

2018-02-06 Thread Bartosz Kosiorek
 sc/source/core/tool/interpr1.cxx |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit e392f847bff0321d7884daabe74d91d90f07a0bf
Author: Bartosz Kosiorek 
Date:   Tue Feb 6 00:45:32 2018 +0100

tdf#114820 Fix reading external reference for VLOOKUP and HLOOKUP

Change-Id: Iaa1307123d97a740bdaf90647e8adff224211851
Reviewed-on: https://gerrit.libreoffice.org/49263
Tested-by: Jenkins 
Reviewed-by: Eike Rathke 
(cherry picked from commit 5c3d0a70a0edb182714725ef920d74667feffb0e)
Reviewed-on: https://gerrit.libreoffice.org/49316

diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 53122e82cb40..f40637f33540 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -6634,7 +6634,9 @@ bool ScInterpreter::FillEntry(ScQueryEntry& rEntry)
 }
 }
 break;
-case svMatrix :
+case svExternalDoubleRef:
+case svExternalSingleRef:
+case svMatrix:
 {
 svl::SharedString aStr;
 const ScMatValType nType = 
GetDoubleOrStringFromMatrix(rItem.mfVal, aStr);
@@ -6651,6 +6653,7 @@ bool ScInterpreter::FillEntry(ScQueryEntry& rEntry)
 } // switch ( GetStackType() )
 return true;
 }
+
 void ScInterpreter::ScVLookup()
 {
 CalculateLookup(false);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-02-06 Thread Miklos Vajna
 framework/source/classes/taskcreator.cxx |4 ++--
 framework/source/services/taskcreatorsrv.cxx |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 42c58f1c0ca4d310834f561f9145df340a893af1
Author: Miklos Vajna 
Date:   Tue Feb 6 11:36:35 2018 +0100

tdf#115218 framework: decouple HiddenForConversion from Hidden

Commit 4a0f506f0d8c2a017f0cf880481d3c0c32a48909 (framework: disable
layout manager in hidden frames, 2018-01-17) added support for bypassing
the framework layout manager for doc conversion purposes, but the Hidden
flag has the meaning that the doc is only initially hidden, it may be
visible later, so reusing Hidden broke mail merge.

Introduce a dedicated HiddenForConversion flag, clients interested in
improved performance can opt in for that, and this way behavior for
Hidden is not changing.

Change-Id: If7537197900f8819f714b164c9e056b4ae69286d
Reviewed-on: https://gerrit.libreoffice.org/49302
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins 

diff --git a/framework/source/classes/taskcreator.cxx 
b/framework/source/classes/taskcreator.cxx
index 0bf720b510ac..f9b6cac2842f 100644
--- a/framework/source/classes/taskcreator.cxx
+++ b/framework/source/classes/taskcreator.cxx
@@ -110,8 +110,8 @@ css::uno::Reference< css::frame::XFrame > 
TaskCreator::createTask( const OUStrin
 lArgs[4]   <<= aArg;
 
 bool bHidden
-= 
rDescriptor.getUnpackedValueOrDefault(utl::MediaDescriptor::PROP_HIDDEN(), 
false);
-aArg.Name = "Hidden";
+= rDescriptor.getUnpackedValueOrDefault("HiddenForConversion", false);
+aArg.Name = "HiddenForConversion";
 aArg.Value <<= bHidden;
 lArgs[5] <<= aArg;
 
diff --git a/framework/source/services/taskcreatorsrv.cxx 
b/framework/source/services/taskcreatorsrv.cxx
index c0f98832cd69..5c60edf117fb 100644
--- a/framework/source/services/taskcreatorsrv.cxx
+++ b/framework/source/services/taskcreatorsrv.cxx
@@ -130,7 +130,7 @@ css::uno::Reference< css::uno::XInterface > SAL_CALL 
TaskCreatorService::createI
 bool  bSupportPersistentWindowState = 
lArgs.getUnpackedValueOrDefault(ARGUMENT_SUPPORTPERSISTENTWINDOWSTATE , false );
 bool  bEnableTitleBarUpdate = 
lArgs.getUnpackedValueOrDefault(ARGUMENT_ENABLE_TITLEBARUPDATE, true );
 // If the frame is explicitly requested to be hidden.
-bool bHidden = lArgs.getUnpackedValueOrDefault("Hidden", false);
+bool bHidden = lArgs.getUnpackedValueOrDefault("HiddenForConversion", 
false);
 
 // We use FrameName property to set it as API name of the new created 
frame later.
 // But those frame names must be different from the set of special target 
names as e.g. _blank, _self etcpp !
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3-desktop' - sw/qa sw/source

2018-02-06 Thread Mike Kaganski
 sw/qa/extras/uiwriter/uiwriter.cxx |   58 +
 sw/source/uibase/wrtsh/delete.cxx  |  126 ++---
 2 files changed, 121 insertions(+), 63 deletions(-)

New commits:
commit 3eedec8f4da95664ce553e3650990603e7f5c684
Author: Mike Kaganski 
Date:   Mon Feb 5 22:27:14 2018 +0300

tdf#115132: don't move out from current cell on Backspace/Delete

The behavior that cursor jumps out of current table box on Del/Backspace
introduced in commit 80a4b3b589a516392bcf1ad932619701eb95e250 is
not intuitive, and differs from what other word processors do.

Unit test included.

Change-Id: Icb53b6733f0d7394abe011fa067089e6693cf648
Reviewed-on: https://gerrit.libreoffice.org/49257
Tested-by: Jenkins 
Reviewed-by: Mike Kaganski 
Reviewed-on: https://gerrit.libreoffice.org/49292
Reviewed-by: Aron Budea 
Tested-by: Aron Budea 
(cherry picked from commit e690954bada93bae54e64a306c104da3d540834e)

diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx 
b/sw/qa/extras/uiwriter/uiwriter.cxx
index 95206bf7944d..bf98a565b1f2 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -242,6 +242,7 @@ public:
 void testCreateDocxAnnotation();
 void testTdf113790();
 void testTdf115013();
+void testTdf115132();
 
 CPPUNIT_TEST_SUITE(SwUiWriterTest);
 CPPUNIT_TEST(testReplaceForward);
@@ -371,6 +372,7 @@ public:
 CPPUNIT_TEST(testCreateDocxAnnotation);
 CPPUNIT_TEST(testTdf113790);
 CPPUNIT_TEST(testTdf115013);
+CPPUNIT_TEST(testTdf115132);
 CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -4696,6 +4698,62 @@ void SwUiWriterTest::testTdf115013()
 utl::removeTree(aWorkDir);
 }
 
+void SwUiWriterTest::testTdf115132()
+{
+SwDoc* pDoc = createDoc();
+CPPUNIT_ASSERT(pDoc);
+SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell();
+CPPUNIT_ASSERT(pWrtShell);
+
+std::vector vTestTableNames;
+
+// Create an empty paragraph that will separate first table from the rest
+pWrtShell->SplitNode();
+pWrtShell->SttDoc();
+// Create a table at the start of document body
+SwInsertTableOptions TableOpt(tabopts::DEFAULT_BORDER, 0);
+const SwTable* pTable = >InsertTable(TableOpt, 2, 3);
+const SwTableFormat* pFormat = pTable->GetFrameFormat();
+CPPUNIT_ASSERT(pFormat);
+vTestTableNames.push_back(pFormat->GetName());
+pWrtShell->EndDoc();
+// Create a table after a paragraph
+pTable = >InsertTable(TableOpt, 2, 3);
+pFormat = pTable->GetFrameFormat();
+CPPUNIT_ASSERT(pFormat);
+vTestTableNames.push_back(pFormat->GetName());
+// Create a table immediately after the previous
+pTable = >InsertTable(TableOpt, 2, 3);
+pFormat = pTable->GetFrameFormat();
+CPPUNIT_ASSERT(pFormat);
+vTestTableNames.push_back(pFormat->GetName());
+// Create a nested table in the middle of last row
+pWrtShell->GotoTable(vTestTableNames.back());
+for (int i = 0; i < 4; ++i)
+pWrtShell->GoNextCell(false);
+pTable = >InsertTable(TableOpt, 2, 3);
+pFormat = pTable->GetFrameFormat();
+CPPUNIT_ASSERT(pFormat);
+vTestTableNames.push_back(pFormat->GetName());
+
+// Now check that in any cell in all tables we don't go out of a cell
+// using Delete or Backspace. We test cases when a table is the first node;
+// when we are in a first/middle/last cell in a row; when there's a 
paragraph
+// before/after this cell; when there's another table before/after this 
cell;
+// in nested table.
+for (const auto& rTableName : vTestTableNames)
+{
+pWrtShell->GotoTable(rTableName);
+do {
+const SwStartNode* pNd = 
pWrtShell->GetSwCursor()->GetNode().FindTableBoxStartNode();
+pWrtShell->DelRight();
+CPPUNIT_ASSERT_EQUAL(pNd, 
pWrtShell->GetSwCursor()->GetNode().FindTableBoxStartNode());
+pWrtShell->DelLeft();
+CPPUNIT_ASSERT_EQUAL(pNd, 
pWrtShell->GetSwCursor()->GetNode().FindTableBoxStartNode());
+} while (pWrtShell->GoNextCell(false));
+}
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(SwUiWriterTest);
 CPPUNIT_PLUGIN_IMPLEMENT();
 
diff --git a/sw/source/uibase/wrtsh/delete.cxx 
b/sw/source/uibase/wrtsh/delete.cxx
index e4833ae2d4dc..985dee6a9817 100644
--- a/sw/source/uibase/wrtsh/delete.cxx
+++ b/sw/source/uibase/wrtsh/delete.cxx
@@ -22,6 +22,7 @@
 #include 
 #include 
 #include 
+#include 
 
 inline void SwWrtShell::OpenMark()
 {
@@ -176,6 +177,10 @@ long SwWrtShell::DelLeft()
 
 if( SwCursorShell::IsSttPara())
 {
+// Start/EndAllAction to avoid cursor flickering
+UnoActionContext c(GetDoc());
+SwCursorShell::Push();
+
 // #i4032# Don't actually call a 'delete' if we
 // changed the table cell, compare DelRight().
 

[Libreoffice-bugs] [Bug 115496] Menubar entry in the hamburger menu isn' t working in with Notebookbar in Grouped full/compact mode

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115496

Telesto  changed:

   What|Removed |Added

Summary|Menu bar entery isn't   |Menubar entry in the
   |working in with Notebookbar |hamburger menu isn't
   |in Grouped full/compact |working in with Notebookbar
   |mode|in Grouped full/compact
   ||mode

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


[Libreoffice-bugs] [Bug 115497] New: Imress - 3D (and some others) transition are not working

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115497

Bug ID: 115497
   Summary: Imress - 3D (and some others) transition are not
working
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: x86 (IA32)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: danielsan8...@gmail.com

Description:
either if opening a .pptx or .odp file or creating a new one.

Actual Results:  
simply the effect applied is not reproduced

Expected Results:
should reproduce the effect when put in presentation mode


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
open gl enabled along with open cl (otherwise libra crash continuously without
the possibility of using any application). Current software version Mac Osx
High Sierra 10.13.3


User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6
(KHTML, like Gecko) Version/11.0.3 Safari/604.5.6

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


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

2018-02-06 Thread Kohei Yoshida
 sc/source/filter/orcus/interface.cxx |   35 ++-
 1 file changed, 30 insertions(+), 5 deletions(-)

New commits:
commit 105edb6adad2ef84ec11528168ecf4e2481f8302
Author: Kohei Yoshida 
Date:   Mon Feb 5 22:09:37 2018 -0500

Import cell borders as best as we can from orcus.

This is subject to the infamous Excel to Calc cell border mapping
fiasco.  The mapping is not perfect and there is certainly room for
improvement.

Change-Id: Ie224c8e08e6c0b8f13311460acbd371bd65a145f
Reviewed-on: https://gerrit.libreoffice.org/49266
Tested-by: Jenkins 
Reviewed-by: Kohei Yoshida 

diff --git a/sc/source/filter/orcus/interface.cxx 
b/sc/source/filter/orcus/interface.cxx
index b7bc5970f58c..e48250d14d52 100644
--- a/sc/source/filter/orcus/interface.cxx
+++ b/sc/source/filter/orcus/interface.cxx
@@ -54,6 +54,8 @@
 #include 
 #include 
 
+#include 
+
 using namespace com::sun::star;
 
 namespace os = orcus::spreadsheet;
@@ -1174,7 +1176,7 @@ ScOrcusStyles::border::border():
 
 ScOrcusStyles::border::border_line::border_line():
 meStyle(SvxBorderLineStyle::SOLID),
-maColor(COL_WHITE),
+maColor(COL_BLACK),
 mnWidth(0)
 {
 }
@@ -1617,39 +1619,62 @@ void ScOrcusStyles::set_border_style(
 border::border_line& current_line = maCurrentBorder.border_lines[dir];
 switch (style)
 {
-case orcus::spreadsheet::border_style_t::unknown:
-case orcus::spreadsheet::border_style_t::none:
 case orcus::spreadsheet::border_style_t::solid:
+current_line.meStyle = SvxBorderLineStyle::SOLID;
+current_line.mnWidth = oox::xls::API_LINE_THIN;
+break;
 case orcus::spreadsheet::border_style_t::hair:
+current_line.meStyle = SvxBorderLineStyle::SOLID;
+current_line.mnWidth = oox::xls::API_LINE_HAIR;
+break;
 case orcus::spreadsheet::border_style_t::medium:
+current_line.meStyle = SvxBorderLineStyle::SOLID;
+current_line.mnWidth = oox::xls::API_LINE_MEDIUM;
+break;
 case orcus::spreadsheet::border_style_t::thick:
+current_line.meStyle = SvxBorderLineStyle::SOLID;
+current_line.mnWidth = oox::xls::API_LINE_THICK;
+break;
 case orcus::spreadsheet::border_style_t::thin:
 current_line.meStyle = SvxBorderLineStyle::SOLID;
+current_line.mnWidth = oox::xls::API_LINE_THIN;
 break;
 case orcus::spreadsheet::border_style_t::dash_dot:
 current_line.meStyle = SvxBorderLineStyle::DASH_DOT;
+current_line.mnWidth = oox::xls::API_LINE_THIN;
 break;
 case orcus::spreadsheet::border_style_t::dash_dot_dot:
 current_line.meStyle = SvxBorderLineStyle::DASH_DOT_DOT;
+current_line.mnWidth = oox::xls::API_LINE_THIN;
 break;
 case orcus::spreadsheet::border_style_t::dashed:
 current_line.meStyle = SvxBorderLineStyle::DASHED;
+current_line.mnWidth = oox::xls::API_LINE_THIN;
 break;
 case orcus::spreadsheet::border_style_t::dotted:
 current_line.meStyle = SvxBorderLineStyle::DOTTED;
+current_line.mnWidth = oox::xls::API_LINE_THIN;
 break;
 case orcus::spreadsheet::border_style_t::double_border:
 current_line.meStyle = SvxBorderLineStyle::DOUBLE;
+current_line.mnWidth = oox::xls::API_LINE_THICK;
 break;
 case orcus::spreadsheet::border_style_t::medium_dash_dot:
 case orcus::spreadsheet::border_style_t::slant_dash_dot:
 current_line.meStyle = SvxBorderLineStyle::DASH_DOT;
+current_line.mnWidth = oox::xls::API_LINE_MEDIUM;
 break;
 case orcus::spreadsheet::border_style_t::medium_dash_dot_dot:
 current_line.meStyle = SvxBorderLineStyle::DASH_DOT_DOT;
+current_line.mnWidth = oox::xls::API_LINE_MEDIUM;
 break;
 case orcus::spreadsheet::border_style_t::medium_dashed:
 current_line.meStyle = SvxBorderLineStyle::DASHED;
+current_line.mnWidth = oox::xls::API_LINE_MEDIUM;
+break;
+case orcus::spreadsheet::border_style_t::unknown:
+case orcus::spreadsheet::border_style_t::none:
+current_line.mnWidth = oox::xls::API_LINE_NONE;
 break;
 default:
 ;
@@ -1658,13 +1683,13 @@ void ScOrcusStyles::set_border_style(
 }
 
 void ScOrcusStyles::set_border_color(orcus::spreadsheet::border_direction_t 
dir,
-orcus::spreadsheet::color_elem_t alpha,
+orcus::spreadsheet::color_elem_t /*alpha*/,
 orcus::spreadsheet::color_elem_t red,
 orcus::spreadsheet::color_elem_t green,
 orcus::spreadsheet::color_elem_t blue)
 {
 border::border_line& 

[Libreoffice-bugs] [Bug 115496] New: Menu bar entery isn' t working in with Notebookbar in Grouped full/compact mode

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115496

Bug ID: 115496
   Summary: Menu bar entery isn't working in with Notebookbar in
Grouped full/compact mode
   Product: LibreOffice
   Version: 6.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Menu bar enter isn't working in with Notebookbar in Grouped full/compact mode

Steps to Reproduce:
1. Launch LibreOffice
2. Enable experimental features
3. View -> Toolbar Layout -> Notebookbar
4. View -> Notebookbar -> grouped compact
5. Click the Menu Button in the toolbar
6. Click Menubar -> No effect

Actual Results:  
Nothing happens

Expected Results:
No menubar entry or a menu bar


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.1.0.0.alpha0+
Build ID: 8a0b61172a14b8b766a2e85f27762db3558d3af7
CPU threads: 4; OS: Windows 6.3; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-02-06_03:28:54
Locale: nl-NL (nl_NL); Calc: CL


User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101
Firefox/52.0

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


[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - sc/source

2018-02-06 Thread Bartosz Kosiorek
 sc/source/core/tool/interpr1.cxx |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit b8e9f185c509213b4daae018ec27483dacdad2a0
Author: Bartosz Kosiorek 
Date:   Tue Feb 6 00:45:32 2018 +0100

tdf#114820 Fix reading external reference for VLOOKUP and HLOOKUP

Change-Id: Iaa1307123d97a740bdaf90647e8adff224211851
Reviewed-on: https://gerrit.libreoffice.org/49263
Tested-by: Jenkins 
Reviewed-by: Eike Rathke 
(cherry picked from commit 5c3d0a70a0edb182714725ef920d74667feffb0e)
Reviewed-on: https://gerrit.libreoffice.org/49315

diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index ab3f28d27225..e59b46c9f42f 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -7151,7 +7151,9 @@ bool ScInterpreter::FillEntry(ScQueryEntry& rEntry)
 }
 }
 break;
-case svMatrix :
+case svExternalDoubleRef:
+case svExternalSingleRef:
+case svMatrix:
 {
 svl::SharedString aStr;
 const ScMatValType nType = 
GetDoubleOrStringFromMatrix(rItem.mfVal, aStr);
@@ -7168,6 +7170,7 @@ bool ScInterpreter::FillEntry(ScQueryEntry& rEntry)
 } // switch ( GetStackType() )
 return true;
 }
+
 void ScInterpreter::ScVLookup()
 {
 CalculateLookup(false);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


security bug - LibreOffice shouldn't require writable and executable memory pages at the same time

2018-02-06 Thread Hess THR
Hello, 

can someone please take a look at the: 

https://bugs.documentfoundation.org/show_bug.cgi?id=115486


Description:
https://stackoverflow.com/questions/48631646/why-does-libreoffice-wants-memory-pages-to-be-writable-and-executable-in-the-sam

OpenBSD has great features for Memory protection, ex.: W^X.

https://en.wikipedia.org/wiki/W^X

https://man.openbsd.org/mount

We can disable this function with the "wxallowed" mount point if a program 
needs it, and sadly, LibreOffice needs the wxallowed on /usr/local/. 

See example here: 
https://unix.stackexchange.com/questions/411405/libreoffice-soffice-oosplash-start-permission-denied-error

Steps to Reproduce:
1. Use a secure OS that can help security audits, ex.: OpenBSD
2. Remove the wxallowed flag from /usr/local to enable the W^X enforcing, reboot
3. LibreOffice cannot start anymore, because it requires writable and 
executable memory pages in the same time, see Wiki link, why is this dangerous: 
https://en.wikipedia.org/wiki/W%5EX

Actual Results:  
LibreOffice is prone to memory bugs if it needs writable/executable memory pages

Expected Results:
LibreOffice should run even with the remove wxallowed mount option. 


Reproducible: Always


User Profile Reset: No



Additional Info:
This is a security issue, please fix it with higher prio. 

Additional help from the forums: 

I'm not really sure but my guess is that LibreOffice is doing some dynamic 
runtime linking of a shared object and it's mapping the whole address space 
using one syscall with PROT_READ|PROT_WRITE|PROT_EXEC or alternatively PROT_ALL 
which i have already seen somewhere on github. – Karim Manaouil

@KarimManaouil Probably here: 

https://github.com/LibreOffice/core/blob/b7c5ddcdd05ceba73acb1a298500892d6157f360/bridges/source/cpp_uno/shared/vtablefactory.cxx

It creates anonymous mapping with RWX access. – Ivan
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


HLC Colour Atlas v. 1.0 released

2018-02-06 Thread Christoph Schäfer
Hi all,



After a year of hard work freieFarbe/freeColour is pleased to announce the 
completion of its first major project, the "HLC Colour Atlas", which is a truly 
open colour system based on mathematics and unrestricted by copyrights or 
trademarks. It has been created by colour professionals from Germany and 
Switzerland.



The atlas comprises the following elements:


- a printed reference (A4, ring binder) of 2040 colours, based on the intuitive 
HLC colour model (Hue, Lightness, Chroma), with increments of 10 between each 
hue. It also includes colours that can't be reproduced in regular CMYK 
workflows (spot colours). Unlike commercial products, its colour precision is 
extremely high, with a DeltaE00 of 0.5, i.e. colour differences between two 
copies of the atlas can only be measured but not perceived, even by a trained 
eye. Each atlas is being produced with a Fogra-certified high-end proof printer 
on Fogra-certified paper by a Fogra-certified company. Each copy is also being 
shipped with a production record (ISO 12647-7:2016);


- a printed introduction and usage instructions in German and English;


- colour palettes with LAB values for Adobe software (ASE format) and in 
Swatchbooker's SBZ format, as well as sRGB versions for LibreOffice (SOC), GIMP 
(GPL) and Scribus 1.4.x (XML). Please note that Scribus 1.5.x already includes 
the SBZ file, and an sRGB version is being shipped with LibreOffice since 
version 5.4.x, as well as the current officially stable Scribus 1.4.6.


- A PDF master file of the atlas with layers for different output targets (e.g. 
sRGB, ISOCoatedV2);


- XSLX files with colour conversion tables and QC report;


- a CxF v.3 file which includes the colour data in spectral values.


All files are available for download here: 
https://www.freiefarbe.de/thema-farbe/software/


The latter is important, because we want to enable others to create their own 
reliable references without having to ask for permission or paying licence 
fees. Thus, an ink manufacturer can simply load the CxF file into its 
formulation software and create the correct mix for his particular inks. 
Manufacturers of other colourants (e.g. paint, textile colours or plastics) can 
do the same, provided their software is supporting CxF, which is an open 
standard. This is also the reason for us not to publish any mixing recipes, 
because all necessary data to reliably recreate a colour are in the CxF file, 
so the recipes can be created and customised by software.


Whilst the digital files are available for free download under a CC licence, 
the printed reference needs to be paid for, because production and 
certification are quite labour-intensive (introductory offer: EUR 99.-- until 
31 March 2018, later: EUR 149.-- plus VAT and shipment costs; see: 
https://shop.proof.de/index.php?language=en).


freieFarbe/freeColour are convinced that the "HLC Colour Atlas" is not only a 
true and open alternative to Pantone, HKS etc., but we also think that the very 
high quality standard of our printed reference will be hard to match. 


Our next step is to fill in the necessary paperwork to make this open colour 
system a DIN SPEC with the German industrial standards organisation DIN 
(April/May 2018). From there it will hopefully be moved on to ISO to make it an 
international standard (time frame unknown).


Special credits go to Matthias Betz, Holger Everding, Jan-Peter Homann and Eric 
A. Soder, who did all the heavy lifting, as well as Gregory Pittman, who wrote 
a Scribus script that reduced the creation of the print PDF for the Atlas to a 
matter of seconds. freieFarbe/freeColour is also grateful to ColorLogic GmbH, 
Epson Deutschland GmbH and GMG GmbH & Co KG for generous technical support. The 
high quality of the atlas is owed to the producer, Proof GmbH.



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


Re: [libreoffice-design] Re: Minutes of the design meeting 2018-Jan-31

2018-02-06 Thread Wol's lists

On 05/02/18 14:19, Adolfo Jayme Barrientos wrote:

Pedro, I think you’ve been here enough time to realize that, as many
similar libre software projects, this project is volunteer-driven,


Are those volunteers writing software for their own personal 
gratification, or are they writing it because they want other people to 
use it?


 and

that waving around your pet bugs without giving some support
(financial or otherwise) yourself is borderline offensive for those
who are contributing their free time… People are free to choose what
they will work on… And no, the age of a bug does not automatically
increase its importance. Just sayin’.


Yabbut ...

It's hard, but fixing paper-cut bugs is important. If we want LO to be 
good software that is widely used, ignoring bugs like that is a good way 
of losing users.


That's why I cursed blue murder when I was forced to switch at work from 
WordPerfect to Word, and I don't think the situation has improved much 
since then. :-)


Maybe create a GSOC project that is "fix papercut bugs"? It would 
certainly be very valuable ...


Jus sayin' :-)

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


m68k UnoApiTarget/udkapi.rdb build fails ("Bad input")

2018-02-06 Thread Aaron M. Ucko
At least on Debian's autobuilders, builds of LibreOffice for m68k have
been failing since 6.0.0 rc2 with a "Bad input" error when trying to build
UnoApiTarget/udkapi.rdb, per the below excerpt from
https://buildd.debian.org/status/fetch.php?pkg=libreoffice=m68k=1%3A6.0.0-1=1517451030=0:

  [build DBc] udkapi
mkdir -p /<>/workdir/UnoApiTarget/  && 
RESPONSEFILE=/tmp/gbuild.RTQBLH && 
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/<>/instdir/program:/<>/instdir/program"
   /<>/workdir/LinkTarget/Executable/unoidl-write  
/<>/udkapi @${RESPONSEFILE} 
/<>/workdir/UnoApiTarget/udkapi.rdb && rm -f ${RESPONSEFILE}   && 
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/<>/instdir/program:/<>/instdir/program"
   /<>/instdir/sdk/bin/unoidl-check 
/<>/udkapi/type_reference/udkapi.idl --  
/<>/workdir/UnoApiTarget/udkapi.rdb
  [build MOD] codemaker
  Bad input 
>/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl>:
 cannot parse line 37: "out-of-range enum 
com.sun.star.reflection.TypeDescriptionSearchDepth member INFINITE value 
9223372036854775807"
  /<>/solenv/gbuild/UnoApiTarget.mk:45: recipe for target 
'/<>/workdir/UnoApiTarget/udkapi.rdb' failed
  make[2]: *** [/<>/workdir/UnoApiTarget/udkapi.rdb] Error 1
  make[2]: *** Waiting for unfinished jobs

Could somebody please take a look?

Thanks!

FTR, this report corresponds to
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889605 and
https://bugs.documentfoundation.org/show_bug.cgi?id=115450
(closed as out of scope; sorry for the noise there).

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 99054] Distribution on Windows Store using "Project Centennial"

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99054

--- Comment #2 from daniel_st...@web.de ---
Anyone still on this? I believe it would be very useful for easy installation
and automatic updates. It could also attract new users.

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


[Libreoffice-bugs] [Bug 105036] xlsx file with huge drawing.xml will not open

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105036

Timur  changed:

   What|Removed |Added

Summary|Some xlsx files will not|xlsx file with huge
   |open using any method of|drawing.xml will not open
   |opening |

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


[Libreoffice-bugs] [Bug 115495] SubPixel antialiasing does not work with OpenGL enabled

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115495

--- Comment #2 from Clemens Eisserer  ---
Created attachment 139646
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139646=edit
text with x11 backend

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


[Libreoffice-bugs] [Bug 115495] SubPixel antialiasing does not work with OpenGL enabled

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115495

--- Comment #1 from Clemens Eisserer  ---
Created attachment 139645
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139645=edit
text with opengl backend enabled

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


[Libreoffice-bugs] [Bug 114217] DOCX with floating table having 100% width incorrectly imported

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114217

--- Comment #2 from Aron Budea  ---
Created attachment 139644
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139644=edit
PDF exported from Word

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


[Libreoffice-bugs] [Bug 115495] New: SubPixel antialiasing does not work with OpenGL enabled

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115495

Bug ID: 115495
   Summary: SubPixel antialiasing does not work with OpenGL
enabled
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: linuxhi...@gmail.com

Description:
Runing LibreOffice 6 with OpenGL drawing enabled, text is not subpixel
antialised (ClearType).

The test system was equipped with an AMD GCN gpu and running Fedora Linux 27
(mesa 17.2.4).

Steps to Reproduce:
start libreoffice after enbaling opengl

Actual Results:  
text is only grayscale antialised

Expected Results:
text should be rendered the same (subxpixel AA / cleartype) and consistent with
the rest of the system regardless whether OpenGL or XLib is used as backend.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:


User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
Firefox/60.0

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


[Libreoffice-bugs] [Bug 115488] FILESAVE: FILEOPEN: Abnormally long open & save times, thought to arise from conditional formatting in spreadsheet

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115488

--- Comment #3 from Telesto  ---
Repro with B4.ods
Version: 6.1.0.0.alpha0+
Build ID: 8a0b61172a14b8b766a2e85f27762db3558d3af7
CPU threads: 4; OS: Windows 6.3; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-02-06_03:28:54
Locale: nl-NL (nl_NL); Calc: CL

and with
LibO 5.4.0.4

The file is pretty crash prior to 5.4.04

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


[Libreoffice-bugs] [Bug 96852] FORMATTING: "Move/Copy Sheet..." not copying page format

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96852

Timur  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
Version|3.5.4 release   |Inherited From OOo

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


[Libreoffice-bugs] [Bug 101162] Performance issues with VCL OpenGL backend (linux, mesa-12.0.1, intel)

2018-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101162

--- Comment #4 from Clemens Eisserer  ---
Still there with LibreOffice-6 running on radeonsi (mesa 17.2.4).

This is *really* concerning, keeping in mind radeonsi is one of the most
capable open-source opengl-drivers and capable of running most AA titles on
linux without issues (also the Java2D OpenGL pipeline, as well as Mozilla
Firefox's WebRender and OpenGL backend, as well as Google Skia work really
well). So only LibreOffice' OpenGL backend is causing problems, leading to
horrible performance.

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


  1   2   3   4   >