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

2018-11-08 Thread Libreoffice Gerrit user
 chart2/source/controller/dialogs/ChartTypeDialogController.cxx  |1 
 chart2/source/controller/dialogs/ChartTypeDialogController.hxx  |8 +++--
 chart2/source/controller/dialogs/ChartTypeTemplateProvider.hxx  |4 +-
 chart2/source/controller/dialogs/DataBrowser.hxx|6 ++-
 chart2/source/controller/dialogs/DataBrowserModel.hxx   |6 ++-
 chart2/source/controller/dialogs/DialogModel.cxx|3 +
 chart2/source/controller/dialogs/DialogModel.hxx|   13 +---
 chart2/source/controller/dialogs/dlg_CreationWizard.cxx |1 
 chart2/source/controller/dialogs/dlg_DataSource.cxx |1 
 chart2/source/controller/dialogs/res_BarGeometry.cxx|1 
 chart2/source/controller/dialogs/res_DataLabel.cxx  |1 
 chart2/source/controller/dialogs/res_DataLabel.hxx  |7 +---
 chart2/source/controller/dialogs/res_Trendline.hxx  |4 +-
 chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx  |2 +
 chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx  |6 +--
 chart2/source/controller/dialogs/tp_3D_SceneGeometry.cxx|1 
 chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx|6 +--
 chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx|6 +--
 chart2/source/controller/dialogs/tp_AxisLabel.cxx   |1 
 chart2/source/controller/dialogs/tp_AxisLabel.hxx   |   13 ++--
 chart2/source/controller/dialogs/tp_AxisPositions.hxx   |2 -
 chart2/source/controller/dialogs/tp_ChartType.cxx   |3 +
 chart2/source/controller/dialogs/tp_ChartType.hxx   |   12 +++
 chart2/source/controller/dialogs/tp_DataSource.cxx  |3 +
 chart2/source/controller/dialogs/tp_DataSource.hxx  |   16 
+-
 chart2/source/controller/dialogs/tp_DataSourceControls.hxx  |8 +
 chart2/source/controller/dialogs/tp_LegendPosition.cxx  |1 
 chart2/source/controller/dialogs/tp_LegendPosition.hxx  |5 +--
 chart2/source/controller/dialogs/tp_PolarOptions.hxx|9 -
 chart2/source/controller/dialogs/tp_RangeChooser.cxx|2 +
 chart2/source/controller/dialogs/tp_RangeChooser.hxx|   10 +-
 chart2/source/controller/dialogs/tp_SeriesToAxis.hxx|9 +
 chart2/source/controller/dialogs/tp_TitleRotation.cxx   |1 
 chart2/source/controller/dialogs/tp_TitleRotation.hxx   |   12 +--
 chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx |8 ++---
 35 files changed, 111 insertions(+), 81 deletions(-)

New commits:
commit 8cac3565f9d556dc8515fb9d747be7d2975d51d4
Author: Gabor Kelemen 
AuthorDate: Mon Oct 8 02:29:37 2018 +0200
Commit: Miklos Vajna 
CommitDate: Fri Nov 9 08:49:24 2018 +0100

tdf#42949 Fix IWYU warnings in chart2/source/controller/dialogs/*hxx

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

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

diff --git a/chart2/source/controller/dialogs/ChartTypeDialogController.cxx 
b/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
index db42744007aa..459dc29e27ad 100644
--- a/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
+++ b/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
@@ -30,6 +30,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
diff --git a/chart2/source/controller/dialogs/ChartTypeDialogController.hxx 
b/chart2/source/controller/dialogs/ChartTypeDialogController.hxx
index 9946845e16ee..2985d31b10db 100644
--- a/chart2/source/controller/dialogs/ChartTypeDialogController.hxx
+++ b/chart2/source/controller/dialogs/ChartTypeDialogController.hxx
@@ -28,11 +28,13 @@
 #include 
 
 #include 
-#include 
-#include 
-#include 
 #include 
 
+namespace com { namespace sun { namespace star { namespace beans { class 
XPropertySet; } } } }
+namespace com { namespace sun { namespace star { namespace chart2 { class 
XChartDocument; } } } }
+namespace com { namespace sun { namespace star { namespace chart2 { class 
XChartTypeTemplate; } } } }
+namespace com { namespace sun { namespace star { namespace lang { class 
XMultiServiceFactory; } } } }
+
 class SvtValueSet;
 
 namespace chart
diff --git a/chart2/source/controller/dialogs/ChartTypeTemplateProvider.hxx 
b/chart2/source/controller/dialogs/ChartTypeTemplateProvider.hxx
index 963952807b86..bc04dbbe3cae 100644
--- a/chart2/source/controller/dialogs/ChartTypeTemplateProvider.hxx
+++ b/chart2/source/controller/dialogs/ChartTypeTemplateProvider.hxx
@@ -20,7 +20,9 @@
 #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_CHARTTYPETEMPLATEPROVIDER_HXX
 #define 

[Libreoffice-bugs] [Bug 42949] accelerating compile times by removing unnecessary header #include

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

--- Comment #149 from Commit Notification 
 ---
Gabor Kelemen committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/8cac3565f9d556dc8515fb9d747be7d2975d51d4%5E%21

tdf#42949 Fix IWYU warnings in chart2/source/controller/dialogs/*hxx

It will be available in 6.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://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 121220] Writer by default prefers ~/Documents instead of current directory

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

Konstantin Kharlamov  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #15 from Konstantin Kharlamov  ---
This is amazing. Let's close then as WFM, at least until any more new
information will appear. I actually hope, it was simply fixed in git,
independently of this report.

-- 
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 121220] Writer by default prefers ~/Documents instead of current directory

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

--- Comment #14 from Vera Blagoveschenskaya  ---
I tested Comment 13 for

Version: 6.2.0.0.alpha1+
Build ID: 3d70b1253f964fb75cd4b5915b8dd031ee54d5c7
CPU threads: 4; OS: Linux 4.14; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-08_16:22:16
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: 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-1' - oox/source

2018-11-08 Thread Libreoffice Gerrit user
 oox/source/drawingml/diagram/diagramlayoutatoms.cxx |  148 
 1 file changed, 124 insertions(+), 24 deletions(-)

New commits:
commit c0da7d8509516ba6f1fc8781c042fd6f1bd92297
Author: ekuiitr 
AuthorDate: Mon May 21 01:07:19 2018 +0530
Commit: Miklos Vajna 
CommitDate: Fri Nov 9 08:42:33 2018 +0100

tdf#117761 Corrected Snake Algorithm

This is a combination of 5 commits. It brings libreoffice-6-1 up to date
with master when it comes to SmartArt fixes which were not backported so
far.

1st commit:

Now it displays correct position of child layout nodes along a
linear path in two dimensions, with the correct number of rows and
columns and aspect ratio, this algorithm is for smartarts
like Basic Block List - grouped blocks of information.
It also specifies the behaviour of the direction that
additional nodes are added to new rows or columns
in the snake algorithm.

Added Reverse Algorithm and SameDirection Algorithm in this patch,
rather than commiting new Patch.

(cherry picked from commit 8d43de9a88dc7c7fec0e7c794cef14953fb34b6e)

Commit #2:

(cherry picked from commit f1368d6a45456b5682d588371cfa2efa5571d798)

Commit #3:

Support autoTxRot parameter in Text algorithm

Specifies how text is oriented relative to the shape, according to values:
none, upright(default) and gravity.

(cherry picked from commit cf7b97d1328ec2f2c8254abb9ce67d63d9c54c80)

Commit #4:

coverity#1436015 UNUSED_VALUE

I got to know that, earlier the code I've submitted about line algorithm
creates error. I've fixed that in this patch. Moreover, child width and
height doesn't depend of nIncX and nIncY, so I've removed that code, it
relates only to the position of the child.

(cherry picked from commit 3f8fdfced059bdec7f28164eb3c0e99974c6780a)

Commit #5:

Support txAnchorVert parameter

Specifies the y-axis anchoring of the text area in a shape according to:
t(top), mid(middle, default), b(bottom).

(cherry picked from commit 1f66bd9cbd961d1923c260b2d74249e363a0c217)

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

