[Libreoffice-bugs] [Bug 128491] Doubling of menubar after inserting formula in writer (only if LanguageTool is in use)

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128491

Dieter  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 136771] Double toolbar on no name document in writer

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136771

Dieter  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||6870,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||8491

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


[Libreoffice-bugs] [Bug 126870] Duplicate menu entries for specific user interfaces, GTK3 VCL or GTK3 on KDE with "Global Menu"

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126870

Dieter  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 62032] Cannot specify a Paragraph Style to use a numbering level (over 1) for a chosen Numbering (List) style

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62032

--- Comment #25 from Mike Kaganski  ---
(In reply to Regina Henschel from comment #22)
> A list level information cannot be stored in a paragraph style, because the
> list level is not determined by an attribute but it is determined by nesting
> of list-elements. It would be only possible, that LibreOffice provides, that
> setting an outline level will automatically change the numbering level too.

I suppose that the idea is not to store list level information in a paragraph
style, but to store assigned paragraph style names for each level in the list
style, and have program explicitly change paragraph style of a paragraph when
changing list level of a paragraph (unlike conditional style approach, where
the assigned paragraph style isn't changed; more in line with the existing
chapter numbering feature).

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


[Libreoffice-bugs] [Bug 103378] [META] PDF export bugs and enhancements

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103378
Bug 103378 depends on bug 136805, which changed state.

Bug 136805 Summary: Export to PDF/A-1a is not PDF/A conformant
https://bugs.documentfoundation.org/show_bug.cgi?id=136805

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

2020-09-16 Thread Jan-Marek Glogowski (via logerrit)
 vcl/inc/pdf/XmpMetadata.hxx   |3 ++
 vcl/source/gdi/pdfwriter_impl.cxx |   47 +-
 vcl/source/pdf/XmpMetadata.cxx|   15 
 3 files changed, 35 insertions(+), 30 deletions(-)

New commits:
commit 06e35b3289090ec623fe5284976ee6f40681e1d5
Author: Jan-Marek Glogowski 
AuthorDate: Wed Sep 16 23:40:51 2020 +0200
Commit: Jan-Marek Glogowski 
CommitDate: Thu Sep 17 07:33:39 2020 +0200

tdf#136805 PDF export: re-add XMP basic meta data

VeraPDF complains about:


  If a document information dictionary does appear
at a document, then all of its entries that have analogous
properties in predefined XMP schemas, shall also be embedded
in the file in XMP form with equivalent values.
  CosDocument
  doesInfoMatchXMP
  
root
  


The regressing commit dropped the XMP Basic schema meta data
(http://ns.adobe.com/xap/1.0/;). FWIW: xmp is the referred prefix,
so we'll continue to use it.

Regressed-by: d016e052ddf30649ad9b729b59134ce1e90a0263
Change-Id: I11b06fdafcb07732b92f0bd99b18afa3a9e498ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102888
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 

diff --git a/vcl/inc/pdf/XmpMetadata.hxx b/vcl/inc/pdf/XmpMetadata.hxx
index ae3ffadcd847..7526d2bf9b4b 100644
--- a/vcl/inc/pdf/XmpMetadata.hxx
+++ b/vcl/inc/pdf/XmpMetadata.hxx
@@ -29,6 +29,9 @@ public:
 OString msSubject;
 OString msProducer;
 OString msKeywords;
+OString m_sCreatorTool;
+OString m_sCreateDate;
+
 sal_Int32 mnPDF_A;
 bool mbPDF_UA;
 
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx 
b/vcl/source/gdi/pdfwriter_impl.cxx
index e955bb9b7842..b8c9614359c7 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -5223,6 +5223,16 @@ static void escapeStringXML( const OUString& rStr, 
OUString )
 }
 }
 
+static void lcl_assignMeta(const OUString& aValue, OString& aMeta)
+{
+if (!aValue.isEmpty())
+{
+OUString aTempString;
+escapeStringXML(aValue, aTempString);
+aMeta = OUStringToOString(aTempString, RTL_TEXTENCODING_UTF8);
+}
+}
+
 // emits the document metadata
 sal_Int32 PDFWriterImpl::emitDocumentMetadata()
 {
@@ -5245,36 +5255,13 @@ sal_Int32 PDFWriterImpl::emitDocumentMetadata()
 
 aMetadata.mbPDF_UA = m_bIsPDF_UA;
 
-if (!m_aContext.DocumentInfo.Title.isEmpty())
-{
-OUString aTempString;
-escapeStringXML(m_aContext.DocumentInfo.Title, aTempString);
-aMetadata.msTitle = OUStringToOString(aTempString, 
RTL_TEXTENCODING_UTF8);
-}
-if (!m_aContext.DocumentInfo.Author.isEmpty())
-{
-OUString aTempString;
-escapeStringXML(m_aContext.DocumentInfo.Author, aTempString);
-aMetadata.msAuthor = OUStringToOString(aTempString, 
RTL_TEXTENCODING_UTF8);
-}
-if (!m_aContext.DocumentInfo.Subject.isEmpty())
-{
-OUString aTempString;
-escapeStringXML(m_aContext.DocumentInfo.Subject, aTempString);
-aMetadata.msSubject = OUStringToOString(aTempString, 
RTL_TEXTENCODING_UTF8);
-}
-if (!m_aContext.DocumentInfo.Producer.isEmpty())
-{
-OUString aTempString;
-escapeStringXML(m_aContext.DocumentInfo.Producer, aTempString);
-aMetadata.msProducer = OUStringToOString(aTempString, 
RTL_TEXTENCODING_UTF8);
-}
-if (!m_aContext.DocumentInfo.Keywords.isEmpty())
-{
-OUString aTempString;
-escapeStringXML(m_aContext.DocumentInfo.Keywords, aTempString);
-aMetadata.msKeywords = OUStringToOString(aTempString, 
RTL_TEXTENCODING_UTF8);
-}
+lcl_assignMeta(m_aContext.DocumentInfo.Title, aMetadata.msTitle);
+lcl_assignMeta(m_aContext.DocumentInfo.Author, aMetadata.msAuthor);
+lcl_assignMeta(m_aContext.DocumentInfo.Subject, aMetadata.msSubject);
+lcl_assignMeta(m_aContext.DocumentInfo.Producer, aMetadata.msProducer);
+lcl_assignMeta(m_aContext.DocumentInfo.Keywords, aMetadata.msKeywords);
+lcl_assignMeta(m_aContext.DocumentInfo.Creator, 
aMetadata.m_sCreatorTool);
+aMetadata.m_sCreateDate = m_aCreationMetaDateString;
 
 OStringBuffer aMetadataObj( 1024 );
 
diff --git a/vcl/source/pdf/XmpMetadata.cxx b/vcl/source/pdf/XmpMetadata.cxx
index 281183c205e8..70588dab31cd 100644
--- a/vcl/source/pdf/XmpMetadata.cxx
+++ b/vcl/source/pdf/XmpMetadata.cxx
@@ -143,6 +143,21 @@ void XmpMetadata::write()
 }
 aXmlWriter.endElement();
 }
+
+aXmlWriter.startElement("rdf:Description");
+aXmlWriter.attribute("rdf:about", OString(""));
+aXmlWriter.attribute("xmlns:xmp", 
OString("http://ns.adobe.com/xap/1.0/;));
+if (!m_sCreatorTool.isEmpty())
+{
+

[Libreoffice-bugs] [Bug 136829] Crash:Press Navigator Button sidebar, after inserting Spreadsheet(OLE object)

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136829

--- Comment #2 from sawakaze  ---
Created attachment 165593
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165593=edit
backtrace on reporter

this is backtrace log on my env

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


[Libreoffice-bugs] [Bug 136829] Crash:Press Navigator Button sidebar, after inserting Spreadsheet(OLE object)

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136829

--- Comment #1 from sawakaze  ---
Created attachment 165592
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165592=edit
ScreenCast

if my description on main report, please see screencast.

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


[Libreoffice-bugs] [Bug 136799] SVG icons not appearing in Styles tab in sidebar

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136799

--- Comment #3 from andis.lazd...@gmail.com ---
(In reply to V Stuart Foote from comment #1)
> Have you closed the module and reopened it?

And in previous version icon changes right after applying changes, no need to
restart the program.

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


[Libreoffice-bugs] [Bug 136829] New: Crash:Press Navigator Button sidebar, after inserting Spreadsheet(OLE object)

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136829

Bug ID: 136829
   Summary: Crash:Press Navigator Button sidebar, after inserting
Spreadsheet(OLE object)
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: souichi...@gmail.com

Description:
after following steps, application was crashed.

On Step1 "Open Impress", but other application could be confirm.

if my description is uncleared, please see screencast video.

Steps to Reproduce:
1. Open Impress
2. menu -> Insert -> Object -> OLE Object
--> popup Insert OLE Object Dialog
3. select "Create New" and LibreOffice Spreadsheet
4. press Navigator button on sidebar

Actual Results:
crash
navigator not open

Expected Results:
not crash
navigator open


Reproducible: Always


User Profile Reset: No



Additional Info:
I confirmed this version

Version: 7.1.0.0.alpha0+
Build ID: 83aa172697c11a9550c27a28f8e62b523ec7086d
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: en-US (C); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-09-10_21:26:34
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 136799] SVG icons not appearing in Styles tab in sidebar

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136799

--- Comment #2 from andis.lazd...@gmail.com ---
(In reply to V Stuart Foote from comment #1)
> Have you closed the module and reopened it?

Yes, the same situation after restarting libreoffice.

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


[Libreoffice-bugs] [Bug 136526] loolwsd 7.0.0.2 doesn't honor ${CONFIGURATION_LAYERS}: dlopen(…/program/libmergedlo.so) can't find config

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136526

Rene Engelhard  changed:

   What|Removed |Added

  Component|LibreOffice |LibreOffice
Product|LibreOffice Online  |LibreOffice

--- Comment #2 from Rene Engelhard  ---
I somewhow start to believe this is not a bug in loolwsd itself but in LOs core
(libmerged) which is called by loolwsd

Anways, for 7.0.2 packages I'll work around this by symlinking
/usr/lib/libreoffice/share/registry -> /etc/libreoffice/registry..

But still I think LO stuff should honour LOs rc files :-)

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


[Libreoffice-bugs] [Bug 115709] [META] DOCX (OOXML) Tracking changes-related issues

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115709

BogdanB  changed:

   What|Removed |Added

 Depends on|136826  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=136826
[Bug 136826] LibreOffice Writer in modification mode: applying italics format
also turns on bold
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 83946] [META] Tracking changes issues

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83946

BogdanB  changed:

   What|Removed |Added

 Depends on||136826


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=136826
[Bug 136826] LibreOffice Writer in modification mode: applying italics format
also turns on bold
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136826] LibreOffice Writer in modification mode: applying italics format also turns on bold

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136826

BogdanB  changed:

   What|Removed |Added

 Blocks|115709  |83946


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83946
[Bug 83946] [META] Tracking changes issues
https://bugs.documentfoundation.org/show_bug.cgi?id=115709
[Bug 115709] [META] DOCX (OOXML) Tracking changes-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136826] LibreOffice Writer in modification mode: applying italics format also turns on bold

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136826

