[Libreoffice-bugs] [Bug 119638] Text boxes copied from Draw to Writer get wrapped

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

--- Comment #7 from fatfish  ---
this bug is not reproduced.

Version: 6.3.0.0.alpha0+ (x64)
Build ID: 0f25a3c36f27fd51453b9a9115f236b83c143684
CPU threads: 8; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-11-27_20:06:55
Locale: zh-TW (zh_TW); UI-Language: en-US
Calc: threaded

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


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

2018-11-28 Thread Libreoffice Gerrit user
 sc/source/ui/view/drawview.cxx |   12 
 1 file changed, 12 insertions(+)

New commits:
commit 12877c3ec0bb503dcd0d6d9b9aa83e2a1e5e7ac4
Author: Armin Le Grand 
AuthorDate: Tue Nov 27 13:53:59 2018 +0100
Commit: Armin Le Grand 
CommitDate: Thu Nov 29 08:55:54 2018 +0100

No GridOffset support for PDF or Print

Change-Id: I40c1128ef2fb8860e883016344138bb84f68c2de
Reviewed-on: https://gerrit.libreoffice.org/64112
Tested-by: Jenkins
Reviewed-by: Armin Le Grand 

diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx
index 28af22f58c34..a19d7ce48c84 100644
--- a/sc/source/ui/view/drawview.cxx
+++ b/sc/source/ui/view/drawview.cxx
@@ -1181,6 +1181,18 @@ namespace sdr
 
 bool ObjectContactOfScDrawView::supportsGridOffsets() const
 {
+// no GridOffset support for printer
+if(isOutputToPrinter())
+{
+return false;
+}
+
+// no GridOffset support for PDF export
+if(isOutputToPDFFile())
+{
+return false;
+}
+
 // yes - we support it
 return true;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 116655] Paragraph style is automatically set to "Default" after exiting table with Alt+Enter

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

--- Comment #4 from Mike Kaganski  ---
Also this is reproducible when you add a paragraph *before* a table which
doesn't have a prior normal paragraph.

1. In a new text document, set everything to use "Text Body" paragraph style.
2. When in the very first position, insert a new table. Check that there's no
paragraph before the table; check that the paragraph after the table has "Text
Body" paragraph style.
3. Put cursor to the beginning of the table; press "Alt"+"Enter" to add a
paragraph in front of it.

=> the new paragraph has "Default Style".

4. Set this new first paragraph to have "Text Body" paragraph style.
5. Put cursor to the beginning of the table; press "Alt"+"Enter" to add a
paragraph in front of it.

=> the new paragraph has "Text Body" paragraph style.

6. Put cursor to the paragraph immediately following the (first) table.
7. Add another table. Make sure there's no paragraphs between the two tables.
8. Put cursor to the beginning of the second table; press "Alt"+"Enter" to add
a paragraph in front of it.

=> the new paragraph between tables has "Default Style".

9. Set this new paragraph between tables to have "Text Body" paragraph style.
10. Put cursor to the beginning of the second table; press "Alt"+"Enter" to add
a paragraph in front of it.

=> the new paragraph has "Text Body" paragraph style.

So this shows that the inserted paragraph inherits the paragraph style of a
free paragraph on the same nesting level and immediately above the newly
inserted; if there's no such paragraph, it defaults to "Default Style".

Also this is clearly must be the same problem when we create a new document
without using any templates, that the very first paragraph has that "Default
Style".

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


[Libreoffice-bugs] [Bug 121349] MacOS: The template table styles are missing in normal mode even after a profile reset (fine in safe mode)

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

--- Comment #6 from lego91...@gmail.com ---
can't reproduce in

Version: 6.3.0.0.alpha0+
Build ID: 72e204da9a062282e52d5060e7f633e3b21414ff
CPU threads: 8; OS: Mac OS X 10.14; UI render: default; VCL: osx; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2018-11-26_01:27:57
Locale: zh-CN (zh_Hant.UTF-8); UI-Language: en-US
Calc: threaded

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


[Libreoffice-commits] online.git: wsd/DocumentBroker.cpp

2018-11-28 Thread Libreoffice Gerrit user
 wsd/DocumentBroker.cpp |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit dc4712c3f9e3ad541f5d4348a47604665050596f
Author: Miklos Vajna 
AuthorDate: Thu Nov 29 08:52:57 2018 +0100
Commit: Miklos Vajna 
CommitDate: Thu Nov 29 08:52:57 2018 +0100

wsd: limit_load_secs is not interesting for the mobile case, either

Change-Id: I92ad4bea80c261cc802ccdbebc1ce2990260853e

diff --git a/wsd/DocumentBroker.cpp b/wsd/DocumentBroker.cpp
index 87eff69b6..c2dda9221 100644
--- a/wsd/DocumentBroker.cpp
+++ b/wsd/DocumentBroker.cpp
@@ -250,12 +250,12 @@ void DocumentBroker::pollThread()
 uint64_t adminSent = 0;
 uint64_t adminRecv = 0;
 auto lastBWUpdateTime = std::chrono::steady_clock::now();
+
+int limit_load_secs = 
LOOLWSD::getConfigValue("per_document.limit_load_secs", 100);
 auto loadDeadline = std::chrono::steady_clock::now() + 
std::chrono::seconds(limit_load_secs);
 #endif
 auto last30SecCheckTime = std::chrono::steady_clock::now();
 
-int limit_load_secs = 
LOOLWSD::getConfigValue("per_document.limit_load_secs", 100);
-
 // Main polling loop goodness.
 while (!_stop && _poll->continuePolling() && !TerminationFlag)
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: wsd/DocumentBroker.cpp

2018-11-28 Thread Libreoffice Gerrit user
 wsd/DocumentBroker.cpp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0e312f90169b35a0ad7db48252a9d6d8c526140a
Author: Miklos Vajna 
AuthorDate: Thu Nov 29 08:51:26 2018 +0100
Commit: Miklos Vajna 
CommitDate: Thu Nov 29 08:51:26 2018 +0100

Fix gtk build: -Werror=unused-but-set-variable

diff --git a/wsd/DocumentBroker.cpp b/wsd/DocumentBroker.cpp
index 8235c073c..87eff69b6 100644
--- a/wsd/DocumentBroker.cpp
+++ b/wsd/DocumentBroker.cpp
@@ -250,11 +250,11 @@ void DocumentBroker::pollThread()
 uint64_t adminSent = 0;
 uint64_t adminRecv = 0;
 auto lastBWUpdateTime = std::chrono::steady_clock::now();
+auto loadDeadline = std::chrono::steady_clock::now() + 
std::chrono::seconds(limit_load_secs);
 #endif
 auto last30SecCheckTime = std::chrono::steady_clock::now();
 
 int limit_load_secs = 
LOOLWSD::getConfigValue("per_document.limit_load_secs", 100);
-auto loadDeadline = std::chrono::steady_clock::now() + 
std::chrono::seconds(limit_load_secs);
 
 // Main polling loop goodness.
 while (!_stop && _poll->continuePolling() && !TerminationFlag)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-11-28 Thread Libreoffice Gerrit user
 external/xmlsec/README |   37 -
 1 file changed, 4 insertions(+), 33 deletions(-)

New commits:
commit 6ddc2fb9f476895706915bddbe7431400e773597
Author: Miklos Vajna 
AuthorDate: Wed Nov 28 21:28:54 2018 +0100
Commit: Miklos Vajna 
CommitDate: Thu Nov 29 08:45:53 2018 +0100

libxmlsec: rewrite README now that we no longer patch the library

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