diff --git a/oox/source/drawingml/diagram/diagramlayoutatoms.cxx 
b/oox/source/drawingml/diagram/diagramlayoutatoms.cxx
index 3c8993bd687d..e0fd7d246c60 100644
--- a/oox/source/drawingml/diagram/diagramlayoutatoms.cxx
+++ b/oox/source/drawingml/diagram/diagramlayoutatoms.cxx
@@ -356,10 +356,9 @@ void AlgAtom::layoutShape( const ShapePtr& rShape,
 double fSpace = 0.3;
 
 awt::Size aChildSize = rShape->getSize();
-if (nIncX)
-aChildSize.Width /= (nCount + (nCount-1)*fSpace);
-if (nIncY)
-aChildSize.Height /= (nCount + (nCount-1)*fSpace);
+
+aChildSize.Width /= (nCount + (nCount-1)*fSpace);
+aChildSize.Height /= (nCount + (nCount-1)*fSpace);
 
 awt::Point aCurrPos(0, 0);
 if (nIncX == -1)
@@ -402,18 +401,19 @@ void AlgAtom::layoutShape( const ShapePtr& rShape,
 // TODO: get values from constraints
 sal_Int32 nCount = rShape->getChildren().size();
 double fSpace = 0.3;
-double fAspectRatio = 0.6;
+double fAspectRatio = 0.54; // diagram should not spill outside, 
earlier it was 0.6
 
 sal_Int32 nCol = 1;
 sal_Int32 nRow = 1;
-for ( ; nColgetSize().Height;
 const double fShapeWidth = rShape->getSize().Width;
-if ((fShapeHeight / nRow) / (fShapeWidth / nCol) >= 
fAspectRatio)
+if ((fShapeHeight / nCol) / (fShapeWidth / nRow) >= 
fAspectRatio)
 break;
 }
+
 SAL_INFO("oox.drawingml", "Snake layout grid: " << nCol << "x" << 
nRow);
 
 sal_Int32 nWidth = rShape->getSize().Width / (nCol + 
(nCol-1)*fSpace);
@@ -426,20 +426,89 @@ void AlgAtom::layoutShape( const ShapePtr& rShape,
 aCurrPos.Y = rShape->getSize().Height - aChildSize.Height;
 
 sal_Int32 nStartX = aCurrPos.X;
-sal_Int32 nColIdx = 0;
+sal_Int32 nColIdx = 0,index = 0;
 
-for (auto & aCurrShape : rShape->getChildren())
+sal_Int32 num = rShape->getChildren().size();
+
+const sal_Int32 aContDir = maMap.count(XML_contDir) ? 
maMap.find(XML_contDir)->second : XML_sameDir;
+
+switch(aContDir)
 {
-aCurrShape->setPosition(aCurrPos);
-aCurrShape->setSize(aChildSize);
-aCurrShape->setChildSize(aChildSize);
-aCurrPos.X += nIncX * (aChildSize.Width + 
fSpace*aChildSize.Width);
-if (++nColIdx == nCol)
+case 

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

2018-11-08 Thread Libreoffice Gerrit user
 solenv/bin/native-code.py|1 +
 starmath/source/mathmlimport.cxx |   20 +---
 starmath/source/register.cxx |9 +
 starmath/source/register.hxx |8 
 starmath/util/sm.component   |3 ++-
 5 files changed, 9 insertions(+), 32 deletions(-)

New commits:
commit d8cca1c3720e3c3d352e68ecd0dbe8bfbbaf1e4e
Author: Miklos Vajna 
AuthorDate: Thu Nov 8 21:12:34 2018 +0100
Commit: Miklos Vajna 
CommitDate: Fri Nov 9 08:42:02 2018 +0100

starmath: create XMLImporter instances with an uno constructor

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

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 899baa5ff979..ebdba44a6aba 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -278,6 +278,7 @@ edit_constructor_list = [
 # starmath/util/sm.component
 "Math_XMLOasisMetaExporter_get_implementation",
 "Math_XMLOasisSettingsExporter_get_implementation",
+"Math_XMLImporter_get_implementation",
 # sw/util/sw.component
 "com_sun_star_comp_Writer_XMLOasisContentExporter_get_implementation",
 "com_sun_star_comp_Writer_XMLOasisMetaExporter_get_implementation",
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx
index 4cf6eb321f00..d9f764344dc1 100644
--- a/starmath/source/mathmlimport.cxx
+++ b/starmath/source/mathmlimport.cxx
@@ -434,24 +434,14 @@ const uno::Sequence< sal_Int8 > & 
SmXMLImport::getUnoTunnelId() throw()
 return theSmXMLImportUnoTunnelId::get().getSeq();
 }
 
-OUString SmXMLImport_getImplementationName() throw()
+extern "C" SAL_DLLPUBLIC_EXPORT uno::XInterface*
+Math_XMLImporter_get_implementation(uno::XComponentContext* pCtx,
+uno::Sequence const& /*rSeq*/)
 {
-return OUString( "com.sun.star.comp.Math.XMLImporter" );
+return cppu::acquire(
+new SmXMLImport(pCtx, "com.sun.star.comp.Math.XMLImporter", 
SvXMLImportFlags::ALL));
 }
 
-uno::Sequence< OUString > SmXMLImport_getSupportedServiceNames()
-throw()
-{
-return uno::Sequence{ IMPORT_SVC_NAME };
-}
-
-uno::Reference< uno::XInterface > SmXMLImport_createInstance(
-const uno::Reference< lang::XMultiServiceFactory > & rSMgr)
-{
-return static_cast(new 
SmXMLImport(comphelper::getComponentContext(rSMgr), 
SmXMLImport_getImplementationName(), SvXMLImportFlags::ALL));
-}
-
-
 OUString SmXMLImportMeta_getImplementationName() throw()
 {
 return OUString( "com.sun.star.comp.Math.XMLOasisMetaImporter" );
diff --git a/starmath/source/register.cxx b/starmath/source/register.cxx
index e99038c3acb6..683f5c589fa8 100644
--- a/starmath/source/register.cxx
+++ b/starmath/source/register.cxx
@@ -46,14 +46,7 @@ SAL_DLLPUBLIC_EXPORT void* sm_component_getFactory( const 
sal_Char* pImplementat
 Reference< XSingleServiceFactory >   xFactory  
  ;
 Reference< XMultiServiceFactory >xServiceManager( static_cast< 
XMultiServiceFactory* >( pServiceManager ) ) ;
 
-if( SmXMLImport_getImplementationName().equalsAscii( 
pImplementationName ))
-{
-xFactory = ::cppu::createSingleFactory( xServiceManager,
-SmXMLImport_getImplementationName(),
-SmXMLImport_createInstance,
-SmXMLImport_getSupportedServiceNames() );
-}
-else if( SmXMLImportMeta_getImplementationName().equalsAscii( 
pImplementationName ))
+if( SmXMLImportMeta_getImplementationName().equalsAscii( 
pImplementationName ))
 {
 xFactory = ::cppu::createSingleFactory( xServiceManager,
 SmXMLImportMeta_getImplementationName(),
diff --git a/starmath/source/register.hxx b/starmath/source/register.hxx
index cf6bac038eb7..04dea0bd0da0 100644
--- a/starmath/source/register.hxx
+++ b/starmath/source/register.hxx
@@ -32,14 +32,6 @@ OUString
 css::uno::Reference< css::uno::XInterface >
 SmDocument_createInstance(const css::uno::Reference< 
css::lang::XMultiServiceFactory > & rSMgr, SfxModelFlags _nCreationFlags);
 
-//MathML import
-css::uno::Sequence< OUString >
-SmXMLImport_getSupportedServiceNames() throw();
-OUString
-SmXMLImport_getImplementationName() throw();
-/// @throws css::uno::Exception
-css::uno::Reference< css::uno::XInterface >
-SmXMLImport_createInstance(const css::uno::Reference< 
css::lang::XMultiServiceFactory > & rSMgr);
 css::uno::Sequence< OUString >
 SmXMLImportMeta_getSupportedServiceNames() throw();
 OUString
diff --git a/starmath/util/sm.component b/starmath/util/sm.component
index 0c2af2021672..9215aebaef3b 100644
--- a/starmath/util/sm.component
+++ b/starmath/util/sm.component
@@ -30,7 +30,8 @@
   constructor="Math_XMLExporter_get_implementation">
 
   
-  
+  
 
   
   

[Libreoffice-commits] online.git: kit/ChildSession.cpp kit/ChildSession.hpp

2018-11-08 Thread Libreoffice Gerrit user
 kit/ChildSession.cpp |   10 +-
 kit/ChildSession.hpp |   28 +++-
 2 files changed, 32 insertions(+), 6 deletions(-)

New commits:
commit 83bd75476e53f98e75691c8ad07d8d2a5f488fbf
Author: Miklos Vajna 
AuthorDate: Fri Nov 9 08:41:28 2018 +0100
Commit: Miklos Vajna 
CommitDate: Fri Nov 9 08:41:35 2018 +0100

StateRecorder: make members private

diff --git a/kit/ChildSession.cpp b/kit/ChildSession.cpp
index af56584d5..3e6a904ce 100644
--- a/kit/ChildSession.cpp
+++ b/kit/ChildSession.cpp
@@ -119,13 +119,13 @@ bool ChildSession::_handleInput(const char *buffer, int 
length)
 // Invalidate if we have to
 // TODO instead just a "_invalidate" flag, we should remember / grow
 // the rectangle to invalidate; invalidating everything is sub-optimal
-if (_stateRecorder._invalidate)
+if (_stateRecorder.isInvalidate())
 {
 std::string payload = "0, 0, " + std::to_string(INT_MAX) + ", " + 
std::to_string(INT_MAX) + ", " + std::to_string(curPart);
 loKitCallback(LOK_CALLBACK_INVALIDATE_TILES, payload);
 }
 
-for (const auto& viewPair : _stateRecorder._recordedViewEvents)
+for (const auto& viewPair : _stateRecorder.getRecordedViewEvents())
 {
 for (const auto& eventPair : viewPair.second)
 {
@@ -136,20 +136,20 @@ bool ChildSession::_handleInput(const char *buffer, int 
length)
 }
 }
 
-for (const auto& eventPair : _stateRecorder._recordedEvents)
+for (const auto& eventPair : _stateRecorder.getRecordedEvents())
 {
 const RecordedEvent& event = eventPair.second;
 LOG_TRC("Replaying missed event: " << 
LOKitHelper::kitCallbackTypeToString(event._type) << ": " << event._payload);
 loKitCallback(event._type, event._payload);
 }
 
-for (const auto& pair : _stateRecorder._recordedStates)
+for (const auto& pair : _stateRecorder.getRecordedStates())
 {
 LOG_TRC("Replaying missed state-change: " << pair.second);
 loKitCallback(LOK_CALLBACK_STATE_CHANGED, pair.second);
 }
 
-for (const auto& event : _stateRecorder._recordedEventsVector)
+for (const auto& event : _stateRecorder.getRecordedEventsVector())
 {
 LOG_TRC("Replaying missed event (part of sequence): " << 
LOKitHelper::kitCallbackTypeToString(event._type) << ": " << event._payload);
 loKitCallback(event._type, event._payload);
diff --git a/kit/ChildSession.hpp b/kit/ChildSession.hpp
index b23edd8c4..b67a18980 100644
--- a/kit/ChildSession.hpp
+++ b/kit/ChildSession.hpp
@@ -85,13 +85,14 @@ struct RecordedEvent
 /// When the session is inactive, we need to record its state for a replay.
 class StateRecorder
 {
-public:
+private:
 bool _invalidate;
 std::unordered_map _recordedStates;
 std::unordered_map> 
_recordedViewEvents;
 std::unordered_map _recordedEvents;
 std::vector _recordedEventsVector;
 
+public:
 StateRecorder() : _invalidate(false) {}
 
 // TODO Remember the maximal area we need to invalidate - grow it step by 
step.
@@ -100,6 +101,31 @@ public:
 _invalidate = true;
 }
 
+bool isInvalidate() const
+{
+return _invalidate;
+}
+
+const std::unordered_map& getRecordedStates() 
const
+{
+return _recordedStates;
+}
+
+const std::unordered_map>& 
getRecordedViewEvents() const
+{
+return _recordedViewEvents;
+}
+
+const std::unordered_map& getRecordedEvents() const
+{
+return _recordedEvents;
+}
+
+const std::vector& getRecordedEventsVector() const
+{
+return _recordedEventsVector;
+}
+
 void recordEvent(const int type, const std::string& payload)
 {
 _recordedEvents[type] = {type, payload};
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 121220] Writer by default prefers ~/Documents instead of current directory

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

--- Comment #13 from Vera Blagoveschenskaya  ---
Created attachment 146471
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146471=edit
121220-c11

(In reply to Konstantin Kharlamov from comment #11)

> @Vera, could you please check that newer build works as expected with the
> following steps:
> 
> 1. Execute in terminal "cd ~ && touch /tmp/foo.txt && lowriter /tmp/foo.txt"
> 2. In Writer press menu "File → Save as" (a window will pop up)
> 
> (the difference is that current "working directory" is ~, but the document
> still being opened in /tmp/)

Please see screenshot in the attachment

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


[Libreoffice-bugs] [Bug 117761] Snake Algorithm unable to display accurate layout.

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

--- Comment #3 from Commit Notification 
 ---
ekuiitr committed a patch related to this issue.
It has been pushed to "libreoffice-6-1":

https://git.libreoffice.org/core/+/c0da7d8509516ba6f1fc8781c042fd6f1bd92297%5E%21

tdf#117761 Corrected Snake Algorithm

It will be available in 6.1.4.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://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 117761] Snake Algorithm unable to display accurate layout.

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.2.0|target:6.2.0 target:6.1.4

-- 
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 121298] New: Context Menu: DrawText add direct formating

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

Bug ID: 121298
   Summary: Context Menu: DrawText add direct formating
   Product: LibreOffice
   Version: 6.2.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

Created attachment 146470
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146470=edit
Add direct formating options in DrawText cause here are no styles options
available

In an textshape (all apps) or an celltext (calc) you can edit text only with
direct formating (bold, italic, ...) As we have with right click styles options
in Text areas, I'd recommend to have direct formating options for DrawText and
Celltext.

how it will look like you can see in the attachment.

patches are:
https://gerrit.libreoffice.org/#/c/63138/ (for writer, impress, draw, ...)
https://gerrit.libreoffice.org/#/c/63135/ (for calc)

in calc there is instead of Increase/Decrease Size Sub/Super Script.

-- 
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 121298] Context Menu: DrawText add direct formating

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

andreas_k  changed:

   What|Removed |Added

 CC||kain...@gmail.com
   Keywords||needsUXEval

-- 
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 107905] [META] Cross-references bugs and enhancements

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

Dieter Praas  changed:

   What|Removed |Added

 Depends on||44451


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=44451
[Bug 44451] References ( Illustration, Tables) don't work if the file is open
with a UI language different than the one used to create it
-- 
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 44451] References ( Illustration, Tables) don't work if the file is open with a UI language different than the one used to create it

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

Dieter Praas  changed:

   What|Removed |Added

 Blocks||107905
 CC||dgp-m...@gmx.de


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107905
[Bug 107905] [META] Cross-references bugs and enhancements
-- 
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 120777] KDE5: Dialogs get blank when they are resized

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

--- Comment #11 from Vera Blagoveschenskaya  ---
Can't reproduce 
https://bugs.documentfoundation.org/show_bug.cgi?id=120777#c8

for

Version: 6.2.0.0.alpha1+
Build ID: 3d70b1253f964fb75cd4b5915b8dd031ee54d5c7
CPU threads: 4; OS: Linux 4.14; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-08_16:22:16
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: 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-bugs] [Bug 115856] Docx export: In non-English versions, styles.xml does not contain reference to international styles

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

Dieter Praas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||dgp-m...@gmx.de
 Ever confirmed|0   |1

--- Comment #15 from Dieter Praas  ---
(In reply to fralau from comment #14)
> I have checked (on 6.1.3.2) and, indeed, the output seems the expected one,
> with the reference to the canonic style Heading1.

Does it mean, that we can close this bug? If not, what problem remains? =>
NEEDINFO

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

2018-11-08 Thread Libreoffice Gerrit user
 svx/source/svdraw/svdedtv1.cxx |   15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

New commits:
commit 9d93e030288aaa721761cb7991d1afdde6335777
Author: Mike Kaganski 
AuthorDate: Thu Nov 8 12:20:08 2018 +0300
Commit: Mike Kaganski 
CommitDate: Fri Nov 9 08:24:18 2018 +0100

tdf#121116: don't adapt start/end widths if they are set explicitly

after commit b8fe3f84a60ea73aed9748844aee80441eb0fc7d
Related: #i122121# moved automatic StartEnd adaption to svx

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

diff --git a/svx/source/svdraw/svdedtv1.cxx b/svx/source/svdraw/svdedtv1.cxx
index 433fbef97928..c7b8bf1de5c8 100644
--- a/svx/source/svdraw/svdedtv1.cxx
+++ b/svx/source/svdraw/svdedtv1.cxx
@@ -1016,12 +1016,16 @@ void SdrEditView::SetAttrToMarked(const SfxItemSet& 
rAttr, bool bReplaceAll)
 // #i38135#
 bool bResetAnimationTimer(false);
 
+const bool bLineStartWidthExplicitChange(SfxItemState::SET
+ == 
aAttr.GetItemState(XATTR_LINESTARTWIDTH));
+const bool bLineEndWidthExplicitChange(SfxItemState::SET
+   == 
aAttr.GetItemState(XATTR_LINEENDWIDTH));
 // check if LineWidth is part of the change
-const bool bLineWidthChange(SfxItemState::SET == 
aAttr.GetItemState(XATTR_LINEWIDTH));
+const bool bAdaptStartEndWidths(!(bLineStartWidthExplicitChange && 
bLineEndWidthExplicitChange)
+ && SfxItemState::SET == 
aAttr.GetItemState(XATTR_LINEWIDTH));
 sal_Int32 nNewLineWidth(0);
-sal_Int32 nOldLineWidth(0);
 
-if(bLineWidthChange)
+if(bAdaptStartEndWidths)
 {
 nNewLineWidth = aAttr.Get(XATTR_LINEWIDTH).GetValue();
 }
@@ -1067,7 +1071,8 @@ void SdrEditView::SetAttrToMarked(const SfxItemSet& 
rAttr, bool bReplaceAll)
 aUpdaters.push_back(new E3DModifySceneSnapRectUpdater(pObj));
 }
 
-if(bLineWidthChange)
+sal_Int32 nOldLineWidth(0);
+if (bAdaptStartEndWidths)
 {
 nOldLineWidth = pObj->GetMergedItem(XATTR_LINEWIDTH).GetValue();
 }
@@ -1075,7 +1080,7 @@ void SdrEditView::SetAttrToMarked(const SfxItemSet& 
rAttr, bool bReplaceAll)
 // set attributes at object
 pObj->SetMergedItemSetAndBroadcast(aAttr, bReplaceAll);
 
-if(bLineWidthChange)
+if(bAdaptStartEndWidths)
 {
 const SfxItemSet& rSet = pObj->GetMergedItemSet();
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: sc/uiconfig sw/uiconfig

2018-11-08 Thread Libreoffice Gerrit user
 sc/uiconfig/scalc/popupmenu/cell.xml  |1 +
 sc/uiconfig/scalc/popupmenu/pagebreak.xml |1 +
 sw/uiconfig/sglobal/popupmenu/table.xml   |7 ---
 sw/uiconfig/sglobal/popupmenu/text.xml|1 +
 sw/uiconfig/sweb/popupmenu/table.xml  |7 ---
 sw/uiconfig/sweb/popupmenu/text.xml   |1 +
 sw/uiconfig/swriter/popupmenu/table.xml   |7 ---
 sw/uiconfig/swriter/popupmenu/text.xml|1 +
 sw/uiconfig/swxform/popupmenu/table.xml   |7 ---
 sw/uiconfig/swxform/popupmenu/text.xml|1 +
 10 files changed, 22 insertions(+), 12 deletions(-)

New commits:
commit 74708d3d06075c0f5e67e627cad348df28e3e9d1
Author: andreas kainz 
AuthorDate: Thu Nov 8 20:33:54 2018 +0100
Commit: andreas_kainz 
CommitDate: Fri Nov 9 08:23:33 2018 +0100

tdf#119581 add FormatPaintbrush to text and table popupmenu

Change-Id: Ic88248078cb34a590396a84dd733818108d9dce4
Reviewed-on: https://gerrit.libreoffice.org/63124
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/sc/uiconfig/scalc/popupmenu/cell.xml 
b/sc/uiconfig/scalc/popupmenu/cell.xml
index e3bb3a73fe28..b4570626b809 100644
--- a/sc/uiconfig/scalc/popupmenu/cell.xml
+++ b/sc/uiconfig/scalc/popupmenu/cell.xml
@@ -33,6 +33,7 @@
   
   
   
+  
   
   
 
diff --git a/sc/uiconfig/scalc/popupmenu/pagebreak.xml 
b/sc/uiconfig/scalc/popupmenu/pagebreak.xml
index 1d6979028554..dc9501d33afc 100644
--- a/sc/uiconfig/scalc/popupmenu/pagebreak.xml
+++ b/sc/uiconfig/scalc/popupmenu/pagebreak.xml
@@ -33,6 +33,7 @@
   
   
   
+  
   
   
 
diff --git a/sw/uiconfig/sglobal/popupmenu/table.xml 
b/sw/uiconfig/sglobal/popupmenu/table.xml
index a65a3f6d43b4..1adfdccd075b 100644
--- a/sw/uiconfig/sglobal/popupmenu/table.xml
+++ b/sw/uiconfig/sglobal/popupmenu/table.xml
@@ -52,9 +52,7 @@
   
 
   
-  
-  
-  
+  
 
   
   
@@ -71,6 +69,9 @@
   
 
   
+  
+  
+  
   
 
   
diff --git a/sw/uiconfig/sglobal/popupmenu/text.xml 
b/sw/uiconfig/sglobal/popupmenu/text.xml
index 72d35b58c37d..c244d4724e35 100644
--- a/sw/uiconfig/sglobal/popupmenu/text.xml
+++ b/sw/uiconfig/sglobal/popupmenu/text.xml
@@ -27,6 +27,7 @@
   
   
   
+  
   
   
 
diff --git a/sw/uiconfig/sweb/popupmenu/table.xml 
b/sw/uiconfig/sweb/popupmenu/table.xml
index a65a3f6d43b4..1adfdccd075b 100644
--- a/sw/uiconfig/sweb/popupmenu/table.xml
+++ b/sw/uiconfig/sweb/popupmenu/table.xml
@@ -52,9 +52,7 @@
   
 
   
-  
-  
-  
+  
 
   
   
@@ -71,6 +69,9 @@
   
 
   
+  
+  
+  
   
 
   
diff --git a/sw/uiconfig/sweb/popupmenu/text.xml 
b/sw/uiconfig/sweb/popupmenu/text.xml
index 72d35b58c37d..c244d4724e35 100644
--- a/sw/uiconfig/sweb/popupmenu/text.xml
+++ b/sw/uiconfig/sweb/popupmenu/text.xml
@@ -27,6 +27,7 @@
   
   
   
+  
   
   
 
diff --git a/sw/uiconfig/swriter/popupmenu/table.xml 
b/sw/uiconfig/swriter/popupmenu/table.xml
index a65a3f6d43b4..1adfdccd075b 100644
--- a/sw/uiconfig/swriter/popupmenu/table.xml
+++ b/sw/uiconfig/swriter/popupmenu/table.xml
@@ -52,9 +52,7 @@
   
 
   
-  
-  
-  
+  
 
   
   
@@ -71,6 +69,9 @@
   
 
   
+  
+  
+  
   
 
   
diff --git a/sw/uiconfig/swriter/popupmenu/text.xml 
b/sw/uiconfig/swriter/popupmenu/text.xml
index 72d35b58c37d..c244d4724e35 100644
--- a/sw/uiconfig/swriter/popupmenu/text.xml
+++ b/sw/uiconfig/swriter/popupmenu/text.xml
@@ -27,6 +27,7 @@
   
   
   
+  
   
   
 
diff --git a/sw/uiconfig/swxform/popupmenu/table.xml 
b/sw/uiconfig/swxform/popupmenu/table.xml
index a65a3f6d43b4..1adfdccd075b 100644
--- a/sw/uiconfig/swxform/popupmenu/table.xml
+++ b/sw/uiconfig/swxform/popupmenu/table.xml
@@ -52,9 +52,7 @@
   
 
   
-  
-  
-  
+  
 
   
   
@@ -71,6 +69,9 @@
   
 
   
+  
+  
+  
   
 
   
diff --git a/sw/uiconfig/swxform/popupmenu/text.xml 
b/sw/uiconfig/swxform/popupmenu/text.xml
index 72d35b58c37d..c244d4724e35 100644
--- a/sw/uiconfig/swxform/popupmenu/text.xml
+++ b/sw/uiconfig/swxform/popupmenu/text.xml
@@ -27,6 +27,7 @@
   
   
   
+  
   
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 121297] LO Impress: Some fields are overlapping each other in Presentation Minimizer Wizard

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

--- Comment #2 from Vera Blagoveschenskaya  ---
Created attachment 146469
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146469=edit
scr2

-- 
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 121297] New: LO Impress: Some fields are overlapping each other in Presentation Minimizer Wizard

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

Bug ID: 121297
   Summary: LO Impress: Some fields are overlapping each other in
Presentation Minimizer Wizard
   Product: LibreOffice
   Version: 6.2.0.0.alpha1+ Master
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ver...@basealt.ru

Description:
Some fields are overlapping each other in Presentation Minimizer Wizard

Steps to Reproduce:
1. Open Impress -> Tools -> Presentation Minimizer Wizard
2. Go to page2, page3

Actual Results:
Some fields are overlapping each other, see screenshots

Expected Results:
No overlapping


Reproducible: Always


User Profile Reset: No



Additional Info:
Reproduced for

Version: 6.2.0.0.alpha1+
Build ID: dbe94dd3b64e74f661ea7193d8e06ac91f1dd7b0
CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-07_16:15:05
Locale: ru-RU (ru_RU.UTF-8); Calc: threaded

Reproduced for

Version: 6.2.0.0.alpha1+
Build ID: dbe94dd3b64e74f661ea7193d8e06ac91f1dd7b0
CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-07_16:15:05
Locale: ru-RU (ru_RU.UTF-8); Calc: 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-bugs] [Bug 121297] LO Impress: Some fields are overlapping each other in Presentation Minimizer Wizard

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

--- Comment #1 from Vera Blagoveschenskaya  ---
Created attachment 146468
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146468=edit
scr1

-- 
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 119581] Contextmenu Copy, Cut, Paste

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

--- Comment #12 from Commit Notification 
 ---
andreas kainz committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/74708d3d06075c0f5e67e627cad348df28e3e9d1%5E%21

tdf#119581 add FormatPaintbrush to text and table popupmenu

It will be available in 6.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://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 119581] Contextmenu Copy, Cut, Paste

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

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-bugs] [Bug 121293] kde5: Presentation Minimizer wizard does not terminate

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