BogdanB  changed:

   What|Removed |Added

 Blocks||115709
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=115709
[Bug 115709] [META] DOCX (OOXML) Tracking changes-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131393] Top Social Media Agency Delhi India

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131393

--- Comment #1 from TechGuys  ---
Thanks for sharing this valuable information. Do you know average cost to
develop an app ? - https://www.techavidus.com/blogs/cost-to-develop-an-app

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


[Libreoffice-bugs] [Bug 115709] [META] DOCX (OOXML) Tracking changes-related issues

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115709

BogdanB  changed:

   What|Removed |Added

 Depends on||136826


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=136826
[Bug 136826] LibreOffice Writer in modification mode: applying italics format
also turns on bold
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2020-09-16 Thread Jan-Marek Glogowski (via logerrit)
 external/nss/ExternalProject_nss.mk |6 +++
 external/nss/UnpackedTarball_nss.mk |1 
 external/nss/nss-win-arm64.patch|   66 
 3 files changed, 73 insertions(+)

New commits:
commit dab9f9afe214fd5c5803e880c0e3d69f6fad3b14
Author: Jan-Marek Glogowski 
AuthorDate: Sat Jul 18 03:56:14 2020 +0200
Commit: Jan-Marek Glogowski 
CommitDate: Thu Sep 17 06:38:43 2020 +0200

nss: fix Windows Arm64 build

Change-Id: I59834daebd6c9ccd1255be6f08e5f61b20ee06e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102853
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 

diff --git a/external/nss/ExternalProject_nss.mk 
b/external/nss/ExternalProject_nss.mk
index 3679af52b614..8b14ce58153d 100644
--- a/external/nss/ExternalProject_nss.mk
+++ b/external/nss/ExternalProject_nss.mk
@@ -26,11 +26,17 @@ $(call gb_ExternalProject_get_state_target,nss,build): 
$(call gb_ExternalExecuta
OPT_CODE_SIZE=0) \
OS_TARGET=WIN95 \
$(if $(filter X86_64,$(CPUNAME)),USE_64=1) \
+   $(if $(filter ARM64,$(CPUNAME)),USE_64=1) \
LIB="$(ILIB)" \
XCFLAGS="$(SOLARINC)" \
+   $(if $(CROSS_COMPILING),\
+   CROSS_COMPILE=1 \
+   $(if $(filter ARM64,$(CPUNAME)),CPU_ARCH=aarch64) \
+   NSPR_CONFIGURE_OPTS="--build=$(BUILD_PLATFORM) 
--host=$(HOST_PLATFORM)") \
$(MAKE) nss_build_all RC="rc.exe $(SOLARINC)" \
NSINSTALL='$(call 
gb_ExternalExecutable_get_command,python) $(SRCDIR)/external/nss/nsinstall.py' \
NSS_DISABLE_GTESTS=1 \
+   CCC="$(CXX)" \
,nss)
$(call gb_Trace_EndRange,nss,EXTERNAL)
 
diff --git a/external/nss/UnpackedTarball_nss.mk 
b/external/nss/UnpackedTarball_nss.mk
index 4aaa70fc2131..7921d36078bf 100644
--- a/external/nss/UnpackedTarball_nss.mk
+++ b/external/nss/UnpackedTarball_nss.mk
@@ -27,6 +27,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,nss,\
external/nss/nss-bz1646594.patch.1 \
 external/nss/macos-dlopen.patch.0 \
external/nss/nss.getopt.patch.0 \
+   external/nss/nss-win-arm64.patch \
 $(if $(filter iOS,$(OS)), \
 external/nss/nss-ios.patch) \
 $(if $(filter ANDROID,$(OS)), \
diff --git a/external/nss/nss-win-arm64.patch b/external/nss/nss-win-arm64.patch
new file mode 100644
index ..eda198f85afc
--- /dev/null
+++ b/external/nss/nss-win-arm64.patch
@@ -0,0 +1,66 @@
+--- a/a/nspr/configure
 a/a/nspr/configure
+@@ -821,6 +821,7 @@
+ linux*)   OS_ARCH=Linux ;;
+ solaris*) OS_ARCH=SunOS OS_RELEASE=5 ;;
+ mingw*)   OS_ARCH=WINNT CPU_ARCH=x86 ;;
++cygwin*)  OS_ARCH=WINNT ;;
+ darwin*)  OS_ARCH=Darwin ;;
+ riscos*)  OS_ARCH=RISCOS ;;
+ esac
+--- a/a/nss/lib/freebl/Makefile.orig
 a/a/nss/lib/freebl/Makefile
