[Libreoffice-bugs] [Bug 145625] In Options – LibreOffice – Application Colors, the part User interface elements has two Key-id codes.

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145625

--- Comment #1 from kees...@gmail.com ---
Created attachment 176185
  --> https://bugs.documentfoundation.org/attachment.cgi?id=176185=edit
screen shot of the bug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145625] New: In Options – LibreOffice – Application Colors, the part User interface elements has two Key-id codes.

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145625

Bug ID: 145625
   Summary: In Options – LibreOffice – Application Colors, the
part User interface elements has two Key-id codes.
   Product: LibreOffice
   Version: 6.3 all versions
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kees...@gmail.com

Description:
In Options – LibreOffice – Application Colors, the part User interface elements
has two Key-id codes.
Because of that the word ”On” appears before the name.
See attachment for more details.

Steps to Reproduce:
1.Go to Tools - LibreOffice - Application Colors
2.
3.

Actual Results:
The part is called "On  User interface elements"

Expected Results:
It should be called "User interface elements" without "On"


Reproducible: Always


User Profile Reset: Yes



Additional Info:
The Key-id code s9Q, that generates the "On", should not be there.

Version: 7.2.2.2 (x64) / LibreOffice Community
Build ID: 02b2acce88a210515b4a5bb2e46cbfb63fe97d56
CPU threads: 8; OS: Windows 10.0 Build 22000; UI render: Skia/Vulkan; VCL: win
Locale: nl-NL (nl_NL); UI: nl-NL
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 81507] FILESAVE: DOCX - w:sdtContent not exported correctly resulting in missing line breaks

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81507

Vasily Melenchuk (CIB)  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |vasily.melenc...@cib.de
   |desktop.org |
 Status|NEW |ASSIGNED

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2021-11-10 Thread Julien Nabet (via logerrit)
 dbaccess/source/core/api/CRowSetColumn.cxx |   42 -
 dbaccess/source/core/api/CRowSetDataColumn.cxx |   42 -
 dbaccess/source/core/api/definitioncolumn.cxx  |   28 
 dbaccess/source/core/api/resultcolumn.cxx  |   42 -
 dbaccess/source/core/api/resultset.cxx |   12 +++
 dbaccess/source/core/api/statement.cxx |   20 +--
 dbaccess/source/core/dataaccess/datasource.cxx |   22 ++---
 dbaccess/source/inc/apitools.hxx   |   15 
 8 files changed, 104 insertions(+), 119 deletions(-)

New commits:
commit c9c9b8ec542d3c491159f23d0deb5358d4142486
Author: Julien Nabet 
AuthorDate: Wed Nov 10 23:10:01 2021 +0100
Commit: Julien Nabet 
CommitDate: Thu Nov 11 08:33:45 2021 +0100

Replace some macros in dbaccess part 4

Remove DECL_PROP0_BOOL + DECL_PROP1_BOOL + DECL_PROP0/1/2

