[Libreoffice-bugs] [Bug 108908] [META] Visual Basic for Applications (VBA) macro issues

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

LibreOfficiant  changed:

   What|Removed |Added

 Depends on||35593


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=35593
[Bug 35593] macro themecolor - tintandshade - patterntintandshade are all
problems.
-- 
You are receiving this mail because:
You 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 35593] macro themecolor - tintandshade - patterntintandshade are all problems.

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

LibreOfficiant  changed:

   What|Removed |Added

 Blocks|107659  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107659
[Bug 107659] [META] Macro 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 35593] macro themecolor - tintandshade - patterntintandshade are all problems.

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

LibreOfficiant  changed:

   What|Removed |Added

 Blocks||108908


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108908
[Bug 108908] [META] Visual Basic for Applications (VBA) macro issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127642] New: BASIC IDE and Calc crashed after resizing Watches Panel or Call Stack Panel towards the bottom of screen.

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

Bug ID: 127642
   Summary: BASIC IDE and Calc crashed after resizing Watches
Panel or Call Stack Panel towards the bottom of
screen.
   Product: LibreOffice
   Version: 6.3.1.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nuk...@gmail.com

Description:
The screen area for writing codes is so small. So, I would like to increase it
by decreasing the 'Watches Panel' or 'Call Stack Panel' towards the bottom of
the screen, not minimizing. When it was the smallest, IDE and LibreOffice Calc
crashed and shut down immediately.

Actual Results:
Using mouse to resize 'Watches Panel' or 'Call Stack Panel' towards the bottom
of the screen in order to increase the are for writing codes.


Expected Results:
Calc crashed and shut down immediately.


Reproducible: Always


User Profile Reset: No



Additional Info:

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

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

2019-09-19 Thread Stephan Bergmann (via logerrit)
 unotest/source/cpp/filters-test.cxx |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 3caab405a512b0d279432050d6eff0f19c09a962
Author: Stephan Bergmann 
AuthorDate: Thu Sep 19 10:25:12 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Thu Sep 19 13:02:52 2019 +0200

Improve test output a bit

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

diff --git a/unotest/source/cpp/filters-test.cxx 
b/unotest/source/cpp/filters-test.cxx
index 7881d9a8ee59..dc6dd5e3c33b 100644
--- a/unotest/source/cpp/filters-test.cxx
+++ b/unotest/source/cpp/filters-test.cxx
@@ -106,8 +106,9 @@ void FiltersTest::recursiveScan(filterStatus nExpected,
 }
 }
 
-OString aRes(OUStringToOString(sURL,
-osl_getThreadTextEncoding()));
+OString aRes(
+(bExport ? OStringLiteral("save") : OStringLiteral("load")) + " "
++ OUStringToOString(sURL, osl_getThreadTextEncoding()));
 
 OUString realUrl;
 if (bEncrypted)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127618] can't copy a table with a row of 'numeric, 2 dec' into a new tabel in 'base'.

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

evertjebever...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from evertjebever...@gmail.com ---
I installed the fresh libreoffice install, and the problem is solved

Thanks.

I realy enjoy libreoffice>

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

[Libreoffice-bugs] [Bug 127635] TRACK CHANGES: Replacement problem - spaces separated from other characters when replacing a single word by several words

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

Lars Jødal  changed:

   What|Removed |Added

Summary|TRACK CHANGES: Replacement  |TRACK CHANGES: Replacement
   |problem - spaces separated  |problem - spaces separated
   |after replaced word |from other characters when
   ||replacing a single word by
   ||several words

-- 
You are receiving this mail because:
You 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: cui/source

2019-09-19 Thread Caolán McNamara (via logerrit)
 cui/source/options/optgdlg.cxx |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

New commits:
commit a9e0ca2a5f816d4d8a4cd5f079aee0fc2aab0b7a
Author: Caolán McNamara 
AuthorDate: Thu Sep 19 10:25:31 2019 +0100
Commit: Caolán McNamara 
CommitDate: Thu Sep 19 12:41:03 2019 +0200

use an explicit id for the default currency

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

diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 2ef0e6fa8b78..1d95f8ab8720 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -1192,7 +1192,8 @@ OfaLanguagesTabPage::OfaLanguagesTabPage(TabPageParent 
pParent, const SfxItemSet
 const NfCurrencyEntry& rCurr = SvNumberFormatter::GetCurrencyEntry( 
LANGUAGE_SYSTEM );
 // insert SYSTEM entry
 OUString aDefaultCurr = m_sSystemDefaultString + " - " + 
rCurr.GetBankSymbol();
-m_xCurrencyLB->append_text(aDefaultCurr);
+m_xCurrencyLB->append("default", aDefaultCurr);
+assert(m_xCurrencyLB->find_id("default") != -1);
 // all currencies
 OUString aTwoSpace( "  " );
 sal_uInt16 nCurrCount = rCurrTab.size();
@@ -1708,9 +1709,10 @@ IMPL_LINK_NOARG(OfaLanguagesTabPage, LocaleSettingHdl, 
weld::ComboBox&, void)
 const NfCurrencyEntry& rCurr = SvNumberFormatter::GetCurrencyEntry(
 (eLang == LANGUAGE_USER_SYSTEM_CONFIG) ? 
MsLangId::getSystemLanguage() : eLang);
 // Update the "Default ..." currency.
-m_xCurrencyLB->remove_id("");
+m_xCurrencyLB->remove_id("default");
 OUString aDefaultCurr = m_sSystemDefaultString + " - " + 
rCurr.GetBankSymbol();
-m_xCurrencyLB->append_text(aDefaultCurr);
+m_xCurrencyLB->append("default", aDefaultCurr);
+assert(m_xCurrencyLB->find_id("default") != -1);
 m_xCurrencyLB->set_active_text(aDefaultCurr);
 
 // obtain corresponding locale data
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127618] can't copy a table with a row of 'numeric, 2 dec' into a new tabel in 'base'.

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

Alex Thurgood  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 112023] Copying data from Base truncates precision to the shown format

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

Alex Thurgood  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 127618] can't copy a table with a row of 'numeric, 2 dec' into a new tabel in 'base'.

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

Alex Thurgood  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 53027] EDITING: dBase-Import-Wizard fails when trying to append DECIMAL(NUMERIC) and BOOLEAN data types

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

Alex Thurgood  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 127618] can't copy a table with a row of 'numeric, 2 dec' into a new tabel in 'base'.

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

Alex Thurgood  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 127618] can't copy a table with a row of 'numeric, 2 dec' into a new tabel in 'base'.

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

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #4 from Alex Thurgood  ---
@evertjebevertje :

Please indicate which kind of database you are using?
You still haven't replied to Robert's question in that regard, and we need that
information in order to determine whether this is a known bug, or a new
problem.

Ideally, we would need a test database file with step-by-step instructions so
that we could try and reproduce the issue.

Additionally, you say you are using Manjaro as the OS, but which version of
LibreOffice are you using - the one provided by Manjaro packaging system
(distrib provided) or a release version provided by the LibreOffice project
from its download page ?

What you describe sounds like an already known bug which has recently been
fixed by the LibreOffice project, in which case this report will be a
duplicate. Obviously, if you are using a Manjaro provided version, then you
will need to either wait until Mnajaro provides an updated version that takes
into account that fix, or else download and install a daily build from the
LibreOffice download page.

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

[Libreoffice-bugs] [Bug 127641] New: Delay in days - Date field is limited to 31 days backwards/forwards

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

Bug ID: 127641
   Summary: Delay in days - Date field is limited to 31 days
backwards/forwards
   Product: LibreOffice
   Version: 6.3.1.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@gmx.at

Description:
It isn't possible any more to put a higher value than +/-31 days in the input
field to get a different date in relation to today.

For example: if I want to display the last year from now (2018) I use -365
(delay in days) or -730 to make it display 2017

Steps to Reproduce:
1. insert
2. field 
3. date
4. double click field for settings
5. lower or rise value above 31

Actual Results:
A maximum of 31 days from now are calculated.

Expected Results:
Every date from now should be possible to be calculated


Reproducible: Always


