[Libreoffice-bugs] [Bug 119618] LibreOffice icons aren't viewed well (4K display resolution)

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119618

V Stuart Foote  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||vstuart.fo...@utsa.edu

--- Comment #6 from V Stuart Foote  ---


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

-- 
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 119020] Colibre Icons corrupted on high DPI displays

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119020

V Stuart Foote  changed:

   What|Removed |Added

 CC||savemore99...@gmail.com

--- Comment #12 from V Stuart Foote  ---
*** Bug 119618 has been marked as a duplicate of this bug. ***

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


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

2018-08-31 Thread Libreoffice Gerrit user
 0 files changed

New commits:
commit 6e79acd7238c5e5ab19d0f2c0bbda99b3cfa067c
Author: Andrea Gelmini 
AuthorDate: Fri Aug 31 08:04:42 2018 +0200
Commit: Julien Nabet 
CommitDate: Sat Sep 1 07:43:25 2018 +0200

Removed execution flag on source files

Change-Id: Iec140c37e437ce0b49f07b393498f0804e5b46d8
Reviewed-on: https://gerrit.libreoffice.org/59846
Reviewed-by: Julien Nabet 
Tested-by: Jenkins

diff --git a/basegfx/source/tools/systemdependentdata.cxx 
b/basegfx/source/tools/systemdependentdata.cxx
old mode 100755
new mode 100644
diff --git a/include/basegfx/utils/systemdependentdata.hxx 
b/include/basegfx/utils/systemdependentdata.hxx
old mode 100755
new mode 100644
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - include/basegfx sc/source vcl/headless vcl/source

2018-08-31 Thread Libreoffice Gerrit user
 include/basegfx/utils/systemdependentdata.hxx |4 ++--
 sc/source/core/opencl/op_statistical.cxx  |2 +-
 vcl/headless/svpgdi.cxx   |4 ++--
 vcl/source/gdi/salgdilayout.cxx   |4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 7632b3b0b916ec9271c58ea68e59d77221c20a96
Author: Andrea Gelmini 
AuthorDate: Fri Aug 31 08:03:12 2018 +0200
Commit: Julien Nabet 
CommitDate: Sat Sep 1 07:43:15 2018 +0200

Fix typos

Change-Id: I3da548adbbd8b24fe79779bdd8de70bdf7244035
Reviewed-on: https://gerrit.libreoffice.org/59845
Reviewed-by: Julien Nabet 
Tested-by: Jenkins

diff --git a/include/basegfx/utils/systemdependentdata.hxx 
b/include/basegfx/utils/systemdependentdata.hxx
index 17a0ce44f815..6d4a90d10cda 100755
--- a/include/basegfx/utils/systemdependentdata.hxx
+++ b/include/basegfx/utils/systemdependentdata.hxx
@@ -42,7 +42,7 @@ namespace basegfx
 virtual void endUsage(basegfx::SystemDependentData_SharedPtr& rData) = 
0;
 virtual void touchUsage(basegfx::SystemDependentData_SharedPtr& rData) 
= 0;
 
-// flush all buffred data (e.g. cleanup/shutdown)
+// flush all buffered data (e.g. cleanup/shutdown)
 virtual void flushAll() = 0;
 };
 } // end of namespace basegfx
@@ -58,7 +58,7 @@ namespace basegfx
 // is deleted, the corresponding SystemDependentData_WeakPtr will get 
void.
 // To make this work, a minimal SystemDependentDataManager *has* to 
hold at
 // least that one SystemDependentData_SharedPtr.
-// That SystemDependentData_SharedPtr may be (e.g. Timer-based or 
ressource-based)
+// That SystemDependentData_SharedPtr may be (e.g. Timer-based or 
resource-based)
 // be freed then. This minimal implementation does never free it, so 
all stay valid.
 // The instances may still be removed by endUsage calls, but there is 
no
 // caching/buffering mechanism involved here at all. It's an example, 
but
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index fdf2295f367f..e47eb402e40f 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -935,7 +935,7 @@ bool SvpSalGraphics::drawPolyLine(
 return true;
 }
 
-// Wrap call to static verion of ::drawPolyLine by
+// Wrap call to static version of ::drawPolyLine by
 // preparing/getting some local data and parameters
 // due to usage in vcl/unx/generic/gdi/salgdi.cxx.
 // This is mainly about extended handling of extents
@@ -1185,7 +1185,7 @@ bool SvpSalGraphics::drawPolyLine(
 
 if(nullptr != pExtents && !pExtents->isEmpty() && 
!bObjectToDeviceIsIdentity)
 {
-// transform extents to DeviceCoordiinates if used. These
+// transform extents to DeviceCoordinates if used. These
 // were calculated with ObjectToDevice transformation actively set,
 // but use DeviceCoordinates locally
 pExtents->transform(rObjectToDevice);
commit 4977b95a69fbcefb4cf415cdfb86665e5d6b5abb
Author: Andrea Gelmini 
AuthorDate: Fri Aug 31 20:20:18 2018 +0200
Commit: Julien Nabet 
CommitDate: Sat Sep 1 07:43:02 2018 +0200

Fix typos

Change-Id: I886178782ebfaaa90b7b14be529210dcbee4dd7a
Reviewed-on: https://gerrit.libreoffice.org/59883
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/sc/source/core/opencl/op_statistical.cxx 
b/sc/source/core/opencl/op_statistical.cxx
index 26495f90f852..afe9de6a5ee8 100644
--- a/sc/source/core/opencl/op_statistical.cxx
+++ b/sc/source/core/opencl/op_statistical.cxx
@@ -3514,7 +3514,7 @@ void OpGeoMean::GenSlidingWindowFunction(
 ss << "current_count += count_buf[0];\n";
 ss << "}\n";
  //  ss << "if(writePos == 14 && lidx ==0)\n";
-//ss <<"printf(\"\\nsum is  is %f, count 
is%d\",current_sum,current_count);\n";
+//ss <<"printf(\"\\nsum is %f, count 
is%d\",current_sum,current_count);\n";
 ss << "barrier(CLK_LOCAL_MEM_FENCE);\n";
 ss << "}\n";
 }else
diff --git a/vcl/source/gdi/salgdilayout.cxx b/vcl/source/gdi/salgdilayout.cxx
index 64fba8edf01d..7136860c583a 100644
--- a/vcl/source/gdi/salgdilayout.cxx
+++ b/vcl/source/gdi/salgdilayout.cxx
@@ -477,7 +477,7 @@ const basegfx::B2DHomMatrix& SalGraphics::getMirror( const 
OutputDevice* i_pOutD
 //  // mirror this window back
 //  double devX = 
w-i_pOutDev->GetOutputWidthPixel()-i_pOutDev->GetOutOffXPixel();   // 
re-mirrored mnOutOffX
 //  aRet.setX( devX + (i_rPoint.getX() - 
i_pOutDev->GetOutOffXPixel()) );
-// I do not reaaly understand the comment 'mirror this window 
back', so cannot guarantee
+// I do not really understand the comment 'mirror this window 
back', so cannot guarantee
 // 

[Libreoffice-bugs] [Bug 119495] New case "Sentence case" during cycling Shift+F3 is applied to whole sentence

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119495

--- Comment #7 from Philip Rayment  ---
My previous comment was perhaps overly complicated.  Simply try this:
Type the sentence "john smith and joe blow wrote to fred jones.  Now, using
Shift-F3 as many times you like and selecting whatever parts of the text you'd
like, capitalise the first letter if each name, and only those letters.
If you can do it, I'd like to know how.

-- 
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 119589] FILESAVE: ODT: paragraph spacing not preserved after RT

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119589

--- Comment #5 from Justin L  ---
Probably am going to have to revert that patch.  It was an "enable to solve
problems in the future" patch mainly for table-styles.

But in core/xmloff, ODT exportTextStyles doesn't export the RUNNING default
"Paragraph style", but just a createInstance( "com.sun.star.text.Defaults" ).
So EVERYTHING that I dump in defaults is going to be lost. And every unit test
breaks if you DO save the running  defaults because of an invalid draw:fill
attribute (long-standing bugs 94768 and bug 103602 I think).

-- 
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 117994] Font size is too large in attached DOC in Word after roundtrip

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117994

Justin L  changed:

   What|Removed |Added

 Whiteboard|target:6.2.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 117994] Font size is too large in attached DOC in Word after roundtrip

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117994

--- Comment #11 from Commit Notification 
 ---
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=21f52dc70e0f74adc559375f560dff969b9498de

Revert "tdf#117994 ww8export: extend Chp over CR"

It will be available in 6.2.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 117994] Font size is too large in attached DOC in Word after roundtrip

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117994

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.2.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 sw/source

2018-08-31 Thread Libreoffice Gerrit user
 sw/qa/extras/ww8export/ww8export.cxx |3 +--
 sw/source/filter/ww8/wrtww8.cxx  |4 ++--
 sw/source/filter/ww8/wrtww8.hxx  |2 +-
 sw/source/filter/ww8/ww8atr.cxx  |2 +-
 4 files changed, 5 insertions(+), 6 deletions(-)

New commits:
commit 21f52dc70e0f74adc559375f560dff969b9498de
Author: Justin Luth 
AuthorDate: Wed Aug 29 19:48:18 2018 +0300
Commit: Justin Luth 
CommitDate: Sat Sep 1 06:21:08 2018 +0200

Revert "tdf#117994 ww8export: extend Chp over CR"

This reverts commit 091aedc63de2f6c8f0f4c60dd1fa93fe4c6ddde4.

It was a regression-prone code area, so this was expected,
but disappointing.

Change-Id: Ibf0702dd634ba19bce9c0c5b2d2bd8b668f736c6
Reviewed-on: https://gerrit.libreoffice.org/59779
Tested-by: Jenkins
Reviewed-by: Justin Luth 