Change-Id: I422d3dc4c09b5f8a88c8992de187458d74dc3d50
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125015
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/dbaccess/source/core/api/CRowSetColumn.cxx 
b/dbaccess/source/core/api/CRowSetColumn.cxx
index cef90a8e8521..d8e2d18c0ff6 100644
--- a/dbaccess/source/core/api/CRowSetColumn.cxx
+++ b/dbaccess/source/core/api/CRowSetColumn.cxx
@@ -44,27 +44,27 @@ ORowSetColumn::ORowSetColumn( const Reference < 
XResultSetMetaData >& _xMetaData
 {
 BEGIN_PROPERTY_SEQUENCE(21)
 
-DECL_PROP1( CATALOGNAME,OUString,READONLY );
-DECL_PROP1( DISPLAYSIZE,sal_Int32,  READONLY );
-DECL_PROP1_BOOL( ISAUTOINCREMENT,   READONLY );
-DECL_PROP1_BOOL( ISCASESENSITIVE,   READONLY );
-DECL_PROP1_BOOL( ISCURRENCY,READONLY );
-DECL_PROP1_BOOL( ISDEFINITELYWRITABLE,  READONLY );
-DECL_PROP1( ISNULLABLE, sal_Int32,  READONLY );
-DECL_PROP1_BOOL( ISREADONLY,BOUND );
-DECL_PROP1_BOOL( ISROWVERSION,  READONLY );
-DECL_PROP1_BOOL( ISSEARCHABLE,  READONLY );
-DECL_PROP1_BOOL( ISSIGNED,  READONLY );
-DECL_PROP1_BOOL( ISWRITABLE,READONLY );
-DECL_PROP1( LABEL,  OUString,READONLY );
-DECL_PROP1( PRECISION,  sal_Int32,  READONLY );
-DECL_PROP1( SCALE,  sal_Int32,  READONLY );
-DECL_PROP1( SCHEMANAME, OUString,READONLY );
-DECL_PROP1( SERVICENAME,OUString,READONLY );
-DECL_PROP1( TABLENAME,  OUString,READONLY );
-DECL_PROP1( TYPE,   sal_Int32,  READONLY );
-DECL_PROP1( TYPENAME,   OUString,READONLY );
-DECL_PROP2( VALUE,  Any,READONLY, 
BOUND );
+DECL_PROP_IMPL(CATALOGNAME, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(DISPLAYSIZE, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(ISAUTOINCREMENT, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(ISCASESENSITIVE, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(ISCURRENCY, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(ISDEFINITELYWRITABLE, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(ISNULLABLE, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(ISREADONLY, cppu::UnoType::get()) 
css::beans::PropertyAttribute::BOUND );
+DECL_PROP_IMPL(ISROWVERSION, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(ISSEARCHABLE, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(ISSIGNED, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(ISWRITABLE, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(LABEL, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(PRECISION, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(SCALE, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(SCHEMANAME, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(SERVICENAME, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(TABLENAME, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(TYPE, cppu::UnoType::get()) 
css::beans::PropertyAttribute::READONLY );
+DECL_PROP_IMPL(TYPENAME, 

[Libreoffice-bugs] [Bug 145610] The numbering of numbered list doesn't show when changing bulleted for numbered list

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145610

Vasily Melenchuk (CIB)  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |vasily.melenc...@cib.de
   |desktop.org |
 Status|NEW |ASSIGNED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: vcl/qt5

2021-11-10 Thread Michael Weghorn (via logerrit)
 vcl/qt5/QtFrame.cxx |7 +++
 1 file changed, 7 insertions(+)

New commits:
commit f029fb6262b9a001e6cbfd60565b01a7b99ea627
Author: Michael Weghorn 
AuthorDate: Wed Nov 10 16:19:26 2021 +0100
Commit: Michael Weghorn 
CommitDate: Thu Nov 11 08:27:28 2021 +0100

qt (>=5.14): Don't create native window for QWidget in QtFrame::screen

For Qt >= 5.14, directly use 'QWidget::screen' (added in Qt 5.14)
to retrieve the screen that the widget is on, rather than first
retrieving a window handle, which forces a platform-native
window to be created.

Due to QTBUG-75766 [1], forcing the creation of
native windows also leads to mouseMoveEvents
not being reliably emitted by Qt, s.

commit 0e3c3b842e14b9646d3697cf1266be21359e0f13
Author: Michael Weghorn 
Date:   Sat May 11 21:31:33 2019 +0200

tdf#122293 qt5: Use "alien widgets" by default on Wayland

for more details.

The behaviour described in tdf#122293 started showing
up again after

commit b00a68a8e19370e106cd76258a3c1825f43613ee
Date:   Sun Oct 31 02:33:46 2021 +0200

tdf#145363 Qt reparent modal dialogs on show

but that just seems to have been a side-effect of
'QWidget::screen' now being called in different ways
than previously.

[1] https://bugreports.qt.io/browse/QTBUG-75766

Change-Id: Ic11923cef5e704c09494f96b19157372a869ae40
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124997
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 

diff --git a/vcl/qt5/QtFrame.cxx b/vcl/qt5/QtFrame.cxx
index 591e084edf38..db91e48a256c 100644
--- a/vcl/qt5/QtFrame.cxx
+++ b/vcl/qt5/QtFrame.cxx
@@ -363,8 +363,15 @@ QWindow* QtFrame::windowHandle() const
 
 QScreen* QtFrame::screen() const
 {
+#if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0)
+return asChild()->screen();
+#else
+// QWidget::screen only available from Qt 5.14 on, call windowHandle(),
+// with the indirect result that mouse move events on Wayland will not be
+// emitted reliably, s. QTBUG-75766
 QWindow* const pWindow = windowHandle();
 return pWindow ? pWindow->screen() : nullptr;
+#endif
 }
 
 bool QtFrame::isMinimized() const { return asChild()->isMinimized(); }


[Libreoffice-bugs] [Bug 145282] Group of objects doesn't retain its position when page is moved up

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145282

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Keywords||bibisectRequest, regression
 CC||dgp-m...@gmx.de
 Whiteboard| QA:needsComment|
 Blocks||108640
 Ever confirmed|0   |1

--- Comment #3 from Dieter  ---
I confirm it with

Version: 7.3.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: 742b8befecbcfc0cfab87cfcd87c83b7d8ef32ab
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

but not with

Version: 7.2.2.2 (x64) / LibreOffice Community
Build ID: 02b2acce88a210515b4a5bb2e46cbfb63fe97d56
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: de-DE
Calc: CL


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108640
[Bug 108640] [META] Object meta bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108640] [META] Object meta bugs and enhancements

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108640

Dieter  changed:

   What|Removed |Added

 Depends on||145282


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=145282
[Bug 145282] Group of objects doesn't retain its position when page is moved up
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: download.lst

2021-11-10 Thread Miklos Vajna (via logerrit)
 download.lst |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 84991e145c9e735240114e6ec4b94993060fb6c4
Author: Miklos Vajna 
AuthorDate: Wed Nov 10 20:26:23 2021 +0100
Commit: Miklos Vajna 
CommitDate: Thu Nov 11 08:14:06 2021 +0100

external: update libxmlsec to 1.2.33

Change-Id: I42c6ff24237614b2c0d5dc2aa0bcfd9bf7ee89e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125010
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/download.lst b/download.lst
index f0d5bfcdc2b9..0d48e0691625 100644
--- a/download.lst
+++ b/download.lst
@@ -164,8 +164,8 @@ export LIBNUMBERTEXT_SHA256SUM := 
17b8249cb89ae11ae15a85612d2665626c0e0e3e56b356
 export LIBNUMBERTEXT_TARBALL := libnumbertext-1.0.7.tar.xz
 export LIBTOMMATH_SHA256SUM := 
083daa92d8ee6f4af96a6143b12d7fc8fe1a547e14f862304f7281f8f7347483
 export LIBTOMMATH_TARBALL := ltm-1.0.zip
-export XMLSEC_SHA256SUM := 
e383702853236004e5b08e424b8afe9b53fe9f31aaa7a5382f39d9533eb7c043
-export XMLSEC_TARBALL := xmlsec1-1.2.32.tar.gz
+export XMLSEC_SHA256SUM := 
26041d35a20a245ed5a2fb9ee075f10825664d274220cb5190340fa87a4d0931
+export XMLSEC_TARBALL := xmlsec1-1.2.33.tar.gz
 export LIBXML_SHA256SUM := 
c8d6681e38c56f172892c85ddc0852e1fd4b53b4209e7f4ebf17f7e2eae71d92
 export LIBXML_VERSION_MICRO := 12
 export LIBXML_TARBALL := libxml2-2.9.$(LIBXML_VERSION_MICRO).tar.gz


[Libreoffice-bugs] [Bug 120326] User events originating from Impress Remote must reset screensaver timer

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120326

Mike Kaganski  changed:

   What|Removed |Added

   Keywords||difficultyMedium, easyHack,
   ||skillCpp

--- Comment #5 from Mike Kaganski  ---
Code pointers:

The place where we should insert calls to inform OS about user input is

  Receiver::executeCommand in sd/source/ui/remotecontrol/Receiver.cxx

Additionally/alternatively, we might consider setting an OS flag on remote
connection/initiated slideshow start, and clear it on disconnection/slideshow
end. This needs to be done at

  Communicator ctor and dtor in sd/source/ui/remotecontrol/Communicator.cxx

The code to inform OS is necessarily OS/WM-specific. For Windows, informing OS
about user input (in Receiver) should be done using SendInput [1], as discussed
at [2]. Using PowerSetRequest [3] and/or SetThreadExecutionState [4] may be
used in the Communicator, as these calls do not represent some events, but
rather some state.

[1]
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-sendinput
[2] http://stackoverflow.com/a/1675793/1889329
[3]
https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-powersetrequest
[4]
https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setthreadexecutionstate

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145508] kf5: Assert hit when starting Impress presentation after e4abf879f4a24258bcc560eb58ca78b147768d46

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145508

Michael Weghorn  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #6 from Michael Weghorn  ---
Thanks!

Fix verified with

Version: 7.3.0.0.alpha1+ / LibreOffice Community
Build ID: 373b27e7038cf4010a04163861ebec48984b4353
CPU threads: 12; OS: Linux 5.14; UI render: default; VCL: kf5 (cairo+wayland)
Locale: en-GB (en_GB.UTF-8); UI: en-US
Calc: threaded

and the same version on X11 as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2021-11-10 Thread Jim Raykowski (via logerrit)
 sw/source/uibase/utlui/content.cxx |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit cf636b3f5b033d1f1bf511958df96391d81b04df
Author: Jim Raykowski 
AuthorDate: Wed Nov 10 17:50:48 2021 -0900
Commit: Jim Raykowski 
CommitDate: Thu Nov 11 07:00:25 2021 +0100

SwNavigator: account for footnotes separator line in initial count

The separator line needs to be accounted for in the initial footnotes
members count to be shown without delay on first footnote insert and on
first display of the content tree when there are only footnotes, no
endnotes, in the document and also for the last endnote to be shown
without delay on first display of the content tree.

Change-Id: I09a5ad8a0cb4463518a91d680741b49b572cadc9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125019
Tested-by: Jenkins
Reviewed-by: Jim Raykowski 

diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index f877617e13a5..f938d8e2617a 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -417,12 +417,14 @@ void SwContentType::Init(bool* pbInvalidateWindow)
 break;
 case ContentTypeId::FOOTNOTE:
 {
-m_nMemberCount = 0;
 m_sTypeToken.clear();
 m_bEdit = true;
 m_bDelete = false;
 const SwFootnoteIdxs& rFootnoteIdxs = 
m_pWrtShell->GetDoc()->GetFootnoteIdxs();
 m_nMemberCount = rFootnoteIdxs.size();
+// account for the separator line
+if (m_nMemberCount > 0)
+m_nMemberCount++;
 }
 break;
 case ContentTypeId::BOOKMARK:


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

2021-11-10 Thread Jim Raykowski (via logerrit)
 sw/qa/uitest/navigator/tdf114724.py |5 +
 sw/source/uibase/utlui/navipi.cxx   |   25 +
 2 files changed, 18 insertions(+), 12 deletions(-)

New commits:
commit 11d3ff1b64424d4f2c660539872f981ab3ed80c8
Author: Jim Raykowski 
AuthorDate: Wed Oct 27 21:43:10 2021 -0800
Commit: Jim Raykowski 
CommitDate: Thu Nov 11 06:59:56 2021 +0100

SwNavigator: use stored root-type setting for both Navigator types

Currently the RootType setting stored in Navigator configuration is
used only by the floating Navigator to restore the root type setting on
program start to the setting at the end of the previous session. This
patch makes the sidebar Navigator use this stored setting.

Change-Id: I654f4eb4890351196e64796e4a48031424259a5f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124456
Tested-by: Jenkins
Reviewed-by: Jim Raykowski 

diff --git a/sw/qa/uitest/navigator/tdf114724.py 
b/sw/qa/uitest/navigator/tdf114724.py
index ebb354bf37b2..ee1f572d38ed 100644
--- a/sw/qa/uitest/navigator/tdf114724.py
+++ b/sw/qa/uitest/navigator/tdf114724.py
@@ -45,6 +45,11 @@ class tdf114724(UITestCase):
 
self.assertEqual(get_state_as_dict(xContentTree)["SelectEntryText"], "HEADING 
1")
 
self.assertEqual(get_state_as_dict(xContentTree)["SelectionCount"], "1")
 
+# tdf#124456 makes the sidebar navigator consistent with the 
floating navigator's use
+# of the stored root mode setting. This requires the root mode 
button to be clicked
+# here to change the content navigation view back to all 
categories view for subsequent
+# tests that expect the navigator tree to not be in root mode.
+xToolBar.executeAction("CLICK", mkPropertyValues({"POS": "0"})) # 
'root' button
 self.xUITest.executeCommand(".uno:Sidebar")
 
 # vim: set shiftwidth=4 softtabstop=4 expandtab:
diff --git a/sw/source/uibase/utlui/navipi.cxx 
b/sw/source/uibase/utlui/navipi.cxx
index feee92814c34..f964a86957c8 100644
--- a/sw/source/uibase/utlui/navipi.cxx
+++ b/sw/source/uibase/utlui/navipi.cxx
@@ -538,6 +538,19 @@ SwNavigationPI::SwNavigationPI(weld::Widget* pParent,
 m_xContentTree->SetFieldTracking(m_pConfig->IsFieldTracking());
 m_xContentTree->SetFootnoteTracking(m_pConfig->IsFootnoteTracking());
 
+if (const ContentTypeId nRootType = m_pConfig->GetRootType();
+nRootType != ContentTypeId::UNKNOWN)
+{
+m_xContentTree->SetRootType(nRootType);
+m_xContent5ToolBox->set_item_active("root", true);
+if (nRootType == ContentTypeId::OUTLINE || nRootType == 
ContentTypeId::DRAWOBJECT)
+m_xContentTree->set_selection_mode(SelectionMode::Multiple);
+else
+m_xContentTree->set_selection_mode(SelectionMode::Single);
+}
+else
+m_xContentTree->set_selection_mode(SelectionMode::Single);
+
 UpdateInitShow();
 
 GetCreateView();
@@ -592,7 +605,6 @@ SwNavigationPI::SwNavigationPI(weld::Widget* pParent,
 
 SetRegionDropMode(m_pConfig->GetRegionMode());
 
-m_xContentTree->set_selection_mode(SelectionMode::Single);
 m_xContentTree->ShowTree();
 m_xContent6ToolBox->set_item_active("listbox", true);
 m_xContent6ToolBox->set_item_sensitive("listbox", bFloatingNavigator);
@@ -1137,17 +1149,6 @@ SwNavigatorWin::SwNavigatorWin(SfxBindings* _pBindings, 
SfxChildWindow* _pMgr,
 
 SwNavigationConfig* pNaviConfig = SW_MOD()->GetNavigationConfig();
 
-const ContentTypeId nRootType = pNaviConfig->GetRootType();
-if( nRootType != ContentTypeId::UNKNOWN )
-{
-m_xNavi->m_xContentTree->SetRootType(nRootType);
-m_xNavi->m_xContent5ToolBox->set_item_active("root", true);
-if (nRootType == ContentTypeId::OUTLINE || nRootType == 
ContentTypeId::DRAWOBJECT)
-{
-
m_xNavi->m_xContentTree->set_selection_mode(SelectionMode::Multiple);
-}
-}
-
 SetMinOutputSizePixel(GetOptimalSize());
 if (pNaviConfig->IsSmall())
 m_xNavi->ZoomIn();


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

2021-11-10 Thread Jim Raykowski (via logerrit)
 sw/source/uibase/utlui/content.cxx |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 40fa74fc468ba18c75e8547faff41710ae6fbbef
Author: Jim Raykowski 
AuthorDate: Mon Nov 8 15:21:29 2021 -0900
Commit: Jim Raykowski 
CommitDate: Thu Nov 11 06:59:21 2021 +0100

SwNavigator: Don't include Postit fields in Fields member count

To determine if the Navigator content tree needs refreshed, content
type members arrays are filled with current document content and
compared with content in the Navigator content tree. If the member
count between the members in the content type array and the members in
the content type in the tree differs, the tree is updated and
redisplayed.

This patch fixes a bug that the Fields content members array count
includes Postit fields but Postit fields are not included in the tree
members for the Fields content type. This causes the count in the
Fields content type members array to always be different than the
number of members in the Fields content type in the tree when there are
Postit fields in the document.

Change-Id: I399619f78ee1fc91729a47d403ae403cda9f95cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124894
Tested-by: Jenkins
Reviewed-by: Jim Raykowski 

diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index 313c123bd932..f877617e13a5 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -396,7 +396,6 @@ void SwContentType::Init(bool* pbInvalidateWindow)
 break;
 case ContentTypeId::TEXTFIELD:
 {
-m_nMemberCount = 0;
 m_sTypeToken.clear();
 m_bEdit = true;
 m_bDelete = true;
@@ -409,7 +408,8 @@ void SwContentType::Init(bool* pbInvalidateWindow)
 pFieldType->GatherFields(vFields);
 for (SwFormatField* pFormatField: vFields)
 {
-if (pFormatField->GetTextField())
+SwField* pField = pFormatField->GetField();
+if (pField && pField->GetTypeId() != 
SwFieldTypesEnum::Postit)
 m_nMemberCount++;
 }
 }
@@ -793,7 +793,9 @@ void SwContentType::FillMemberList(bool* 
pbLevelOrVisibilityChanged)
 pFieldType->GatherFields(vFields);
 for (SwFormatField* pFormatField: vFields)
 {
-if (SwTextField* pTextField = pFormatField->GetTextField())
+SwTextField* pTextField = pFormatField->GetTextField();
+SwField* pField = pFormatField->GetField();
+if (pTextField && pField && pField->GetTypeId() != 
SwFieldTypesEnum::Postit)
 {
 const SwTextNode& rTextNode = 
pTextField->GetTextNode();
 std::unique_ptr
@@ -807,8 +809,6 @@ void SwContentType::FillMemberList(bool* 
pbLevelOrVisibilityChanged)
 const SwTextField* pTextField = aSrtLst[i]->GetTextField();
 const SwFormatField& rFormatField = 
pTextField->GetFormatField();
 const SwField* pField = rFormatField.GetField();
-if (pField->GetTypeId() == SwFieldTypesEnum::Postit)
-continue;
 OUString sExpandedField(pField->ExpandField(true, 
m_pWrtShell->GetLayout()));
 if (!sExpandedField.isEmpty())
 sExpandedField = u" - " + sExpandedField;


[Libreoffice-bugs] [Bug 128412] Cannot start word after line break with small letter

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128412

--- Comment #4 from david.cortes.riv...@gmail.com ---
Version: 7.2.2.2 / LibreOffice Community
Build ID: 20(Build:2)
CPU threads: 16; OS: Linux 5.14; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-US (en_US.UTF-8); UI: en-US
Debian package version: 1:7.2.2-1
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145108] Read-only documents can still be changed by drag-and-droping text

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145108

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145350] LibreOffice Writer Guide 7.1 (PDF) Error Regarding Superscript and Subscript Character Styles

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145350

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145349] SLIDESHOW animation in wrong order

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145349

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145348] Formating, character, highlighting

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145348

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145342] Filesave as doc saves lists with russian character numbering as simple digit numbering

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145342

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145332] Consider updating Calc help for ROUNDDOWN and TRUNC functions

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145332

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141646] Crash in: GtkInstanceEntry::signal_activate

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141646

QA Administrators  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141646] Crash in: GtkInstanceEntry::signal_activate

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141646

--- Comment #3 from QA Administrators  ---
Dear Tomas,

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] [Bug 141332] The program becomes very slow when I insert an image

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141332

--- Comment #4 from QA Administrators  ---
Dear Sergio Hernández Pitarch,

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] [Bug 141332] The program becomes very slow when I insert an image

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141332

QA Administrators  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 90486] [META] Chart bugs and enhancements

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90486
Bug 90486 depends on bug 137396, which changed state.

Bug 137396 Summary: Using svg symbols in charts crashes Calc
https://bugs.documentfoundation.org/show_bug.cgi?id=137396

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 137396] Using svg symbols in charts crashes Calc

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137396

QA Administrators  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 137396] Using svg symbols in charts crashes Calc

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137396

--- Comment #8 from QA Administrators  ---
Dear Adam Johnston,

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] [Bug 142270] Calc and Writer crashes. tried reinstalling and it is worse even in safe mode.

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142270

--- Comment #2 from QA Administrators  ---
Dear btsneddon,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142142] Liberation Serif does not display Cyrillic characters in previously created docs

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142142

--- Comment #7 from QA Administrators  ---
Dear Andy,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 98520] ODF Validator reported error: attribute "text:start-value" on element "text:list-level-style-number" has a bad value: "0"

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98520

--- Comment #6 from QA Administrators  ---
Dear Franklin Weng,

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://web.libera.chat/?settings=#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] [Bug 142131] The menus are empty when the window is too large

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142131

--- Comment #6 from QA Administrators  ---
Dear Olivier DENIZOT,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 91901] Clicking on an image causes Paste toolbar button to loose drop down button

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91901

--- Comment #4 from QA Administrators  ---
Dear Yousuf Philips (jay) (retired),

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://web.libera.chat/?settings=#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] [Bug 89288] Extra space displayed when Indic text meets non-Indic.

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89288

--- Comment #13 from QA Administrators  ---
Dear ssmithg1,

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://web.libera.chat/?settings=#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] [Bug 46967] RTF lists don't inherit style of their paragraph (leveltext doesn't scale bullet point with font size)

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46967

--- Comment #13 from QA Administrators  ---
Dear soren.hein,

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://web.libera.chat/?settings=#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] [Bug 36548] HTML import: display of nested tables broken

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36548

--- Comment #19 from QA Administrators  ---
Dear Christina Rossmanith,

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://web.libera.chat/?settings=#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] [Bug 128713] missing grid pixels ...

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128713

--- Comment #2 from QA Administrators  ---
Dear Michael Meeks,

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://web.libera.chat/?settings=#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] [Bug 128702] In nested lists, unexpected results when trying to move unnumbered/non-bulleted entries

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128702

--- Comment #3 from QA Administrators  ---
Dear Alex,

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://web.libera.chat/?settings=#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] [Bug 128697] Tangled-up Indent functions

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128697

--- Comment #4 from QA Administrators  ---
Dear Alex,

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://web.libera.chat/?settings=#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] [Bug 128496] Printing a "form letter" with database fields ignores document print settings and tries to print with "default printer?"

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128496

--- Comment #6 from QA Administrators  ---
Dear Duncan Bellamy,

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://web.libera.chat/?settings=#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] [Bug 128436] Range for Name forced to lowercase

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128436

--- Comment #6 from QA Administrators  ---
Dear Jonny Grant,

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://web.libera.chat/?settings=#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] [Bug 128412] Cannot start word after line break with small letter

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128412

--- Comment #3 from QA Administrators  ---
Dear david.cortes.rivera,

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://web.libera.chat/?settings=#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] [Bug 120326] User events originating from Impress Remote must reset screensaver timer

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120326

--- Comment #4 from QA Administrators  ---
Dear Mike Kaganski,

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://web.libera.chat/?settings=#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] [Bug 117700] .html to .odt conversion (headless) sets asymmetrical margins

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117700

--- Comment #9 from QA Administrators  ---
Dear jonas,

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://web.libera.chat/?settings=#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] [Bug 108112] Date in conditional text makes the text disappear

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108112

--- Comment #15 from QA Administrators  ---
Dear tobias.fr,

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://web.libera.chat/?settings=#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] [Bug 145624] New: Cut and paste does not work, except from inside libreoffice.

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145624

Bug ID: 145624
   Summary: Cut and paste does not work, except from inside
libreoffice.
   Product: LibreOffice
   Version: 6.0.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: blth...@gmx.com

Description:
Very often pasting from other sources other than libreoffice apps do not work. 
The last item copied from a libreoffice app will be pasted instead.  This bug
has been reported and discussed ad nauseam but no fix seems to be provided.

Steps to Reproduce:
1. Copy/cut from outside libreoffice
2.  Paste into libreoffice writer / calc 
3.

Actual Results:
Nothing

Expected Results:
paste what I have copied


Reproducible: Sometimes


User Profile Reset: No



Additional Info:
Version: 6.0.6.2 (x64)
Build ID: 0c292870b25a325b5ed35f6b45599d2ea4458e77
CPU threads: 8; OS: Windows 10.0; UI render: default; 
Locale: en-MY (en_MY); Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

Deadline for ESC budget voting proposals: 28th of November (2.5 weeks from now)

2021-11-10 Thread Thorsten Behrens
Hi *,

Miklos Vajna wrote:
> * Budget 2022 (Xisco)
> + https://wiki.documentfoundation.org/Development/Budget2022
> + ideas are welcome till the end of the year
> + earlier deadline? (Thorsten)
>   + take list if ideas with estimates by end Nov?
> AI: give a heads-up on the dev list about this (Thorsten)
>   + and give a heads-up when the deadline is approaching
>   + and have 2 weeks for the vote
> 
As discussed last week, lets finish the proposal period by the end of
the month. I suggest the following timeline:

* Sunday, 28th of November: end of proposal period
  (see wiki page above. valid proposals must include estimation by a
   certified developer, and reviewers available to the board)
* Thursday, 2nd of December: ESC voting starts
  (I'll prepare the usual budget voting spreadsheet. Eligible voters
   are the formal ESC members:
   
https://www.documentfoundation.org/governance/engineering-steering-committee/)
* Wednesday, 15th of December: ESC voting ends, ESC meeting on the
  16th signs-off on the list & passes on to TDF board

Cheers,

-- Thorsten


signature.asc
Description: PGP signature


[Libreoffice-qa] Deadline for ESC budget voting proposals: 28th of November (2.5 weeks from now)

2021-11-10 Thread Thorsten Behrens
Hi *,

Miklos Vajna wrote:
> * Budget 2022 (Xisco)
> + https://wiki.documentfoundation.org/Development/Budget2022
> + ideas are welcome till the end of the year
> + earlier deadline? (Thorsten)
>   + take list if ideas with estimates by end Nov?
> AI: give a heads-up on the dev list about this (Thorsten)
>   + and give a heads-up when the deadline is approaching
>   + and have 2 weeks for the vote
> 
As discussed last week, lets finish the proposal period by the end of
the month. I suggest the following timeline:

* Sunday, 28th of November: end of proposal period
  (see wiki page above. valid proposals must include estimation by a
   certified developer, and reviewers available to the board)
* Thursday, 2nd of December: ESC voting starts
  (I'll prepare the usual budget voting spreadsheet. Eligible voters
   are the formal ESC members:
   
https://www.documentfoundation.org/governance/engineering-steering-committee/)
* Wednesday, 15th of December: ESC voting ends, ESC meeting on the
  16th signs-off on the list & passes on to TDF board

Cheers,

-- Thorsten


signature.asc
Description: PGP signature


[Libreoffice-bugs] [Bug 145623] New: LibreOffice freezes when the last opened file was open through NFS and is not available any longer.

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145623

Bug ID: 145623
   Summary: LibreOffice freezes when the last opened file was open
through NFS and is not available any longer.
   Product: LibreOffice
   Version: 7.2.2.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: framework
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mongolie2006-freedesk...@yahoo.fr

I'm on Fedora 35 workstation (Gnome), connected through NFSv4 with fstab
options "nfs4  x-systemd.automount,x-systemd.idle-timeout=300,async0 0".

If I open a document through NFS, close it, close LibreOffice, cut the network
by unplugging the Ethernet cable or turning the NFS server off, reopen
LibreOffice, the latter freezes. If I reboot and open LibreOffice, it still
freezes.
If I plug on the network and open LibreOffice, it works.
If I close Libreoffice, reopen it without opening a document through NFS, close
LibreOffice, cut the network, reopen LibreOffice: it works. But If I then go to
"Recent documents", LibreOffice freezes. If I close and reopen it, then chose
recovery (of a local document), it freezes. If I close it and reopen it,
choosing to discard recovery, it freezes too.

If I plug the computer to the network, go to tools → options → LibreOffice →
Open Expert Configuration → org.openoffice.Office.Common → History →
PickListSize, set it to 0, open a document through NFS, close LibreOffice,
unplug from the network and reopen LibreOffice, it works.

There should be a short timeout (for instance 20 s: nowadays networks don't
need minutes for NFS connection): the last open document, specially if it was
normally closed by the user, is not essential and could be ignored, and/or
removed from the "Recent documents" list, rather than blocking LibreOffice
forever.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145599] Calc Charts display gets corrupted when you draw a line inside them

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145599

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from m.a.riosv  ---
Reproducible.
Version: 7.2.3.1 (x64) / LibreOffice Community
Build ID: 1d5dee817bde88d78dbcc0d00f88492568e131d5
CPU threads: 4; OS: Windows 10.0 Build 21390; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL

Seems the issue is in save/reopen.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145615] Recalculation Issue: changes in field value not recalculated.

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145615

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1

--- Comment #1 from m.a.riosv  ---
Please attach a sample file.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145619] EDITING Rounding issue when re-enter Row height in millimeters

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145619

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from m.a.riosv  ---


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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108734] [META] Character dialog bugs and enhancements

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108734
Bug 108734 depends on bug 110003, which changed state.

Bug 110003 Summary: Lower-case ß is capitalized as SS instead of ẞ
https://bugs.documentfoundation.org/show_bug.cgi?id=110003

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

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

Bug 110003 Summary: Lower-case ß is capitalized as SS instead of ẞ
https://bugs.documentfoundation.org/show_bug.cgi?id=110003

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2021-11-10 Thread Eike Rathke (via logerrit)
 basic/qa/vba_tests/collection.vb   |   10 ++
 i18nutil/source/utility/casefolding_data.h |   10 ++
 2 files changed, 12 insertions(+), 8 deletions(-)

New commits:
commit 07a2afa4904ac51c9c61aaf41a9d6c7d41126531
Author: Eike Rathke 
AuthorDate: Wed Nov 10 16:00:42 2021 +0100
Commit: Eike Rathke 
CommitDate: Thu Nov 11 01:27:47 2021 +0100

Resolves: tdf#110003 tdf#143128 handle lowercase ß vs uppercase ẞ folding

Change lowercase ß U+00DF LATIN SMALL LETTER SHARP S from
LowerToUpper, ToUpper: SS
ToTitle: Ss
FullFolding: ss
to
LowerToUpper, ToUpper: ẞ  U+1E9E
ToTitle: ẞ  U+1E9E
FullFolding: ss

Add uppercase ẞ U+1E9E LATIN CAPITAL LETTER SHARP S
UpperToLower, ToLower: ß  U+00DF
FullFolding: ss

Adjust BASIC Collection test to new reality.

Change-Id: I198e06985b81a71e5de94bf7fab7a0dbaf10baef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124988
Reviewed-by: Eike Rathke 
Tested-by: Jenkins

diff --git a/basic/qa/vba_tests/collection.vb b/basic/qa/vba_tests/collection.vb
index 0f0c47a262d9..774f3c4c7904 100644
--- a/basic/qa/vba_tests/collection.vb
+++ b/basic/qa/vba_tests/collection.vb
@@ -56,16 +56,18 @@ Sub verify_testCollection()
 ' tdf#144245 - German Eszett is uppercased to a two-character 'SS'.
 ' This test should fail after tdf#110003 has been fixed since the 
lowercase and the uppercase
 ' German Eszett should be matched to the same index.
-TestUtil.AssertEqual(b.Count, 3, "b.Count")
+' Before the fix of tdf#110003
+'TestUtil.AssertEqual(b.Count, 3, "b.Count")
 ' After the fix of tdf#110003
-' TestUtil.AssertEqual(b.Count, 2, "b.Count")
+TestUtil.AssertEqual(b.Count, 2, "b.Count")
 
 TestUtil.AssertEqual(b.Item("SS"), 1, "b.Item(""SS"")")
 TestUtil.AssertEqual(b.Item("ss"), 1, "b.Item(""ss"")")
 TestUtil.AssertEqual(b.Item("ẞ"), 3, "b.Item(""ẞ"")")
-TestUtil.AssertEqual(b.Item("ß"), 4, "b.Item(""ß"")")
+' Before the fix of tdf#110003
+'TestUtil.AssertEqual(b.Item("ß"), 4, "b.Item(""ß"")")
 ' After the fix of tdf#110003
-' TestUtil.AssertEqual(b.Item("ß"), 3, "b.Item(""ß"")")
+TestUtil.AssertEqual(b.Item("ß"), 3, "b.Item(""ß"")")
 
 Exit Sub
 errorHandler:
diff --git a/i18nutil/source/utility/casefolding_data.h 
b/i18nutil/source/utility/casefolding_data.h
index debacdf8c40d..3ea677e83405 100644
--- a/i18nutil/source/utility/casefolding_data.h
+++ b/i18nutil/source/utility/casefolding_data.h
@@ -307,7 +307,7 @@ const Value CaseMappingValue[] = {
 {0x6a, 0x1E81}, {0x15, 0x1E80}, {0x6a, 0x1E83}, {0x15, 0x1E82}, {0x6a, 
0x1E85}, {0x15, 0x1E84}, {0x6a, 0x1E87}, {0x15, 0x1E86}, // 1e80 - 1e87
 {0x6a, 0x1E89}, {0x15, 0x1E88}, {0x6a, 0x1E8B}, {0x15, 0x1E8A}, {0x6a, 
0x1E8D}, {0x15, 0x1E8C}, {0x6a, 0x1E8F}, {0x15, 0x1E8E}, // 1e88 - 1e8f
 {0x6a, 0x1E91}, {0x15, 0x1E90}, {0x6a, 0x1E93}, {0x15, 0x1E92}, {0x6a, 
0x1E95}, {0x15, 0x1E94}, {0xd5, 0x004F}, {0xd5, 0x0051}, // 1e90 - 1e97
-{0xd5, 0x0053}, {0xd5, 0x0055}, {0xd5, 0x0057}, {0xf5, 0x0059}, {0x00, 
0x}, {0x00, 0x}, {0x00, 0x}, {0x00, 0x}, // 1e98 - 1e9f
+{0xd5, 0x0053}, {0xd5, 0x0055}, {0xd5, 0x0057}, {0xf5, 0x0059}, {0x00, 
0x}, {0x00, 0x}, {0xea, 0x015E}, {0x00, 0x}, // 1e98 - 1e9f
 {0x6a, 0x1EA1}, {0x15, 0x1EA0}, {0x6a, 0x1EA3}, {0x15, 0x1EA2}, {0x6a, 
0x1EA5}, {0x15, 0x1EA4}, {0x6a, 0x1EA7}, {0x15, 0x1EA6}, // 1ea0 - 1ea7
 {0x6a, 0x1EA9}, {0x15, 0x1EA8}, {0x6a, 0x1EAB}, {0x15, 0x1EAA}, {0x6a, 
0x1EAD}, {0x15, 0x1EAC}, {0x6a, 0x1EAF}, {0x15, 0x1EAE}, // 1ea8 - 1eaf
 {0x6a, 0x1EB1}, {0x15, 0x1EB0}, {0x6a, 0x1EB3}, {0x15, 0x1EB2}, {0x6a, 
0x1EB5}, {0x15, 0x1EB4}, {0x6a, 0x1EB7}, {0x15, 0x1EB6}, // 1eb0 - 1eb7
@@ -700,9 +700,9 @@ Mapping const CaseMappingExtra[] = {
 {0x8a, 0, {0x, 0x, 0x}}, // 0x00cc (8   0x0008)
 {0x60, 1, {0x00ED, 0x, 0x}}, // 0x00cd (9   0x0009)
 {0x8a, 0, {0x, 0x, 0x}}, // 0x00cd (10  0x000A)
-{0x05, 2, {0x0053, 0x0053, 0x}}, // 0x00df (11  0x000B)
-{0x10, 2, {0x0053, 0x0073, 0x}}, // 0x00df (12  0x000C)
-{0x40, 2, {0x0073, 0x0073, 0x}}, // 0x00df (13  0x000D)
+{0x15, 1, {0x1E9E, 0x, 0x}}, // 0x00df (11  0x000B)
+{0x40, 2, {0x0073, 0x0073, 0x}}, // 0x00df (12  0x000C)
+{0x20, 1, {0x00DF, 0x, 0x}}, // 0x00df (13  0x000D) not hit, 
CaseMappingValue.type is 0xd5=0x80+0x55 not 0xf5=0x80+0x75, but keep slot
 {0x60, 1, {0x0129, 0x, 0x}}, // 0x0128 (14  0x000E)
 {0x8a, 0, {0x, 0x, 0x}}, // 0x0128 (15  0x000F)
 {0x60, 1, {0x012F, 0x, 0x}}, // 0x012e (16  0x0010)
@@ -1039,6 +1039,8 @@ Mapping const CaseMappingExtra[] = {
 {0x05, 2, {0x0544, 0x053D, 0x}}, // 0xfb17 (347 0x015B)
 {0x10, 2, {0x0544, 0x056D, 0x}}, // 0xfb17 (348 0x015C)
 {0x40, 2, {0x0574, 0x056D, 0x}}, // 0xfb17 (349 0x015D)
+{0x2a, 1, {0x00DF, 0x, 

Contributing in your organization

2021-11-10 Thread ukdwiwedi1796
Respected Sir/madam,I am Ujjwal Kumar currently in my second year of Engineering , Computer Science. I am new to open source contributions but I would like to contribute to your organization. I have knowledge in c++, python and java which was some of your tech stack and I have done few projects related to it before as well. If you could guide me a bit on how to start contributing that would be helpful. Hoping to hear from you soon Regards Ujjwal Kumar Sent from Mail for Windows 


Re: Tests for improvement in rendering

2021-11-10 Thread Regina Henschel

Hi Tomaž,

I have put my tests to gerrit https://gerrit.libreoffice.org/c/core/+/125013

The test, where the light number is missing is testSurfaceMattePPT.

BTW, I have not yet changed your example 'testFontWorks'. I have read 
your answer too late.


Kind regards,
Regina


Tomaž Vajngerl schrieb am 10.11.2021 um 22:14:

Hi Regina,

On Tue, Nov 9, 2021 at 11:28 PM Regina Henschel > wrote:


Hi Tomaž,

your dump works in principle. I can read the xml-file and build the
assertXPath.

For example, I am able to write a test about the material properties
'specular' and 'specularIntensity' of an object. Such is needed to
verify correct values in case of material 'Metal'.

But while creating a test about material 'Matte', I have seen this
problem:
The method createNewSdrLightingAttribute() in
/core/svx/source/sdr/primitive2d/sdrattributecreator.cxx collects the
lights. But it does not record, which light it is. So in my case the
dump writes e.g.


       
       
       


I cannot see which lights they are.
The old wrong solution has used light 1, light 2 and light 3.
The new working solution uses light 2, light 3 and light 4.

I would need to test, that light 1 (which is always a spot light) is
not
used. Using light 1 had produced the error, that the appearance was not
'Matte'.

I could test, that the third color has the correct value, but that
would
only test indirectly, what the fix does. Shall I do it nevertheless?


Can you describe in the test what is missing and can't be tested and 
once you push it to gerrit I'll look how this can be solved.


Kind regards,
Regina

Regards, Tomaž




[Libreoffice-bugs] [Bug 145622] New: Recording a Macro in Calc, not generating the proper code

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145622

Bug ID: 145622
   Summary: Recording a Macro in Calc, not generating the proper
code
   Product: LibreOffice
   Version: 7.1.6.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: debu...@gmail.com

Description:
I have created a macro to sort columns of numbers or letters many times with no
issues. Now when I create the same macro and assign it to a button, it does not
work. When I look at the code for the macro I notice it is missing a large
number of args() lines.
Example of missings lines:  args3(0).Name="Byrows" args3(0).value=true ETC..
Completely mystified.  

Steps to Reproduce:
In Calc create a short list of Letters and Numbers in columns. Maybe 6 rows.
Now RECORD a Macro to sort the LETTERS in ASCENDING order. And RECORD a macro
to sort the NUMBERS in DECSENDING order. Create 2 buttons and assign the macros
to the proper buttons. Once done, click the buttons and the letters or numbers
should be sorted in proper order, basedon the assigned macro.

Actual Results:
THE MACROS DO NOT SORT THE ROWS.

Expected Results:
SORTED THE ROWS


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version: 7.1.6.2

IF YOU EDIT THE MACRO, YOU WILL SEE THE LINES ARGx(0).Name="Byrows" etc.. are
missing. Also notice below the REM in front of the DISPATCHER line.  below

rem --
dim args2(0) as new com.sun.star.beans.PropertyValue
args2(0).Name = "ToPoint"
args2(0).Value = "$A$4:$B$9"

dispatcher.executeDispatch(document, ".uno:GoToCell", "", 0, args2())

rem --
rem dispatcher.executeDispatch(document, ".uno:DataSort", "", 0, Array())

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 139629] Page style not properly copy/pasted

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139629

--- Comment #11 from Telesto  ---
(In reply to Justin L from comment #10)
> I would call this not a bug after reading the comments. Surely you do not
> want your currently defined page styles over-written when pasting some
> content from another document.

Well this more exercise reframing/redefining the actual issue. Which fine -
deeper investigation - however I still see a problem

1. Open the attached file
2. Go to page 5
3. Say I want to copy chapter 1
4. Press arrow left the place cursor left of Chapter 1
5. CTRL+SHIFT ARROW DOWN number of times to select content of Chapter 1
5. CTRL+C
6. CTRL+N
7. CTRL+V

Result
Chapter 1 page style being copied & pasted
Endnote page style skipped, but endnotes are pasted (making even more
complicated)

---
8. CTRL+N
9. Sidebar -> Styles -> Page Style tab
10. Create a new page style called Chapter 1
11. On the page tab set orientation to landscape
12. Press OK (style isnt applied, only present)
13. CTRL+V

Result. Conflicting page styles with same name. The existing - in document -
page style is kept above the one on the clipboard. If there is no conflict the
page style is simply pasted

The solution would be to make the copy/paste style unique. So if they same
style name is present in source as target document, the style from source
document needs to renamed to something else. Instead of using an arbitrary page
style with the same name

Another option would be to not copy/paste the page style in any case

The current is mishmash of both worlds

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145610] The numbering of numbered list doesn't show when changing bulleted for numbered list

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145610

Telesto  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - svl/source svtools/source

2021-11-10 Thread Eike Rathke (via logerrit)
 svl/source/config/languageoptions.cxx |2 +-
 svtools/source/misc/langtab.cxx   |   13 +++--
 2 files changed, 8 insertions(+), 7 deletions(-)

New commits:
commit 6cc10c4492f59c6ab56c31a80712f604608d7f0d
Author: Eike Rathke 
AuthorDate: Sun Nov 7 19:00:41 2021 +0100
Commit: Andras Timar 
CommitDate: Wed Nov 10 23:23:35 2021 +0100

Resolves: tdf#145386 Use "Default" for LANGUAGE_PROCESS_OR_USER_DEFAULT

There's no, specifically not in Writer, handling of the LCID
0x0400 LANGUAGE_PROCESS_OR_USER_DEFAULT language/locale concept
other than the number formatter mapping it to LANGUAGE_SYSTEM.

Use the LANGUAGE_SYSTEM "Default" string in UI (status bar, status
menu, language list) but keep the LCID, and don't append the
resolved locale string as it is also displayed both in the Font
Western and CJK listboxes.

This ends up as two list entries, like
* Default - English (UK)first entry
* Default   last entry
of which the second would be selected.

Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124449
Reviewed-by: Eike Rathke 
Tested-by: Jenkins
(cherry picked from commit 0f3c19ee61ec371aa32d9f51c3555d3ea8ae9eeb)

 Conflicts:
svtools/source/misc/langtab.cxx

Change-Id: I8d9e4171bee6bbe9d1c9dcfb7a5fa8fc92ea1a2c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124204
Tested-by: Jenkins
Tested-by: Michael Meeks 
Reviewed-by: Michael Meeks 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124450
Reviewed-by: Eike Rathke 
Reviewed-by: Andras Timar 
Tested-by: Jenkins CollaboraOffice 

diff --git a/svl/source/config/languageoptions.cxx 
b/svl/source/config/languageoptions.cxx
index f00812b30b8d..3b490c6ac1fe 100644
--- a/svl/source/config/languageoptions.cxx
+++ b/svl/source/config/languageoptions.cxx
@@ -142,7 +142,7 @@ SvtScriptType SvtLanguageOptions::GetScriptTypeOfLanguage( 
LanguageType nLang )
 {
 if( LANGUAGE_DONTKNOW == nLang )
 nLang = LANGUAGE_ENGLISH_US;
-else if( LANGUAGE_SYSTEM == nLang  )
+else if (LANGUAGE_SYSTEM == nLang || LANGUAGE_PROCESS_OR_USER_DEFAULT == 
nLang)
 nLang = SvtSysLocale().GetLanguageTag().getLanguageType();
 
 sal_Int16 nScriptType = MsLangId::getScriptType( nLang );
diff --git a/svtools/source/misc/langtab.cxx b/svtools/source/misc/langtab.cxx
index c5df133b1daf..efd993805ca1 100644
--- a/svtools/source/misc/langtab.cxx
+++ b/svtools/source/misc/langtab.cxx
@@ -209,23 +209,24 @@ bool SvtLanguageTable::HasLanguageType( const 
LanguageType eType )
 
 OUString SvtLanguageTableImpl::GetString( const LanguageType eType ) const
 {
-LanguageType eLang = MsLangId::getReplacementForObsoleteLanguage( eType );
-sal_uInt32 nPos = FindIndex(eLang);
+const LanguageType nLang = MsLangId::getReplacementForObsoleteLanguage( 
eType);
+const sal_uInt32 nPos = (eType == LANGUAGE_PROCESS_OR_USER_DEFAULT ?
+FindIndex(LANGUAGE_SYSTEM) : FindIndex( nLang));
 
 if ( RESARRAY_INDEX_NOTFOUND != nPos && nPos < GetEntryCount() )
 return m_aStrings[nPos].first;
 
 //Rather than return a fairly useless "Unknown" name, return a geeky but 
usable-in-a-pinch lang-tag
-OUString sLangTag( lcl_getDescription( 
LanguageTag::convertToBcp47(eType)));
+OUString sLangTag( lcl_getDescription( 
LanguageTag::convertToBcp47(nLang)));
 SAL_WARN("svtools.misc", "Language: 0x"
-<< std::hex << eType
+<< std::hex << nLang
 << " with unknown name, so returning lang-tag of: "
 << sLangTag);
 
 // And add it to the table if it is an on-the-fly-id, which it usually is,
 // so it is available in all subsequent language boxes.
-if (LanguageTag::isOnTheFlyID( eType))
-const_cast(this)->AddItem( sLangTag, eType);
+if (LanguageTag::isOnTheFlyID( nLang))
+const_cast(this)->AddItem( sLangTag, nLang);
 
 return sLangTag;
 }


[Libreoffice-bugs] [Bug 145610] The numbering of numbered list doesn't show when changing bulleted for numbered list

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145610

raal  changed:

   What|Removed |Added

 CC||vasily.melenc...@cib.de
   Keywords|bibisectRequest |bibisected, bisected

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

ece145a9256e41b9eab649aeacf536f7e547b894 is the first bad commit
commit ece145a9256e41b9eab649aeacf536f7e547b894
Author: Jenkins Build User 
Date:   Mon Oct 4 15:37:10 2021 +0200

source sha:e6bf21d2d5efb231c877eb985997b28033198600

https://git.libreoffice.org/core/+/e6bf21d2d5efb231c877eb985997b28033198600
   tdf#144578: numbering: generate include upper levels for UI

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145621] Crash swlo!IDocumentMarkAccess::IsLegalPaMForCrossRefHeadingBookmark+0x2681 at overwriting certain area

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145621

Telesto  changed:

   What|Removed |Added

 Blocks||133092


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133092
[Bug 133092] [META] Crash bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 133092] [META] Crash bugs

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133092

Telesto  changed:

   What|Removed |Added

 Depends on||145621


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=145621
[Bug 145621] Crash
swlo!IDocumentMarkAccess::IsLegalPaMForCrossRefHeadingBookmark+0x2681 at
overwriting certain area
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145621] Crash swlo!IDocumentMarkAccess::IsLegalPaMForCrossRefHeadingBookmark+0x2681 at overwriting certain area

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145621

Telesto  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression

--- Comment #3 from Telesto  ---
Still OK with
Version: 6.4.0.0.alpha0+ (x64)
Build ID: c56bf1479cc71d1a2b0639f6383e90c1f7e3655b
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: nl-NL (nl_NL); UI-Language: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145621] Crash swlo!IDocumentMarkAccess::IsLegalPaMForCrossRefHeadingBookmark+0x2681 at overwriting certain area

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145621

--- Comment #2 from Telesto  ---
Created attachment 176184
  --> https://bugs.documentfoundation.org/attachment.cgi?id=176184=edit
BT without symbols

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145621] Crash swlo!IDocumentMarkAccess::IsLegalPaMForCrossRefHeadingBookmark+0x2681 at overwriting certain area

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145621

--- Comment #1 from Telesto  ---
Created attachment 176183
  --> https://bugs.documentfoundation.org/attachment.cgi?id=176183=edit
Example file

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145621] New: Crash swlo!IDocumentMarkAccess::IsLegalPaMForCrossRefHeadingBookmark+0x2681 at overwriting certain area

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145621

Bug ID: 145621
   Summary: Crash
swlo!IDocumentMarkAccess::IsLegalPaMForCrossRefHeading
Bookmark+0x2681 at overwriting certain area
   Product: LibreOffice
   Version: 7.3.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Crash swlo!IDocumentMarkAccess::IsLegalPaMForCrossRefHeadingBookmark+0x2681 at
overwriting certain area

Steps to Reproduce:
1. Open the attached file
2. Press arrow left
3. Press CTRL+SHIFT+Arrow RIGHT
4. Press CTRL+C
5. Press CTRL+V

Or
1. Open the attached file
2. Press arrow left
3. Press CTRL+SHIFT+Arrow RIGHT
4. Press CTRL+C
5. CTRL+N
6. CTRL+V
7. CTRL+Z
8. CTRL+V -> Crash

Actual Results:
Crash

Expected Results:
No crash


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.3.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: 73334560b2dd2d60ac58d2cc2b1a5295490b03e1
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145610] The numbering of numbered list doesn't show when changing bulleted for numbered list

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145610

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from raal  ---
Confirm with Version: 7.3.0.0.alpha1+ / LibreOffice Community
Build ID: a14b783bbe8eda32b4b79530d85ffc48b6ed0305
CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145582] Query → Edit in SQL-View treats file as changed when no changes have occurred

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145582

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||caol...@redhat.com,
   ||r...@post.cz

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