User Profile Reset: No



Additional Info:

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

[Libreoffice-bugs] [Bug 127613] Crash with no clear reason - even in safe mode

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

Alex Thurgood  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #10 from Alex Thurgood  ---
@Stuart : do you have the same online update settings problem that Nahum has
reported ?

-- 
You are receiving this mail because:
You 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 127613] Crash with no clear reason - even in safe mode

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

--- Comment #9 from Alex Thurgood  ---
@Nahum: which frequency were your update checks set to ?

Mine are set to weekly, and I don't get random crashes like the ones you are
reporting.

Do you have any of the other option boxes ticked on the Online Updates dialog ?
If so, which 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 127619] [macOS][High Sierra 10.13.6]LibreOffice crash within 40s after opening app

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

--- Comment #5 from Alex Thurgood  ---
@pjakruger : do you have the automatic update feature activated in your LO
preferences, and if so, which settings have you chosen ?

-- 
You are receiving this mail because:
You 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 127640] New: libreoffice 6.2.5.2 - openSUSE 15.1 - drag 'n drop copy does not work

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

Bug ID: 127640
   Summary: libreoffice 6.2.5.2 - openSUSE 15.1 - drag 'n drop
copy does not work
   Product: LibreOffice
   Version: 6.2.5.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: w...@fishes.de

Description:
When pressing the control key drag 'n drop copy does not work.
The moving works
It works when downgrading to version 6.1.3.2

Steps to Reproduce:
1.pressing the control key
2.drag
3.drop

Actual Results:
the content is only moved

Expected Results:
the content is copied


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
this bug affects two computers
OpenGL enabled and disabled

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

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sfx2/source sfx2/uiconfig

2019-09-19 Thread Gülşah Köse (via logerrit)
 sfx2/source/appl/appserv.cxx  |   26 ++--
 sfx2/uiconfig/ui/licensedialog.ui |   49 --
 2 files changed, 66 insertions(+), 9 deletions(-)

New commits:
commit 43d8d224cf2774c040a7de653c35275b585b2dfe
Author: Gülşah Köse 
AuthorDate: Wed Sep 18 23:07:09 2019 +0300
Commit: Andras Timar 
CommitDate: Thu Sep 19 11:51:14 2019 +0200

add EULA button to Help - License Information... dialog

Forward port of acd8acfa89d9 from distro/collabora/cp-6.0
Rewritten for weld API

Change-Id: I62b9293c68059389a63e523ea5747fdb267b1a99
Change-Id: I28a21f5831e0b2e99eb11f1c1ac2b8845c462669
Reviewed-on: https://gerrit.libreoffice.org/79110
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 

diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 1d0c7d0d4476..e6fd447cae64 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -313,21 +313,43 @@ namespace
 
 class LicenseDialog : public weld::GenericDialogController
 {
+private:
+std::unique_ptr m_xBtnLicense;
+std::unique_ptr m_xBtnEula;
+
+DECL_LINK(EulaHdl, weld::Button&, void);
+DECL_LINK(LicenseHdl, weld::Button&, void);
+
 public:
 LicenseDialog(weld::Window* pParent)
 : GenericDialogController(pParent, "sfx/ui/licensedialog.ui",  
"LicenseDialog")
+, m_xBtnLicense(m_xBuilder->weld_button("license"))
+, m_xBtnEula(m_xBuilder->weld_button("eula"))
 {
+m_xBtnLicense->connect_clicked( LINK(this, LicenseDialog, 
LicenseHdl) );
+m_xBtnEula->connect_clicked( LINK(this, LicenseDialog, EulaHdl) );
 }
 
 virtual short run() override
 {
 short nRet = GenericDialogController::run();
-if (nRet == RET_OK)
-showDocument("LICENSE");
 return nRet;
 }
 };
 
+IMPL_LINK_NOARG(LicenseDialog, EulaHdl, weld::Button&, void)
+{
+response(RET_OK);
+showDocument("EULA.odt");
+}
+
+IMPL_LINK_NOARG(LicenseDialog, LicenseHdl, weld::Button&, void)
+{
+response(RET_OK);
+showDocument("LICENSE");
+}
+
+
 class SafeModeQueryDialog : public weld::MessageDialogController
 {
 public:
diff --git a/sfx2/uiconfig/ui/licensedialog.ui 
b/sfx2/uiconfig/ui/licensedialog.ui
index cd83b98edfad..695996b2b5cb 100644
--- a/sfx2/uiconfig/ui/licensedialog.ui
+++ b/sfx2/uiconfig/ui/licensedialog.ui
@@ -1,5 +1,5 @@
 
-
+
 
   
   
@@ -11,6 +11,9 @@
 0
 0
 dialog
+
+  
+
 
   
 False
@@ -21,7 +24,7 @@
 False
 end
 
-  
+  
 _Show License
 True
 True
@@ -37,6 +40,23 @@
   
 
 
+  
+_EULA
+True
+True
+True
+True
+True
+True
+  
+  
+False
+True
+1
+True
+  
+
+
   
 gtk-close
 True
@@ -50,7 +70,7 @@
   
 False
 True
-1
+2
   
 
   
@@ -62,6 +82,24 @@
   
 
 
+  
+True
+False
+%PRODUCTNAME binary package is made available 
subject to the terms of the End User License and Subscription Agreement; choose 
EULA to see exact details in English.
+True
+True
+eula
+80
+0
+0
+  
+  
+False
+True
+0
+  
+
+
   
 True
 False
@@ -88,11 +126,8 @@ This product was created by %OOOVENDOR, based on 
OpenOffice.org, which is Copyri
   
 
 
-  ok
+  license
   close
 
-
-  
-
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127639] File open: LibreOffice won't show content of docx file

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

Julien Nabet  changed:

   What|Removed |Added

 Attachment #154289|Nacrt prijedloga Zakona o   |Nacrt prijedloga Zakona o
   filename|izmjenama i dopunama Općeg |izmjenama i dopunama OpÄeg
   |poreznog zakona.docx|poreznog zakona.docx
 Attachment #154289|application/zip |application/vnd.openxmlform
  mime type||ats-officedocument.wordproc
   ||essingml.document

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

[Libreoffice-commits] core.git: bridges/source compilerplugins/clang connectivity/source cppuhelper/source formula/source include/oox include/svx sc/inc sd/source solenv/CompilerTest_compilerplugins_c

2019-09-19 Thread Noel Grandin (via logerrit)
 bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx   |2 
 compilerplugins/clang/fragiledestructor.cxx |  113 
 compilerplugins/clang/test/fragiledestructor.cxx|   88 +++
 connectivity/source/drivers/evoab2/NConnection.hxx  |2 
 connectivity/source/drivers/evoab2/NResultSet.cxx   |4 
 connectivity/source/drivers/firebird/Connection.hxx |2 
 connectivity/source/inc/file/FConnection.hxx|4 
 connectivity/source/inc/file/FResultSet.hxx |2 
 connectivity/source/inc/odbc/OConnection.hxx|4 
 cppuhelper/source/weak.cxx  |2 
 formula/source/core/api/token.cxx   |2 
 include/oox/helper/binaryinputstream.hxx|2 
 include/oox/helper/binaryoutputstream.hxx   |2 
 include/svx/fmgridif.hxx|4 
 sc/inc/chgtrack.hxx |4 
 sd/source/ui/inc/sdxfer.hxx |2 
 sd/source/ui/slideshow/slideshowimpl.hxx|2 
 solenv/CompilerTest_compilerplugins_clang.mk|1 
 sw/inc/finalthreadmanager.hxx   |2 
 sw/inc/section.hxx  |3 
 ucb/source/ucp/file/filinpstr.hxx   |2 
 ucb/source/ucp/gio/gio_inputstream.hxx  |2 
 ucb/source/ucp/gio/gio_outputstream.hxx |2 
 vcl/inc/unx/gtk/gtkdata.hxx |2 
 vcl/inc/unx/salbmp.h|2 
 vcl/inc/unx/salframe.h  |2 
 vcl/source/app/svdata.cxx   |2 
 vcl/unx/generic/printer/printerinfomanager.cxx  |2 
 vcl/unx/gtk3/gtk3gtkinst.cxx|4 
 vcl/workben/vcldemo.cxx |2 
 30 files changed, 193 insertions(+), 76 deletions(-)