diff --git a/external/xmlsec/README b/external/xmlsec/README
index 2484bf2300e4..9f2c5e5e7162 100644
--- a/external/xmlsec/README
+++ b/external/xmlsec/README
@@ -1,34 +1,5 @@
-XML signing, etc. From [http://www.aleksey.com/xmlsec/]. Heavily patched.
-
-The XML Security library has been modified, so that there is NO verification of
-the certificate during sign or verification operation. On Windows this was done
-in the function xmlSecMSCryptoX509StoreVerify (file src/mscrypto/x509vfy.c) and
-on UNIX in xmlSecNssX509StoreVerify (file src/nss/x509vfy.c).
-
-The implementation creates certificates from all of the X509Data children, such
-as X509IssuerSerial and X509Certificate and stores them in a certificate store
-(see xmlsec/src/mscrypto/x509.c:xmlSecMSCryptoX509DataNodeRead). It must then
-find the certificate containing the public key which is used for validation
-within that store. This is done in xmlSecMSCryptoX509StoreVerify. This function
-however only takes those certificates into account which can be validated. This
-was changed by the patch xmlsec1-noverify.patch, which prevents this 
certificate
-validation.
-
-xmlSecMSCryptoX509StoreVerify iterates over all certificates contained or
-referenced in the X509Data elements and selects one which is no issuer of any 
of
-the other certificates. This certificate is not necessarily the one which was
-used for signing but it must contain the proper validation key, which is
-sufficient to validate the signature. See 
-http://www.w3.org/TR/xmldsig-core/#sec-X509Data 
-for details.
-
-There is a flag XMLSEC_KEYINFO_FLAGS_X509DATA_DONT_VERIFY_CERTS that can be set
-in a xmlSecKeyInfoCtx (see function xmlSecNssKeyDataX509XmlRead, in file
-src/nss/x509.c), which indicates that one can turn off the validation. However,
-setting it will cause that the validation key is not found. If the flag is set,
-then the key is not extracted from the certificate store which contains all the
-certificates of the X509Data elements. In other words, the certificates which
-are delivered within the XML signature are not used when looking for suitable
-validation key.
-
+XML signing, etc. From [http://www.aleksey.com/xmlsec/].
 
+The certificate vertification functionality of libxmlsec is not used, both the
+mscng and nss backends specify the
+XMLSEC_KEYINFO_FLAGS_X509DATA_DONT_VERIFY_CERTS flag during verification.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: wsd/DocumentBroker.cpp wsd/Storage.cpp wsd/Storage.hpp

2018-11-28 Thread Libreoffice Gerrit user
 wsd/DocumentBroker.cpp |   18 +-
 wsd/Storage.cpp|   12 ++--
 wsd/Storage.hpp|   17 -
 3 files changed, 27 insertions(+), 20 deletions(-)

New commits:
commit ae3fec55d41bde6c8e7e50986ae30a58d87a
Author: Miklos Vajna 
AuthorDate: Thu Nov 29 08:42:43 2018 +0100
Commit: Miklos Vajna 
CommitDate: Thu Nov 29 08:43:02 2018 +0100

StorageBase::FileInfo: make members private

Which shows that the _size member was unused.

Change-Id: Ic6e74659050b86cd9057971ec21623fad75f0c39

diff --git a/wsd/DocumentBroker.cpp b/wsd/DocumentBroker.cpp
index fed34213e..8235c073c 100644
--- a/wsd/DocumentBroker.cpp
+++ b/wsd/DocumentBroker.cpp
@@ -526,7 +526,7 @@ bool DocumentBroker::load(const 
std::shared_ptr& session, const s
 if (wopifileinfo->getDisableExport())
 wopifileinfo->setHideExportOption(true);
 
-wopiInfo->set("BaseFileName", wopiStorage->getFileInfo()._filename);
+wopiInfo->set("BaseFileName", 
wopiStorage->getFileInfo().getFilename());
 wopiInfo->set("HidePrintOption", wopifileinfo->getHidePrintOption());
 wopiInfo->set("HideSaveOption", wopifileinfo->getHideSaveOption());
 wopiInfo->set("HideExportOption", wopifileinfo->getHideExportOption());
@@ -551,7 +551,7 @@ bool DocumentBroker::load(const 
std::shared_ptr& session, const s
 session->sendMessage("wopi: " + wopiInfoString);
 
 // Mark the session as 'Document owner' if WOPI hosts supports it
-if (userId == _storage->getFileInfo()._ownerId)
+if (userId == _storage->getFileInfo().getOwnerId())
 {
 LOG_DBG("Session [" << sessionId << "] is the document owner");
 session->setDocumentOwner(true);
@@ -604,21 +604,21 @@ bool DocumentBroker::load(const 
std::shared_ptr& session, const s
 
 if (firstInstance)
 {
-_documentLastModifiedTime = fileInfo._modifiedTime;
+_documentLastModifiedTime = fileInfo.getModifiedTime();
 LOG_DBG("Document timestamp: " << _documentLastModifiedTime);
 }
 else
 {
 // Check if document has been modified by some external action
-LOG_TRC("Document modified time: " << fileInfo._modifiedTime);
+LOG_TRC("Document modified time: " << fileInfo.getModifiedTime());
 static const Poco::Timestamp Zero(Poco::Timestamp::fromEpochTime(0));
 if (_documentLastModifiedTime != Zero &&
-fileInfo._modifiedTime != Zero &&
-_documentLastModifiedTime != fileInfo._modifiedTime)
+fileInfo.getModifiedTime() != Zero &&
+_documentLastModifiedTime != fileInfo.getModifiedTime())
 {
 LOG_DBG("Document " << _docKey << "] has been modified behind our 
back. " <<
 "Informing all clients. Expected: " << 
_documentLastModifiedTime <<
-", Actual: " << fileInfo._modifiedTime);
+", Actual: " << fileInfo.getModifiedTime());
 
 _documentChangedInStorage = true;
 std::string message = "close: documentconflict";
@@ -703,7 +703,7 @@ bool DocumentBroker::load(const 
std::shared_ptr& session, const s
 _uriJailed = Poco::URI(Poco::URI("file://"), 
localPathEncoded).toString();
 _uriJailedAnonym = Poco::URI(Poco::URI("file://"), 
LOOLWSD::anonymizeUrl(localPath)).toString();
 
-_filename = fileInfo._filename;
+_filename = fileInfo.getFilename();
 
 // Use the local temp file's timestamp.
 _lastFileModifiedTime = 
Poco::File(_storage->getRootFilePath()).getLastModified();
@@ -840,7 +840,7 @@ bool DocumentBroker::saveToStorageInternal(const 
std::string& sessionId,
 _lastSaveTime = std::chrono::steady_clock::now();
 
 // Save the storage timestamp.
-_documentLastModifiedTime = _storage->getFileInfo()._modifiedTime;
+_documentLastModifiedTime = 
_storage->getFileInfo().getModifiedTime();
 
 // After a successful save, we are sure that document in the 
storage is same as ours
 _documentChangedInStorage = false;
diff --git a/wsd/Storage.cpp b/wsd/Storage.cpp
index 7ed86bc3c..b40bebfb3 100644
--- a/wsd/Storage.cpp
+++ b/wsd/Storage.cpp
@@ -350,8 +350,8 @@ StorageBase::SaveResult 
LocalStorage::saveLocalFileToStorage(const Authorization
 
 // update its fileinfo object. This is used later to check if someone 
else changed the
 // document while we are/were editing it
-getFileInfo()._modifiedTime = 
Poco::File(getUri().getPath()).getLastModified();
-LOG_TRC("New FileInfo modified time in storage " << 
getFileInfo()._modifiedTime);
+
getFileInfo().setModifiedTime(Poco::File(getUri().getPath()).getLastModified());
+LOG_TRC("New FileInfo modified time in storage " << 
getFileInfo().getModifiedTime());
 }
 catch (const Poco::Exception& exc)
 {
@@ -660,7 +660,7 @@ std::string 

[Libreoffice-bugs] [Bug 121760] Can't delete wrong file in extensions (LO Draw)

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

--- Comment #2 from Vera Blagoveschenskaya  ---
Can't reproduced for

Version: 6.3.0.0.alpha0+
Build ID: b15b1a2a90fa4c239ff8a6a33e73ff50ea422abf
CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-28_06:21:05
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 121751] Cursor overlaps comment when shown in Calc

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

Vera Blagoveschenskaya  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #3 from Vera Blagoveschenskaya  ---
Anyway, it looks strange.

Confirmed from my side

Version: 6.3.0.0.alpha0+
Build ID: b15b1a2a90fa4c239ff8a6a33e73ff50ea422abf
CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-28_06:21:05
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 120877] KDE5: There is no Checkbox for some options in View (LO Calc)

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

--- Comment #5 from Vera Blagoveschenskaya  ---
Created attachment 147116
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147116=edit
view-toolbars-formula

Additional info:
There is also no checkbox for

View -> Toolbars -> Formula

Tested with

Version: 6.3.0.0.alpha0+
Build ID: b15b1a2a90fa4c239ff8a6a33e73ff50ea422abf
CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-28_06:21:05
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 112080] RTF Export: horizontal and vertical flip for shapes is mixed up

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

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

Версия: 6.2.0.0.beta1
ID сборки: d1b41307be3f8c19fe6f1938cf056e7ff1eb1d18
Потоков ЦП: 4; ОС:Windows 6.1; Отрисовка ИП: по умолчанию; VCL: win; 
Локаль: ru-RU (ru_RU); UI-Language: ru-RU
Calc: threaded

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


[Libreoffice-bugs] [Bug 121781] New: Status of time zone data storage in date cells; timezone conversion

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

Bug ID: 121781
   Summary: Status of time zone data storage in date cells;
timezone conversion
   Product: LibreOffice
   Version: 6.2.0.0.beta1+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ddascalescu+freedesk...@gmail.com

I've just learned that "Excel has no native concept of universal time. All
times are specified in the local time zone. Excel limitations prevent
specifying true absolute dates." [1]

This is quite surprising to me. When people shared Excel files via email or
FTP, how did geographically distributed teams agree on what a given timestamp
meant? If Excel stores only local times, then when a team member from Germany
sends a file to a colleague in Tokyo or in the US, dates could be off by one
day, times will be off by many hours etc.

I'm trying to use a library (SheetJS, link below) that generates XLS or ODS
files, and the author claims it's impossible to store datetimes in UTC in Excel
files: "Following Excel, this library treats all dates as relative to local
time zone".

Does LibreCalc improve on this situation?

Either way, can the timezone aspect please be documented somewhere, e.g. at
https://help.libreoffice.org/Calc/Date_and_Time_Functions ?

We can then point the author of the library to the appropriate documentation,
to hopefully add support for universal time for ODS files.

[1]: https://docs.sheetjs.com/#dates

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


[Libreoffice-bugs] [Bug 120890] KDE5: Perform some actions for View -> Toolbars menu -> Crash appears

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

Vera Blagoveschenskaya  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #10 from Vera Blagoveschenskaya  ---
Crash is not reproduced for

Version: 6.3.0.0.alpha0+
Build ID: b15b1a2a90fa4c239ff8a6a33e73ff50ea422abf
CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-28_06:21:05
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

--> Verified

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


Re: Tinberbox MacOSX-x86_64_49-TDF failure - ld: file not found

2018-11-28 Thread Stephan Bergmann

On 28/11/2018 19:50, Luke Benes wrote:

In this range: 
https://cgit.freedesktop.org/libreoffice/core/log/?qt=range=313a0efb1d703a36030a7e5e55bd308c7e4650f3..ae3309c908311248f1580a894f197732964bfac2

@49 started failing with:

https://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTER=1543237201.21995

   [build LOC] vcl
   [build SED] CustomTarget/wizards/share/dialog.xlc
   [build SED] CustomTarget/wizards/share/script.xlc
   [build PKG] wizards_properties
   [build LOC] wizards
   [build LOC] writerperfect
   [build LOC] xmlsecurity
   [build CUS] instsetoo_native/setup
   [build LOC] external
   [build CHK] external
   [build SLC] external
   [build UPK] boost_1_66_0.tar.bz2
   [build LNK] Library/libuno_sal.dylib.3
   [build UPK] icu4c-63_1-src.tgz
   [build UPK] nss-3.38-with-nspr-4.19.tar.gz
   NEXTld: file not found: 
/Users/cloph/tb/workdir/CObject/sal/osl/unx/backtrace.o/Users/cloph/tb/workdir/CxxObject/sal/osl/all/compat.o/Users/cloph/tb/workdir/CxxObject/sal/osl/all/debugbase.o/Users/cloph/tb/workdir/CxxObject/sal/osl/all/filepath.o/Users/cloph/tb/workdir/CxxObject/sal/osl/all/loadmodulerelative.o/Users/cloph/tb/workdir/CxxObject/sal/osl/all/log.o/Users/cloph/tb/workdir/CxxObject/sal/osl/all/signalshared.o/Users/cloph/tb/workdir/CxxObject/sal/osl/all/utility.o/Users/cloph/tb/workdir/CxxObject/sal/rtl/alloc_arena.o/Users/cloph/tb/workdir/CxxObject/sal/rtl/alloc_cache.o/Users/cloph/tb/workdir/CxxObject/sal/rtl/alloc_fini.o/Users/cloph/tb/workdir/CxxObject/sal/rtl/alloc_global.o/Users/cloph/tb/workdir/CxxObject/sal/rtl/bootstrap.o/Users/cloph/tb/workdir/CxxObject/sal/rtl/byteseq.o/Users/cloph/tb/workdir/CxxObject/sal/rtl/cipher.o/Users/cloph/tb/workdir/CxxObject/sal/rtl/cmdargs.o/Users/cloph/tb/workdir/CxxObject/sal/rtl/crc.o/Users/cloph/tb/workdir/CxxObject/sal/rtl/digest.o/Users/cloph/tb/workdir/CxxObject/sal/rtl/hash.
7157  NEXTclang: error: linker command failed with exit code 1 (use -v to 
see invocation)
7158  NEXTmake[1]: *** 
[/Users/cloph/tb/instdir/LibreOfficeDev.app/Contents/Frameworks/libuno_sal.dylib.3]
 Error 1
7159  make[1]: *** Waiting for unfinished jobs
7160  NEXTmake: *** [build] Error 2


possibility caused by this commit?
https://cgit.freedesktop.org/libreoffice/core/commit/?id=ab9d95e6073d

Use -filelist with macOS linker


Yes, and likely fixed with 
 
"gbuild: MacOSX: use tr instead of sed for newlines", I'd guess.

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


[Libreoffice-bugs] [Bug 120832] KDE5: Some options are disabled in Format -> Text submenu

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

Vera Blagoveschenskaya  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

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


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

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

Bug 120832 Summary: KDE5: Some options are disabled in Format -> Text submenu
https://bugs.documentfoundation.org/show_bug.cgi?id=120832

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 120832] KDE5: Some options are disabled in Format -> Text submenu

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

Vera Blagoveschenskaya  changed:

   What|Removed |Added

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

--- Comment #5 from Vera Blagoveschenskaya  ---
Tested with

Version: 6.3.0.0.alpha0+
Build ID: b15b1a2a90fa4c239ff8a6a33e73ff50ea422abf
CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-28_06:21:05
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

Bug is not reproduced.
Status: Resolved -> Verified

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


[Libreoffice-bugs] [Bug 120789] KDE5: Option 'Clear List' for recent documents does not work

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

Vera Blagoveschenskaya  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #6 from Vera Blagoveschenskaya  ---
Checked the fix
https://bugs.documentfoundation.org/show_bug.cgi?id=121417#c5

Bug is not reproduced, but I create a new one for clearing the list operation
--> see https://bugs.documentfoundation.org/show_bug.cgi?id=121780

Tested with

Version: 6.3.0.0.alpha0+
Build ID: b15b1a2a90fa4c239ff8a6a33e73ff50ea422abf
CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-28_06:21:05
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

and

Version: 6.3.0.0.alpha0+
Build ID: b15b1a2a90fa4c239ff8a6a33e73ff50ea422abf
CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-28_06:21:05
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 113666] Draw Text box not rendered to presentation canvas when animated GIF is in proximity

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

--- Comment #8 from Giovanni Panozzo  ---

Now it seems to be resolved, under Windows, for this LibreOffice version

Versione: 6.1.3.2 (x64)
Build ID: 86daf60bf00efa86ad547e59e09d6bb77c699acb
Thread CPU: 4; SO: Windows 10.0; Resa interfaccia: predefinito; 
Versione locale: it-IT (it_IT); Calc: group threaded

BUT:
- Having the test file open on Impress editor causes quite high cpu load (up to
constant 30% on a core i3-3xxx machine). Should I open another bug?
- I cannot find a "RESOLVED-WORKSFORME" option for this bug report's Status
Field. Only UNCONFIRMED, NEW, ASSIGNED, RESOLVED, 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 121417] KDE5: Recent Documents -> Clear list leads to crash

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

Vera Blagoveschenskaya  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #18 from Vera Blagoveschenskaya  ---
New bug:
https://bugs.documentfoundation.org/show_bug.cgi?id=121780

This bug -> status 'Verified'

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


[Libreoffice-bugs] [Bug 121780] Clear the List of Recent documents -> 'this operation is not supported by operating system'

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

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

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


[Libreoffice-bugs] [Bug 121780] New: Clear the List of Recent documents -> 'this operation is not supported by operating system'

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

Bug ID: 121780
   Summary: Clear the List of Recent documents -> 'this operation
is not supported by operating system'
   Product: LibreOffice
   Version: 6.3.0.0.alpha0+ Master
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ver...@basealt.ru

Description:
Clear the List of Recent documents -> 'this operation is not supported by
operating system'

Steps to Reproduce:
Steps to Reproduce:
1. Open several documents via Writer
2. See Recent Documents 
3. Clear list

Actual Results:
Popup message appears
'this operation is not supported by operating system'

See screenshot

But the list is cleared

Expected Results:
No warning message


Reproducible: Always


User Profile Reset: No



Additional Info:
Reproduced for 

Version: 6.3.0.0.alpha0+
Build ID: b15b1a2a90fa4c239ff8a6a33e73ff50ea422abf
CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-28_06:21:05
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

Reproduced for

Version: 6.3.0.0.alpha0+
Build ID: b15b1a2a90fa4c239ff8a6a33e73ff50ea422abf
CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-28_06:21:05
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded


---

Possibly it is a result of the fix
https://bugs.documentfoundation.org/show_bug.cgi?id=121417#c5

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


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

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

Bug 121417 Summary: KDE5: Recent Documents -> Clear list leads to crash
https://bugs.documentfoundation.org/show_bug.cgi?id=121417

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 121417] KDE5: Recent Documents -> Clear list leads to crash

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

Vera Blagoveschenskaya  changed:

   What|Removed |Added

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

--- Comment #17 from Vera Blagoveschenskaya  ---
Tested with

Version: 6.3.0.0.alpha0+
Build ID: b15b1a2a90fa4c239ff8a6a33e73ff50ea422abf
CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-28_06:21:05
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

No crash appears.
But I have the same result as described in
https://bugs.documentfoundation.org/show_bug.cgi?id=121417#c10

Well, I think it's better to close this bug with crash and to create a new one,
because 'this operation is not supported by operating system' appears also for
kde4, gtk3.

Thanks to @all !

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

2018-11-28 Thread Libreoffice Gerrit user
 sc/source/ui/unoobj/chart2uno.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5908f1ea0a19482a999c2e00aeaae05eabc1e8e6
Author: Markus Mohrhard 
AuthorDate: Thu Nov 29 00:04:58 2018 +0100
Commit: Markus Mohrhard 
CommitDate: Thu Nov 29 07:40:06 2018 +0100

tdf#105236, only take number format from numeric cells

Change-Id: I55deaa1f0579582a45dc1e10bb578b680eb98647
Reviewed-on: https://gerrit.libreoffice.org/64200
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard 
(cherry picked from commit fb04e7180cdf656dbbd3daa9c81615d9478229e0)
Reviewed-on: https://gerrit.libreoffice.org/64203

diff --git a/sc/source/ui/unoobj/chart2uno.cxx 
b/sc/source/ui/unoobj/chart2uno.cxx
index 448652397cee..5fc78815f602 100644
--- a/sc/source/ui/unoobj/chart2uno.cxx
+++ b/sc/source/ui/unoobj/chart2uno.cxx
@@ -3145,7 +3145,7 @@ sal_uInt32 getDisplayNumberFormat(const ScDocument* pDoc, 
const ScAddress& rPos)
 for (const Item& rItem : m_aDataArray)
 {
 ScRefCellValue aCell(*m_pDocument, rItem.mAddress);
-if (!aCell.isEmpty())
+if (!aCell.isEmpty() && aCell.hasNumeric())
 {
 return 
static_cast(getDisplayNumberFormat(m_pDocument, rItem.mAddress));
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 121779] New: Autocorrect: an option to avoid auto-capitalization of some words

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

Bug ID: 121779
   Summary: Autocorrect: an option to avoid auto-capitalization of
some words
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: needsUXEval
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikekagan...@hotmail.com

As per https://ask.libreoffice.org/en/question/174175:

There are some words, that explicitly must start with a lowercase character,
and may have some or all other characters uppercase: mRNA, tRNA, iPhone, fMRI.
They may get auto-capitalized as the result of applying either "Capitalize
first letter of every sentence", or "Correct accidental use of cAPS LOCK key".
There is no exception rule for such cases (currently only "Abbreviations (no
Subsequent Capital)" and "Words With TWo INitial CApitals" exist, that don't
fit to the case).

The proposal is to add such an exclusion rule; it might be either the third
list in addition to the two existing, or an option to ignore words from
dictionary which start with a lowercase, but contain uppercase characters in
the middle.

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


[Libreoffice-bugs] [Bug 99125] Property ParaBackColor in Writer can no longer be set via Uno command

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

--- Comment #16 from Justin L  ---
I think that setting background color via macro now requires two UNO variables. 
para1.FillStyle = 1 ' FillStyle_SOLID
para1.FillColor = RGB(255,255,0) ' yellow

However, that didn't work for the cursor...

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


[Libreoffice-bugs] [Bug 121778] New: not usable; opens OK but crashes when entering data

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

Bug ID: 121778
   Summary: not usable; opens OK but crashes when entering data
   Product: LibreOffice
   Version: 6.1.3.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: neiljames.ot...@gmail.com

Description:
I have a MacBook (Retina, 12-inch, Early 2016) running OS version 10.14.1. I
updated my LibreOffice Vanilla with the new version: 6.1.3.3 Build ID:
502e2001d4af96907b8ef3a795b2d9230cf93f0e

I first noticed it was somewhat slow to start, however I manage to open 4
existing spreadsheets. On trying to modify a spreadsheet I quickly got the
spinning disk. I noted that the CPU was up to 30% usage and LibreOffice would
not respond. On further investigation I found anything that caused scrolling or
rewriting cells quickly led to the spinning disc again, with the only way out
being through force quit. I discovered I could print a sheet. I tried text
documents with similar disc spinning problem. Perhaps this behaviour is related
to drawing problems? I successfully saved a text document I had created by
avoiding scrolling.

The problem persist when run up in safe mode.

Steps to Reproduce:
1.open a spreadsheet
2.enter some data - it soon locks up
3.

Actual Results:
unusable

Expected Results:
usable


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:

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


[Libreoffice-bugs] [Bug 107139] [META] Breeze icon theme issues

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

Bug 120300 Summary: Create new icons for minimize row / minimize column
https://bugs.documentfoundation.org/show_bug.cgi?id=120300

   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 117497] [META] Missing Colibre icons

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

Bug 120300 Summary: Create new icons for minimize row / minimize column
https://bugs.documentfoundation.org/show_bug.cgi?id=120300

   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 120949] [META] Elementary icon theme issues

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