--- Comment #1 from Vera Blagoveschenskaya  ---
Well, I can reproduce it with score 1:10

Version: 6.2.0.0.alpha1+
Build ID: dbe94dd3b64e74f661ea7193d8e06ac91f1dd7b0
CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-07_16:15:05
Locale: ru-RU (ru_RU.UTF-8); Calc: 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-bugs] [Bug 86610] Firefox theme results are limited to nine; there is no pagination

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

--- Comment #12 from Muhammet Kara  ---
(In reply to Thomas Lendo from comment #11)
> If it's technically possible 'under the hood', I suggest to add arrows and
> page numbers in a new area between the last theme row and the button area
> with Help, OK, etc. at the bottom of the dialog. Then the user can view much
> more themes.
> 
> Proposal:
> 
> <<  <  page x of y  >  >>
> 
> With tooltips we can show what the arrows do (to the first result page, one
> result page back, one result page forward, to the last result page).
> 
> @Muhammet Kara
> Do we know how many themes a category has?

With the new code under the hood, we now know the exact number of themes in a
category or search result set. And we can even get the results page by page.

-- 
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 121269] Writer's horizontal ruler is 142 px tall for a document

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

Mike Kaganski  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #9 from Mike Kaganski  ---
Reproducible with attachment 146438 and Version: 6.1.3.2 (x64)
Build ID: 86daf60bf00efa86ad547e59e09d6bb77c699acb
CPU threads: 12; OS: Windows 10.0; UI render: default; 
Locale: ru-RU (ru_RU); 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: comphelper/JunitTest_comphelper_complex.mk connectivity/JunitTest_complex.mk dbaccess/JunitTest_dbaccess_complex.mk filter/JunitTest_filter_complex.mk forms/JunitTest_f

2018-11-08 Thread Libreoffice Gerrit user
 comphelper/JunitTest_comphelper_complex.mk |   10 ++
 connectivity/JunitTest_complex.mk  |3 ++-
 dbaccess/JunitTest_dbaccess_complex.mk |8 ++--
 filter/JunitTest_filter_complex.mk |8 +---
 forms/JunitTest_forms_complex.mk   |8 +---
 framework/JunitTest_framework_complex.mk   |8 +---
 jurt/JunitTest_java_remote.mk  |2 +-
 reportdesign/JunitTest_reportdesign_complex.mk |8 +---
 sc/JunitTest_sc_complex.mk |8 +---
 sfx2/JunitTest_sfx2_complex.mk |7 ++-
 solenv/gbuild/JunitTest.mk |8 ++--
 sot/JunitTest_sot_complex.mk   |8 +---
 svl/JunitTest_svl_complex.mk   |8 ++--
 sw/JunitTest_sw_complex.mk |   11 +--
 toolkit/JunitTest_toolkit_complex.mk   |1 +
 ucb/JunitTest_ucb_complex.mk   |8 +---
 unotools/JunitTest_unotools_complex.mk |7 ++-
 unoxml/JunitTest_unordf_complex.mk |8 +---
 unoxml/JunitTest_unoxml_complex.mk |8 +---
 19 files changed, 30 insertions(+), 107 deletions(-)

New commits:
commit 33e47b44914a20ec657a4f4f69b052eb612cd7f8
Author: Jan-Marek Glogowski 
AuthorDate: Thu Nov 8 03:03:16 2018 +0100
Commit: Jan-Marek Glogowski 
CommitDate: Fri Nov 9 07:37:50 2018 +0100

Fix many Java subsequentcheck test by using JUH

Splits gb_JunitTest_set_unoapi_test_class_and_jars into two
separate defines as:
- gb_JunitTest_use_unoapi_jars
- gb_JunitTest_use_unoapi_test_class

Then replaces many of the gb_JunitTest_use_jars lists with the
new gb_JunitTest_use_unoapi_jars to fix the JUH dependencies.
This probably adds some unneeded JUH dependencies to some Java
tests, but that shouldn't be a problem.

Change-Id: I0c4fce6b50f7c6eb8d62bfb2c50f056b97584794
Reviewed-on: https://gerrit.libreoffice.org/63119
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 

diff --git a/comphelper/JunitTest_comphelper_complex.mk 
b/comphelper/JunitTest_comphelper_complex.mk
index af9c3dba88d4..1171eb1cd232 100644
--- a/comphelper/JunitTest_comphelper_complex.mk
+++ b/comphelper/JunitTest_comphelper_complex.mk
@@ -19,19 +19,13 @@
 
 $(eval $(call gb_JunitTest_JunitTest,comphelper_complex))
 
+$(eval $(call gb_JunitTest_use_unoapi_jars,comphelper_complex))
+
 $(eval $(call gb_JunitTest_add_sourcefiles,comphelper_complex,\
 comphelper/qa/complex/comphelper/Map \
 comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest \
 ))
 