New commits:
commit 82572caae4a282cdf79456b977508ca71507c584
Author: Noel Grandin 
AuthorDate: Wed Sep 18 14:15:59 2019 +0200
Commit: Noel Grandin 
CommitDate: Thu Sep 19 11:42:47 2019 +0200

improve and enable loplugin:fragiledestructor

Where the problem was benign and the class was not extended, I marked
the class as final.
Where the problem was benign and the class was extended, I marked the
relevant callee methods as final.

Other cases were excluded in the plugin.

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

diff --git a/bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx 
b/bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx
index 350e5df4e6a2..faf45a8b0590 100644
--- a/bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx
@@ -64,7 +64,7 @@ public:
 
 ~GeneratedPad() override { get()->~type_info(); }
 
-std::type_info * get() const override
+std::type_info * get() const override final
 { return reinterpret_cast(pad_.get()); }
 
 private:
diff --git a/compilerplugins/clang/fragiledestructor.cxx 
b/compilerplugins/clang/fragiledestructor.cxx
index 1631cb30c1e9..a1a09a2e6081 100644
--- a/compilerplugins/clang/fragiledestructor.cxx
+++ b/compilerplugins/clang/fragiledestructor.cxx
@@ -6,6 +6,7 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
+#ifndef LO_CLANG_SHARED_PLUGINS
 
 #include 
 #include 
@@ -28,71 +29,99 @@ public:
 explicit FragileDestructor(loplugin::InstantiationData const & data):
 FilteringPlugin(data) {}
 
-virtual void run() override { 
TraverseDecl(compiler.getASTContext().getTranslationUnitDecl()); }
+virtual bool preRun() override
+{
+StringRef fn(handler.getMainFileName());
+
+// TODO, these all need fixing
+
+if (loplugin::isSamePathname(fn, SRCDIR 
"/comphelper/source/misc/proxyaggregation.cxx"))
+ return false;
+if (loplugin::isSamePathname(fn, SRCDIR 
"/svx/source/svdraw/svdpntv.cxx")) // ~SdrPaintView calling ClearPageView
+ return false;
+if (loplugin::isSamePathname(fn, SRCDIR 
"/svx/source/svdraw/svdobj.cxx")) // ~SdrObject calling GetLastBoundRect
+ return false;
+if (loplugin::isSamePathname(fn, SRCDIR 
"/svx/source/svdraw/svdedxv.cxx")) // ~SdrObjEditView calling SdrEndTextEdit
+ return false;
+if (loplugin::isSamePathname(fn, SRCDIR 
"/connectivity/source/drivers/file/FStatement.cxx")) // ~OStatement_Base 
calling disposing
+ return false;
+if (loplugin::isSamePathname(fn, SRCDIR 
"/sd/source/core/CustomAnimationEffect.cxx")) // ~EffectSequenceHelper calling 
reset
+ return false;
+if (loplugin::isSamePathname(fn, SRCDIR 
"/sd/source/ui/view/sdview.cxx")) // ~View calling DeleteWindowFromPaintView
+ 

[Libreoffice-bugs] [Bug 127639] File open: LibreOffice won't show content of docx file

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

Mikeyy - L10n HR  changed:

   What|Removed |Added

 CC||miho...@miho.im

--- Comment #1 from Mikeyy - L10n HR  ---
Created attachment 154289
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154289=edit
File 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 127618] can't copy a table with a row of 'numeric, 2 dec' into a new tabel in 'base'.

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

--- Comment #3 from evertjebever...@gmail.com ---
- I use Manjaro.

-- 
You are receiving this mail because:
You 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 127639] File open: LibreOffice won't show content of docx file

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

--- Comment #2 from Mikeyy - L10n HR  ---
Created attachment 154290
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154290=edit
File 2

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

[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - sw/qa sw/source

2019-09-19 Thread Patrick Jaap (via logerrit)
 sw/qa/extras/layout/data/tdf127235.odt |binary
 sw/qa/extras/layout/layout.cxx |7 +++
 sw/source/core/text/txtfly.cxx |   21 +++--
 3 files changed, 26 insertions(+), 2 deletions(-)

New commits:
commit 154a9fc26890a34ac885f3191bf339b758c97936
Author: Patrick Jaap 
AuthorDate: Fri Sep 6 10:50:05 2019 +0200
Commit: Miklos Vajna 
CommitDate: Thu Sep 19 11:38:27 2019 +0200

tdf#127235 break if object is larger than page

We will always have an overlap if the object is larger than the whole page.
Look for the next page style: if it is missing or the same as the current,
we simply stop.

Change-Id: I699d5146d215f17b4775dbcb32811fa5b6ebf60d
Reviewed-on: https://gerrit.libreoffice.org/78696
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 
Reviewed-on: https://gerrit.libreoffice.org/79101

diff --git a/sw/qa/extras/layout/data/tdf127235.odt 
b/sw/qa/extras/layout/data/tdf127235.odt
new file mode 100644
index ..5b27c921cf17
Binary files /dev/null and b/sw/qa/extras/layout/data/tdf127235.odt differ
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index dc1a407969df..0ac66283857b 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -3117,6 +3117,13 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTabOverMargin)
 assertXPath(pXmlDoc, "/root/page/body/txt[2]/LineBreak", 1);
 }
 
+CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf127235)
+{
+SwDoc* pDoc = createDoc("tdf127235.odt");
+// This resulted in a layout loop.
+pDoc->getIDocumentLayoutAccess().GetCurrentViewShell()->CalcLayout();
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/text/txtfly.cxx b/sw/source/core/text/txtfly.cxx
index 2502c025e7e6..5d1887921aec 100644
--- a/sw/source/core/text/txtfly.cxx
+++ b/sw/source/core/text/txtfly.cxx
@@ -999,6 +999,24 @@ bool SwTextFly::ForEach( const SwRect , SwRect* 
pRect, bool bAvoid ) const
 {
 SwSwapIfSwapped swap(const_cast(m_pCurrFrame));
 
+// Optimization
+SwRectFnSet aRectFnSet(m_pCurrFrame);
+
+// tdf#127235 stop if the area is larger than the page
+if( aRectFnSet.GetHeight(pPage->getFrameArea()) < 
aRectFnSet.GetHeight(rRect))
+{
+// get the doc model description
+const SwPageDesc* pPageDesc = pPage->GetPageDesc();
+
+// if there is no next page style or it is the same as the current
+// => stop trying to place the frame (it would end in an infinite loop)
+if( pPageDesc &&
+( !pPageDesc->GetFollow() || pPageDesc->GetFollow() == pPageDesc) )
+{
+return false;
+}
+}
+
 bool bRet = false;
 // #i68520#
 const SwAnchoredObjList::size_type nCount( bOn ? 
GetAnchoredObjList()->size() : 0 );
@@ -1011,10 +1029,9 @@ bool SwTextFly::ForEach( const SwRect , SwRect* 
pRect, bool bAvoid ) const
 
 SwRect aRect( pAnchoredObj->GetObjRectWithSpaces() );
 
-// Optimization
-SwRectFnSet aRectFnSet(m_pCurrFrame);
 if( aRectFnSet.GetLeft(aRect) > aRectFnSet.GetRight(rRect) )
 break;
+
 // #i68520#
 if ( mpCurrAnchoredObj != pAnchoredObj && aRect.IsOver( rRect ) )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127639] New: File open: LibreOffice won't show content of docx file

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

Bug ID: 127639
   Summary: File open: LibreOffice won't show content of docx file
   Product: LibreOffice
   Version: 6.2.7.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: miho...@miho.im

Description:
When I try to open government docx file, I just get blank page, no content at
all.
When opened in MS Office it shows all content.

Files attached.

Steps to Reproduce:
1. Open attached files.

Actual Results:
Blank page, no content.

Expected Results:
Content.


Reproducible: Always


User Profile Reset: No



Additional Info:

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

[Libreoffice-bugs] [Bug 127618] can't copy a table with a row of 'numeric, 2 dec' into a new tabel in 'base'.

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

evertjebever...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from evertjebever...@gmail.com ---
when i'm working in Libreoffice Base, and when i want to copy NUMERIC data in a
table, I get the wrong result. 
An older table that worked before, i als can't add this table in. it wan't
recognize the NUMERIC fields.

If i paste the NUMERIC row from a calc file into the table with empty numeric
row, the numbers get mixed up with numbers from a VARCHAR row on the left.

Maybe i use the wrong word for 'row' ?

Table: arrivel
ID (integer)  
Time_in_quarters (VARCHAR)
Value_1 (numeric,2dec)

ID   = auto number
Time_in_quorters = Contains: 07:00 , 07:15 , 07:30 ,..etc
Value_1  = Contains: 7 , 7,25  , 7,5   ,..etc

Building this, u make a spreathsead, and let Librecalc do the work.
Pasting these numbers into the "table" field, used to work.

But now I get the wrong numbers in the table.

Value_1 = Contains: 0,07,0,07   ,0,07  ,  0,07  ,0,08 ...etc

It looks if it takes the '7' from '07:00' 

I've tride a lot of methods, but keeps the same result. It looks to me as a
bug, because reacts to a difrent row.

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

[Libreoffice-bugs] [Bug 127108] print double-sided and in reverse order

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

--- Comment #16 from Simonon Olivier  ---
Ok thank you. I find it strange that you get something other than me with MS O,
but it's nothing, I'll add a blank page for files with odd pages.
Thank you for your patience!

-- 
You are receiving this mail because:
You 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 127619] [macOS][High Sierra 10.13.6]LibreOffice crash within 40s after opening app

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