diff --git a/sw/qa/extras/ww8export/ww8export.cxx 
b/sw/qa/extras/ww8export/ww8export.cxx
index 25af135a35f7..a53525a5ece7 100644
--- a/sw/qa/extras/ww8export/ww8export.cxx
+++ b/sw/qa/extras/ww8export/ww8export.cxx
@@ -675,8 +675,7 @@ DECLARE_WW8EXPORT_TEST(testTdf59896, "tdf59896.doc")
 DECLARE_WW8EXPORT_TEST(testTdf102334, "tdf102334.doc")
 {
 // This was false, i.e. the first run wasn't hidden, when it should have 
been
-// But this looks different (less hidden) in MSWord
-// CPPUNIT_ASSERT_EQUAL(true, getProperty(getRun(getParagraph(7), 
1), "CharHidden"));
+CPPUNIT_ASSERT_EQUAL(true, getProperty(getRun(getParagraph(7), 1), 
"CharHidden"));
 }
 
 DECLARE_WW8EXPORT_TEST(testTdf38778, 
"tdf38778_properties_in_run_for_field.doc")
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index 3541c4711bd3..158c0bc15a27 100644
--- a/sw/source/filter/ww8/wrtww8.cxx
+++ b/sw/source/filter/ww8/wrtww8.cxx
@@ -995,7 +995,7 @@ sal_uInt8 *WW8_WrPlcPn::CopyLastSprms(sal_uInt8 )
 return rF.CopyLastSprms(rLen);
 }
 
-void WW8_WrPlcPn::AppendFkpEntry(WW8_FC nEndFc,short nVarLen,const sal_uInt8* 
pSprms, const bool bExpandEmpty)
+void WW8_WrPlcPn::AppendFkpEntry(WW8_FC nEndFc,short nVarLen,const sal_uInt8* 
pSprms)
 {
 WW8_WrFkp* pF = m_Fkps.back().get();
 
@@ -1024,7 +1024,7 @@ void WW8_WrPlcPn::AppendFkpEntry(WW8_FC nEndFc,short 
nVarLen,const sal_uInt8* pS
 pF->MergeToNew( nVarLen, pNewSprms );
 // has the prev EndFC an empty sprm and the current is empty too, then
 // expand only the old EndFc to the new EndFc
-else if( !nVarLen && (bExpandEmpty || pF->IsEmptySprm()) )
+else if( !nVarLen && pF->IsEmptySprm() )
 {
 pF->SetNewEnd( nEndFc );
 return ;
diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index 03e6411475d2..1b96c9aab0cb 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -1287,7 +1287,7 @@ private:
 public:
 WW8_WrPlcPn( WW8Export& rWrt, ePLCFT ePl, WW8_FC nStartFc );
 ~WW8_WrPlcPn();
-void AppendFkpEntry(WW8_FC nEndFc,short nVarLen = 0,const sal_uInt8* 
pSprms = nullptr, const bool bExpandEmpty=false);
+void AppendFkpEntry(WW8_FC nEndFc,short nVarLen = 0,const sal_uInt8* 
pSprms = nullptr);
 void WriteFkps();
 void WritePlc();
 sal_uInt8 *CopyLastSprms(sal_uInt8 );
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index c5cab3f6edf6..15ef3cae7c54 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -1061,7 +1061,7 @@ void WW8AttributeOutput::OutputFKP(bool bForce)
 if (!m_rWW8Export.pO->empty() || bForce)
 {
 m_rWW8Export.m_pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(),
-m_rWW8Export.pO->size(), m_rWW8Export.pO->data(), 
m_rWW8Export.pO->empty() );
+m_rWW8Export.pO->size(), m_rWW8Export.pO->data() );
 m_rWW8Export.pO->clear();
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-08-31 Thread Libreoffice Gerrit user
 writerfilter/source/dmapper/TDefTableHandler.cxx   |   27 -
 writerfilter/source/dmapper/TDefTableHandler.hxx   |2 -
 writerfilter/source/dmapper/TablePropertiesHandler.cxx |2 -
 3 files changed, 15 insertions(+), 16 deletions(-)

New commits:
commit 4ea9efb492484da7763d25ce09c92ab1c6beb587
Author: Justin Luth 
AuthorDate: Mon Aug 27 19:53:36 2018 +0300
Commit: Justin Luth 
CommitDate: Sat Sep 1 06:17:54 2018 +0200

remove single-value variable: nCell

pulled in from OOo project as a single call being passed nCell = 0.

Change-Id: I90899e9b5270d809dbdc37915a5ec31fc43f1f22
Reviewed-on: https://gerrit.libreoffice.org/59673
Tested-by: Jenkins
Reviewed-by: Justin Luth 

diff --git a/writerfilter/source/dmapper/TDefTableHandler.cxx 
b/writerfilter/source/dmapper/TDefTableHandler.cxx
index 1a29fbc4b6b2..0658a9f8c128 100644
--- a/writerfilter/source/dmapper/TDefTableHandler.cxx
+++ b/writerfilter/source/dmapper/TDefTableHandler.cxx
@@ -413,21 +413,20 @@ void TDefTableHandler::lcl_sprm(Sprm & rSprm)
 }
 }
 
-void TDefTableHandler::fillCellProperties(
-size_t nCell, const ::tools::SvRef< TablePropertyMap >& 
pCellProperties ) const
+void TDefTableHandler::fillCellProperties( const ::tools::SvRef< 
TablePropertyMap >& pCellProperties ) const
 {
-if( m_aTopBorderLines.size() > nCell )
-pCellProperties->Insert( PROP_TOP_BORDER, uno::makeAny( 
m_aTopBorderLines[nCell] ) );
-if( m_aLeftBorderLines.size() > nCell )
-pCellProperties->Insert( PROP_LEFT_BORDER, uno::makeAny( 
m_aLeftBorderLines[nCell] ) );
-if( m_aBottomBorderLines.size() > nCell )
-pCellProperties->Insert( PROP_BOTTOM_BORDER, uno::makeAny( 
m_aBottomBorderLines[nCell] ) );
-if( m_aRightBorderLines.size() > nCell )
-pCellProperties->Insert( PROP_RIGHT_BORDER, uno::makeAny( 
m_aRightBorderLines[nCell] ) );
-if( m_aInsideHBorderLines.size() > nCell )
-pCellProperties->Insert( META_PROP_HORIZONTAL_BORDER, uno::makeAny( 
m_aInsideHBorderLines[nCell] ) );
-if( m_aInsideVBorderLines.size() > nCell )
-pCellProperties->Insert( META_PROP_VERTICAL_BORDER, uno::makeAny( 
m_aInsideVBorderLines[nCell] ) );
+if( m_aTopBorderLines.size() )
+pCellProperties->Insert( PROP_TOP_BORDER, uno::makeAny( 
m_aTopBorderLines[0] ) );
+if( m_aLeftBorderLines.size() )
+pCellProperties->Insert( PROP_LEFT_BORDER, uno::makeAny( 
m_aLeftBorderLines[0] ) );
+if( m_aBottomBorderLines.size() )
+pCellProperties->Insert( PROP_BOTTOM_BORDER, uno::makeAny( 
m_aBottomBorderLines[0] ) );
+if( m_aRightBorderLines.size() )
+pCellProperties->Insert( PROP_RIGHT_BORDER, uno::makeAny( 
m_aRightBorderLines[0] ) );
+if( m_aInsideHBorderLines.size() )
+pCellProperties->Insert( META_PROP_HORIZONTAL_BORDER, uno::makeAny( 
m_aInsideHBorderLines[0] ) );
+if( m_aInsideVBorderLines.size() )
+pCellProperties->Insert( META_PROP_VERTICAL_BORDER, uno::makeAny( 
m_aInsideVBorderLines[0] ) );
 }
 
 
diff --git a/writerfilter/source/dmapper/TDefTableHandler.hxx 
b/writerfilter/source/dmapper/TDefTableHandler.hxx
index 09ef72e8320d..76b3e60b0e85 100644
--- a/writerfilter/source/dmapper/TDefTableHandler.hxx
+++ b/writerfilter/source/dmapper/TDefTableHandler.hxx
@@ -64,7 +64,7 @@ public:
 TDefTableHandler();
 virtual ~TDefTableHandler() override;
 
-void fillCellProperties( size_t nCell, const ::tools::SvRef< 
TablePropertyMap >& pCellProperties) const;
+void fillCellProperties( const ::tools::SvRef< TablePropertyMap >& 
pCellProperties) const;
 void enableInteropGrabBag(const OUString& aName);
 css::beans::PropertyValue getInteropGrabBag(const OUString& aName = 
OUString());
 static OUString getBorderTypeString(sal_Int32 nType);
diff --git a/writerfilter/source/dmapper/TablePropertiesHandler.cxx 
b/writerfilter/source/dmapper/TablePropertiesHandler.cxx
index b109c36f10b3..2343361cfc1c 100644
--- a/writerfilter/source/dmapper/TablePropertiesHandler.cxx
+++ b/writerfilter/source/dmapper/TablePropertiesHandler.cxx
@@ -243,7 +243,7 @@ namespace dmapper {
 if (m_pCurrentInteropGrabBag)
 
m_pCurrentInteropGrabBag->push_back(pTDefTableHandler->getInteropGrabBag());
 TablePropertyMapPtr pCellPropMap( new TablePropertyMap );
-pTDefTableHandler->fillCellProperties( 0, pCellPropMap );
+pTDefTableHandler->fillCellProperties( pCellPropMap );
 cellProps( pCellPropMap );
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 112102] Data label placement options greyed out for doughnut charts

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112102

stragu  changed:

   What|Removed |Added

Summary|Data label placement option |Data label placement
   |greyed out for some charts  |options greyed out for
   ||doughnut charts

-- 
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 112102] Data label placement option greyed out for some charts

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112102

--- Comment #7 from stragu  ---
Confirmed with the following:

Version: 6.0.3.2
Build ID: 1:6.0.3-0ubuntu1
CPU threads: 8; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: en-AU (en_GB.UTF-8); Calc: group

Updated steps:
1. Make sure the chart type is "Doughnut" or "Exploded Doughnut Chart"
2. Select a label from the data series
3. Right-click on it and select "Format Data Labels..."
4. Got to the tab "Data Labels"

Result:

The "Placement" line is greyed out and can't be changed.
This does not happen with either chart types "Normal" or "Exploded Pie Chart"