+@@ -119,8 +119,23 @@
+ endif
+ endif
+ ifeq ($(CPU_ARCH),aarch64)
+-DEFINES += -DUSE_HW_AES -DUSE_HW_SHA2
+-EXTRA_SRCS += aes-armv8.c gcm-aarch64.c sha256-armv8.c
++ifdef CC_IS_CLANG
++DEFINES += -DUSE_HW_AES -DUSE_HW_SHA2
++EXTRA_SRCS += aes-armv8.c gcm-aarch64.c sha256-armv8.c
++else ifeq (1,$(CC_IS_GCC))
++# GCC versions older than 4.9 don't support ARM AES. The check
++# is done in two parts, first allows "major.minor" == "4.9",
++# and then rejects any major versions prior to 5. Note that
++# there has been no GCC 4.10, as it is renamed to GCC 5.
++ifneq (,$(filter 4.9,$(word 1,$(GCC_VERSION)).$(word 
2,$(GCC_VERSION
++DEFINES += -DUSE_HW_AES -DUSE_HW_SHA2
++EXTRA_SRCS += aes-armv8.c gcm-aarch64.c sha256-armv8.c
++endif
++ifeq (,$(filter 0 1 2 3 4,$(word 1,$(GCC_VERSION
++DEFINES += -DUSE_HW_AES -DUSE_HW_SHA2
++EXTRA_SRCS += aes-armv8.c gcm-aarch64.c sha256-armv8.c
++endif
++endif
+ endif
+ ifeq ($(CPU_ARCH),arm)
+ ifndef NSS_DISABLE_ARM32_NEON
+@@ -133,7 +146,10 @@
+ DEFINES += -DUSE_HW_AES -DUSE_HW_SHA2
+ EXTRA_SRCS += aes-armv8.c sha256-armv8.c
+ else ifeq (1,$(CC_IS_GCC))
+-# Old compiler doesn't support ARM AES.
++# GCC versions older than 4.9 don't support ARM AES. The check
++# is done in two parts, first allows "major.minor" == "4.9",
++# and then rejects any major versions prior to 5. Note that
++# there has been no GCC 4.10, as it is renamed to GCC 5.
+ ifneq (,$(filter 4.9,$(word 1,$(GCC_VERSION)).$(word 
2,$(GCC_VERSION
+ DEFINES += -DUSE_HW_AES -DUSE_HW_SHA2
+ EXTRA_SRCS += aes-armv8.c sha256-armv8.c
+@@ -198,6 +200,7 @@
+ ifdef BUILD_OPT
+   OPTIMIZER += -Ox  # maximum optimization for freebl
+ endif
++ifeq ($(CPU_ARCH),x86_64)
+ ASFILES  = arcfour-amd64-masm.asm 

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

2020-09-16 Thread Jan-Marek Glogowski (via logerrit)
 RepositoryExternal.mk   |9 -
 external/python3/ExternalPackage_python3.mk |3 +++
 2 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit bd066a17a22826ceb10e7763074704289f838f74
Author: Jan-Marek Glogowski 
AuthorDate: Sat Jul 18 03:57:20 2020 +0200
Commit: Jan-Marek Glogowski 
CommitDate: Thu Sep 17 06:39:06 2020 +0200

python3: fix Windows Arm64 build

Change-Id: I2e9f9ca5fcf40a3ff53c036ebc51a75b882d91f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102854
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index d396cc5b5190..1a4acbb80437 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3183,8 +3183,15 @@ $(call gb_LinkTarget_use_package,$(1),python3)
 endif
 
 ifeq ($(OS),WNT)
+ifeq ($(CPUNAME),X86_64)
+python_arch_subdir=amd64
+else ifeq ($(CPUNAME),ARM64)
+python_arch_subdir=arm64
+else
+python_arch_subdir=win32
+endif
 $(call gb_LinkTarget_add_libs,$(1),\
-   $(call gb_UnpackedTarball_get_dir,python3)/PCbuild/$(if $(filter 
X86_64,$(CPUNAME)),amd64,win32)/python$(PYTHON_VERSION_MAJOR)$(PYTHON_VERSION_MINOR)$(if
 $(MSVC_USE_DEBUG_RUNTIME),_d).lib \
+   $(call 
gb_UnpackedTarball_get_dir,python3)/PCbuild/$(python_arch_subdir)/python$(PYTHON_VERSION_MAJOR)$(PYTHON_VERSION_MINOR)$(if
 $(MSVC_USE_DEBUG_RUNTIME),_d).lib \
 )
 else ifeq ($(OS),MACOSX)
 $(call gb_LinkTarget_add_libs,$(1),\
diff --git a/external/python3/ExternalPackage_python3.mk 
b/external/python3/ExternalPackage_python3.mk
index 692b2793bd37..4886b123cab4 100644
--- a/external/python3/ExternalPackage_python3.mk
+++ b/external/python3/ExternalPackage_python3.mk
@@ -14,9 +14,12 @@ $(eval $(call 
gb_ExternalPackage_use_external_project,python3,python3))
 ifeq ($(OS),WNT)
 ifeq ($(CPUNAME),X86_64)
 python_arch_subdir=amd64/
+else ifeq ($(CPUNAME),ARM64)
+python_arch_subdir=arm64/
 else
 python_arch_subdir=win32/
 endif
+
 $(eval $(call 
gb_ExternalPackage_add_file,python3,$(LIBO_BIN_FOLDER)/python-core-$(PYTHON_VERSION)/bin/python.exe,PCbuild/$(python_arch_subdir)python$(if
 $(MSVC_USE_DEBUG_RUNTIME),_d).exe))
 $(eval $(call 
gb_ExternalPackage_add_file,python3,$(LIBO_BIN_FOLDER)/python$(PYTHON_VERSION_MAJOR)$(PYTHON_VERSION_MINOR)$(if
 
$(MSVC_USE_DEBUG_RUNTIME),_d).dll,PCbuild/$(python_arch_subdir)python$(PYTHON_VERSION_MAJOR)$(PYTHON_VERSION_MINOR)$(if
 $(MSVC_USE_DEBUG_RUNTIME),_d).dll))
 ifeq ($(MSVC_USE_DEBUG_RUNTIME),)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-09-16 Thread Jan-Marek Glogowski (via logerrit)
 include/osl/endian.h|2 +-
 tools/source/misc/cpuid.cxx |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 8babcdb9c995b6c0e20a16e237f5e9cadd1f83ce
Author: Jan-Marek Glogowski 
AuthorDate: Fri Jul 17 22:26:12 2020 +0200
Commit: Jan-Marek Glogowski 
CommitDate: Thu Sep 17 06:38:23 2020 +0200

osl+tools: fix Windows Arm64 build

Change-Id: I17cbc1c8474880024921f476aa602d61978da868
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102851
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 

diff --git a/include/osl/endian.h b/include/osl/endian.h
index 43d0162b55df..766178a7eefc 100644
--- a/include/osl/endian.h
+++ b/include/osl/endian.h
@@ -31,7 +31,7 @@ extern "C" {
 
 #if defined _WIN32
 #   if defined _M_ALPHA || defined _M_AMD64 || defined _M_IX86 \
-|| defined _M_MRX000 || defined _M_PPC
+|| defined _M_MRX000 || defined _M_PPC || defined _M_ARM64
 #   define OSL_LITENDIAN
 #   endif
 #elif defined ANDROID || defined LINUX || defined HAIKU
diff --git a/tools/source/misc/cpuid.cxx b/tools/source/misc/cpuid.cxx
index 41791be27897..e2a8e20a762a 100644
--- a/tools/source/misc/cpuid.cxx
+++ b/tools/source/misc/cpuid.cxx
@@ -15,7 +15,7 @@ namespace cpuid {
 
 namespace {
 
-#if defined(_MSC_VER)
+#if defined(_MSC_VER) && (defined(_M_IX86) || defined(_M_AMD64))
 #include 
 void getCpuId(uint32_t array[4], uint32_t nInfoType)
 {
@@ -38,7 +38,7 @@ void getCpuId(uint32_t array[4], uint32_t /*nInfoType*/)
 bool checkAVXSupportInOS()
 {
 uint32_t xcr0 = 0;
-#if defined(_MSC_VER)
+#if defined(_MSC_VER) && (defined(_M_IX86) || defined(_M_AMD64))
 xcr0 = uint32_t(_xgetbv(0));
 #elif (defined(__i386__) || defined(__x86_64__))
 __asm__("xgetbv" : "=a" (xcr0) : "c" (0) : "%edx");
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 136828] New: Not Apply area to "Pattern" on Tabbed UI.

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136828

Bug ID: 136828
   Summary: Not Apply area to "Pattern" on Tabbed UI.
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: souichi...@gmail.com

Description:
On Tabbed UI, I set shape area to "Pattern", but not applied.
And Sidebar property fill to "None" 

On following description, I select draw. but maybe other application is ocured
.

if my description is uncleared, please see screencast.

Steps to Reproduce:
1. open draw
2. menu -> View -> User Interface -> Tabbed
3. set shape (i.e. rectangle)
4. On Draw tab, Area Style to Pattern

Actual Results:
after step 4

not change area style
sidebar -> Area -> fill property is None 

Expected Results:
change area style to Pattern.
sidebar -> Area -> fill property change to Pattern.


Reproducible: Always


User Profile Reset: No



Additional Info:
I confirmed this version 

Version: 7.1.0.0.alpha0+
Build ID: 83aa172697c11a9550c27a28f8e62b523ec7086d
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: ja-JP (ja_JP.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-09-10_21:26:34
Calc: threaded

OS: Linux Ubuntu MATE
Desktop env: MATE

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


[Libreoffice-bugs] [Bug 136771] Double toolbar on no name document in writer

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136771

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 136288] Animations on sheet lost after CTR+A CTRL+X CTRL+Z

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136288

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 136365] Writer: 100% CPU when FILEOPEN specific odt

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136365

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 134754] Crash on macOS 10.13 opening local HSQLDB-based odb file in Base on LibreOffice 7 rc1

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134754

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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


[Libreoffice-bugs] [Bug 136828] Not Apply area to "Pattern" on Tabbed UI.

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136828

--- Comment #1 from sawakaze  ---
Created attachment 165591
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165591=edit
ScreenCast

if my descrition is uncleared, please see screencast

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


[Libreoffice-bugs] [Bug 134991] Changing spell checker language with whole text selected scroll page to last page of the document

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134991

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 136396] PRINTING: "scale to printable area" option does not scale but requires paper of original size

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136396

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 136064] FILESAVE RTF: Export of shape broken (not resemblance of the shape at all)

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136064

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 135618] Image moved with between table cells depend on cell start position and document format (ODT/DOC/DOCX/RTF)

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135618

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 136771] Double toolbar on no name document in writer

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136771

--- Comment #19 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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


[Libreoffice-bugs] [Bug 136622] Tab does not toggle text in the column

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136622

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 133717] enhancement request - FORMATTING calc sheet-specific page orentation

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133717

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 134325] EDITING: Inserting gallery clip art outside of a layout box creates a linked image

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134325

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 135543] Writer auto spellcheck works intermittently

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135543

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 129609] Checking display effects after the restore of an acceptable table file name

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129609

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 136168] Inconstant behaviour removing superscript with backspace

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136168

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 135729] Images lost in RTF when saving ODT to DOC and DOC to RTF

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135729

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 136414] Page Style dialog, does apply do what it supposed to do

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136414

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-ux-advise] [Bug 136168] Inconstant behaviour removing superscript with backspace

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136168

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 136622] Tab does not toggle text in the column

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136622

--- Comment #3 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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


[Libreoffice-bugs] [Bug 133748] Slow when switching sheets with "support for large sheets enabled"

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133748

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 136371] Black appears when scrolling through the document on libreoffice 7

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136371

--- Comment #5 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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


[Libreoffice-bugs] [Bug 136380] Wrong Formatting Marks with font Helvetica in LibreOffice writer 7.0.0.3 (x64)

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136380

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-ux-advise] [Bug 136414] Page Style dialog, does apply do what it supposed to do

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136414

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
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 136371] Black appears when scrolling through the document on libreoffice 7

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136371

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 133717] enhancement request - FORMATTING calc sheet-specific page orentation

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133717

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 132689] Undo reverts to default formatting after PPA update

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132689

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 124452] blurry formula rendering

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124452

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|RESOLVED

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