Julien Nabet  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 127637] Crash 10 seconds after FILEOPEN; crashes immediately in safe mode in open dialog box

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

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #1 from Julien Nabet  ---
Here's a potential workaround you may test:
https://bugs.documentfoundation.org/show_bug.cgi?id=127613#c6

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

-- 
You are receiving this mail because:
You 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 127613] Crash with no clear reason - even in safe mode

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

Julien Nabet  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 127613] Crash with no clear reason - even in safe mode

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

Julien Nabet  changed:

   What|Removed |Added

 CC||hout...@gmail.com

--- Comment #8 from Julien Nabet  ---
*** Bug 127637 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 127606] DOCX imported numbered item formatting not reflected when removed

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

Timur  changed:

   What|Removed |Added

Summary|DOCX numbered item  |DOCX imported numbered item
   |formatting not reflected|formatting not reflected
   |when changes|when removed
 Ever confirmed|0   |1
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=64
   ||222
 Status|UNCONFIRMED |NEW

--- Comment #5 from Timur  ---
Looks like formatting not reflected just for removal of imported status,
regardless if direct or Ctrl+M. Setting other format works. New.

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

[Libreoffice-bugs] [Bug 116091] Replace 'AutoFormat' button with table style listbox in Convert Text to Table dialog

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

shubhamgoyal <22shub...@gmail.com> changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

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

[Libreoffice-bugs] [Bug 116091] Replace 'AutoFormat' button with table style listbox in Convert Text to Table dialog

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

shubhamgoyal <22shub...@gmail.com> changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |22shub...@gmail.com
   |desktop.org |

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

[Libreoffice-bugs] [Bug 123795] save as, button frozen until reopen

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

--- Comment #5 from Todd  ---
I have no access to the customer's equipment and they haven't complained in
months, so who knows.  Plus the spreadsheet can not be shared.  So I guess go
ahead and close this.  If I get called again by the customer, I will reopen

-- 
You are receiving this mail because:
You 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 127606] DOCX numbered item formatting not reflected when changes

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

--- Comment #4 from Jan-Marek Glogowski  ---
To reproduce:

1. Open one of the DOCX.
2. Select the text of one of the formated number items (italic / bold)
3.1 Remove the respective formating
3.2 Change the formating in any other way
4. Save the DOCX as ODT
5. Re-open the ODT
6. Changing any formating works again.

Result:

3.1 The changed formating is *not* reflected in the number.
3.2 The changed formating is reflected in the number.

Expected result:

3.1 The formating should be reflected in the number.
3.2 Works as expected.

Conclusion:

There seems to be a bug in the DOCX import filter.

-- 
You are receiving this mail because:
You 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 119483] crash: disabling shared spreadsheet mode crashes lo if toolbar extension is installed

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

Oliver Brinzing  changed:

   What|Removed |Added

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

--- Comment #3 from Oliver Brinzing  ---
cannot reproduce with:

Version: 6.0.7.3 (x64)
Build-ID: dc89aa7a9eabfd848af146d5086077aeed2ae4a5
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: 

Version: 6.4.0.0.alpha0+ (x64)
Build ID: c5d37d324cd6d17114c209de1862344ad58a1d93
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 119958] filter identifiers are not displayed when a standard filter is set

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

Oliver Brinzing  changed:

   What|Removed |Added

   Keywords||needsUXEval

--- Comment #3 from Oliver Brinzing  ---
still reproducible with:

Version: 6.4.0.0.alpha0+ (x64)
Build ID: c5d37d324cd6d17114c209de1862344ad58a1d93
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 127638] [Request] I want to add the special left/right arrow characters whose lengths are automatically adjusted in a cell.

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

i.kat...@mc.e-broad.ne.jp changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

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

[Libreoffice-bugs] [Bug 127632] emf import takes more than 5 minutes

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

--- Comment #3 from nd101  ---
(In reply to Bartosz from comment #2)
> Created attachment 154282 [details]
> EMF file extracted from PPTX document

I see bug 45820 has been around since 2012.. It must be hard to solve.

-- 
You are receiving this mail because:
You 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 127638] [Request] I want to add the special left/right arrow characters whose lengths are automatically adjusted in a cell.

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

--- Comment #2 from i.kat...@mc.e-broad.ne.jp ---
Created attachment 154288
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154288=edit
Writer file

-- 
You are receiving this mail because:
You 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 127638] [Request] I want to add the special left/right arrow characters whose lengths are automatically adjusted in a cell.

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

--- Comment #1 from i.kat...@mc.e-broad.ne.jp ---
Created attachment 154287
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154287=edit
Image file

-- 
You are receiving this mail because:
You 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 127606] DOCX numbered item formatting not reflected when changes

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

--- Comment #3 from Jan-Marek Glogowski  ---
Created attachment 154286
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154286=edit
DOCX with three numbered items generated in LO

-- 
You are receiving this mail because:
You 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 127606] DOCX numbered item formatting not reflected when changes

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

--- Comment #2 from Jan-Marek Glogowski  ---
Created attachment 154285
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154285=edit
DOCX with three numbered items generated in Word

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

[Libreoffice-bugs] [Bug 119460] copy hidden child section at beginning of document via transferable will fail

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

Oliver Brinzing  changed:

   What|Removed |Added

 CC||oliver.brinz...@gmx.de

--- Comment #3 from Oliver Brinzing  ---
still reproducible with:

Version: 6.4.0.0.alpha0+ (x64)
Build ID: c5d37d324cd6d17114c209de1862344ad58a1d93
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 127638] New: [Request] I want to add the special left/right arrow characters whose lengths are automatically adjusted in a cell.

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

Bug ID: 127638
   Summary: [Request] I want to add the special left/right arrow
characters whose lengths are automatically adjusted in
a cell.
   Product: LibreOffice
   Version: 6.3.1.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: i.kat...@mc.e-broad.ne.jp

Description:
While creating a table, I want to draw left & right arrows with a length that
fits the width of a cell.
But I could not find the best way to do that.

At first, I draw only characters, then it was easy, but it was not so
beautiful.

Next, I draw using the arrow shapes, then it was so beautiful, but it was hard
to align the heights and the lengths of arrow shapes.

Please see the attached image.


Steps to Reproduce:
None

Actual Results:
None

Expected Results:
I want to add the special left & right arrow "characters" whose lengths are
automatically adjusted to fit the width of a cell.


Reproducible: Always