-$(eval $(call gb_JunitTest_use_jars,comphelper_complex,\
-OOoRunner \
-ridl \
-test \
-unoil \
-jurt \
-))
-
 $(eval $(call gb_JunitTest_add_classes,comphelper_complex,\
 complex.comphelper.SequenceOutputStreamUnitTest \
 complex.comphelper.Map \
diff --git a/connectivity/JunitTest_complex.mk 
b/connectivity/JunitTest_complex.mk
index 40c2882f3c54..9b257d4c1711 100644
--- a/connectivity/JunitTest_complex.mk
+++ b/connectivity/JunitTest_complex.mk
@@ -9,7 +9,8 @@
 
 $(eval $(call gb_JunitTest_JunitTest,connectivity_complex))
 
-$(eval $(call 
gb_JunitTest_set_unoapi_test_class_and_jars,connectivity_complex))
+$(eval $(call gb_JunitTest_use_unoapi_jars,connectivity_complex))
+$(eval $(call gb_JunitTest_use_unoapi_test_class,connectivity_complex))
 
 $(eval $(call gb_JunitTest_set_defs,connectivity_complex,\
$$(DEFS) \
diff --git a/dbaccess/JunitTest_dbaccess_complex.mk 
b/dbaccess/JunitTest_dbaccess_complex.mk
index 7a0b17baa0e8..947d9c3ab3c0 100644
--- a/dbaccess/JunitTest_dbaccess_complex.mk
+++ b/dbaccess/JunitTest_dbaccess_complex.mk
@@ -9,14 +9,10 @@
 
 $(eval $(call gb_JunitTest_JunitTest,dbaccess_complex))
 
+$(eval $(call gb_JunitTest_use_unoapi_jars,dbaccess_complex))
+
 $(eval $(call gb_JunitTest_use_jars,dbaccess_complex,\
 ConnectivityTools \
-OOoRunner \
-   juh \
-jurt \
-ridl \
-test \
-unoil \
 ))
 
 $(eval $(call gb_JunitTest_set_defs,dbaccess_complex,\
diff --git a/filter/JunitTest_filter_complex.mk 
b/filter/JunitTest_filter_complex.mk
index b0c590a1be8c..c8f22e1bc1f4 100644
--- a/filter/JunitTest_filter_complex.mk
+++ b/filter/JunitTest_filter_complex.mk
@@ -18,13 +18,7 @@
 
 $(eval $(call gb_JunitTest_JunitTest,filter_complex))
 
-$(eval $(call gb_JunitTest_use_jars,filter_complex,\
-   OOoRunner \
-   ridl \
-   test \
-   unoil \
-   jurt \
-))
+$(eval $(call gb_JunitTest_use_unoapi_jars,filter_complex))
 
 $(eval $(call gb_JunitTest_add_sourcefiles,filter_complex,\
filter/qa/complex/filter/misc/FinalizedMandatoryTest \
diff --git a/forms/JunitTest_forms_complex.mk b/forms/JunitTest_forms_complex.mk
index ed4a00af74df..6f95409a8fde 100644
--- a/forms/JunitTest_forms_complex.mk
+++ b/forms/JunitTest_forms_complex.mk
@@ -9,13 +9,7 @@
 
 $(eval $(call 

[Libreoffice-commits] core.git: chart2/JunitTest_chart2_unoapi.mk configmgr/JunitTest_configmgr_unoapi.mk connectivity/JunitTest_complex.mk dbaccess/JunitTest_dbaccess_unoapi.mk extensions/JunitTest_e

2018-11-08 Thread Libreoffice Gerrit user
 chart2/JunitTest_chart2_unoapi.mk |   19 --
 configmgr/JunitTest_configmgr_unoapi.mk   |   19 --
 connectivity/JunitTest_complex.mk |   14 +-
 dbaccess/JunitTest_dbaccess_unoapi.mk |   19 --
 extensions/JunitTest_extensions_unoapi.mk |   19 --
 forms/JunitTest_forms_unoapi_1.mk |   19 --
 forms/JunitTest_forms_unoapi_2.mk |   19 --
 forms/JunitTest_forms_unoapi_3.mk |   19 --
 forms/JunitTest_forms_unoapi_4.mk |   19 --
 framework/JunitTest_framework_unoapi.mk   |   19 --
 linguistic/JunitTest_linguistic_unoapi.mk |   19 --
 sc/JunitTest_sc_unoapi_1.mk   |   19 --
 sc/JunitTest_sc_unoapi_2.mk   |   19 --
 sc/JunitTest_sc_unoapi_3.mk   |   19 --
 sc/JunitTest_sc_unoapi_4.mk   |   19 --
 sc/JunitTest_sc_unoapi_5.mk   |   19 --
 sc/JunitTest_sc_unoapi_6.mk   |   19 --
 sc/JunitTest_sc_unoapi_7.mk   |   19 --
 sd/JunitTest_sd_unoapi.mk |   19 --
 sfx2/JunitTest_sfx2_unoapi.mk |   19 --
 solenv/gbuild/JunitTest.mk|   39 ++
 starmath/JunitTest_starmath_unoapi.mk |   19 --
 svtools/JunitTest_svtools_unoapi.mk   |   19 --
 svx/JunitTest_svx_unoapi.mk   |   19 --
 sw/JunitTest_sw_unoapi_1.mk   |   19 --
 sw/JunitTest_sw_unoapi_2.mk   |   19 --
 sw/JunitTest_sw_unoapi_3.mk   |   19 --
 sw/JunitTest_sw_unoapi_4.mk   |   19 --
 toolkit/JunitTest_toolkit_unoapi_1.mk |   19 --
 toolkit/JunitTest_toolkit_unoapi_2.mk |   19 --
 toolkit/JunitTest_toolkit_unoapi_3.mk |   19 --
 toolkit/JunitTest_toolkit_unoapi_4.mk |   19 --
 ucb/JunitTest_ucb_unoapi.mk   |   19 --
 xmloff/JunitTest_xmloff_unoapi.mk |   19 --
 34 files changed, 73 insertions(+), 588 deletions(-)

New commits:
commit 84286ac443ea8978743d281efeaa7ddb46199558
Author: Jan-Marek Glogowski 
AuthorDate: Thu Nov 8 00:48:14 2018 +0100
Commit: Jan-Marek Glogowski 
CommitDate: Fri Nov 9 07:37:00 2018 +0100

Simplify and fix Java UNO API test makefiles

Originally I just wanted to add the juh.jar to the list of jars
of the UNO API tests, but this became tedious work, so after the
first few files I decided to replace the similiar makefiles with
a common define for the *_unoapi* tests.

This patch adds two new make defines to be used used by Java UNO
and UNO API tests:
- gb_JunitTest_set_unoapi_test_defaults
- gb_JunitTest_set_unoapi_test_class_and_jars

The first one will deduce most defaults from the test name, but
still allows to optionally override most settings.

If a test doesn't match the default at all, the 2nd define still
shares the common jar files and the main Java UNO class, so the
second define adds these to your makefile.

The real fix is to add juh.jar to gb_JunitTest_use_jars.

Change-Id: I4342fdac5e31f85ea18fb4268e13c287a7adc2b7
Reviewed-on: https://gerrit.libreoffice.org/63118
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 

diff --git a/chart2/JunitTest_chart2_unoapi.mk 
b/chart2/JunitTest_chart2_unoapi.mk
index d91c6fae3bba..7607c4648200 100644
--- a/chart2/JunitTest_chart2_unoapi.mk
+++ b/chart2/JunitTest_chart2_unoapi.mk
@@ -9,23 +9,6 @@
 
 $(eval $(call gb_JunitTest_JunitTest,chart2_unoapi))
 
-$(eval $(call gb_JunitTest_set_defs,chart2_unoapi,\
-$$(DEFS) \
--Dorg.openoffice.test.arg.sce=$(SRCDIR)/chart2/qa/unoapi/sch.sce \
--Dorg.openoffice.test.arg.xcl=$(SRCDIR)/chart2/qa/unoapi/knownissues.xcl \
--Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/chart2/qa/unoapi/testdocuments \
-))
-
-$(eval $(call gb_JunitTest_use_jars,chart2_unoapi,\
-OOoRunner \
-ridl \
-test \
-unoil \
-jurt \
-))
-
-$(eval $(call gb_JunitTest_add_classes,chart2_unoapi,\
-org.openoffice.test.UnoApiTest \
-))
+$(eval $(call gb_JunitTest_set_unoapi_test_defaults,chart2_unoapi,,sch.sce))
 
 # vim: set noet sw=4 ts=4:
diff --git a/configmgr/JunitTest_configmgr_unoapi.mk 
b/configmgr/JunitTest_configmgr_unoapi.mk
index b3b6e49e90ae..51dcc8a07eb5 100644
--- a/configmgr/JunitTest_configmgr_unoapi.mk
+++ b/configmgr/JunitTest_configmgr_unoapi.mk
@@ -9,23 +9,6 @@
 
 $(eval $(call gb_JunitTest_JunitTest,configmgr_unoapi))
 
-$(eval $(call gb_JunitTest_set_defs,configmgr_unoapi,\
-$$(DEFS) \
--Dorg.openoffice.test.arg.sce=$(SRCDIR)/configmgr/qa/unoapi/module.sce \
-

[Libreoffice-bugs] [Bug 55480] Bug when unchecking "Relative" size while "Keep ratio" is checked

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

--- Comment #10 from Roman Kuznetsov <79045_79...@mail.ru> ---
still repro in

Version: 6.2.0.0.alpha1+
Build ID: 6896f39ffd8a6c4b32b8f601a6a93678247456bd
CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-11-05_22:40:18
Locale: ru-RU (ru_RU); Calc: 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-bugs] [Bug 119829] Malformed Writer ruler with some specific content on the clipboard

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

Mike Kaganski  changed:

   What|Removed |Added

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

-- 
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 121269] Writer's horizontal ruler is 142 px tall for a document

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

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #8 from Mike Kaganski  ---
See also:
https://ask.libreoffice.org/en/question/171726/huge-ruler-in-one-single-existing-document-after-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 121269] Writer's horizontal ruler is 142 px tall for a document

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

BogdanB  changed:

   What|Removed |Added

 CC||bogdan...@gmail.com

--- Comment #7 from BogdanB  ---
I remember this was a known bug some weeks ago and it was solved, but I don't
find the exact 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 121273] KDE5: Impress slides navigation seems to be broken

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

--- Comment #5 from Vera Blagoveschenskaya  ---
(In reply to Michael Weghorn from comment #4)

> For me, this was reliably reproducible using the following steps:
> 

Thanks Michael, I tried your steps, and bug is reproducible from my side, 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-commits] core.git: icon-themes/colibre officecfg/registry

2018-11-08 Thread Libreoffice Gerrit user
 icon-themes/colibre/cmd/sc_renameobject.png  
|binary
 icon-themes/colibre/links.txt|
2 ++
 officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu |
6 ++
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |
3 +++
 4 files changed, 11 insertions(+)

New commits:
commit 5063e7fc09b38b77a3ff4c200b68cf2c8947462d
Author: andreas kainz 
AuthorDate: Thu Nov 8 23:00:18 2018 +0100
Commit: andreas_kainz 
CommitDate: Fri Nov 9 07:06:25 2018 +0100

Colibre icons: add icons for context menues

Change-Id: I22cbbafb0ed4fe361d88aa791adfdc9c7fe0fca4
Reviewed-on: https://gerrit.libreoffice.org/63140
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/icon-themes/colibre/cmd/sc_renameobject.png 
b/icon-themes/colibre/cmd/sc_renameobject.png
new file mode 100644
index ..53e10f2c5fb9
Binary files /dev/null and b/icon-themes/colibre/cmd/sc_renameobject.png differ
diff --git a/icon-themes/colibre/links.txt b/icon-themes/colibre/links.txt
index b6c8e2a224b2..6e5b2f6b5576 100644
--- a/icon-themes/colibre/links.txt
+++ b/icon-themes/colibre/links.txt
@@ -1775,6 +1775,8 @@ cmd/lc_deleteshapehyperlink.png cmd/lc_removehyperlink.png
 cmd/lc_openhyperlinkoncursor.png cmd/lc_inserthyperlink.png
 
 cmd/sc_rotateflipmenu.png cmd/sc_rotateleft.png
+cmd/sc_mirrormenu.png cmd/sc_rotateleft.png
+cmd/sc_convertmenu.png cmd/sc_bezierconvert.png
 
 # calc menubar icons
 # ===
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
index 195b04201b43..4d6462137417 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
@@ -1680,6 +1680,9 @@
 
   ~Flip
 
+
+  1
+
   
   
 
@@ -1695,6 +1698,9 @@
 
   ~Convert
 
+
+  1
+
   
   
 
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index be0fa0e2213f..b0387cfefee1 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -6492,6 +6492,9 @@
 
   Rot~ate or Flip
 
+
+  1
+
   
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-11-08 Thread Libreoffice Gerrit user
 UnoControls/source/base/basecontainercontrol.cxx |4 ++--
 sc/source/ui/view/gridwin4.cxx   |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 93a14053ad81a296c4542607f4a4e4acbda2fa38
Author: Andrea Gelmini 
AuthorDate: Thu Nov 8 23:30:24 2018 +0100
Commit: Julien Nabet 
CommitDate: Fri Nov 9 07:05:30 2018 +0100

Fix typos

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

diff --git a/UnoControls/source/base/basecontainercontrol.cxx 
b/UnoControls/source/base/basecontainercontrol.cxx
index 9c6bef517e53..40bb1dc98166 100644
--- a/UnoControls/source/base/basecontainercontrol.cxx
+++ b/UnoControls/source/base/basecontainercontrol.cxx
@@ -208,10 +208,10 @@ void SAL_CALL BaseContainerControl::addControl ( const 
OUString& rName, const Re
 pNewControl->xControl->setContext   ( static_cast(this)  
  );
 pNewControl->xControl->addEventListener ( static_cast< XEventListener* >( 
static_cast< XWindowListener* >( this ) ) );
 
-// when container has a peer ...
+// when container has a peer...
 if (getPeer().is())
 {
-// .. then create a peer on child
+// ... then create a peer on child
 pNewControl->xControl->createPeer ( getPeer()->getToolkit(), getPeer() 
);
 }
 
diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx
index 542a4c6283c6..1ed36c4ed414 100644
--- a/sc/source/ui/view/gridwin4.cxx
+++ b/sc/source/ui/view/gridwin4.cxx
@@ -1118,7 +1118,7 @@ void ScGridWindow::PaintTile( VirtualDevice& rDevice,
 // integer multiples of pixels.
 //
 // See also desktop/source/lib/init.cxx for details, where we have to set
-// the stuff accorndingly for the VirtualDevice creation.
+// the stuff accordingly for the VirtualDevice creation.
 
 // page break zoom, and aLogicMode in ScViewData - hardcode that to what
 // we mean as 100% (256px tiles meaning 3840 twips)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-11-08 Thread Libreoffice Gerrit user
 desktop/qa/desktop_lib/test_desktop_lib.cxx |2 +-
 sc/source/ui/view/gridwin.cxx   |7 +--
 2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit e3ff84aed5be8e0d2780d80b178fa8fc0e388859
Author: Marco Cecchetti 
AuthorDate: Sat Oct 27 17:25:06 2018 +
Commit: Jan Holesovsky 
CommitDate: Fri Nov 9 07:01:41 2018 +0100

lok: sc: make hi-dpi/zoom compatible with retrieving cell cursor

A bit different approach than trying to handle different zoom levels
at the samet time: instead, always handle the spreadsheet at 100%, but
use cairo to scale to the actual zoom level.

Change-Id: I318aec8fa4baaab2ee1f271223b2e10e26d41fcf
Reviewed-on: https://gerrit.libreoffice.org/63040
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky 

diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx 
b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index 728af9163222..855bb398a570 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -784,7 +784,7 @@ void DesktopLOKTest::testCellCursor()
 
 OString aRectangle(aTree.get("commandValues").c_str());
 // cell cursor geometry + col + row
-CPPUNIT_ASSERT_EQUAL(OString("0, 0, 1279, 255, 0, 0"), aRectangle);
+CPPUNIT_ASSERT_EQUAL(OString("0, 0, 1274, 254, 0, 0"), aRectangle);
 
 comphelper::LibreOfficeKit::setActive(false);
 }
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index ba4d08dc874a..914640ce392e 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -5658,7 +5658,7 @@ OString ScGridWindow::getCellCursor( int nOutputWidth, 
int nOutputHeight,
 return getCellCursor(zoomX, zoomY);
 }
 
-OString ScGridWindow::getCellCursor(const Fraction& rZoomX, const Fraction& 
rZoomY) const
+OString ScGridWindow::getCellCursor(const Fraction& /*rZoomX*/, const 
Fraction& /*rZoomY*/) const
 {
 // GridWindow stores a shown cell cursor in mpOOCursors, hence
 // we can use that to determine whether we would want to be showing
@@ -5674,7 +5674,10 @@ OString ScGridWindow::getCellCursor(const Fraction& 
rZoomX, const Fraction& rZoo
 Fraction defaultZoomX = pViewData->GetZoomX();
 Fraction defaultZoomY = pViewData->GetZoomY();
 
-pViewData->SetZoom(rZoomX, rZoomY, true);
+// hardcode to what we mean as 100% (256px tiles meaning 3840 twips)
+Fraction aFracX(long(256 * TWIPS_PER_PIXEL), 3840);
+Fraction aFracY(long(256 * TWIPS_PER_PIXEL), 3840);
+pViewData->SetZoom(aFracX, aFracY, true);
 
 Point aScrPos = pViewData->GetScrPos( nX, nY, eWhich, true );
 long nSizeXPix;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 77999] [META] Autosave/Autorecovery issues

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||120097


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120097
[Bug 120097] No document recovery dialog after a crash
-- 
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 77999] [META] Autosave/Autorecovery issues

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

Bug 121295 Summary: Autorecovery not working
https://bugs.documentfoundation.org/show_bug.cgi?id=121295

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

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


[Libreoffice-bugs] [Bug 121295] Autorecovery not working

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

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Aron Budea  ---
Indeed, thanks Noel.

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

-- 
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 120097] No document recovery dialog after a crash

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

Aron Budea  changed:

   What|Removed |Added

 Blocks||77999


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=77999
[Bug 77999] [META] Autosave/Autorecovery issues
-- 
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 120097] No document recovery dialog after a crash

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

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu

--- Comment #10 from Aron Budea  ---
*** Bug 121295 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: Changes to 'private/kendy/widgets'

2018-11-08 Thread Libreoffice Gerrit user
New branch 'private/kendy/widgets' available with the following commits:
commit 66c1891abb374459bf615276d0190bb7bb17e62c
Author: Ashod Nakashian 
Date:   Sun Nov 4 11:45:45 2018 -0500

LOK: custom widgets: simplify and correct colors

Also remove macroni.

Change-Id: I0b2914e9f0e2aba9d8ca10338b515b598126e315

commit f31a6c26d458567db18e2263ef38149bac6ec299
Author: Ashod Nakashian 
Date:   Sun Nov 4 11:01:00 2018 -0500

LOK: custom widgets: reduce theme plugin API surface

Change-Id: I89dcf5a102be19fd1bc314a89538a121522f4a43

commit 50c06c6ea7548dc65ca1604d7462025659a077a0
Author: Ashod Nakashian 
Date:   Sat Nov 3 17:57:44 2018 -0400

LOK: custom widgets: reduce Color into an int to reduce API surface

Change-Id: Ib1afbb0b5647048f24d4ea6f9859b76328568dac

commit cf1892135bac55b57a9e1a0b3f306ed1859b0b26
Author: Ashod Nakashian 
Date:   Fri Nov 2 09:24:19 2018 -0400

LOK: custom widgets: check size of API structures

Change-Id: Iff50f7aeb471870230e9e822657deed6aefad268

commit ea8f4abcb8f0251e0877d93abd17d8a1088403eb
Author: Jan Holesovsky 
Date:   Fri Nov 2 13:28:52 2018 +0100

LOK: custom widgets: No need for SAL_DLLPUBLIC_RTTI here any more.

Change-Id: I7cae61e1fa9cf74b98627d557890fd41047421df

commit 4e20e8ef5f05bb4d93cfcd24adfd4515d2d0f066
Author: Ashod Nakashian 
Date:   Thu Nov 1 23:33:32 2018 -0400

LOK: custom widgets: convert WidgetThemeLibrary to POD for ABI compatibility

Change-Id: Ibc425d8e630460547d66723ccabeaf4ac29d2719

commit e03f988fc02cab1b8b3f608e1b48c1052d2afc29
Author: Ashod Nakashian 
Date:   Thu Nov 1 23:04:12 2018 -0400

LOK: custom themes: isolate LO internals headers from theme plugin

Change-Id: Ic189aecf092b9cffd800e410d2d6e88016c43052

commit 8c6bc1d9b600188cfeb4c69c0ab221360eb851c4
Author: Ashod Nakashian 
Date:   Tue Oct 30 18:46:07 2018 -0400

lok: custom widgets: render editbox borders

Change-Id: I1962a4a1397363b1c15e49d57b0bbcc9c232ce30

commit 3ec34b3f7ae3ef569fe12e071c10d53fcc014882
Author: Ashod Nakashian 
Date:   Sat Oct 27 13:23:46 2018 -0400

custom widgets: rework colors and cleanup

Use ColorData for custom widget themes to
make it more readable and consistent.

Renamed and split out colors to be more accurately
named and representative of how they are used.

Fixed a number of inconsistencies in how colors
were used across widgets.

Change-Id: I1cbb5f19223bd55107379b049beccaf1de4e26b2

commit 512da26cd1b8f1451580025ec2e0eeb9ba7c2210
Author: Ashod Nakashian 
Date:   Sat Oct 27 10:53:43 2018 -0400

LOK: custom widgets: don't clobber the custom colors

The old logic threw away the result of updateSettings
by applying the styles saved and modified after calling
it, which lost all the custom colors thereby breaking
custom-widgets and themeing altogether.

Change-Id: Ic3750f145b67cd6a379f3b628a10c213a31656e7

commit 798a123f42fba9b0839f9b6e708f285c27fe56f1
Author: Ashod Nakashian 
Date:   Sat Oct 27 10:50:44 2018 -0400

LOK: custom widgets: support custom menu colors

Change-Id: Icd6367fa40f9655cd58816461f0d2fca6f6932e2

commit 321638ba2bf7d24ab41004aed5f0f90010e15e43
Author: Ashod Nakashian 
Date:   Sun Oct 14 20:06:13 2018 -0400

custom widgets: correct focus colors and render button-up in listboxes

Change-Id: I70f46f94747f468a2bb79f8baa4576e4460bef31

commit 9b9c086995d43c6908b45e8894645e18fa5dac5c
Author: Tomaž Vajngerl 
Date:   Thu Sep 20 00:12:25 2018 +0200

custom widgets: comment unused params. to avoid compile warnings

Change-Id: I45b7ffdce2d470ed2f30b5408d8d861deb00514a

commit 0b5e8eaa91d7b6bd3b14541705ed02c334eb981d
Author: Tomaž Vajngerl 
Date:   Thu Sep 20 00:06:52 2018 +0200

custom widgets: setup style setting in the widget library

Some theme colors are set using the style settings, which are
implemented by each backend to correspond to the system theme.
For custom widgets these need to also be set by the library
itself. This commit adds the ground work and sets some of the
colors for windows backgrounds.

Change-Id: Ia65b1605b2b7bef7f01ff1feff2e7470479e626a

commit 5eb3ba33db59510f5dd1d4a074246e4c9fed1a7d
Author: Tomaž Vajngerl 
Date:   Tue Sep 11 22:35:12 2018 +0200

custom widgets: draw fixed line widget

Change-Id: Icb8cfbe09caf5cbfcf1d3f461c297c052056250d

commit af96f56642d7219f09e59e6789bd09bddd1ce1e4
Author: Tomaž Vajngerl 
Date:   Tue Sep 11 17:35:08 2018 +0200

custom widgets: differentiate stock and non-stock buttons

Change-Id: I05f01058d7886dacec3b00dcf31313aea3939164

commit 0d5245ca70f1867038ff451f1b32c1d534b99698
Author: Tomaž Vajngerl 
Date:   Tue Sep 11 17:29:20 2018 +0200

vcl: mark stock buttons and transfer this to NWF on drawing

Stock buttons like OK/Cancel/Help need sometimes to be drawn
differently than just another button. For this 

[Libreoffice-commits] core.git: compilerplugins/clang

2018-11-08 Thread Libreoffice Gerrit user
 compilerplugins/clang/test/useuniqueptr.cxx |   16 
 compilerplugins/clang/useuniqueptr.cxx  |  496 
 2 files changed, 307 insertions(+), 205 deletions(-)

New commits:
commit 0b11ce9dd26c93d53f19dab23ef48a8587e72fc3
Author: Noel Grandin 
AuthorDate: Thu Nov 8 13:32:22 2018 +0200
Commit: Noel Grandin 
CommitDate: Fri Nov 9 06:43:34 2018 +0100

loplugin:useuniqueptr extend to checking more local var deletes

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

diff --git a/compilerplugins/clang/test/useuniqueptr.cxx 
b/compilerplugins/clang/test/useuniqueptr.cxx
index c8f67b46fa85..4cf6c96521ab 100644
--- a/compilerplugins/clang/test/useuniqueptr.cxx
+++ b/compilerplugins/clang/test/useuniqueptr.cxx
@@ -60,19 +60,19 @@ class Class5 {
 int* m_pbar[10]; // expected-note {{member is here 
[loplugin:useuniqueptr]}}
 ~Class5()
 {
-for (auto p : m_pbar)
-delete p; // expected-error {{rather manage this with 
std::some_container> [loplugin:useuniqueptr]}}
+for (auto p : m_pbar) // expected-note {{var is here 
[loplugin:useuniqueptr]}}
+delete p; // expected-error {{rather manage this with 
std::some_container> [loplugin:useuniqueptr]}} 
expected-error {{call to delete on a var, should be using std::unique_ptr 
[loplugin:useuniqueptr]}}
 }
 };
 class Class5a {
 int* m_pbar[10]; // expected-note {{member is here 
[loplugin:useuniqueptr]}}
 ~Class5a()
 {
-for (auto p : m_pbar)
+for (auto p : m_pbar) // expected-note {{var is here 
[loplugin:useuniqueptr]}}
 {
 int x = 1;
 x = x + 2;
-delete p; // expected-error {{rather manage this with 
std::some_container> [loplugin:useuniqueptr]}}
+delete p; // expected-error {{rather manage this with 
std::some_container> [loplugin:useuniqueptr]}} 
expected-error {{call to delete on a var, should be using std::unique_ptr 
[loplugin:useuniqueptr]}}
 }
 }
 };
