[Libreoffice-bugs] [Bug 103685] SQL... dialog Status: "Commands out of sync" when connecting to MySQL using direct (native) connector

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103685

--- Comment #7 from Julien Nabet  ---
(In reply to Lionel Elie Mamane from comment #6)
> (In reply to Julien Nabet from comment #5)
> > Lionel:
>...
> This looks like it fetches the first result set and then throws it away.
> Always. Even when the caller wants the result. I'm rather sure this will
> cause other problems. E.g. when the query actually returns multiple result
> sets, the caller will not get the first one, only the second, third, etc.
> 
> The solution is probably in code that _calls_ that. E.g. the code that
> implements the "Execute SQL Statement" dialog.

Also, in case of a Select like here, I wonder if we shouldn't simply call
executeQuery (as when checkbox is checked). The only diff would be not
displaying the result.
Anyway, I'll give a try to your suggestion.

-- 
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 112423] MySQL native connector "Commands out of sync..." when calling procedure second time. - Crash

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112423

--- Comment #5 from Julien Nabet  ---
(In reply to Lionel Elie Mamane from comment #4)
> Is the "show result of SELECT statements" checkbox checked?

I got the same pb when checking this checkbox or not.

-- 
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 112423] MySQL native connector "Commands out of sync..." when calling procedure second time. - Crash

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112423

--- Comment #4 from Lionel Elie Mamane  ---
Is the "show result of SELECT statements" checkbox checked?

-- 
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 103685] SQL... dialog Status: "Commands out of sync" when connecting to MySQL using direct (native) connector

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103685

--- Comment #6 from Lionel Elie Mamane  ---
(In reply to Julien Nabet from comment #5)
> Lionel:
> I forced to update status by calling cppStatement->getResultSet()
> patch:

> --- a/mysqlc/source/mysqlc_statement.cxx
> +++ b/mysqlc/source/mysqlc_statement.cxx
> @@ -141,6 +141,7 @@ sal_Bool SAL_CALL OCommonStatement::execute(const
>  try {
>  success =
> cppStatement->execute(rtl::OUStringToOString(sSqlStatement,
> m_pConnection->getConnectionSettings().encoding).getStr());
> +cppStatement->getResultSet();
>  } catch (const sql::SQLException ) {

This looks like it fetches the first result set and then throws it away.
Always. Even when the caller wants the result. I'm rather sure this will cause
other problems. E.g. when the query actually returns multiple result sets, the
caller will not get the first one, only the second, third, etc.

The solution is probably in code that _calls_ that. E.g. the code that
implements the "Execute SQL Statement" dialog.

-- 
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 91724] libreoffice documentation is not completely accessible for blind people

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91724

zahra  changed:

   What|Removed |Added

Summary|[NVDA] documentation is not |libreoffice documentation
   |completely accessible for   |is not completely
   |blind people|accessible for blind people

-- 
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 112479] Base crashes when I click any button after it's open

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112479

--- Comment #4 from ogolts...@gmail.com ---
Thank you, Alex
presently I'm doing a work in progress on my computer which is more important
for me than LO Base. I'm just afraid to do any radical changes before the work
is done. 
And yes my kernal is 32 bit but but it didn't crash the Base for at least one
year.

-- 
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 112086] PPTX with zoom animation opens with repair in PowerPoint after roundtrip

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112086

Aron Budea  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |ba...@caesar.elte.hu
   |desktop.org |

--- Comment #3 from Aron Budea  ---
My previous comment is mostly incorrect, the linked function is about
converting values, which doesn't have to be done in this case. Nevertheless,
the fix is on its way.

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

2017-09-19 Thread Serge Krot
 sd/source/ui/sidebar/LayoutMenu.cxx |   46 +---
 sd/source/ui/sidebar/LayoutMenu.hxx |2 -
 2 files changed, 27 insertions(+), 21 deletions(-)

New commits:
commit 8abc7ba9784f7898576fbdd7a48f0ff9e4445a68
Author: Serge Krot 
Date:   Tue Sep 19 12:43:26 2017 +0200

tdf#98980 Update selection inside control when new slide layout is selected

Change-Id: Ibf8fe8d2fcdb5efef6df657607e65a791b67d4a0
Reviewed-on: https://gerrit.libreoffice.org/42462
Tested-by: Jenkins 
Reviewed-by: Thorsten Behrens 

diff --git a/sd/source/ui/sidebar/LayoutMenu.cxx 
b/sd/source/ui/sidebar/LayoutMenu.cxx
index 12a3c02e3866..3b52103c4404 100644
--- a/sd/source/ui/sidebar/LayoutMenu.cxx
+++ b/sd/source/ui/sidebar/LayoutMenu.cxx
@@ -129,7 +129,6 @@ LayoutMenu::LayoutMenu (
   DropTargetHelper(this),
   mrBase(rViewShellBase),
   mxListener(nullptr),
-  mbSelectionUpdatePending(true),
   mbIsMainViewChangePending(false),
   mxSidebar(rxSidebar),
   mbIsDisposed(false)
@@ -253,16 +252,6 @@ ui::LayoutSize LayoutMenu::GetHeightForWidth (const 
sal_Int32 nWidth)
 return ui::LayoutSize(nPreferredHeight,nPreferredHeight,nPreferredHeight);
 }
 
-void LayoutMenu::Paint (vcl::RenderContext& rRenderContext, const 
::tools::Rectangle& rRect)
-{
-if (mbSelectionUpdatePending)
-{
-mbSelectionUpdatePending = false;
-UpdateSelection();
-}
-ValueSet::Paint(rRenderContext, rRect);
-}
-
 void LayoutMenu::Resize()
 {
 Size aWindowSize = GetOutputSizePixel();
@@ -342,6 +331,9 @@ void LayoutMenu::InvalidateContent()
 
 if (mxSidebar.is())
 mxSidebar->requestLayout();
+
+// set selection inside the control during Impress start up
+UpdateSelection();
 }
 
 int LayoutMenu::CalculateRowCount (const Size&, int nColumnCount)
@@ -547,8 +539,6 @@ void LayoutMenu::Fill()
 SetItemData (i, new AutoLayout(pInfo->maAutoLayout));
 }
 }
-
-mbSelectionUpdatePending = true;
 }
 
 void LayoutMenu::Clear()
@@ -653,6 +643,11 @@ IMPL_LINK(LayoutMenu, OnMenuItemSelected, Menu*, pMenu, 
bool)
 return false;
 }
 
+// Selects an appropriate layout of the slide inside control.
+//
+// Method may be called several times with the same item-id to be selected -
+// only once the actually state of the control will be changed.
+//
 void LayoutMenu::UpdateSelection()
 {
 bool bItemSelected = false;
@@ -674,14 +669,19 @@ void LayoutMenu::UpdateSelection()
 break;
 
 // Find the entry of the menu for to the layout.
-SetNoSelection();
-sal_uInt16 nItemCount (GetItemCount());
+const sal_uInt16 nItemCount = GetItemCount();
 for (sal_uInt16 nId=1; nId<=nItemCount; nId++)
 {
 if (*static_cast(GetItemData(nId)) == aLayout)
 {
-SelectItem(nId);
-bItemSelected = true;
+// do not set selection twice to the same item
+if (GetSelectItemId() != nId)
+{
+SetNoSelection();
+SelectItem(nId);
+}
+
+bItemSelected = true; // no need to call SetNoSelection()
 break;
 }
 }
@@ -696,10 +696,18 @@ IMPL_LINK(LayoutMenu, EventMultiplexerListener, 
::sd::tools::EventMultiplexerEve
 {
 switch (rEvent.meEventId)
 {
+// tdf#89890 During changes of the Layout of the slide when focus is 
not set inside main area
+// we do not receive notification 
EventMultiplexerEventId::CurrentPageChanged, but we receive the following 3 
notification types.
+// => let's make UpdateSelection() also when some shape is changed 
(during Layout changes)
+case EventMultiplexerEventId::ShapeChanged:
+case EventMultiplexerEventId::ShapeInserted:
+case EventMultiplexerEventId::ShapeRemoved:
+UpdateSelection();
+break;
+
 case EventMultiplexerEventId::CurrentPageChanged:
 case EventMultiplexerEventId::SlideSortedSelection:
-if ( ! mbSelectionUpdatePending)
-UpdateSelection();
+UpdateSelection();
 break;
 
 case EventMultiplexerEventId::MainViewAdded:
diff --git a/sd/source/ui/sidebar/LayoutMenu.hxx 
b/sd/source/ui/sidebar/LayoutMenu.hxx
index 2b5823f9f92f..bdb06cc5c9c0 100644
--- a/sd/source/ui/sidebar/LayoutMenu.hxx
+++ b/sd/source/ui/sidebar/LayoutMenu.hxx
@@ -87,7 +87,6 @@ public:
 virtual css::ui::LayoutSize GetHeightForWidth (const sal_Int32 nWidth) 
override;
 
 // From vcl::Window
-virtual void Paint (vcl::RenderContext& rRenderContext, const 
::tools::Rectangle& rRect) override;
 virtual void Resize() override;
 
 /** Show a context menu when the right mouse button is pressed.
@@ -126,7 +125,6 @@ private:
 many columns for the 

[Libreoffice-commits] online.git: net/Ssl.cpp

2017-09-19 Thread Christian Glombek
 net/Ssl.cpp |   16 +++-
 1 file changed, 15 insertions(+), 1 deletion(-)

New commits:
commit 702bbdd5d8dd31eda8a2dfdb726be3c6cd978ec2
Author: Christian Glombek 
Date:   Sat Sep 16 08:38:01 2017 +0200

Add Support for OpenSSL 1.1.0

Change-Id: I0aa58b893e8577bba94fa45c0c4c81449b12e4e2
Reviewed-on: https://gerrit.libreoffice.org/42356
Reviewed-by: Ashod Nakashian 
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 

diff --git a/net/Ssl.cpp b/net/Ssl.cpp
index 7c04cbd9..5a9f8280 100644
--- a/net/Ssl.cpp
+++ b/net/Ssl.cpp
@@ -42,13 +42,18 @@ SslContext::SslContext(const std::string& certFilePath,
 _mutexes.emplace_back(new std::mutex);
 }
 
-#if OPENSSL_VERSION_NUMBER >= 0x0907000L
+#if OPENSSL_VERSION_NUMBER >= 0x0907000L && OPENSSL_VERSION_NUMBER < 
0x1013L
 OPENSSL_config(nullptr);
 #endif
 
+#if OPENSSL_VERSION_NUMBER >= 0x1013L
+SSL_CTX_set_options(nullptr, 0);
+OPENSSL_init_ssl(OPENSSL_INIT_LOAD_CONFIG, NULL);
+#else
 SSL_library_init();
 SSL_load_error_strings();
 OpenSSL_add_all_algorithms();
+#endif
 
 CRYPTO_set_locking_callback(::lock);
 CRYPTO_set_id_callback(::id);
@@ -234,10 +239,19 @@ void SslContext::initDH()
 throw std::runtime_error("Error creating Diffie-Hellman parameters: " 
+ msg);
 }
 
+#if OPENSSL_VERSION_NUMBER >= 0x1013L
+// OpenSSL v1.1.0 has public API changes
+// p, g and length of the Diffie-Hellman param can't be set directly 
anymore,
+// instead DH_set0_pqg and DH_set_length are used
+BIGNUM* p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), 0);
+BIGNUM* g = BN_bin2bn(dh1024_g, sizeof(dh1024_g), 0);
+if ((DH_set0_pqg(dh, p, NULL, g) == 0) || (DH_set_length(dh, 160) == 0))
+#else
 dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), 0);
 dh->g = BN_bin2bn(dh1024_g, sizeof(dh1024_g), 0);
 dh->length = 160;
 if ((!dh->p) || (!dh->g))
+#endif
 {
 DH_free(dh);
 throw std::runtime_error("Error creating Diffie-Hellman parameters");
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: loleaflet/dist

2017-09-19 Thread Henry Castro
 loleaflet/dist/menubar.css |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 0d870d444cbbcd1141319f60834bacb80e8d233f
Author: Henry Castro 
Date:   Tue Sep 19 21:46:09 2017 -0400

loleaflet: fix background color of the top level menu items

Change-Id: I548c700a16664e8acfc6010c1be549e6176f2383

diff --git a/loleaflet/dist/menubar.css b/loleaflet/dist/menubar.css
index e74b4e21..1d8e5eec 100644
--- a/loleaflet/dist/menubar.css
+++ b/loleaflet/dist/menubar.css
@@ -40,7 +40,6 @@
 }
 
 .lo-menu a.disabled {
-background: #efefef;
 cursor: default;
 }
 .lo-menu > li > a.has-submenu {
@@ -70,7 +69,7 @@
 background: #538ecd;
 color: #fff;
 }
-.lo-menu > li {
+.lo-menu > li, .lo-menu > li > a.disabled {
 background: #efefef; /* top-level menus remain greyish */
 }
 .lo-menu > li > a:hover, .lo-menu > li > a:focus, .lo-menu > li > a:active, 
.lo-menu > li > a.highlighted {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 112474] Statusbar: Clicking on page number section should open go to dialog

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112474

Thomas Lendo  changed:

   What|Removed |Added

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

-- 
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 83491] VIEWING: Inconvinient "go to Page" behavior

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83491

Thomas Lendo  changed:

   What|Removed |Added

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

-- 
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 107739] [META] Field bugs and enhancements

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107739

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||79877


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=79877
[Bug 79877] Option to revert to old Pop-Up edit method for Input Fields
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 79877] Option to revert to old Pop-Up edit method for Input Fields

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79877

Thomas Lendo  changed:

   What|Removed |Added

 CC||thomas.le...@gmail.com
 Blocks||107739


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107739
[Bug 107739] [META] Field bugs and enhancements
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 112505] Impress: Bezier curve deformed in presentation mode

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112505

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #2 from Regina Henschel  ---
In version 5.2 it depends on the setting for hardware acceleration and
anti-aliasing. I can reproduce the problem in 5.2.

But I cannot reproduce it in Version: 6.0.0.0.alpha0+
Build ID: 6c68f38bc28bb55a4f0d53b8f38957516d3935d1
CPU threads: 4; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2017-09-04_22:05:26
Locale: de-DE (de_DE); Calc: group

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


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - connectivity/java

2017-09-19 Thread Damjan Jovanovic
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OColumn.java
   |6 -
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OColumnContainer.java
  |   38 ++
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/descriptors/SdbcxColumnDescriptor.java
 |6 -
 3 files changed, 31 insertions(+), 19 deletions(-)

New commits:
commit 268b9efd71b0c1799f7d76bb10962c6904768679
Author: Damjan Jovanovic 
Date:   Tue Sep 19 23:31:29 2017 +

When an unknown column is passed to ColumnContainer, which it will be when

a new column is created, re-read it from the database.

Strings in UNO can't be null. Ensure this is the case in Column and
SdbcxColumnDescriptor.

Patch by: me

diff --git 
a/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OColumn.java
 
b/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OColumn.java
index aad4d3182f83..4149c1b2c55e 100644
--- 
a/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OColumn.java
+++ 
b/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OColumn.java
@@ -40,9 +40,9 @@ public class OColumn extends ODescriptor implements XNamed, 
XDataDescriptorFacto
 "com.sun.star.sdbcx.Column"
 };
 
-private String typeName;
-private String description;
-private String defaultValue;
+private String typeName = "";
+private String description = "";
+private String defaultValue = "";
 private int isNullable;
 private int precision;
 private int scale;
diff --git 
a/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OColumnContainer.java
 