[Libreoffice-bugs] [Bug 133717] enhancement request - FORMATTING calc sheet-specific page orentation

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133717

--- Comment #5 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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


[Libreoffice-bugs] [Bug 124452] blurry formula rendering

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124452

--- Comment #16 from QA Administrators  ---
Dear hahihohehe,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 132689] Undo reverts to default formatting after PPA update

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132689

--- Comment #10 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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


[Libreoffice-bugs] [Bug 111956] .pdb plucker file crashes on 5.4

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111956

--- Comment #3 from QA Administrators  ---
Dear krishna [:kr1shna],

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
https://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 60835] External links saved in xls format

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60835

--- Comment #11 from QA Administrators  ---
Dear teemoz,

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
https://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 55307] Drawing Object Copied Using Ctrl+[Mouse-Drag] Is Not Immediately Displayed

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55307

--- Comment #11 from QA Administrators  ---
Dear preechaw,

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
https://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 47787] B Spline interpolation is broken

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47787

--- Comment #9 from QA Administrators  ---
Dear Markus Mohrhard,

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
https://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 136827] Crash: Several repeat apply Pop Art Filter to shape which is converted to Bitmap

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136827

--- Comment #2 from sawakaze  ---
Created attachment 165590
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165590=edit
back trace on reporter

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


[Libreoffice-bugs] [Bug 136827] Crash: Several repeat apply Pop Art Filter to shape which is converted to Bitmap

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136827

--- Comment #1 from sawakaze  ---
Created attachment 165589
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165589=edit
ScreenCast

if my description is uncleared, please see screen cast.

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


[Libreoffice-bugs] [Bug 136827] New: Crash: Several repeat apply Pop Art Filter to shape which is converted to Bitmap

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136827

Bug ID: 136827
   Summary: Crash: Several repeat apply Pop Art Filter to shape
which is converted to Bitmap
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: souichi...@gmail.com

Description:
On Draw, after following steps, application was crashed.

if my description is uncleared, please see screencast.

Steps to Reproduce:
1. Open Draw
2. Menu -> View -> Tabbed 
3. Set Shape (i.e. Rectangle)
4. Select shape and Convert -> To Bitmap
5. Select Image Tab and Filter > Pop Art
6. repeat Step5

Actual Results:
application crash

On console, print following message.
double free or corruption (out)



Expected Results:
not crash


Reproducible: Always


User Profile Reset: Yes



Additional Info:
I could confirm following env.

Version: 7.1.0.0.alpha0+
Build ID: 83aa172697c11a9550c27a28f8e62b523ec7086d
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: ja-JP (ja_JP.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-09-10_21:26:34
Calc: threaded

OS: Linux Ubuntu MATE
Desktop: MATE



I could "not" confirm following version 

Version: 6.2.3.0.0+
Build ID: 2358c867563731f56cefbf2a17818e69b15c2e66
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:libreoffice-6-2, Time:
2019-03-16_01:33:35
Locale: ja-JP (ja_JP.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 136826] New: LibreOffice Writer in modification mode: applying italics format also turns on bold

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136826

Bug ID: 136826
   Summary: LibreOffice Writer in modification mode: applying
italics format also turns on bold
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: Other
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sansbons...@viatexinfo.com

Description:
Working on a document in LibreOffice Writer in modification mode (all
modifications are recorded and shown on screen until approved or refused).
After selecting text and making it italicized, the text was also made into bold
type. Looking at the character format, the newly formatted text was (properly)
identified as italics, but was not identified as bold type. Turning on and off
bold had no effect. The only workaround that I have found is to retype the
text, placing the cursor at the desired spot, then turn on italicized format,
and erase the duplicate text that I was unable to make italicized but not bold.
Strangely, when I erase the previous duplicate text, the deleted text, which
will show up with a strikethrough, turns into italics but not bold. Another off
workaround is to select text and make into italics (it will be italics and
bold), then delete the newly formatted text (strikethrough in modification
mode), then decline the suppression; text will appear in italics only (not
bold). These workarounds are OK for short stretches of text, but is problematic
if large sections of the text need to be italicized WITHOUT bold. I have seen
this behavior in one document, but not another.

Steps to Reproduce:
1.Select text in plain format.
2.Format it in italics (Command-I on Mac, or Format - Text - Italics).
3.

Actual Results:
Text is both in italics and bold.

Expected Results:
Text should be in italics only (not bold).


Reproducible: Sometimes


User Profile Reset: No



Additional Info:
Version: 7.0.0.3
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
Threads CPU : 12; OS : Mac OS X 10.15.6; UI Render : par défaut; VCL: osx
Locale: fr-CA (fr_CA.UTF-8); Langue IHM : fr-FR
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 136825] New: With Record and Show Changes enabled, clearing Direct formatting is not registered

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136825

Bug ID: 136825
   Summary: With Record and Show Changes enabled, clearing Direct
formatting is not registered
   Product: LibreOffice
   Version: 6.4.4.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: luke.kend...@gmail.com

Created attachment 165588
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165588=edit
Sample document to show the problem

When a document has Record Changes and Show Changes both enabled so as to track
changes, if you clear direct formatting via CTRL-M, Writer does not register
that any change has occurred.

See attached tiny sample document.

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


[Libreoffice-bugs] [Bug 130057] Pasting image into .odt file in Collabora Online causes editor to hang/not open

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130057

Aron Budea  changed:

   What|Removed |Added

 Blocks|123136  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123136
[Bug 123136] [META] Tunneled dialog bugs and enhancements in LOOL
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123136] [META] Tunneled dialog bugs and enhancements in LOOL

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123136

Aron Budea  changed:

   What|Removed |Added

 Depends on|130057  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=130057
[Bug 130057] Pasting image into .odt file in Collabora Online causes editor to
hang/not open
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130317] Libreoffice calc. online process loolforkit takes 100% CPU effectively slowing server.

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130317

Aron Budea  changed:

   What|Removed |Added

 Blocks|123137  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123137
[Bug 123137] [META] Admin console bugs and enhancements in LOOL
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123137] [META] Admin console bugs and enhancements in LOOL

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123137

Aron Budea  changed:

   What|Removed |Added

 Depends on|130317  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=130317
[Bug 130317] Libreoffice calc. online process loolforkit takes 100% CPU
effectively slowing server.
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136824] New: AutoCorrect > Apply does not work in bulleted or numbered lists.

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136824

Bug ID: 136824
   Summary: AutoCorrect > Apply does not work in bulleted or
numbered lists.
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: loma...@gmail.com

Description:
If you try to apply AutoCorrect manually, either to text that was pasted in or
because AutoCorrect "While Typing" is turned off, it works for normal
paragraphs but not lists.

Steps to Reproduce:
1. Turn off AutoCorrect > While Typing
2. Start a bulleted or numbered list
3. Type something in the list that should be auto-corrected, such as quotation
marks, dashes, URLs or spaces at the end of the line.
4. Tools > AutoCorrect > Apply

Actual Results:
List text does not change.

Expected Results:
Auto-correct should be applied to text in the list.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.0.0.3 (x64)
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: en-AU (en_CA); UI: 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 103851] add a "Capitalize first letter in lists" option and turn it off by default

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103851

--- Comment #7 from loma...@gmail.com ---
I like the suggestion, and while you are at it, have the same option for
tables.

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


[Libreoffice-bugs] [Bug 125758] Support for PDF/A-3 (ISO 19005-3)

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125758

--- Comment #3 from Jan-Marek Glogowski  ---
This was merged in https://gerrit.libreoffice.org/c/core/+/84687. But that is
just an additional entry to the combo box, as every PDF/A-2 is also a PDF/A-3

Now the question is, what LO should do additionally?

In theory LO's hybrid PDFs could be more PDF/A-3 compliant. Interestingly you
can already select PDF/A + hybrid PDF, but that is invisible in a PDF viewer.

I can imagine embedding additional data via UNO would make some sense, not sure
about GUI stuff.

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


[Libreoffice-bugs] [Bug 131025] Writer document with tables lost data in cells (apparently) replacing with 0

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131025

--- Comment #11 from Joao Carvalho  ---
Shouldn't the importance of this bug be changed to "major" or "critical"?

Users may loose data because of this bug, because the data loss is only noticed
after the file is closed and then opened again. At that point, you can't "undo"
to recover the data you lost...

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


[Libreoffice-bugs] [Bug 136823] New: element is missing in extended schema.rng

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136823

Bug ID: 136823
   Summary: element  is missing in
extended schema.rng
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

There is file
https://opengrok.libreoffice.org/xref/core/schema/libreoffice/OpenDocument-schema-v1.3%2Blibreoffice.rng
which should have all elements and attributes, which are written in own
namespaces.

The element  and its attributes loext:property and
loext:cell-range-address are missing.

Export of this element has been introduced with
https://cgit.freedesktop.org/libreoffice/core/commit/?id=37b437dcd686de72e6c78703f351a56e23aef073

Because this element is missing in the file, it is not clear, which order in
regard to element  is intended. I assume that is comes after
.

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


[Libreoffice-bugs] [Bug 136799] SVG icons not appearing in Styles tab in sidebar

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136799

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #1 from V Stuart Foote  ---
Have you closed the module and reopened 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 136822] New: Add VeraPDF as a PDF validator for our PDF/A unit tests

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136822

Bug ID: 136822
   Summary: Add VeraPDF as a PDF validator for our PDF/A unit