-- 
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 119495] New case "Sentence case" during cycling Shift+F3 is applied to whole sentence

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119495

--- Comment #6 from Philip Rayment  ---
I get the same results as in comment 5, but the problem is that that example
doesn't properly test the function.

Part of the issue is that Shift-F3 starts with the next case after the last one
used, even if that was on a different bit of text.

Perform the following steps:
1. Write two sentences as follows:
  This should be title case.
  John Smith and Joe Blow wrote to fred jones.
2. Select the first sentence and press Shift-F3 once or as many times as needed
to have every initial letter capitalised, i.e. "This Should Be Title Case."
3. Select "fred jones" and press Shift-F3
The result is that sentence case is applied to the whole sentence, which now
reads as "John smith and joe blow wrote to fred jones."  So this has just
uncapitalised "Smith", "Joe", and "Blow", and done nothing to "fred jones".
4. Press Shift-F3 three more times and "fred jones" will become "Fred Jones". 
5. Now select "joe blow" and press Shift-F3.  This changes "Fred Jones" back to
"fred jones"!  Without stepping through cases on a different bit of text, there
is no way to get the correct capitalisation through using Shift-F3.  It cannot
be done.

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


regarding tdf#91367 - replace ApiTokenSequence and UNO formulas in OOXML calc import

2018-08-31 Thread Rahul Gurung
Hey,


I found this bug cool and want to work on it, but the data given on
comments weren't enough for my level of intelligence ( a beginner ), thus I
need more background on this bug and what I really need to do.


Thanks in advance,
Rahul Gurung.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 65725] FILE_SAVE : Master document export PDF in headless mode doesn't show sub documents page

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65725

--- Comment #10 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 111917] EDITING: Not able to select the pasted directly after pasting from Internet explorer

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111917

--- Comment #2 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 111901] Esc key does not abort XRangeSelectionListener

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111901

--- Comment #2 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 112095] LibreOffice Draw object is scrambled when .odt is saved as a .docx because fonts don't fit

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112095

--- 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 112102] Data label placement option greyed out for some charts

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112102

--- Comment #6 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 111703] The last accessed tab is opened instead of the organizer tab when adding a new (page) style

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111703

--- 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 111950] Icons needed for Mail Merge Toolbar

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111950

--- Comment #2 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 89621] DOCX margin or paragraph width (with Verdana font?) isn't the same in Word and in Writer - 0, 1cm difference

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89621

--- Comment #11 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 112131] Unable to modify hyperlink target in document

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112131

--- 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 105282] Hyperlink to other page not preserved when a page is inserted/duplicated and doesnt have a user-defined page name

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105282

--- Comment #9 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 95374] FILEOPEN DOCX Margin import error. LibreOffice imports with -1cm margin that should be 0cm

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95374

--- Comment #7 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 111854] Formula objects are permanently deleted when tracking changes

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111854

--- Comment #2 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 99242] programs\python.exe and core\bin\python.exe fail to execute on windows xp sp3

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99242

Aron Budea  changed:

   What|Removed |Added

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

--- Comment #7 from Aron Budea  ---
Since 5.4 reached EOL and Windows XP isn't supported anymore, closing this as
WONTFIX.

-- 
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 119622] text on slide is inaccessible and undisplayed in presentation mode

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119622

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---
On the second file it's possible to edit the main text from fourth slide,
editable with outline view, and it's editable Title¡s text and the text on the
arrow of the first slide. 

Wit the first file I can edit the text.

Version: 6.1.1.1 (x64)
Build ID: 2718b4a18dfcc6a54ebe5f7b801ee7a47fa81e0c
CPU threads: 4; OS: Windows 10.0; UI render: default; 
Locale: es-ES (es_ES); Calc: CL

-- 
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 68271] Optionally insert paragraphs including breaks

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68271

himajin100...@gmail.com changed:

   What|Removed |Added

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

-- 
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 75941] EDITING: Incorrect behavior while copying text with manual page breaks

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75941

himajin100...@gmail.com changed:

   What|Removed |Added

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

-- 
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 119623] Lonely SUM formula fails to update, and thus can lead to a treacherously wrong result

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119623

--- Comment #4 from m.a.riosv  ---
Please test with Menu/Help/Restart in Safe 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 119623] Lonely SUM formula fails to update, and thus can lead to a treacherously wrong result

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119623

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m.a.riosv  ---
I can't reproduce.
Version: 6.0.7.0.0+ (x64)
Build ID: c57538b2b3c9ffbb206590089c0a5ca69056304d
CPU threads: 4; OS: Windows 10.0; UI render: default; 
TinderBox: Win-x86_64@42, Branch:libreoffice-6-0, Time: 2018-08-20_19:58:40
Locale: es-ES (es_ES); Calc: CL

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


[ANN] orcus 0.14.0 is now required on master

2018-08-31 Thread Kohei Yoshida
Hi there,

Just a quick announcement that the master branch now requires orcus
0.14.0 in order to build properly.

Best,

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


[Libreoffice-bugs] [Bug 119621] Libreoffice crashes randomly

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119621

m.a.riosv  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---
Please test with Menu/Help/Restart in Safe 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-commits] core.git: configure.ac download.lst external/liborcus RepositoryExternal.mk sc/source

2018-08-31 Thread Libreoffice Gerrit user
 RepositoryExternal.mk   |4 
 configure.ac|2 
 download.lst|4 
 external/liborcus/0001-Missing-header-for-std-tolower.patch |   24 
 external/liborcus/ExternalPackage_liborcus.mk   |8 
 external/liborcus/ExternalProject_liborcus.mk   |4 
 external/liborcus/Library_orcus.mk  |2 
 external/liborcus/UnpackedTarball_liborcus.mk   |1 
 external/liborcus/gcc9.patch.0  |3 
 sc/source/filter/inc/orcusinterface.hxx |  107 +++
 sc/source/filter/orcus/interface.cxx|  322 
 sc/source/filter/orcus/xmlcontext.cxx   |5 
 12 files changed, 360 insertions(+), 126 deletions(-)

New commits:
commit 1d0727a104d76210814f41c1169df318e40c9d80
Author: Kohei Yoshida 
AuthorDate: Mon Aug 27 11:06:17 2018 -0400
Commit: Kohei Yoshida 
CommitDate: Sat Sep 1 01:34:10 2018 +0200

Update orcus to 0.14.0.

And make all necessary adjustments for the new version of orcus.

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

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index cec79cc105e8..f172765a84f8 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3295,7 +3295,7 @@ $(call gb_LinkTarget_set_include,$(1),\
 )
 
 $(call gb_LinkTarget_add_libs,$(1),\
-   -L$(call gb_UnpackedTarball_get_dir,liborcus)/src/liborcus/.libs 
-lorcus-0.13 \
+   -L$(call gb_UnpackedTarball_get_dir,liborcus)/src/liborcus/.libs 
-lorcus-0.14 \
 )
 
 $(if $(SYSTEM_BOOST), \
@@ -3314,7 +3314,7 @@ $(call gb_LinkTarget_set_include,$(1),\
 )
 
 $(call gb_LinkTarget_add_libs,$(1),\
-   -L$(call gb_UnpackedTarball_get_dir,liborcus)/src/parser/.libs 
-lorcus-parser-0.13 \
+   -L$(call gb_UnpackedTarball_get_dir,liborcus)/src/parser/.libs 
-lorcus-parser-0.14 \
 )
 
 endef
diff --git a/configure.ac b/configure.ac
index 3c9e5dc5e908..a60a3e72689f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9196,7 +9196,7 @@ AC_SUBST(ENABLE_FUZZERS)
 dnl ===
 dnl Orcus
 dnl ===
-libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.13 >= 0.13.3])
+libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.14 >= 0.14.0])
 if test "$with_system_orcus" != "yes"; then
 if test "$SYSTEM_BOOST" = "TRUE"; then
 # ===
diff --git a/download.lst b/download.lst
index 1ed75b36f3b3..3532e2be3aa3 100644
--- a/download.lst
+++ b/download.lst
@@ -192,8 +192,8 @@ export OPENLDAP_SHA256SUM := 
cdd6cffdebcd95161a73305ec13fc7a78e9707b46ca9f84fb89
 export OPENLDAP_TARBALL := openldap-2.4.45.tgz
 export OPENSSL_SHA256SUM := 
ec3f5c9714ba0fd45cb4e087301eb1336c317e0d20b575a125050470e8089e4d
 export OPENSSL_TARBALL := openssl-1.0.2o.tar.gz
-export ORCUS_SHA256SUM := 
bc01b1b3e9091416f498840d3c19a1aa2704b448100e7f6b80eefe88aab06d5b
-export ORCUS_TARBALL := liborcus-0.13.4.tar.gz
+export ORCUS_SHA256SUM := 
7bcfac3f4f490540292cfc87d3fde7b47eafa8450afa1e1a2c181d8293dcd4ef
+export ORCUS_TARBALL := liborcus-0.14.0.tar.gz
 export OWNCLOUD_ANDROID_LIB_SHA256SUM := 
b18b3e3ef7fae6a79b62f2bb43cc47a5346b6330f6a383dc4be34439aca5e9fb
 export OWNCLOUD_ANDROID_LIB_TARBALL := 
owncloud-android-library-0.9.4-no-binary-deps.tar.gz
 export PAGEMAKER_SHA256SUM := 
66adacd705a7d19895e08eac46d1e851332adf2e736c566bef1164e7a442519d
diff --git a/external/liborcus/0001-Missing-header-for-std-tolower.patch 
b/external/liborcus/0001-Missing-header-for-std-tolower.patch
new file mode 100644
index ..2e00be92a872
--- /dev/null
+++ b/external/liborcus/0001-Missing-header-for-std-tolower.patch
@@ -0,0 +1,24 @@
+From 3a6bb93a382b4d5f1463ee3fdd54cab7048ff996 Mon Sep 17 00:00:00 2001
+From: Kohei Yoshida 
+Date: Fri, 31 Aug 2018 16:07:06 -0400
+Subject: [PATCH] Missing header for std::tolower.
+
+---
+ src/parser/sax_token_parser.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/parser/sax_token_parser.cpp b/src/parser/sax_token_parser.cpp
+index 9790b498..44ba5844 100644
+--- a/src/parser/sax_token_parser.cpp
 b/src/parser/sax_token_parser.cpp