b/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OColumnContainer.java
index 5ac10788385b..67f0162f2755 100644
--- 
a/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OColumnContainer.java
+++ 
b/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OColumnContainer.java
@@ -79,6 +79,23 @@ public class OColumnContainer extends OContainer {
 boolean isAutoIncrement = false;
 boolean isCurrency = false;
 int dataType = DataType.OTHER;
+
+ColumnDescription columnDescription = columnDescriptions.get(name);
+if (columnDescription == null) {
+// could be a recently added column. Refresh:
+List newColumns = new 
SqlTableHelper().readColumns(metadata, table.catalogName, table.schemaName, 
table.getName());
+for (ColumnDescription newColumnDescription : newColumns) {
+if (newColumnDescription.columnName.equals(name)) {
+columnDescriptions.put(name, newColumnDescription);
+break;
+}
+}
+columnDescription = columnDescriptions.get(name);
+}
+if (columnDescription == null) {
+throw new SQLException("No column " + name + " found");
+}
+
 ExtraColumnInfo columnInfo = extraColumnInfo.get(name);
 if (columnInfo == null) {
 String composedName = 
DbTools.composeTableNameForSelect(metadata.getConnection(), table);
@@ -91,20 +108,15 @@ public class OColumnContainer extends OContainer {
 isCurrency = columnInfo.isCurrency;
 dataType = columnInfo.dataType;
 }
-ColumnDescription columnDescription = columnDescriptions.get(name);
-if (columnDescription != null) {
-XNameAccess primaryKeyColumns = 
DbTools.getPrimaryKeyColumns(UnoRuntime.queryInterface(XPropertySet.class, 
table));
-int nullable = columnDescription.nullable;
-if (nullable != ColumnValue.NO_NULLS && primaryKeyColumns != null 
&& primaryKeyColumns.hasByName(name)) {
-nullable = ColumnValue.NO_NULLS;
-}
-return new OColumn(name, columnDescription.typeName, 
columnDescription.defaultValue, columnDescription.remarks,
-nullable, columnDescription.columnSize, 
columnDescription.decimalDigits, columnDescription.type,
-isAutoIncrement, false, isCurrency, isCaseSensitive());
-} else {
-// FIXME: do something like the C++ implementation does?
-throw new SQLException();
+
+XNameAccess primaryKeyColumns = 
DbTools.getPrimaryKeyColumns(UnoRuntime.queryInterface(XPropertySet.class, 
table));
+int nullable = columnDescription.nullable;
+if (nullable != ColumnValue.NO_NULLS && primaryKeyColumns != null && 
primaryKeyColumns.hasByName(name)) {
+nullable = ColumnValue.NO_NULLS;
 }
+return new OColumn(name, columnDescription.typeName, 
columnDescription.defaultValue, columnDescription.remarks,
+ 

[Libreoffice-bugs] [Bug 112498] .doc document triggers high CPU usage

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112498

Germano Massullo  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 112498] .doc document triggers high CPU usage

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112498

--- Comment #2 from Germano Massullo  ---
(In reply to Xisco Faulí from comment #1)
> I can't reproduce it in
> 
> Version: 6.0.0.0.alpha0+
> Build ID: e38d2f05cb16e981381434a940aa5c89e910cc78
> CPU threads: 4; OS: Linux 4.10; UI render: GL; VCL: gtk3; 
> Locale: ca-ES (ca_ES.UTF-8); Calc: group
> 
> Could you please try to reproduce it with a master build from
> http://dev-builds.libreoffice.org/daily/master/ ?
> You can install it alongside the standard version.
> I have set the bug's status to 'NEEDINFO'. Please change it back to
> 'UNCONFIRMED' if the bug is still present in the master build

It does not happen in
Version: 6.0.0.0.alpha0+
Build ID: bef91f7e5f3121dced360d4b90a09c334f12e56e
CPU threads: 4; OS: Linux 4.12; UI render: default; VCL: x11; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-09-19_02:19:07
Locale: it-IT (it_IT.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 112447] Image not visible if other image hidden by unused Page style

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112447

--- Comment #6 from Commit Notification 
 ---
Bjoern Michaelsen committed a patch related to this issue.
It has been pushed to "master":

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

tdf#112447: connect all objects

It will be available in 6.0.0.

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

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

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


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

2017-09-19 Thread Bjoern Michaelsen
 sw/source/core/layout/frmtool.cxx |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

New commits:
commit e73961022d8efda407c3f5ed806f78bb7cc0e0b4
Author: Bjoern Michaelsen 
Date:   Tue Sep 19 07:46:50 2017 +0200

no need to queue formats in header and footer ...

- we can call MakeFrames on them right away
- as there had been performance issues on mail merge here before, this
  might a bit quicker for suoer large documents.

Change-Id: Idd84d7e6a962d00d59e2981f63ed9db60377fa01
Reviewed-on: https://gerrit.libreoffice.org/42442
Tested-by: Jenkins 
Reviewed-by: Björn Michaelsen 

diff --git a/sw/source/core/layout/frmtool.cxx 
b/sw/source/core/layout/frmtool.cxx
index 5a238580ac42..e45e558f20ee 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -1100,14 +1100,18 @@ void AppendAllObjs(const SwFrameFormats* pTable, const 
SwFrame* pSib)
 // Formats can still remain, because we neither use character bound
 // frames nor objects which are anchored to character bounds.
 if ((rAnch.GetAnchorId() != RndStdIds::FLY_AT_PAGE) && 
(rAnch.GetAnchorId() != RndStdIds::FLY_AS_CHAR))
-vFormatsToConnect.push_back(pFormat);
+{
+if(lcl_InHeaderOrFooter(*pFormat))
+pFormat->MakeFrames();
+else
+vFormatsToConnect.push_back(pFormat);
+}
 }
 const SwFrameFormat* pFirstRequeued(nullptr);
 while(!vFormatsToConnect.empty())
 {
 auto& pFormat = vFormatsToConnect.front();
-const bool bAlreadyConnected(lcl_ObjConnected(pFormat, pSib));
-if(!bAlreadyConnected || lcl_InHeaderOrFooter(*pFormat))
+if(!lcl_ObjConnected(pFormat, pSib))
 {
 pFormat->MakeFrames();
 pFirstRequeued = nullptr;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 112447] Image not visible if other image hidden by unused Page style

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112447

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.0.0

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


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

2017-09-19 Thread Bjoern Michaelsen
 sw/source/core/layout/frmtool.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit ce2fce9a41729774689080c8b5552b60c2e6ee2d
Author: Bjoern Michaelsen 
Date:   Tue Sep 19 00:38:54 2017 +0200

tdf#112447: connect all objects

- fixes regression from 575e222a1742918be052f2b716ddf57ce0008404

Change-Id: I686ce41c87e5b421e0382658404cf7bb153a4812
Reviewed-on: https://gerrit.libreoffice.org/42439
Tested-by: Jenkins 
Reviewed-by: Björn Michaelsen 

diff --git a/sw/source/core/layout/frmtool.cxx 
b/sw/source/core/layout/frmtool.cxx
index c7589de9426f..5a238580ac42 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -1108,9 +1108,10 @@ void AppendAllObjs(const SwFrameFormats* pTable, const 
SwFrame* pSib)
 auto& pFormat = vFormatsToConnect.front();
 const bool bAlreadyConnected(lcl_ObjConnected(pFormat, pSib));
 if(!bAlreadyConnected || lcl_InHeaderOrFooter(*pFormat))
+{
 pFormat->MakeFrames();
-if(bAlreadyConnected || lcl_ObjConnected(pFormat, pSib))
 pFirstRequeued = nullptr;
+}
 else
 {
 if(pFirstRequeued == pFormat)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 112505] Impress: Bezier curve deformed in presentation mode

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112505

Xisco Faulí  changed:

   What|Removed |Added

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

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

Version: 6.0.0.0.alpha0+
Build ID: e38d2f05cb16e981381434a940aa5c89e910cc78
CPU threads: 4; OS: Linux 4.10; UI render: GL; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

Could you please try to reproduce it with a master build from
http://dev-builds.libreoffice.org/daily/master/ ?
You can install it alongside the standard version.
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the master build

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - vcl/win

2017-09-19 Thread Caolán McNamara
 vcl/win/gdi/salfont.cxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 70f8b4b9b0330b9150c5d6c3f066834f20023578
Author: Caolán McNamara 
Date:   Tue Sep 5 13:06:20 2017 +0100

Resolves: tdf#112180: avoid crash with specific ttf

Change-Id: I8cde147279173bffec0c991eb7676f5d4641138d
Reviewed-on: https://gerrit.libreoffice.org/41935
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 
(cherry picked from commit f263692de96ac68e73eeb953b7e92a18d149f30e)
Reviewed-on: https://gerrit.libreoffice.org/42507

diff --git a/vcl/win/gdi/salfont.cxx b/vcl/win/gdi/salfont.cxx
index 8c120c00881f..cb9899a303af 100644
--- a/vcl/win/gdi/salfont.cxx
+++ b/vcl/win/gdi/salfont.cxx
@@ -90,9 +90,9 @@ RawFontData::RawFontData( HDC hDC, DWORD nTableTag )
 {
 // get required size in bytes
 mnByteCount = ::GetFontData( hDC, nTableTag, 0, nullptr, 0 );
-if( mnByteCount == GDI_ERROR )
-return;
-else if( !mnByteCount )
+if (mnByteCount == GDI_ERROR)
+mnByteCount = 0;
+if (!mnByteCount)
 return;
 
 // allocate the array
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 103685] SQL... dialog Status: "Commands out of sync" when connecting to MySQL using direct (native) connector

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103685

--- Comment #5 from Julien Nabet  ---
Lionel:
I forced to update status by calling cppStatement->getResultSet()
patch:
diff --git a/mysqlc/source/mysqlc_statement.cxx
b/mysqlc/source/mysqlc_statement.cxx
index 3a082004831a..6e425c2a28cd 100644
--- a/mysqlc/source/mysqlc_statement.cxx
+++ b/mysqlc/source/mysqlc_statement.cxx
@@ -141,6 +141,7 @@ sal_Bool SAL_CALL OCommonStatement::execute(const
rtl::OUString& sql)
 bool success = false;
 try {
 success = cppStatement->execute(rtl::OUStringToOString(sSqlStatement,
m_pConnection->getConnectionSettings().encoding).getStr());
+cppStatement->getResultSet();
 } catch (const sql::SQLException ) {
 mysqlc_sdbc_driver::translateAndThrow(e, *this,
m_pConnection->getConnectionEncoding());
 }

I suppose it's a bit quick and dirty but at least, I don't reproduce the
problem with it.

I also tried tdf#112423 but no better.

Do you think I should push the patch?

-- 
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 112498] .doc document triggers high CPU usage

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112498

Xisco Faulí  changed:

   What|Removed |Added

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

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

Version: 6.0.0.0.alpha0+
Build ID: e38d2f05cb16e981381434a940aa5c89e910cc78
CPU threads: 4; OS: Linux 4.10; UI render: GL; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

Could you please try to reproduce it with a master build from
http://dev-builds.libreoffice.org/daily/master/ ?
You can install it alongside the standard version.
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the master build

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


[Libreoffice-commits] core.git: external/python3

2017-09-19 Thread Tor Lillqvist
 external/python3/UnpackedTarball_python3.mk  |8 ++
 external/python3/python3-osx-avoid-new-10.13.patch.1 |   61 +++
 2 files changed, 69 insertions(+)

New commits:
commit 018f875cb03aadd6fbb56cad463fef3ab932e274
Author: Tor Lillqvist 
Date:   Wed Sep 20 00:18:01 2017 +0300

Avoid API present from macOS 10.13 if building to run on older

utimensat() and futimens() are new in 10.13.

Change-Id: I03448adb17b40a646771c37179bd70c787547ca3

diff --git a/external/python3/UnpackedTarball_python3.mk 
b/external/python3/UnpackedTarball_python3.mk
index ce2087497db8..35d6e643a1b0 100644
--- a/external/python3/UnpackedTarball_python3.mk
+++ b/external/python3/UnpackedTarball_python3.mk
@@ -46,4 +46,12 @@ $(eval $(call gb_UnpackedTarball_add_patches,python3, \
 ))
 endif
 
+ifeq ($(OS),MACOSX)
+ifneq ($(filter 1090 101000 101100 101200,$(MAC_OS_X_VERSION_MIN_REQUIRED)),)
+$(eval $(call gb_UnpackedTarball_add_patches,python3,\
+   external/python3/python3-osx-avoid-new-10.13.patch.1 \
+))
+endif
+endif
+
 # vim: set noet sw=4 ts=4:
diff --git a/external/python3/python3-osx-avoid-new-10.13.patch.1 
b/external/python3/python3-osx-avoid-new-10.13.patch.1
new file mode 100644
index ..93bf5a078e01
--- /dev/null
+++ b/external/python3/python3-osx-avoid-new-10.13.patch.1
@@ -0,0 +1,61 @@
+-*- Mode: Diff -*-
+
+--- python3/Modules/posixmodule.c
 python3/Modules/posixmodule.c
+@@ -4565,12 +4565,12 @@
+ } \
+ 
+ 
+-#if defined(HAVE_FUTIMESAT) || defined(HAVE_UTIMENSAT)
++#if defined(HAVE_FUTIMESAT)
+ 
+ static int
+ utime_dir_fd(utime_t *ut, int dir_fd, char *path, int follow_symlinks)
+ {
+-#ifdef HAVE_UTIMENSAT
++#if 0
+ int flags = follow_symlinks ? 0 : AT_SYMLINK_NOFOLLOW;
+ UTIME_TO_TIMESPEC;
+ return utimensat(dir_fd, path, time, flags);
+@@ -4591,12 +4591,12 @@
+ #define FUTIMENSAT_DIR_FD_CONVERTER dir_fd_unavailable
+ #endif
+ 
+-#if defined(HAVE_FUTIMES) || defined(HAVE_FUTIMENS)
++#if defined(HAVE_FUTIMES)
+ 
+ static int
+ utime_fd(utime_t *ut, int fd)
+ {
+-#ifdef HAVE_FUTIMENS
++#if 0
+ UTIME_TO_TIMESPEC;
+ return futimens(fd, time);
+ #else
+@@ -4619,7 +4619,7 @@
+ static int
+ utime_nofollow_symlinks(utime_t *ut, char *path)
+ {
+-#ifdef HAVE_UTIMENSAT
++#if 0
+ UTIME_TO_TIMESPEC;
+ return utimensat(DEFAULT_DIR_FD, path, time, AT_SYMLINK_NOFOLLOW);
+ #else
+@@ -4635,7 +4635,7 @@
+ static int
+ utime_default(utime_t *ut, char *path)
+ {
+-#ifdef HAVE_UTIMENSAT
++#if 0
+ UTIME_TO_TIMESPEC;
+ return utimensat(DEFAULT_DIR_FD, path, time, 0);
+ #elif defined(HAVE_UTIMES)
+@@ -4836,7 +4836,7 @@
+ else
+ #endif
+ 
+-#if defined(HAVE_FUTIMESAT) || defined(HAVE_UTIMENSAT)
++#if defined(HAVE_FUTIMESAT)
+ if ((dir_fd != DEFAULT_DIR_FD) || (!follow_symlinks))
+ result = utime_dir_fd(, dir_fd, path->narrow, follow_symlinks);
+ else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 109220] App. one second delay when using Page UP/ DOWN and switching between tabs

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109220

--- Comment #10 from Andy  ---
IT is difficult for me to understand if this is the same problem I described in
some posts on Bug 107521, and discussed in a more general fashion in bug
106990.

To me this occurs in a more widespread fashion, not exclusively with pag down
and up keys, even though it is clearly evident in that case.

It happens also with brand new files, not only old ones;

It depends on the thickness of data displayed on the sheet - if the sheet if
filled up with data, the slowdown will be worse.

As I wrote there, it can be up to 13 times slower than it was in LO 5.3.1.

And finally the keyboard buffer rapidly fills so that the user loses actual
control of what is happening in the sheet scrolling action.

-- 
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 112506] font change leads to bad allocation

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112506

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||xiscofa...@libreoffice.org
 Resolution|--- |DUPLICATE

--- Comment #1 from Xisco Faulí  ---
Thanks for reporting this issue.
This is a duplicate of bug 112180 and it has been already fixed. The fix will
be available in LibreOffice 5.4.2

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

-- 
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 112507] FILEOPEN: RTF: Incorrect paragraph's width

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112507

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||filter:rtf, regression
 Status|UNCONFIRMED |NEW
 CC||vmik...@collabora.co.uk,
   ||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

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

author  Miklos Vajna   2017-08-29 07:04:49 (GMT)
committer   Miklos Vajna   2017-08-29 08:38:03
(GMT)
commit  e6ec0794858df1444f43659b568119bf126a90e6 (patch)
treeec43be356404747758a63a083db1d41594cea2ed
parent  8514f192c9e385550b336e57997c9e0dbd3a9bc3 (diff)
tdf#104937 RTF import: \trwWidthA is an absolute value
Not a relative one, so similar to \cellx need to convert these before
sending the value to dmapper (which expects an OOXML value, which is
always relative).

The result of the correct type is that the relative width of the last
cell in the table row is smaller, so other cells are wider -> they now
reach the expected width.

Bisected with: bibisect-linux64-6.0

Adding Cc: to Miklos Vajna

[Bug found by office-interoperability-tools]

-- 
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 112507] New: FILEOPEN: RTF: Incorrect paragraph's width

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112507

Bug ID: 112507
   Summary: FILEOPEN: RTF: Incorrect paragraph's width
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: xiscofa...@libreoffice.org

Created attachment 136386
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136386=edit
comparison MSO 2010 and LibreOffice 6.0

Steps to reproduce:
1. Open attachment 59198 from bug 48033

Observed behaviour: some paragraphs have incorrect width and they are narrower
than expected. Check attached image

Reproduced in

Version: 6.0.0.0.alpha0+
Build ID: e38d2f05cb16e981381434a940aa5c89e910cc78
CPU threads: 4; OS: Linux 4.10; UI render: GL; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 112506] New: font change leads to bad allocation

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112506

Bug ID: 112506
   Summary: font change leads to bad allocation
   Product: LibreOffice
   Version: 5.3.6.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: d...@helperdave.ch

Description:
In Writer 5.3.6 and 5.4.1 trying to change the font leads to a "bad allocation"
message and the program shuts down.
This happened quite a long time ago too, so I think one of the code
contributors is using a bad sequence copied from earlier code. Maybe on
purpose?
How about checking the latest installation files before putting them on the
web...

Steps to Reproduce:
1. open new writer document
2. in the menu bar choose different font than the default
3. watch the program produce the message and then shut down

Actual Results:  
same as steps to reproduce; uninstalling using Programs and Features in the
control panel and reinstalling version 5.2.6.2 gets things back to normal

Expected Results:
after reinstallation of the previous version the problem was solved.


Reproducible: Always

User Profile Reset: No

Additional Info:
If 5.2.6.2 works okay after uninstalling the updates I think the profile must
be alright.


User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:55.0) Gecko/20100101
Firefox/55.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 112505] New: Impress: Bezier curve deformed in presentation mode

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112505