@@ -80,8 +80,8 @@ class Class6 {
 std::array m_pbar; // expected-note {{member is here 
[loplugin:useuniqueptr]}}
 ~Class6()
 {
-for (auto p : m_pbar)
-delete p; // expected-error {{rather manage this with 
std::some_container> [loplugin:useuniqueptr]}}
+for (auto p : m_pbar) // expected-note {{var is here 
[loplugin:useuniqueptr]}}
+delete p; // expected-error {{rather manage this with 
std::some_container> [loplugin:useuniqueptr]}} 
expected-error {{call to delete on a var, should be using std::unique_ptr 
[loplugin:useuniqueptr]}}
 }
 };
 class Class7 {
@@ -150,9 +150,9 @@ class Foo11 {
 std::vector m_pbar1; // expected-note {{member is here 
[loplugin:useuniqueptr]}}
 ~Foo11()
 {
-for (const auto & p : m_pbar1)
+for (const auto & p : m_pbar1) // expected-note {{var is here 
[loplugin:useuniqueptr]}}
 {
-delete p; // expected-error {{rather manage this with 
std::some_container> [loplugin:useuniqueptr]}}
+delete p; // expected-error {{rather manage this with 
std::some_container> [loplugin:useuniqueptr]}} 
expected-error {{call to delete on a var, should be using std::unique_ptr 
[loplugin:useuniqueptr]}}
 }
 }
 };
diff --git a/compilerplugins/clang/useuniqueptr.cxx 
b/compilerplugins/clang/useuniqueptr.cxx
index fb8363974612..72cf39aa049a 100644
--- a/compilerplugins/clang/useuniqueptr.cxx
+++ b/compilerplugins/clang/useuniqueptr.cxx
@@ -149,6 +149,8 @@ private:
 void CheckLoopDelete(const FunctionDecl*, const Stmt* );
 void CheckLoopDelete(const FunctionDecl*, const CXXDeleteExpr* );
 void CheckDeleteExpr(const FunctionDecl*, const CXXDeleteExpr*);
+void CheckDeleteLocalVar(const FunctionDecl*, const CXXDeleteExpr*, const 
VarDecl*);
+void CheckDeleteParmVar(const CXXDeleteExpr*, const ParmVarDecl*);
 void CheckParenExpr(const FunctionDecl*, const ParenExpr*);
 void CheckMemberDeleteExpr(const FunctionDecl*, const CXXDeleteExpr*,
 const MemberExpr*, StringRef message);
@@ -280,162 +282,254 @@ void UseUniquePtr::CheckDeleteExpr(const FunctionDecl* 
functionDecl, const CXXDe
 // complicated
 if (fn == SRCDIR "/sc/source/filter/html/htmlpars.cxx")
 return;
+// complicated pimpl stuff in SalLayoutGlyphs
+if (fn == SRCDIR "/vcl/source/gdi/impglyphitem.cxx")
+return;
 
 CheckMemberDeleteExpr(functionDecl, deleteExpr, memberExpr,
 "unconditional call to delete on a member, should be using 
std::unique_ptr");
 return;
 }
 
-if (auto declRefExpr = dyn_cast(deleteExprArg))
+const ArraySubscriptExpr* arrayExpr = 
dyn_cast(deleteExprArg);
+if (arrayExpr)
+{
+   auto baseMemberExpr = 
dyn_cast(arrayExpr->getBase()->IgnoreParenImpCasts());
+   if 

[Libreoffice-commits] core.git: 3 commits - desktop/source sc/inc sc/source xmlhelp/source

2018-11-08 Thread Libreoffice Gerrit user
 desktop/source/deployment/gui/dp_gui_extlistbox.cxx   |9 +++-
 desktop/source/deployment/gui/dp_gui_extlistbox.hxx   |1 
 sc/inc/fielduno.hxx   |4 +--
 sc/source/ui/unoobj/fielduno.cxx  |   19 ++
 xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx |   11 +++---
 5 files changed, 17 insertions(+), 27 deletions(-)

New commits:
commit 22d36649a3087b9f8eec74c05fa33f87423619a4
Author: Noel Grandin 
AuthorDate: Tue Nov 6 09:26:05 2018 +0200
Commit: Noel Grandin 
CommitDate: Fri Nov 9 06:42:47 2018 +0100

loplugin:useuniqueptr in ScHeaderFieldsObj

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

diff --git a/sc/inc/fielduno.hxx b/sc/inc/fielduno.hxx
index 70b3aa31639b..a1678d68ee8e 100644
--- a/sc/inc/fielduno.hxx
+++ b/sc/inc/fielduno.hxx
@@ -63,7 +63,7 @@ private:
 ScAddress const   aCellPos;
 std::unique_ptr mpEditSource;
 /// List of refresh listeners.
-comphelper::OInterfaceContainerHelper2* mpRefreshListeners;
+std::unique_ptr mpRefreshListeners;
 /// mutex to lock the InterfaceContainerHelper
 osl::Mutex  aMutex;
 
@@ -117,7 +117,7 @@ private:
 std::unique_ptr mpEditSource;
 
 /// List of refresh listeners.
-comphelper::OInterfaceContainerHelper2* mpRefreshListeners;
+std::unique_ptr mpRefreshListeners;
 /// mutex to lock the InterfaceContainerHelper
 osl::Mutex  aMutex;
 
diff --git a/sc/source/ui/unoobj/fielduno.cxx b/sc/source/ui/unoobj/fielduno.cxx
index 666eb8c7c88e..7c53309b1082 100644
--- a/sc/source/ui/unoobj/fielduno.cxx
+++ b/sc/source/ui/unoobj/fielduno.cxx
@@ -272,8 +272,7 @@ ScCellFieldsObj::ScCellFieldsObj(
 ScDocShell* pDocSh, const ScAddress& rPos) :
 mxContent(xContent),
 pDocShell( pDocSh ),
-aCellPos( rPos ),
-mpRefreshListeners( nullptr )
+aCellPos( rPos )
 {
 pDocShell->GetDocument().AddUnoObject(*this);
 
@@ -296,11 +295,8 @@ ScCellFieldsObj::~ScCellFieldsObj()
 {
 lang::EventObject aEvent;
 aEvent.Source.set(static_cast(this));
-if (mpRefreshListeners)
-{
-mpRefreshListeners->disposeAndClear(aEvent);
-DELETEZ( mpRefreshListeners );
-}
+mpRefreshListeners->disposeAndClear(aEvent);
+mpRefreshListeners.reset();
 }
 }
 
@@ -408,7 +404,7 @@ void SAL_CALL ScCellFieldsObj::addRefreshListener( const 
uno::Reference< util::X
 {
 SolarMutexGuard aGuard;
 if (!mpRefreshListeners)
-mpRefreshListeners = new 
comphelper::OInterfaceContainerHelper2(aMutex);
+mpRefreshListeners.reset( new 
comphelper::OInterfaceContainerHelper2(aMutex) );
 mpRefreshListeners->addInterface(xListener);
 }
 }
@@ -424,8 +420,7 @@ void SAL_CALL ScCellFieldsObj::removeRefreshListener( const 
uno::Reference(this);
 mpRefreshListeners->disposeAndClear(aEvent);
-DELETEZ(mpRefreshListeners);
+mpRefreshListeners.reset();
 }
 }
 
@@ -561,7 +556,7 @@ void SAL_CALL ScHeaderFieldsObj::addRefreshListener( const 
uno::Reference< util:
 {
 SolarMutexGuard aGuard;
 if (!mpRefreshListeners)
-mpRefreshListeners = new 
comphelper::OInterfaceContainerHelper2(aMutex);
+mpRefreshListeners.reset(new 
comphelper::OInterfaceContainerHelper2(aMutex));
 mpRefreshListeners->addInterface(xListener);
 }
 }
commit 224837289cb6c6753026173b35142b10e7e1538e
Author: Noel Grandin 
AuthorDate: Thu Nov 8 16:05:32 2018 +0200
Commit: Noel Grandin 
CommitDate: Fri Nov 9 06:42:20 2018 +0100

fix bug in listbox height calc in ExtensionBox_Impl

found by loplugin:singlevalfields

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

diff --git a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx 
b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx
index e8442a20f8a1..b09ce623127f 100644
--- a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx
+++ b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx
@@ -183,7 +183,6 @@ ExtensionBox_Impl::ExtensionBox_Impl(vcl::Window* pParent) :
 m_nActive( 0 ),
 m_nTopIndex( 0 ),
 m_nActiveHeight( 0 ),
-m_nExtraHeight( 2 ),
 m_aSharedImage(BitmapEx(RID_BMP_SHARED)),
 m_aLockedImage(BitmapEx(RID_BMP_LOCKED)),
 m_aWarningImage(BitmapEx(RID_BMP_WARNING)),
@@ -314,10 +313,10 @@ void ExtensionBox_Impl::CalcActiveHeight( const long nPos 
)
 if ( aTextHeight < m_nStdHeight )
 aTextHeight = m_nStdHeight;
 
+m_nActiveHeight = aTextHeight;
+
 if ( m_vEntries[ nPos ]->m_bHasButtons )
-m_nActiveHeight = aTextHeight + m_nExtraHeight;
-else
-m_nActiveHeight = aTextHeight + 

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

2018-11-08 Thread Libreoffice Gerrit user
 sw/inc/doc.hxx  |4 -
 sw/inc/fesh.hxx |4 -
 sw/source/core/doc/tblafmt.cxx  |6 --
 sw/source/core/docnode/ndtbl1.cxx   |   78 +++-
 sw/source/core/frmedt/fetab.cxx |   10 +--
 sw/source/ui/table/rowht.cxx|5 -
 sw/source/uibase/shells/tabsh.cxx   |   22 ++-
 sw/source/uibase/uiview/formatclipboard.cxx |3 -
 8 files changed, 52 insertions(+), 80 deletions(-)

New commits:
commit ee204f8f54de5bef526f2ad7fc78a425b196bb63
Author: Noel Grandin 
AuthorDate: Wed Oct 31 09:23:15 2018 +0200
Commit: Noel Grandin 
CommitDate: Fri Nov 9 06:41:05 2018 +0100

loplugin:useuniqueptr in SwDoc::GetRowHeight and GetRowSplit

fixing a memory leak in the process

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

diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 6688f19ae77e..1ab0b0775f4c 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1431,9 +1431,9 @@ public:
 const bool _bPosCorr );
 
 void SetRowHeight( const SwCursor& rCursor, const SwFormatFrameSize  
);
-static void GetRowHeight( const SwCursor& rCursor, SwFormatFrameSize *& 
rpSz );
+static std::unique_ptr GetRowHeight( const SwCursor& 
rCursor );
 void SetRowSplit( const SwCursor& rCursor, const SwFormatRowSplit  );
-static void GetRowSplit( const SwCursor& rCursor, SwFormatRowSplit *& rpSz 
);
+static std::unique_ptr GetRowSplit( const SwCursor& 
rCursor );
 
 /// Adjustment of Rowheights. Determine via bTstOnly if more than one row 
is selected.
 /// bOptimize: distribute current table height, instead of using the 
largest row.
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 6bf34ba62f2c..5d45fa3e6621 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -647,10 +647,10 @@ public:
 void SetRowHeight( const SwFormatFrameSize  );
 
 /// Pointer must be destroyed by caller != 0.
-void GetRowHeight( SwFormatFrameSize * ) const;
+std::unique_ptr GetRowHeight() const;
 
 void SetRowSplit( const SwFormatRowSplit  );
-void GetRowSplit( SwFormatRowSplit * ) const;
+std::unique_ptr GetRowSplit() const;
 
 void   SetBoxAlign( sal_uInt16 nOrient );
 sal_uInt16 GetBoxAlign() const; ///< USHRT_MAX if ambiguous.
diff --git a/sw/source/core/doc/tblafmt.cxx b/sw/source/core/doc/tblafmt.cxx
index cacd3b268f71..b018a468a793 100644
--- a/sw/source/core/doc/tblafmt.cxx
+++ b/sw/source/core/doc/tblafmt.cxx
@@ -930,11 +930,9 @@ void SwTableAutoFormat::StoreTableProperties(const SwTable 
)
 return;
 
 SwEditShell *pShell = pDoc->GetEditShell();