+@@ -9,6 +9,7 @@
+ #include "orcus/tokens.hpp"
+ 
+ #include 
++#include 
+ 
+ namespace orcus {
+ 
+-- 
+2.17.1
+
diff --git a/external/liborcus/ExternalPackage_liborcus.mk 
b/external/liborcus/ExternalPackage_liborcus.mk
index 32382b7d89a1..ffa0b38bea19 100644
--- a/external/liborcus/ExternalPackage_liborcus.mk
+++ b/external/liborcus/ExternalPackage_liborcus.mk
@@ -12,11 +12,11 @@ $(eval $(call 
gb_ExternalPackage_ExternalPackage,liborcus,liborcus))
 $(eval $(call 

[Libreoffice-bugs] [Bug 118080] Swivel animation isn't shown correctly after saving in PPT format and reopening

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118080

Aron Budea  changed:

   What|Removed |Added

 Attachment #142624|application/x-ole-storage   |application/vnd.ms-powerpoi
  mime type||nt

-- 
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 119629] Swivel animation isn't shown correctly after roundtripping saved PPT in PowerPoint

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119629

Aron Budea  changed:

   What|Removed |Added

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

-- 
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 118080] Swivel animation isn't shown correctly after saving in PPT format and reopening

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118080

Aron Budea  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||9629

--- Comment #5 from Aron Budea  ---
Verified in LO 6.2 master build (e055b4a0fc23e1d0ad5d498f9195790dd41f6b3e) /
Windows 7, thanks for the fix, Mark!

As a complication, bug 119629 is a follow-up about the PPT being roundtripped
in PowerPoint.

-- 
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 'distro/lhm/libreoffice-5-2+backports' - sc/source

2018-08-31 Thread Libreoffice Gerrit user
 sc/source/ui/view/output.cxx |   21 +++--
 1 file changed, 15 insertions(+), 6 deletions(-)

New commits:
commit 2255516e0e5f70a4c293cb468902f2b84cc93a60
Author: Armin Le Grand 
AuthorDate: Thu Apr 19 18:56:55 2018 +0200
Commit: Thorsten Behrens 
CommitDate: Sat Sep 1 01:30:29 2018 +0200

tdf#115582 Correct coordinate usage for sc's ::Array

In ScOutputData::SetCellRotations() eventually existing
CellRotations are added to the svx::frame::Array data
that gets created for repaint. This used the wrong coordinate
calculation, thus in some cases the repaint of rotated
Cells failed.

Reviewed-on: https://gerrit.libreoffice.org/53171
Tested-by: Jenkins 
Reviewed-by: Armin Le Grand 
(cherry picked from commit 0185e65bcd73dbad2205a39369e1e06b33a2ca51)
Reviewed-on: https://gerrit.libreoffice.org/54922
(cherry picked from commit 08e45e11a0e74cdb4a17ec29df9d03ad03b7f7c0)

 Conflicts:
sc/source/ui/view/output.cxx

Change-Id: Ib5df8576e8c9404d717d5dcc5662aa04b82cf959
Reviewed-on: https://gerrit.libreoffice.org/59874
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 

diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx
index b19182317874..3c5c9360e09c 100644
--- a/sc/source/ui/view/output.cxx
+++ b/sc/source/ui/view/output.cxx
@@ -642,13 +642,22 @@ void ScOutputData::SetCellRotations()
 // Needed for CellInfo internal decisions (bg fill, 
...)
 pInfo->nRotateDir = nDir;
 
-// add rotation info to Array information
-const long 
nAttrRotate(pPattern->GetRotateVal(pCondSet));
-const SvxRotateMode 
eRotMode((SvxRotateMode)static_cast(pPattern->GetItem(ATTR_ROTATE_MODE, pCondSet)).GetValue());
-const double fOrient((bLayoutRTL ? -1.0 : 1.0) * 
nAttrRotate * F_PI18000); // 1/100th degrees -> [0..2PI]
-svx::frame::Array& rArray = mrTabInfo.maArray;
+// create target coordinates
+const SCCOL nTargetX(nX - nVisX1 + 1);
+const SCROW nTargetY(nY - nVisY1 + 1);
 
-rArray.SetCellRotation(nY+1, nX+1, eRotMode, fOrient);
+// Check for values - below in SetCellRotation these 
will
+// be converted to size_t and thus may not be negative
+if(nTargetX >= 0 && nTargetY >= 0)
+{
+// add rotation info to Array information
+const long 
nAttrRotate(pPattern->GetRotateVal(pCondSet));
+const SvxRotateMode 
eRotMode((SvxRotateMode)static_cast(pPattern->GetItem(ATTR_ROTATE_MODE, pCondSet)).GetValue());
+const double fOrient((bLayoutRTL ? -1.0 : 1.0) * 
nAttrRotate * F_PI18000); // 1/100th degrees -> [0..2PI]
+svx::frame::Array& rArray = mrTabInfo.maArray;
+
+rArray.SetCellRotation(nTargetX, nTargetY, 
eRotMode, fOrient);
+}
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119629] New: Swivel animation isn't shown correctly after roundtripping saved PPT in PowerPoint

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119629

Bug ID: 119629
   Summary: Swivel animation isn't shown correctly after
roundtripping saved PPT in PowerPoint
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: filter:ppt
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
Blocks: 109362, 113331

Created attachment 144591
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144591=edit
Sample roundtripped as PPT in PowerPoint

Test with the fix to bug 118080 in place (thanks to Mark Hung for that), ie.
build after 2018-08-01.
Attachment 142623 contains a single piece of text with Swivel entrance
animation.

- Open attachment 142623 in Impress.
- Save as PPT.
- Open and save the PPT in PowerPoint (attaching this).
- Open this roundtripped PPT in Impress again, and play the slideshow.

=> The animation is incorrect, only one half of it is played, and then the text
becomes displaced. In PowerPoint the animation looks fine.

Observed using a 6.2 master build (e055b4a0fc23e1d0ad5d498f9195790dd41f6b3e) /
Windows 7.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109362
[Bug 109362] [META] Custom/object animation bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=113331
[Bug 113331] [META] PPT (binary) format bug tracker
-- 
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 113331] [META] PPT (binary) format bug tracker

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113331

Aron Budea  changed:

   What|Removed |Added

 Depends on||119629


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=119629
[Bug 119629] Swivel animation isn't shown correctly after roundtripping saved
PPT in PowerPoint
-- 
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 109362] [META] Custom/object animation bugs and enhancements

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109362

Aron Budea  changed:

   What|Removed |Added

 Depends on||119629


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=119629
[Bug 119629] Swivel animation isn't shown correctly after roundtripping saved
PPT in PowerPoint
-- 
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 119628] New: EDITING: Firebird Embedded: error message when resetting auto increment a second time

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119628

Bug ID: 119628
   Summary: EDITING: Firebird Embedded: error message when
resetting auto increment a second time
   Product: LibreOffice
   Version: 6.0.6.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kam3...@gmail.com

Created attachment 144590
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144590=edit
A simple database for testing

macOS High Sierra 10.13.6

Example: I have a table with records 1-30 with the primary key AutoValue set to
Yes. I delete records 16-30. I don't want the next record I add to have a
primary key of 31.

To reset this, I go to Tools > SQL and type in alter table TABLE_NAM alter
FIELD_NAME restart with 15;

All is well, and I am able to add new records without a gap in the primary key
sequence.

However, if I again delete some records and try to execute this SQL statement
again, I receive the following error message:

1: firebird_sdbc error: *violation of PRIMARY or UNIQUE KEY constraint
"INTEG_1" on table "TABLE_NAM" caused by 'alter table "TABLE_NAM" alter
"FIELD_NAME" restart with ;'

( being whatever number I input in my second attempt at restarting the
sequence.)

The funny thing is, despite the error message, Base will do as I directed and
restart the sequence once again.

Attached is the database I was using.

-- 
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 119627] New: Page numbering restarts when indenting paragraph in word processor

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119627

Bug ID: 119627
   Summary: Page numbering restarts when indenting paragraph in
word processor
   Product: LibreOffice
   Version: 4.2.8.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hilme...@hotmail.com

Description:
In attached document, change of indentation causes an unintended resart of
numbering at page 2

Steps to Reproduce:
1.Have a paragraph that starts on one page and continues inte the next page
2.Indent this paragraph (moving the arrows in the ruler)
3.See what happens to the page number 

Actual Results:
Page numbering restarts and is valid during the session - i.e. if you create a
table of content.
Luckily, this numbering is not saved. Workaround: save and reopen

Expected Results:
Page numbering should not be restarted by a simple paragraph indentation...


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Version: 4.2.8.2
Build ID: 420m0(Build:2)

Sample simple document attached: change indentation of paragraph starting with
## and see page number of page 2

-- 
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 119627] Page numbering restarts when indenting paragraph in word processor

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119627

--- Comment #1 from Ola Smith  ---
Created attachment 144589
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144589=edit
sample document to reproduce error

-- 
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 119277] "Application Colors" should be transferred from Options (how it works) to Customize (how it looks)

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119277

--- Comment #6 from Cor Nouws  ---
(In reply to Timur from comment #3)
> (In reply to Cor Nouws from comment #1)
> > Customize is more the UI elements, rather than the UI look.
> I don't understand that explanation. I'm not aware it's documented somehere. 

Don't know of any documentation either  - it is what I conclude when I look at
the various settings ;)

-- 
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 116386] Wrong paper size B5, instead of A4

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116386