Bug ID: 112505
   Summary: Impress: Bezier curve deformed in presentation mode
   Product: LibreOffice
   Version: 5.2.5.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mathemati...@gmx.de

Created attachment 136385
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136385=edit
Impress presentation file to show the effect

Here is how to reproduce this behavior:
* Open the attached Impress presentation file.
* View it in the "edit" more: You see a gray Bezier object and a black Bezier
line. Both touch without leaving a gap inbetween.
* Now press F5 to see this slide in "presentation" mode: The two shapes become
distorted such that they do not touch any more, they now leave quite a big gap
between them.

I have observed this under (Ubuntu 16.04) Linux, with LibreOffice 5.2.5.1.

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


[Libreoffice-bugs] [Bug 112504] New: Resize of file properties dialogue: larger or persistent size

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112504

Bug ID: 112504
   Summary: Resize of file properties dialogue: larger or
persistent size
   Product: LibreOffice
   Version: 5.4.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: d1...@phx.li

Created attachment 136384
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136384=edit
Custom dialog with simple values already hidden by UI

Especially when entering custom properties, the dialog box to enter/read them
is very small to the point of inhibiting their use (unless that was the point,
of course) as data is almost immediately hidden by the UI.

Resizing it is undone on next use (resizing redraw bug already filed
separately).  It would /substantially/ enhance the usefulness of this dialog if
it was either larger, or (preferred) and size change was to be made persistent
between sessions.

-- 
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 112462] Writer formula bar ignores locale

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112462

--- Comment #7 from sergio.calleg...@gmail.com ---
Just in case it can be useful info, I am on:

* Linux 64 bit
* Kubuntu 17.04 with the latest KDE plasma (from the dedicated PPA)
* Using the LibO debs from Libreoffice.org (rather than those from my distro)
* Using LibO with the KDE integration (VCL: KDE4)
* Mixed locale as default on my system (English language with Italian rules for
many things)

LANG=en_US.utf8
LANGUAGE=en_US
LC_CTYPE="en_US.utf8"
LC_NUMERIC=it_IT.utf8
LC_TIME=it_IT.utf8
LC_COLLATE=it_IT.utf8
LC_MONETARY=it_IT.utf8
LC_MESSAGES="en_US.utf8"
LC_PAPER=it_IT.utf8
LC_NAME=it_IT.utf8
LC_ADDRESS=it_IT.utf8
LC_TELEPHONE=it_IT.utf8
LC_MEASUREMENT=it_IT.utf8
LC_IDENTIFICATION=it_IT.utf8

* Mixed language settings for LibO

User interface: English (USA)
Locale setting: Italian (Italy)
Decimal separator recognized to be , in locale setting

-- 
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 112503] FILEOPEN: Incorrect below spacing in header

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112503

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #1 from Xisco Faulí  ---
Reproduced in

- Version: 5.2.0.0.alpha1+
Build ID: 5b168b3fa568e48e795234dc5fa454bf24c9805e
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; 
Locale: ca-ES (ca_ES.UTF-8)

but not in

- Version: 5.0.0.0.alpha1+
Build ID: 0db96caf0fcce09b87621c11b584a6d81cc7df86
Locale: ca-ES (ca_ES.UTF-8)

-- 
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 112503] New: FILEOPEN: Incorrect below spacing in header

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112503

Bug ID: 112503
   Summary: FILEOPEN: Incorrect below spacing in header
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: xiscofa...@libreoffice.org

Created attachment 136383
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136383=edit
Comparison before and after

Steps to reproduce:
1. Open attachment 69547 from bug 56760
2. Content menu, Paragraph, Indent & Spacing

Observed behaviour: below paragraph is 0. it should be 0,62 line. it's observed
with the position of text 'TISKOVÁ ZPRÁVA'. See attached image

Reproduced in

Version: 6.0.0.0.alpha0+
Build ID: dd5868409ae430f9c9ffea18ea7e287a65cfa2ab
CPU threads: 4; OS: Linux 4.10; UI render: GL; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 112502] New: Resizing custom file properties dialogue makes fields misalign/disappear

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112502

Bug ID: 112502
   Summary: Resizing custom file properties dialogue makes fields
misalign/disappear
   Product: LibreOffice
   Version: 5.4.1.2 release
  Hardware: x86 (IA32)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: d1...@phx.li

Created attachment 136382
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136382=edit
Zip of original dialog, once resized and twice resized

Tested with Writer and Calc, but seems to be generic issue.

The custom properties dialogue doesn't leave much space to view field names or
the data they contain, but both expanding as well as shrinking the dialog
window shifts the property value fields upwards so field name and value no
longer correspond. After repeating this a few times, the field values are
hidden completely.

The locations only reset themselves when the entire properties window has been
closed and re-opened, just switching tabs doesn't help.

I've attached some quick screenshots in the zip.

-- 
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 112501] Pivot table: popupbuttons are placed on wrong cells imported from XLS

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112501

Tamás Zolnai  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |zolnaitamas2...@gmail.com
   |desktop.org |
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 112501] Pivot table: popupbuttons are placed on wrong cells imported from XLS

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112501

--- Comment #2 from Tamás Zolnai  ---
Created attachment 136381
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136381=edit
Screenshot showing the actual result

-- 
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 112501] Pivot table: popupbuttons are placed on wrong cells imported from XLS

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112501

--- Comment #1 from Tamás Zolnai  ---
Created attachment 136380
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136380=edit
Pivot table using different modes

-- 
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 112501] New: Pivot table: popupbuttons are placed on wrong cells imported from XLS

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112501

Bug ID: 112501
   Summary: Pivot table: popupbuttons are placed on wrong cells
imported from XLS
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: zolnaitamas2...@gmail.com

Description:
In MSO Excel there are more layout mode for pivot tables. In the attached test
document the first pivot table has compact mode, which mode is not supported by
LO Calc. This bug report is not about adding support for this mode, but at
least avoid to add dummy popup buttons to wrong places.

Steps to Reproduce:
1. Open attached document in LO
2. Check first pivot table popup buttons
3. Two buttons are placed to wrong place (see screenshot)

Actual Results:  
Popupbuttons are placed to wrong cells after import (it is solved by refresh).

Expected Results:
Popupbuttons should placed to the same cells where MSO displays them.


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/60.0.3112.113 Safari/537.36

-- 
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 'refs/tags/cp-5.3-26'

2017-09-19 Thread Andras Timar
Tag 'cp-5.3-26' created by Andras Timar  at 
2017-09-19 20:57 +

cp-5.3-26

Changes since cp-5.3-25-14:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Changes to 'refs/tags/cp-5.3-26'

2017-09-19 Thread Christian Lohmaier
Tag 'cp-5.3-26' created by Andras Timar  at 
2017-09-19 20:57 +

cp-5.3-26

Changes since cp-5.3-10:
Christian Lohmaier (1):
  update translations for 5.3.3 rc2

---
 source/am/cui/source/options.po|8 
 source/am/cui/source/tabpages.po   |8 
 source/am/cui/uiconfig/ui.po   |8 
 source/am/fpicker/source/office.po |   10 
 source/am/officecfg/registry/data/org/openoffice/Office.po |6 
 source/am/sc/source/ui/src.po  |8 
 source/am/sfx2/source/dialog.po|   12 
 source/am/svtools/source/dialogs.po|8 
 source/am/svtools/source/misc.po   |8 
 source/am/svx/source/stbctrls.po   |8 
 source/am/svx/uiconfig/ui.po   |   10 
 source/bg/sc/uiconfig/scalc/ui.po  |   20 
 source/bg/sfx2/source/dialog.po|   12 
 source/bg/svx/source/dialog.po |   30 
 source/bg/svx/source/form.po   |   10 
 source/bg/svx/source/stbctrls.po   |8 
 source/bg/svx/source/tbxctrls.po   |6 
 source/bg/svx/uiconfig/ui.po   |  289 
 source/bg/sw/source/ui/utlui.po|   21 
 source/bg/sw/source/uibase/utlui.po|6 
 source/bg/sw/uiconfig/swriter/ui.po|5 
 source/br/cui/uiconfig/ui.po   |   70 -
 source/br/extensions/source/bibliography.po|   12 
 source/br/extensions/source/propctrlr.po   |  152 ++--
 source/br/sc/source/ui/src.po  |   12 
 source/ca/helpcontent2/source/text/scalc/00.po |   20 
 source/ca/helpcontent2/source/text/scalc/01.po |8 
 source/ca/helpcontent2/source/text/scalc/guide.po  |   10 
 source/ca/helpcontent2/source/text/shared/01.po|6 
 source/ca/helpcontent2/source/text/shared/guide.po |5 
 source/ca/helpcontent2/source/text/shared/optionen.po  |8 
 source/ca/helpcontent2/source/text/simpress/guide.po   |   10 
 source/ca/helpcontent2/source/text/swriter/01.po   |   13 
 source/ca/helpcontent2/source/text/swriter/guide.po|   25 
 source/ca/officecfg/registry/data/org/openoffice/Office/UI.po  |8 
 source/ca/sc/uiconfig/scalc/ui.po  |6 
 source/ca/svx/uiconfig/ui.po   |   12 
 source/cy/cui/uiconfig/ui.po   |8 
 source/cy/sfx2/source/dialog.po|   12 
 source/cy/sfx2/uiconfig/ui.po  |   15 
 source/cy/svtools/source/dialogs.po|8 
 source/cy/svtools/source/misc.po   |8 
 source/cy/svx/source/stbctrls.po   |   10 
 source/cy/svx/uiconfig/ui.po   |   10 
 source/da/cui/uiconfig/ui.po   |8 
 source/da/helpcontent2/source/text/scalc/01.po |   12 
 source/da/sfx2/source/dialog.po|   14 
 source/da/sfx2/uiconfig/ui.po  |   17 
 source/da/svtools/source/dialogs.po|   10 
 source/da/svtools/source/java.po   |   12 
 source/da/svtools/source/misc.po   |   10 
 source/da/svx/source/stbctrls.po   |8 
 source/da/svx/uiconfig/ui.po   |   12 
 source/de/editeng/source/items.po  |   10 
 source/de/formula/source/core/resource.po  |8 
 source/de/helpcontent2/source/auxiliary.po |6 
 source/de/helpcontent2/source/text/sbasic/shared/01.po |   10 
 source/de/helpcontent2/source/text/scalc.po|6 
 source/de/helpcontent2/source/text/scalc/00.po |6 
 source/de/helpcontent2/source/text/scalc/01.po |  100 +-
 source/de/helpcontent2/source/text/scalc/guide.po  |   34 
 source/de/helpcontent2/source/text/schart/01.po|6 
 source/de/helpcontent2/source/text/shared/00.po|   10 
 source/de/helpcontent2/source/text/shared/01.po|   12 
 source/de/helpcontent2/source/text/shared/explorer/database.po |8 
 source/de/helpcontent2/source/text/shared/guide.po |   16 
 

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-26'

2017-09-19 Thread Olivier R
Tag 'cp-5.3-26' created by Andras Timar  at 
2017-09-19 20:57 +

cp-5.3-26

Changes since cp-5.3-10:
Olivier R (1):
  tdf#107558 French spelling dictionary (6.0.3) and thesaurus

---
 fr_FR/README_fr.txt   |4 
 fr_FR/description.xml |2 
 fr_FR/fr.aff  |17751 ++--
 fr_FR/fr.dic  |155369 
+-
 fr_FR/package-description.txt |2 
 fr_FR/thes_fr.dat |  206 
 6 files changed, 88495 insertions(+), 84839 deletions(-)
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'refs/tags/cp-5.3-26'

2017-09-19 Thread Andras Timar
Tag 'cp-5.3-26' created by Andras Timar  at 
2017-09-19 20:57 +

cp-5.3-26

Changes since libreoffice-5-3-branch-point-28:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-09-19 Thread andreas kainz
 sc/uiconfig/scalc/ui/notebookbar.ui|7 ++-
 sd/uiconfig/simpress/ui/notebookbar.ui |7 ++-
 sw/uiconfig/swriter/ui/notebookbar.ui  |7 ++-
 3 files changed, 18 insertions(+), 3 deletions(-)

New commits:
commit 856ba5f73f2882abdbae6c3f70e8bdbc307e1cc9
Author: andreas kainz 
Date:   Sat Sep 16 00:12:35 2017 +0200

add signature icon cause the icon is available (in breeez)

Change-Id: If221848b1ef389a1816e5aab71f784ddd932c9bc
Reviewed-on: https://gerrit.libreoffice.org/42347
Tested-by: Jenkins 
Reviewed-by: Heiko Tietze 

diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui 
b/sc/uiconfig/scalc/ui/notebookbar.ui
index c37d6ff40d38..5eddae38f8a9 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -128,6 +128,11 @@
 False
 sfx2/res/placeholder.png
   
+  
+True
+False
+cmd/lc_signature.png
+  
   
 True
 False