2a82ac4cd48a43ff63eb367b8804735565bc9a4b is the first bad commit
commit 2a82ac4cd48a43ff63eb367b8804735565bc9a4b
Author: Jenkins Build User 
Date:   Tue Aug 3 16:50:39 2021 +0200

source sha:5b98dd53c7dc101d3a5ff693d3f0520ec1abd3d1

https://git.libreoffice.org/core/+/5b98dd53c7dc101d3a5ff693d3f0520ec1abd3d1
   tdf#143657 'execute' button doesn't get enabled when contents changed

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145584] Writer crashes on exporting as PDF with its Range in PDF Options set to 'Selection'

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145584

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #6 from Julien Nabet  ---
I gave a try with https://gerrit.libreoffice.org/c/core/+/125014

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145393] Calc becomes unresponsive after a search, turning off "show this dialog" and doing a second search

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145393

Frank  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|NOTOURBUG   |---
 Status|RESOLVED|REOPENED

--- Comment #8 from Frank  ---
Bug is still there:

Version: 7.2.2.2 / LibreOffice Community
Build ID: 02b2acce88a210515b4a5bb2e46cbfb63fe97d56
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-NZ (en_NZ.UTF-8); UI: en-US
Flatpak
Calc: threaded

Does not happen with all spreadsheets, but is repeatable with this one:

https://assets.mylotto.co.nz/assets/uploads/423829ee-4265-11ec-900f-90817b0e0c2d.xlsx

Do a 'Find a number' 3 or 4 times and Calc hangs. After the 'unresponsive'
message it closes. Then try to start Calc again and the progress bar remains
blank. It completely hangs and the process needs to be killed. A subsequent
attempt to 'recover' after opening (and a system restart) also hangs Calc.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - config_host.mk.in configure.ac solenv/gbuild

2021-11-10 Thread Stephan Bergmann (via logerrit)
 config_host.mk.in  |1 
 configure.ac   |   49 +
 solenv/gbuild/platform/com_GCC_defs.mk |7 ++--
 3 files changed, 54 insertions(+), 3 deletions(-)

New commits:
commit dc2a8c509507dffa28e4c356418207e9b9bb0ca5
Author: Stephan Bergmann 
AuthorDate: Wed Feb 17 08:21:50 2021 +0100
Commit: Andras Timar 
CommitDate: Wed Nov 10 22:17:03 2021 +0100

More targeted suppression of bogus GCC -Werror=stringop-overflow=

...given that 
"[8/9/10/11 Regression] -Wstringop-overflow false positive due to using 
MEM_REF
type of " is declared fixed now on GCC 11 trunk.