-SwFormatRowSplit *pRowSplit = nullptr;
-SwDoc::GetRowSplit(*pShell->getShellCursor(false), pRowSplit);
+std::unique_ptr pRowSplit = 
SwDoc::GetRowSplit(*pShell->getShellCursor(false));
 m_bRowSplit = pRowSplit && pRowSplit->GetValue();
-delete pRowSplit;
-pRowSplit = nullptr;
+pRowSplit.reset();
 
 const SfxItemSet  = pFormat->GetAttrSet();
 
diff --git a/sw/source/core/docnode/ndtbl1.cxx 
b/sw/source/core/docnode/ndtbl1.cxx
index fcec43de7db4..fc9d328335f8 100644
--- a/sw/source/core/docnode/ndtbl1.cxx
+++ b/sw/source/core/docnode/ndtbl1.cxx
@@ -336,35 +336,28 @@ void SwDoc::SetRowSplit( const SwCursor& rCursor, const 
SwFormatRowSplit  )
 }
 }
 
-void SwDoc::GetRowSplit( const SwCursor& rCursor, SwFormatRowSplit *& rpSz )
+std::unique_ptr SwDoc::GetRowSplit( const SwCursor& rCursor )
 {
-rpSz = nullptr;
-
 SwTableNode* pTableNd = 
rCursor.GetPoint()->nNode.GetNode().FindTableNode();
-if( pTableNd )
-{
-std::vector aRowArr; // For Lines collecting
-::lcl_CollectLines( aRowArr, rCursor, false );
+if( !pTableNd )
+return nullptr;
 
-if( !aRowArr.empty() )
-{
-rpSz = 
_cast(aRowArr[0]->GetFrameFormat()->GetRowSplit());
+std::vector aRowArr; // For Lines collecting
+::lcl_CollectLines( aRowArr, rCursor, false );
 
-if (rpSz)
-{
-for ( auto pLn : aRowArr )
-{
-if ( (*rpSz).GetValue() != 
pLn->GetFrameFormat()->GetRowSplit().GetValue() )
-{
-rpSz = nullptr;
-break;
-}
-}
-}
-if ( rpSz )
-rpSz = new SwFormatRowSplit( *rpSz );
+if( aRowArr.empty() )
+return nullptr;
+
+SwFormatRowSplit* pSz = 
_cast(aRowArr[0]->GetFrameFormat()->GetRowSplit());
+
+for ( auto pLn : aRowArr )
+{
+if ( pSz->GetValue() != 
pLn->GetFrameFormat()->GetRowSplit().GetValue() )
+{
+return nullptr;
 }
 }
+return o3tl::make_unique( *pSz );
 }
 
 /* Class:  SwDoc
@@ -407,35 

[Libreoffice-bugs] [Bug 121296] Problem typing Unicode Zero Width Joiner (ZWJ) and Non-joiner (ZWNJ) in Malayalam/ Indic languages

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

--- Comment #1 from K Premkumar  ---
Similarly ല് followed by Ctrl+Shift+1 should have produced ല്‍, but remains as 
ല്, 
ള് + Ctrl+Shift+1 should give ള്‍,
ണ് + Ctrl+Shift+1 should give ണ്‍,
ന് + Ctrl+Shift+1 should give ന്‍.

-- 
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 121296] Problem typing Unicode Zero Width Joiner (ZWJ) and Non-joiner (ZWNJ) in Malayalam/ Indic languages

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

K Premkumar  changed:

   What|Removed |Added

  Alias||kpk

-- 
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 121296] New: Problem typing Unicode Zero Width Joiner (ZWJ) and Non-joiner (ZWNJ) in Malayalam/ Indic languages

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

Bug ID: 121296
   Summary: Problem typing Unicode Zero Width Joiner (ZWJ) and
Non-joiner (ZWNJ) in Malayalam/ Indic languages
   Product: LibreOffice
   Version: 5.2.7.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: premk_...@yahoo.co.in

Description:
This happens when typing in Malaylam in LibreOffice (Writer, Calc - seen with
5.2 and 6.0 - 64-bit and 32-bit) on Windows 7 Prof or Win 10. I am unable the
type the ZWJ (U+200D or 8205) and ZWNJ (U-200C or 8204) characters using the
Windows' built-in Malayalam keyboard. In Windows applications like Notepad the
characters can be typed using the standard keys Ctrl+Shift+1 and Ctrl+Shift+3.
But LO does not accept these keystrokes. Hence it creates problems in typing
the chillu-letters in Malayalam.

(I have a workaround with macros).
(Question asked in Ask LibreOffice:
https://ask.libreoffice.org/en/question/58603/unicode-zero-width-joiner-and-non-joiner-zwj-zwnj-in-malayalam-indic-languages/)

Steps to Reproduce:
1. While in Writer, select Malayalam Windows keyboard (Languages)
2. Type ര് and then press Ctrl+Shift+1. Normally it should produce ര്‍ (It works
correctly in Browser)
3. In LibreOffice this Ctrl+Shift+1 keystroke is not recognised.

Actual Results:
Only ര് is displayed.

Expected Results:
It shoudl have displayed ര്‍


Reproducible: Always


User Profile Reset: No


OpenGL enabled: 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 121295] Autorecovery not working

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

--- Comment #1 from Noel Grandin  ---
duplicate of 120097 ?

-- 
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 87731] Tag appearing in Arabic characters when change size of fonts

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

--- Comment #14 from yousifjka...@yahoo.com ---
Hi. Please I'm not sure about the following & you should examine issue from
your side. In addition I will continue testing & will inform you about any
thing new & will find. 

The case as following: I test this issue on version 6.1.3.2 fresh AppImage & it
SEEM to be disappeared !! 

Then I test it on my LO on my Fedora Linux 28 X64 Cinnamon edition which came
installed by default. It is 6.0.6.2 version. Also, I did not suffer from it.

I did test by downloading attachment & opened it & did not see tag !!

I tried to add new statements & change size to reproduce this error but I did
not face it ! 

However, it is 7:40 AM in Baghdad & I'm still waking from sleep .

I will test it more .

I can not trust myself that this annoying bug is fixed ! It is long lasting bug
& even cause tag to appeared in PDF THOUGH no tag appeared in original office
document but I did not report this in independent bug to you ..

I will see after more investigation .

-- 
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 116134] Misalignment & wrong direction of Arabic contents in output EPUB when export from office to EPUB

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

--- Comment #4 from yousifjka...@yahoo.com ---
Hi. I test bug on version 6.1.3.2 LO as AppImage. It is still existing without
any improvement.

-- 
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 102914] Export to PDF does not export italic Arabic substitute/fallback fonts

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

--- Comment #8 from yousifjka...@yahoo.com ---
Hi. I test this issue on LO version 6.1.3.2 (fresh version) as AppImage
downloaded from LO official site.

Bug still existing without any improvement & whether document is docx. or odt.

Output PDF still "ignore" italic format.

-- 
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 95211] PPT Import: Shape works from PPTX but not from PPT

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

--- 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 87338] RTL justification in cross-reference list window

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

--- 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 101678] PPTX imported table renders wrong as nested table in table

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

--- Comment #5 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 108970] DOCX IMPORT: page number is absent in specific document's footer

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

--- Comment #4 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 105491] Copying many cells in big spreadsheet makes LibreOffice crash (no crash report, many dumps)

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

--- Comment #18 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 83890] Save as HTML numbering confusion

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

--- Comment #8 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 55480] Bug when unchecking "Relative" size while "Keep ratio" is checked

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

--- 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 113383] [Calc] Transparency in charts garbles PRINT PREVIEW.

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

--- Comment #4 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 80717] FILEOPEN: DOC file has incorrect spacing between tables

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

Luke  changed:

   What|Removed |Added

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

-- 
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 80635] FILEOPEN: DOC file floating table spacing (margin) not imported properly

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

Luke  changed:

   What|Removed |Added

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

-- 
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 121295] New: Autorecovery not working

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

Bug ID: 121295
   Summary: Autorecovery not working
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisected, bisected, regression
  Severity: major
  Priority: high
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
CC: noelgran...@gmail.com
Blocks: 77999

- In Options / Load/Save / General, set 'Save AutoRecovery information every: X
minutes' to 1.
- Restart LO. (just in case)
- Open a saved ODT document, make some changes to it, and leave it there for
1-2 mins without saving.
- Kill soffice.bin. (via task manager in Windows, or by pressing Ctrl-C in the
command line it was started from in Linux)
- Restart LO.

=> After restarting LO, recovery dialog isn't shown, unsaved changes are lost.

While keeping the file open, feel free to monitor temp directories (generally
/tmp and C:\Users\\AppData\Local\Temp), you will see directories with
names like this appearing: eg. "lu1056059ckf.tmp"

In some versions the ODT will appear in this directory, in others it might
appear in /backup, no idea why.

Reproduced using LO 6.2 alpha1 / Windows 7.
No problem when using 6.1.0.3.
=> regression

Bibisected to the following commit using repo bibisect-win32-6.2. Adding Cc: to
Noel Grandin, please take a look.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=eb34a6a93fcdebe545ab267d7cc7c5c72bab22c8
author  Noel Grandin  2018-09-10
09:33:08 +0200
committer   Noel Grandin  2018-09-10
11:02:23 +0200

clang-tidy bugprone-virtual-near-miss in RecoveryDialog


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=77999
[Bug 77999] [META] Autosave/Autorecovery issues
-- 
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 77999] [META] Autosave/Autorecovery issues

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||121295


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=121295
[Bug 121295] Autorecovery not working
-- 
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 120784] KDE5: Numpad Enter key doesn't work

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

Adolfo Jayme  changed:

   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


[Libreoffice-bugs] [Bug 102495] [META] KDE VCL backend bugs and enhancements

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

Bug 120784 Summary: KDE5: Numpad Enter key doesn't work
https://bugs.documentfoundation.org/show_bug.cgi?id=120784

   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


[Libreoffice-bugs] [Bug 121294] New: Typo - Properties of without placeholder

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

Bug ID: 121294
   Summary: Typo - Properties of without placeholder
   Product: LibreOffice
   Version: 6.1.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: yakush...@gmail.com

Created attachment 146467
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146467=edit
a screenshot about bug

Hi,

"Properties of X" is an English structure, but when it's used without
placeholder, it usually breaks translation.

Can someone add a placeholder on the properties of gallery dialog!

In Turkish, I need to change "Subject of Object" order to "Object of Subject",
but I cannot change the order without a placeholder. 

I attached a screenshot of the situation.

-- 
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 121163] Enhancement for Personas from Firefox on LibreOffice

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

--- Comment #6 from Leandro Martín Drudi  ---
(In reply to Heiko Tietze from comment #5)
> Usually I do not reply on accusations like this but lets have an exception.
> 
> First of all being upset is okay. But in case you want people to handle your
> input it's recommended to put things into a question. That could have been
> "I don't understand how I can use extensions to install Personas". My reply
> would be to read the referenced bug where the idea is outlined: We should
> extend LibreOffice by the ability to load Personas as extensions. You can
> find those extensions today at https://extensions.libreoffice.org/
> (admittedly not the perfect page but we are working on alternatives); of
> course not yet with Personas. Extensions are installed locally and do not
> require a special solution that involves downloading something from
> Mozilla's Persona page and storing it at the right place locally. It could
> even be integrated at the dialog which would be more or less what you ask
> for.
> 
> My input comes from the user perspective, always striving for simplicity.
> There are for sure a good number of users that share your wish to customize
> the UI. But the more options and special solutions we implement the less
> easy to use becomes the application. That's why not all requests are
> accepted.
> 
> As an open source project you are part of the game. Feel free to object, to
> share, and to make noise. I do not close reopened tickets and if you find
> someone who implements your ideas it's your right - and our goal. At the
> same time you should also be able to use any application you like with your
> documents. That's the freedom of open source. And you can also run Microsoft
> products. They do really great IMHO. But try to ask for a feature there...

First of all, I would like to apologize if I somehow offended you. He was very
angry. I understand that achieving these improvements is not blowing and making
a bottle, but the truth is that I feel that they cared little and nothing about
my proposal, that they did not even take the trouble to analyze it and they
already had the "NO" at the beginning.
Apart from this, I insist, I believe that some ways of doing things in
LibreOffice distances potential users. Although the objective is not to cover a
market, but only I know LibreOffice in a company with about 7000 employees, it
is sad. LibreOffice must be aggiornarse to the new market. You can not stay in
the Windows 98 interface, with outdated policies; there is already an interface
change; A step has already been taken. But that is not enough. I want to see
LibreOffice doing TV advertising or when I go to work all the machines have
LibO installed.
I work in a company where during the more than 20 years that it has in the
market, the client cared little and nothing. To the point that there were
claims of technical failures with 7 years old. Now a larger company bought it
and dissolved it because repairing the damage done to its image was impossible.
Not even with the good image of the buyer.
To what I am going, the user is the one who makes LibreOffice, to a greater
extent. He is the one who recommends, contributes, uses.

-- 
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 121267] SIDEBAR: border cell color isn't shown (white box)

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

Maxim Monastirsky  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |momonas...@gmail.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #5 from Maxim Monastirsky  ---
Turns out that missing diagonal borders also return css::table::BorderLine2 in
the status update, but it's empty. So need to check that 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 121290] Crash, if press F4 for a selected callout

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #1 from Xisco Faulí  ---
@Regina, can you explain how to insert the legacy callout from text toolbar, I
can't find it...

-- 
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] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/src

2018-11-08 Thread Libreoffice Gerrit user
 loleaflet/src/control/Control.Menubar.js |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit cce163822c79373c12c154ed53ad066c73b61a84
Author: Andras Timar 
AuthorDate: Fri Nov 9 00:16:15 2018 +0100
Commit: Andras Timar 
CommitDate: Fri Nov 9 00:32:06 2018 +0100

loleaflet: add 'insertgraphicremote' to Impress and Calc menu, too

Change-Id: I4c0104b19cd1d54684ce69f0cf4eb21fdb49f5e3
(cherry picked from commit bfce0038ae66982a854a33f276997209c4ba9fc4)
Signed-off-by: Andras Timar 

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index b9f59ff61..f7900012d 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -255,7 +255,8 @@ L.Control.Menubar = L.Control.extend({
{name: _('Reset zoom'), id: 'zoomreset', type: 
'action'}]
},
{name: _UNO('.uno:InsertMenu', 'presentation'), type: 
'menu', menu: [
-   {name: _UNO('.uno:InsertGraphic', 
'presentation'), id: 'insertgraphic', type: 'action'},
+   {name: _('Local Image...'), id: 
'insertgraphic', type: 'action'},
+   {name: _UNO('.uno:InsertGraphic', 
'presentation'), id: 'insertgraphicremote', type: 'action'},
{name: _UNO('.uno:InsertAnnotation', 
'presentation'), id: 'insertcomment', type: 'action'},
{uno: '.uno:InsertObjectChart'},
{type: 'separator'},
@@ -329,7 +330,8 @@ L.Control.Menubar = L.Control.extend({
{name: _UNO('.uno:FullScreen', 'spreadsheet'), 
id: 'fullscreen', type: 'action'}
]},
{name: _UNO('.uno:InsertMenu', 'spreadsheet'), type: 
'menu', menu: [
-   {name: _UNO('.uno:InsertGraphic', 
'spreadsheet'), id: 'insertgraphic', type: 'action'},
+   {name: _('Local Image...'), id: 
'insertgraphic', type: 'action'},
+   {name: _UNO('.uno:InsertGraphic', 
'spreadsheet'), id: 'insertgraphicremote', type: 'action'},
{uno: '.uno:InsertObjectChart'},
{name: _UNO('.uno:InsertAnnotation', 
'spreadsheet'), id: 'insertcomment', type: 'action'},
{type: 'separator'},
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 121291] LibreOffice freezes /is blocked on opening password protected file.

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

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 CC||xiscofa...@libreoffice.org

--- Comment #3 from Xisco Faulí  ---
The commit causing the problem was reverted in
https://cgit.freedesktop.org/libreoffice/core/commit/?id=4201779de7441c03fbf0fea665d17ed2328970cc

See my comment in https://gerrit.libreoffice.org/#/c/63044/

-- 
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 121283] KDE5: LibreOffice has different fonts for menu and in dialogs/Sidebar

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

Michael Weghorn  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||m.wegh...@posteo.de

--- Comment #7 from Michael Weghorn  ---
Reproduced with:

Version: 6.2.0.0.alpha1+
Build ID: 2c614b4b2537997aece7ba0aa7ecd38e55fcffaa
CPU threads: 4; OS: Linux 4.18; UI render: default; VCL: kde5; 
Locale: en-GB (en_GB.UTF-8); UI-Language: en-US
Calc: threaded

I had realized the different appearance of the font e.g. in the menu and in the
context menus before, but haven't created a bug report by myself so far. It
actually looks somewhat inconsistent.

-- 
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] online.git: loleaflet/src

2018-11-08 Thread Libreoffice Gerrit user
 loleaflet/src/control/Control.Menubar.js |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit bfce0038ae66982a854a33f276997209c4ba9fc4
Author: Andras Timar 
AuthorDate: Fri Nov 9 00:16:15 2018 +0100
Commit: Andras Timar 
CommitDate: Fri Nov 9 00:16:15 2018 +0100

loleaflet: add 'insertgraphicremote' to Impress and Calc menu, too

Change-Id: I4c0104b19cd1d54684ce69f0cf4eb21fdb49f5e3

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index 1ecf9f695..04f00c6d4 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -260,7 +260,8 @@ L.Control.Menubar = L.Control.extend({
{name: _('Reset zoom'), id: 'zoomreset', type: 
'action'}]
},
{name: _UNO('.uno:InsertMenu', 'presentation'), type: 
'menu', menu: [
-   {name: _UNO('.uno:InsertGraphic', 
'presentation'), id: 'insertgraphic', type: 'action'},
+   {name: _('Local Image...'), id: 
'insertgraphic', type: 'action'},
+   {name: _UNO('.uno:InsertGraphic', 
'presentation'), id: 'insertgraphicremote', type: 'action'},
{name: _UNO('.uno:InsertAnnotation', 
'presentation'), id: 'insertcomment', type: 'action'},
{uno: '.uno:InsertObjectChart'},
{type: 'separator'},
@@ -336,7 +337,8 @@ L.Control.Menubar = L.Control.extend({
{name: _UNO('.uno:FullScreen', 'spreadsheet'), 
id: 'fullscreen', type: 'action'}
]},
{name: _UNO('.uno:InsertMenu', 'spreadsheet'), type: 
'menu', menu: [
-   {name: _UNO('.uno:InsertGraphic', 
'spreadsheet'), id: 'insertgraphic', type: 'action'},
+   {name: _('Local Image...'), id: 
'insertgraphic', type: 'action'},
+   {name: _UNO('.uno:InsertGraphic', 
'spreadsheet'), id: 'insertgraphicremote', type: 'action'},
{uno: '.uno:InsertObjectChart'},
{name: _UNO('.uno:InsertAnnotation', 
'spreadsheet'), id: 'insertcomment', type: 'action'},
{type: 'separator'},
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - wizards/source

2018-11-08 Thread Libreoffice Gerrit user
 wizards/source/importwizard/ImportDialog.xdl |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 58a04e692ad903a9a16e258afc7f80a37fa188cf
Author: Matthias Seidel 
AuthorDate: Thu Nov 8 21:36:47 2018 +
Commit: Matthias Seidel 
CommitDate: Thu Nov 8 21:36:47 2018 +

Center graphic

diff --git a/wizards/source/importwizard/ImportDialog.xdl 
b/wizards/source/importwizard/ImportDialog.xdl
index 72a7df258807..9a6cd02f9e0f 100644
--- a/wizards/source/importwizard/ImportDialog.xdl
+++ b/wizards/source/importwizard/ImportDialog.xdl
@@ -1,7 +1,7 @@
 
 
 
 http://openoffice.org/2000/dialog; 
xmlns:script="http://openoffice.org/2000/script; dlg:id="ImportDialog" 
dlg:left="96" dlg:top="28" dlg:width="270" dlg:height="210" dlg:page="4" 
dlg:help-url="HID:WIZARDS_HID_DLGIMPORT_DIALOG" dlg:closeable="true" 
dlg:moveable="true" dlg:title="ImportDialog">
  
@@ -44,7 +44,7 @@
   
   
   
-  
+  
   

   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: icon-themes/karasa_jaga

2018-11-08 Thread Libreoffice Gerrit user
 icon-themes/karasa_jaga/cmd/32/commentchangetracking.png |binary
 icon-themes/karasa_jaga/cmd/32/deleteallbreaks.png   |binary
 icon-themes/karasa_jaga/cmd/lc_avmediaplayer.png |binary
 icon-themes/karasa_jaga/cmd/lc_commentchangetracking.png |binary
 icon-themes/karasa_jaga/cmd/lc_deleteallbreaks.png   |binary
 icon-themes/karasa_jaga/cmd/lc_insertdoc.png |binary
 icon-themes/karasa_jaga/cmd/lc_timefield.png |binary
 icon-themes/karasa_jaga/cmd/sc_deleteallbreaks.png   |binary
 icon-themes/karasa_jaga/links.txt|   18 ++-
 icon-themes/karasa_jaga/svx/res/fr010.png|binary
 icon-themes/karasa_jaga/svx/res/fr011.png|binary
 icon-themes/karasa_jaga/svx/res/fr02.png |binary
 icon-themes/karasa_jaga/svx/res/fr03.png |binary
 icon-themes/karasa_jaga/svx/res/fr04.png |binary
 icon-themes/karasa_jaga/svx/res/fr05.png |binary
 icon-themes/karasa_jaga/svx/res/fr06.png |binary
 icon-themes/karasa_jaga/svx/res/fr07.png |binary
 icon-themes/karasa_jaga/svx/res/fr08.png |binary
 icon-themes/karasa_jaga/svx/res/fr09.png |binary
 19 files changed, 12 insertions(+), 6 deletions(-)

New commits:
commit 939de6a6a262b354a291981f62f00310776d63e7
Author: Rizal Muttaqin 
AuthorDate: Thu Nov 8 18:32:00 2018 +0700
Commit: Rizal Muttaqin 
CommitDate: Fri Nov 9 00:01:21 2018 +0100

KJ: Yet another improvement

Change-Id: If524e701ab295c83b485376fd4139540d3f28d7c
Reviewed-on: https://gerrit.libreoffice.org/63085
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 

diff --git a/icon-themes/karasa_jaga/cmd/32/commentchangetracking.png 
b/icon-themes/karasa_jaga/cmd/32/commentchangetracking.png
index 7f15d3de7be5..06dff0ee886f 100644
Binary files a/icon-themes/karasa_jaga/cmd/32/commentchangetracking.png and 
b/icon-themes/karasa_jaga/cmd/32/commentchangetracking.png differ
diff --git a/icon-themes/karasa_jaga/cmd/32/deleteallbreaks.png 
b/icon-themes/karasa_jaga/cmd/32/deleteallbreaks.png
new file mode 100644
index ..039642048001
Binary files /dev/null and b/icon-themes/karasa_jaga/cmd/32/deleteallbreaks.png 
differ
diff --git a/icon-themes/karasa_jaga/cmd/lc_avmediaplayer.png 
b/icon-themes/karasa_jaga/cmd/lc_avmediaplayer.png
index 46c3faedb14b..ee0994cc6ef0 100644
Binary files a/icon-themes/karasa_jaga/cmd/lc_avmediaplayer.png and 
b/icon-themes/karasa_jaga/cmd/lc_avmediaplayer.png differ
diff --git a/icon-themes/karasa_jaga/cmd/lc_commentchangetracking.png 
b/icon-themes/karasa_jaga/cmd/lc_commentchangetracking.png
index 8ab68384dd26..a57634cbae68 100644
Binary files a/icon-themes/karasa_jaga/cmd/lc_commentchangetracking.png and 
b/icon-themes/karasa_jaga/cmd/lc_commentchangetracking.png differ
diff --git a/icon-themes/karasa_jaga/cmd/lc_deleteallbreaks.png 
b/icon-themes/karasa_jaga/cmd/lc_deleteallbreaks.png
new file mode 100644
index ..2de3f8e70a5d
Binary files /dev/null and b/icon-themes/karasa_jaga/cmd/lc_deleteallbreaks.png 
differ
diff --git a/icon-themes/karasa_jaga/cmd/lc_insertdoc.png 
b/icon-themes/karasa_jaga/cmd/lc_insertdoc.png
index a85a8e09b1a3..8b7c3224d6c4 100644
Binary files a/icon-themes/karasa_jaga/cmd/lc_insertdoc.png and 
b/icon-themes/karasa_jaga/cmd/lc_insertdoc.png differ
diff --git a/icon-themes/karasa_jaga/cmd/lc_timefield.png 
b/icon-themes/karasa_jaga/cmd/lc_timefield.png
index 73dd0d7f078b..97949ff9aab3 100644
Binary files a/icon-themes/karasa_jaga/cmd/lc_timefield.png and 
b/icon-themes/karasa_jaga/cmd/lc_timefield.png differ
diff --git a/icon-themes/karasa_jaga/cmd/sc_deleteallbreaks.png 
b/icon-themes/karasa_jaga/cmd/sc_deleteallbreaks.png
new file mode 100644
index ..d4341a2c849b
Binary files /dev/null and b/icon-themes/karasa_jaga/cmd/sc_deleteallbreaks.png 
differ
diff --git a/icon-themes/karasa_jaga/links.txt 
b/icon-themes/karasa_jaga/links.txt
index afefb875c7dd..8dd0c04c2d23 100644
--- a/icon-themes/karasa_jaga/links.txt
+++ b/icon-themes/karasa_jaga/links.txt
@@ -12,7 +12,7 @@ avmedia/res/avl02051.png cmd/lc_datastreamsstop.png
 avmedia/res/avl02052.png cmd/lc_mediarepeat.png
 avmedia/res/avl02053.png cmd/lc_ok.png
 avmedia/res/avl02054.png cmd/lc_mediamute.png
-cmd/32/acceptchanges.png cmd/32/accepttrackedchange.png
+cmd/32/acceptchanges.png cmd/32/accepttrackedchanges.png
 cmd/32/accepttracedchange.png cmd/32/accepttrackedchange.png 
 cmd/32/adddatefield.png cmd/32/datefield.png
 cmd/32/adjust.png cmd/32/zoomoptimal.png
@@ -72,6 +72,7 @@ cmd/32/ellipse.png cmd/32/basicshapes.ellipse.png
 cmd/32/ellipsetoolbox.png cmd/32/basicshapes.ellipse.png
 cmd/32/es/underlinesimple.png cmd/32/es/underline.png
 cmd/32/exitsearch.png cmd/32/closepreview.png
+cmd/32/exportasgraphic.png cmd/32/graphic.png
 cmd/32/fieldmenu.png cmd/32/insertfield.png
 cmd/32/fieldnames.png cmd/32/fields.png
 

[Libreoffice-bugs] [Bug 121293] kde5: Presentation Minimizer wizard does not terminate

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

Michael Weghorn  changed:

   What|Removed |Added

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

-- 
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 121293] New: kde5: Presentation Minimizer wizard does not terminate

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

Bug ID: 121293
   Summary: kde5: Presentation Minimizer wizard does not terminate
   Product: LibreOffice
   Version: 6.2.0.0.alpha1+ Master
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: m.wegh...@posteo.de

Version: 6.2.0.0.alpha1+
Build ID: 2c614b4b2537997aece7ba0aa7ecd38e55fcffaa
CPU threads: 4; OS: Linux 4.18; UI render: default; VCL: kde5; 
Locale: en-GB (en_GB.UTF-8); UI-Language: en-US
Calc: threaded

Steps to Reproduce:
1) Open some .odp file
2) make sure another .odp file to overwrite exists on disk
  (e.g. create one by using "File" -> "Save Copy"; necessary because of bug
121276).
3) Tools -> Minimize Presentation
4) Go through Presentation Minimizer Wizard with default settings -> "Finish"
5) Select an existing .odp file (s. step 2) to overwrite and click "Save" ->
"Overwrite"

Result: The progress bar continues, but the dialog remains at "Optimizing
images..." rather than closing. The whole LibreOffice and most of the desktop
appears "frozen", and the LibreOffice process needs to be terminated from a
terminal window.

Expected result: No freeze should occur. A dialog indicating that minimizing
the presentation is finished should be shown.

Notes:

* This happens for me most of the times I try, but very seldomly, it works
correctly instead.
* This is not reproducible when using e.g. the gtk3 VCL plugin.

-- 
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 121293] kde5: Presentation Minimizer wizard does not terminate

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

Michael Weghorn  changed:

   What|Removed |Added

 Blocks||102495
 CC||m.wegh...@posteo.de


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102495
[Bug 102495] [META] KDE VCL backend bugs and enhancements
-- 
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 102495] [META] KDE VCL backend bugs and enhancements

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

Michael Weghorn  changed:

   What|Removed |Added

 Depends on||121293


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=121293
[Bug 121293] kde5: Presentation Minimizer wizard does not terminate
-- 
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 121291] LibreOffice freezes /is blocked on opening password protected file.

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

raal  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
   Severity|normal  |major

--- Comment #2 from raal  ---
Confirm with Version: 6.2.0.0.alpha1+
Build ID: dbe94dd3b64e74f661ea7193d8e06ac91f1dd7b0
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-07_16:15:05

-- 
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 121291] LibreOffice freezes /is blocked on opening password protected file.

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal  ---
No repro with Version: 6.2.0.0.alpha1+
Build ID: f31c9f16fefd16ea434cdd68721d45bced9b78e1
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk3;

-- 
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 121292] LibreOffice Writer Deleting Formulas From Documents

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

--- Comment #2 from david johnson  ---
After posting, I noticed that critical is an option for bug severity. As this
can delete an arbitrary amount of work, I think critical is the most
appropriate severity. I request that someone with permissions to change it to
this setting does so.

-- 
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 121276] KDE5: Can't save minimized presentation

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

Michael Weghorn  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |m.wegh...@posteo.de
   |desktop.org |
 Status|NEW |ASSIGNED

-- 
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 121292] LibreOffice Writer Deleting Formulas From Documents

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

--- Comment #1 from david johnson  ---
Created attachment 146466
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146466=edit
File with the 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 121292] New: LibreOffice Writer Deleting Formulas From Documents

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

Bug ID: 121292
   Summary: LibreOffice Writer Deleting Formulas From Documents
   Product: LibreOffice
   Version: 6.1.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Formula Editor
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: davidjohnso...@gmail.com

Description:
I use LibreOffice for school, as I type all assignments. This includes
assignments with a large amount of math. In math-based assignments, I use the
formula editor for mathematical symbols. I often will have a few hundred
formulas in a single document. Recently, however, I have noticed that in some
documents (it has happened on 2 so far), a large proportion of the formulas get
deleted and replaced with "Object n" labels where n is some positive integer.
Looking in the .odt file, I see that the folder for the deleted objects has
vanished. On the most recent document, I was attempting to export it as a PDF
immediately before the issue occurred. It said that there was a "General
Input/Output Error," despite the fact that other processes under the same user
account could create and edit files in the same directory as I was attempting
to create a PDF. After I saw this error occurring, after multiple export
attempts, I closed and re-opened the file to find my formulas missing. I have
attached this document, after the error. Unfortunately, I do not have a copy of
the document from before the error. In both of the documents in which the error
occurred, I have images of mathematical expressions or equations from WxMaxima
in the document. To embed these images, I selected the appropriate text in
WxMaxima, right clicked, clicked copy as image and then CTRL+V'd it into
LibreOffice.

Steps to Reproduce:
1. Create a document
2. Add a bunch of formulas
3. Embed a WxMaxima formula a described above
4. Continue adding formulas
5. Open and close the document. It may or may not experience the issue.

Actual Results:
Formulas a missing

Expected Results:
Formulas are intact


Reproducible: Sometimes


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Linux: Arch Linux
Linux Kernel: 4.18.16-arch1-1-ARCH
CPU architecture: x86_64
OpenGL system: Nvidia proprietary drivers for GTX 1070m

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


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

2018-11-08 Thread Libreoffice Gerrit user
 sc/source/core/data/drawpage.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit dcfe0095ed41893808db11aee07dce2257513f19
Author: Stephan Bergmann 
AuthorDate: Thu Nov 8 17:35:45 2018 +0100
Commit: Stephan Bergmann 
CommitDate: Thu Nov 8 23:27:28 2018 +0100

Don't set too-large size for SdrPage

...(from which ScDrawPage is derived).  SdrPage::mnWidth/Height have been 
signed
32-bit ever since at least b97a3f93c3794174b22b25181dd858ab75e4c28e
"INTEGRATION: CWS hedaburemove01" (INT32 nWdt/nHgt back then).

With (new-in-Clang) -fsanitize=implicit-signed-integer-truncation, this 
cause
failure during CppunitTest_desktop_lib:

> svx/source/svdraw/svdpage.cxx:1215:19: runtime error: implicit conversion 
from type 'long' of value 9223372036854775807 (64-bit, signed) to type 
'sal_Int32' (aka 'int') changed the value to -1 (32-bit, signed)
>  #0 in SdrPage::SetSize(Size const&) at 
svx/source/svdraw/svdpage.cxx:1215:19 (instdir/program/libsvxcorelo.so 
+0x4aede6f)
>  #1 in ScDrawPage::ScDrawPage(ScDrawLayer&, bool) at 
sc/source/core/data/drawpage.cxx:30:5 (instdir/program/libsclo.so +0x9addca3)
>  #2 in ScDrawLayer::AllocPage(bool) at 
sc/source/core/data/drwlayer.cxx:369:16 (instdir/program/libsclo.so +0x9aee60d)
>  #3 in ScDrawLayer::ScAddPage(short) at 
sc/source/core/data/drwlayer.cxx:397:50 (instdir/program/libsclo.so +0x9aeeea7)
>  #4 in ScDocument::InitDrawLayer(SfxObjectShell*) at 
sc/source/core/data/documen9.cxx:155:26 (instdir/program/libsclo.so +0x91fd6d0)
>  #5 in ScDocShell::MakeDrawLayer() at 
sc/source/ui/docshell/docsh2.cxx:175:21 (instdir/program/libsclo.so +0xcd0d25e)
>  #6 in ScTabView::MakeDrawLayer() at 
sc/source/ui/view/tabview2.cxx:1400:34 (instdir/program/libsclo.so +0xed70dda)
>  #7 in ScTabViewShell::ScTabViewShell(SfxViewFrame*, SfxViewShell*) at 
sc/source/ui/view/tabvwsh4.cxx:1702:5 (instdir/program/libsclo.so +0xee61296)
>  #8 in ScTabViewShell::CreateInstance(SfxViewFrame*, SfxViewShell*) at 
sc/source/ui/view/tabvwsh.cxx:106:1 (instdir/program/libsclo.so +0xee060a0)
>  #9 in SfxViewFactory::CreateInstance(SfxViewFrame*, SfxViewShell*) at 
sfx2/source/view/viewfac.cxx:28:12 (instdir/program/libsfxlo.so +0x419481e)
>  #10 in SfxBaseModel::createViewController(rtl::OUString const&, 
com::sun::star::uno::Sequence const&, 
com::sun::star::uno::Reference const&) at 
sfx2/source/doc/sfxbasemodel.cxx:4089:46 (instdir/program/libsfxlo.so 
+0x3a9244c)
>  #11 in non-virtual thunk to 
SfxBaseModel::createViewController(rtl::OUString const&, 
com::sun::star::uno::Sequence const&, 
com::sun::star::uno::Reference const&) at 
sfx2/source/doc/sfxbasemodel.cxx (instdir/program/libsfxlo.so +0x3a94895)
>  #12 in (anonymous 
namespace)::SfxFrameLoader_Impl::impl_createDocumentView(com::sun::star::uno::Reference
 const&, com::sun::star::uno::Reference const&, 
comphelper::NamedValueCollection const&, rtl::OUString const&) at 
sfx2/source/view/frmload.cxx:584:60 (instdir/program/libsfxlo.so +0x40ca60a)
>  #13 in (anonymous 
namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence
 const&, com::sun::star::uno::Reference const&) 
at sfx2/source/view/frmload.cxx:711:13 (instdir/program/libsfxlo.so +0x40c3f25)
>  #14 in framework::LoadEnv::impl_loadContent() at 
framework/source/loadenv/loadenv.cxx:1149:37 (instdir/program/libfwklo.so 
+0x1520131)
>  #15 in framework::LoadEnv::startLoading() at 
framework/source/loadenv/loadenv.cxx:383:20 (instdir/program/libfwklo.so 
+0x1510b16)
>  #16 in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference
 const&, com::sun::star::uno::Reference 
const&, rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence const&) at 
framework/source/loadenv/loadenv.cxx:169:14 (instdir/program/libfwklo.so 
+0x150c7c8)
>  #17 in framework::Desktop::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, 
com::sun::star::uno::Sequence const&) at 
framework/source/services/desktop.cxx:619:12 (instdir/program/libfwklo.so 
+0x166f1ce)
>  #18 in non-virtual thunk to 
framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString 
const&, int, 
com::sun::star::uno::Sequence const&) at 
framework/source/services/desktop.cxx (instdir/program/libfwklo.so +0x166f3da)
>  #19 in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, 
rtl::OUString const&, 
com::sun::star::uno::Sequence const&) at 
unotest/source/cpp/macros_test.cxx:50:60 
(workdir/LinkTarget/CppunitTest/../Library/libunotest.so +0x8f176)
>  #20 in DesktopLOKTest::loadDoc(char const*, LibreOfficeKitDocumentType) 
at desktop/qa/desktop_lib/test_desktop_lib.cxx:215:19 
(workdir/LinkTarget/CppunitTest/libtest_desktop_lib.so +0xf2ca0)
>  #21 in DesktopLOKTest::testSearchCalc() at 
desktop/qa/desktop_lib/test_desktop_lib.cxx:423:37 

[Libreoffice-bugs] [Bug 121164] Letter template → Enable kerning

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

Laurent BP  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jumbo4...@yahoo.fr
   |desktop.org |
 CC||jumbo4...@yahoo.fr
 Status|NEW |ASSIGNED

-- 
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 108093] FILEOPEN: RTF table horizontal position wrong because frame not imported

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

--- Comment #10 from Ari Latvala  ---
Problem still valid with LO 6.1.3

-- 
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] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/po

2018-11-08 Thread Libreoffice Gerrit user
 loleaflet/po/ui-de.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0e6050acfc3b8521e318511b6b7df3c125217b6f
Author: Andras Timar 
AuthorDate: Thu Nov 8 23:15:40 2018 +0100
Commit: Andras Timar 
CommitDate: Thu Nov 8 23:15:40 2018 +0100

typo

Change-Id: I393f7282009b5d32f5c262e1c06338d2521fd8db

diff --git a/loleaflet/po/ui-de.po b/loleaflet/po/ui-de.po
index 5647de28a..dfcea81d9 100644
--- a/loleaflet/po/ui-de.po
+++ b/loleaflet/po/ui-de.po
@@ -588,7 +588,7 @@ msgstr "Reparieren"
 
 #: src/control/Control.Menubar.js:65
 msgid "Local Image..."
-msgstr "Locales Bild..."
+msgstr "Lokales Bild..."
 
 #: src/control/Control.Menubar.js:81 src/control/Control.Menubar.js:83
 msgid "All"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98321] FILEOPEN: RTF checkbox font type wrong and size too big

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

--- Comment #16 from Ari Latvala  ---
Problem still valid on LO 6.1.3. BOth RTF and DOC version have problems with
checkboxes but they are different.

-- 
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 121263] Calc crashes when hide multiple sheets

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

raal  changed:

   What|Removed |Added

   Severity|normal  |major
   Priority|medium  |high

-- 
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 121263] Calc crashes when hide multiple sheets

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

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||noelgran...@gmail.com,
   ||r...@post.cz

--- Comment #5 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Noel Grandin ; Could you possibly take a look at this one?
Thanks

43cb64418279ac458283dfd25961423a3354d98b is the first bad commit
commit 43cb64418279ac458283dfd25961423a3354d98b
Author: Jenkins Build User 
Date:   Wed Oct 24 10:03:04 2018 +0200

source sha:87c06415cebd707ae359cb2f1b06d468cb6afb08

author  Noel Grandin  2018-10-23 08:20:34
+0200
committer   Noel Grandin  2018-10-24
08:38:02 +0200
commit  87c06415cebd707ae359cb2f1b06d468cb6afb08 (patch)
tree2732c68fcc98c03f6fecddc59000e9e25b067c2d
parent  f31c9f16fefd16ea434cdd68721d45bced9b78e1 (diff)
clang-tidy performance-unnecessary-copy-init in sc

-- 
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 98199] FILEOPEN: DOC and RTF checkbox size too big

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

--- Comment #12 from Ari Latvala  ---
Problems still valid on the latest LO 6.1.3. DOC version has only slightly too
big checkboxes but font is correct unlike on RTF version of the doc, where both
font and font size are wrong. Should be Arial 9 but checkboxes are Times new
Roman 12 instead, while text font and size is correct.

-- 
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 121255] Modern template → Font size

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

Laurent BP  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED
 CC||jumbo4...@yahoo.fr
   Assignee|libreoffice-b...@lists.free |jumbo4...@yahoo.fr
   |desktop.org |

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


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist loleaflet/po

2018-11-08 Thread Libreoffice Gerrit user
 loleaflet/dist/l10n/uno/hu.json |2 +
 loleaflet/po/templates/loleaflet-ui.pot |   24 ++-
 loleaflet/po/ui-ab.po   |   28 -
 loleaflet/po/ui-af.po   |   28 -
 loleaflet/po/ui-am.po   |   28 -
 loleaflet/po/ui-an.po   |   28 -
 loleaflet/po/ui-anp.po  |   28 -
 loleaflet/po/ui-ar.po   |   28 -
 loleaflet/po/ui-as.po   |   28 -
 loleaflet/po/ui-ast.po  |   28 -
 loleaflet/po/ui-az.po   |   28 -
 loleaflet/po/ui-bar.po  |   28 -
 loleaflet/po/ui-be.po   |   28 -
 loleaflet/po/ui-bg.po   |   28 -
 loleaflet/po/ui-bm.po   |   28 -
 loleaflet/po/ui-bn.po   |   28 -
 loleaflet/po/ui-bn_IN.po|   28 -
 loleaflet/po/ui-bo.po   |   28 -
 loleaflet/po/ui-br.po   |   28 -
 loleaflet/po/ui-brx.po  |   28 -
 loleaflet/po/ui-bs.po   |   28 -
 loleaflet/po/ui-ca-valencia.po  |   28 -
 loleaflet/po/ui-ca.po   |   28 -
 loleaflet/po/ui-ce.po   |   28 -
 loleaflet/po/ui-cs.po   |   28 -
 loleaflet/po/ui-cy.po   |   28 -
 loleaflet/po/ui-da.po   |   28 -
 loleaflet/po/ui-de.po   |   32 ++--
 loleaflet/po/ui-dgo.po  |   28 -
 loleaflet/po/ui-dsb.po  |   28 -
 loleaflet/po/ui-dz.po   |   28 -
 loleaflet/po/ui-el.po   |   28 -
 loleaflet/po/ui-en_AU.po|   28 -
 loleaflet/po/ui-en_GB.po|   28 -
 loleaflet/po/ui-en_ZA.po|   28 -
 loleaflet/po/ui-eo.po   |   28 -
 loleaflet/po/ui-es.po   |   30 +--
 loleaflet/po/ui-et.po   |   28 -
 loleaflet/po/ui-eu.po   |   28 -
 loleaflet/po/ui-fa.po   |   28 -
 loleaflet/po/ui-fi.po   |   28 -
 loleaflet/po/ui-fr.po   |   28 -
 loleaflet/po/ui-fur.po  |   28 -
 loleaflet/po/ui-fy.po   |   28 -
 loleaflet/po/ui-ga.po   |   28 -
 loleaflet/po/ui-gbm.po  |   28 -
 loleaflet/po/ui-gd.po   |   28 -
 loleaflet/po/ui-gl.po   |   28 -
 loleaflet/po/ui-gu.po   |   28 -
 loleaflet/po/ui-gug.po  |   28 -
 loleaflet/po/ui-he.po   |   28 -
 loleaflet/po/ui-hi.po   |   28 -
 loleaflet/po/ui-hr.po   |   28 -
 loleaflet/po/ui-hsb.po  |   28 -
 loleaflet/po/ui-hu.po   |   50 
 loleaflet/po/ui-hy.po   |   28 -
 loleaflet/po/ui-id.po   |   28 -
 loleaflet/po/ui-is.po   |   28 -
 loleaflet/po/ui-it.po   |   28 -
 loleaflet/po/ui-ja.po   |   28 -
 loleaflet/po/ui-jv.po   |   28 -
 loleaflet/po/ui-ka.po   |   28 -
 loleaflet/po/ui-kab.po  |   28 -
 loleaflet/po/ui-kk.po   |   28 -
 loleaflet/po/ui-kl.po   |   28 -
 loleaflet/po/ui-km.po   |   28 -
 loleaflet/po/ui-kmr-Latn.po |   28 -
 loleaflet/po/ui-kn.po   |   28 -
 loleaflet/po/ui-ko.po   |   28 -
 loleaflet/po/ui-kok.po  |   28 -
 loleaflet/po/ui-ks.po   |   28 -
 loleaflet/po/ui-ky.po   |   28 -
 loleaflet/po/ui-lb.po   |   28 -
 loleaflet/po/ui-lo.po   |   28 -
 loleaflet/po/ui-lt.po   |   28 -
 loleaflet/po/ui-lv.po   |   

[Libreoffice-bugs] [Bug 121146] Problem with table of contents in epub

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

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
   Severity|normal  |enhancement

--- Comment #3 from Cor Nouws  ---
Hi Kirk,

I confirm what you see. This part of export hasn't been implemented yet.

Cor

-- 
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 121291] New: LibreOffice freezes /is blocked on opening password protected file.

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

Bug ID: 121291
   Summary: LibreOffice freezes /is blocked on opening password
protected file.
   Product: LibreOffice
   Version: 6.2.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: c...@nouenoff.nl

Try to open a password protected file.
  > no popup shows
  > LibreOffice is blocked.

Version: 6.2.0.0.alpha1+
Build ID: bc42b6bfa49cc2b58201a8f6177dd3b1a0c038d8
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-06_19:01:37
Locale: nl-NL (nl_NL.UTF-8); Calc: 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-bugs] [Bug 121291] LibreOffice freezes /is blocked on opening password protected file.

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

Cor Nouws  changed:

   What|Removed |Added

 OS|All |Linux (All)
   Hardware|All |x86-64 (AMD64)
 CC||c...@nouenoff.nl

-- 
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 121192] Navigator do not show title when level = 4

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

Cor Nouws  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG
 CC||c...@nouenoff.nl

--- Comment #7 from Cor Nouws  ---
(In reply to Regina Henschel from comment #6)
> The style "Heading 4" is not assigned in the chapter numbering. The chapter
> numbering has

It does happen sometimes (...) that headings are not linked to outline
numbering.

Anyway, not a bug in the sense that it is not sure that it happens because of
LibreOffice

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


  1   2   3   4   5   6   >