@@ -357,7 +362,7 @@
 True
 True
 .uno:Signature
-PlaceholderImg
+SignatureImg
 none
 top
   
diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui 
b/sd/uiconfig/simpress/ui/notebookbar.ui
index 196d98656e78..0864001c29a5 100644
--- a/sd/uiconfig/simpress/ui/notebookbar.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar.ui
@@ -93,6 +93,11 @@
 False
 cmd/lc_paste.png
   
+  
+True
+False
+cmd/lc_signature.png
+  
   
 True
 False
@@ -315,7 +320,7 @@
 True
 True
 .uno:Signature
-PlaceholderImg
+SignatureImg
 none
 top
   
diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui 
b/sw/uiconfig/swriter/ui/notebookbar.ui
index 8925ff32fb73..e0ff31c6bd74 100644
--- a/sw/uiconfig/swriter/ui/notebookbar.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar.ui
@@ -139,6 +139,11 @@
 False
 sfx2/res/placeholder.png
   
+  
+True
+False
+cmd/lc_signature.png
+  
   
 True
 False
@@ -422,7 +427,7 @@
 True
 True
 .uno:Signature
-PlaceholderImg
+SignatureImg
 none
 top
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - 3 commits - configure.ac sc/source sw/source

2017-09-19 Thread Andras Timar
 configure.ac  |2 
 sc/source/ui/docshell/impex.cxx   |   10 +++
 sw/source/core/doc/DocumentRedlineManager.cxx |   66 --
 sw/source/core/inc/DocumentRedlineManager.hxx |1 
 4 files changed, 42 insertions(+), 37 deletions(-)

New commits:
commit 165cd6a40ab4a53ac273e2a4500f82a3249b855a
Author: Andras Timar 
Date:   Tue Sep 19 22:52:15 2017 +0200

Bump version to 5.3-26

Change-Id: I0108167312db0063f4bdd5e6807c5d5017a32e07

diff --git a/configure.ac b/configure.ac
index e9ada24e891f..7a8ae6e1f085 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([Collabora Office],[5.3.10.25],[],[],[https://collaboraoffice.com/])
+AC_INIT([Collabora Office],[5.3.10.26],[],[],[https://collaboraoffice.com/])
 
 AC_PREREQ([2.59])
 
commit 284193dbc07f4514af05d64d9cdf640a95158a78
Author: Michael Stahl 
Date:   Fri Sep 15 13:51:04 2017 +0200

ofz#3301 sw: DeleteAndJoin found yet another way to delete new redline

Not only can that happen in CompressRedlines(), it can also happen
in the SwComparePosition::Outside case when the DeleteRedline()
decides in particular circumstances to split up the inserted
new redline.

Arguably it's wrong to split up the new redline in this case;
not sure if that ever happens in a legitimate use case though.

Avoid this by removing the hack to temporarily insert the new redline
and instead create a temporary SwUnoCursor that will be corrected
on behalf of the new redline, while the new redline is parked on a
safe node.

This not only avoids the crash on this file but also makes the
"corrupted redline table" assertions go away.

Change-Id: I478f4cfc53a19d2cf2f0937f631962f80b1815ff
Reviewed-on: https://gerrit.libreoffice.org/42408
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 
(cherry picked from commit a562be54f3127f4e22a3a38e62db2b38d48499f3)

diff --git a/sw/source/core/doc/DocumentRedlineManager.cxx 
b/sw/source/core/doc/DocumentRedlineManager.cxx
index f2d51192759d..c5da74836240 100644
--- a/sw/source/core/doc/DocumentRedlineManager.cxx
+++ b/sw/source/core/doc/DocumentRedlineManager.cxx
@@ -27,6 +27,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -575,6 +576,32 @@ namespace
 }
 }
 }
+
+/// in case some text is deleted, ensure that the not-yet-inserted
+/// SwRangeRedline has its positions corrected not to point to deleted node
+class TemporaryRedlineUpdater
+{
+private:
+SwRangeRedline & m_rRedline;
+std::shared_ptr m_pCursor;
+public:
+TemporaryRedlineUpdater(SwDoc & rDoc, SwRangeRedline & rRedline)
+: m_rRedline(rRedline)
+, m_pCursor(rDoc.CreateUnoCursor(*rRedline.GetPoint(), false))
+{
+if (m_rRedline.HasMark())
+{
+m_pCursor->SetMark();
+*m_pCursor->GetMark() = *m_rRedline.GetMark();
+*m_rRedline.GetMark() = 
SwPosition(rDoc.GetNodes().GetEndOfContent());
+}
+*m_rRedline.GetPoint() = 
SwPosition(rDoc.GetNodes().GetEndOfContent());
+}
+~TemporaryRedlineUpdater()
+{
+static_cast(m_rRedline) = *m_pCursor;
+}
+};
 }
 
 namespace sw
@@ -1223,19 +1250,11 @@ bool DocumentRedlineManager::AppendRedline( 
SwRangeRedline* pNewRedl, bool bCall
 {
 mpRedlineTable->Remove( n );
 bDec = true;
-// We insert temporarily so that pNew is
-// also dealt with when moving the indices.
 if( bCallDelete )
 {
-::comphelper::FlagGuard 
g(m_isForbidCompressRedlines);
-mpRedlineTable->Insert( pNewRedl );
+TemporaryRedlineUpdater const u(m_rDoc, 
*pNewRedl);
 
m_rDoc.getIDocumentContentOperations().DeleteAndJoin( *pRedl );
-if( !mpRedlineTable->Remove( pNewRedl ) )
-{
-assert(false); // can't happen
-pNewRedl = nullptr;
-}
-bCompress = true; // delayed compress
+n = 0;

[Libreoffice-bugs] [Bug 103685] SQL... dialog Status: "Commands out of sync" when connecting to MySQL using direct (native) connector

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103685

--- Comment #4 from Julien Nabet  ---
Lionel: Taking a look to MariaDB website, 3.0.2 version of the C connector is
out (see https://downloads.mariadb.org/connector-c/3.0.2/), compared to 2.0.0.
But there are also 2.1.0 + 2.2 and 2.3 branches if we don't want to jump to 3.X
version

About mysql connector c++, there's now 1.1.10 (see
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1.html), compared to
1.1.4

Of course, upgrading all this + updating the associated patches (THIS is really
a PITA, I don't know a good and simple procedure for this) from LO is quite a
big work and not for beginners I suppose.

I don't know on what you're working right now but i'm afraid nobody would give
it a try if you don't have time or are on other things.

-- 
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: 3 commits - common/Session.cpp test/countloolkits.hpp test/httpcrashtest.cpp test/Makefile.am test/test.cpp test/test.hpp test/UnitClient.cpp wsd/LOOLWSD.cpp wsd/LOOL

2017-09-19 Thread Michael Meeks
 common/Session.cpp |3 -
 test/Makefile.am   |   25 --
 test/UnitClient.cpp|8 ++-
 test/countloolkits.hpp |   57 
 test/httpcrashtest.cpp |   72 ++
 test/test.cpp  |  116 +
 test/test.hpp  |   13 +
 wsd/LOOLWSD.cpp|   17 ++-
 wsd/LOOLWSD.hpp|2 
 9 files changed, 201 insertions(+), 112 deletions(-)

New commits:
commit 2c1508c309f8301e4a28f2d6dddc6557fda807ed
Author: Michael Meeks 
Date:   Tue Sep 19 19:06:46 2017 +0100

Implement more reliable in-process short-cuts.

Change-Id: Icdfa71affad147c29df175ae687cbecc3f1f171b

diff --git a/test/Makefile.am b/test/Makefile.am
index dc4f7ce4..57094967 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -69,7 +69,7 @@ unit_oob_la_SOURCES = UnitOOB.cpp
 unit_fuzz_la_SOURCES = UnitFuzz.cpp
 unit_admin_la_SOURCES = UnitAdmin.cpp
 unit_admin_la_LIBADD = $(CPPUNIT_LIBS)
-unit_client_la_SOURCES = UnitClient.cpp ${test_base_source}
+unit_client_la_SOURCES = UnitClient.cpp ${test_all_source}
 unit_client_la_LIBADD = $(CPPUNIT_LIBS)
 unit_timeout_la_SOURCES = UnitTimeout.cpp
 unit_prefork_la_SOURCES = UnitPrefork.cpp
@@ -91,7 +91,7 @@ check-local:
 # FIXME 2: unit-oob.la fails with symbol undefined:
 # UnitWSD::testHandleRequest(UnitWSD::TestRequest, UnitHTTPServerRequest&, 
UnitHTTPServerResponse&) ,
 TESTS = unit-prefork.la unit-tilecache.la unit-timeout.la unit-oauth.la
-# TESTS += unit-client.la
+# TESTS = unit-client.la
 # TESTS += unit-admin.la
 # TESTS += unit-storage.la
 else
diff --git a/test/UnitClient.cpp b/test/UnitClient.cpp
index ec31fb2f..0de67bac 100644
--- a/test/UnitClient.cpp
+++ b/test/UnitClient.cpp
@@ -57,9 +57,9 @@ public:
 
 _worker = std::thread([this]{
 if (runClientTests(false, true))
-exitTest (TestResult::Failed);
+exitTest(TestResult::Ok);
 else
-exitTest (TestResult::Ok);
+exitTest(TestResult::Failed);
 });
 }
 };
diff --git a/test/test.cpp b/test/test.cpp
index 6642a151..4e540478 100644
--- a/test/test.cpp
+++ b/test/test.cpp
@@ -79,6 +79,7 @@ bool isStandalone()
 return IsStandalone;
 }
 
+// returns true on success
 bool runClientTests(bool standalone, bool verbose)
 {
 IsStandalone = standalone;
@@ -141,6 +142,9 @@ bool runClientTests(bool standalone, bool verbose)
 return result.wasSuccessful();
 }
 
+// Versions assuming a single user, on a single machine
+#ifndef UNIT_CLIENT_TESTS
+
 std::vector getProcPids(const char* exec_filename, bool ignoreZombies = 
false)
 {
 std::vector pids;
@@ -222,4 +226,31 @@ std::vector getForKitPids()
 return pids;
 }
 
+#else // UNIT_CLIENT_TESTS
+
+// Here we are compiled inside UnitClient.cpp and we have
+// full access to the WSD process internals.
+
+std::vector getKitPids()
+{
+return LOOLWSD::getKitPids();
+}
+
+/// Get the PID of the forkit
+std::vector getForKitPids()
+{
+std::vector pids;
+if (LOOLWSD::ForKitProcId >= 0)
+pids.push_back(LOOLWSD::ForKitProcId);
+return pids;
+}
+
+/// How many live lookit processes do we have ?
+int getLoolKitProcessCount()
+{
+return getKitPids().size();
+}
+
+#endif // UNIT_CLIENT_TESTS
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/test/test.hpp b/test/test.hpp
index 44b7adda..2f85cac2 100644
--- a/test/test.hpp
+++ b/test/test.hpp
@@ -18,6 +18,8 @@ bool isStandalone();
 /// Run the set of client tests we have
 bool runClientTests(bool standalone, bool verbose);
 
+//  Abstraction for standalone vs. WSD 
+
 /// Get the list of kit PIDs
 std::vector getKitPids();
 
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 025bf1cb..1c4088b8 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -2765,7 +2765,6 @@ int LOOLWSD::main(const std::vector& 
/*args*/)
 return returnValue;
 }
 