Bug 120300 Summary: Create new icons for minimize row / minimize column
https://bugs.documentfoundation.org/show_bug.cgi?id=120300

   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 120946] [META] Karasa Jaga icon set issues

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

Bug 120300 Summary: Create new icons for minimize row / minimize column
https://bugs.documentfoundation.org/show_bug.cgi?id=120300

   What|Removed |Added

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

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


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

2018-11-28 Thread Libreoffice Gerrit user
 compilerplugins/clang/unusedenumconstants.readonly.results |2 --
 include/svx/svdedtv.hxx|3 +--
 svx/source/svdraw/svdedtv.cxx  |6 +-
 3 files changed, 2 insertions(+), 9 deletions(-)

New commits:
commit 07c607b8a20cfa3c0022204db201fe2739f7b8cc
Author: Noel Grandin 
AuthorDate: Mon Nov 26 10:59:57 2018 +0200
Commit: Noel Grandin 
CommitDate: Thu Nov 29 07:19:03 2018 +0100

remove unused SdrInsertFlags enum value

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

diff --git a/compilerplugins/clang/unusedenumconstants.readonly.results 
b/compilerplugins/clang/unusedenumconstants.readonly.results
index bbb57be316e4..a54619908b6d 100644
--- a/compilerplugins/clang/unusedenumconstants.readonly.results
+++ b/compilerplugins/clang/unusedenumconstants.readonly.results
@@ -492,8 +492,6 @@ include/svx/ruler.hxx:60
 enum SvxRulerDragFlags OBJECT_LEFT_INDENT_ONLY
 include/svx/sdtakitm.hxx:31
 enum SdrTextAniKind Blink