tests
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: glo...@fbihome.de

VeraPDF (https://verapdf.org) is the primary open-source tool to verify PDF/A
documents and it's written in Java. It contains a GUI and a command line
variant to verify PDF/A documents.

LO already includes two external validators for ODF and OOXML, so it would be
nice to have additional unit tests for PDF/A and use VeraPDF to check for
conformance. This way it would be much easier to write a unit test for PDF/A
bugs like bug 136805.

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


[Libreoffice-bugs] [Bug 136821] Wrong "Signed By" Information on Digital Signature Information Dialog

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136821

--- Comment #2 from Diego Garzón  ---
Created attachment 165587
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165587=edit
Signed Example file

Signed Example file

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


[Libreoffice-bugs] [Bug 136821] Wrong "Signed By" Information on Digital Signature Information Dialog

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136821

--- Comment #1 from Diego Garzón  ---
Created attachment 165586
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165586=edit
Screenshots of Word and Libreoffice to compare

Screenshots of Word and Libreoffice to compare

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


[Libreoffice-bugs] [Bug 136821] New: Wrong "Signed By" Information on Digital Signature Information Dialog

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136821

Bug ID: 136821
   Summary: Wrong "Signed By" Information on Digital Signature
Information Dialog
   Product: LibreOffice
   Version: 6.4.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: diego.gar...@netco.la

Description:
When I add a new digital signature to a docx file using an external tool and 
then add another digital certificate to the signature xml file (apart from the
signer's certificate) Libreoffice apparently shows the last certificate's owner
information in the signed by field instead of the actual signer's information.
Please check screenshots attached.

Steps to Reproduce:
1. Add a digital signature to an existing docx file.
2. Open the file with an archive file manager (in my case winrar)
3. Modify the sig1.xml file located on _xmlsignatures folder by adding a new
 tag with any base64 encoded digital certificate
4. Open the edited file on Libreoffice
5. Open the signature details dialog


Actual Results:
You will see the signed by column populated with the information from the last
certificate added manually. This shouldn't happen or else anyone can
impersonate a valid user .

Expected Results:
You should see the signed by column populated with the information from the
actual signer.The software should search for the signer certificate and when
found populate this information on the signed by column


Reproducible: Always


User Profile Reset: No



Additional Info:
Versión: 6.4.6.2 (x64)
Id. de compilación: 0ce51a4fd21bff07a5c061082cc82c5ed232f115
Subprocs. CPU: 12; SO: Windows 10.0 Build 17763; Repres. IU: predet.; VCL: win; 
Configuración regional: es-CO (es_CO); Idioma de IU: es-ES
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 136805] Export to PDF/A-1a is not PDF/A conformant

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136805

Jan-Marek Glogowski  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |glo...@fbihome.de
   |desktop.org |
   Keywords||bibisected, regression
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Jan-Marek Glogowski  ---
Regression from commit

commit d016e052ddf30649ad9b729b59134ce1e90a0263

pdf: extract XMP metadata writing and use XmlWriter

Pending patch: https://gerrit.libreoffice.org/c/core/+/102888

Would be nice to optionally use VeraPDF as a verifier for our PDF export unit
tests, just like the ODF validator, but that is a lot more work tom implement.

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


[Libreoffice-bugs] [Bug 136622] Tab does not toggle text in the column

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136622

--- Comment #2 from Jonas Eek  ---
Sorry, expected result should be:
Toggle between the cell content starting with what you entered in the cells in
the column.

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


[Libreoffice-commits] core.git: bridges/inc bridges/Library_cpp_uno.mk bridges/source

2020-09-16 Thread Jan-Marek Glogowski (via logerrit)
 bridges/Library_cpp_uno.mk   |1 
 bridges/inc/msvc/cpp2uno.hxx |   31 +
 bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx   |  354 +++
 bridges/source/cpp_uno/msvc_win32_intel/cpp2uno.cxx  |  319 -
 bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx |  303 
 5 files changed, 390 insertions(+), 618 deletions(-)

New commits:
commit 8a56900c61b82e9571d64add833784acfb628853
Author: Jan-Marek Glogowski 
AuthorDate: Sat Sep 5 15:20:51 2020 +0200
Commit: Jan-Marek Glogowski 
CommitDate: Thu Sep 17 00:01:50 2020 +0200

WIN bridges: unify cpp2uno common code

Change-Id: I614fb662b164b0af9ca03c3ab8006b9105380112
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102865
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 

diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk
index 67a66cdadfb5..e1cf6f52cff2 100644
--- a/bridges/Library_cpp_uno.mk
+++ b/bridges/Library_cpp_uno.mk
@@ -273,6 +273,7 @@ $(eval $(call 
gb_Library_add_exception_objects,$(gb_CPPU_ENV)_uno,\
 
 ifeq ($(COM),MSC)
 $(eval $(call gb_Library_add_exception_objects,$(gb_CPPU_ENV)_uno,\
+bridges/source/cpp_uno/msvc_shared/cpp2uno \
 bridges/source/cpp_uno/msvc_shared/except \
 ))
 endif
diff --git a/bridges/inc/msvc/cpp2uno.hxx b/bridges/inc/msvc/cpp2uno.hxx
new file mode 100644
index ..47091ed3bce3
--- /dev/null
+++ b/bridges/inc/msvc/cpp2uno.hxx
@@ -0,0 +1,31 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements. See the NOTICE file distributed
+ *   with this work for additional information regarding copyright
+ *   ownership. The ASF licenses this file to you under the Apache
+ *   License, Version 2.0 (the "License"); you may not use this file
+ *   except in compliance with the License. You may obtain a copy of
+ *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+#pragma once
+
+#define WIN32_LEAN_AND_MEAN
+#include 
+
+#include 
+#include 
+
+typelib_TypeClass __cdecl cpp_mediate(void** pCallStack, sal_Int32 
nFunctionIndex,
+  sal_Int32 nVtableOffset, sal_Int64* 
const pRegisterReturn);
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx 
b/bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx
new file mode 100644
index ..51186d1859fc
--- /dev/null
+++ b/bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx
@@ -0,0 +1,354 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements. See the NOTICE file distributed
+ *   with this work for additional information regarding copyright
+ *   ownership. The ASF licenses this file to you under the Apache
+ *   License, Version 2.0 (the "License"); you may not use this file
+ *   except in compliance with the License. You may obtain a copy of
+ *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+#include 
+
+#include 
+#include 
+#include 
+#include 
+
+#include "bridge.hxx"
+#include "cppinterfaceproxy.hxx"
+#include "types.hxx"
+#include "vtablefactory.hxx"
+
+#include 
+#include 
+
+using namespace ::com::sun::star;
+
+static typelib_TypeClass
+cpp2uno_call(bridges::cpp_uno::shared::CppInterfaceProxy* pThis,
+ const typelib_TypeDescription* pMemberTD,
+ typelib_TypeDescriptionReference* pReturnTypeRef, // nullptr 
indicates void return
+ const sal_Int32 nParams, typelib_MethodParameter* pParams, void** 
pCallStack,
+ void** const pReturnAddr)
+{
+// return type
+typelib_TypeDescription* pReturnTD = nullptr;
+if (pReturnTypeRef)
+TYPELIB_DANGER_GET(, pReturnTypeRef);
+
+// if we don't return via register, the first stack parameter is the 
return value
+int nFirstRealParam = 2;
+if (pReturnAddr == pCallStack)
+++nFirstRealParam;
+
+void* pUnoReturn = nullptr;
+// complex return ptr: if != nullptr && != pUnoReturn, reconversion needed
+void* 

[Libreoffice-commits] core.git: bridges/inc bridges/Library_cpp_uno.mk bridges/source solenv/clang-format

2020-09-16 Thread Jan-Marek Glogowski (via logerrit)
 bridges/Library_cpp_uno.mk   |6 
 bridges/inc/msvc/amd64.hxx   |   48 +
 bridges/inc/msvc/except.hxx  |  118 
 bridges/inc/msvc/x86.hxx |   68 ++
 bridges/source/cpp_uno/msvc_shared/except.cxx|  338 
 bridges/source/cpp_uno/msvc_win32_intel/cpp2uno.cxx  |7 
 bridges/source/cpp_uno/msvc_win32_intel/except.cxx   |  442 ---
 bridges/source/cpp_uno/msvc_win32_intel/uno2cpp.cxx  |4 
 bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx |   26 
 bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx  |  530 +--
 bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx|   49 -
 bridges/source/cpp_uno/msvc_win32_x86-64/uno2cpp.cxx |4 
 solenv/clang-format/excludelist  |2 
 13 files changed, 628 insertions(+), 1014 deletions(-)

New commits:
commit 8c3ec5ef612a20575e0ebcd5757ba21c47f8
Author: Jan-Marek Glogowski 
AuthorDate: Sun Aug 2 09:02:30 2020 +0200
Commit: Jan-Marek Glogowski 
CommitDate: Thu Sep 17 00:01:21 2020 +0200

WIN bridges: unify exception handling

This is almost just refactoring, but with classes like type_info_
and __type_info, just following the code became tendious. I tried
to come up with better names... and in the end included some minor
code changes described below.

This patch moves the "common" code for MSVC exception handling
into msvc_shared/except.cxx. Still it contains a few small ifdefs,
so it doesn't feel like clean separation, but a lot of duplicate
code is dropped this way.

The "major" code change for amd64 is the drop of the duplicate
static RTTInfo object originally used by mscx_getRTTI and
mscx_getRTTI_len, by merging of both functions into the single,
new get() function to use a single std::find call.

Change-Id: Ib07d40e2794cde79156be3324c80ccf21a6aa8ed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102864
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 

diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk
index 0c6b255f52ad..67a66cdadfb5 100644
--- a/bridges/Library_cpp_uno.mk
+++ b/bridges/Library_cpp_uno.mk
@@ -271,6 +271,12 @@ $(eval $(call 
gb_Library_add_exception_objects,$(gb_CPPU_ENV)_uno,\
bridges/source/cpp_uno/shared/vtables \
))
 
+ifeq ($(COM),MSC)
+$(eval $(call gb_Library_add_exception_objects,$(gb_CPPU_ENV)_uno,\
+bridges/source/cpp_uno/msvc_shared/except \
+))
+endif
+
 $(eval $(call gb_Library_add_cxxobjects,$(gb_CPPU_ENV)_uno,\
bridges/source/cpp_uno/shared/cppinterfaceproxy \
, $(gb_COMPILERNOOPTFLAGS) 
$(gb_LinkTarget_EXCEPTIONFLAGS) \
diff --git a/bridges/source/cpp_uno/msvc_win32_intel/msci.hxx 
b/bridges/inc/msvc/amd64.hxx
similarity index 53%
rename from bridges/source/cpp_uno/msvc_win32_intel/msci.hxx
rename to bridges/inc/msvc/amd64.hxx
index 9ee63d338656..fb095446b097 100644
--- a/bridges/source/cpp_uno/msvc_win32_intel/msci.hxx
+++ b/bridges/inc/msvc/amd64.hxx
@@ -16,34 +16,44 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#pragma once
-
-#if !defined WIN32_LEAN_AND_MEAN
-# define WIN32_LEAN_AND_MEAN
-#endif
-#include 
 
-#include "rtl/ustring.hxx"
+#pragma once
 
+#include 
 
-class type_info;
-typedef struct _uno_Any uno_Any;
-typedef struct _uno_Mapping uno_Mapping;
+#pragma pack(push, 8)
 
-namespace CPPU_CURRENT_NAMESPACE
+struct ExceptionType final
 {
+sal_Int32 _n0; // flags
+sal_uInt32 _pTypeInfo; // typeinfo
+sal_Int32 _n1, _n2, _n3; // thiscast
+sal_Int32 _n4; // object_size
+sal_uInt32 _pCopyCtor; // copyctor
+ExceptionTypeInfo exc_type_info;
 
-const DWORD MSVC_ExceptionCode = 0xe06d7363;
-const long MSVC_magic_number = 0x19930520L;
+explicit ExceptionType(unsigned char* pCode, sal_uInt64 pCodeBase,
+   typelib_TypeDescription* pTD) throw();
 
-type_info * msci_getRTTI( OUString const & rUNOname );
+ExceptionType(const ExceptionType&) = delete;
+ExceptionType& operator=(const ExceptionType&) = delete;
+};
+
+struct RaiseInfo final
+{
+sal_Int32 _n0;
+sal_uInt32 _pDtor;
+sal_Int32 _n2;
+sal_uInt32 _types;
 
-int msci_filterCppException(
-EXCEPTION_POINTERS * pPointers, uno_Any * pUnoExc, uno_Mapping * pCpp2Uno 
);
+// Additional fields
+typelib_TypeDescription* _pTD;
+unsigned char* _code;
+sal_uInt64 _codeBase;
 
-void msci_raiseException(
-uno_Any * pUnoExc, uno_Mapping * pUno2Cpp );
+explicit RaiseInfo(typelib_TypeDescription* pTD) throw();
+};
 
-}
+#pragma pack(pop)
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/bridges/inc/msvc/except.hxx b/bridges/inc/msvc/except.hxx
new file mode 100644
index ..8ed49a887a24
--- 

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

2020-09-16 Thread Jan-Marek Glogowski (via logerrit)
 bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx  |2 
 bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx|2 
 bridges/source/cpp_uno/msvc_win32_intel/cpp2uno.cxx  |  391 +--
 bridges/source/cpp_uno/msvc_win32_intel/uno2cpp.cxx  |  228 +--
 bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx |  323 +++
 bridges/source/cpp_uno/msvc_win32_x86-64/uno2cpp.cxx |  181 
 6 files changed, 547 insertions(+), 580 deletions(-)

New commits:
commit 52ac46d798a1787baca33cdf9e1c2fd768559522
Author: Jan-Marek Glogowski 
AuthorDate: Sat Jul 18 16:01:21 2020 +0200
Commit: Jan-Marek Glogowski 
CommitDate: Thu Sep 17 00:01:00 2020 +0200

WIN bridges: unify bridge code layout

This just a cosmetic change to minimize the diff between the
files of the different msvc bridges, by renaming variables,
adapting comments and reordering variables.

This includes the reduction of the "using namespace" to
com::sun::star, so a few types now gain an uno:: prefix.

Change-Id: I2189d2ba223ed3fb51cfa94639c6ca03d26a83e9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102863
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 

diff --git a/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx 
b/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx
index cc1528f53d89..21de11b5ea36 100644
--- a/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx
@@ -451,7 +451,7 @@ namespace
 int index = functionIndex*nVtableOffsets + vtableOffset;
 unsigned char *result = ((unsigned char *) ) + 
codeSnippets[index];
 
-SAL_INFO( "bridges.ios", "codeSnippet(" << 
OUString(type->aBase.pTypeName) << "::" << OUString(member->pTypeName) << "): 
[" << functionIndex << "," << vtableOffset << "]=" << (void *) result << " (" 
<< std::hex << ((int*)result)[0] << "," << ((int*)result)[1] << "," << 
((int*)result)[2] << "," << ((int*)result)[3] << ")");
+SAL_INFO( "bridges", "codeSnippet(" << OUString(type->aBase.pTypeName) 
<< "::" << OUString(member->pTypeName) << "): [" << functionIndex << "," << 
vtableOffset << "]=" << (void *) result << " (" << std::hex << 
((int*)result)[0] << "," << ((int*)result)[1] << "," << ((int*)result)[2] << 
"," << ((int*)result)[3] << ")");
 
 return result;
 }
diff --git a/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx 
b/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx
index 988502713639..f1cacf8d54ba 100644
--- a/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx
@@ -128,7 +128,7 @@ std::type_info * Rtti::getRtti(typelib_TypeDescription 
const & type) {
 if (ptr != nullptr)
 rtti = *ptr;
 else
-SAL_WARN("bridges.osx", dlerror());
+SAL_WARN("bridges", dlerror());
 }
 #endif
 
diff --git a/bridges/source/cpp_uno/msvc_win32_intel/cpp2uno.cxx 
b/bridges/source/cpp_uno/msvc_win32_intel/cpp2uno.cxx
index a5e0e53580ac..24a0837a6e30 100644
--- a/bridges/source/cpp_uno/msvc_win32_intel/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_intel/cpp2uno.cxx
@@ -32,195 +32,188 @@
 
 #include "msci.hxx"
 
-using namespace ::com::sun::star::uno;
+using namespace ::com::sun::star;
 
 namespace
 {
 
 static inline typelib_TypeClass cpp2uno_call(
 bridges::cpp_uno::shared::CppInterfaceProxy * pThis,
-const typelib_TypeDescription * pMemberTypeDescr,
-typelib_TypeDescriptionReference * pReturnTypeRef, // 0 indicates void 
return
-sal_Int32 nParams, typelib_MethodParameter * pParams,
+const typelib_TypeDescription * pMemberTD,
+typelib_TypeDescriptionReference * pReturnTypeRef, // nullptr indicates 
void return
+sal_Int32 nParams,
+typelib_MethodParameter * pParams,
 void ** pCallStack,
-sal_Int64 * pRegisterReturn /* space for register return */ )
+sal_Int64 * pRegisterReturn /* space for register return */)
 {
 // pCallStack: ret, this, [complex return ptr], params
-char * pCppStack = (char *)(pCallStack +2);
+char * pCppCallStack = (char *)(pCallStack +2);
 
-// return
-typelib_TypeDescription * pReturnTypeDescr = 0;
+// return type
+typelib_TypeDescription * pReturnTD = nullptr;
 if (pReturnTypeRef)
-{
-TYPELIB_DANGER_GET( , pReturnTypeRef );
-}
+TYPELIB_DANGER_GET(, pReturnTypeRef);
 
 void * pUnoReturn = nullptr;
-void * pCppReturn = nullptr; // complex return ptr: if != 0 && != 
pUnoReturn, reconversion need
+void * pCppReturn = nullptr; // complex return ptr: if != nullptr && != 
pUnoReturn, reconversion need
 
-if (pReturnTypeDescr)
+if (pReturnTD)
 {
-if (bridges::cpp_uno::shared::isSimpleType( pReturnTypeDescr ))
-{
-pUnoReturn = pRegisterReturn; // direct way for simple types
-}
-else // complex return via ptr (pCppReturn)
+if 

[Libreoffice-commits] core.git: configure.ac solenv/gbuild

2020-09-16 Thread Jan-Marek Glogowski (via logerrit)
 configure.ac|   14 +-
 solenv/gbuild/platform/WNT_ARM64_MSC.mk |   27 +++
 solenv/gbuild/platform/com_MSC_class.mk |2 +-
 solenv/gbuild/platform/windows.mk   |1 +
 4 files changed, 42 insertions(+), 2 deletions(-)

New commits:
commit 03ce1e85428d4a273910bf7ca758ce050e95720c
Author: Jan-Marek Glogowski 
AuthorDate: Fri Jul 17 23:17:37 2020 +0200
Commit: Jan-Marek Glogowski 
CommitDate: Wed Sep 16 23:56:21 2020 +0200

configure + gbuild: handle Windows Arm64

Change-Id: Idfc20c1234d693d6b402158b8bc782bd17cd3f4b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102850
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 

diff --git a/configure.ac b/configure.ac
index 5acf53a3601c..be73281b3e05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3390,6 +3390,16 @@ cygwin*)
 WIN_HOST_BITS=32
 WIN_OTHER_ARCH="x64"
 ;;
+aarch64)
+CPUNAME=ARM64
+RTL_ARCH=arm64
+PLATFORMID=windows_arm64
+WINDOWS_X64=1
+SCPDEFS="$SCPDEFS -DWINDOWS_ARM64"
+WIN_HOST_ARCH="arm64"
+WIN_HOST_BITS=64
+with_ucrt_dir=no
+;;
 *)
 AC_MSG_ERROR([Unsupported host_cpu $host_cpu for host_os $host_os])
 ;;
@@ -3398,6 +3408,7 @@ cygwin*)
 case "$build_cpu" in
 x86_64) WIN_BUILD_ARCH="x64" ;;
 i*86) WIN_BUILD_ARCH="x86" ;;
+aarch64) WIN_BUILD_ARCH="arm64" ;;
 *)
 AC_MSG_ERROR([Unsupported build_cpu $build_cpu for host_os $host_os])
 ;;