-
 void UnitWSD::testHandleRequest(TestRequest type, UnitHTTPServerRequest& /* 
request */, UnitHTTPServerResponse& /* response */)
 {
 switch (type)
@@ -2784,6 +2783,22 @@ void UnitWSD::testHandleRequest(TestRequest type, 
UnitHTTPServerRequest& /* requ
 }
 }
 
+std::vector LOOLWSD::getKitPids()
+{
+std::vector pids;
+{
+std::unique_lock lock(NewChildrenMutex);
+for (const auto  : NewChildren)
+pids.push_back(child->getPid());
+}
+{
+std::unique_lock lock(DocBrokersMutex);
+for (const auto  : DocBrokers)
+pids.push_back(it.second->getPid());
+}
+return pids;
+}
+
 #if !defined(BUILDING_TESTS) && !defined(KIT_IN_PROCESS)
 namespace Util
 {
diff --git a/wsd/LOOLWSD.hpp b/wsd/LOOLWSD.hpp
index 86f8dbcb..4c7579f9 100644
--- a/wsd/LOOLWSD.hpp
+++ b/wsd/LOOLWSD.hpp
@@ -57,6 +57,8 @@ public:
 static std::unique_ptr TraceDumper;
 static std::set EditFileExtensions;
 
+

[Libreoffice-bugs] [Bug 103685] SQL... dialog Status: "Commands out of sync" when connecting to MySQL using direct (native) connector

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103685

Julien Nabet  changed:

   What|Removed |Added

 CC||ipla...@tuta.io,
   ||lio...@mamane.lu,
   ||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
Lionel: When in SQL direct, Select is used + show results is checked,
"executeQuery" is used and it seems there's no pb.
In the other cases, "execute" is used. I tried to debug and think the pb is in
mariadb-connector-c since "Commands out of sync" comes from this part but not
easy to follow. The execute method should return with status =
MYSQL_STATUS_READY but it's not the case.
In mysql-connector-cpp/driver/mysql_statement.cpp
we go line 87:
 80 MySQL_Statement::do_query(const ::sql::SQLString )
 81 {
 82 CPP_ENTER("MySQL_Statement::do_query");
 83 CPP_INFO_FMT("this=%p", this);
 84 checkClosed();
 85 
 86 if (proxy->query(q) && proxy->errNo()) {
 87 CPP_ERR_FMT("Error during proxy->query : %d:(%s) %s",
proxy->errNo(), proxy->sqlstate().c_str(), proxy->error().c_str());
 88 sql::mysql::util::throwSQLException(*proxy.get());
 89 }
 90 
 91 warningsCount= proxy->warning_count();
 92 
 93 warningsHaveBeenLoaded= false;
 94 }


The pb in tdf#112423 must be similar

-- 
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: 2 commits - sc/source xmloff/source

2017-09-19 Thread Michael Stahl
 sc/source/filter/excel/xiescher.cxx |   10 ++
 xmloff/source/core/xmlexp.cxx   |2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)

New commits:
commit ec100b7066d5a00178deb3a1625da07fd1c3b416
Author: Michael Stahl 
Date:   Tue Sep 19 22:01:00 2017 +0200

sc: fix infinite loop in XclImpDffConverter::ProcessShGrContainer()

... and also in XclImpDffConverter::ProcessDgContainer()

This was looping in CppunitTest_sc_filters_test, reportedly since
commit 7e8c38b69742ff037a5e239bf0f02665f053ea53.

The problem is that checkSeek() doesn't actually seek until EOF
if the offset is too large.

Change-Id: I16226a88388dcac8069d6a4cad860470540466e3

diff --git a/sc/source/filter/excel/xiescher.cxx 
b/sc/source/filter/excel/xiescher.cxx
index 17c4f163c886..fd13897d33d1 100644
--- a/sc/source/filter/excel/xiescher.cxx
+++ b/sc/source/filter/excel/xiescher.cxx
@@ -3684,7 +3684,8 @@ OUString XclImpDffConverter::ReadHlinkProperty( SvStream& 
rDffStrm ) const
 void XclImpDffConverter::ProcessDgContainer( SvStream& rDffStrm, const 
DffRecordHeader& rDgHeader )
 {
 std::size_t nEndPos = rDgHeader.GetRecEndFilePos();
-while( rDffStrm.Tell() < nEndPos )
+bool isBreak(false);
+while (!isBreak && rDffStrm.good() && rDffStrm.Tell() < nEndPos)
 {
 DffRecordHeader aHeader;
 ReadDffRecordHeader( rDffStrm, aHeader );
@@ -3697,7 +3698,7 @@ void XclImpDffConverter::ProcessDgContainer( SvStream& 
rDffStrm, const DffRecord
 ProcessShGrContainer( rDffStrm, aHeader );
 break;
 default:
-aHeader.SeekToEndOfRecord( rDffStrm );
+isBreak = !aHeader.SeekToEndOfRecord( rDffStrm );
 }
 }
 // seek to end of drawing page container
@@ -3713,7 +3714,8 @@ void XclImpDffConverter::ProcessDgContainer( SvStream& 
rDffStrm, const DffRecord
 void XclImpDffConverter::ProcessShGrContainer( SvStream& rDffStrm, const 
DffRecordHeader& rShGrHeader )
 {
 std::size_t nEndPos = rShGrHeader.GetRecEndFilePos();
-while( rDffStrm.Tell() < nEndPos )
+bool isBreak(false);
+while (!isBreak && rDffStrm.good() && rDffStrm.Tell() < nEndPos)
 {
 DffRecordHeader aHeader;
 ReadDffRecordHeader( rDffStrm, aHeader );
@@ -3724,7 +3726,7 @@ void XclImpDffConverter::ProcessShGrContainer( SvStream& 
rDffStrm, const DffReco
 ProcessShContainer( rDffStrm, aHeader );
 break;
 default:
-aHeader.SeekToEndOfRecord( rDffStrm );
+isBreak = !aHeader.SeekToEndOfRecord( rDffStrm );
 }
 }
 // seek to end of shape group container
commit ee599ea46365adc37f4d495d9ff9778c25c04c92
Author: Michael Stahl 
Date:   Tue Sep 19 21:43:23 2017 +0200

xmloff: fix stack-use-after-return in SvXMLExport::exportDoc()

PropertySetInfo(PropertyMapEntry const * pMap) stores the pointers,
and its lifetime is controlled by refcounting, so the lifetime
of aInfoMap can't be automatic.

ERROR: AddressSanitizer: stack-use-after-return on address ...
... is located in stack of thread T46
at offset 224 in frame SvXMLExport::exportDoc(xmloff::token::XMLTokenEnum)

This frame has 39 object(s):
  ...
  [224, 288) 'aInfoMap' <== Memory access at offset 224 is inside this 
variable

Change-Id: I4eaa9d38bab708b222d999b0982100d7ef97e95c

diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index 78a798ecd3a7..a805ef7ac5e4 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -1285,7 +1285,7 @@ ErrCode SvXMLExport::exportDoc( enum 
::xmloff::token::XMLTokenEnum eClass )
 {
 try
 {
-::comphelper::PropertyMapEntry const aInfoMap[] =
+static ::comphelper::PropertyMapEntry const aInfoMap[] =
 {
 { OUString("Class"), 0,
 ::cppu::UnoType::get(),
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 112500] FILEOPEN: EMF+ Images are shifted inside the frame

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112500

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression
 Status|UNCONFIRMED |NEW
 CC||armin.le.gr...@me.com,
   ||t...@libreoffice.org,
   ||xiscofa...@libreoffice.org
 Blocks||111486
 Ever confirmed|0   |1

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

author  Thorsten Behrens   2017-08-21 20:44:30
(GMT)
committer   Thorsten Behrens   2017-08-22
10:28:57 (GMT)
commit  ebc11ae0b132eefd3b1b1a837a8d0ad3ba73b460 (patch)
tree599ae51a0a42b111f245697e7ad86b7f85681798
parent  a3782f1152e4cf02f30003b5f96c7ba603a87db9 (diff)
emfplus: cut over to new EMF+ renderer
We're on par with the old functionality now (modulo a few smaller
issues); overall QoS is much better, we get vector output on pdf
and print, and the need for large offscreen bitmap rendering goes
away.

Bisected with: bibisect-linux64-6.0

Adding Cc: to Thorsten Behrens


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111486
[Bug 111486] [META] Regressions from EMF+ reworking
-- 
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 111486] [META] Regressions from EMF+ reworking

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111486

Xisco Faulí  changed:

   What|Removed |Added

 Depends on||112500


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112500
[Bug 112500] FILEOPEN: EMF+ Images are shifted inside the frame
-- 
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 112462] Writer formula bar ignores locale

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112462

Dieter Praas  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #6 from Dieter Praas  ---
I tried again to reproduce it, but I couldn't. So I think this bug occurs under
certain circumstances, but it is not really clear how to reproduce it. So i
think it's the best to change it back to unconfirmed, until there are clear
steps to reproduce it always

-- 
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 112500] New: FILEOPEN: EMF+ Images are shifted inside the frame

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112500

Bug ID: 112500
   Summary: FILEOPEN: EMF+ Images are shifted inside the frame
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: xiscofa...@libreoffice.org

Created attachment 136379
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136379=edit
Comparison before and after

Steps to reproduce:
1. Open attachment 43525  from bug 34454
2. Check Figures in page 5, 6 and 7

Observed behaviour: Figures are shifted inside the frame

Reproduced in

Version: 6.0.0.0.alpha0+
Build ID: dd5868409ae430f9c9ffea18ea7e287a65cfa2ab
CPU threads: 4; OS: Linux 4.10; UI render: GL; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

This might be related to bug 112499

[Bug found by office-interoperability-tools]

-- 
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 112499] FILEOPEN: EMF+ Textboxes not displayed

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112499

Xisco Faulí  changed:

   What|Removed |Added

 Blocks||111486


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111486
[Bug 111486] [META] Regressions from EMF+ reworking
-- 
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: external/curl

2017-09-19 Thread Tor Lillqvist
 external/curl/UnpackedTarball_curl.mk |8 
 external/curl/curl-osx.patch.1|  285 ++
 2 files changed, 293 insertions(+)

New commits:
commit eba34a557cdacd6a39d2e86fadc25eb1e2707b57
Author: Tor Lillqvist 
Date:   Tue Sep 19 22:28:24 2017 +0300

connectx() is available only on Mac OS X 10.11 and newer

Compiling against the 10.13 SDK with --with-macosx-version-min-
required set to 10.9 or 10.10 (or defaulted, meaning 10.9) causes a
compilation error now. Earlier SDKs did not catch it if you were using
connectx() even if targeting pre-10.11.

Try the approach from https://github.com/curl/curl/pull/1336/commits .

Change-Id: I7cac294931c8afa6ff26a6ca9cf4491aff249de0

diff --git a/external/curl/UnpackedTarball_curl.mk 
b/external/curl/UnpackedTarball_curl.mk
index b0d103204430..81673b775986 100644
--- a/external/curl/UnpackedTarball_curl.mk
+++ b/external/curl/UnpackedTarball_curl.mk
@@ -31,4 +31,12 @@ $(eval $(call gb_UnpackedTarball_add_patches,curl,\
 ))
 endif
 
+ifeq ($(OS),MACOSX)
+ifneq ($(filter 1090 101000,$(MAC_OS_X_VERSION_MIN_REQUIRED)),)
+$(eval $(call gb_UnpackedTarball_add_patches,curl,\
+   external/curl/curl-osx.patch.1 \
+))
+endif
+endif
+
 # vim: set noet sw=4 ts=4:
diff --git a/external/curl/curl-osx.patch.1 b/external/curl/curl-osx.patch.1
new file mode 100644
index ..7694a1dcda2c
--- /dev/null
+++ b/external/curl/curl-osx.patch.1
@@ -0,0 +1,285 @@
+From efebf4d4f882a57a98a0653d21d543cd4132d23d Mon Sep 17 00:00:00 2001
+From: Palo Markovic 
+Date: Sat, 18 Mar 2017 16:37:02 +1300
+Subject: [PATCH] macOS: Fixed crash on 10.8 caused by missing connectx()
+ function
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The connectx() function call appeared in Darwin 15.0.0
+That covers OS X 10.11, iOS 9 and tvOS 9.
+
+Because connectx is not declared with weak_import attribute it’s not possible
+to build libcurl on OS X 10.11 and later and target systems which don’t have
+_connectx symbol declared in libsystem_kernel.dylib (i.e. OS 10.8 and earlier).
+
+Solution is to use connectx only on platforms that officially support it
+i.e. by defining CFLAGS="-mmacosx-version-min=10.11" in configure step.
+
+Note: It is possible to conditionally use connectx() in libcurl targeting
+range of systems based on availability determined during runtime using dlsym().
+
+[Bug: https://github.com/curl/curl/issues/1330]
+---
+ lib/connect.c|  2 +-
+ lib/curl_setup.h | 16 
+ lib/url.c|  2 +-
+ 3 files changed, 18 insertions(+), 2 deletions(-)
+
+diff --git a/lib/connect.c b/lib/connect.c
+index 197eff242f..33251914b8 100644
+--- a/lib/connect.c
 b/lib/connect.c
+@@ -1075,7 +1075,7 @@ static CURLcode singleipconnect(struct connectdata *conn,
+   /* Connect TCP sockets, bind UDP */
+   if(!isconnected && (conn->socktype == SOCK_STREAM)) {
+ if(conn->bits.tcp_fastopen) {
+-#if defined(CONNECT_DATA_IDEMPOTENT) /* OS X */
++#if defined(HAVE_DARWIN_CONNECTX) /* Darwin */
+   sa_endpoints_t endpoints;
+   endpoints.sae_srcif = 0;
+   endpoints.sae_srcaddr = NULL;
+diff --git a/lib/curl_setup.h b/lib/curl_setup.h
+index 0fe3633ec7..8643e1fd28 100644
+--- a/lib/curl_setup.h
 b/lib/curl_setup.h
+@@ -762,4 +762,20 @@ endings either CRLF or LF so 't' is appropriate.
+ #  endif
+ # endif
+ 
++/* Detect Darwin connectx() function availability.
++ * The connectx() function call appeared in Darwin 15.0.0
++ * but it's not declared using availability attribute.
++ */
++#if defined(__MAC_OS_X_VERSION_MIN_REQUIRED)
++#  if (__MAC_OS_X_VERSION_MIN_REQUIRED >= 101100)
++#define HAVE_DARWIN_CONNECTX 1
++#  endif
++#elif defined(__IPHONE_OS_VERSION_MIN_REQUIRED)
++#  if (__IPHONE_OS_VERSION_MIN_REQUIRED >= 9)
++#define HAVE_DARWIN_CONNECTX 1
++#  endif
++#elif defined(CONNECT_DATA_IDEMPOTENT)  /* Fallback for other Darwin OS */
++#  define HAVE_DARWIN_CONNECTX 1
++#endif
++
+ #endif /* HEADER_CURL_SETUP_H */
+diff --git a/lib/url.c b/lib/url.c
+index 03feaa20f7..08fbe5132b 100644
+--- a/lib/url.c
 b/lib/url.c
+@@ -2834,7 +2834,7 @@ CURLcode Curl_setopt(struct Curl_easy *data, CURLoption 
option,
+ data->set.tcp_keepintvl = va_arg(param, long);
+ break;
+   case CURLOPT_TCP_FASTOPEN:
+-#if defined(CONNECT_DATA_IDEMPOTENT) || defined(MSG_FASTOPEN)
++#if defined(HAVE_DARWIN_CONNECTX) || defined(MSG_FASTOPEN)
+ data->set.tcp_fastopen = (0 != va_arg(param, long))?TRUE:FALSE;
+ #else
+ result = CURLE_NOT_BUILT_IN;
+From 45756a8a23967570da1390f9b1475c1db38a52d1 Mon Sep 17 00:00:00 2001
+From: Palo Markovic 
+Date: Sat, 25 Mar 2017 13:20:51 +1300
+Subject: [PATCH] macOS: moved connectx check to configuration phase
+
+---
+ acinclude.m4 | 40 
+ configure.ac |  1 +
+ lib/connect.c|  2 +-

[Libreoffice-bugs] [Bug 111486] [META] Regressions from EMF+ reworking

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111486

Xisco Faulí  changed:

   What|Removed |Added

 Depends on||112499


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112499
[Bug 112499] FILEOPEN: EMF+ Textboxes not displayed
-- 
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 112499] FILEOPEN: EMF+ Textboxes not displayed

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112499

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression
 Status|UNCONFIRMED |NEW
 CC||armin.le.gr...@me.com,
   ||t...@libreoffice.org,
   ||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

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

author  Thorsten Behrens   2017-08-21 20:44:30
(GMT)
committer   Thorsten Behrens   2017-08-22
10:28:57 (GMT)
commit  ebc11ae0b132eefd3b1b1a837a8d0ad3ba73b460 (patch)
tree599ae51a0a42b111f245697e7ad86b7f85681798
parent  a3782f1152e4cf02f30003b5f96c7ba603a87db9 (diff)
emfplus: cut over to new EMF+ renderer
We're on par with the old functionality now (modulo a few smaller
issues); overall QoS is much better, we get vector output on pdf
and print, and the need for large offscreen bitmap rendering goes
away.

Bisected with: bibisect-linux64-6.0

Adding Cc: to Thorsten Behrens

[Bug found by office-interoperability-tools]

-- 
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 112499] New: FILEOPEN: EMF+ Textboxes not displayed

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112499

Bug ID: 112499
   Summary: FILEOPEN: EMF+ Textboxes not displayed
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: xiscofa...@libreoffice.org

Created attachment 136378
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136378=edit
Comparison before and after

Steps to reproduce:
1. Open attachment 43525 from bug 34454
2. Check Figure 2.

Observed behaviour: Textboxes not displayed

Reproduced in

Version: 6.0.0.0.alpha0+
Build ID: dd5868409ae430f9c9ffea18ea7e287a65cfa2ab
CPU threads: 4; OS: Linux 4.10; UI render: GL; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

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


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

2017-09-19 Thread Eike Rathke
 filter/source/config/fragments/filters/writer_web_jpg_Export.xcu |2 +-
 filter/source/config/fragments/filters/writer_web_png_Export.xcu |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0961cfc50a7e992d97c5c681a02a348fd3c10634
Author: Eike Rathke 
Date:   Tue Sep 19 21:31:15 2017 +0200

Writer Web export to PNG,JPG: switch to proper SvFilterOptionsDialog

Change-Id: I6388ad03d4b94556f5a955d06c1f4e0d8c7188b1
Reviewed-on: https://gerrit.libreoffice.org/42501
Reviewed-by: Eike Rathke 
Tested-by: Eike Rathke 

diff --git a/filter/source/config/fragments/filters/writer_web_jpg_Export.xcu 
b/filter/source/config/fragments/filters/writer_web_jpg_Export.xcu
index 584283fcce48..ddcc62b36702 100644
--- a/filter/source/config/fragments/filters/writer_web_jpg_Export.xcu
+++ b/filter/source/config/fragments/filters/writer_web_jpg_Export.xcu
@@ -8,7 +8,7 @@
 -->
 
 EXPORT ALIEN 
3RDPARTYFILTER
-com.sun.star.comp.GraphicExportDialog
+com.sun.star.svtools.SvFilterOptionsDialog
 com.sun.star.comp.GraphicExportFilter
 
 
diff --git a/filter/source/config/fragments/filters/writer_web_png_Export.xcu 
b/filter/source/config/fragments/filters/writer_web_png_Export.xcu
index 74087733746f..424161cbc071 100644
--- a/filter/source/config/fragments/filters/writer_web_png_Export.xcu
+++ b/filter/source/config/fragments/filters/writer_web_png_Export.xcu
@@ -8,7 +8,7 @@
 -->
 
 EXPORT ALIEN 
3RDPARTYFILTER
-com.sun.star.comp.GraphicExportDialog
+com.sun.star.svtools.SvFilterOptionsDialog
 com.sun.star.comp.GraphicExportFilter
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 41650] FILESAVE as .doc or docx: activation of page flow on wrong place - and headers/ footers and page styles change (see comment #15)

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41650

--- Comment #30 from Cor Nouws  ---
Hi Bob,

Thanks for testing. What version did you test in (Help>About)?

I tested in Version: 6.0.0.0.alpha0+
Build ID: afeff9102c2935139de4efd40fd2286dce396706
CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-09-17_23:32:41
Locale: nl-NL (nl_NL.UTF-8); Calc: group


(In reply to Bob Furber from comment #28)
> I searched Help and web for "page crossing(s)" and "hard break" without
> success. Came across Insert -> Manual Break -> page, but that did not allow
> me to save page styles correctly to docx, either:

Yes, it's sometimes a mystery how to get to specific help pages.

> 1. Open simple 1 page template:
> Page style: Default
> Added text - Paragraph styles: Title, Heading 1, Heading 2, Heading 3,
> Default text, Body text
> Footer style: filename, page number (arabic: 1, 2, 3..), date

OK

> 2. Menu → Format → Page → Organizer → Style: UNABLE to CHANGE page style
> from Default

OK

> 3. Sidebar → Styles and Formatting → Page → double-clicked on Index: Page
> style changed to "First Page"

OK

> 4. New line after Title: Paragraph style Text Body
> 
> 5. Menu → Insert → Manual Break → Page → Style → Index |  Change page number
> -> 1: The cursor moved to a 2nd page with a Index style . The 1st page kept
> First Page style. The page count in the lower left of the screen changed
> from Page 1 of 1 to Page 3 of 3!!

Yes - Writes counts 'empty' pages, so that on double sided printing, title
pages/ new chapters start at the page right.
(See Tools > Options > Writer > Print .. > Other)

> 6. Menu → Insert → Manual Break → Page → Style → Default Style |  Change
> page number -> 1: The cursor moved to a 3rd page with a Default Style style
> . The 1st page kept First Page style. The 2nd page maintained its Index
> style. The page count in the lower left of the screen changed from Page 3 of
> 3 to Page 5 of 5!!

OK

> 7. Saved as a template
> 
> 8. Created new PageStylesSaveAs.odt (attached) and PageStylesSaveAs.docx
> using the new template
> 
> 9. Saved and closed both documents
> 
> 10. Opened 3 page PageStylesSaveAs.docx:
> Page 1 (Page 1 of 5) has acquired Default Style
> Page 2 (Page 2 of 5) has acquired Converted1 style, Page number changed from
> italic to arabic

Your attachment 136352 has no page number applied on the second page
(Index/converted1). If you mean in the page style properties, that is arabic in
the odt too.

The change of page style name, always happens with saving in doc(x).
I guess that's because doc(x) doesn't support this.

NB: in my test, I had to add an extra paragraph below the index, that you put
on the second page. to prevent the index cover the page crossing after
close

> Page 3 (Page 3 of 5) has acquired Converted2 style, Page number  was
> dropped, but came up as arabic when added

The page number was retained in my test.

> 11. Saved, closed and reopened as 2 page (!!) PageStylesSaveAs.docx:
>  Page 1 (Page 1 of 3) remained Default Style
> Page 2 (Page 2 of 3) remained Converted1 style, the 2:3 page break vanished
> so contents of page 3 moved to page 2 Page number changed from italic to
> arabic (that of the no-longer-existing page 3)

I confirm that problem, but can prevent it happening by adding an extra
paragraph below the index on the second page..

So, apart from the changing page style names, I see no other problem then the
page crossing below the index on the second page, in case there is only one
empty paragraph, it seems. I think that is a relative new bug.

Can you please post what your version info is?
thanks,
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-commits] core.git: filter/source

2017-09-19 Thread Eike Rathke
 filter/source/config/fragments/filters/writer_png_Export.xcu |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 51c7d52ee1ff26ebf5fe407520514c484e0d7f82
Author: Eike Rathke 
Date:   Tue Sep 19 21:10:45 2017 +0200

Writer does not support selection, so don't claim it would

Though it doesn't change anything UI wise.
See also commit cb9d99dbb5a7249ca7437bd5c30c6c9374089a16

Change-Id: Ic5e0e411325945f91a00b58da5341eeecd7b6623
Reviewed-on: https://gerrit.libreoffice.org/42500
Reviewed-by: Eike Rathke 
Tested-by: Eike Rathke 

diff --git a/filter/source/config/fragments/filters/writer_png_Export.xcu 
b/filter/source/config/fragments/filters/writer_png_Export.xcu
index a6c8d37ce714..8dd58b35139c 100644
--- a/filter/source/config/fragments/filters/writer_png_Export.xcu
+++ b/filter/source/config/fragments/filters/writer_png_Export.xcu
@@ -16,7 +16,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 -->
 
-EXPORT ALIEN 3RDPARTYFILTER 
SUPPORTSSELECTION
+EXPORT ALIEN 
3RDPARTYFILTER
 com.sun.star.svtools.SvFilterOptionsDialog
 com.sun.star.comp.GraphicExportFilter
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 112446] FILEOPEN, DOCX Misplaced page number

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112446

Justin L  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=75
   ||573
   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |

--- Comment #5 from Justin L  ---
proposed fix at https://gerrit.libreoffice.org/42499

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


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

2017-09-19 Thread Tor Lillqvist
 configure.ac |   17 +
 1 file changed, 13 insertions(+), 4 deletions(-)

New commits:
commit d00110cf5589f04f198742a1ee6d7f43aebe3c0b
Author: Tor Lillqvist 
Date:   Tue Sep 19 22:06:10 2017 +0300

Accept macOS 10.13

Change-Id: I52fb11c8830a5a78c7a9181708f1727b473069e3

diff --git a/configure.ac b/configure.ac
index 08a30cdd0352..fb4f406ef02d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2622,7 +2622,7 @@ if test $_os = Darwin -o $_os = iOS; then
 # higher than or equal to the minimum required should be found.
 
 AC_MSG_CHECKING([what Mac OS X SDK to use])
-for _macosx_sdk in $with_macosx_sdk 10.9 10.10 10.11 10.12; do
+for _macosx_sdk in $with_macosx_sdk 10.9 10.10 10.11 10.12 10.13; do
 MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> 
/dev/null`
 if test -d "$MACOSX_SDK_PATH"; then
 with_macosx_sdk="${_macosx_sdk}"
@@ -2663,8 +2663,11 @@ if test $_os = Darwin -o $_os = iOS; then
 10.12)
 MACOSX_SDK_VERSION=101200
 ;;
+10.13)
+MACOSX_SDK_VERSION=101300
+;;
 *)
-AC_MSG_ERROR([with-macosx-sdk $with_macosx_sdk is not a supported 
value, supported values are 10.9--12])
+AC_MSG_ERROR([with-macosx-sdk $with_macosx_sdk is not a supported 
value, supported values are 10.9--13])
 ;;
 esac
 
@@ -2696,8 +2699,11 @@ if test $_os = Darwin -o $_os = iOS; then
 10.12)
 MAC_OS_X_VERSION_MIN_REQUIRED="101200"
 ;;
+10.13)
+MAC_OS_X_VERSION_MIN_REQUIRED="101300"
+;;
 *)
-AC_MSG_ERROR([with-macosx-version-min-required 
$with_macosx_version_min_required is not a supported value, supported values 
are 10.9--12])
+AC_MSG_ERROR([with-macosx-version-min-required 
$with_macosx_version_min_required is not a supported value, supported values 
are 10.9--13])
 ;;
 esac
 
@@ -2733,8 +2739,11 @@ if test $_os = Darwin -o $_os = iOS; then
 10.12)
 MAC_OS_X_VERSION_MAX_ALLOWED="101200"
 ;;
+10.13)
+MAC_OS_X_VERSION_MAX_ALLOWED="101300"
+;;
 *)
-AC_MSG_ERROR([with-macosx-version-max-allowed 
$with_macosx_version_max_allowed is not a supported value, supported values are 
10.9--12])
+AC_MSG_ERROR([with-macosx-version-max-allowed 
$with_macosx_version_max_allowed is not a supported value, supported values are 
10.9--13])
 ;;
 esac
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: filter/source svtools/source

2017-09-19 Thread Eike Rathke
 filter/source/config/fragments/filters/writer_jpg_Export.xcu |2 +-
 filter/source/config/fragments/filters/writer_png_Export.xcu |2 +-
 svtools/source/filter/SvFilterOptionsDialog.cxx  |3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 7c8db524248bacc1dfa22df7bad0ad81e31d63ca
Author: Eike Rathke 
Date:   Tue Sep 19 21:01:45 2017 +0200

Writer export to PNG,JPG: switch to proper SvFilterOptionsDialog

With all bells and whistles, instead of the crude size/dpi JPG dialog
even for PNG.

Change-Id: I695a78643e07900822ec9253ac818efd52339cc0
Reviewed-on: https://gerrit.libreoffice.org/42498
Reviewed-by: Eike Rathke 
Tested-by: Eike Rathke 

diff --git a/filter/source/config/fragments/filters/writer_jpg_Export.xcu 
b/filter/source/config/fragments/filters/writer_jpg_Export.xcu
index 225c60670cdf..f3b1be92406d 100644
--- a/filter/source/config/fragments/filters/writer_jpg_Export.xcu
+++ b/filter/source/config/fragments/filters/writer_jpg_Export.xcu
@@ -17,7 +17,7 @@
 -->
 
 EXPORT ALIEN 
3RDPARTYFILTER
-com.sun.star.comp.GraphicExportDialog
+com.sun.star.svtools.SvFilterOptionsDialog
 com.sun.star.comp.GraphicExportFilter
 
 
diff --git a/filter/source/config/fragments/filters/writer_png_Export.xcu 
b/filter/source/config/fragments/filters/writer_png_Export.xcu
index 5a436c53f806..a6c8d37ce714 100644
--- a/filter/source/config/fragments/filters/writer_png_Export.xcu
+++ b/filter/source/config/fragments/filters/writer_png_Export.xcu
@@ -17,7 +17,7 @@
 -->
 
 EXPORT ALIEN 3RDPARTYFILTER 
SUPPORTSSELECTION
-com.sun.star.comp.GraphicExportDialog
+com.sun.star.svtools.SvFilterOptionsDialog
 com.sun.star.comp.GraphicExportFilter
 
 
diff --git a/svtools/source/filter/SvFilterOptionsDialog.cxx 
b/svtools/source/filter/SvFilterOptionsDialog.cxx
index e5bd7ab7e392..8c3b8e61012e 100644
--- a/svtools/source/filter/SvFilterOptionsDialog.cxx
+++ b/svtools/source/filter/SvFilterOptionsDialog.cxx
@@ -203,6 +203,7 @@ sal_Int16 SvFilterOptionsDialog::execute()
 aInternalFilterName = aInternalFilterName.replaceFirst( "draw_", 
"" );
 aInternalFilterName = aInternalFilterName.replaceFirst( 
"impress_", "" );
 aInternalFilterName = aInternalFilterName.replaceFirst( "calc_", 
"" );
+aInternalFilterName = aInternalFilterName.replaceFirst( "writer_", 
"" );
 break;
}
 else if ( rName == "Graphic" )
@@ -259,6 +260,8 @@ void SvFilterOptionsDialog::setSourceDocument( const 
uno::Reference< lang::XComp
 mbGraphicsSource = false;
 if ( 
xServiceInfo->supportsService("com.sun.star.sheet.SpreadsheetDocument") )
 aConfigPath = "Office.Calc/Layout/Other/MeasureUnit";
+else if ( 
xServiceInfo->supportsService("com.sun.star.text.TextDocument") )
+aConfigPath = "Office.Writer/Layout/Other/MeasureUnit";
 }
 if ( !aConfigPath.isEmpty() )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105622] Highlight more than 64 cells in Calc

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105622

Thomas Lendo  changed:

   What|Removed |Added

 Attachment #130810|0   |1
is obsolete||

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

2017-09-19 Thread Eike Rathke
 svtools/source/filter/DocumentToGraphicRenderer.cxx |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 9d46ee5e17fe70fb6fc0cbdcb85096ca8c7cff20
Author: Eike Rathke 
Date:   Tue Sep 19 20:48:43 2017 +0200

Call getCurrentPageWriter() only for Writer

Change-Id: I81dd61c33a0bc69e43d3325b297c44e5b7b732bd
Reviewed-on: https://gerrit.libreoffice.org/42496
Reviewed-by: Eike Rathke 
Tested-by: Eike Rathke 

diff --git a/svtools/source/filter/DocumentToGraphicRenderer.cxx 
b/svtools/source/filter/DocumentToGraphicRenderer.cxx
index 5b125bbdebd3..180631cf56e4 100644
--- a/svtools/source/filter/DocumentToGraphicRenderer.cxx
+++ b/svtools/source/filter/DocumentToGraphicRenderer.cxx
@@ -211,7 +211,11 @@ sal_Int32 DocumentToGraphicRenderer::getCurrentPage()
 if (hasSelection())
 return 1;
 
-return getCurrentPageWriter();
+if (mbIsWriter)
+return getCurrentPageWriter();
+
+/* TODO: other application specific page detection? */
+return 1;
 }
 
 sal_Int32 DocumentToGraphicRenderer::getCurrentPageWriter()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 112497] Inter-line spacing for multiline text needs more love

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112497

--- Comment #3 from V Stuart Foote  ---
Created attachment 136377
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136377=edit
greater font leading required redistribution in 5.4.2.1

Interesting, with 5.4.2.1 the now recalculated Font leading required a
"redistribution" of the .fods file cells to hold the corrected line spacing. 

Was thrown at first with the cells no longer holding text of the original .fods

Guess it makes sense the corrected leading would need greater per row height,
but weird that the ODF use-optimal-height would not force it to recalculate on
filter import.

-- 
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: include/svtools svtools/source

2017-09-19 Thread Eike Rathke
 include/svtools/DocumentToGraphicRenderer.hxx   |   13 +-
 svtools/source/filter/DocumentToGraphicRenderer.cxx |   25 +---
 2 files changed, 24 insertions(+), 14 deletions(-)

New commits:
commit 5214e841b6ca5362f94d59f940ec3947978c1abe
Author: Eike Rathke 
Date:   Tue Sep 19 20:43:02 2017 +0200

Detect Writer doc independent of selection, we'll need that later

Change-Id: Ieddbcd3e8b750ec4b32643aec0433f8638ee46ee
Reviewed-on: https://gerrit.libreoffice.org/42495
Reviewed-by: Eike Rathke 
Tested-by: Eike Rathke 

diff --git a/include/svtools/DocumentToGraphicRenderer.hxx 
b/include/svtools/DocumentToGraphicRenderer.hxx
index 2240b160d79b..80f37df3c56e 100644
--- a/include/svtools/DocumentToGraphicRenderer.hxx
+++ b/include/svtools/DocumentToGraphicRenderer.hxx
@@ -34,12 +34,13 @@ class SVT_DLLPUBLIC DocumentToGraphicRenderer
 {
 const css::uno::Reference& mxDocument;
 
-css::uno::ReferencemxModel;
-css::uno::Reference   mxController;
-css::uno::ReferencemxRenderable;
-css::uno::ReferencemxToolkit;
-css::uno::Any  maSelection;
-bool   mbSelectionOnly;
+css::uno::Reference mxModel;
+css::uno::ReferencemxController;
+css::uno::Reference mxRenderable;
+css::uno::Reference mxToolkit;
+css::uno::Any   maSelection;
+boolmbSelectionOnly;
+boolmbIsWriter;
 
 bool hasSelection() const;
 
diff --git a/svtools/source/filter/DocumentToGraphicRenderer.cxx 
b/svtools/source/filter/DocumentToGraphicRenderer.cxx
index 524c30afcd64..5b125bbdebd3 100644
--- a/svtools/source/filter/DocumentToGraphicRenderer.cxx
+++ b/svtools/source/filter/DocumentToGraphicRenderer.cxx
@@ -45,8 +45,22 @@ DocumentToGraphicRenderer::DocumentToGraphicRenderer( const 
ReferencegetCurrentController() ),
 mxRenderable (mxDocument, uno::UNO_QUERY ),
 mxToolkit( VCLUnoHelper::CreateToolkit() ),
-mbSelectionOnly( bSelectionOnly )
+mbSelectionOnly( bSelectionOnly ),
+mbIsWriter( false )
 {
+try
+{
+uno::Reference< lang::XServiceInfo > xServiceInfo( mxDocument, 
uno::UNO_QUERY);
+if (xServiceInfo.is())
+{
+if 
(xServiceInfo->supportsService("com.sun.star.text.TextDocument"))
+mbIsWriter = true;
+}
+}
+catch (const uno::Exception&)
+{
+}
+
 if (mbSelectionOnly && mxController.is())
 {
 try
@@ -57,18 +71,13 @@ DocumentToGraphicRenderer::DocumentToGraphicRenderer( const 
ReferencegetSelection());
 if (aViewSelection.hasValue())
 {
-maSelection = aViewSelection;
 /* FIXME: Writer always has a selection even if nothing is
  * selected, but passing a selection to
  * XRenderable::render() it always renders an empty page.
  * So disable the selection already here. The current page
  * the cursor is on is rendered. */
-uno::Reference< lang::XServiceInfo > xServiceInfo( 
mxDocument, uno::UNO_QUERY);
-if (xServiceInfo.is())
-{
-if 
(xServiceInfo->supportsService("com.sun.star.text.TextDocument"))
-maSelection = uno::Any();
-}
+if (!mbIsWriter)
+maSelection = aViewSelection;
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 111480] FILEOPEN: Circular text is imported horizontally

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111480

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.0.0|target:6.0.0 target:5.4.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-bugs] [Bug 111480] FILEOPEN: Circular text is imported horizontally

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111480

--- Comment #5 from Commit Notification 
 ---
Szymon Kłos committed a patch related to this issue.
It has been pushed to "libreoffice-5-4":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=f289357c6bc5e145e05075de4749591a05c37844=libreoffice-5-4

tdf#111480 Circular text was imported horizontally

It will be available in 5.4.3.

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

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

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


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

2017-09-19 Thread Szymon Kłos
 filter/source/msfilter/msdffimp.cxx   |2 +-
 sw/qa/extras/ww8export/data/tdf111480.doc |binary
 sw/qa/extras/ww8export/ww8export2.cxx |9 +
 3 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit f289357c6bc5e145e05075de4749591a05c37844
Author: Szymon Kłos 
Date:   Wed Aug 9 12:15:53 2017 +0200

tdf#111480 Circular text was imported horizontally

Change-Id: I84a6c3a30fd1dddf104ad8bf037a5e0b2a90d376
Reviewed-on: https://gerrit.libreoffice.org/40912
Tested-by: Jenkins 
Reviewed-by: Szymon Kłos 
Reviewed-on: https://gerrit.libreoffice.org/42350
Reviewed-by: Michael Stahl 

diff --git a/filter/source/msfilter/msdffimp.cxx 
b/filter/source/msfilter/msdffimp.cxx
index 8053abeb8d26..e6acd585ab5e 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -4421,7 +4421,7 @@ SdrObject* SvxMSDffManager::ImportShape( const 
DffRecordHeader& rHd, SvStream& r
 aFont.SetFamilyName( aFontName );
 auto nTextWidth = pOut->GetTextWidth( aObjectText );
 
-if ( nTextWidth )
+if ( nTextWidth && aObjData.eShapeType == 
mso_sptTextPlainText )
 {
 fRatio = aFont.GetFontSize().Height();
 fRatio /= nTextWidth;
diff --git a/sw/qa/extras/ww8export/data/tdf111480.doc 
b/sw/qa/extras/ww8export/data/tdf111480.doc
new file mode 100755
index ..888126066624
Binary files /dev/null and b/sw/qa/extras/ww8export/data/tdf111480.doc differ
diff --git a/sw/qa/extras/ww8export/ww8export2.cxx 
b/sw/qa/extras/ww8export/ww8export2.cxx
index 681e3173b519..c7f124e85f15 100644
--- a/sw/qa/extras/ww8export/ww8export2.cxx
+++ b/sw/qa/extras/ww8export/ww8export2.cxx
@@ -115,6 +115,15 @@ DECLARE_WW8EXPORT_TEST(testTdf91687, "tdf91687.doc")
 CPPUNIT_ASSERT_EQUAL((sal_Int32)18105, xWatermark->getSize().Width);
 }
 
+DECLARE_WW8EXPORT_TEST(testTdf111480, "tdf111480.doc")
+{
+// Circular text was imported horizontally
+uno::Reference xText = getShape(1);
+
+CPPUNIT_ASSERT(xText->getSize().Height > 11000);
+CPPUNIT_ASSERT(xText->getSize().Width  > 11000);
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-09-19 Thread Eike Rathke
 svtools/source/filter/DocumentToGraphicRenderer.cxx |   14 ++
 1 file changed, 14 insertions(+)

New commits:
commit cb9d99dbb5a7249ca7437bd5c30c6c9374089a16
Author: Eike Rathke 
Date:   Tue Sep 19 20:30:05 2017 +0200

DocumentToGraphicRenderer: suppress selection for Writer, it doesn't work

See FIXME comment.

Change-Id: I7511f5b498029fedcbd0c39d5ec67288782330ae
Reviewed-on: https://gerrit.libreoffice.org/42493
Reviewed-by: Eike Rathke 
Tested-by: Eike Rathke 

diff --git a/svtools/source/filter/DocumentToGraphicRenderer.cxx 
b/svtools/source/filter/DocumentToGraphicRenderer.cxx
index f262ff5c0161..524c30afcd64 100644
--- a/svtools/source/filter/DocumentToGraphicRenderer.cxx
+++ b/svtools/source/filter/DocumentToGraphicRenderer.cxx
@@ -30,6 +30,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 
@@ -55,7 +56,20 @@ DocumentToGraphicRenderer::DocumentToGraphicRenderer( const 
ReferencegetSelection());
 if (aViewSelection.hasValue())
+{
 maSelection = aViewSelection;
+/* FIXME: Writer always has a selection even if nothing is
+ * selected, but passing a selection to
+ * XRenderable::render() it always renders an empty page.
+ * So disable the selection already here. The current page
+ * the cursor is on is rendered. */
+uno::Reference< lang::XServiceInfo > xServiceInfo( 
mxDocument, uno::UNO_QUERY);
+if (xServiceInfo.is())
+{
+if 
(xServiceInfo->supportsService("com.sun.star.text.TextDocument"))
+maSelection = uno::Any();
+}
+}
 }
 }
 catch (const uno::Exception&)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: dictionaries

2017-09-19 Thread Paul Menzel
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c9f765c4de58bd9b79c52b1b536c19c2abd06b0c
Author: Paul Menzel 
Date:   Tue Sep 19 17:52:46 2017 +0200

Updated core
Project: dictionaries  7250202493f1d91c5568db3363a268f7e5dcac42

de: Strip trailing spaces from README files

Change-Id: Ie07d9c56d0e17612c1b1baaa2c0e29df4c3ad3cb
Reviewed-on: https://gerrit.libreoffice.org/42484
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/dictionaries b/dictionaries
index 8b73c571cb27..7250202493f1 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 8b73c571cb27bb29d26f3e218dedee2b680c3a04
+Subproject commit 7250202493f1d91c5568db3363a268f7e5dcac42
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: de/README_extension_owner.txt de/README_hyph_de.txt

2017-09-19 Thread Paul Menzel
 de/README_extension_owner.txt |2 +-
 de/README_hyph_de.txt |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7250202493f1d91c5568db3363a268f7e5dcac42
Author: Paul Menzel 
Date:   Tue Sep 19 17:52:46 2017 +0200

de: Strip trailing spaces from README files

Change-Id: Ie07d9c56d0e17612c1b1baaa2c0e29df4c3ad3cb
Reviewed-on: https://gerrit.libreoffice.org/42484
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/de/README_extension_owner.txt b/de/README_extension_owner.txt
index 24f8d5f..822409c 100644
--- a/de/README_extension_owner.txt
+++ b/de/README_extension_owner.txt
@@ -20,7 +20,7 @@ Author:  Bj
  Download: https://www.j3e.de/ispell/igerman98/dict/
 License: GNU GPL Version 2 or GPL Version 3 or OASIS 0.1
 
-The frami dictionary contains the complete word list of igerman98 
+The frami dictionary contains the complete word list of igerman98
 and in addition numerous supplements by Franz Michael Baumann according to
 the reform of 2006-08-01.
 
diff --git a/de/README_hyph_de.txt b/de/README_hyph_de.txt
index 35194e2..8921cae 100644
--- a/de/README_hyph_de.txt
+++ b/de/README_hyph_de.txt
@@ -14,7 +14,7 @@ Origin:   Based on the TeX hyphenation tables "dehyphn.tex", 
revision level 31.
  Public License (LPPL)
 
 License:  OpenOffice.org Adaptions of this package are licensed under the
-  GNU Lesser General Public License (LGPL 2 or later) and are under 
+  GNU Lesser General Public License (LGPL 2 or later) and are under
  Copyright by
 
 Author:   conversion author: Marco Huggenberger 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: de/README_de_DE_frami.txt de/README_extension_owner.txt de/README_hyph_de.txt

2017-09-19 Thread Paul Menzel
 de/README_de_DE_frami.txt |4 ++--
 de/README_extension_owner.txt |4 ++--
 de/README_hyph_de.txt |6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 8b73c571cb27bb29d26f3e218dedee2b680c3a04
Author: Paul Menzel 
Date:   Tue Sep 19 17:52:10 2017 +0200

de: Use more secure HTTPS URLs

Change-Id: Iff2c6eddd7a0211b85f884d9e2601529daa3bab2
Reviewed-on: https://gerrit.libreoffice.org/42483
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/de/README_de_DE_frami.txt b/de/README_de_DE_frami.txt
index 9f300f9..43d6c6c 100644
--- a/de/README_de_DE_frami.txt
+++ b/de/README_de_DE_frami.txt
@@ -3,7 +3,7 @@ alle W
 im Basiswörterbuch noch fehlen oder die nicht unbedingt zum Kernwortschatz
 des Deutschen gehören. Die zusätzlichen Aufnahmen sind ungeprüft.
 Dieses Wörterbuch basiert auf dem igerman98 Ispell-Wörterbuch, zu finden
-unter http://www.j3e.de/ispell/igerman98/ .
+unter https://www.j3e.de/ispell/igerman98/ .
 
 Das Wörterbuch und alle enthaltenen Wortlisten sind lizenziert unter der
 GNU GPL, Version 2 oder 3.
@@ -14,4 +14,4 @@ Autor des Grundw
 Bjoern Jacke 
 
 Autor der Erweiterung
-Franz Michael Baumann 
\ No newline at end of file
+Franz Michael Baumann 
diff --git a/de/README_extension_owner.txt b/de/README_extension_owner.txt
index 2e70797..24f8d5f 100644
--- a/de/README_extension_owner.txt
+++ b/de/README_extension_owner.txt
@@ -17,7 +17,7 @@ Author:  Franz Michael Baumann 
 Based on igerman98 dictionary:
 Version: 2016-12-07
 Author:  Björn Jacke 
- Download: http://www.j3e.de/ispell/igerman98/dict/
+ Download: https://www.j3e.de/ispell/igerman98/dict/
 License: GNU GPL Version 2 or GPL Version 3 or OASIS 0.1
 
 The frami dictionary contains the complete word list of igerman98 
@@ -39,7 +39,7 @@ Thesaurus
 OpenThesaurus - Deutscher Thesaurus - Synonyme und Assoziationen
 Version: 2017-01-06 DE
 License: GNU LGPL Version 2.1 or later
-http://www.openthesaurus.de
+https://www.openthesaurus.de/
 
 Please note
 ===
diff --git a/de/README_hyph_de.txt b/de/README_hyph_de.txt
index c18c8c4..35194e2 100644
--- a/de/README_hyph_de.txt
+++ b/de/README_hyph_de.txt
@@ -35,8 +35,8 @@ Die Trennmuster (hyph_de_DE.dic) basieren auf den TeX 
Trennmustern
 Lizenz der Trennmuster: LPPL. Die Anpassung der Trennmuster an
 den in OpenOffice.org benutzten "ALTLinux LibHnj Hyphenator" wurde
 mit dem Script substrings.pl durchgeführt, das unter
-http://lingucomponent.openoffice.org/hyphenator.html als Teil der
-Datei altlinux_Hyph.zip heruntergeladen werden kann.
+https://www.openoffice.org/lingucomponent/hyphenator.html als Teil
+der Datei altlinux_Hyph.zip heruntergeladen werden kann.
 Die Original-Trennmuster können hier heruntergeladen werden:
-http://www.ctan.org/tex-archive/language/hyphenation/dehyphn.tex
+https://www.ctan.org/tex-archive/language/hyphenation/dehyphn.tex
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: dictionaries

2017-09-19 Thread Paul Menzel
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ee0147f4918cbf209b5b859c8f2c8616d6f7a47c
Author: Paul Menzel 
Date:   Tue Sep 19 17:52:10 2017 +0200

Updated core
Project: dictionaries  8b73c571cb27bb29d26f3e218dedee2b680c3a04

de: Use more secure HTTPS URLs

Change-Id: Iff2c6eddd7a0211b85f884d9e2601529daa3bab2
Reviewed-on: https://gerrit.libreoffice.org/42483
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/dictionaries b/dictionaries
index b47ce35a6acd..8b73c571cb27 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit b47ce35a6acd746b539143949b677c554812c415
+Subproject commit 8b73c571cb27bb29d26f3e218dedee2b680c3a04
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - vcl/unx

2017-09-19 Thread Caolán McNamara
 vcl/unx/generic/glyphs/freetype_glyphcache.cxx |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit c97c13b45411a4eeeca10912518c8966810e7be4
Author: Caolán McNamara 
Date:   Mon Sep 18 15:10:49 2017 +0100

ofz#3419 Null-dereference READ

Change-Id: I32c5d5039034ac76262223e42a1f27d6f1b84cb5
(cherry picked from commit 3e8ef0e1a40a14d1c2bdb5345ed59941c765356b)
Reviewed-on: https://gerrit.libreoffice.org/42464
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/vcl/unx/generic/glyphs/freetype_glyphcache.cxx 
b/vcl/unx/generic/glyphs/freetype_glyphcache.cxx
index c4341fe27176..a3a9f6f5faab 100644
--- a/vcl/unx/generic/glyphs/freetype_glyphcache.cxx
+++ b/vcl/unx/generic/glyphs/freetype_glyphcache.cxx
@@ -636,14 +636,16 @@ void FreetypeFont::InitGlyphData(const GlyphItem& rGlyph, 
GlyphData& rGD ) const
 
 FT_Error rc = FT_Load_Glyph(maFaceFT, rGlyph.maGlyphId, mnLoadFlags);
 
-if( rc != FT_Err_Ok )
+if (rc != FT_Err_Ok)
 return;
 
 if (mbArtBold)
 FT_GlyphSlot_Embolden(maFaceFT->glyph);
 
 FT_Glyph pGlyphFT;
-FT_Get_Glyph( maFaceFT->glyph,  );
+rc = FT_Get_Glyph(maFaceFT->glyph, );
+if (rc != FT_Err_Ok)
+return;
 
 ApplyGlyphTransform(rGlyph.IsVertical(), pGlyphFT);
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 112497] Inter-line spacing for multiline text needs more love

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112497

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #2 from V Stuart Foote  ---
Created attachment 136376
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136376=edit
Same sequenced multi line text in a flat ODF

Actually, I think the oox excel import filter gets in the way here. Imported
text is vertically formatted to bottom of cell. And if I flush the Cell
formatting through Vertical -> Distributed it cleans up fine.

So, rather than an import from OOXML, attached is the text as native .fods from
a 5.4.1.2.

On creating it receives default horizontal and vertical cell formatting, and
displays no inter-line spacing issues.

Working on Widnows 10 Ent 64-bit en-US with
Version: 5.4.1.2 (x64)
Build ID: ea7cb86e6eeb2bf3a5af73a8fac570321527
CPU threads: 8; OS: Windows 6.19; UI render: GL; 
Locale: en-US (en_US); Calc: group

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


[Libreoffice-bugs] [Bug 80649] Frame context menu appears on picture when anchored as character, when context menu is started immediately after another picture was selected

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80649

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103152


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103152
[Bug 103152] [META] Writer image 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 103152] [META] Writer image bugs and enhancements

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103152

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||80649


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=80649
[Bug 80649] Frame context menu appears on picture when anchored as character,
when context menu is started immediately after another picture was selected
-- 
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: svtools/source

2017-09-19 Thread Eike Rathke
 svtools/source/filter/DocumentToGraphicRenderer.cxx |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

New commits:
commit 0d3dd9cf787a1a7329e70dd42ef0e172e6c18a59
Author: Eike Rathke 
Date:   Tue Sep 19 19:59:19 2017 +0200

DocumentToGraphicRenderer: current page is 1 if selection

Change-Id: I0d26cd4da6f39c27b06df53596f9f405c5b0771f
Reviewed-on: https://gerrit.libreoffice.org/42491
Reviewed-by: Eike Rathke 
Tested-by: Eike Rathke 

diff --git a/svtools/source/filter/DocumentToGraphicRenderer.cxx 
b/svtools/source/filter/DocumentToGraphicRenderer.cxx
index 8051febbb763..f262ff5c0161 100644
--- a/svtools/source/filter/DocumentToGraphicRenderer.cxx
+++ b/svtools/source/filter/DocumentToGraphicRenderer.cxx
@@ -109,15 +109,9 @@ Size 
DocumentToGraphicRenderer::getDocumentSizeIn100mm(sal_Int32 nCurrentPage)
 
 awt::Size aSize;
 
-/* TODO: the whole absolute "current page" number concept is useless when
- * it comes to selections, rework that. */
 sal_Int32 nPages = mxRenderable->getRendererCount( selection, 
renderProperties );
-if (nPages >= nCurrentPage || (mbSelectionOnly && nPages > 0))
+if (nPages >= nCurrentPage)
 {
-if (nPages < nCurrentPage)
-// In case of mbSelectionOnly hit.
-nCurrentPage = 1;
-
 Sequence< beans::PropertyValue > aResult = 
mxRenderable->getRenderer(nCurrentPage - 1, selection, renderProperties );
 for( sal_Int32 nProperty = 0, nPropertyCount = aResult.getLength(); 
nProperty < nPropertyCount; ++nProperty )
 {
@@ -191,6 +185,9 @@ Graphic DocumentToGraphicRenderer::renderToGraphic(
 
 sal_Int32 DocumentToGraphicRenderer::getCurrentPage()
 {
+if (hasSelection())
+return 1;
+
 return getCurrentPageWriter();
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 103182] [META] GTK3-specific bugs

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103182
Bug 103182 depends on bug 101881, which changed state.

Bug 101881 Summary: after using F6 to activate the native gtk3 menubar, the 
menus opened by keyboard traversal are the vcl menus, not the gtk3 ones
https://bugs.documentfoundation.org/show_bug.cgi?id=101881

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 36549] [META] ACCESSIBILITY: Tracking bug for issues affecting a11y ATK and GNOME Orca screen reader support

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36549

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||101879
   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=10 |
   |1879|


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101879
[Bug 101879] Pressing F6 doesnt first access the menubar (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 85811] [META] Main menu bar bugs and enhancements

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85811

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||101879


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101879
[Bug 101879] Pressing F6 doesnt first access the menubar (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 36549] [META] ACCESSIBILITY: Tracking bug for issues affecting a11y ATK and GNOME Orca screen reader support

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36549

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||101881
   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=10 |
   |1881|


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101881
[Bug 101881] after using F6 to activate the native gtk3 menubar, the menus
opened by keyboard traversal are the vcl menus, not the gtk3 ones
-- 
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 101912] [META] Accessibility (a11y) bugs and enhancements

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101912

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|101879  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101879
[Bug 101879] Pressing F6 doesnt first access the menubar (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 85811] [META] Main menu bar bugs and enhancements

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85811

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||101881


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101881
[Bug 101881] after using F6 to activate the native gtk3 menubar, the menus
opened by keyboard traversal are the vcl menus, not the gtk3 ones
-- 
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 101912] [META] Accessibility (a11y) bugs and enhancements

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101912

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|101881  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101881
[Bug 101881] after using F6 to activate the native gtk3 menubar, the menus
opened by keyboard traversal are the vcl menus, not the gtk3 ones
-- 
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 85811] [META] Main menu bar bugs and enhancements

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85811
Bug 85811 depends on bug 101881, which changed state.

Bug 101881 Summary: after using F6 to activate the native gtk3 menubar, the 
menus opened by keyboard traversal are the vcl menus, not the gtk3 ones
https://bugs.documentfoundation.org/show_bug.cgi?id=101881

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 36549] [META] ACCESSIBILITY: Tracking bug for issues affecting a11y ATK and GNOME Orca screen reader support

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36549
Bug 36549 depends on bug 101881, which changed state.

Bug 101881 Summary: after using F6 to activate the native gtk3 menubar, the 
menus opened by keyboard traversal are the vcl menus, not the gtk3 ones
https://bugs.documentfoundation.org/show_bug.cgi?id=101881

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 107636] [META] User profile bugs and enhancements

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107636

--- Comment #1 from Yousuf Philips (jay)  ---
Meta bug related to data/setting saved into the user profile.

https://wiki.documentfoundation.org/UserProfile

-- 
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 107636] [META] User profile bugs and enhancements

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107636

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||112496


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112496
[Bug 112496] Palettes: Several identical color palettes for some languages in
color picker widget
-- 
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 112496] Palettes: Several identical color palettes for some languages in color picker widget

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112496

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107636

--- Comment #1 from Yousuf Philips (jay)  ---
This is likely because of something in your user profile, as i dont see scribus
listed in your screenshot in my installation since it was removed in 5.3.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107636
[Bug 107636] [META] User profile 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-commits] core.git: svtools/source

2017-09-19 Thread Eike Rathke
 svtools/source/filter/DocumentToGraphicRenderer.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 76b116e5076010f49e177d9d4dc0a39f23bc3d26
Author: Eike Rathke 
Date:   Tue Sep 19 19:11:49 2017 +0200

oops..

Change-Id: I78c5bff1cc7503de066b151658f01fdc5d4b303b
Reviewed-on: https://gerrit.libreoffice.org/42490
Reviewed-by: Eike Rathke 
Tested-by: Eike Rathke 

diff --git a/svtools/source/filter/DocumentToGraphicRenderer.cxx 
b/svtools/source/filter/DocumentToGraphicRenderer.cxx
index 8cf4e0e53a77..8051febbb763 100644
--- a/svtools/source/filter/DocumentToGraphicRenderer.cxx
+++ b/svtools/source/filter/DocumentToGraphicRenderer.cxx
@@ -83,7 +83,7 @@ uno::Any DocumentToGraphicRenderer::getSelection() const
 {
 uno::Any aSelection;
 if (hasSelection())
-aSelection <<= maSelection;
+aSelection = maSelection;
 else
 aSelection <<= mxDocument;  // default: render whole document
 return aSelection;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-09-19 Thread Eike Rathke
 include/svtools/DocumentToGraphicRenderer.hxx   |6 ++
 svtools/source/filter/DocumentToGraphicRenderer.cxx |   42 +++-
 2 files changed, 31 insertions(+), 17 deletions(-)

New commits:
commit cb6cbbd5cad2ea0433cf5cc3ced8491f5c400a38
Author: Eike Rathke 
Date:   Tue Sep 19 19:08:14 2017 +0200

Introduce DocumentToGraphicRenderer::hasSelection() and maSelection

Change-Id: Ib7a9df04eb1b8646e20f58c3f9af3ee2dbbb13db
Reviewed-on: https://gerrit.libreoffice.org/42489
Reviewed-by: Eike Rathke 
Tested-by: Eike Rathke 

diff --git a/include/svtools/DocumentToGraphicRenderer.hxx 
b/include/svtools/DocumentToGraphicRenderer.hxx
index 450672ebe7ad..2240b160d79b 100644
--- a/include/svtools/DocumentToGraphicRenderer.hxx
+++ b/include/svtools/DocumentToGraphicRenderer.hxx
@@ -38,8 +38,14 @@ class SVT_DLLPUBLIC DocumentToGraphicRenderer
 css::uno::Reference   mxController;
 css::uno::ReferencemxRenderable;
 css::uno::ReferencemxToolkit;
+css::uno::Any  maSelection;
 bool   mbSelectionOnly;
 
+bool hasSelection() const;
+
+/** Always something even if hasSelection() is false (in which case the
+selection is mxDocument).
+ */
 css::uno::Any getSelection() const;
 
 sal_Int32 getCurrentPageWriter();
diff --git a/svtools/source/filter/DocumentToGraphicRenderer.cxx 
b/svtools/source/filter/DocumentToGraphicRenderer.cxx
index 459bfb925174..8cf4e0e53a77 100644
--- a/svtools/source/filter/DocumentToGraphicRenderer.cxx
+++ b/svtools/source/filter/DocumentToGraphicRenderer.cxx
@@ -46,22 +46,6 @@ DocumentToGraphicRenderer::DocumentToGraphicRenderer( const 
ReferenceLogicToPixel( aSize100mm, 
MapUnit::Map100thMM );
-}
-
-uno::Any DocumentToGraphicRenderer::getSelection() const
-{
-uno::Any aSelection;
-aSelection <<= mxDocument;  // default: render whole document
 if (mbSelectionOnly && mxController.is())
 {
 try
@@ -71,13 +55,37 @@ uno::Any DocumentToGraphicRenderer::getSelection() const
 {
 uno::Any aViewSelection( xSelSup->getSelection());
 if (aViewSelection.hasValue())
-aSelection = aViewSelection;
+maSelection = aViewSelection;
 }
 }
 catch (const uno::Exception&)
 {
 }
 }
+}
+
+DocumentToGraphicRenderer::~DocumentToGraphicRenderer()
+{
+}
+
+Size DocumentToGraphicRenderer::getDocumentSizeInPixels(sal_Int32 nCurrentPage)
+{
+Size aSize100mm = getDocumentSizeIn100mm(nCurrentPage);
+return Application::GetDefaultDevice()->LogicToPixel( aSize100mm, 
MapUnit::Map100thMM );
+}
+
+bool DocumentToGraphicRenderer::hasSelection() const
+{
+return maSelection.hasValue();
+}
+
+uno::Any DocumentToGraphicRenderer::getSelection() const
+{
+uno::Any aSelection;
+if (hasSelection())
+aSelection <<= maSelection;
+else
+aSelection <<= mxDocument;  // default: render whole document
 return aSelection;
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 112498] New: .doc document triggers high CPU usage

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112498

Bug ID: 112498
   Summary: .doc document triggers high CPU usage
   Product: LibreOffice
   Version: 5.3.6.1 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: germano.massu...@gmail.com

Created attachment 136375
  --> https://bugs.documentfoundation.org/attachment.cgi?id=136375=edit
affected document

The attached .doc document (compressed to avoid search engines content
indexing), triggers Libreoffice high CPU usage, making very very slow the
scrolling between pages.

Operating system: Fedora 26


Version: 5.3.6.1
Build ID: 5.3.6.1-5.fc26
Thread CPU: 4; Versione SO: Linux 4.12; Interface: default; VCL: gtk3; layout
engine: new; 
local version: it-IT (it_IT.UTF-8); Calc: group


I attach gdb backtrace while Libreoffice was using a lot of CPU resources



$ gdb soffice.bin 8055
GNU gdb (GDB) Fedora 8.0.1-26.fc26
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
soffice.bin: No such file or directory.
Attaching to process 8055
[New LWP 8057]
[New LWP 8067]
[New LWP 8068]
[New LWP 8069]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
0x7f68a01f6ad3 in BitmapReadAccess::SetPixelForN32BitTcBgra(unsigned char*,
long, BitmapColor const&, ColorMask const&) ()
   from /usr/lib64/libreoffice/program/libvcllo.so
(gdb) thread apply all backtrace

Thread 5 (Thread 0x7f6879dc0700 (LWP 8069)):
#0  0x7f68a7b06acd in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f68a6188569 in g_main_context_poll (priority=,
n_fds=2, fds=0x7f68680010c0, timeout=, context=0x5615fb84d000)
at gmain.c:4271
#2  0x7f68a6188569 in g_main_context_iterate (context=0x5615fb84d000,
block=block@entry=1, dispatch=dispatch@entry=1, self=) at
gmain.c:3967
#3  0x7f68a6188902 in g_main_loop_run (loop=0x5615fb853870) at gmain.c:4168
#4  0x7f689fb46cb6 in gdbus_shared_thread_func (user_data=0x5615fb857700)
at gdbusprivate.c:252
#5  0x7f68a61af536 in g_thread_proxy (data=0x5615fb7f8f70) at gthread.c:784
#6  0x7f68a77ea36d in start_thread (arg=0x7f6879dc0700) at
pthread_create.c:456
#7  0x7f68a7b12bbf in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 4 (Thread 0x7f687a5c1700 (LWP 8068)):
#0  0x7f68a7b06acd in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f68a6188569 in g_main_context_poll (priority=,
n_fds=2, fds=0x7f6878e0, timeout=, context=0x5615fb847980)
at gmain.c:4271
#2  0x7f68a6188569 in g_main_context_iterate
(context=context@entry=0x5615fb847980, block=block@entry=1,
dispatch=dispatch@entry=1, self=)
at gmain.c:3967
#3  0x7f68a618867c in g_main_context_iteration (context=0x5615fb847980,
may_block=may_block@entry=1) at gmain.c:4033
#4  0x7f68a61886c1 in glib_worker_main (data=) at
gmain.c:5824
#5  0x7f68a61af536 in g_thread_proxy (data=0x5615fb7f8ed0) at gthread.c:784
#6  0x7f68a77ea36d in start_thread (arg=0x7f687a5c1700) at
pthread_create.c:456
#7  0x7f68a7b12bbf in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:97
---Type  to continue, or q  to quit---

Thread 3 (Thread 0x7f6880a0e700 (LWP 8067)):
#0  0x7f68a7b137cd in accept () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f68a80b4f50 in osl_acceptPipe () at
/usr/lib64/libreoffice/program/libuno_sal.so.3
#2  0x7f68a7e1f312 in desktop::PipeIpcThread::execute() () at
/usr/lib64/libreoffice/program/libsofficeapp.so
#3  0x7f68a3e89966 in salhelper::Thread::run() () at
/usr/lib64/libreoffice/program/libuno_salhelpergcc3.so.3
#4  0x7f68a3e89b4a in threadFunc () at
/usr/lib64/libreoffice/program/libuno_salhelpergcc3.so.3
#5  0x7f68a80ba6c9 in osl_thread_start_Impl(void*) () at
/usr/lib64/libreoffice/program/libuno_sal.so.3
#6  0x7f68a77ea36d in start_thread (arg=0x7f6880a0e700) at
pthread_create.c:456
#7  0x7f68a7b12bbf in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 2 (Thread 0x7f688d63e700 (LWP 8057)):
#0  0x7f68a77f0eb6 in futex_abstimed_wait_cancelable (private=, abstime=0x7f688d63db30, expected=0, futex_word=0x7f68a82d42f0

[Libreoffice-bugs] [Bug 112495] password will not open file

2017-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112495

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Timur  ---
Please understand this is a place for bug reporting. 
If you think that LO forgets or changes password, please test on some other
files. 
If you can provide a previous file with original password and a current file
with what you find changed password, please attach. 
If not, this is Invalid 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


  1   2   3   4   >