(Moving -Wno-stringop-overflow from gb_CFLAGS_WERROR to gb_CXXFLAGS_COMMON 
is
done for no other reason than to harmonize this with the code for the 
similar
HAVE_BROKEN_GCC_WMAYBE_UNINITIALIZED.)

Change-Id: I3468138c9bbda28f754d4162cb9c059796bd3932
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111029
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/config_host.mk.in b/config_host.mk.in
index d6edba704b21..f0bf804474f7 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -261,6 +261,7 @@ export GTK3_LIBS=$(gb_SPACE)@GTK3_LIBS@
 export USING_X11=@USING_X11@
 export HAMCREST_JAR=@HAMCREST_JAR@
 export 
HAVE_BROKEN_GCC_WMAYBE_UNINITIALIZED=@HAVE_BROKEN_GCC_WMAYBE_UNINITIALIZED@
+export HAVE_BROKEN_GCC_WSTRINGOP_OVERFLOW=@HAVE_BROKEN_GCC_WSTRINGOP_OVERFLOW@
 export 
HAVE_CLANG_DEBUG_INFO_KIND_CONSTRUCTOR=@HAVE_CLANG_DEBUG_INFO_KIND_CONSTRUCTOR@
 export HAVE_LO_CLANG_DLLEXPORTINLINES=@HAVE_LO_CLANG_DLLEXPORTINLINES@
 export HAVE_GCC_AVX=@HAVE_GCC_AVX@
diff --git a/configure.ac b/configure.ac
index 38953def3252..d96bc28576be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7379,6 +7379,55 @@ if test "$GCC" = yes && test "$COM_IS_CLANG" != TRUE; 
then
 fi
 AC_SUBST([HAVE_BROKEN_GCC_WMAYBE_UNINITIALIZED])
 
+dnl Check for  
"[8/9/10/11 Regression]
+dnl -Wstringop-overflow false positive due to using MEM_REF type of " 
(fixed in GCC 11), which
+dnl hits us e.g. with GCC 10 and --enable-optimized at
+dnl
+dnl   In file included from include/rtl/string.hxx:49,
+dnlfrom include/rtl/ustring.hxx:43,
+dnlfrom include/osl/file.hxx:35,
+dnlfrom include/codemaker/global.hxx:28,
+dnlfrom include/codemaker/options.hxx:23,
+dnlfrom codemaker/source/commoncpp/commoncpp.cxx:24:
+dnl   In function ‘char* rtl::addDataHelper(char*, const char*, std::size_t)’,
+dnl   inlined from ‘static char* rtl::ToStringHelper::addData(char*, const char*) [with long unsigned int N = 3]’ at 
include/rtl/stringconcat.hxx:147:85,
+dnl   inlined from ‘char* rtl::OStringConcat::addData(char*) const 
[with T1 = const char [3]; T2 = rtl::OString]’ at 
include/rtl/stringconcat.hxx:226:103,
+dnl   inlined from ‘rtl::OStringBuffer& 
rtl::OStringBuffer::append(rtl::OStringConcat&&) [with T1 = const char 
[3]; T2 = rtl::OString]’ at include/rtl/strbuf.hxx:599:30,
+dnl   inlined from ‘rtl::OString codemaker::cpp::scopedCppName(const 
rtl::OString&, bool)’ at codemaker/source/commoncpp/commoncpp.cxx:53:55:
+dnl   include/rtl/stringconcat.hxx:78:15: error: writing 2 bytes into a region 
of size 1 [-Werror=stringop-overflow=]
+dnl  78 | memcpy( buffer, data, length );
+dnl | ~~^~~~
+HAVE_BROKEN_GCC_WSTRINGOP_OVERFLOW=
+if test "$GCC" = yes && test "$COM_IS_CLANG" != TRUE; then
+AC_MSG_CHECKING([whether $CXX_BASE might report false 
-Werror=stringop-overflow=])
+AC_LANG_PUSH([C++])
+save_CXXFLAGS=$CXXFLAGS
+CXXFLAGS="$CXXFLAGS $CXXFLAGS_CXX11 -Werror -Wstringop-overflow"
+if test "$ENABLE_OPTIMIZED" = TRUE; then
+CXXFLAGS="$CXXFLAGS -O2"
+else
+CXXFLAGS="$CXXFLAGS -O0"
+fi
+dnl Test code taken from 
:
+AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
+void fill(char const * begin, char const * end, char c);
+struct q {
+char ids[4];
+char username[6];
+};
+void test(q & c) {
+fill(c.ids, c.ids + sizeof(c.ids), '\0');
+__builtin_strncpy(c.username, "root", sizeof(c.username));
+}
+]])], [AC_MSG_RESULT([no])], [
+HAVE_BROKEN_GCC_WSTRINGOP_OVERFLOW=TRUE
+AC_MSG_RESULT([yes])
+])
+CXXFLAGS=$save_CXXFLAGS
+AC_LANG_POP([C++])
+fi
+AC_SUBST([HAVE_BROKEN_GCC_WSTRINGOP_OVERFLOW])
+
 dnl ===
 dnl CPU Intrinsics support - SSE, AVX
 dnl ===
diff --git a/solenv/gbuild/platform/com_GCC_defs.mk 

[Libreoffice-bugs] [Bug 108310] FILEOPEN: particular docbook .xml is truncated.

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108310

--- Comment #7 from Terrence Enger  ---
I still see the problem in a local build of commit 631aa911
(2021-11-09) built and running on debian-buster.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: Tests for improvement in rendering

2021-11-10 Thread Tomaž Vajngerl
Hi Regina,

On Tue, Nov 9, 2021 at 11:28 PM Regina Henschel 
wrote:

> Hi Tomaž,
>
> your dump works in principle. I can read the xml-file and build the
> assertXPath.
>
> For example, I am able to write a test about the material properties
> 'specular' and 'specularIntensity' of an object. Such is needed to
> verify correct values in case of material 'Metal'.
>
> But while creating a test about material 'Matte', I have seen this problem:
> The method createNewSdrLightingAttribute() in
> /core/svx/source/sdr/primitive2d/sdrattributecreator.cxx collects the
> lights. But it does not record, which light it is. So in my case the
> dump writes e.g.
>
> 
>specular="1"/>
>specular="0"/>
>specular="0"/>
> 
>
> I cannot see which lights they are.
> The old wrong solution has used light 1, light 2 and light 3.
> The new working solution uses light 2, light 3 and light 4.
>
> I would need to test, that light 1 (which is always a spot light) is not
> used. Using light 1 had produced the error, that the appearance was not
> 'Matte'.
>
> I could test, that the third color has the correct value, but that would
> only test indirectly, what the fix does. Shall I do it nevertheless?
>

Can you describe in the test what is missing and can't be tested and once
you push it to gerrit I'll look how this can be solved.

Kind regards,
> Regina
>
> Regards, Tomaž


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

2021-11-10 Thread Julien Nabet (via logerrit)
 dbaccess/source/core/api/SingleSelectQueryComposer.cxx |   24 +++-
 dbaccess/source/core/api/TableDeco.cxx |8 ++
 dbaccess/source/core/api/querycontainer.cxx|7 ++
 dbaccess/source/core/api/table.cxx |8 ++
 dbaccess/source/core/api/tablecontainer.cxx|8 ++
 dbaccess/source/core/api/viewcontainer.cxx |8 ++
 dbaccess/source/core/dataaccess/ContentHelper.cxx  |8 ++
 dbaccess/source/core/dataaccess/commanddefinition.cxx  |   17 +
 dbaccess/source/core/dataaccess/datasource.cxx |4 -
 dbaccess/source/core/dataaccess/documentcontainer.cxx  |   17 +
 dbaccess/source/core/inc/SingleSelectQueryComposer.hxx |5 +
 dbaccess/source/inc/apitools.hxx   |   50 -
 dbaccess/source/ui/uno/ColumnModel.cxx |   17 +
 dbaccess/source/ui/uno/ColumnModel.hxx |5 +
 dbaccess/source/ui/uno/composerdialogs.cxx |   16 +
 dbaccess/source/ui/uno/composerdialogs.hxx |4 +
 dbaccess/source/ui/uno/textconnectionsettings_uno.cxx  |5 +
 dbaccess/source/ui/uno/unoDirectSql.cxx|   17 +
 dbaccess/source/ui/uno/unoDirectSql.hxx|4 +
 19 files changed, 162 insertions(+), 70 deletions(-)

New commits:
commit f47a91cc6f1678604c5694ca3987c2f848193b09
Author: Julien Nabet 
AuthorDate: Wed Nov 10 20:07:52 2021 +0100
Commit: Julien Nabet 
CommitDate: Wed Nov 10 22:02:52 2021 +0100

Replace some macros in dbaccess part 3

Remove IMPLEMENT_SERVICE_INFO1 + IMPLEMENT_SERVICE_INFO2
+ DECLARE_PROPERTYCONTAINER_DEFAULTS + DECLARE_PROPERTYCONTAINER_DEFAULTS
+ IMPLEMENT_PROPERTYCONTAINER_DEFAULTS2
+ DECL_PROP3 (unused)
+ DECL_PROP2_IFACE

Change-Id: Idf18179218b9b1f2da8e4354d8e4909edc925143
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125011
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx 
b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
index 94ddd8600a8a..04f233f893b4 100644
--- a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
+++ b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
@@ -278,7 +278,12 @@ void SAL_CALL OSingleSelectQueryComposer::disposing()
 }
 
 
IMPLEMENT_FORWARD_XINTERFACE3(OSingleSelectQueryComposer,OSubComponent,OSingleSelectQueryComposer_BASE,OPropertyContainer)
-IMPLEMENT_SERVICE_INFO1(OSingleSelectQueryComposer,"org.openoffice.comp.dba.OSingleSelectQueryComposer",SERVICE_NAME_SINGLESELECTQUERYCOMPOSER)
+IMPLEMENT_SERVICE_INFO_IMPLNAME(OSingleSelectQueryComposer, 
"org.openoffice.comp.dba.OSingleSelectQueryComposer")
+IMPLEMENT_SERVICE_INFO_SUPPORTS(OSingleSelectQueryComposer)
+css::uno::Sequence< OUString > SAL_CALL 
OSingleSelectQueryComposer::getSupportedServiceNames()
+{
+return { SERVICE_NAME_SINGLESELECTQUERYCOMPOSER };
+}
 
 css::uno::Sequence OSingleSelectQueryComposer::getImplementationId()
 {
@@ -294,7 +299,22 @@ css::uno::Sequence< css::uno::Type > 
OSingleSelectQueryComposer::getTypes()
 );
 }
 