--- Comment #16 from Michael Weghorn  ---
(In reply to Heiko Tietze from comment #15)
> (In reply to Telesto from comment #14)
> > I'm noticing https://gerrit.libreoffice.org/#/c/59581/
> 
> So this issue has been solved?

As far as I understand this bug report, it's mainly about what paper size
should be displayed and preselected in the print dialog. The above-mentioned
change is not directly related in this case. It fixes an inconsistency that was
there at least in the Linux print dialog, but does not at all change what paper
size is preselected.

-- 
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 103440] [META] Sidebar accessibility bugs and enhancements

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103440
Bug 103440 depends on bug 119577, which changed state.

Bug 119577 Summary: Sidebar: Escape key press on More Options in panel title 
bar sends focus to doc view
https://bugs.documentfoundation.org/show_bug.cgi?id=119577

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 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


Re: [board-discuss] Re: License information for extensions on LO's extension site

2018-08-31 Thread Michael Meeks
Hi Andreas,

(and thanks for raising this Stephan)

I appreciate the work that you do maintaining the extensions repository
- and it is always difficult to handle feedback.

As you know - if people have a legal concern - they are encouraged to
raise it directly with legal@ - and not engage in lengthy public
discussions.

Andreas - I'd love to talk this through ? can I call you at some stage ?

ATB,

Michael.

On 31/08/18 10:18, Stephan Bergmann wrote:
> On 30/08/18 20:08, Andreas Mantke wrote:
>> Am 30.08.2018 um 19:02 schrieb Stephan Bergmann:
>>> On 30/08/18 18:43, Andreas Mantke wrote:
 In my view it is necessary, that a LibreOffice extension that is
 published on a TDF resource, has a clear license statement and presents
 this license statement to the user during the installation process.
>>>
>>> Why should presenting the license during installation be necessary?
>>> Installing LO itself, for example, doesn't do that, either.
>>
>> if you want to make an agreement with the user about the license, you
>> have to present the license during the installing process and ask for
>> accepting it.
>>
>> Otherwise there is no agreement on the license.
> 
> With all due respect to your work on the TDF extensions site, and with
> whatever IANAL caveat, but I don't see this change (requiring extensions
> hosted on the TDF extensions site to ask for license acceptance during
> installation) as neither necessary nor helpful.
> 
> Maybe the board (as the entity responsible for running that extensions
> site, IIUC; now on CC) has an opinion here?

-- 
michael.me...@collabora.com <><, GM Collabora Productivity
Hangout: mejme...@gmail.com, Skype: mmeeks
(M) +44 7795 666 147 - timezone usually UK / Europe
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 119475] Translation missing in LibreOffice 6.1> Calc, spanish version, Notebook Bar> 'Revisar' tab> 'Record' icon

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119475

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
No translation in Pootle:
https://translations.documentfoundation.org/es/libo_ui/translate/#search=VijEF=source,target,notes

Should translation be "Registro"? (then shortcut to decide)

-- 
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 119473] Translation missing in LibreOffice 6.1> Calc, spanish version, Notebook Bar> 'Insertar' tab> 'Field'

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119473

--- Comment #4 from Julien Nabet  ---
No translation in Pootle
https://translations.documentfoundation.org/es/libo_ui/translate/#search=YmAFF=source,target,notes

I suppose we should "Campo" but we must choose the shortcut

-- 
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 118469] problems with unwanted and unnecessary automatic table split

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118469

--- Comment #14 from Dr. Matthias Weisser  ---
Dear Xisco,

of course I can do a very private version for you. But I am not so sure if you
will be able to replicate this. It does not seem to be so easy. 2 days ago I
opened a file and the problem was there with one table at opening. It then
disappeared when I edited in one place.

The bad thing with this is that one cannot be sure what the document will look
like when doing a pdf. All pages have to be checked first which is really time
consuming.

Matthias

-- 
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 119472] Translation missing in LibreOffice 6.1> Calc, spanish version, Notebook Bar> 'Disposición' tab> 'Page'

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119472

--- Comment #7 from Julien Nabet  ---
On Pootle, translation is ok:
https://translations.documentfoundation.org/es/libo_ui/translate/#search=w3YCg=source,target,notes

but not present in translation file:
  18529 #: sc/uiconfig/scalc/ui/notebookbar.ui:5610
  18530 msgctxt "notebookbar|reviewb"
  18531 msgid "Pag_e"
  18532 msgstr ""

-- 
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 'aoo/trunk' - Module_ooo.mk Repository.mk rsc/Executable_rsc2.mk rsc/Executable_rsc.mk rsc/Executable_rscpp.mk rsc/Makefile rsc/Module_rsc.mk rsc/Package_inc.mk

2018-08-31 Thread Libreoffice Gerrit user
 Module_ooo.mk|1 
 Repository.mk|3 +
 rsc/Executable_rsc.mk|   52 
 rsc/Executable_rsc2.mk   |   84 +++
 rsc/Executable_rscpp.mk  |   68 +++
 rsc/Makefile |   32 ++
 rsc/Module_rsc.mk|   34 +++
 rsc/Package_inc.mk   |   25 +++
 rsc/prj/build.lst|9 
 rsc/prj/d.lst|9 
 rsc/prj/makefile.mk  |   44 
 solenv/gbuild/Executable.mk  |1 
 solenv/gbuild/LinkTarget.mk  |   27 
 solenv/gbuild/TargetLocations.mk |1 
 14 files changed, 373 insertions(+), 17 deletions(-)

New commits:
commit 21a0c3efd32b0f0e32cf54d6278d87a37650db89
Author: Damjan Jovanovic 
AuthorDate: Fri Aug 31 18:54:31 2018 +
Commit: Damjan Jovanovic 
CommitDate: Fri Aug 31 18:54:31 2018 +

Implement gbuild functions for building Bison files.

Port main/rsc to gbuild.

Patch by: me

diff --git a/Module_ooo.mk b/Module_ooo.mk
index 70391af9fd3f..ca7635d58893 100644
--- a/Module_ooo.mk
+++ b/Module_ooo.mk
@@ -72,6 +72,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
 remotebridges \
 reportdesign \
 ridljar \
+rsc \
 sane \
 sax \
 sc \