@@ -3792,7 +3803,7 @@ if test "$_os" = "WINNT"; then
 AC_MSG_RESULT([not found])
 AC_MSG_WARN([Installation set will not contain 64-bit Explorer 
extensions])
 fi
-else
+elif test "$WIN_HOST_ARCH" = "x64"; then
 CXX_X64_BINARY=$CXX
 fi
 AC_SUBST(BUILD_X64)
@@ -10901,6 +10912,7 @@ if test "$_os" = "WINNT"; then
 case "$WIN_HOST_ARCH" in
 x86) assembler=ml.exe ;;
 x64) assembler=ml64.exe ;;
+arm64) assembler=armasm64.exe ;;
 esac
 
 AC_MSG_CHECKING([for the MSVC assembler ($assembler)])
diff --git a/solenv/gbuild/platform/WNT_ARM64_MSC.mk 
b/solenv/gbuild/platform/WNT_ARM64_MSC.mk
new file mode 100644
index ..67e1d5736736
--- /dev/null
+++ b/solenv/gbuild/platform/WNT_ARM64_MSC.mk
@@ -0,0 +1,27 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements. See the NOTICE file distributed
+#   with this work for additional information regarding copyright
+#   ownership. The ASF licenses this file to you under the Apache
+#   License, Version 2.0 (the "License"); you may not use this file
+#   except in compliance with the License. You may obtain a copy of
+#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+gb_CPPU_ENV := msca
+gb_CPUDEFS := -D_ARM64_=1
+
+include $(GBUILDDIR)/platform/com_MSC_defs.mk
+
+include $(GBUILDDIR)/platform/com_MSC_class.mk
+
+# vim: set noet sw=4:
diff --git a/solenv/gbuild/platform/com_MSC_class.mk 
b/solenv/gbuild/platform/com_MSC_class.mk
index c27fc0c95446..d69f7f46004d 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -189,7 +189,7 @@ cat $${RESPONSEFILE} | sed 's/ /\n/g' | grep -v '^$$' > 
$${RESPONSEFILE}.1 && \
 mv $${RESPONSEFILE}.1 $${RESPONSEFILE} &&
 endef
 