-IMPLEMENT_PROPERTYCONTAINER_DEFAULTS(OSingleSelectQueryComposer)
+css::uno::Reference< css::beans::XPropertySetInfo >  SAL_CALL 
OSingleSelectQueryComposer::getPropertySetInfo()
+{
+Reference< XPropertySetInfo > xInfo( createPropertySetInfo( 
getInfoHelper() ) );
+return xInfo;
+}
+::cppu::IPropertyArrayHelper& OSingleSelectQueryComposer::getInfoHelper()
+{
+return *OSingleSelectQueryComposer::getArrayHelper();
+}
+::cppu::IPropertyArrayHelper* OSingleSelectQueryComposer::createArrayHelper( ) 
const
+{
+css::uno::Sequence< css::beans::Property > aProps;
+describeProperties(aProps);
+return new ::cppu::OPropertyArrayHelper(aProps);
+}
+
 
 // XSingleSelectQueryAnalyzer
 OUString SAL_CALL OSingleSelectQueryComposer::getQuery(  )
diff --git a/dbaccess/source/core/api/TableDeco.cxx 
b/dbaccess/source/core/api/TableDeco.cxx
index 1448c657abd4..df93f0ad4cc0 100644
--- a/dbaccess/source/core/api/TableDeco.cxx
+++ b/dbaccess/source/core/api/TableDeco.cxx
@@ -350,7 +350,13 @@ void ODBTableDecorator::construct()
 }
 
 // XServiceInfo
-IMPLEMENT_SERVICE_INFO1(ODBTableDecorator, 
"com.sun.star.sdb.dbaccess.ODBTableDecorator", SERVICE_SDBCX_TABLE)
+IMPLEMENT_SERVICE_INFO_IMPLNAME(ODBTableDecorator, 
"com.sun.star.sdb.dbaccess.ODBTableDecorator")
+IMPLEMENT_SERVICE_INFO_SUPPORTS(ODBTableDecorator)
+css::uno::Sequence< OUString > SAL_CALL 
ODBTableDecorator::getSupportedServiceNames()
+{
+return { SERVICE_SDBCX_TABLE };
+}
+
 
 Any SAL_CALL ODBTableDecorator::queryInterface( const Type & rType )
 {
diff --git a/dbaccess/source/core/api/querycontainer.cxx 
b/dbaccess/source/core/api/querycontainer.cxx
index cebb70cf1cb2..96c01cf120c8 100644
--- a/dbaccess/source/core/api/querycontainer.cxx
+++ b/dbaccess/source/core/api/querycontainer.cxx
@@ -131,7 +131,12 @@ void OQueryContainer::disposing()
 

[Libreoffice-bugs] [Bug 145620] Tabs added in text box of Writer module using the ruler do not function.

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145620

--- Comment #1 from tragou...@mac.com ---
This report was created because I received an email asking to determine if the
bug has been fixed in the latest version of LibreOffice.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] dev-tools.git: help3/xhpeditor

2021-11-10 Thread Olivier Hallot (via logerrit)
 help3/xhpeditor/index.php |1 +
 help3/xhpeditor/menu.php  |8 +++-
 help3/xhpeditor/snippets.js   |   16 +++-
 help3/xhpeditor/xhpeditor.css |4 
 4 files changed, 19 insertions(+), 10 deletions(-)

New commits:
commit 5bc05ecf10babbe3216443206078be482d2f5246
Author: Olivier Hallot 
AuthorDate: Wed Nov 10 17:48:33 2021 -0300
Commit: Olivier Hallot 
CommitDate: Wed Nov 10 21:53:29 2021 +0100

Add images and objects to xhpeditor menu

Change-Id: I78c81c378e26a862446befa6f6a1f46ad13bf08d
Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/125012
Tested-by: Olivier Hallot 
Reviewed-by: Olivier Hallot 

diff --git a/help3/xhpeditor/index.php b/help3/xhpeditor/index.php
index 2e08fac..05457a5 100644
--- a/help3/xhpeditor/index.php
+++ b/help3/xhpeditor/index.php
@@ -14,6 +14,7 @@ $xhp = $_POST["xhpdoc"];
 
 
 
+
 LibreOffice XHP Editor
 
 
diff --git a/help3/xhpeditor/menu.php b/help3/xhpeditor/menu.php
index d14f8af..f915384 100644
--- a/help3/xhpeditor/menu.php
+++ b/help3/xhpeditor/menu.php
@@ -58,7 +58,6 @@
 tip
 bascode-par
 pycode-par
-image-par
 
   
   
@@ -109,6 +108,13 @@
   link
 
   
+  
+Images
+
+  image
+  object
+
+  
   
 Tools
 
diff --git a/help3/xhpeditor/snippets.js b/help3/xhpeditor/snippets.js
index 82b3b4f..fa17cd0 100644
--- a/help3/xhpeditor/snippets.js
+++ b/help3/xhpeditor/snippets.js
@@ -67,11 +67,6 @@ function pycode_par() {
 editor.replaceSelection(a1 + editor.doc.getSelection() + a2,'');
 }
 
-function image_par() {
-var a1 = '';
-var a2 = '';
-editor.replaceSelection(a1 + editor.doc.getSelection() + a2,'');
-}
 // Tables
 // simple table cell
 function tCell (role,text){
@@ -229,6 +224,17 @@ function tEmbedvar(){
  editor.replaceSelection(a1 + editor.doc.getSelection() + a2,'');
 }
 
+// Images Objects
+function image_par() {
+var a1 = '';
+var a2 = '';
+editor.replaceSelection(a1 + editor.doc.getSelection() + a2,'');
+}
+function object_par() {
+var a1 = '';
+editor.replaceRange(a1, editor.doc.getCursor());
+}
+
 /* javascript code for snippets (originally for KDE kate)*/
 function fileName() { return document.fileName(); }
 function fileUrl() { return document.url(); }
diff --git a/help3/xhpeditor/xhpeditor.css b/help3/xhpeditor/xhpeditor.css
index 8fb2911..e792373 100644
--- a/help3/xhpeditor/xhpeditor.css
+++ b/help3/xhpeditor/xhpeditor.css
@@ -9,10 +9,6 @@
 
 /* css for the main editor  web page */
 
-
-
-
-
 .form_area{
 border:1px solid grey;
 height: auto;


[Libreoffice-bugs] [Bug 145620] New: Tabs added in text box of Writer module using the ruler do not function.

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145620

Bug ID: 145620
   Summary: Tabs added in text box of Writer module using the
ruler do not function.
   Product: LibreOffice
   Version: 7.2.2.2 release
  Hardware: All
OS: macOS (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tragou...@mac.com

Description:
Adding tabs in a text box in the Writer app using the ruler do not function
properly. The tab appears in the ruler and looks functional, but when you press
the tab key to move the cursor to the desired tab stop the cursor moves in the
default 1/2" increments. It's as if you pressed tab prior to adding the custom
tab positions in the ruler.
Using the Format —> Paragraph window allows me to add tab stops in the text box
successfully. They appear in the ruler as expected and pressing the tab key
moves the cursor to each custom tab position consecutively. Only tabs added by
clicking on the ruler don't work.
NEW DISCOVERY: After adding the tabs to the ruler while the cursor is in the
text box I then used my mouse to place the cursor OUTSIDE the text box in the
location it had been prior to adding the text box. All the tabs I added on the
ruler while the cursor was inside the text box were there and functioning
OUTSIDE the text box. In other words, the tabs added to the ruler are being
added to the document rather than to the text box. I hope that helps!

Steps to Reproduce:
1.Create a text box in LibreOffice Writer Document.
2.Click on the ruler to add tabs that are different from the 1/2" defaults.
3.Attempt to use th tabs to enter text at tab positions.

Actual Results:
The ruler shows the tabs in the positions clicked on, but when you press the
tab key to move the cursor to the tab position it moves in the standard 1/2"
increments instead.

Expected Results:
The cursor should move to each tab stop in succession as seen on the ruler,
skipping the default tab stops at the 1/2" increments.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: TextDocument
[Information guessed from browser]
OS: Mac OS X (All)
OS is 64bit: no

>From LibreOffice menu on Mac "About Libre Office":
Version: 7.2.2.2 / LibreOffice Community
Build ID: 02b2acce88a210515b4a5bb2e46cbfb63fe97d56
CPU threads: 4; OS: Mac OS X 10.16; UI render: default; VCL: osx
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

Additional Information:
Using the Format –> Paragraph window I can add and remove tabs successfully.
They show up on the ruler as expected and function perfectly when typing the
tab key to position the cursor in the next position. It is only the tabs added
from the ruler that fail to work properly.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145619] New: EDITING Rounding issue when re-enter Row height in millimeters

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145619

Bug ID: 145619
   Summary: EDITING Rounding issue when re-enter Row height in
millimeters
   Product: LibreOffice
   Version: 7.2.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: regeirs.fo...@gmail.com

Affected versions of LibO - tested today

On Windows 10
Version: 7.2.2.2 (x86) / LibreOffice Community
Build ID: 02b2acce88a210515b4a5bb2e46cbfb63fe97d56
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Vulkan; VCL: win
Locale: nb-NO (nb_NO); UI: en-US
Calc: threaded

On Fedora 33, Mate
Version: 7.0.6.2
Build ID: 00(Build:2)
CPU threads: 4; OS: Linux 5.14; UI render: default; VCL: gtk3
Locale: nb-NO (en_US.UTF-8); UI: en-US
Calc: threaded


Pre-configuration in order to reproduce:
- Options --> LibreOffice Calc --> General
  - Measurement unit = Millimeter
  - Tab stops = 12,7 mm
- Options --> Language settings
  - User Interface = Default - English (USA)
  - Locale settings = Norwegian, Bokmål

Steps to reproduce
 - Open empty spread sheet
 - Select any row (row 11 for instance)
 - Type a new value (9,00 in a particular test) and OK/close
 - Select the same row again and re-enter the Row height menu (only to
observe).

Expected value to be stored in Height text edit field: «9,00»
Observed value on Windows 10 / LibO 7.2.2.2 : «8,9958 mm»

On Fedora 33 / LibO 7.0.6.2 : «9,00 mm», but if I enter 8 instead and then
re-opening row height dialog for the same row, then I observe «8,01 mm».

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2021-11-10 Thread Andrea Gelmini (via logerrit)
 drawinglayer/source/tools/primitive2dxmldump.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5ae675d3da0ec92ca3929c6078d8fd5c7d3167f1
Author: Andrea Gelmini 
AuthorDate: Wed Nov 10 05:31:19 2021 +0100
Commit: Julien Nabet 
CommitDate: Wed Nov 10 20:51:39 2021 +0100

Removed useless semicolons

Change-Id: I787150a7374ac116b3540788cbfa504ee0269a6f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124942
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/drawinglayer/source/tools/primitive2dxmldump.cxx 
b/drawinglayer/source/tools/primitive2dxmldump.cxx
index b679465a69c2..2e2bb887a3d4 100644
--- a/drawinglayer/source/tools/primitive2dxmldump.cxx
+++ b/drawinglayer/source/tools/primitive2dxmldump.cxx
@@ -267,7 +267,7 @@ void writeSdrFillAttribute(::tools::XmlWriter& rWriter,
 case drawinglayer::attribute::GradientStyle::Rect:
 rWriter.attribute("style", "Rect");
 break;
-};
+}
 rWriter.attribute("border", rGradient.getBorder());
 rWriter.attribute("offsetX", rGradient.getOffsetX());
 rWriter.attribute("offsetY", rGradient.getOffsetY());
@@ -293,7 +293,7 @@ void writeSdrFillAttribute(::tools::XmlWriter& rWriter,
 case drawinglayer::attribute::HatchStyle::Triple:
 rWriter.attribute("style", "Triple");
 break;
-};
+}
 rWriter.attribute("distance", rHatch.getDistance());
 rWriter.attribute("angle", rHatch.getAngle());
 rWriter.attribute("color", convertColorToString(rHatch.getColor()));


[Libreoffice-commits] core.git: framework/inc

2021-11-10 Thread Andrea Gelmini (via logerrit)
 framework/inc/helper/ocomponentenumeration.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c57865d249a7d9760f4147e3a2379c9ca5a82a96
Author: Andrea Gelmini 
AuthorDate: Wed Nov 10 05:41:43 2021 +0100
Commit: Julien Nabet 
CommitDate: Wed Nov 10 20:49:45 2021 +0100

Fix typos

Change-Id: I697591f867fee5332913ee534b9f0ba754239e58
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124943
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/framework/inc/helper/ocomponentenumeration.hxx 
b/framework/inc/helper/ocomponentenumeration.hxx
index af48cdfe042f..5791b38779e3 100644
--- a/framework/inc/helper/ocomponentenumeration.hxx
+++ b/framework/inc/helper/ocomponentenumeration.hxx
@@ -126,7 +126,7 @@ class OComponentEnumeration final : public 
::cppu::WeakImplHelper< css::containe
 @descr  There are two ways to delete an instance of this 
class.
 1) delete with destructor
 2) dispose from parent or factory or...
-This method do the same for both ways! It frees used 
memory and release references...
+This method does the same for both ways! It frees used 
memory and releases references...
 
 @seealsomethod dispose()
 @seealsodestructor ~TaskEnumeration()


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

2021-11-10 Thread Andrea Gelmini (via logerrit)
 sw/source/core/undo/docundo.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0ab209bf29e2e6a250a2f65cf9ffe7e07e58eeaa
Author: Andrea Gelmini 
AuthorDate: Wed Nov 10 19:15:13 2021 +0100
Commit: Julien Nabet 
CommitDate: Wed Nov 10 20:48:40 2021 +0100