-include/svx/svdedtv.hxx:65
-enum SdrInsertFlags NOBROADCAST
 include/svx/svdhdl.hxx:108
 enum BitmapMarkerKind RectPlus_7x7
 include/svx/svdograf.hxx:52
diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx
index 6fc2e1aab75f..af60deaac0f6 100644
--- a/include/svx/svdedtv.hxx
+++ b/include/svx/svdedtv.hxx
@@ -62,11 +62,10 @@ enum class SdrInsertFlags
 ADDMARK = 0x0002, /* object will be added an existing selection  */
 SETDEFATTR  = 0x0004, /* actual attributes (+StyleSheet) are assigned to 
the object */
 SETDEFLAYER = 0x0008, /* actual layer is assigned to the object */
-NOBROADCAST = 0x0010, /* insert with NbcInsertObject() for SolidDragging */
 };
 namespace o3tl
 {
-template<> struct typed_flags : 
is_typed_flags {};
+template<> struct typed_flags : 
is_typed_flags {};
 }
 
 class SVX_DLLPUBLIC SdrEditView : public SdrMarkView
diff --git a/svx/source/svdraw/svdedtv.cxx b/svx/source/svdraw/svdedtv.cxx
index 2197c3fbc42e..a3b20b853068 100644
--- a/svx/source/svdraw/svdedtv.cxx
+++ b/svx/source/svdraw/svdedtv.cxx
@@ -971,11 +971,7 @@ bool SdrEditView::InsertObjectAtView(SdrObject* pObj, 
SdrPageView& rPV, SdrInser
 pObj->SetMergedItemSet(maDefaultAttr);
 }
 if (!pObj->IsInserted()) {
-if (nOptions & SdrInsertFlags::NOBROADCAST) {
-rPV.GetObjList()->NbcInsertObject(pObj, SAL_MAX_SIZE);
-} else {
-rPV.GetObjList()->InsertObject(pObj, SAL_MAX_SIZE);
-}
+rPV.GetObjList()->InsertObject(pObj, SAL_MAX_SIZE);
 }
 if( IsUndoEnabled() )
 AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoNewObject(*pObj));
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-ux-advise] [Bug 121777] Rework tab Header/Footer in dialogue Page style in Calc

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

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 103035] UI: Changing text formatting in Header/Footer dialog can be confusing

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

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 121777] Rework tab Header/Footer in dialogue Page style in Calc

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

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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: basctl/source basic/source desktop/source fpicker/source framework/source helpcompiler/source l10ntools/source oox/source package/source scripting/source sc/source sd/s

2018-11-28 Thread Libreoffice Gerrit user
 basctl/source/basicide/bastype3.cxx   |   95 -
 basic/source/classes/sb.cxx   |   29 
 desktop/source/migration/services/oo3extensionmigration.cxx   |7 
 fpicker/source/office/OfficeFilePicker.cxx|6 
 framework/source/dispatch/interceptionhelper.cxx  |2 
 framework/source/layoutmanager/toolbarlayoutmanager.cxx   |7 
 helpcompiler/source/HelpLinker.cxx|4 
 l10ntools/source/po.cxx   |7 
 oox/source/helper/propertymap.cxx |   17 
 oox/source/ole/axbinaryreader.cxx |4 
 oox/source/ole/axbinarywriter.cxx |   24 
 package/source/xstor/xstorage.cxx |   17 
 sc/source/core/data/table5.cxx|   18 
 sc/source/core/tool/addincol.cxx  |   17 
 sc/source/core/tool/adiasync.cxx  |   25 
 sc/source/filter/xml/XMLChangeTrackingImportHelper.cxx|   21 
 sc/source/ui/app/inputwin.cxx |   20 
 sc/source/ui/dbgui/sfiltdlg.cxx   |   19 
 sc/source/ui/docshell/docfunc.cxx |   11 
 sc/source/ui/navipi/content.cxx   |   20 
 sc/source/ui/unoobj/cellsuno.cxx  |   31 
 sc/source/ui/unoobj/listenercalls.cxx |   33 
 sc/source/ui/view/gridwin2.cxx|2 
 scripting/source/provider/BrowseNodeFactoryImpl.cxx   |   21 
 sd/source/ui/func/smarttag.cxx|7 
 sfx2/source/doc/saveastemplatedlg.cxx |7 
 sfx2/source/doc/templatedlg.cxx   |   14 
 slideshow/source/engine/slide/slideimpl.cxx   |   13 
 svx/source/form/fmvwimp.cxx   |7 
 svx/source/svdraw/svddrgmt.cxx|   33 
 svx/source/svdraw/svdmark.cxx |2 
 svx/source/svdraw/svdobj.cxx  |9 
 sw/source/core/access/accmap.cxx  |   14 
 sw/source/core/undo/undel.cxx |   17 
 sw/source/core/unocore/unoportenum.cxx|   35 
 sw/source/filter/html/swhtml.cxx  |   10 
 sw/source/filter/ww8/docxattributeoutput.cxx  |   32 
 sw/source/filter/ww8/wrtw8esh.cxx |   17 
 sw/source/filter/ww8/ww8graf.cxx  |   15 
 sw/source/ui/dialog/uiregionsw.cxx|   39 
 sw/source/ui/frmdlg/frmpage.cxx   |9 
 sw/source/uibase/app/docsh2.cxx   |   11 
 sw/source/uibase/docvw/PostItMgr.cxx  |   13 
 ucb/source/ucp/webdav-neon/NeonHeadRequest.cxx|7 
 unodevtools/source/skeletonmaker/cppcompskeleton.cxx  |   20 
 unotools/source/misc/fontdefs.cxx |2 
 vcl/opengl/gdiimpl.cxx|7 
 vcl/source/control/notebookbar.cxx|2 
 vcl/source/filter/ipdf/pdfdocument.cxx|9 
 vcl/unx/generic/fontmanager/fontmanager.cxx   |   13 
 vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx  |4 
 xmloff/source/draw/sdxmlexp.cxx   |  719 --
 xmloff/source/draw/shapeimport.cxx|   67 
 xmloff/source/table/XMLTableImport.cxx|   21 
 xmloff/source/text/txtparai.cxx   |2 
 xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx|7 
 xmlsecurity/source/framework/saxeventkeeperimpl.cxx   |   10 
 xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx |6 
 58 files changed, 748 insertions(+), 909 deletions(-)

New commits:
commit 21de55596c0fdc2be736c6d0369bd9d3783020be
Author: Noel Grandin 
AuthorDate: Wed Nov 28 15:13:42 2018 +0200
Commit: Noel Grandin 
CommitDate: Thu Nov 29 07:17:37 2018 +0100

remove unnecessary "if (!empty()" checks before loops

found with
   git grep -n -A4 'if.*!.*empty' | grep -B3 -P
'(\bfor)|(\bwhile)|(\bdo)'

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

diff --git a/basctl/source/basicide/bastype3.cxx 
b/basctl/source/basicide/bastype3.cxx
index 90bbcbe44e83..c8f9506014ad 100644
--- a/basctl/source/basicide/bastype3.cxx
+++ b/basctl/source/basicide/bastype3.cxx
@@ -486,60 +486,57 @@ EntryDescriptor 

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

2018-11-28 Thread Libreoffice Gerrit user
 compilerplugins/clang/compat.hxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit da9fb5d6d9ebf9363981c370ce937d8848989fcb
Author: Noel Grandin 
AuthorDate: Wed Nov 28 12:36:29 2018 +0200
Commit: Noel Grandin 
CommitDate: Thu Nov 29 07:17:07 2018 +0100

comment out the EvaluateAsInt compat code for now

sberg: Note how that Clang change keeps getting reverted; latest one is

"Revert r347417 'Re-Reinstate 347294 with a fix for the failures.'"  But
lets wait a little while to see how things settle there.

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

diff --git a/compilerplugins/clang/compat.hxx b/compilerplugins/clang/compat.hxx
index 97410fcbdc7a..7a518770a3b6 100644
--- a/compilerplugins/clang/compat.hxx
+++ b/compilerplugins/clang/compat.hxx
@@ -157,7 +157,8 @@ inline bool CPlusPlus17(clang::LangOptions const & opts) {
 }
 
 inline bool EvaluateAsInt(clang::Expr const * expr, llvm::APSInt& intRes, 
const clang::ASTContext& ctx) {
-#if CLANG_VERSION >= 8
+// this keeps getting landed and then reverted in clang
+#if 0 && CLANG_VERSION >= 8
 clang::Expr::EvalResult res;
 bool b = expr->EvaluateAsInt(res, ctx);
 if (b && res.Val.isInt())
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-ux-advise] [Bug 121777] Rework tab Header/Footer in dialogue Page style in Calc

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

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

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


[Libreoffice-bugs] [Bug 121777] Rework tab Header/Footer in dialogue Page style in Calc

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

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.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 121777] Rework tab Header/Footer in dialogue Page style in Calc

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

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 147114
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147114=edit
Source for mockup (Pencil)

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


[Libreoffice-bugs] [Bug 121777] Rework tab Header/Footer in dialogue Page style in Calc

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

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 147113
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147113=edit
Mockup

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


[Libreoffice-bugs] [Bug 121777] New: Rework tab Header/Footer in dialogue Page style in Calc

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

Bug ID: 121777
   Summary: Rework tab Header/Footer in dialogue Page style in
Calc
   Product: LibreOffice
   Version: 6.3.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 79045_79...@mail.ru

Description:
Rework tab Header/Footer in dialogue Page style in Calc.

Now we have some hard way for customize header/footer in Calc. We should use
three dialogue for it.
Menu Format->Page ==>opens dialogue "Page style" with tabs Header/Footer, that
have else two buttons for additional customize "More" and "Edit".
When you push button "More" you'll can cusomize border and background for
header/footer
When you push button "Edit" you'll can cusomize content in header/footer, add
fields, etc.

I offer to combine all options from three dialogues in one main window -
dialogue "Page style" on tabs Header/Footer. 
I offer make it the same as it made in dialogue Area in Draw.
Plase look at mockup in attach

Steps to Reproduce:
1. It's an enhancement
2.
3.

Actual Results:
We have three different dialogues with different options for customize
header/footer in Calc