-MSC_SUBSYSTEM_VERSION=$(COMMA)6.01
+MSC_SUBSYSTEM_VERSION=$(COMMA)$(if $(filter ARM64,$(CPUNAME)),6.02,6.01)
 
 # the sort on the libraries is used to filter out duplicates to keep 
commandline
 # length in check - otherwise the dupes easily hit the limit when linking 
mergedlib
diff --git a/solenv/gbuild/platform/windows.mk 
b/solenv/gbuild/platform/windows.mk
index e30c5ad54455..14763e6dd4ea 100644
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -47,6 +47,7 @@ gb_MSBUILD_CONFIG := $(if 
$(MSVC_USE_DEBUG_RUNTIME),Debug,Release)
 gb_MSBUILD_PLATFORM := $(strip \
$(if $(filter INTEL,$(CPUNAME)),Win32) \
$(if $(filter X86_64,$(CPUNAME)),x64) \
+   $(if $(filter ARM64,$(CPUNAME)),ARM64) \
)
 gb_MSBUILD_CONFIG_AND_PLATFORM := \
/p:Configuration=$(gb_MSBUILD_CONFIG) \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 136820] Wordart text being cutoff or displayed incorrectly when opening docx files

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136820

--- Comment #4 from jake.weilham...@blackboard.com ---
Created attachment 165585
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165585=edit
Sample file where wordArt content is wrapped on Libre Office

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


[Libreoffice-bugs] [Bug 136820] Wordart text being cutoff or displayed incorrectly when opening docx files

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136820

--- Comment #3 from jake.weilham...@blackboard.com ---
Created attachment 165584
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165584=edit
Sample file where wordArt content is hidden on Libre Office

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


[Libreoffice-bugs] [Bug 136820] Wordart text being cutoff or displayed incorrectly when opening docx files

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136820

--- Comment #2 from jake.weilham...@blackboard.com ---
Created attachment 165583
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165583=edit
Screenshot showing wordArt being wrapped between Word and LibreOffice

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


[Libreoffice-bugs] [Bug 136820] Wordart text being cutoff or displayed incorrectly when opening docx files

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136820

--- Comment #1 from jake.weilham...@blackboard.com ---
Created attachment 165582
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165582=edit
Screenshot showing wordArt being hidden between Word and LibreOffice

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


[Libreoffice-bugs] [Bug 136820] New: Wordart text being cutoff or displayed incorrectly when opening docx files

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136820

Bug ID: 136820
   Summary: Wordart text being cutoff or displayed incorrectly
when opening docx files
   Product: LibreOffice
   Version: 6.4.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jake.weilham...@blackboard.com

Description:
Wordart text is not being displayed correctly when opening docx files with
LibreOffice (tested on 6.4.6.2 and 7.0.1.2). 

The full text is getting read in, but most of the content is not visible due to
the text box frame width being too small upon reading in the file.  There is a
red arrow pointing to more content and I need to increase the width of the text
box to get it to display.

Sometimes the full text is getting displayed, but the width is still shortened,
and the text is wrapped to multiple lines.


Potentially related to Bug 107634

Steps to Reproduce:
1. Create new docx file with wordArt text, or use sample file given.
2. Open with LibreOffice

Actual Results:
Title is cutoff and content is hidden due to text box width being too small. Or
the text is wrapped to multiple lines

Expected Results:
The full text should be displayed as it is in Microsoft word. 


Reproducible: Always


User Profile Reset: No



Additional Info:
Maybe there is a way to give these wordArt text boxes enough width or try to
match the original text box width?  

Detect the original text box width and use that for the width when reading in
the text.

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


[Libreoffice-commits] core.git: Branch 'distro/nisz/libreoffice-6-4' - sw/source

2020-09-16 Thread Bakos Attila (via logerrit)
 sw/source/uibase/shells/drwbassh.cxx |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 0f8f643ada57b66f4868c13457b610aab35a6a0a
Author: Bakos Attila 
AuthorDate: Mon Jul 20 14:30:39 2020 +0200
Commit: Gabor Kelemen 
CommitDate: Wed Sep 16 23:16:55 2020 +0200

tdf#124430 Writer Editing: Fix textbox aligning

Before, when align function was used the textboxes
(shape+frame) went apart, now the textframe follows
the shape.

Co-dev: Attila Bánhegyi (NISZ)
Change-Id: I4d69a2f7f4e5ef50d17bb0871c501d6e0026d0e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99048
Reviewed-by: Attila Bakos 
Reviewed-by: László Németh 
Tested-by: Jenkins
Tested-by: László Németh 
(cherry picked from commit 06fd06597796d9e92117602245f3968c93707708)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102768
Tested-by: Gabor Kelemen 
Reviewed-by: Gabor Kelemen 

diff --git a/sw/source/uibase/shells/drwbassh.cxx 
b/sw/source/uibase/shells/drwbassh.cxx
index 12d87bab691b..ba966feefccc 100644
--- a/sw/source/uibase/shells/drwbassh.cxx
+++ b/sw/source/uibase/shells/drwbassh.cxx
@@ -62,6 +62,7 @@
 #include 
 #include 
 #include 
+#include 
 
 using namespace ::com::sun::star;
 
@@ -487,6 +488,8 @@ void SwDrawBaseShell::Execute(SfxRequest const )
 SwFormatHoriOrient 
aHOrient(pFrameFormat->GetFormatAttr(RES_HORI_ORIENT));
 aHOrient.SetHoriOrient( nHorizOrient );
 pFrameFormat->SetFormatAttr(aHOrient);