diff --git a/Repository.mk b/Repository.mk
index 7e4d995f2216..4d9dcf8489e6 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -32,7 +32,10 @@ $(eval $(call gb_Helper_register_executables,NONE, \
 mkunroll \
 rdbedit \
 rdbmaker \
+rsc \
+rsc2 \
 rscdep \
+rscpp \
 so_checksum \
 srvdepy \
 svidl \
diff --git a/rsc/Executable_rsc.mk b/rsc/Executable_rsc.mk
new file mode 100644
index ..fbeff1d390ed
--- /dev/null
+++ b/rsc/Executable_rsc.mk
@@ -0,0 +1,52 @@
+#**
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**
+
+
+
+$(eval $(call gb_Executable_Executable,rsc))
+
+$(eval $(call 
gb_Executable_add_precompiled_header,rsc,$(SRCDIR)/rsc/inc/pch/precompiled_rsc))
+
+$(eval $(call gb_Executable_set_include,rsc,\
+$$(INCLUDE) \
+-I$(SRCDIR)/rsc/inc \
+-I$(SRCDIR)/rsc/inc/pch \
+))
+
+$(eval $(call gb_Executable_add_linked_libs,rsc,\
+   i18nisolang1 \
+   sal \
+   tl \
+   vos3 \
+   stl \
+$(gb_STDLIBS) \
+))
+
+$(eval $(call gb_Executable_add_exception_objects,rsc,\
+   rsc/source/prj/start \
+   rsc/source/tools/rschash \
+   rsc/source/tools/rsctree \
+   rsc/source/tools/rsctools \
+   rsc/source/tools/rscchar \
+   rsc/source/tools/rscdef \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/rsc/Executable_rsc2.mk b/rsc/Executable_rsc2.mk
new file mode 100644
index ..897f39b3d199
--- /dev/null
+++ b/rsc/Executable_rsc2.mk
@@ -0,0 +1,84 @@
+#**
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**
+
+
+
+$(eval $(call gb_Executable_Executable,rsc2))
+
+$(eval $(call 
gb_Executable_add_precompiled_header,rsc2,$(SRCDIR)/rsc/inc/pch/precompiled_rsc))
+
+$(eval $(call gb_Executable_set_include,rsc2,\
+

[Libreoffice-bugs] [Bug 119473] Translation missing in LibreOffice 6.1> Calc, spanish version, Notebook Bar> 'Insertar' tab> 'Field'

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119473

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
Reproduced here too.

-- 
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 119472] Translation missing in LibreOffice 6.1> Calc, spanish version, Notebook Bar> 'Disposición' tab> 'Page'

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119472

--- Comment #6 from Julien Nabet  ---
Ok I don't see "notebook bar" but I do see "Page", so I confirm too.

-- 
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 119610] Insert > Cross-reference: All registered databases are opened

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119610

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
   Keywords||bibisectRequest

-- 
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 119544] Can't change font size and the program loads too long

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119544

--- Comment #3 from Xisco Faulí  ---
(In reply to minespatch from comment #2)
> (In reply to Xisco Faulí from comment #1)
> > Does it work if you disable OpenGl ? ->
> > https://wiki.documentfoundation.org/OpenGL
> > 
> > I have set the bug's status to 'NEEDINFO'. Please change it back to
> > 'UNCONFIRMED' if the issue is still present
> 
> Disabled but no change in text scroller.

I'm sorry but I don't know what you mean. Could you please elaborate?
BTW, did it fix 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 119574] Writer Format > Page menu so wide the options are not legible

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119574

Xisco Faulí  changed:

   What|Removed |Added

Version|6.0.6.2 release |4.1 all versions
 CC||caol...@redhat.com,
   ||olivier.hallot@documentfoun
   ||dation.org
   Keywords||bibisected, bisected,
   ||regression

--- Comment #8 from Xisco Faulí  ---
Regression introduced by:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=7ba10e2d317a53763e1aff55a85546bfdac12fc5

author  Olivier Hallot  2013-02-26 22:09:55
-0300
committer   Caolán McNamara 2013-02-27 12:01:16
+
commit  7ba10e2d317a53763e1aff55a85546bfdac12fc5 (patch)
tree633050dc71f488a74406169feb557ab09b098fa2
parent  32cb84f3718e96658f24ffc67c2e56386bf3f25f (diff)
Convert page format tab page to new widget UI

Bisected with: bibisect-41max

Adding Cc: to Olivier Hallot

@Caolán, I thought you could be interested in this issue as well...

-- 
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 119574] Writer Format > Page menu so wide the options are not legible

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119574

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
   Hardware|x86-64 (AMD64)  |All
 OS|Linux (All) |All

--- Comment #7 from Xisco Faulí  ---
Thanks for the file.
Now I can reproduce it in

Version: 6.1.0.0.alpha1+
Build ID: 3a801799536e6870f2fb111b1cc00b9575a35a39
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

and

Versión: 6.1.0.3
Id. de compilación: efb621ed25068d70781dc026f7e9c5187a4decd1
Subprocs. CPU: 1; SO: Windows 6.1; Repres. IU: predet.; 
Configuración regional: es-ES (es_ES); Calc: group threaded

-- 
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: tools/source

2018-08-31 Thread Libreoffice Gerrit user
 tools/source/datetime/ttime.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d7c16324b58c08ca6fdd231b145b77f999800d28
Author: Eike Rathke 
AuthorDate: Fri Aug 31 17:27:12 2018 +0200
Commit: Eike Rathke 
CommitDate: Fri Aug 31 21:47:11 2018 +0200

Do as the comment says it should do..

stupid me..

Change-Id: I5cd067a653641bb86e0a76f86f334781dbaef018
Reviewed-on: https://gerrit.libreoffice.org/59875
Reviewed-by: Eike Rathke 
Tested-by: Jenkins

diff --git a/tools/source/datetime/ttime.cxx b/tools/source/datetime/ttime.cxx
index 0adde9acfe0b..e4a6afd50048 100644
--- a/tools/source/datetime/ttime.cxx
+++ b/tools/source/datetime/ttime.cxx
@@ -307,7 +307,7 @@ void tools::Time::GetClock( double fTimeInDays,
 if (fAbsTimeInDays >= 1.0)
 {
 const int nDig = static_cast(ceil( log10( fAbsTimeInDays)));
-nDec = std::max( std::min( nDig, 9), 2);
+nDec = std::max( std::min( 10 - nDig, 9), 2);
 }
 double fSeconds = rtl::math::round( fRawSeconds, nDec);
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 118469] problems with unwanted and unnecessary automatic table split

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118469

--- Comment #13 from Xisco Faulí  ---
Dear Dr. Matthias Weisser,
Do you think you could send one of the problematic documents to my email
privately? That way I could investigate the issue...
I'm the QA engineer at The Document Foundation and it will be kept
confidential.
Thanks

-- 
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 105926] TEMPLATE UPDATE ISSUE: Writer crashes when closing document (comment 3) (unix)

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105926

Xisco Faulí  changed:

   What|Removed |Added

 CC||forum+document@home.decotra
   ||in.de

--- Comment #9 from Xisco Faulí  ---
*** Bug 119510 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 119510] Crash of writer after loading an old document with a different document template

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119510

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #12 from Xisco Faulí  ---
(In reply to Karsten from comment #11)
> Yes - i would say it is the same bug.

Thanks, let's close it as RESOLVED DUPLICATED then.

> 
> What's about my questions about the crash dump files
> and why every time templates are checked when a file is opened?

The file is linked to the template, that's why it's checked.

> 
> 
> One more crash report is
> crashreport.libreoffice.org/stats/crash_details/1cfcb103-1c80-4ced-bab2-
> 3baa45e85a56
> 
> There is one more detail.
> Opening the document tells me something about a template named
> "Fensterbrief".
> But this template does not exist any more - could this be the reason?

We don't know the reason, otherwise we would have already fixed it.

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

-- 
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 119503] Use of mouse scroll wheel then graphics work with Writer and Calc open then more scroll action causes Crash

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119503

--- Comment #4 from Xisco Faulí  ---
(In reply to matthewnote from comment #3)
> Hello.  I found and used the bug reporting guide/instructions for
> LibreOffice.
> The reset of the user profile was done already.  Problem unchanged.
> 
> I check GL and find since leaving the safe mode (back to normal working) the
> Open GL is disabled.  I don't know if that was off since installing LO 6.10
> or changed to disabled by using safe mode for two days?  I didn't do it
> myself.   I'll be back to the project tomorrow with Open GL still off and
> see/report what happens.  Thankyou for the guidance.

Thanks.
Any Update?

-- 
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 118904] automatic backup during macro execution

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118904

--- Comment #3 from Xisco Faulí  ---
Please do, thanks!

-- 
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 58134] Reset Button in Options Dialogues does not Work with all Options

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58134

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
   Assignee|olivier.hallot@documentfoun |libreoffice-b...@lists.free
   |dation.org  |desktop.org

--- Comment #16 from Xisco Faulí  ---
Dear Olivier Hallot,
This bug has been in ASSIGNED status for more than 3 months without any
activity. Resetting it to NEW.
Please assigned it back to yourself if you're still working on 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 119626] Assert when clicking Expand Formula Bar with Notebook bar

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119626

Julien Nabet  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||9472
 CC||caol...@redhat.com

--- Comment #2 from Julien Nabet  ---
vcl/source/window/toolbox.cxx
2265 item.maCalcRect.SetTop( nY+(mnMaxItemHeight-aCurrentItemSize.Height())/2
);

See
https://opengrok.libreoffice.org/xref/core/vcl/source/window/toolbox.cxx#2265

(gdb) p nY
$1 = 0
(gdb) p mnMaxItemHeight
$2 = 27
(gdb) p aCurrentItemSize.Height()
$3 = 34
(gdb) p nLineSize
$4 = 116

Caolán: I don't know if it's due to
https://cgit.freedesktop.org/libreoffice/core/commit/?id=c7efcb1340ceee35fe3b8ffd9ed86b8cae57d9ce
or if the root cause must be searched elsewhere.

-- 
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 119472] Translation missing in LibreOffice 6.1> Calc, spanish version, Notebook Bar> 'Disposición' tab> 'Page'

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119472

Julien Nabet  changed:

   What|Removed |Added

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

-- 
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 119570] Sidebar: Keyboard navigation from tab bar to deck contents hides focus when deck is in collapsed state

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119570

Xisco Faulí  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |rayk...@gmail.com
   |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 119626] Assert when clicking Expand Formula Bar with Notebook bar

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119626

--- Comment #1 from Julien Nabet  ---
Created attachment 144588
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144588=edit
bt with debug symbols

-- 
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 115138] There is no entry field for a value in the conditional formatting dialog.

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115138

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||xiscofa...@libreoffice.org

--- Comment #4 from Xisco Faulí  ---
Dear mrkus...@gmail.com,
This bug was moved back to UNCONFIRMED without giving further information.

To be certain the reported issue is not
related to corruption in the user profile, could you please reset your
Libreoffice profile ( https://wiki.documentfoundation.org/UserProfile ) and
re-test?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the issue is still present

-- 
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 118991] EDITING. 100% CPU usage after a few minutes with certain documents.

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118991

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #9 from Xisco Faulí  ---
(In reply to Jean-Baptiste Faure from comment #8)
> What is the format of your text document? .odt or .docx ?
> 
> Best regards. JBF

Dear laur...@norbit.no,
Could you please answer the question above in order to help us triage this
issue?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the question has been answered

-- 
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 119012] NetBSD build fix

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119012

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||patch

--- Comment #3 from Xisco Faulí  ---
(In reply to Xisco Faulí from comment #2)
> Hello,
> Thanks for reporting the issue.
> Could you please submit the patch to gerrit for review as explained here ->
> https://wiki.documentfoundation.org/Development/gerrit/SubmitPatch ?
> Regards

Hello Emmanuel Dreyfus,
Any chance you could submit the patch to gerrit?

-- 
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 119626] New: Assert when clicking Expand Formula Bar with Notebook bar

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119626

Bug ID: 119626
   Summary: Assert when clicking Expand Formula Bar with Notebook
bar
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: serval2...@yahoo.fr

Description:
On pc Debian x86-64 with master sources updated today + enable-dbgutil + gtk3,
I got an assert in Notebook bar layout when clicking Expand Formula Bar

Steps to Reproduce:
1. Enable experimental features in Options
2. View - User Interface - Tabbed and then Layout
3. In calc, click Expand Formula Bar


Actual Results:
Assertion

Expected Results:
No assertion


Reproducible: Always


User Profile Reset: Yes



Additional Info:

-- 
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 118786] Crash deleting a table using the floating table toolbar

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118786

Xisco Faulí  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
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 118786] Crash deleting a table using the floating table toolbar

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118786

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #10 from Xisco Faulí  ---
(In reply to Xisco Faulí from comment #5)
> No longer crashing in
> 
> Version: 6.2.0.0.alpha0+
> Build ID: 401cba4c20fbc930f034168872642428d7459218
> CPU threads: 16; OS: Windows 6.3; UI render: default; 
> Locale: en-GB (en_GB); Calc: threaded

Closing as VERIFIED FIXED

@Jan-Marek Glogowski, Thanks for fixing 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 103239] [META] Toolbars bugs and enhancements

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103239
Bug 103239 depends on bug 118786, which changed state.

Bug 118786 Summary: Crash deleting a table using the floating table toolbar
https://bugs.documentfoundation.org/show_bug.cgi?id=118786

   What|Removed |Added

 Status|NEW |RESOLVED
 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


Re: how to run single cppunit tests

2018-08-31 Thread Markus Mohrhard
Hey,

On Fri, Aug 31, 2018 at 6:06 PM Rahul Gurung  wrote:

> hey,
>
> can you tell me how to run a single and specific cpp test to check if it
> is working or not? I tried the methods told in the documentation it didn't
> work for me,(as a whole lot of unrelated tests started running) I think I
> am doing it wrong somewhere, so I need you to tell the exact command,
> taking a specific test into consideration is going to be helpful.
>


So there are two parts to it.

There is the CPPUNIT_TEST_NAME environment variable that you can use to
select a single test case from a whole test suite. E.g. from your recent
patch: CPPUNIT_TEST_NAME="sc_apitest::ScCellCursorObj::testGoToEnd" make
CppunitTest_sc_cellcursorobj would have just executed that one single case
from the whole test suite.