Expected Results:
We have only one dialogue with switchers for for customize header/footer in
Calc


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 87509] Polygon filling not updated when changing None <=>Color Black

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

Justin L  changed:

   What|Removed |Added

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

--- Comment #12 from Justin L  ---
*** Bug 90744 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 116092] [META] regressions introduced by adding DrawingLayer FillStyles support

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

Justin L  changed:

   What|Removed |Added

 Depends on||82661


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=82661
[Bug 82661] Paragraph background fills all space above paragraph
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103223] [META] Area fill tab bugs and enhancements

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

Bug 90744 Summary: Paragraph style with Area fill set Black incorrectly draws 
fill into Space Above
https://bugs.documentfoundation.org/show_bug.cgi?id=90744

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 116092] [META] regressions introduced by adding DrawingLayer FillStyles support

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

Bug 90744 Summary: Paragraph style with Area fill set Black incorrectly draws 
fill into Space Above
https://bugs.documentfoundation.org/show_bug.cgi?id=90744

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 90744] Paragraph style with Area fill set Black incorrectly draws fill into Space Above

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

Justin L  changed:

   What|Removed |Added

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

--- Comment #8 from Justin L  ---


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

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


[Libreoffice-bugs] [Bug 114085] Allow to set page break's page number, without also setting page style.

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

--- Comment #10 from Mike Kaganski  ---
(In reply to Regina Henschel from comment #9)
> Why is such feature important?

I have been helping users at my prior job; and I always saw the confusion about
why they need to define page styles when they want to set a page number. I also
see the constant questions on Ask site, where people are confused why, when
they apply a page style, it only applies to some small section of the document.
This is a very real usability issue, which actually shows a bad design (what is
the rationale behind linking together the unrelated concepts of assigning page
styles and assigning page numbers to a paragraph?).

> Are you going to implement it?

Well - quite possibly (if the recommended approach would not be over my head
:-)). I am the one who asked for that in the first place :-)

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


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

2018-11-28 Thread Libreoffice Gerrit user
 sw/source/filter/ww8/ww8atr.cxx |   15 ++-
 1 file changed, 6 insertions(+), 9 deletions(-)

New commits:
commit 1215b3cf095e5baa73bd422ef396eb6245b95303
Author: Justin Luth 
AuthorDate: Tue Nov 27 21:07:49 2018 +0300
Commit: Justin Luth 
CommitDate: Thu Nov 29 05:34:07 2018 +0100

doc sprmPShd documentation.

sprmPShd (0xC64D) is a SHDOperand value that specifies
the background shading for the paragraph. The SDHOperand
structure is an operand that is used by several Sprm structures
to specify the background shading to be applied.

ShdAuto is a special value for Shd that specifies that no shading
is applied and is defined as 0xFF00 / 0x

ShdNil is a special value for Shd. If ShdNil is used in a Table Style
definition, ShdNil is ignored and the shading of the cell is not affected.
If ShdNil is applied outside of a Table Style, ShdNil
specifies that no shading is applied. ShdNil is defined as 0x

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

diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index b911ef83b6a7..64e10f03ee74 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -4195,19 +4195,16 @@ void WW8AttributeOutput::FormatBackground( const 
SvxBrushItem& rBrush )
 if ( !m_rWW8Export.m_bOutPageDescs )
 {
 WW8_SHD aSHD;
-
 WW8Export::TransBrush( rBrush.GetColor(), aSHD );
-// sprmPShd
+
 m_rWW8Export.InsUInt16( NS_sprm::sprmPShd80 );
 m_rWW8Export.InsUInt16( aSHD.GetValue() );
 
-// Quite a few unknowns, some might be transparency or something
-// of that nature...
-m_rWW8Export.InsUInt16( 0xC64D );
-m_rWW8Export.pO->push_back( 10 );
-m_rWW8Export.InsUInt32( 0xFF00 );
-m_rWW8Export.InsUInt32( SuitableBGColor( rBrush.GetColor() ) );
-m_rWW8Export.InsUInt16( 0x );
+m_rWW8Export.InsUInt16( NS_sprm::sprmPShd );
+m_rWW8Export.pO->push_back( 10 ); //size of operand: MUST be 10
+m_rWW8Export.InsUInt32( 0xFF00 ); //cvFore: Foreground BGR = cvAuto
+m_rWW8Export.InsUInt32( SuitableBGColor( rBrush.GetColor() ) ); 
//cvBack
+m_rWW8Export.InsUInt16( 0x ); //iPat: specifies the pattern used 
for shading = clear/100% background
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 101906] Crash on exit when using JAWS screen reader

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

--- Comment #8 from daniel  ---
Bug not reproducible in version.Version:6.3.Hardware:all

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


[Libreoffice-bugs] [Bug 121747] Tabbed: Add 'Show Glue Points Functions" to Home and View tab in Draw

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

Rizal Muttaqin  changed:

   What|Removed |Added

 CC||tietze.he...@gmail.com

--- Comment #3 from Rizal Muttaqin  ---
The "Insert Glue Point" function in Home tab does not work. It would be better
this button replaced by "Show Glue Points Functions" instead.

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


[Libreoffice-bugs] [Bug 121747] Tabbed: Add 'Show Glue Points Functions" to Home and View tab in Draw

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

--- Comment #2 from Rizal Muttaqin  ---
(In reply to Durgapriyanka from comment #1)
> Cannot reproduce in 
> 
> Version: 6.0.6.2
> Build ID: 0c292870b25a325b5ed35f6b45599d2ea4458e77
> CPU threads: 2; OS: Windows 6.1; UI render: default; 
> Locale: en-US (en_US); Calc: group

This bug affect 6.2.x and 6.3.x, Draw in 6.0.x not yet have Tabbed interface

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


[Libreoffice-bugs] [Bug 68140] FILESAVE: User fields displayed with "User Field NAME =" prefixed on converting to DOCX

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 90871] Drop-down and pop-up menus can open down behind Windows taskbar [Windows, multimonitor]

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 113666] Draw Text box not rendered to presentation canvas when animated GIF is in proximity

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 112080] RTF Export: horizontal and vertical flip for shapes is mixed up

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 97455] Copied text appears with big delay in the clipboard

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 121581] Replace the "Organize Dialogs" command in the Tools tab in the Tabbed UI by the Organize Macros drop-down command

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.3.0|target:6.3.0 target:6.2.0.1

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


[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - icon-themes/colibre icon-themes/colibre_svg officecfg/registry sc/uiconfig sd/uiconfig sw/uiconfig

2018-11-28 Thread Libreoffice Gerrit user
 icon-themes/colibre/cmd/32/toolsmacroedit.png|binary
 icon-themes/colibre/cmd/lc_scriptorganizer.png   |binary
 icon-themes/colibre/cmd/sc_scriptorganizer.png   |binary
 icon-themes/colibre/links.txt|   11 
+
 icon-themes/colibre/res/lx03252.png  |binary
 icon-themes/colibre_svg/cmd/32/toolsmacroedit.svg|   21 
++
 icon-themes/colibre_svg/cmd/lc_scriptorganizer.svg   |   14 
++
 icon-themes/colibre_svg/cmd/sc_scriptorganizer.svg   |   14 
++
 icon-themes/colibre_svg/res/lx03252.svg  |2 
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |3 +
 sc/uiconfig/scalc/ui/notebookbar.ui  |4 -
 sd/uiconfig/sdraw/ui/notebookbar.ui  |4 -
 sd/uiconfig/simpress/ui/notebookbar.ui   |4 -
 sw/uiconfig/swriter/ui/notebookbar.ui|   11 
++---
 14 files changed, 75 insertions(+), 13 deletions(-)

New commits:
commit 19ed06f3e22a9f088a72633d6dc3b40116007f25
Author: andreas kainz 
AuthorDate: Wed Nov 28 13:16:23 2018 +0100
Commit: andreas_kainz 
CommitDate: Thu Nov 29 04:42:44 2018 +0100

tdf#121581 change organize dialoogs to organize macro

add missing colibre icons
improve layout for large icons

Change-Id: Id9d003b945654f958ec43d530083e2070d4b580e
Reviewed-on: https://gerrit.libreoffice.org/64159
Tested-by: Jenkins
Reviewed-by: andreas_kainz 
(cherry picked from commit 2c154667ff257a9aaec2baa386cec7b9e129132d)
Reviewed-on: https://gerrit.libreoffice.org/64193

diff --git a/icon-themes/colibre/cmd/32/toolsmacroedit.png 
b/icon-themes/colibre/cmd/32/toolsmacroedit.png
new file mode 100644
index ..3b3061988c22
Binary files /dev/null and b/icon-themes/colibre/cmd/32/toolsmacroedit.png 
differ
diff --git a/icon-themes/colibre/cmd/lc_scriptorganizer.png 
b/icon-themes/colibre/cmd/lc_scriptorganizer.png
new file mode 100644
index ..cd202cf2eed0
Binary files /dev/null and b/icon-themes/colibre/cmd/lc_scriptorganizer.png 
differ
diff --git a/icon-themes/colibre/cmd/sc_scriptorganizer.png 
b/icon-themes/colibre/cmd/sc_scriptorganizer.png
new file mode 100644
index ..734d8a401f6e
Binary files /dev/null and b/icon-themes/colibre/cmd/sc_scriptorganizer.png 
differ
diff --git a/icon-themes/colibre/links.txt b/icon-themes/colibre/links.txt
index 7c12157267c1..7d498f287ab0 100644
--- a/icon-themes/colibre/links.txt
+++ b/icon-themes/colibre/links.txt
@@ -1801,3 +1801,14 @@ cmd/lc_tableevents.png cmd/lc_animationeffects.png
 cmd/sc_sheetlefttoright.png cmd/sc_paralefttoright.png
 cmd/sc_sheetrighttoleft.png cmd/sc_pararighttoleft.png
 cmd/sc_tableevents.png cmd/sc_animationeffects.png
+
+
+# Macro
+cmd/32/macrosmenu.png cmd/32/choosemacro.png
+cmd/32/basicideappear.png cmd/32/toolsmacroedit.png
+
+cmd/lc_macrosmenu.png cmd/lc_choosemacro.png
+cmd/lc_basicideappear.png cmd/lc_toolsmacroedit.png
+
+cmd/sc_macrosmenu.png cmd/sc_choosemacro.png
+cmd/sc_basicideappear.png cmd/sc_toolsmacroedit.png
diff --git a/icon-themes/colibre/res/lx03252.png 
b/icon-themes/colibre/res/lx03252.png
index 007769c55c7d..edac6bc02f4a 100644
Binary files a/icon-themes/colibre/res/lx03252.png and 
b/icon-themes/colibre/res/lx03252.png differ
diff --git a/icon-themes/colibre_svg/cmd/32/toolsmacroedit.svg 
b/icon-themes/colibre_svg/cmd/32/toolsmacroedit.svg
new file mode 100644
index ..87054391316c
--- /dev/null
+++ b/icon-themes/colibre_svg/cmd/32/toolsmacroedit.svg
@@ -0,0 +1,21 @@
+http://www.w3.org/2000/svg;>
+  
+  
+  
+
+
+  
+
diff --git a/icon-themes/colibre_svg/cmd/lc_scriptorganizer.svg 
b/icon-themes/colibre_svg/cmd/lc_scriptorganizer.svg
new file mode 100644
index ..4075bd463f20
--- /dev/null
+++ b/icon-themes/colibre_svg/cmd/lc_scriptorganizer.svg
@@ -0,0 +1,14 @@
+http://www.w3.org/2000/svg;>
+
+
+  
+
diff --git a/icon-themes/colibre_svg/cmd/sc_scriptorganizer.svg 
b/icon-themes/colibre_svg/cmd/sc_scriptorganizer.svg
new file mode 100644
index ..13ac6d6dc4cd
--- /dev/null
+++ b/icon-themes/colibre_svg/cmd/sc_scriptorganizer.svg
@@ -0,0 +1,14 @@
+http://www.w3.org/2000/svg;>
+  
+  
+
+
diff --git a/icon-themes/colibre_svg/res/lx03252.svg 
b/icon-themes/colibre_svg/res/lx03252.svg
index a2ca91cfcfc8..6fae78de924e 100644
--- a/icon-themes/colibre_svg/res/lx03252.svg
+++ b/icon-themes/colibre_svg/res/lx03252.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg;>
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index b0387cfefee1..69856aa6362e 100644
--- 

[Libreoffice-bugs] [Bug 121581] Replace the "Organize Dialogs" command in the Tools tab in the Tabbed UI by the Organize Macros drop-down command

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

--- Comment #4 from Commit Notification 
 ---
andreas kainz committed a patch related to this issue.
It has been pushed to "libreoffice-6-2":

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

tdf#121581 change organize dialoogs to organize macro

It will be available in 6.2.0.1.

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 75057] [META] OOXML Chart object issues

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