User Profile Reset: No



Additional Info:

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

[Libreoffice-bugs] [Bug 127606] DOCX numbered item formatting not reflected when changes

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

--- Comment #1 from Jan-Marek Glogowski  ---
Created attachment 154284
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154284=edit
ODT with three numbered items

-- 
You are receiving this mail because:
You 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 115689] FILEOPEN: Highlighting on bullet point is not displayed

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

Timur  changed:

   What|Removed |Added

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

--- Comment #5 from Timur  ---
Repro 6.4+ as of today.

-- 
You are receiving this mail because:
You 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 126719] FILEOPEN DOCX Last bullet in custom colored paragraphs does not get the font color

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

Timur  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 78232] Embedding PyGal SVG gives black box, but inkscape has no trouble

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #5 from Xisco Faulí  ---
Not a dupe of bug 94765

-- 
You are receiving this mail because:
You 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 108770] [META] DOCX (OOXML) bullet and numbering list-related issues

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

Bug 64222 Summary: FORMATTING: A DOCX-file in Writer shows different size of 
list elements (numbering)
https://bugs.documentfoundation.org/show_bug.cgi?id=64222

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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

[Libreoffice-bugs] [Bug 127376] Incorrect import of this .svg image

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

--- Comment #4 from Xisco Faulí  ---
This is a dupe of bug 99562, not bug 94765

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

-- 
You are receiving this mail because:
You 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 127632] emf import takes more than 5 minutes

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

nd101  changed:

   What|Removed |Added

Summary|emf import takes more than  |emf import takes more than
   |30 minutes  |5 minutes

-- 
You are receiving this mail because:
You 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 88278] [META] SVG import image filter (all modules)

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

Bug 99562 Summary: Error rasterization of SVG gradients
https://bugs.documentfoundation.org/show_bug.cgi?id=99562

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 99562] Error rasterization of SVG gradients

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #10 from Xisco Faulí  ---
(In reply to Xisco Faulí from comment #9)
> The problem is the masks use URL in their styles.
> My commit just arose an previous existing problem. See bug 94765
> 
> *** This bug has been marked as a duplicate of bug 94765 ***

Not a duplicate of bug 94765

-- 
You are receiving this mail because:
You 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 99562] Error rasterization of SVG gradients

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||frederic.parrenin@univ-gren
   ||oble-alpes.fr

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

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

[Libreoffice-bugs] [Bug 127637] New: Crash 10 seconds after FILEOPEN; crashes immediately in safe mode in open dialog box

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

Bug ID: 127637
   Summary: Crash 10 seconds after FILEOPEN; crashes immediately
in safe mode in open dialog box
   Product: LibreOffice
   Version: 6.2.7.1 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hout...@gmail.com

Description:
Please tell me how to send you a file. Calc crashes 10 seconds after opening
this .ods file when *no actions* are taken. This was not the case in previous
versions of Libre Office.

Actually, that was the initial bug. However, it still crashes after restarting
in safe mode, resetting my user profile and settings to factory defaults, and
typing command-o to open a file. No specific file necessary, it crashes on the
open dialog box. I'm running macOS 10.14.6

Steps to Reproduce:
1. Open immo.ods
2. Wait 10 seconds

In safe mode:
1. Type command-o
2. Crashes after a second or two

Actual Results:
crash

Expected Results:
That Libre Office doesn't crash


Reproducible: Always


User Profile Reset: Yes



Additional Info:

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

[Libreoffice-bugs] [Bug 93117] LibreOffice freezes when trying to access/open/read/write documents on NFS mounts

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

--- Comment #4 from Cédric Bellegarde  ---
Can confirm the bug always happen with last LibreOffice release.

-- 
You are receiving this mail because:
You 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 127560] Crash when restart LO after having installed languagetool.oxt (gtk3)

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

Julien Nabet  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #10 from Julien Nabet  ---
Nope, i just provided a bt.

-- 
You are receiving this mail because:
You 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 127636] New: EDITING

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

Bug ID: 127636
   Summary: EDITING
   Product: LibreOffice
   Version: 6.3.1.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: broe...@gmail.com

I have just installed 6.3.2.1 and now my spreadsheet macro buttons all
"vibrate" as if being constantly pressed. The normal spreadsheet functions are
not enabled while this is happening. I have tried re-installing and re-booting
but this does not solve the problem.

-- 
You are receiving this mail because:
You 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 127560] Crash when restart LO after having installed languagetool.oxt (gtk3)

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

Timur  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

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

[Libreoffice-bugs] [Bug 127560] Crash when restart LO after having installed languagetool.oxt (gtk3)

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

--- Comment #9 from Timur  ---
Did you test with older versions (AppImage)? Do you have Crash Report?

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

[Libreoffice-bugs] [Bug 126527] Find & Replace dialog: Search for formatting dialog adds unchosen formats (see comment 4)

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

raal  changed:

   What|Removed |Added

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

--- Comment #12 from raal  ---
(In reply to stragu from comment #10)
> 
> However, when I navigate to other format tabs, don't select anything and
> click "OK":
> - 5.3 doesn't add anything (i.e. works as expected, just like 5.4 as
> reported by Dieter)
> - 6.2 and 6.3 add a variety of unwanted "Kerning", "Orphan control", "Widow
> control", "Indent" and "From" format options to the search, depending on
> which tab was opened. (Behaviour that I can confirm on my other Ubuntu
> Budgie computer, the one I was using when I originally reported this bug.)
> 

This seems to have begun at the below commit.
Adding Cc: to Jim Raykowski; Could you possibly take a look at this one? Thanks

62cf75d81d946525da55ed740082c10d45957ab7 is the first bad commit
commit 62cf75d81d946525da55ed740082c10d45957ab7
Author: Norbert Thiebaud 
Date:   Fri Jan 26 00:35:42 2018 -0800

source sha:122da2eea23faf6916c3f3b9e1895f5c404b26c7

author  Jim Raykowski2017-11-18 22:21:24 -0900
committer   Samuel Mehrbrodt   2018-01-26
08:10:20 +0100
commit  122da2eea23faf6916c3f3b9e1895f5c404b26c7 (patch)
tree8e817bf22bb392d13c7b53948fc166da23579ce0
parent  674b67ab7d92097089000fcd70c7abd84e180220 (diff)
tdf#107567 et al. Paragraph dialog preview windows fixes

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

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - distro-configs/CPLinux-LOKit.conf

2019-09-19 Thread Andras Timar (via logerrit)
 distro-configs/CPLinux-LOKit.conf |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 73783b137a53868962041ad1cea3bc9751686029
Author: Andras Timar 
AuthorDate: Thu Sep 19 10:13:34 2019 +0200
Commit: Andras Timar 
CommitDate: Thu Sep 19 10:14:25 2019 +0200

Package colibre_svg theme, too

Change-Id: Ia485271cb20ceb5da1d93c05259c7ed0b5ff0529

diff --git a/distro-configs/CPLinux-LOKit.conf 
b/distro-configs/CPLinux-LOKit.conf
index 7e906bbf4207..75ad26fc2045 100644
--- a/distro-configs/CPLinux-LOKit.conf
+++ b/distro-configs/CPLinux-LOKit.conf
@@ -23,7 +23,7 @@
 --with-fonts
 --enable-noto-font
 --with-galleries=no
---with-theme=colibre
+--with-theme=colibre colibre_svg
 --with-external-thes-dir=/usr/share/mythes
 --with-external-hyph-dir=/usr/share/hyphen
 --with-external-dict-dir=/usr/share/hunspell
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 94765] FILEOPEN: SVG: URL fails is the reference is not in the mapper ( see comment 17 )

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

Xisco Faulí  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |xiscofa...@libreoffice.org
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #18 from Xisco Faulí  ---
taking

-- 
You are receiving this mail because:
You 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 127108] print double-sided and in reverse order

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

Timur  changed:

   What|Removed |Added

   Severity|normal  |minor
 Resolution|--- |WONTFIX
   Priority|medium  |lowest
 Status|UNCONFIRMED |RESOLVED