+if (auto pTxFrm = 
SwTextBoxHelper::getOtherTextBoxFormat(pFrameFormat, RES_DRAWFRMFMT))
+pTxFrm->SetFormatAttr(aHOrient);
 pSh->EndAction();
 }
 
@@ -498,6 +501,8 @@ void SwDrawBaseShell::Execute(SfxRequest const )
 SwFormatVertOrient 
aVOrient(pFrameFormat->GetFormatAttr(RES_VERT_ORIENT));
 aVOrient.SetVertOrient( nVertOrient );
 pFrameFormat->SetFormatAttr(aVOrient);
+if (auto pTxFrm = 
SwTextBoxHelper::getOtherTextBoxFormat(pFrameFormat, RES_DRAWFRMFMT))
+pTxFrm->SetFormatAttr(aVOrient);
 pSh->EndAction();
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 136819] Translation error in Portuguese Brazilian LO Calc 7.0 - ""> "Home" tab.

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136819

--- Comment #1 from frno...@gmail.com ---
Created attachment 165581
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165581=edit
images from writer and 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-bugs] [Bug 136819] New: Translation error in Portuguese Brazilian LO Calc 7.0 - ""> "Home" tab.

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136819

Bug ID: 136819
   Summary: Translation error in Portuguese Brazilian LO Calc 7.0
- ""> "Home" tab.
   Product: LibreOffice
   Version: 7.0.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: frno...@gmail.com

Description:
Working with LibreOffice Writer 7.0 in Portuguese Brazilian, I see the second
tab "Home" of the "Inicio" tab without translating into PT-BR.

Steps to Reproduce:
1.Open LibreOffice Writer 7.0 or 7.0.1 in PT-BR
2.Setup user interface for tabs
3.The second tab appears in English. "Home" instead "Inicio"

Actual Results:
The second tab appears in English. "Home" instead "Inicio"

Expected Results:
The second tab appears "Inicio"


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
OS: Windows (all)
OS: Opensuse leap 15.2

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


[Libreoffice-bugs] [Bug 71271] sheet's CodeName not saved

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71271

JJPalacios  changed:

   What|Removed |Added

 CC||funi...@gmail.com

--- Comment #8 from JJPalacios  ---
Comment on attachment 88706
  --> https://bugs.documentfoundation.org/attachment.cgi?id=88706
Example document of not-saved-CodeName value

Version: 7.0.1.2
Build ID: 00(Build:2)
CPU threads: 8; OS: Linux 4.19; UI render: default; VCL: kf5
Locale: es-ES (es_ES.UTF-8); Interfaz: es-ES
=7.0.1-1
Calc: threaded

Please, this behavior has been like this for a long time. Time to fix it and it
won't take much developer time.

CodeName is updated on all sheets when the document is opened. In the first
one, it takes the default value for the new sheet, for the rest, it takes the
value of the sheet name. 
sheet.CodeName = sheet.Name

CodeName should be persistent.

-- 
You are receiving this mail because:
You 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: avmedia/source basctl/source basic/source chart2/source comphelper/source compilerplugins/clang connectivity/source cppuhelper/source cui/source dbaccess/source desktop

2020-09-16 Thread Stephan Bergmann (via logerrit)
 avmedia/source/viewer/mediawindow_impl.cxx 
|3 
 basctl/source/basicide/baside2b.cxx
|3 
 basctl/source/basicide/bastype2.cxx
|3 
 basctl/source/basicide/bastype3.cxx
|3 
 basctl/source/basicide/moduldl2.cxx
|3 
 basic/source/classes/sbunoobj.cxx  
|2 
 basic/source/sbx/sbxscan.cxx   
|   28 
 
chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx
 |8 
 chart2/source/controller/dialogs/ChartTypeDialogController.cxx 
|   20 
 chart2/source/controller/dialogs/res_DataLabel.cxx 
|6 
 chart2/source/controller/main/ChartController_Window.cxx   
|6 
 chart2/source/controller/sidebar/ChartColorWrapper.cxx 
|6 
 chart2/source/tools/ExponentialRegressionCurveCalculator.cxx   
|6 
 comphelper/source/misc/profilezone.cxx 
|3 
 compilerplugins/clang/bufferadd.cxx
|4 
 compilerplugins/clang/conditionalstring.cxx
|   33 
 compilerplugins/clang/elidestringvar.cxx   
|2 
 compilerplugins/clang/implicitboolconversion.cxx   
|2 
 compilerplugins/clang/stringadd.cxx
|4 
 compilerplugins/clang/stringconcatliterals.cxx 
|7 
 compilerplugins/clang/test/conditionalstring.cxx   
|   11 
 compilerplugins/clang/test/elidestringvar.cxx  
|3 
 compilerplugins/clang/test/staticvar.cxx   
|6 
 compilerplugins/clang/test/stringadd.cxx   
|2 
 compilerplugins/clang/test/stringconcatliterals.cxx
|5 
 connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx   
|4 
 connectivity/source/drivers/jdbc/DatabaseMetaData.cxx  
|6 
 connectivity/source/drivers/mork/MDatabaseMetaData.cxx 
|4 
 cppuhelper/source/typemanager.cxx  
|   33 
 cui/source/dialogs/scriptdlg.cxx   
|2 
 cui/source/inc/cfg.hxx 
|2 
 cui/source/options/treeopt.cxx 
|4 
 cui/source/tabpages/border.cxx 
|8 
 dbaccess/source/core/api/SingleSelectQueryComposer.cxx 
|3 
 dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx  
|2 
 desktop/source/deployment/registry/component/dp_component.cxx  
|3 
 desktop/source/pkgchk/unopkg/unopkg_misc.cxx   
|6 
 editeng/source/uno/unotext.cxx 
|3 
 editeng/source/uno/unotext2.cxx
|5 
 embeddedobj/source/msole/oleembed.cxx  
|6 
 extensions/IwyuFilter_extensions.yaml  
|3 
 extensions/source/abpilot/fieldmappingimpl.cxx 
|2 
 extensions/source/bibliography/bibconfig.cxx   
|2 
 extensions/source/bibliography/bibmod.cxx  
|7 
 extensions/source/bibliography/bibprop.hxx 
|   30 
 extensions/source/bibliography/datman.cxx  
|6 
 extensions/source/bibliography/toolbar.cxx 
|   10 
 extensions/source/logging/loggerconfig.cxx 
|   15 
 extensions/source/propctrlr/formcomponenthandler.cxx   
|7 
 extensions/source/propctrlr/selectlabeldialog.cxx  
|6 
 filter/source/graphicfilter/ieps/ieps.cxx  
|3 
 filter/source/svg/svgexport.cxx
|2 
 framework/Library_fwk.mk   
|1 
 framework/inc/jobs/jobconst.hxx 

[Libreoffice-bugs] [Bug 133764] [META] Very large spreadsheets problem

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133764
Bug 133764 depends on bug 133033, which changed state.

Bug 133033 Summary: CRASH: With Ctrl+Down or Ctrl+A when 'Enable very large 
spreadsheets' is active
https://bugs.documentfoundation.org/show_bug.cgi?id=133033

   What|Removed |Added

 Status|NEW |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 133092] [META] Crash bugs

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133092
Bug 133092 depends on bug 133033, which changed state.

Bug 133033 Summary: CRASH: With Ctrl+Down or Ctrl+A when 'Enable very large 
spreadsheets' is active
https://bugs.documentfoundation.org/show_bug.cgi?id=133033

   What|Removed |Added

 Status|NEW |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 50916] Allow more than 1024 columns in calc

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50916
Bug 50916 depends on bug 133033, which changed state.

Bug 133033 Summary: CRASH: With Ctrl+Down or Ctrl+A when 'Enable very large 
spreadsheets' is active
https://bugs.documentfoundation.org/show_bug.cgi?id=133033

   What|Removed |Added

 Status|NEW |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 133033] CRASH: With Ctrl+Down or Ctrl+A when 'Enable very large spreadsheets' is active

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133033

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

   What|Removed |Added

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

--- Comment #19 from Roman Kuznetsov <79045_79...@mail.ru> ---
no problem in

Version: 7.1.0.0.alpha0+
Build ID: 8c18cd6823ddf4ef5ba67801a84cee26c9b5a9a6
CPU threads: 4; OS: Mac OS X 10.15.6; UI render: default; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded

WFM now

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


[Libreoffice-bugs] [Bug 133649] paste special command when experimental very large spreadsheet option is active will crash

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133649

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

   What|Removed |Added

 Resolution|--- |WORKSFORME
 CC||79045_79...@mail.ru
 Status|NEEDINFO|RESOLVED

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
no problem in

Version: 7.1.0.0.alpha0+
Build ID: 8c18cd6823ddf4ef5ba67801a84cee26c9b5a9a6
CPU threads: 4; OS: Mac OS X 10.15.6; UI render: default; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded

WFM now

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


[Libreoffice-bugs] [Bug 133764] [META] Very large spreadsheets problem

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133764
Bug 133764 depends on bug 133649, which changed state.

Bug 133649 Summary: paste special command when experimental very large 
spreadsheet option is active will crash
https://bugs.documentfoundation.org/show_bug.cgi?id=133649

   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 133748] Slow when switching sheets with "support for large sheets enabled"

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133748

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

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 136818] Calc crashes when I try open a file (Very large table option is enabled)

2020-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136818

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

   What|Removed |Added

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

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


  1   2   3   4   5   6   7   >