Fix typo

Change-Id: I907bf195997df7aab8679193512bc76d6be46cfc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125009
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/sw/source/core/undo/docundo.cxx b/sw/source/core/undo/docundo.cxx
index 20c6c6c46c95..0a2b145362f4 100644
--- a/sw/source/core/undo/docundo.cxx
+++ b/sw/source/core/undo/docundo.cxx
@@ -362,7 +362,7 @@ bool UndoManager::IsViewUndoActionIndependent(const SwView* 
pView) const
 {
 if (GetUndoActionCount() <= 1 || SdrUndoManager::GetRedoActionCount() > 0)
 {
-// Single or less undo, owned by an other view; or redo actions that 
might depend on the
+// Single or less undo, owned by another view; or redo actions that 
might depend on the
 // current undo order.
 return false;
 }


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

2021-11-10 Thread Caolán McNamara (via logerrit)
 sw/source/core/docnode/nodes.cxx |6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit c45ec648dc4cbb28643b4d80ad3361eea7234d6c
Author: Caolán McNamara 
AuthorDate: Wed Nov 10 17:23:01 2021 +
Commit: Caolán McNamara 
CommitDate: Wed Nov 10 20:40:42 2021 +0100

just call erase directly rather than look up index and delete via index

Change-Id: I93f7f43098544ba23a31a985e5b3c07286d8bc1f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125008
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/sw/source/core/docnode/nodes.cxx b/sw/source/core/docnode/nodes.cxx
index 08e6de501918..5942ddb65569 100644
--- a/sw/source/core/docnode/nodes.cxx
+++ b/sw/source/core/docnode/nodes.cxx
@@ -1365,12 +1365,8 @@ void SwNodes::DelNodes( const SwNodeIndex & rStart, 
SwNodeOffset nCnt )
 if (pNd->IsTextNode() && pNd->GetTextNode()->IsOutline())
 {
 // remove the outline indices
-SwOutlineNodes::size_type nIdxPos;
-if( m_pOutlineNodes->Seek_Entry( pNd,  ))
-{
-m_pOutlineNodes->erase_at(nIdxPos);
+if (m_pOutlineNodes->erase(pNd))
 bUpdateNum = 1;
-}
 }
 if( pNd->IsContentNode() )
 {


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

2021-11-10 Thread Xisco Fauli (via logerrit)
 dev/null  |binary
 sc/qa/uitest/textCase/textCase.py |   14 
 sc/qa/unit/uicalc/uicalc.cxx  |   65 +++---
 3 files changed, 54 insertions(+), 25 deletions(-)

New commits:
commit b9a04e8a2352d2e6290299fb6416f0bdc0c90756
Author: Xisco Fauli 
AuthorDate: Wed Nov 10 17:11:43 2021 +0100
Commit: Xisco Fauli 
CommitDate: Wed Nov 10 20:39:55 2021 +0100

tdf#119162: sc: move UItest to CppUnittest

Change-Id: I2e5467e92a4ebbaf2d028dd733d2f4a75eb03bb0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125003
Tested-by: Jenkins
Reviewed-by: Xisco Fauli 

diff --git a/sc/qa/uitest/data/tdf119162.xls b/sc/qa/uitest/data/tdf119162.xls
deleted file mode 100644
index 42765fbe9000..
Binary files a/sc/qa/uitest/data/tdf119162.xls and /dev/null differ
diff --git a/sc/qa/uitest/textCase/textCase.py 
b/sc/qa/uitest/textCase/textCase.py
index 7dbb6d2a41d5..b2235a5f7ce0 100644
--- a/sc/qa/uitest/textCase/textCase.py
+++ b/sc/qa/uitest/textCase/textCase.py
@@ -123,18 +123,4 @@ class textCase(UITestCase):
 self.assertEqual(get_cell_by_position(document, 0, 0, 
4).getString(), "")
 self.assertEqual(get_cell_by_position(document, 0, 0, 
3).getString(), "Free suite")
 
-def test_tdf119162_Cycle_Case(self):
-#Bug 119162 - Format > Text > Cycle Case on attached example file 
hangs Calc reproducibly
-with self.ui_test.load_file(get_url_for_data_file("tdf119162.xls")) as 
calc_doc:
-xCalcDoc = self.xUITest.getTopFocusWindow()
-gridwin = xCalcDoc.getChild("grid_window")
-#1.Open the attached .xls file
-#2. Select column A
-gridwin.executeAction("SELECT", mkPropertyValues({"CELL": "A1"}))
-#3. Select [Format] > [Text] > [Cycle Case]
-self.xUITest.executeCommand(".uno:ChangeCaseRotateCase")
-self.xUITest.executeCommand(".uno:ChangeCaseToLower")
-#Actual Results:Freezes LibreOffice
-self.assertEqual(get_cell_by_position(calc_doc, 0, 0, 
0).getString(), "test\n")
-
 # vim: set shiftwidth=4 softtabstop=4 expandtab:
diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx
index ef3b8dd24959..ea44aaa3cd40 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -49,7 +49,8 @@ public:
   const OUString& rFilter);
 void goToCell(const OUString& rCell);
 void insertStringToCell(ScModelObj& rModelObj, const OUString& rCell, 
const std::string& rStr,
-bool bIsArray = false);
+bool bUseReturn = true);
+void insertArrayToCell(ScModelObj& rModelObj, const OUString& rCell, const 
std::string& rStr);
 void insertNewSheet(ScDocument& rDoc);
 
 protected:
@@ -98,7 +99,7 @@ void ScUiCalcTest::goToCell(const OUString& rCell)
 }
 
 void ScUiCalcTest::insertStringToCell(ScModelObj& rModelObj, const OUString& 
rCell,
-  const std::string& rStr, bool bIsArray)
+  const std::string& rStr, bool bUseReturn)
 {
 goToCell(rCell);
 
@@ -109,13 +110,7 @@ void ScUiCalcTest::insertStringToCell(ScModelObj& 
rModelObj, const OUString& rCe
 Scheduler::ProcessEventsToIdle();
 }
 
-if (bIsArray)
-{
-rModelObj.postKeyEvent(LOK_KEYEVENT_KEYINPUT, 0, KEY_MOD1 | KEY_SHIFT 
| awt::Key::RETURN);
-rModelObj.postKeyEvent(LOK_KEYEVENT_KEYUP, 0, KEY_MOD1 | KEY_SHIFT | 
awt::Key::RETURN);
-Scheduler::ProcessEventsToIdle();
-}
-else
+if (bUseReturn)
 {
 rModelObj.postKeyEvent(LOK_KEYEVENT_KEYINPUT, 0, awt::Key::RETURN);
 rModelObj.postKeyEvent(LOK_KEYEVENT_KEYUP, 0, awt::Key::RETURN);
@@ -123,6 +118,16 @@ void ScUiCalcTest::insertStringToCell(ScModelObj& 
rModelObj, const OUString& rCe
 }
 }
 
+void ScUiCalcTest::insertArrayToCell(ScModelObj& rModelObj, const OUString& 
rCell,
+ const std::string& rStr)
+{
+insertStringToCell(rModelObj, rCell, rStr, false);
+
+rModelObj.postKeyEvent(LOK_KEYEVENT_KEYINPUT, 0, KEY_MOD1 | KEY_SHIFT | 
awt::Key::RETURN);
+rModelObj.postKeyEvent(LOK_KEYEVENT_KEYUP, 0, KEY_MOD1 | KEY_SHIFT | 
awt::Key::RETURN);
+Scheduler::ProcessEventsToIdle();
+}
+
 void ScUiCalcTest::insertNewSheet(ScDocument& rDoc)
 {
 sal_Int32 nTabs = static_cast(rDoc.GetTableCount());
@@ -166,6 +171,44 @@ ScModelObj* 
ScUiCalcTest::saveAndReload(css::uno::Reference(mxComponent.get());
+CPPUNIT_ASSERT(pModelObj);
+ScDocument* pDoc = pModelObj->GetDocument();
+CPPUNIT_ASSERT(pDoc);
+
+insertStringToCell(*pModelObj, "A1", "Test", /*bUseReturn*/ false);
+
+// Insert Newline
+pModelObj->postKeyEvent(LOK_KEYEVENT_KEYINPUT, 0, KEY_MOD1 | 
awt::Key::RETURN);
+pModelObj->postKeyEvent(LOK_KEYEVENT_KEYUP, 0, KEY_MOD1 | 
awt::Key::RETURN);
+

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

2021-11-10 Thread Xisco Fauli (via logerrit)
 sc/qa/uitest/textCase/textCase.py |   14 --
 sc/qa/unit/uicalc/uicalc.cxx  |   18 ++
 2 files changed, 18 insertions(+), 14 deletions(-)

New commits:
commit 7930ad202edb8e7af2946fc428268b000edae23e
Author: Xisco Fauli 
AuthorDate: Wed Nov 10 16:32:32 2021 +0100
Commit: Xisco Fauli 
CommitDate: Wed Nov 10 20:39:03 2021 +0100

tdf#119155: sc: move UItest to CppUnittest

Change-Id: Id6d162d4348caf512e78eb957034e79f0c2dbc6b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125002
Tested-by: Jenkins
Reviewed-by: Xisco Fauli 

diff --git a/sc/qa/uitest/textCase/textCase.py 
b/sc/qa/uitest/textCase/textCase.py
index fd208e67f607..7dbb6d2a41d5 100644
--- a/sc/qa/uitest/textCase/textCase.py
+++ b/sc/qa/uitest/textCase/textCase.py
@@ -123,20 +123,6 @@ class textCase(UITestCase):
 self.assertEqual(get_cell_by_position(document, 0, 0, 
4).getString(), "")
 self.assertEqual(get_cell_by_position(document, 0, 0, 
3).getString(), "Free suite")
 
-def test_tdf119155_Capitalize_Every_Word(self):
-#Bug 119155 - Freeze after command format->text->Capitalize Every Word
-with self.ui_test.load_file(get_url_for_data_file("tdf119155.xlsx")) 
as calc_doc:
-xCalcDoc = self.xUITest.getTopFocusWindow()
-gridwin = xCalcDoc.getChild("grid_window")
-#1. Open attached file
-#2. Select cells from C2 to C14
-gridwin.executeAction("SELECT", mkPropertyValues({"RANGE": 
"C2:C14"}))
-#3. Go to menu: Format->Text->Capitalize Every Word
-self.xUITest.executeCommand(".uno:ChangeCaseToTitleCase")
-#Actual Results:Freezes LibreOffice
-self.assertEqual(get_cell_by_position(calc_doc, 0, 2, 
1).getString(), "Collagene Expert Targeted Wrinkle Corrector Unboxed 10 Ml")
-self.assertEqual(get_cell_by_position(calc_doc, 0, 2, 
13).getString(), "Vitamina Suractivee Hand Cream 400 Ml")
-
 def test_tdf119162_Cycle_Case(self):
 #Bug 119162 - Format > Text > Cycle Case on attached example file 
hangs Calc reproducibly
 with self.ui_test.load_file(get_url_for_data_file("tdf119162.xls")) as 
calc_doc:
diff --git a/sc/qa/uitest/data/tdf119155.xlsx 
b/sc/qa/unit/uicalc/data/tdf119155.xlsx
similarity index 100%
rename from sc/qa/uitest/data/tdf119155.xlsx
rename to sc/qa/unit/uicalc/data/tdf119155.xlsx
diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx
index fbcfb2f59511..ef3b8dd24959 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -166,6 +166,24 @@ ScModelObj* 
ScUiCalcTest::saveAndReload(css::uno::ReferenceGetDocument();
+CPPUNIT_ASSERT(pDoc);
+
+goToCell("C2:C14");
+
+// Without the fix in place, this test would have hung here
+dispatchCommand(mxComponent, ".uno:ChangeCaseToTitleCase", {});
+Scheduler::ProcessEventsToIdle();
+
+CPPUNIT_ASSERT_EQUAL(OUString("Collagene Expert Targeted Wrinkle Corrector 
Unboxed 10 Ml"),
+ pDoc->GetString(ScAddress(2, 1, 0)));
+CPPUNIT_ASSERT_EQUAL(OUString("Vitamina Suractivee Hand Cream 400 Ml"),
+ pDoc->GetString(ScAddress(2, 13, 0)));
+}
+
 CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf138432)
 {
 ScModelObj* pModelObj = createDoc("tdf138432.ods");


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

2021-11-10 Thread Xisco Fauli (via logerrit)
 sw/qa/uitest/writer_tests7/forms.py |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 4185c33788926efe5514cca3ce64a3a8a5d89eac
Author: Xisco Fauli 
AuthorDate: Wed Nov 10 18:23:09 2021 +0100
Commit: Xisco Fauli 
CommitDate: Wed Nov 10 20:38:22 2021 +0100

uitest: blind fix for UITest_writer_tests7 failed

Change-Id: Ib49d1ccaa6ca8c42c0ef9caa6ad9acaf41babc3e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125007
Tested-by: Jenkins
Reviewed-by: Xisco Fauli 

diff --git a/sw/qa/uitest/writer_tests7/forms.py 
b/sw/qa/uitest/writer_tests7/forms.py
index 0d5c26703ae4..f8a9ee9db124 100644
--- a/sw/qa/uitest/writer_tests7/forms.py
+++ b/sw/qa/uitest/writer_tests7/forms.py
@@ -158,6 +158,9 @@ class Forms(UITestCase):
 xDialog = self.xUITest.getTopFocusWindow()
 
xDialog.getChild('numericfield-PositionY').executeAction("FOCUS", tuple())
 
+xToolkit = 
self.xContext.ServiceManager.createInstance('com.sun.star.awt.Toolkit')
+xToolkit.processEventsToIdle()
+
 # Without the fix in place, the size of the form wouldn't have 
changed
 self.assertEqual(20001, shape.getSize().Width)
 self.assertEqual(5001, shape.getSize().Height)


[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #11 from Vladimir Sokolinskiy  ---
Thanks again!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #10 from Commit Notification 
 ---
Alain Romedenne committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/b902fbcc87b0baf76b3dd501f0feff40bb1f3711

tdf#141474 Atn, Cos, Sin, Tan function signatures

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:7.2.0|target:7.2.0 target:7.3.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: helpcontent2

2021-11-10 Thread Alain Romedenne (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 25bc00b4d34edec90217a63904969f3d1943084d
Author: Alain Romedenne 
AuthorDate: Wed Nov 10 21:22:22 2021 +0200
Commit: Gerrit Code Review 
CommitDate: Wed Nov 10 20:22:22 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to b902fbcc87b0baf76b3dd501f0feff40bb1f3711
  - tdf#141474 Atn, Cos, Sin, Tan function signatures

xxx(number As Double) As Double

Change-Id: Ibf1020ba6027d0f30b3c0a5609c407bbef6660d2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124967
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 858f7cac7f8f..b902fbcc87b0 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 858f7cac7f8fc3ec21c2273c21f7a4b34c608d62
+Subproject commit b902fbcc87b0baf76b3dd501f0feff40bb1f3711


[Libreoffice-commits] help.git: source/text

2021-11-10 Thread Alain Romedenne (via logerrit)
 source/text/sbasic/shared/03080101.xhp |   22 +
 source/text/sbasic/shared/03080102.xhp |   29 
 source/text/sbasic/shared/03080103.xhp |   34 +++--
 source/text/sbasic/shared/03080104.xhp |   32 ++-
 4 files changed, 70 insertions(+), 47 deletions(-)

New commits:
commit b902fbcc87b0baf76b3dd501f0feff40bb1f3711
Author: Alain Romedenne 
AuthorDate: Wed Nov 10 16:13:38 2021 +0200
Commit: Olivier Hallot 
CommitDate: Wed Nov 10 20:22:21 2021 +0100

tdf#141474 Atn, Cos, Sin, Tan function signatures

xxx(number As Double) As Double

Change-Id: Ibf1020ba6027d0f30b3c0a5609c407bbef6660d2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124967
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/sbasic/shared/03080101.xhp 
b/source/text/sbasic/shared/03080101.xhp
index af0a6db97..8a480a5e1 100644
--- a/source/text/sbasic/shared/03080101.xhp
+++ b/source/text/sbasic/shared/03080101.xhp
@@ -30,25 +30,25 @@
 
 Atn function
 
-Atn Function
-Trigonometric function that returns the arctangent of a 
numeric expression. The return value is in the range -Pi/2 to +Pi/2.
+Atn 
Function
+Trigonometric function 
that returns the arctangent of a numeric expression. The return value is in the 
range -Pi/2 to +Pi/2.
 
-The 
arctangent is the inverse of the tangent function. The Atn Function returns the 
angle "Alpha", expressed in radians, using the tangent of this angle. The 
function can also return the angle "Alpha" by comparing the ratio of the length 
of the side that is opposite of the angle to the length of the side that is 
adjacent to the angle in a right-angled triangle.
-Atn(side 
opposite the angle/side adjacent to angle)= Alpha
+The 
arctangent is the inverse of the tangent function. The Atn 
Function returns the angle "Alpha", expressed in radians, using the tangent of 
this angle. The function can also return the angle "Alpha" by comparing the 
ratio of the length of the side that is opposite of the angle to the length of 
the side that is adjacent to the angle in a right-angled triangle.
+Atn(side opposite the angle/side adjacent 
to angle)= Alpha
 
 
 
-Atn 
(Number)
+Atn 
(Number As Double) As Double
 
 
 Double
 
 
- 
Number: Any numerical expression that represents the ratio of two 
sides of a right triangle. The Atn function returns the corresponding angle in 
radians (arctangent).
+ 
Number: Any numerical expression that represents the ratio of two 
sides of a right triangle. The Atn function returns the 
corresponding angle in radians (arctangent).
 To convert 
radians to degrees, multiply radians by 180/pi.
 degree=(radian*180)/pi
 radian=(degree*pi)/180
-Pi is here 
the fixed circle constant with the rounded value 3.14159. Pi is a Basic 
mathematical constant.
+Pi is here the fixed circle constant with 
the rounded value 3.14159. Pi is a Basic 
mathematical constant.
 
 
 
@@ -65,6 +65,12 @@
 
Print "The Alpha angle is"; (atn (d2/d1) * 180 / Pi); " degrees"
 End 
Sub
 
-
 
+
+   
+   
+   
+
+
+
 
diff --git a/source/text/sbasic/shared/03080102.xhp 
b/source/text/sbasic/shared/03080102.xhp
index 908daeec3..ba199bf3b 100644
--- a/source/text/sbasic/shared/03080102.xhp
+++ b/source/text/sbasic/shared/03080102.xhp
@@ -34,30 +34,29 @@
 
 
 
-Cos 
Function
-Calculates the 
cosine of an angle. The angle is specified in radians. The result lies between 
-1 and 1.
+Cos 
Function
+Calculates the cosine of an 
angle. The angle is specified in radians. The result lies between -1 and 
1.
 
-Using the 
angle Alpha, the Cos-Function calculates the ratio of the length of the side 
that is adjacent to the angle, divided by the length of the hypotenuse in a 
right-angled triangle.
-Cos(Alpha) = 
Adjacent/Hypotenuse
+Using the 
angle Alpha, the Cos function calculates the ratio of the 
length of the side that is adjacent to the angle, divided by the length of the 
hypotenuse in a right-angled triangle.
+Cos(Alpha) = Adjacent/Hypotenuse
 
-Syntax:
-
-Cos 
(Number)
+
+Cos (Number As 
Double) As Double
 
 
-Return 
value:
+
 Double
 
-Parameters:
+
  
Number: Numeric expression that specifies an angle in radians that 
you want to calculate the cosine for.
 To convert 
degrees to radians, multiply degrees by pi/180. To convert radians to degrees, 
multiply radians by 180/pi.
 degree=(radian*180)/pi
 radian=(degree*pi)/180
-Pi is here the 
fixed circle constant with the rounded value 3.14159...
+Pi is here the fixed circle constant with 
the rounded value 3.14159...
 
 
 
-Example:
+
 
 ' The following 
example allows for a right-angled triangle the input of
 ' secant and 
angle (in degrees) and calculates the length of the hypotenuse:
@@ -69,6 +68,12 @@
 Print "The 
length of the hypothenuse 

[Libreoffice-bugs] [Bug 113375] [META] Database wizard bugs and enhancements

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113375
Bug 113375 depends on bug 106427, which changed state.

Bug 106427 Summary: failure to diagnose invalid file: URL
https://bugs.documentfoundation.org/show_bug.cgi?id=106427

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 106427] failure to diagnose invalid file: URL

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106427

Terrence Enger  changed:

   What|Removed |Added

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

--- Comment #13 from Terrence Enger  ---
In a local build of commit 631aa911, built and running on debian-buster, when I
try to save the .odb, LO gives the message

Error code: 1

firebird_sdbc error:
*Unable to complete network request to host "file".
*Failed to locate host machine.
*The specified name was not found in the hosts file or Domain Name
Services.
caused by
'isc_create_database'

/home/terry/lo_hacking/git/libo6/connectivity/source/drivers/firebird/Util.cxx:68

and LO gives the same message for "Test Connection".

I am setting bug status RESOLVED WORKSFORME.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-qa] Minutes from the UX/design meeting 2021-Nov-10

2021-11-10 Thread Heiko Tietze

Present: Heiko
Comments: Sophie, Stuart, Dieter

Tickets/Topics

 * Add some tip about install process to LibreOffice's
   macOS installer window
   + https://bugs.documentfoundation.org/show_bug.cgi?id=145295
   + only when localizable (Sophie)
   + it should be expected from users to know how to manage software on
 their OS (Heiko)
   => WF

 * Enhancement: PLEASE revert location of RGB controls in Draw
   + https://bugs.documentfoundation.org/show_bug.cgi?id=143761
   + some 'More' control at the sidebar (Stuart) or NAB/WF (Heiko)
   => no further input so do it as suggested

 * Improve to exit LO, if some other document has a popup opened
   + https://bugs.documentfoundation.org/show_bug.cgi?id=144905
   => no further input; keep open

 * TEMPLATES: Improve confirmation dialog "Update styles /
   Keep Old Styles" dialog
   + https://bugs.documentfoundation.org/show_bug.cgi?id=145114
   + change the label to "Keep Old Styles (and detach template)"
   works better (Dieter)

 * Dynamic QR / Barcode creation using spreadsheet cell reference
   + https://bugs.documentfoundation.org/show_bug.cgi?id=145358
   + formula needs to be defined cross-application and the use case
 to generate many or variable QR codes is minor relevant; better
 run a macros for special cases (Heiko)
   => resolve WF


OpenPGP_signature
Description: OpenPGP digital signature


Minutes from the UX/design meeting 2021-Nov-10

2021-11-10 Thread Heiko Tietze

Present: Heiko
Comments: Sophie, Stuart, Dieter

Tickets/Topics

 * Add some tip about install process to LibreOffice's
   macOS installer window
   + https://bugs.documentfoundation.org/show_bug.cgi?id=145295
   + only when localizable (Sophie)
   + it should be expected from users to know how to manage software on
 their OS (Heiko)
   => WF

 * Enhancement: PLEASE revert location of RGB controls in Draw
   + https://bugs.documentfoundation.org/show_bug.cgi?id=143761
   + some 'More' control at the sidebar (Stuart) or NAB/WF (Heiko)
   => no further input so do it as suggested

 * Improve to exit LO, if some other document has a popup opened
   + https://bugs.documentfoundation.org/show_bug.cgi?id=144905
   => no further input; keep open

 * TEMPLATES: Improve confirmation dialog "Update styles /
   Keep Old Styles" dialog
   + https://bugs.documentfoundation.org/show_bug.cgi?id=145114
   + change the label to "Keep Old Styles (and detach template)"
   works better (Dieter)

 * Dynamic QR / Barcode creation using spreadsheet cell reference
   + https://bugs.documentfoundation.org/show_bug.cgi?id=145358
   + formula needs to be defined cross-application and the use case
 to generate many or variable QR codes is minor relevant; better
 run a macros for special cases (Heiko)
   => resolve WF


OpenPGP_signature
Description: OpenPGP digital signature


[Libreoffice-bugs] [Bug 118017] support macOS dark mode

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

--- Comment #11 from Michael Warner  
---
(In reply to Pedro from comment #3)

> It is licensed under GPL3 as LO, so maybe we could bring their code to
> mainline LO.

LO is Mozilla Public License 2 --- and as far as I know it wants to stay that
way --- so we certainly cannot drop GPL code into it. Other GPL components we
use  are built as separate executables and then have some sort of IPC
communication or we read their output files or something like that, but
techniques like this won't be useful for adding in dark mode support.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: helpcontent2

2021-11-10 Thread Rafael Lima (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eaeca6056c86b4072b49d8687aa44980860702a9
Author: Rafael Lima 
AuthorDate: Wed Nov 10 20:33:16 2021 +0200
Commit: Gerrit Code Review 
CommitDate: Wed Nov 10 19:33:16 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 858f7cac7f8fc3ec21c2273c21f7a4b34c608d62
  - Fix caseinline in some Help pages

Change-Id: I67472c239abdb425ad5787bb854638566b29b4f6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124847
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 60560093b76d..858f7cac7f8f 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 60560093b76da08195ad1b1dc7bbd17ee2cfb333
+Subproject commit 858f7cac7f8fc3ec21c2273c21f7a4b34c608d62


[Libreoffice-commits] help.git: source/text

2021-11-10 Thread Rafael Lima (via logerrit)
 source/text/scalc/01/live_data_stream.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 858f7cac7f8fc3ec21c2273c21f7a4b34c608d62
Author: Rafael Lima 
AuthorDate: Mon Nov 8 14:11:05 2021 +0200
Commit: Olivier Hallot 
CommitDate: Wed Nov 10 19:33:14 2021 +0100

Fix caseinline in some Help pages

Change-Id: I67472c239abdb425ad5787bb854638566b29b4f6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124847
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/01/live_data_stream.xhp 
b/source/text/scalc/01/live_data_stream.xhp
index fa9fe9e2d..66c9531a6 100644
--- a/source/text/scalc/01/live_data_stream.xhp
+++ b/source/text/scalc/01/live_data_stream.xhp
@@ -37,7 +37,7 @@
   
 Menu 
Data – Streams...
   
-  This is an experimental feature and is 
disabled by default. To enable it, go to Tools - Options - 
Advanced  and check the option Enable experimental features 
(may be unstable).
+  This is an experimental feature and is 
disabled by default. To enable it, go to %PRODUCTNAME - 
PreferencesTools - 
Options – %PRODUCTNAME – 
Advanced and check the option Enable experimental features 
(may be unstable).
   
 
 


[Libreoffice-bugs] [Bug 145618] Update button changes the height of the menu bar and makes it jump

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145618

Denis Abakumov  changed:

   What|Removed |Added

 CC||denisa...@gmail.com

--- Comment #1 from Denis Abakumov  ---
Created attachment 176182
  --> https://bugs.documentfoundation.org/attachment.cgi?id=176182=edit
GIF to demo the bug

-- 
You are receiving this mail because:
You are the assignee for the bug.

  1   2   3   >