--- Comment #15 from Timur  ---
This is trivial issue, if bug at all. 
You say you want double-sided print with reverse order. Both options are
working in LO and Print Preview is correct. If you don't like what you get, you
may simply add one more empty page at the end before printing. 

I tried to print from MSO 2016 due to your comment 8 and MSO behaves similar to
LO. 
To be clear, I went to File-Options-Advanced-Print and checked "Print in
reverse order2. 
And it did print in reverse, but 3|2-1. It didn't add page.

Unless you have a use case why normal double-sided print is necessary in
reverse order (any what wouldn't you add a page), this can be closed as
NotABug.
If you want LO to think and guess what user wants, it's WontFix.

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

[Libreoffice-bugs] [Bug 127184] AUTO CAPTION: Problems with Image Caption “Figure” in German UI

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

--- Comment #10 from Heiko Tietze  ---
(In reply to Pit Zaclade from comment #9)
> I have not said...

No accusation, I just mentioned what has been done (Illustration was renamed to
Figure). What you can do is to double check the entry at Tools > Options and
test with a new document.

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

[Libreoffice-bugs] [Bug 127619] [macOS][High Sierra 10.13.6]LibreOffice crash within 40s after opening app

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

Alex Thurgood  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #4 from Alex Thurgood  ---
@pjakruger: the version of LO you are using that you report in comment 2 is
obsolete (LO6101), as is LO6201.

Current releases are either :

LO6271

or

LO6312

Just on a hunch. Crashes on startup or shortly thereafter are often linked to a
malfunctioning extension.

Could you list the LO extensions that you have.

-- 
You are receiving this mail because:
You 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 127624] COUNTIF irregular result

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

--- Comment #12 from Winfried Donkers  ---
(In reply to Julien Nabet from comment #11)
> > (see uploaded document, rows 3..6)
> Except using "isNumeric"/"isText" function, how to distinguish them and
> above all how to change them?
> I only that know that if I put a simple quote before a number, it's
> considered as text but the simple quote stays.
> Also, when clicking to modify, sometimes the number is aligned at left,
> sometimes at right.
Simply use Ctrl-F8 or View-Value highlighting.

-- 
You are receiving this mail because:
You 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 127632] emf import takes more than 30 minutes

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

Bartosz  changed:

   What|Removed |Added

 CC||gan...@poczta.onet.pl

--- Comment #2 from Bartosz  ---
Created attachment 154282
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154282=edit
EMF file extracted from PPTX document

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

[Libreoffice-bugs] [Bug 127184] AUTO CAPTION: Problems with Image Caption “Figure” in German UI

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

--- Comment #9 from Pit Zaclade  ---
I have not said that "Figure" ist the default in the German version. That is no
true.
And the "Figure" is not started in my own intention, but an friend in mind has
this problem.

-- 
You are receiving this mail because:
You 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 126840] libreoffice 6.2 menu rendering broken with KDE backend

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

Timur  changed:

   What|Removed |Added

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

--- Comment #8 from Timur  ---
I didn't test myself but reported says WFM.

-- 
You are receiving this mail because:
You 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 123579] Error installing AltSearch extension

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

Timur  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTABUG

--- Comment #10 from Timur  ---
Hello Daniel. 
This issue wasn't repro and that extension is long-time used. 
So most likely you have/had local issue, such as with your profile. 
I hope you resolved this long time ago. 
If not, to reset user profile is the way: 
https://wiki.documentfoundation.org/UserProfile#Resolving_corruption_in_the_user_profile
I'll close. 
If you have some useful info, feel free to set Unconfirmed. 

PS I hope you issue with styles is resolved in 6.2.7.1 so that you can use it.
If not, please search for that bug.

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

[Libreoffice-bugs] [Bug 126934] gallery new theme add odg files didn't work

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

Heiko Tietze  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 127627] use .stg .stv .str files for galleries in LO

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

Heiko Tietze  changed:

   What|Removed |Added

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

--- Comment #3 from Heiko Tietze  ---
(In reply to andreas_k from comment #2)
> Best solution would be to use .odg file for each symbol and link the .odg
> file like we do with .svg but add image dialogue didn't allow .odg files at
> gallery dialogue.

Which was requested and rejected in bug 126934.

-- 
You are receiving this mail because:
You 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/inc svtools/IwyuFilter_svtools.yaml svtools/qa svtools/source

2019-09-19 Thread Gabor Kelemen (via logerrit)
 include/svtools/genericunodialog.hxx  |1 -
 svtools/IwyuFilter_svtools.yaml   |   12 
 svtools/inc/FltCallDialogParameter.hxx|9 -
 svtools/inc/table/defaultinputhandler.hxx |1 -
 svtools/inc/table/tablecontrol.hxx|1 -
 svtools/inc/table/tablecontrolinterface.hxx   |1 -
 svtools/inc/templwin.hrc  |2 +-
 svtools/inc/uitest/uiobject.hxx   |1 +
 svtools/qa/unit/GraphicObjectTest.cxx |9 -
 svtools/qa/unit/svtools-dialogs-test.cxx  |3 ---
 svtools/qa/unit/testHtmlWriter.cxx|3 ---
 svtools/source/brwbox/brwbox1.cxx |3 ---
 svtools/source/brwbox/brwbox2.cxx |1 -
 svtools/source/brwbox/brwbox3.cxx |2 --
 svtools/source/brwbox/brwimpl.hxx |2 ++
 svtools/source/brwbox/datwin.cxx  |3 ---
 svtools/source/brwbox/datwin.hxx  |2 --
 svtools/source/brwbox/ebbcontrols.cxx |3 ---
 svtools/source/brwbox/editbrowsebox.cxx   |2 --
 svtools/source/brwbox/editbrowsebox2.cxx  |1 -
 svtools/source/config/accessibilityoptions.cxx|2 --
 svtools/source/config/apearcfg.cxx|1 -
 svtools/source/config/colorcfg.cxx|4 
 svtools/source/config/extcolorcfg.cxx |4 
 svtools/source/config/helpopt.cxx |3 ---
 svtools/source/config/htmlcfg.cxx |3 ---
 svtools/source/config/itemholder2.cxx |3 ---
 svtools/source/config/menuoptions.cxx |5 -
 svtools/source/config/miscopt.cxx |1 -
 svtools/source/config/printoptions.cxx|4 
 svtools/source/config/slidesorterbaropt.cxx   |1 -
 svtools/source/contnr/DocumentInfoPreview.cxx |6 --
 svtools/source/contnr/contentenumeration.cxx  |3 +--
 svtools/source/contnr/contentenumeration.hxx  |1 -
 svtools/source/contnr/fileview.cxx|   20 ++--
 svtools/source/contnr/simptabl.cxx|2 --
 svtools/source/contnr/templwin.cxx|1 -
 svtools/source/contnr/templwin.hxx|2 ++
 svtools/source/control/accessibleruler.cxx|5 -
 svtools/source/control/calendar.cxx   |   15 ---
 svtools/source/control/ctrlbox.cxx|6 +-
 svtools/source/control/ctrltool.cxx   |3 +--
 svtools/source/control/filectrl.cxx   |1 -
 svtools/source/control/fileurlbox.cxx |1 -
 svtools/source/control/inettbc.cxx|   10 +-
 svtools/source/control/ruler.cxx  |3 ---
 svtools/source/control/tabbar.cxx |2 --
 svtools/source/control/toolbarmenu.cxx|1 -
 svtools/source/control/toolbarmenuacc.cxx |2 +-
 svtools/source/control/toolbarmenuimp.hxx |3 +--
 svtools/source/control/valueimp.hxx   |1 -
 svtools/source/control/valueset.cxx   |2 --
 svtools/source/dialogs/ServerDetailsControls.cxx  |3 ---
 svtools/source/dialogs/addresstemplate.cxx|5 -
 svtools/source/dialogs/colrdlg.cxx|3 ---
 svtools/source/dialogs/insdlg.cxx |1 -
 svtools/source/edit/textwindowpeer.cxx|1 -
 svtools/source/filter/SvFilterOptionsDialog.cxx   |9 -
 svtools/source/filter/exportdialog.cxx|1 -
 svtools/source/filter/exportdialog.hxx|4 +++-
 svtools/source/graphic/renderer.cxx   |3 ---
 svtools/source/hatchwindow/documentcloser.cxx |3 ---
 svtools/source/hatchwindow/hatchwindow.cxx|2 +-
 svtools/source/hatchwindow/hatchwindowfactory.cxx |1 -
 svtools/source/hatchwindow/ipwin.cxx  |1 -
 svtools/source/inc/hatchwindow.hxx|1 -
 svtools/source/inc/unoiface.hxx   |7 +--
 svtools/source/java/javainteractionhandler.cxx|1 -
 svtools/source/misc/acceleratorexecute.cxx|4 
 svtools/source/misc/ehdl.cxx  |4 
 svtools/source/misc/embedhlp.cxx  |2 --
 svtools/source/misc/embedtransfer.cxx |3 ---
 svtools/source/misc/imagemgr.cxx  |8 +---
 svtools/source/misc/langhelp.cxx  |2 --
 svtools/source/misc/langtab.cxx   |1 -
 svtools/source/misc/sampletext.cxx|1 -
 svtools/source/misc/templatefoldercache.cxx   |1 -
 svtools/source/svhtml/htmlkywd.cxx|3 ---
 svtools/source/svhtml/parhtml.cxx |2 --
 svtools/source/svrtf/parrtf.cxx   |1 -
 

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

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

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

https://git.libreoffice.org/core/commit/71ef762f21ada8c25aad2183065478171e985e8c

tdf#42949 Fix IWYU warnings in svtools/

It will be available in 6.4.0.

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

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

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

[Libreoffice-bugs] [Bug 94903] Digital Signatures are not working with 64-Bit LibreOffice 5.0.2.2 and 32-Bit LibreOffice 5.2.x in Windows

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

Miklos Vajna  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #19 from Miklos Vajna  ---
Could you please attach some test certificate that triggers this problem? I
used the xmlsecurity/qa/create-certs/ script last time to create a self-signed
cert for testing purposes, and it was OK, even after the above change.

-- 
You are receiving this mail because:
You 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 127635] TRACK CHANGES: Replacement problem - spaces separated after replaced word

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