The make CppunitTest_sc_cellcursorobj part only rebuilds the corresponding
test and all its dependencies however if you call it from the top level
this means it will always rebuild a few targets that have not changed.
Often it is easier to switch to the corresponding module, in that case sc,
and run make -sr CppunitTest_sc_cellcursorobj, which will only rebuild
changed dependencies in the corresponding module.

Regards,
Markus

Thank,
> Rahul Gurung.
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 99711] Sidebar Position and Size displays incorrect width and height when units in mm

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99711

--- Comment #18 from RGB  ---
OK, it doesn't work: for some reason, it started to work when using some
drawing objects, then I selected a PNG picture and it failed, now even the
drawing objects show different values in the sidebar and in the "Position and
size" menu. (I tested on 6.1.1.1)

-- 
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 119612] Things get added to the Table of Contents that shouldn't be added

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119612

--- Comment #6 from mango wodzak  ---
just simple stuff like changing the font, bolding, italixing etc.. or is that
not what is meant by manual formatting?

-- 
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 119585] Cannot scroll using scrollbar

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119585

Buck Shockley  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from Buck Shockley  ---
Version: 6.1.0.3
Build ID: 6.1.0-2
CPU threads: 4; OS: Linux 4.18; UI render: default; VCL: gtk3_kde5; 
Locale: en-US (en_US.UTF-8); Calc: group threaded

-- 
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-08-31 Thread Libreoffice Gerrit user
 sc/source/core/data/document.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9858b7004856a632778dde0dc7edddb14b673194
Author: Michael Weghorn 
AuthorDate: Thu Aug 30 12:59:06 2018 +0200
Commit: Eike Rathke 
CommitDate: Fri Aug 31 20:37:28 2018 +0200

tdf#112454 Also consider last SCTAB in loop

Since 'rRange.aEnd.Tab()' is valid, it needs to
be included in the loop to get a valid result.

Reviewed-on: https://gerrit.libreoffice.org/59798
Tested-by: Jenkins
Reviewed-by: Katarina Behrens 
(cherry picked from commit 03b361673d04f31e0602d2988e4df26eaeb53a34)

 Conflicts:
sc/source/core/data/document.cxx

Backported.

Change-Id: I7b2447e059dc03444c56e7fc0b113e1b618dd510
Reviewed-on: https://gerrit.libreoffice.org/59878
Reviewed-by: Eike Rathke 
Tested-by: Jenkins

diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx
index 2d1834d57cd9..941657c0545b 100644
--- a/sc/source/core/data/document.cxx
+++ b/sc/source/core/data/document.cxx
@@ -6725,7 +6725,7 @@ bool ScDocument::ContainsNotesInRange( const ScRangeList& 
rRange ) const
 for( size_t i = 0; i < rRange.size(); ++i)
 {
 const ScRange* pRange = rRange[i];
-for( SCTAB nTab = pRange->aStart.Tab(); nTab < pRange->aEnd.Tab(); 
++nTab )
+for( SCTAB nTab = pRange->aStart.Tab(); nTab <= pRange->aEnd.Tab(); 
++nTab )
 {
 bool bContainsNote = maTabs[nTab]->ContainsNotesInRange( *pRange );
 if(bContainsNote)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 99711] Sidebar Position and Size displays incorrect width and height when units in mm

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99711

--- Comment #17 from RGB  ---
It *seems* it's working in 6.1.1. Can someone confirm?

-- 
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 119472] Translation missing in LibreOffice 6.1> Calc, spanish version, Notebook Bar> 'Disposición' tab> 'Page'

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119472

--- Comment #5 from Julien Nabet  ---
(In reply to Xisco Faulí from comment #4)
> Created attachment 144550 [details]
> LibreOffice 6.1
> 
> Go to View - User Interface - Tabbed and then Layout

I still don't see "Notebook bar" even in screenshot.
But when clicking on the arrow bellow "Formato de pagina", I got an assert.
In general, I'm lost in these experimental user interfaces, I never know how to
put the initial interface without removing the profile.
Of course, it's just a matter of tastes but just hope they're really used so we
don't waste time trying to debug them.

-- 
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 117732] Firebird: Migration: Time values are being changed during migration process (data type TIME and DATETIME)

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117732

--- Comment #24 from Terrence Enger  ---
I have created bug 119625 for the error message of comment 18.

-- 
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 117732] Firebird: Migration: Time values are being changed during migration process (data type TIME and DATETIME)

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117732

Terrence Enger  changed:

   What|Removed |Added

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

-- 
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 119612] Things get added to the Table of Contents that shouldn't be added

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119612

--- Comment #5 from Roman Kuznetsov <79045_79...@mail.ru> ---
Do you remember what manual formatting you did?

-- 
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 119625] Firebird: Migration: "value exceeds range for a valid time"

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119625

Terrence Enger  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |lo_b...@iseries-guru.com
   |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-commits] core.git: config_host/config_global.h.in configure.ac registry/source sw/source

2018-08-31 Thread Libreoffice Gerrit user
 config_host/config_global.h.in|3 +++
 configure.ac  |   19 +++
 registry/source/regimpl.cxx   |3 ++-
 sw/source/filter/html/svxcss1.cxx |3 ++-
 sw/source/filter/xml/xmltbli.cxx  |3 ++-
 5 files changed, 28 insertions(+), 3 deletions(-)

New commits:
commit d9998186d37c58751f45dd7cb97d6c72f901a346
Author: Stephan Bergmann 
AuthorDate: Fri Aug 31 16:13:18 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Fri Aug 31 20:14:40 2018 +0200

GCC only supports inline variables since GCC 7

(see also discussion at  "new
loplugin:conststringfield" about its changes to registry/source/regimpl.cxx)

Change-Id: Id2743adbfeb4d7c42105a65ba8400d7051da2f03
Reviewed-on: https://gerrit.libreoffice.org/59873
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in
index 2a681264992b..d40630ab99c3 100644
--- a/config_host/config_global.h.in
+++ b/config_host/config_global.h.in
@@ -26,6 +26,9 @@ Any change in this header will cause a rebuild of almost 
everything.
 /* Guaranteed copy elision (C++17), __cpp_guaranteed_copy_elision (C++2a): */
 #define HAVE_CPP_GUARANTEED_COPY_ELISION 0
 
+/* Inline variables (C++17), __cpp_inline_variables (C++2a): */
+#define HAVE_CPP_INLINE_VARIABLES 0
+
 /* Fix for  
"Return by converting
move constructor": */
 #define HAVE_CXX_CWG1579_FIX 0
diff --git a/configure.ac b/configure.ac
index 4c968365faaf..3c9e5dc5e908 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6429,6 +6429,25 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([
 CXXFLAGS=$save_CXXFLAGS
 AC_LANG_POP([C++])
 
+AC_MSG_CHECKING([whether $CXX supports inline variables])
+AC_LANG_PUSH([C++])
+save_CXXFLAGS=$CXXFLAGS
+CXXFLAGS="$CXXFLAGS $CXXFLAGS_CXX11"
+AC_LINK_IFELSE([AC_LANG_PROGRAM([[
+#if !defined __cpp_inline_variables
+// This tests for one specific aspect of inline variables that is 
actually used by by
+// ORegistry::ROOT (registry/source/regimpl.cxx):
+struct S { constexpr S() {} };
+struct T { static constexpr S s{}; };
+S const * f() { return ::s; }
+#endif
+]])], [
+AC_DEFINE([HAVE_CPP_INLINE_VARIABLES],[1])
+AC_MSG_RESULT([yes])
+], [AC_MSG_RESULT([no])])
+CXXFLAGS=$save_CXXFLAGS
+AC_LANG_POP([C++])
+
 AC_MSG_CHECKING([whether $CXX has a fix for CWG1579])
 AC_LANG_PUSH([C++])
 save_CXXFLAGS=$CXXFLAGS
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx
index d8a58141fce7..a7647b9d512f 100644
--- a/registry/source/regimpl.cxx
+++ b/registry/source/regimpl.cxx
@@ -41,6 +41,7 @@
 #include "reflcnst.hxx"
 #include "keyimpl.hxx"
 
+#include 
 #include 
 #include 
 #include 
@@ -420,7 +421,7 @@ void dumpType(typereg::Reader const & reader, OString const 
& indent) {
 
 }
 
-#if __cplusplus <= 201402
+#if !HAVE_CPP_INLINE_VARIABLES
 constexpr OUStringLiteral ORegistry::ROOT;
 #endif
 
diff --git a/sw/source/filter/html/svxcss1.cxx 
b/sw/source/filter/html/svxcss1.cxx
index 676792e75069..f153c4999b82 100644
--- a/sw/source/filter/html/svxcss1.cxx
+++ b/sw/source/filter/html/svxcss1.cxx
@@ -20,6 +20,7 @@
 #include 
 #include 
 
+#include 
 #include 
 #include 
 #include 
@@ -357,7 +358,7 @@ void SvxCSS1BorderInfo::SetBorderLine( SvxBoxItemLine 
nLine, SvxBoxItem 
 rBoxItem.SetLine( , nLine );
 }
 
-#if __cplusplus <= 201402
+#if !HAVE_CPP_INLINE_VARIABLES
 constexpr sal_uInt16 SvxCSS1PropertyInfo::UNSET_BORDER_DISTANCE;
 #endif
 
diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx
index 851cee176955..22e2c35b9a22 100644
--- a/sw/source/filter/xml/xmltbli.cxx
+++ b/sw/source/filter/xml/xmltbli.cxx
@@ -23,6 +23,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -1226,7 +1227,7 @@ public:
 }
 };
 
-#if __cplusplus <= 201402 || (defined __GNUC__ && __GNUC__ <= 6 && !defined 
__clang__)
+#if !HAVE_CPP_INLINE_VARIABLES
 constexpr sal_Int32 SwXMLTableContext::MAX_WIDTH;
 #endif
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119625] New: Firebird: Migration: "value exceeds range for a valid time"

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119625

Bug ID: 119625
   Summary: Firebird: Migration: "value exceeds range for a valid