Bug 105236 Summary: Chart Axis Number Format not display correctly in XLS but 
ODS is working
https://bugs.documentfoundation.org/show_bug.cgi?id=105236

   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 108994] FILESAVE: XLS: Shapes lost after Roundtrip

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

Markus Mohrhard  changed:

   What|Removed |Added

  Component|Chart   |Calc

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

2018-11-28 Thread Libreoffice Gerrit user
 chart2/qa/extras/chart2import.cxx   |   14 ++
 chart2/qa/extras/data/xls/source_number_format_axis.xls |binary
 2 files changed, 14 insertions(+)

New commits:
commit 92c25a6163dca79987fd8fe7c3efd5527edc29b5
Author: Markus Mohrhard 
AuthorDate: Thu Nov 29 01:53:12 2018 +0100
Commit: Markus Mohrhard 
CommitDate: Thu Nov 29 03:32:31 2018 +0100

add test for tdf#105236

Change-Id: I5464504ae9ee411221c2cb2ff6f27b7b7e131326
Reviewed-on: https://gerrit.libreoffice.org/64201
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard 

diff --git a/chart2/qa/extras/chart2import.cxx 
b/chart2/qa/extras/chart2import.cxx
index d0a5c344a1e6..64e343c6d639 100644
--- a/chart2/qa/extras/chart2import.cxx
+++ b/chart2/qa/extras/chart2import.cxx
@@ -118,6 +118,7 @@ public:
 void testDeletedDataLabel();
 void testDataPointInheritedColorDOCX();
 void testExternalStrRefsXLSX();
+void testSourceNumberFormatComplexCategoriesXLS();
 
 CPPUNIT_TEST_SUITE(Chart2ImportTest);
 CPPUNIT_TEST(Fdo60083);
@@ -190,6 +191,7 @@ public:
 CPPUNIT_TEST(testDeletedDataLabel);
 CPPUNIT_TEST(testDataPointInheritedColorDOCX);
 CPPUNIT_TEST(testExternalStrRefsXLSX);
+CPPUNIT_TEST(testSourceNumberFormatComplexCategoriesXLS);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -1700,6 +1702,18 @@ void Chart2ImportTest::testExternalStrRefsXLSX()
 CPPUNIT_ASSERT_EQUAL(OUString("test2"), aValues[1].get());
 }
 
+void Chart2ImportTest::testSourceNumberFormatComplexCategoriesXLS()
+{
+load("/chart2/qa/extras/data/xls/", "source_number_format_axis.xls");
+uno::Reference< chart2::XChartDocument > xChartDoc( getChartCompFromSheet( 
0, mxComponent ), UNO_QUERY_THROW );
+CPPUNIT_ASSERT(xChartDoc.is());
+
+Reference xAxis = getAxisFromDoc(xChartDoc, 0, 0, 0);
+chart2::ScaleData aScaleData = xAxis->getScaleData();
+sal_Int32 nNumberFormat =  
aScaleData.Categories->getValues()->getNumberFormatKeyByIndex(-1);
+CPPUNIT_ASSERT(nNumberFormat != 0);
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(Chart2ImportTest);
 
 CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/chart2/qa/extras/data/xls/source_number_format_axis.xls 
b/chart2/qa/extras/data/xls/source_number_format_axis.xls
new file mode 100644
index ..bc54593ac150
Binary files /dev/null and 
b/chart2/qa/extras/data/xls/source_number_format_axis.xls differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-11-28 Thread Libreoffice Gerrit user
 sc/source/ui/unoobj/chart2uno.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fb04e7180cdf656dbbd3daa9c81615d9478229e0
Author: Markus Mohrhard 
AuthorDate: Thu Nov 29 00:04:58 2018 +0100
Commit: Markus Mohrhard 
CommitDate: Thu Nov 29 03:30:46 2018 +0100

tdf#105236, only take number format from numeric cells

Change-Id: I55deaa1f0579582a45dc1e10bb578b680eb98647
Reviewed-on: https://gerrit.libreoffice.org/64200
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard 

diff --git a/sc/source/ui/unoobj/chart2uno.cxx 
b/sc/source/ui/unoobj/chart2uno.cxx
index 448652397cee..5fc78815f602 100644
--- a/sc/source/ui/unoobj/chart2uno.cxx
+++ b/sc/source/ui/unoobj/chart2uno.cxx
@@ -3145,7 +3145,7 @@ sal_uInt32 getDisplayNumberFormat(const ScDocument* pDoc, 
const ScAddress& rPos)
 for (const Item& rItem : m_aDataArray)
 {
 ScRefCellValue aCell(*m_pDocument, rItem.mAddress);
-if (!aCell.isEmpty())
+if (!aCell.isEmpty() && aCell.hasNumeric())
 {
 return 
static_cast(getDisplayNumberFormat(m_pDocument, rItem.mAddress));
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 111936] CHARTS: Bad display on data label in percent stacked chart

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

--- Comment #9 from Markus Mohrhard  ---
Please retest after the fix for Bug 105236 has been merged. At least in my
tests it seems to be fixed.

If this is not yet fixed I might need more detailed steps how to reproduce the
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 119377] Table text replaced by '0' on applying AutoFormat Style and re-opening document

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

--- Comment #9 from Walter Nicholls  ---
Reproduced (or discovered anew).
Version: 6.1.2.1
Build ID: 1:6.1.2-0ubuntu1.1
CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: gtk3_kde5; 
Locale: en-NZ (en_NZ.UTF-8); Calc: group threaded

Seems to me that it definitely happens when the top-left cell of the table
contains only a number or number-like text, but I won't say that is the only
one. 


I did a couple of tests, screenshot attached. 


If this loss-of-information bug has been around since LO 4.4 I'm astonished it
wasn't found earlier. This probably shows noone in their right mind used table
autoformats!
And Table Styles .. were supposed to be a feature point for LO 6 but just seem
to have added a new set of bugs on top of a flaky foundation!

I guess this is a "format this cell as a number" thing, so the underlying text
effectively evaluates to zero

To add insult to injury, I can't find any reasonable way to get the text back.
  - setting number format to "Text" (format code @) intead of General doesn't
work
 - you can't remove a table style - either from the table (no UI for that) or
delete the style completely

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


[Libreoffice-bugs] [Bug 119377] Table text replaced by '0' on applying AutoFormat Style and re-opening document

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

--- Comment #8 from Walter Nicholls  ---
Created attachment 147112
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147112=edit
WRN Screenshot - three tests.

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


[Libreoffice-bugs] [Bug 121761] Increase accuracy of rounded corners in those custom shapes that use command X and Y

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

V Stuart Foote  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||vstuart.fo...@utsa.edu
 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 121771] Save dialog keeps opening over and over

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

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #2 from V Stuart Foote  ---
The "native" Windows file dialog is being worked on. Workaround by search for
and setting "UseSystemFileDialog" *false* in Tools -> Options -> Advanced:
Expert Configuration

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

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


[Libreoffice-bugs] [Bug 121776] After update to version 6.1.3.2 (x64), top ruler is very very big on old documents

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

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #3 from V Stuart Foote  ---


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

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


[Libreoffice-bugs] [Bug 121269] Writer's horizontal ruler is 142 px tall for a document

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||t...@lyfoung.com

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

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


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

2018-11-28 Thread Libreoffice Gerrit user
 sc/qa/unit/data/ods/tdf121612.ods |binary
 sc/qa/unit/subsequent_export-test.cxx |   20 
 sc/source/filter/excel/xepivotxml.cxx |   11 +--
 3 files changed, 29 insertions(+), 2 deletions(-)

New commits:
commit 6481bda69ade61cb5420156272fcf17edd43d620
Author: Vasily Melenchuk 
AuthorDate: Thu Nov 22 11:30:29 2018 +0300
Commit: Thorsten Behrens 
CommitDate: Thu Nov 29 00:57:59 2018 +0100

tdf#121612: update pivot caches during saving to XLSX

Cache was empty so pivot table was not exported completely
and pivot table filter were missing.

Change-Id: Ib0b9e98a5588159c5c7de1e2e5d2bdcbfe986d8d
Reviewed-on: https://gerrit.libreoffice.org/63785
Tested-by: Jenkins
Reviewed-by: Katarina Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/sc/qa/unit/data/ods/tdf121612.ods 
b/sc/qa/unit/data/ods/tdf121612.ods
new file mode 100644
index ..6afc4e0c931c
Binary files /dev/null and b/sc/qa/unit/data/ods/tdf121612.ods differ
diff --git a/sc/qa/unit/subsequent_export-test.cxx 
b/sc/qa/unit/subsequent_export-test.cxx
index 1425ff330954..f084ad015f29 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -39,6 +39,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -206,6 +207,7 @@ public:
 void testKeepSettingsOfBlankRows();
 
 void testTdf118990();