--- Comment #1 from Lars Jødal  ---
Created attachment 154281
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154281=edit
Description of change-tracking problem with screenshots

-- 
You are receiving this mail because:
You 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 94903] Digital Signatures are not working with 64-Bit LibreOffice 5.0.2.2 and 32-Bit LibreOffice 5.2.x in Windows

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

--- Comment #18 from NISZ LibreOffice Team  ---
Also a debug build gives this console output when trying to sign a document:

warn:xmlsecurity.xmlsec:17676:14848:xmlsecurity/source/xmlsec/errorcallback.cxx:52:
..\src\xmldsig.c:793: xmlSecDSigCtxProcessKeyInfoNode() '' '' 45 'details=NULL'
A művelet sikeresen befejeződött.
warn:xmlsecurity.xmlsec:17676:14848:xmlsecurity/source/xmlsec/errorcallback.cxx:52:
..\src\xmldsig.c:508: xmlSecDSigCtxProcessSignatureNode() ''
'xmlSecDSigCtxProcessKeyInfoNode' 1 ' ' A művelet sikeresen befejeződött.
warn:xmlsecurity.xmlsec:17676:14848:xmlsecurity/source/xmlsec/errorcallback.cxx:52:
..\src\xmldsig.c:291: xmlSecDSigCtxSign() ''
'xmlSecDSigCtxProcessSignatureNode' 1 ' ' A művelet sikeresen befejeződött.

('A művelet sikeresen befejeződött.' = Operation completed successfully)

-- 
You are receiving this mail because:
You 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 112450] FILEOPEN, DOCX 2007 missing lines (but OK if DOCX resaved in MSO) - comment 6 and comment 7

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

Timur  changed:

   What|Removed |Added

   Priority|medium  |low
Summary|FILEOPEN, DOCX missing  |FILEOPEN, DOCX 2007 missing
   |lines   |lines (but OK if DOCX
   ||resaved in MSO) - comment 6
   ||and comment 7

--- Comment #10 from Timur  ---
Repro 6.4+. BUt happens only with attached 2007 DOCX. If resaved in MSO, lines
are there, as can be seen from DOCX attachment 154280 and as noted in comment 6
and comment 7. So I set to Low.

-- 
You are receiving this mail because:
You 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 49994] TABLES : jumps on selecting text in table in big cell on neighboring pages

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

--- Comment #8 from Jim Raykowski  ---
The original code that does the selection (incorrectly) puzzels me. Here is a
patch that provides expected behavior for text selection across pages when a
table has repeat heading. I could find no problems while testing but no
guarantees with this one :). 

https://gerrit.libreoffice.org/#/c/79113/

-- 
You are receiving this mail because:
You 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 127624] COUNTIF irregular result

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

--- Comment #11 from Julien Nabet  ---
(In reply to Winfried Donkers from comment #10)
> Created attachment 154277 [details]
> simplified use cases
> 
> (In reply to Julien Nabet from comment #5)
> 
> I can explain what happens: 
> -if the cell to be compared and the criterion are of the same type, the
> comparison result is true;
> -if the cell to be compared is of type numeric and the criterion is of type
> text, the comparison result is true, i.e. the cell to be compared is
> evaluated as text; 
> -if the cell to be compared is of type text and the criterion is of type
> numeric, the comparison result is false.
> (see uploaded document, rows 3..6)
Except using "isNumeric"/"isText" function, how to distinguish them and above
all how to change them?
I only that know that if I put a simple quote before a number, it's considered
as text but the simple quote stays.
Also, when clicking to modify, sometimes the number is aligned at left,
sometimes at right.



> 
> COUNTIF is defined in
> http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.
> html#COUNTIF and the criterion is defined in
> ... 
> Excel produces a result true for all 8 combinations used in the uploaded
> document. However, if COUNTIF in Calc is compliant with the ODFF standard,
> COUNTIF is not at fault, but we may need an Excel-compliant version of
> COUNTIF.

Just my personal opinion but ODFF standard should be the top priority compared
to Excel compatibility.

-- 
You are receiving this mail because:
You 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 127635] New: TRACK CHANGES: Replacement problem - spaces separated after replaced word

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

Bug ID: 127635
   Summary: TRACK CHANGES: Replacement problem - spaces separated
after replaced word
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: l...@rn.dk

Description:
When change tracking is turned on but NOT visible, replacement of a single word
by more than one word separates none-space and space characters.


Steps to Reproduce:
1. Open Writer with some text written without change-tracking.
2. Turn on change-tracking but do not turn on visibility of changes.
3. Highlight one word in the text (no spaces).
4. Write several words (i.e. both spaces and other characters) to replace the
highlighted word.

Actual Results:
The highlighted text is replaced by the written text, but not as written:
spaces are added only at the end of the newly written text (e.g. "thisisnewtext
  ").

Expected Results:
The highlighted text should be replaced by the text as it is written (e.g.
"this is new text").


Reproducible: Always


User Profile Reset: No



Additional Info:
The bug only appears if the highlighted text does not contain any spaces, and
only when change-tracking is not visible.

Version: 6.3.1.2 (x64)
Build ID: b79626edf0065ac373bd1df5c28bd630b4424273
CPU tråde: 4; Styresystem: Windows 10.0; Gengiver af brugergrænseflade: GL;
VCL: win; 
Lokalisering: da-DK (da_DK); Sprog for brugergrænseflade: da-DK
Calc: threaded

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

[Libreoffice-bugs] [Bug 127161] Graphite font rendering is not happening in LibreOffice-6 versions

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

--- Comment #4 from Jayakumar  ---
Dear Team,
Is there any update on this request can be expected?

-- 
You are receiving this mail because:
You 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 127627] use .stg .stv .str files for galleries in LO

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

--- Comment #2 from andreas_k  ---
Best solution would be to use .odg file for each symbol and link the .odg file
like we do with .svg but add image dialogue didn't allow .odg files at gallery
dialogue.

-- 
You are receiving this mail because:
You 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 94903] Digital Signatures are not working with 64-Bit LibreOffice 5.0.2.2 and 32-Bit LibreOffice 5.2.x in Windows

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