time"
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: x86 (IA32)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lo_b...@iseries-guru.com

This bug report arises from my poking into bug 117732.

These observations are collected from daily Linux dbgutil bibisect
repository version 2018-07-01 running on debian-buster.  From
2018-07-06 on, the conversion fails silently and the .odb retains the
HSQL database.


STR
---
Once only:

(1) Preparation:
(1.1) Download date_time_test.zip
  
  attached to tdf#117732 "Firebird: Migration: Time values are
  being changed during migration process (data type TIME and
  DATETIME)"
(1.2) extract moreTime_hsql.odb
(1.3) rename moreTime_hsql.odb to moreTime_hsql.odb_received

Per test:

(2) Copy moreTime_hsql.odb_received to moreTime_sql.odb

(3) Open moreTime_hsql.odb.  Program presents database window.

(4) In Database pane, click .  Program presents dialog Confirm
Migration.

(5) In Confirm Migration prompt, click .

Expected:  Database window.  Table tst_data has 7 rows.

Observed:  Message
   firebird_sdbc error:
   *value exceeds the range for a valid time
   caused by
   'isc_dsql_execute'

(6) Click .  Program presents database window.

Expected:  Table tst_data contains 7 rows.

Observed:  Table tst_data has only 1 row.

-- 
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 119612] Things get added to the Table of Contents that shouldn't be added

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119612

mango wodzak  changed:

   What|Removed |Added

 Resolution|NOTABUG |---
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

--- Comment #4 from mango wodzak  ---
It shows "Text Body" for the paragraph in question, and to my understanding,
"text body" should not be included in the index, or perhaps I am not
understanding something.. that's always a possibility!!

-- 
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 90921] FOOTNOTES: Allow to place footnotes at the bottom of the text

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90921

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #6 from V Stuart Foote  ---
Much as with using columns for page layout, sections (and frames) provide
structure to the document. For those requiring that layout-- the Format ->
Sections -> Options panel for each section provides for footnotes using
"collect at end of text" or endnotes "collect at end of section".

It is quite functional if a little obscure--but then this page layout is
somewhat specialized.

IMHO the dev effort needed to make the same page layout functions available via
normal running paragraph formatting is not justified.

Beleive converting paragraphs into 1 column sections and applying
footnote/endnote formatting against the section is sufficient for this style of
reference handling.  The only wart is the dependence on the additional
formatting controls from the Page style dialog's Footnote tab.

Otherwise, some dev work *is* needed to allow restructuring of documents with
movement of sections.

IMHO => WF

-- 
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 119612] Things get added to the Table of Contents that shouldn't be added

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119612

--- Comment #3 from mango wodzak  ---
I don't think I fully understand why this is not a bug.. Yes, there was manual
formatting within the paragraph, but I have manual formatting throughout my
whole document and that doesn't get included in the TOC.. Can you please
explain why this particular manual formatting is being included in the index?
What inherent logic is there to that?

-- 
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-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108827
Bug 108827 depends on bug 73078, which changed state.

Bug 73078 Summary: Function TYPE() returns error, when parameter is a reference 
to an empty cell
https://bugs.documentfoundation.org/show_bug.cgi?id=73078

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 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 101216] [META] Calc comment bugs and enhancements

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101216
Bug 101216 depends on bug 112454, which changed state.

Bug 112454 Summary: 'Delete comment' not working with mutli-selection
https://bugs.documentfoundation.org/show_bug.cgi?id=112454

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 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-commits] core.git: basegfx/source vcl/inc vcl/source

2018-08-31 Thread Libreoffice Gerrit user
 basegfx/source/matrix/b2dhommatrix.cxx |   14 +
 vcl/inc/salgdi.hxx |7 
 vcl/source/gdi/salgdilayout.cxx|  242 -
 3 files changed, 170 insertions(+), 93 deletions(-)

New commits:
commit b5f081e1ac14f60497f62a27be86b07b0baa42f7
Author: Armin Le Grand 
AuthorDate: Thu Aug 30 23:41:36 2018 +0200
Commit: Armin Le Grand 
CommitDate: Fri Aug 31 19:28:29 2018 +0200

Support RTL layout in VCL using Matrices

Did some changes inspired by Noel, corrected the
transformation due to mirroring already applied,
re-added 'mirror this window back'-mode

Change-Id: I21999e59898cf672fd293bc2b11f5d568e6673be
Reviewed-on: https://gerrit.libreoffice.org/59842
Reviewed-by: Noel Grandin 
Tested-by: Jenkins
Reviewed-by: Armin Le Grand 

diff --git a/basegfx/source/matrix/b2dhommatrix.cxx 
b/basegfx/source/matrix/b2dhommatrix.cxx
index 1e991304a4f0..61178c496011 100644
--- a/basegfx/source/matrix/b2dhommatrix.cxx
+++ b/basegfx/source/matrix/b2dhommatrix.cxx
@@ -148,8 +148,20 @@ namespace basegfx
 
 B2DHomMatrix& B2DHomMatrix::operator*=(const B2DHomMatrix& rMat)
 {
-if(!rMat.isIdentity())
+if(rMat.isIdentity())
+{
+// multiply with identity, no change -> nothing to do
+}
+else if(isIdentity())
+{
+// we are identity, result will be rMat -> assign
+*this = rMat;
+}
+else
+{
+// multiply
 mpImpl->doMulMatrix(*rMat.mpImpl);
+}
 
 return *this;
 }
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx
index 866a10b5beb4..94ceb141bb44 100644
--- a/vcl/inc/salgdi.hxx
+++ b/vcl/inc/salgdi.hxx
@@ -25,6 +25,7 @@
 #include "impfontmetricdata.hxx"
 #include "salgdiimpl.hxx"
 #include "sallayout.hxx"
+#include 
 
 #include 
 
@@ -218,6 +219,8 @@ public:
 basegfx::B2DPoint   mirror( const basegfx::B2DPoint& i_rPoint, 
const OutputDevice *pOutDev ) const;
 basegfx::B2DPolygon mirror( const basegfx::B2DPolygon& i_rPoly, 
const OutputDevice *pOutDev ) const;
 basegfx::B2DPolyPolygon mirror( const basegfx::B2DPolyPolygon& 
i_rPoly, const OutputDevice *pOutDev ) const;
+const basegfx::B2DHomMatrix& getMirror( const OutputDevice *pOutDev ) 
const;
+basegfx::B2DHomMatrix   mirror( const basegfx::B2DHomMatrix& 
i_rMatrix, const OutputDevice *pOutDev ) const;
 
 // non virtual methods; these do possible coordinate mirroring and
 // then delegate to protected virtual methods
@@ -655,6 +658,10 @@ protected:
 private:
 SalLayoutFlags  m_nLayout; //< 0: mirroring off, 1: mirror 
x-axis
 
+// for buffering the Mirror-Matrix, see ::getMirror
+basegfx::B2DHomMatrix   m_aLastMirror;
+longm_aLastMirrorW;
+
 protected:
 /// flags which hold the SetAntialiasing() value from OutputDevice
 boolm_bAntiAliasB2DDraw : 1;
diff --git a/vcl/source/gdi/salgdilayout.cxx b/vcl/source/gdi/salgdilayout.cxx
index 16396a60a98b..64fba8edf01d 100644
--- a/vcl/source/gdi/salgdilayout.cxx
+++ b/vcl/source/gdi/salgdilayout.cxx
@@ -34,6 +34,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 // The only common SalFrame method
@@ -55,6 +56,8 @@ SalFrameGeometry SalFrame::GetGeometry()
 
 SalGraphics::SalGraphics()
 :   m_nLayout( SalLayoutFlags::NONE ),
+m_aLastMirror(),
+m_aLastMirrorW(0),
 m_bAntiAliasB2DDraw(false)
 {
 // read global RTL settings
@@ -406,84 +409,112 @@ void SalGraphics::mirror( tools::Rectangle& rRect, const 
OutputDevice *pOutDev,
 rRect.Move( x - x_org, 0 );
 }
 
-basegfx::B2DPoint SalGraphics::mirror( const basegfx::B2DPoint& i_rPoint, 
const OutputDevice *i_pOutDev ) const
+basegfx::B2DPoint SalGraphics::mirror( const basegfx::B2DPoint& i_rPoint, 
const OutputDevice* i_pOutDev ) const
 {
-long w;
-if( i_pOutDev && i_pOutDev->GetOutDevType() == OUTDEV_VIRDEV )
-w = i_pOutDev->GetOutputWidthPixel();
+const basegfx::B2DHomMatrix& rMirror(getMirror(i_pOutDev));
+
+if(rMirror.isIdentity())
+{
+return i_rPoint;
+}
 else
-w = GetGraphicsWidth();
+{
+return rMirror * i_rPoint;
+}
+}
 
-SAL_WARN_IF( !w, "vcl", "missing graphics width" );
+basegfx::B2DPolygon SalGraphics::mirror( const basegfx::B2DPolygon& i_rPoly, 
const OutputDevice* i_pOutDev ) const
+{
+const basegfx::B2DHomMatrix& rMirror(getMirror(i_pOutDev));
 
-basegfx::B2DPoint aRet( i_rPoint );
-if( w )
+if(rMirror.isIdentity())
 {
-if( i_pOutDev && !i_pOutDev->IsRTLEnabled() )
-{
-OutputDevice *pOutDevRef = const_cast(i_pOutDev);
-// mirror this window back
-double devX = 
w-pOutDevRef->GetOutputWidthPixel()-pOutDevRef->GetOutOffXPixel();   // 
re-mirrored mnOutOffX
-aRet.setX( devX + (i_rPoint.getX() - 

[Libreoffice-bugs] [Bug 119623] Lonely SUM formula fails to update, and thus can lead to a treacherously wrong result

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119623

--- Comment #2 from Oliver Brinzing  ---
Created attachment 144587
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144587=edit
test_sum_bug

can also confirm with a newly created document.

-- 
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 119624] LibreOffice quit confirmation dialog shows cancel icon below label

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119624

--- Comment #2 from Mélanie «ariasuni» Chauvel  ---
Created attachment 144586
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144586=edit
Dialog in French

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