+void testTdf121612();
 
 CPPUNIT_TEST_SUITE(ScExportTest);
 CPPUNIT_TEST(test);
@@ -319,6 +321,7 @@ public:
 CPPUNIT_TEST(testKeepSettingsOfBlankRows);
 
 CPPUNIT_TEST(testTdf118990);
+CPPUNIT_TEST(testTdf121612);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -4169,6 +4172,23 @@ void ScExportTest::testTdf118990()
 xDocSh->DoClose();
 }
 
+void ScExportTest::testTdf121612()
+{
+ScDocShellRef xDocSh = loadDoc("tdf121612.", FORMAT_ODS);
+CPPUNIT_ASSERT(xDocSh.is());
+xDocSh = saveAndReload(xDocSh.get(), FORMAT_XLSX);
+
+ScDocument& rDoc = xDocSh->GetDocument();
+
+// There should be a pivot table
+CPPUNIT_ASSERT(rDoc.HasPivotTable());
+
+// DP collection is not lost after export and has one entry
+ScDPCollection* pDPColl = rDoc.GetDPCollection();
+CPPUNIT_ASSERT(pDPColl);
+CPPUNIT_ASSERT_EQUAL(size_t(1), pDPColl->GetCount());
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(ScExportTest);
 
 CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/sc/source/filter/excel/xepivotxml.cxx 
b/sc/source/filter/excel/xepivotxml.cxx
index b7e790eca6da..271b4cb8fdf4 100644
--- a/sc/source/filter/excel/xepivotxml.cxx
+++ b/sc/source/filter/excel/xepivotxml.cxx
@@ -418,15 +418,22 @@ XclExpXmlPivotTableManager::XclExpXmlPivotTableManager( 
const XclExpRoot& rRoot
 
 void XclExpXmlPivotTableManager::Initialize()
 {
-const ScDocument& rDoc = GetDoc();
+ScDocument& rDoc = GetDoc();
 if (!rDoc.HasPivotTable())
 // No pivot table to export.
 return;
 
-const ScDPCollection* pDPColl = rDoc.GetDPCollection();
+ScDPCollection* pDPColl = rDoc.GetDPCollection();
 if (!pDPColl)
 return;
 
+// Update caches from DPObject
+for (size_t i = 0; i < pDPColl->GetCount(); ++i)
+{
+ScDPObject& rDPObj = (*pDPColl)[i];
+rDPObj.SyncAllDimensionMembers();
+}
+
 // Go through the caches first.
 
 std::vector aCaches;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 121776] After update to version 6.1.3.2 (x64), top ruler is very very big on old documents

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

--- Comment #2 from Txia  ---
Created attachment 147111
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147111=edit
a screenshot of the bug

this is a screenshot of the bug as it appears on my screen.
With new document there is no 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 121776] After update to version 6.1.3.2 (x64), top ruler is very very big on old documents

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

--- Comment #1 from Txia  ---
Created attachment 147110
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147110=edit
saved document with previous version fo Libreoffice

This document will open will very big top ruler.

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


[Libreoffice-bugs] [Bug 121776] New: After update to version 6.1.3.2 (x64), top ruler is very very big on old documents

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

Bug ID: 121776
   Summary: After update to version 6.1.3.2 (x64), top ruler is
very very big on old documents
   Product: LibreOffice
   Version: 6.1.3.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@lyfoung.com

Description:
After upgrading to version 6.1.3.2 (x64), the top ruler is very very big on old
documents.
It is ok if I create a new document but all my saved documents open with a very
big size ruler.

Steps to Reproduce:
1.open a saved with previous version document
2.the top ruler is of very big size
3.

Actual Results:
On saved with previous version documents, the top ruler is very big

Expected Results:
the top ruler shoulb of normal size


Reproducible: Always


User Profile Reset: Yes



Additional Info:
the top ruler shoulb of normal size

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


[Libreoffice-bugs] [Bug 105236] Chart Axis Number Format not display correctly in XLS but ODS is working

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

Markus Mohrhard  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |markus.mohrhard@googlemail.
   |desktop.org |com
 Status|NEW |ASSIGNED

--- Comment #8 from Markus Mohrhard  ---
This was a tough one. Actually we fixed the issue that was the initial problem
quite some time ago. However a second issue crept in that resulted in this
specific configuration to still fail.
For quite some time the source number format flag was imported again correctly,
however, we took the source number format from the string cells. As a result
this still picked up the wrong number format.

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


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

2018-11-28 Thread Libreoffice Gerrit user
 basic/source/basmgr/basmgr.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 00caf3994cab5a25fd4ff147e2860a439b69c731
Author: Andrea Gelmini 
AuthorDate: Wed Nov 28 17:47:58 2018 +0100
Commit: Jens Carl 
CommitDate: Thu Nov 29 00:08:52 2018 +0100

Fix typo

Change-Id: I8e340cc5bbf5131939446291177c3532911237ab
Reviewed-on: https://gerrit.libreoffice.org/64183
Tested-by: Jenkins
Reviewed-by: Jens Carl 

diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx
index f1ad7192aabf..c079d4efa3db 100644
--- a/basic/source/basmgr/basmgr.cxx
+++ b/basic/source/basmgr/basmgr.cxx
@@ -1043,7 +1043,7 @@ StarBASIC* BasicManager::AddLib( SotStorage& rStorage, 
const OUString& rLibName,
 aNewLibName += "_";
 }
 BasicLibInfo* pLibInfo = CreateLibInfo();
-// Use original name otherwise ImpLoadLibrary failes...
+// Use original name otherwise ImpLoadLibrary fails...
 pLibInfo->SetLibName( rLibName );
 // but doesn't work this way if name exists twice
 sal_uInt16 nLibId = static_cast(mpImpl->aLibs.size()) - 1;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: 4 commits - common/MessageQueue.cpp ios/Mobile wsd/DocumentBroker.cpp wsd/DocumentBroker.hpp

2018-11-28 Thread Libreoffice Gerrit user
 common/MessageQueue.cpp  |   18 +-
 ios/Mobile/Document.mm   |4 +++-
 ios/Mobile/DocumentViewController.mm |6 +-
 wsd/DocumentBroker.cpp   |4 ++--
 wsd/DocumentBroker.hpp   |6 +++---
 5 files changed, 22 insertions(+), 16 deletions(-)

New commits:
commit b4e3110d7b60d6dc58e716d86fb18fe8fed23ba7
Author: Tor Lillqvist 
AuthorDate: Thu Nov 29 01:01:12 2018 +0200
Commit: Tor Lillqvist 
CommitDate: Thu Nov 29 01:07:03 2018 +0200

Truncate for logging at a bit higher limit

Change-Id: I352ef6476a9cde767b4076ad9a2ab8cf3c9bdf2b

diff --git a/ios/Mobile/Document.mm b/ios/Mobile/Document.mm
index 720aaab79..241e2cb3d 100644
--- a/ios/Mobile/Document.mm
+++ b/ios/Mobile/Document.mm
@@ -92,7 +92,7 @@
 js = @"window.TheFakeWebSocket.onmessage({'data': 
Base64ToArrayBuffer('";
 js = [js stringByAppendingString: [[NSData dataWithBytes:buffer 
length:length] base64EncodedStringWithOptions:0]];
 js = [js stringByAppendingString:@"')});"];
-NSString *subjs = [js substringToIndex:std::min(40ul, js.length)];
+NSString *subjs = [js substringToIndex:std::min(100ul, js.length)];
 if (subjs.length < js.length)
 subjs = [subjs stringByAppendingString:@"..."];
 
diff --git a/ios/Mobile/DocumentViewController.mm 
b/ios/Mobile/DocumentViewController.mm
index f858a0a5a..f60e31bbc 100644
--- a/ios/Mobile/DocumentViewController.mm
+++ b/ios/Mobile/DocumentViewController.mm
@@ -150,7 +150,7 @@
 } else if ([message.name isEqualToString:@"debug"]) {
 LOG_TRC_NOFILE("==> " << [message.body UTF8String]);
 } else if ([message.name isEqualToString:@"lool"]) {
-NSString *subBody = [message.body substringToIndex:std::min(40ul, 
((NSString*)message.body).length)];
+NSString *subBody = [message.body substringToIndex:std::min(100ul, 
((NSString*)message.body).length)];
 if (subBody.length < ((NSString*)message.body).length)
 subBody = [subBody stringByAppendingString:@"..."];
 
commit 235c9b8a6070c0ffefc0aa5a80534e6f5c9f5af5
Author: Tor Lillqvist 
AuthorDate: Thu Nov 29 00:57:34 2018 +0200
Commit: Tor Lillqvist 
CommitDate: Thu Nov 29 01:07:03 2018 +0200

Use getAbbreviatedMessage() for its intended purpose

Don't log a potentially very long message in its entirety.

Change-Id: I01fbf76465d99bbab117d1dcacc6c7239a1da518

diff --git a/common/MessageQueue.cpp b/common/MessageQueue.cpp
index 0a473d0e4..44781d118 100644
--- a/common/MessageQueue.cpp
+++ b/common/MessageQueue.cpp
@@ -31,7 +31,7 @@ void TileQueue::put_impl(const Payload& value)
 
 if (firstToken == "canceltiles")
 {
-LOG_TRC("Processing [" << msg << "]. Before canceltiles have " << 
getQueue().size() << " in queue.");
+LOG_TRC("Processing [" << LOOLProtocol::getAbbreviatedMessage(msg) << 
"]. Before canceltiles have " << getQueue().size() << " in queue.");
 const std::string seqs = msg.substr(12);
 StringTokenizer tokens(seqs, ",", StringTokenizer::TOK_IGNORE_EMPTY | 
StringTokenizer::TOK_TRIM);
 getQueue().erase(std::remove_if(getQueue().begin(), getQueue().end(),
@@ -119,7 +119,7 @@ void TileQueue::removeTileDuplicate(const std::string& 
tileMsg)
 if (it.size() > newMsgPos &&
 strncmp(tileMsg.data(), it.data(), newMsgPos) == 0)
 {
-LOG_TRC("Remove duplicate tile request: " << 
std::string(it.data(), it.size()) << " -> " << tileMsg);
+LOG_TRC("Remove duplicate tile request: " << 
std::string(it.data(), it.size()) << " -> " << 
LOOLProtocol::getAbbreviatedMessage(tileMsg));
 getQueue().erase(getQueue().begin() + i);
 break;
 }
@@ -334,7 +334,7 @@ std::string TileQueue::removeCallbackDuplicate(const 
std::string& callbackMsg)
 
 if (unoCommand == queuedUnoCommand)
 {
-LOG_TRC("Remove obsolete uno command: " << 
std::string(it.data(), it.size()) << " -> " << callbackMsg);
+LOG_TRC("Remove obsolete uno command: " << 
std::string(it.data(), it.size()) << " -> " << 
LOOLProtocol::getAbbreviatedMessage(callbackMsg));
 getQueue().erase(getQueue().begin() + i);
 break;
 }
@@ -371,7 +371,7 @@ std::string TileQueue::removeCallbackDuplicate(const 
std::string& callbackMsg)
 
 if (!isViewCallback && (queuedTokens[1] == tokens[1] && 
queuedTokens[2] == tokens[2]))
 {
-LOG_TRC("Remove obsolete callback: " << std::string(it.data(), 
it.size()) << " -> " << callbackMsg);
+LOG_TRC("Remove obsolete callback: " << std::string(it.data(), 
it.size()) << " -> " << LOOLProtocol::getAbbreviatedMessage(callbackMsg));
 getQueue().erase(getQueue().begin() + i);
 break;
 }
@@ -384,7 +384,7 @@ std::string TileQueue::removeCallbackDuplicate(const 

[Libreoffice-bugs] [Bug 111412] LibreOffice shows artifacts and distortions and crashes on actions with OpenGL enabled

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

--- Comment #9 from Torsten  ---
Please take into consideration, that I'm using a rolling release distribution
and that a change in my graphics card driver or mesa causes the problem to be
fixed. So if you need glxinfo or other information from my system, please tell
me.

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


[Libreoffice-bugs] [Bug 114085] Allow to set page break's page number, without also setting page style.

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

--- Comment #9 from Regina Henschel  ---
Why is such feature important? Are you going to implement it?

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


[Libreoffice-bugs] [Bug 121675] Change of hatching lost when reopening document

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #2 from Xisco Faulí  ---
Thank you for reporting the bug.
it seems you're using an old version of LibreOffice.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

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


[Libreoffice-bugs] [Bug 111412] LibreOffice shows artifacts and distortions and crashes on actions with OpenGL enabled

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

Xisco Faulí  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #8 from Xisco Faulí  ---
Thanks for retesting with the latest version.
Setting to RESOLVED WORKSFORME as the commit fixing this issue hasn't been
identified.

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


[Libreoffice-bugs] [Bug 111412] LibreOffice shows artifacts and distortions and crashes on actions with OpenGL enabled

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

Torsten  changed:

   What|Removed |Added

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

--- Comment #7 from Torsten  ---
Hi Xisco,

the problem seems to be gone with 6.1.3. 
I'll set the status of this bug to resolved.
Thank you!

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


[Libreoffice-bugs] [Bug 97937] [META] Linux Specific VCL/OpenGL tracker bug

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

Bug 111412 Summary: LibreOffice shows artifacts and distortions and crashes on 
actions with OpenGL enabled
https://bugs.documentfoundation.org/show_bug.cgi?id=111412

   What|Removed |Added

 Status|NEEDINFO|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 104000] Writer media scan produces scrambled image

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

Xisco Faulí  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEEDINFO|RESOLVED

--- Comment #21 from Xisco Faulí  ---
Thanks for retesting with the latest version.
Setting to RESOLVED WORKSFORME as the commit fixing this issue hasn't been
identified.

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


[Libreoffice-bugs] [Bug 104269] [META] Scanning-related issues

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

Bug 104000 Summary: Writer media scan produces scrambled image
https://bugs.documentfoundation.org/show_bug.cgi?id=104000

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

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


[Libreoffice-bugs] [Bug 121773] EDITING: hang if i insert an hyperlink in a multi-line text in a shape

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #1 from Xisco Faulí  ---
This is fixed by
https://cgit.freedesktop.org/libreoffice/core/commit/?id=6b669c9d9ee61c5c37c384c3a546467a048f5636
which is reported in bug 118967 and it should be fixed in LibreOffice 6.2
Thanks for reporting the issue.
Closing as a duplicate of bug 118967

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

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


[Libreoffice-bugs] [Bug 104000] Writer media scan produces scrambled image

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

--- Comment #20 from Joseph Conner  ---
I am now using Ubuntu 18.10, and LibreOffice Version: 6.1.1.2. Also I have
changed to the scanner in HP Photosmart 5200 series. I no longer am able to
reproduce the problem. The scanner settings now persist upon relaunch. I have
tried both simple scan and xSane, both are working as 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 106803] CALC - other cases of incorrect help

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

--- Comment #33 from Buovjaga  ---
(In reply to gmarco from comment #32)
> What do you mean with working with the Italian localisation team?

http://translations.documentfoundation.org/it/
Contact Valter Mura: https://wiki.documentfoundation.org/User:Valtermura

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


[Libreoffice-bugs] [Bug 121773] EDITING: hang if i insert an hyperlink in a multi-line text in a shape

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
Summary|EDITING: crash if i insert  |EDITING: hang if i insert
   |an hyperlink in a   |an hyperlink in a
   |multi-line text in a shape  |multi-line text in a shape

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


[Libreoffice-bugs] [Bug 120507] Crash if I open the Options dialog and click the 'Languages' under 'Language Settings'

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

--- Comment #17 from Buovjaga  ---
(In reply to Atanas from comment #16)
> I've made another one. Is it properly created?

The symbols are now there, but it appears you did not get to the stage where
you could have done

!analyze -v

Probably you did not wait long enough after the Access violation?

Note that the interesting thing is the analysis, so you only have to copy
starting from the

> ***
> * 
> *
> *Exception Analysis   
> *
> * 
> *
> ***

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


[Libreoffice-bugs] [Bug 121769] Crash if I open Page and click the 'Proprietes' tab

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

Xisco Faulí  changed:

   What|Removed |Added

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

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

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

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

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

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


[Libreoffice-bugs] [Bug 71732] [META] Bugs related to text rendering, typography and font features in LO

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

Bug 120525 Summary: percent linespacing <100% bug with fonts with big descent
https://bugs.documentfoundation.org/show_bug.cgi?id=120525

   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 89673] EDITING - can't use the regular context menu on misspelled words

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

Buovjaga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 120901] Context menu with "cut, copy, ..., symbols" inaccessible, if word is autocorrectable

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

Buovjaga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 113506] EDITING: X axis editing problem in Calc

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

--- Comment #10 from Xisco Faulí  ---
(In reply to Dr. Matthias Weisser from comment #9)
> (In reply to Xisco Faulí from comment #8)
> > Could you please try to reproduce it with the latest version of LibreOffice
> > from https://www.libreoffice.org/download/libreoffice-fresh/
> 
> thank you very much Xisco !
> 
> Which version should I install for testing?
> at the moment I am not using version 6 because of trouble.
> should I test the latest version 5?

you should test with 6.1.3.2.
Which trouble is it you're talking about?

-- 
You are receiving this mail because:
You 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] help.git: Changes to 'refs/tags/libreoffice-6.1.4.1'

2018-11-28 Thread Libreoffice Gerrit user
Tag 'libreoffice-6.1.4.1' created by Christian Lohmaier 
 at 2018-11-28 22:02 +

Tag libreoffice-6.1.4.1
-BEGIN PGP SIGNATURE-

iQIcBAABAgAGBQJb/xCAAAoJEPQ0oe+v7q6j7j8QAIjULK+YbG8LJsqpSjgv4y9t
zRfJcPuUPtUzEB+ZajqszwefoHnfLs6ol6NTZdUkaMgZQY7ueVaF6yREhNGmu8b/
Govgkl8sHKhZ7HqfRlB83srSv+9ZI/SCs4qcTpQNxdGvnhDp0bcPxSWxoXaf9we1
ikP1RiPLXGEwCpH3IPg2x6pBJYUi7eZFaAuz4aZjM1wXmDHZHnek5w0neFXh42lj
QeFXWkhSsavqeIaxkjAlrKE/PxXjar/9vc+YuKDp/ZP4+BI1k96i6IzqRmcL7mgr
fMqce0jY8lYy6PJ++GL65ICovQnYEGLchqQPEEeCzmEFNznrreIiQn4huK2Qs1dh
l5C6T/Tw6wT/zBZDTxkHsSaRl0fCqinBx/SjpUedovDv7mcrOsMLMBEnL8x8lt7y
Z8Yc3u8mlxEMwPp5x9y/fq46mcfApcNpdoULVhs1gnvo9PiFIa8mwv33Wh+52GtT
TtkBdeHCyGIHUpO0Im5JuSHrET6UzvxdfeLJrovZ+alaa1SZ91VJDWuSLyH65Ova
CaVhLF85rqhMF4LMx48idAvcAeNbOsjy00IF5YsyYOikxCK5PgJkUfx+s63U7tyo
OvtwM8CVZK/XpF+UWklGf1DfUQQQOQoP91oDbvroVGm3C1sfFg/ub5RdNyHJzcVa
Eclt+kOGfV3bVy4p0Rbk
=SM/6
-END PGP SIGNATURE-

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


[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-6.1.4.1'

2018-11-28 Thread Libreoffice Gerrit user
Tag 'libreoffice-6.1.4.1' created by Christian Lohmaier 
 at 2018-11-28 22:02 +

Tag libreoffice-6.1.4.1
-BEGIN PGP SIGNATURE-

iQIcBAABAgAGBQJb/xCEAAoJEPQ0oe+v7q6jItcP/2z6vYk3QyPcmXePcLuunP0f
ggv42NRNmNSNdf7rIkg9W3snwrT69LWoMv+T04Jnh9lHAqZ+rGHqwDJekfuAuCP1
9MItCK8QA6oYsfC2ji5nMFA/DEa8DhkTv7eVsnducjvfGQUB/+DH1y7w7Cr9ZL7R
k2Ts3CK5+fhIfFpgllIo5iHq5cWzAf2I4V09Xi+R9y0K/uEe/8M4wHee9pK2l+pO
NsP0KowxBVRzWkGVtE3jervCNajqQte6kXyW2xOqvBJmkZmAPAvXc/pqE5FPP7cS
DkZNNkVvvTOIZ9tjzhegfeBPE40MfUduPGdfkqKM8hK9Koo3WiLlbCiQkyEfeMY9
UYNK/EEaD/9qxEmOmX9b3jGBsaMiKSKphgQ8o79gcCNdU81v9ym+GnFYjWKn9DsQ
cQOJ5Jp9lJwoEEcCvtPiOjpx/Zud2dNUsVgdMFnMVfjMWIX0rtrUlK5IxECXSMaQ
bvINf8W5wJ6oqfNL+qJqIQRBSsJW89N2SVpFA38skcO1JO37R0k4nO9kJO0r5uCP
QFzn2O762rwOFHettYI71bhOTpGN8Dl+jgpjWJoJL+0AwSzLZxCbL6OaUM7/z3jB
5MYMKcHO5yQ1nMtjZhyDhBw9APdJrgRH42xvlHSwP7HlAUqttASvpthXR1XH9jd2
afeOEvz/oW6FV40+6nGH
=QXOM
-END PGP SIGNATURE-

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


  1   2   3   4   5   6   >