NISZ LibreOffice Team  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected,
   ||regression

-- 
You are receiving this mail because:
You 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 112456] FILEOPEN, DOCX 2007: Text Box Shape misplaced (OK if resaved in MSO or moved and saved in LO)

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

Timur  changed:

   What|Removed |Added

Summary|FILEOPEN, DOCX 2007: Text   |FILEOPEN, DOCX 2007: Text
   |Box Shape in footer |Box Shape misplaced (OK if
   |misplaced (OK if resaved in |resaved in MSO or moved and
   |MSO or moved and saved in   |saved in LO)
   |LO) |

-- 
You are receiving this mail because:
You 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 112456] FILEOPEN, DOCX 2007: Text Box Shape in footer misplaced (OK if resaved in MSO or moved and saved in LO)

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

--- Comment #10 from Timur  ---
Created attachment 154280
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154280=edit
The file resaved as DOCX in MSO

The file resaved as DOCX in MSO with a duplicate shape outside of footer.
Shapes are in good position. 
As I wrote, if shape is duplicated outside the footer and resaved in MSO with
compatibility option 2007, it will still open wrong, meaning that it's not
footer related.

-- 
You are receiving this mail because:
You 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 127625] Java application wait for MessageDispatcher thread when using remote bridge

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

Oleg Shchelykalnov  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Oleg Shchelykalnov  ---
Found documentation here
https://wiki.openoffice.org/wiki/Uno/Remote/Tutorials/Disposing_Remote_Bridges
and example here:
https://www.programcreek.com/java-api-examples/?code=LibreOffice/noa-libre/noa-libre-master/src/ag/ion/bion/officelayer/internal/application/connection/RemoteOfficeConnection.java

This snippet allows application to be correctly closed:

Object oBridgeFactory =
xcomponentcontext.getServiceManager().createInstanceWithContext("com.sun.star.bridge.BridgeFactory",
xcomponentcontext);
XBridgeFactory xBridgeFactory = (XBridgeFactory)
UnoRuntime.queryInterface(XBridgeFactory.class, oBridgeFactory);
for (XBridge bridge :
xBridgeFactory.getExistingBridges()) {
XComponent xComponent = (XComponent)
UnoRuntime.queryInterface(XComponent.class, bridge);
xComponent.dispose();
}

-- 
You are receiving this mail because:
You 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 94903] Digital Signatures are not working with 64-Bit LibreOffice 5.0.2.2 and 32-Bit LibreOffice 5.2.x in Windows

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

NISZ LibreOffice Team  changed:

   What|Removed |Added

 CC||kelem...@ubuntu.com,
   ||libreoff...@nisz.hu,
   ||vmik...@collabora.com

--- Comment #17 from NISZ LibreOffice Team  ---
We managed to reproduce this issue with 5.4 and newer versions.
5.3 and older (tested: 5.0-5.3, 4.2, 3.5) did work using an X509 certificate to
sign odt files on Win 8.1 and 32 bit release versions via SI-GUI. 

bibisect-win32-5.4 shows it begun at:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=273da4e3d1d2a9fb10807d9300d5bac47e1e2584

author  Miklos Vajna   2017-05-17 09:13:09 +0200
committer   Miklos Vajna   2017-05-17 10:20:50
+0200

xmlsecurity: use xmlsec API instead of patching out cert verification
This flag does exactly what we need since xmlsec-1.2.24.

Adding CC to: Miklos Vajna

-- 
You are receiving this mail because:
You 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: desktop/source

2019-09-19 Thread Miklos Vajna (via logerrit)
 desktop/source/lib/lokclipboard.hxx |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 10b457143a2848611ff4fd91c1e74ce8ba975e4e
Author: Miklos Vajna 
AuthorDate: Wed Sep 18 23:00:27 2019 +0200
Commit: Miklos Vajna 
CommitDate: Thu Sep 19 08:59:29 2019 +0200

desktop: various small cleanups in lokclipboard

1) virtual is redundant when override is used

2) LOKTransferable::initFlavourFromMime() had different parameter names
in the function declaration and definition

3) const-qualification on nInCount only had an effect in the function
definition, not in the declaration

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

diff --git a/desktop/source/lib/lokclipboard.hxx 
b/desktop/source/lib/lokclipboard.hxx
index 0c237d822383..9688956c0ce6 100644
--- a/desktop/source/lib/lokclipboard.hxx
+++ b/desktop/source/lib/lokclipboard.hxx
@@ -41,9 +41,9 @@ public:
 }
 
 // XServiceInfo
-virtual OUString SAL_CALL getImplementationName() override;
-virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) 
override;
-virtual Sequence SAL_CALL getSupportedServiceNames() override;
+OUString SAL_CALL getImplementationName() override;
+sal_Bool SAL_CALL supportsService(const OUString& ServiceName) override;
+Sequence SAL_CALL getSupportedServiceNames() override;
 static Sequence getSupportedServiceNames_static();
 
 // XClipboard
@@ -72,11 +72,11 @@ class LOKTransferable : public 
cppu::WeakImplHelper m_aFlavors;
 std::vector m_aContent;
 
-static void initFlavourFromMime(css::datatransfer::DataFlavor& rFlavor, 
OUString sMimeType);
+static void initFlavourFromMime(css::datatransfer::DataFlavor& rFlavor, 
OUString aMimeType);
 
 public:
 LOKTransferable();
-LOKTransferable(const size_t nInCount, const char** pInMimeTypes, const 
size_t* pInSizes,
+LOKTransferable(size_t nInCount, const char** pInMimeTypes, const size_t* 
pInSizes,
 const char** pInStreams);
 LOKTransferable(const OUString& sMimeType, const 
css::uno::Sequence& aSequence);
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127634] New: Context menu does not show spelling corrections if cell set wrap text

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

Bug ID: 127634
   Summary: Context menu does not show spelling corrections if
cell set wrap text
   Product: LibreOffice
   Version: 6.3.1.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ke...@kmashlea.plus.com

If you enter some text into a cell with a spelling mistake.
Right click on the misspelled word and it offers you a selection of
corrections.

If you format the cell to "wrap text automatically" and then try the right
click, you are no longer offered the spelling corrections.

-- 
You are receiving this mail because:
You 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 127184] AUTO CAPTION: Problems with Image Caption “Figure” in German UI

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

--- Comment #8 from Heiko Tietze  ---
Running LibO Stable 6.2.7, the default name for the category is "Abbildung"
(which is what we changed from Illustration to Figure) and this works. If you
open a document that was created before it uses Illustration (with the
respective translation). Point is, I wonder why Pit has "Figure" in this
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 119697] FILEOPEN DOCX Text box Shape (with absolute position to column in Word?) is positioned incorrectly

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

Timur  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 112456] FILEOPEN, DOCX 2007: Text Box Shape in footer misplaced (OK if resaved in MSO)

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

Timur  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 112456] FILEOPEN, DOCX 2007: Text Box Shape in footer misplaced (OK if resaved in MSO or moved and saved in LO)

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

Timur  changed:

   What|Removed |Added

Summary|FILEOPEN, DOCX 2007: Text   |FILEOPEN, DOCX 2007: Text
   |Box Shape in footer |Box Shape in footer
   |misplaced (OK if resaved in |misplaced (OK if resaved in
   |MSO)|MSO or moved and saved in
   ||LO)

-- 
You are receiving this mail because:
You 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 112456] FILEOPEN, DOCX 2007: Text Box Shape in footer misplaced (OK if resaved in MSO)

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

--- Comment #9 from Timur  ---
Created attachment 154279
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154279=edit
The file compared in MSO2016 LO64+

This is not misplaced column but Text Box Shape and it's not related to footer. 
Happens only in attached 2007 DOCX and not if DOCX is resaved in MSO. 

Oliver, if you open multiple bugs for the same file, please connect them via
See Also. No need to upload more time, enough to write attachment number and
that's the link.

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

<    1   2   3   4   5   6   >