[Bug 158576] Improve macro signature confirmation dialog

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158576

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org

--- Comment #8 from Heiko Tietze  ---
The patch makes LibreOffice bypass the confirmation dialog and gives the
relevant feedback via infobar/s (like when "Disable Macros" has been pressed).
That works but is a bit odd since two if's are combined (macro, certificate)
and behave differently.

Anyway, feel free to close the dialog as resolved.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 125823] [META] Personalization (LibreOffice Themes) bugs and Improvements

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125823
Bug 125823 depends on bug 157402, which changed state.

Bug 157402 Summary: Untranslated theme names in Customization Options in 
LibreOffice 7.6 (Persona)
https://bugs.documentfoundation.org/show_bug.cgi?id=157402

   What|Removed |Added

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

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

[Bug 157698] [META] Unify lockdown UX in the Options dialog

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157698
Bug 157698 depends on bug 158473, which changed state.

Bug 158473 Summary: Unify lockdown behavior of Options dialog page Calc - Grid
https://bugs.documentfoundation.org/show_bug.cgi?id=158473

   What|Removed |Added

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

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

[Bug 157698] [META] Unify lockdown UX in the Options dialog

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157698
Bug 157698 depends on bug 158473, which changed state.

Bug 158473 Summary: Unify lockdown behavior of Options dialog page Calc - Grid
https://bugs.documentfoundation.org/show_bug.cgi?id=158473

   What|Removed |Added

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

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

[Bug 157698] [META] Unify lockdown UX in the Options dialog

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157698
Bug 157698 depends on bug 158472, which changed state.

Bug 158472 Summary: Unify lockdown behavior of Options dialog page Calc - Print
https://bugs.documentfoundation.org/show_bug.cgi?id=158472

   What|Removed |Added

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

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

[Bug 157698] [META] Unify lockdown UX in the Options dialog

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157698
Bug 157698 depends on bug 158471, which changed state.

Bug 158471 Summary: Unify lockdown behavior of Options dialog page Calc - 
Compatibility
https://bugs.documentfoundation.org/show_bug.cgi?id=158471

   What|Removed |Added

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

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

core.git: sc/source sc/uiconfig

2023-12-10 Thread Balazs Varga (via logerrit)
 sc/source/ui/inc/tpprint.hxx|3 +
 sc/source/ui/optdlg/tpprint.cxx |   14 ++-
 sc/uiconfig/scalc/ui/optdlg.ui  |   78 +---
 3 files changed, 74 insertions(+), 21 deletions(-)

New commits:
commit 5e8c0575e877795aaca91346548cd0136fa22048
Author: Balazs Varga 
AuthorDate: Fri Dec 8 20:04:16 2023 +0100
Commit: Balazs Varga 
CommitDate: Mon Dec 11 08:27:26 2023 +0100

tdf#158472 - UI: Part 54 - Unify lockdown behavior of Options dialog

for Calc - Print Page.

Change-Id: Ie5ee611552185662f4a1081415a2c6493cf58301
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160502
Tested-by: Jenkins
Reviewed-by: Balazs Varga 

diff --git a/sc/source/ui/inc/tpprint.hxx b/sc/source/ui/inc/tpprint.hxx
index 3dc7d36e5304..5cb33891b835 100644
--- a/sc/source/ui/inc/tpprint.hxx
+++ b/sc/source/ui/inc/tpprint.hxx
@@ -24,8 +24,11 @@
 class ScTpPrintOptions : public SfxTabPage
 {
 std::unique_ptr   m_xSkipEmptyPagesCB;
+std::unique_ptrm_xSkipEmptyPagesImg;
 std::unique_ptr   m_xSelectedSheetsCB;
+std::unique_ptrm_xSelectedSheetsImg;
 std::unique_ptr   m_xForceBreaksCB;
+std::unique_ptrm_xForceBreaksImg;
 
 public:
 ScTpPrintOptions(weld::Container* pPage, weld::DialogController* 
pController, const SfxItemSet& rCoreSet);
diff --git a/sc/source/ui/optdlg/tpprint.cxx b/sc/source/ui/optdlg/tpprint.cxx
index 44324ffc2aa6..fbcafe299ef5 100644
--- a/sc/source/ui/optdlg/tpprint.cxx
+++ b/sc/source/ui/optdlg/tpprint.cxx
@@ -25,13 +25,17 @@
 #include 
 #include 
 #include 
+#include 
 
 ScTpPrintOptions::ScTpPrintOptions( weld::Container* pPage, 
weld::DialogController* pController,
 const SfxItemSet& rCoreAttrs )
 : SfxTabPage(pPage, pController, "modules/scalc/ui/optdlg.ui", 
"optCalcPrintPage",  )
 , m_xSkipEmptyPagesCB(m_xBuilder->weld_check_button("suppressCB"))
+, m_xSkipEmptyPagesImg(m_xBuilder->weld_widget("locksuppressCB"))
 , m_xSelectedSheetsCB(m_xBuilder->weld_check_button("printCB"))
+, m_xSelectedSheetsImg(m_xBuilder->weld_widget("lockprintCB"))
 , m_xForceBreaksCB(m_xBuilder->weld_check_button("forceBreaksCB"))
+, m_xForceBreaksImg(m_xBuilder->weld_widget("lockforceBreaksCB"))
 {
 }
 
@@ -75,9 +79,17 @@ void ScTpPrintOptions::Reset( const SfxItemSet* rCoreSet )
 }
 
 m_xSkipEmptyPagesCB->set_active( aOptions.GetSkipEmpty() );
+m_xForceBreaksCB->set_active(aOptions.GetForceBreaks());
+
+
m_xSkipEmptyPagesCB->set_sensitive(!officecfg::Office::Calc::Print::Page::EmptyPages::isReadOnly());
+
m_xSkipEmptyPagesImg->set_visible(officecfg::Office::Calc::Print::Page::EmptyPages::isReadOnly());
+
m_xSelectedSheetsCB->set_sensitive(!officecfg::Office::Calc::Print::Other::AllSheets::isReadOnly());
+
m_xSelectedSheetsImg->set_visible(officecfg::Office::Calc::Print::Other::AllSheets::isReadOnly());
+
m_xForceBreaksCB->set_sensitive(!officecfg::Office::Calc::Print::Page::ForceBreaks::isReadOnly());
+
m_xForceBreaksImg->set_visible(officecfg::Office::Calc::Print::Page::ForceBreaks::isReadOnly());
+
 m_xSkipEmptyPagesCB->save_state();
 m_xSelectedSheetsCB->save_state();
-m_xForceBreaksCB->set_active( aOptions.GetForceBreaks() );
 m_xForceBreaksCB->save_state();
 }
 
diff --git a/sc/uiconfig/scalc/ui/optdlg.ui b/sc/uiconfig/scalc/ui/optdlg.ui
index bbbad94a4f76..8dd869f817af 100644
--- a/sc/uiconfig/scalc/ui/optdlg.ui
+++ b/sc/uiconfig/scalc/ui/optdlg.ui
@@ -15,46 +15,71 @@
 0
 none
 
-  
+  
+  
 True
 False
 12
 6
-vertical
-6
+6
+6
 
-  
-_Always apply manual breaks
+  
+_Suppress output of empty pages
 True
 True
 False
 True
 True
+
+  
+Specifies that empty pages 
that have no cell contents or draw objects are not printed.
+  
+
   
   
-False
-True
-0
+1
+1
   
 
 
-  
-_Suppress output of empty pages
+  
+_Always apply manual breaks
 True
 True
 False
 True
 True
-
-  
-Specifies that empty pages 
that have no cell contents or draw objects are not printed.
-  
-
   
   
-False
-True
-0
+1
+0
+  
+
+

core.git: sc/uiconfig

2023-12-10 Thread Balazs Varga (via logerrit)
 sc/uiconfig/scalc/ui/optdlg.ui |   58 -
 1 file changed, 29 insertions(+), 29 deletions(-)

New commits:
commit 9ed541b82ac32c38dad10410cab16b6763704af9
Author: Balazs Varga 
AuthorDate: Fri Dec 8 19:30:33 2023 +0100
Commit: Balazs Varga 
CommitDate: Mon Dec 11 08:26:47 2023 +0100

Resave with newer Glade version

Change-Id: Ic95805c397b7a6e71d80d0f0c976e9c432238b2b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160501
Tested-by: Jenkins
Reviewed-by: Balazs Varga 

diff --git a/sc/uiconfig/scalc/ui/optdlg.ui b/sc/uiconfig/scalc/ui/optdlg.ui
index 6a928899fe6a..bbbad94a4f76 100644
--- a/sc/uiconfig/scalc/ui/optdlg.ui
+++ b/sc/uiconfig/scalc/ui/optdlg.ui
@@ -1,35 +1,35 @@
 
-
+
 
   
   
 True
-False
-6
+False
+6
 vertical
 12
 
   
 True
-False
-0
-none
+False
+0
+none
 
   
 True
-False
-vertical
-6
+False
 12
 6
+vertical
+6
 
   
 _Always apply manual breaks
 True
-True
-False
-True
-True
+True
+False
+True
+True
   
   
 False
@@ -41,10 +41,10 @@
   
 _Suppress output of empty pages
 True
-True
-False
-True
-True
+True
+False
+True
+True
 
   
 Specifies that empty pages 
that have no cell contents or draw objects are not printed.
@@ -62,7 +62,7 @@
 
   
 True
-False
+False
 Pages
 
   
@@ -79,25 +79,25 @@
 
   
 True
-False
-0
-none
+False
+0
+none
 
   
 True
-False
-vertical
-6
+False
 12
 6
+vertical
+6
 
   
 _Print only selected sheets
 True
-True
-False
-True
-True
+True
+False
+True
+True
 
   
 Specifies that only contents 
from selected sheets are printed, even if you specify a wider range in the File 
- Print dialog or in the Format - Print Ranges dialog. Contents from sheets 
that are not selected will not be printed.
@@ -115,7 +115,7 @@
 
   
 True
-False
+False
 Sheets
 0.5
 


core.git: sc/source sc/uiconfig

2023-12-10 Thread Balazs Varga (via logerrit)
 sc/source/ui/inc/tpcompatibility.hxx |2 +
 sc/source/ui/optdlg/tpcompatibility.cxx  |7 +
 sc/uiconfig/scalc/ui/optcompatibilitypage.ui |   36 +++
 3 files changed, 40 insertions(+), 5 deletions(-)

New commits:
commit 67fcf1388976c11b1c0a688403e7323326a56e82
Author: Balazs Varga 
AuthorDate: Fri Dec 8 19:07:20 2023 +0100
Commit: Balazs Varga 
CommitDate: Mon Dec 11 08:26:25 2023 +0100

tdf#158471 - UI: Part 53 - Unify lockdown behavior of Options dialog

for Calc - Compatibility Page.

Change-Id: I43780c8b29de42a765b1d1110dbfe90efb173b4d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160499
Tested-by: Jenkins
Reviewed-by: Balazs Varga 

diff --git a/sc/source/ui/inc/tpcompatibility.hxx 
b/sc/source/ui/inc/tpcompatibility.hxx
index 4efdbc172b10..0ab84d4d93e8 100644
--- a/sc/source/ui/inc/tpcompatibility.hxx
+++ b/sc/source/ui/inc/tpcompatibility.hxx
@@ -26,7 +26,9 @@ public:
 
 private:
 std::unique_ptr m_xLbKeyBindings;
+std::unique_ptr m_xLbKeyBindingsImg;
 std::unique_ptr m_xBtnLink;
+std::unique_ptr m_xBtnLinkImg;
 };
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/optdlg/tpcompatibility.cxx 
b/sc/source/ui/optdlg/tpcompatibility.cxx
index cc54635f3300..64221cd2a9da 100644
--- a/sc/source/ui/optdlg/tpcompatibility.cxx
+++ b/sc/source/ui/optdlg/tpcompatibility.cxx
@@ -11,6 +11,7 @@
 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -19,7 +20,9 @@
 ScTpCompatOptions::ScTpCompatOptions(weld::Container* pPage, 
weld::DialogController* pController, const SfxItemSet )
 : SfxTabPage(pPage, pController, 
"modules/scalc/ui/optcompatibilitypage.ui", "OptCompatibilityPage", )
 , m_xLbKeyBindings(m_xBuilder->weld_combo_box("keybindings"))
+, m_xLbKeyBindingsImg(m_xBuilder->weld_widget("lockkeybindings"))
 , m_xBtnLink(m_xBuilder->weld_check_button("cellLinkCB"))
+, m_xBtnLinkImg(m_xBuilder->weld_widget("lockcellLinkCB"))
 {
 }
 
@@ -86,12 +89,16 @@ void ScTpCompatOptions::Reset(const SfxItemSet *rCoreAttrs)
 ;
 }
 }
+
m_xLbKeyBindings->set_sensitive(!officecfg::Office::Calc::Compatibility::KeyBindings::BaseGroup::isReadOnly());
+
m_xLbKeyBindingsImg->set_visible(officecfg::Office::Calc::Compatibility::KeyBindings::BaseGroup::isReadOnly());
 m_xLbKeyBindings->save_value();
 
 if (const SfxBoolItem* pbItem = rCoreAttrs->GetItemIfSet(SID_SC_OPT_LINKS))
 {
 m_xBtnLink->set_active(pbItem->GetValue());
 }
+
m_xBtnLink->set_sensitive(!officecfg::Office::Calc::Compatibility::Links::isReadOnly());
+
m_xBtnLinkImg->set_visible(officecfg::Office::Calc::Compatibility::Links::isReadOnly());
 m_xBtnLink->save_state();
 }
 
diff --git a/sc/uiconfig/scalc/ui/optcompatibilitypage.ui 
b/sc/uiconfig/scalc/ui/optcompatibilitypage.ui
index f45996294ad7..b48bfeb70c20 100644
--- a/sc/uiconfig/scalc/ui/optcompatibilitypage.ui
+++ b/sc/uiconfig/scalc/ui/optcompatibilitypage.ui
@@ -16,7 +16,7 @@
 0
 none
 
-  
+  
   
 True
 False
@@ -40,7 +40,7 @@
 0
   
   
-0
+1
 0
   
 
@@ -55,7 +55,20 @@
 
   
   
-1
+2
+0
+  
+
+
+  
+False
+True
+center
+center
+res/lock.png
+  
+  
+0
 0
   
 
@@ -87,7 +100,7 @@
 0
 none
 
-  
+  
   
 True
 False
@@ -112,11 +125,24 @@
 
   
   
-0
+1
 0
 2
   
 
+
+  
+False
+True
+center
+center
+res/lock.png
+  
+  
+0
+0
+  
+
   
 
 


core.git: external/clucene

2023-12-10 Thread Stephan Bergmann (via logerrit)
 external/clucene/UnpackedTarball_clucene.mk |1 +
 external/clucene/patches/enumarith.patch|   11 +++
 2 files changed, 12 insertions(+)

New commits:
commit befc51e1ada4a2662bf55fb7462e2a1031b42bbf
Author: Stephan Bergmann 
AuthorDate: Sun Dec 10 21:52:56 2023 +0100
Commit: Stephan Bergmann 
CommitDate: Mon Dec 11 08:23:47 2023 +0100

external/clucene: operation between different enumeration types

> 
workdir/UnpackedTarball/clucene/src/core/CLucene/index/FieldsReader.cpp:233:58: 
error: invalid bitwise operation between different enumeration types 
('lucene::document::Field::Store' and 'lucene::document::Field::Index')
>   233 | f = _CLNEW LazyField(this, fi->name, 
Field::STORE_YES | getIndexType(fi, tokenize) | getTermVectorType(fi), length, 
pointer);
>   |  
 ^ ~~

as reported now with --with-latest-c++ (i.e., in C++26 mode) by Clang 18 
trunk
since


"[Clang] Implement P2864R2 Remove Deprecated Arithmetic Conversion on
Enumerations (#73105)"

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

diff --git a/external/clucene/UnpackedTarball_clucene.mk 
b/external/clucene/UnpackedTarball_clucene.mk
index 7a1eed67d2f7..0d7b2a5c288e 100644
--- a/external/clucene/UnpackedTarball_clucene.mk
+++ b/external/clucene/UnpackedTarball_clucene.mk
@@ -54,6 +54,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,clucene,\
external/clucene/patches/nullstring.patch \
external/clucene/patches/binary_function.patch \
external/clucene/patches/clucene-pure-virtual.patch \
+   external/clucene/patches/enumarith.patch \
 ))
 
 ifneq ($(OS),WNT)
diff --git a/external/clucene/patches/enumarith.patch 
b/external/clucene/patches/enumarith.patch
new file mode 100644
index ..d271c7b3df26
--- /dev/null
+++ b/external/clucene/patches/enumarith.patch
@@ -0,0 +1,11 @@
+--- src/core/CLucene/index/FieldsReader.cpp
 src/core/CLucene/index/FieldsReader.cpp
+@@ -230,7 +230,7 @@
+   int64_t pointer = fieldsStream->getFilePointer();
+   //Skip ahead of where we are by the length of what is 
stored
+   fieldsStream->skipChars(length);
+-  f = _CLNEW LazyField(this, fi->name, Field::STORE_YES | 
getIndexType(fi, tokenize) | getTermVectorType(fi), length, pointer);
++  f = _CLNEW LazyField(this, fi->name, +Field::STORE_YES 
| getIndexType(fi, tokenize) | getTermVectorType(fi), length, pointer);
+   f->setOmitNorms(fi->omitNorms);
+   }
+   doc.add(*f);


[Bug 158595] Performance : PDF export is taking 1min 20 sec

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158595

SATYA SRINIVAS K  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Bug 158595] Performance : PDF export is taking 1min 20 sec

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158595

--- Comment #4 from SATYA SRINIVAS K  ---
Confirmed that it is not reproducible in Version: 24.2.0.0.alpha1+ (X86_64) /
LibreOffice Community.
I don't know whether it is a regression or not as I don't know any old working
version but I think, it is still worth if someone do a bibisect and findout the
possible changeset which causes this issue get's fixed., we can port back if
that is a fairly simple and safe fix. As it is a performance issue, I feel, it
is worth porting back the fix if possible.

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

[Bug 158576] Improve macro signature confirmation dialog

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158576

--- Comment #7 from Samuel Mehrbrodt (allotropia) 
 ---
(In reply to Heiko Tietze from comment #6)
> (In reply to Commit Notification from comment #5)
> > Samuel Mehrbrodt committed a patch related to this issue.
> 
> Guess you plan adding another patch later, right?

Probably... still some things can be improved.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

core.git: external/libetonyek

2023-12-10 Thread Stephan Bergmann (via logerrit)
 external/libetonyek/UnpackedTarball_libetonyek.mk |1 
 external/libetonyek/enumarith.patch   | 5836 ++
 2 files changed, 5837 insertions(+)

New commits:
commit 27d72f286a3d5adfa6e448d050a9d9f06796e74f
Author: Stephan Bergmann 
AuthorDate: Sun Dec 10 22:13:53 2023 +0100
Commit: Stephan Bergmann 
CommitDate: Mon Dec 11 07:59:26 2023 +0100

external/libetonyek: operation between different enumeration types

> IWORKDiscardContext.cpp:85:30: error: invalid bitwise operation between 
different enumeration types ('libetonyek::IWORKToken::Namespace' and 
'libetonyek::IWORKToken::(unnamed enum at ./IWORKToken.h:25:1)')
>85 |   case IWORKToken::NS_URI_SF | IWORKToken::bezier :
>   |~ ^ ~~

etc. as reported now with --with-latest-c++ (i.e., in C++26 mode) by Clang 
18
trunk since


"[Clang] Implement P2864R2 Remove Deprecated Arithmetic Conversion on
Enumerations (#73105)"

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

diff --git a/external/libetonyek/UnpackedTarball_libetonyek.mk 
b/external/libetonyek/UnpackedTarball_libetonyek.mk
index 81a3fa5b870a..80b3f5c318af 100644
--- a/external/libetonyek/UnpackedTarball_libetonyek.mk
+++ b/external/libetonyek/UnpackedTarball_libetonyek.mk
@@ -23,6 +23,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,libetonyek,\
external/libetonyek/0001-fix-build-with-MSVC.patch.1 \
external/libetonyek/0002-fix-build-with-MSVC.patch.1 \
external/libetonyek/0001-allow-0-size-message.patch.1 \
+   external/libetonyek/enumarith.patch \
 ))
 
 ifneq ($(OS),MACOSX)
diff --git a/external/libetonyek/enumarith.patch 
b/external/libetonyek/enumarith.patch
new file mode 100644
index ..b618e5cab921
--- /dev/null
+++ b/external/libetonyek/enumarith.patch
@@ -0,0 +1,5836 @@
+--- src/lib/EtonyekDocument.cpp
 src/lib/EtonyekDocument.cpp
+@@ -139,17 +139,17 @@
+ 
+   const char *const name = 
char_cast(xmlTextReaderConstLocalName(reader.get()));
+   const char *const ns = 
char_cast(xmlTextReaderConstNamespaceUri(reader.get()));
+-  if (probeXMLFormat(FORMAT_XML2, EtonyekDocument::TYPE_KEYNOTE, 
KEY2Token::NS_URI_KEY | KEY2Token::presentation,
++  if (probeXMLFormat(FORMAT_XML2, EtonyekDocument::TYPE_KEYNOTE, 
+KEY2Token::NS_URI_KEY | KEY2Token::presentation,
+  KEY2Token::getTokenizer(), name, ns, info))
+ return true;
+-  if (probeXMLFormat(FORMAT_XML2, EtonyekDocument::TYPE_NUMBERS, 
NUM1Token::NS_URI_LS | NUM1Token::document,
++  if (probeXMLFormat(FORMAT_XML2, EtonyekDocument::TYPE_NUMBERS, 
+NUM1Token::NS_URI_LS | NUM1Token::document,
+  NUM1Token::getTokenizer(), name, ns, info))
+ return true;
+-  if (probeXMLFormat(FORMAT_XML2, EtonyekDocument::TYPE_PAGES, 
PAG1Token::NS_URI_SL | PAG1Token::document,
++  if (probeXMLFormat(FORMAT_XML2, EtonyekDocument::TYPE_PAGES, 
+PAG1Token::NS_URI_SL | PAG1Token::document,
+  PAG1Token::getTokenizer(), name, ns, info))
+ return true;
+   // Keynote 1 files define the document type with 
+-  if (probeXMLFormat(FORMAT_XML1, EtonyekDocument::TYPE_KEYNOTE, 
KEY1Token::NS_URI_KEY | KEY1Token::presentation,
++  if (probeXMLFormat(FORMAT_XML1, EtonyekDocument::TYPE_KEYNOTE, 
+KEY1Token::NS_URI_KEY | KEY1Token::presentation,
+  KEY1Token::getTokenizer(), name, (ns||!checkAPXL) ? ns : 
"http://developer.apple.com/schemas/APXL;, info))
+ return true;
+   return false;
+--- src/lib/IWORKDiscardContext.cpp
 src/lib/IWORKDiscardContext.cpp
+@@ -82,41 +82,41 @@
+ {
+   switch (name)
+   {
+-  case IWORKToken::NS_URI_SF | IWORKToken::bezier :
++  case +IWORKToken::NS_URI_SF | IWORKToken::bezier :
+ return std::make_shared(m_state, m_data->m_path);
+-  case IWORKToken::NS_URI_SF | IWORKToken::binary :
++  case +IWORKToken::NS_URI_SF | IWORKToken::binary :
+ return std::make_shared(m_state, 
m_data->m_mediaContent);
+-  case IWORKToken::NS_URI_SF | IWORKToken::cell_style :
++  case +IWORKToken::NS_URI_SF | IWORKToken::cell_style :
+ return std::make_shared(m_state, 
_state.getDictionary().m_cellStyles);
+-  case IWORKToken::NS_URI_SF | IWORKToken::characterstyle :
++  case +IWORKToken::NS_URI_SF | IWORKToken::characterstyle :
+ return std::make_shared(m_state, 
_state.getDictionary().m_characterStyles);
+-  case IWORKToken::NS_URI_SF | IWORKToken::core_image_filter_descriptor :
++  case +IWORKToken::NS_URI_SF | IWORKToken::core_image_filter_descriptor :
+ return std::make_shared(m_state, 
m_data->m_isShadow);
+-  case IWORKToken::NS_URI_SF | IWORKToken::data :
++  case +IWORKToken::NS_URI_SF | IWORKToken::data :
+ m_data->m_data.reset();
+ return 

core.git: 2 commits - external/libebook external/libwps

2023-12-10 Thread Stephan Bergmann (via logerrit)
 external/libebook/UnpackedTarball_libebook.mk |1 +
 external/libebook/enumarith.patch |   17 +
 external/libwps/UnpackedTarball_libwps.mk |3 ++-
 external/libwps/enumarith.patch   |   20 
 4 files changed, 40 insertions(+), 1 deletion(-)

New commits:
commit 053c549fddff84d3f8e1d1a2962091fd5f69c662
Author: Stephan Bergmann 
AuthorDate: Sun Dec 10 22:05:04 2023 +0100
Commit: Stephan Bergmann 
CommitDate: Mon Dec 11 07:59:09 2023 +0100

external/libwps: operation between different enumeration types

> MSWrite.cpp:1424:63: error: invalid arithmetic between different 
enumeration types ('MSWriteParserInternal::BitmapFileHeaderOffset' and 
'MSWriteParserInternal::BitmapInfoHeaderV2Offset')
>  1424 | unsigned offset = 
MSWriteParserInternal::BM_FILE_STRUCT_SIZE + 
MSWriteParserInternal::BM_INFO_V2_STRUCT_SIZE + colors * 
unsigned(sizeof(MSWriteParserInternal::BitmapPalette));
>   |   
~~ ^ 
~

etc. as reported now with --with-latest-c++ (i.e., in C++26 mode) by Clang 
18
trunk since


"[Clang] Implement P2864R2 Remove Deprecated Arithmetic Conversion on
Enumerations (#73105)"

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

diff --git a/external/libwps/UnpackedTarball_libwps.mk 
b/external/libwps/UnpackedTarball_libwps.mk
index f53a8fffc429..de2e2040abdd 100644
--- a/external/libwps/UnpackedTarball_libwps.mk
+++ b/external/libwps/UnpackedTarball_libwps.mk
@@ -11,13 +11,14 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,libwps))
 
 $(eval $(call gb_UnpackedTarball_set_tarball,libwps,$(WPS_TARBALL)))
 
-$(eval $(call gb_UnpackedTarball_set_patchlevel,libwps,1))
+$(eval $(call gb_UnpackedTarball_set_patchlevel,libwps,0))
 
 $(eval $(call gb_UnpackedTarball_update_autoconf_configs,libwps))
 
 $(eval $(call gb_UnpackedTarball_add_patches,libwps,\
$(if $(SYSTEM_REVENGE),,external/libwps/rpath.patch.0) \
external/libwps/libtool.patch.0 \
+   external/libwps/enumarith.patch \
 ))
 
 ifneq ($(OS),MACOSX)
diff --git a/external/libwps/enumarith.patch b/external/libwps/enumarith.patch
new file mode 100644
index ..9cee0cec6dae
--- /dev/null
+++ b/external/libwps/enumarith.patch
@@ -0,0 +1,20 @@
+--- src/lib/MSWrite.cpp
 src/lib/MSWrite.cpp
+@@ -1421,7 +1421,7 @@
+   break;
+   }
+ 
+-  unsigned offset = MSWriteParserInternal::BM_FILE_STRUCT_SIZE + 
MSWriteParserInternal::BM_INFO_V2_STRUCT_SIZE + colors * 
unsigned(sizeof(MSWriteParserInternal::BitmapPalette));
++  unsigned offset = +MSWriteParserInternal::BM_FILE_STRUCT_SIZE + 
MSWriteParserInternal::BM_INFO_V2_STRUCT_SIZE + colors * 
unsigned(sizeof(MSWriteParserInternal::BitmapPalette));
+ 
+   // File header
+   bmpdata.append('B');
+@@ -1513,7 +1513,7 @@
+   bmpdata.append('M');
+   MSWriteParserInternal::appendU32(bmpdata, size + 
MSWriteParserInternal::BM_FILE_STRUCT_SIZE);
+   MSWriteParserInternal::appendU32(bmpdata, 0);
+-  MSWriteParserInternal::appendU32(bmpdata, 
MSWriteParserInternal::BM_FILE_STRUCT_SIZE + 
MSWriteParserInternal::BM_INFO_V3_STRUCT_SIZE + 4 * colors);
++  MSWriteParserInternal::appendU32(bmpdata, 
+MSWriteParserInternal::BM_FILE_STRUCT_SIZE + 
MSWriteParserInternal::BM_INFO_V3_STRUCT_SIZE + 4 * colors);
+ 
+   bmpdata.append(data, size);
+ 
commit cd13a572560ba22dadd8a5523b3aecd1aa0e050e
Author: Stephan Bergmann 
AuthorDate: Sun Dec 10 21:59:26 2023 +0100
Commit: Stephan Bergmann 
CommitDate: Mon Dec 11 07:58:54 2023 +0100

external/libebook: operation between different enumeration types

> EBOOKDocument.cpp:150:37: error: invalid bitwise operation between 
different enumeration types ('libebook::EBOOKHTMLToken::(unnamed enum at 
./EBOOKHTMLToken.h:21:1)' and 'libebook::EBOOKHTMLToken::Namespace')
>   150 |   if ((EBOOKHTMLToken::html | EBOOKHTMLToken::NS_html) == 
getHTMLTokenId(name, uri))
>   | ^ ~~~

etc. as reported now with --with-latest-c++ (i.e., in C++26 mode) by Clang 
18
trunk since


"[Clang] Implement P2864R2 Remove Deprecated Arithmetic Conversion on
Enumerations (#73105)"

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

diff --git a/external/libebook/UnpackedTarball_libebook.mk 
b/external/libebook/UnpackedTarball_libebook.mk
index 

core.git: external/graphite

2023-12-10 Thread Stephan Bergmann (via logerrit)
 external/graphite/UnpackedTarball_graphite.mk |1 +
 external/graphite/enumarith.patch |   22 ++
 2 files changed, 23 insertions(+)

New commits:
commit fe99cac64957b364c75f09d9a92ccb4db4373604
Author: Stephan Bergmann 
AuthorDate: Sun Dec 10 21:56:48 2023 +0100
Commit: Stephan Bergmann 
CommitDate: Mon Dec 11 07:58:38 2023 +0100

external/graphite: operation between different enumeration types

> workdir/UnpackedTarball/graphite/src/Pass.cpp:197:92: error: invalid 
arithmetic between different enumeration types ('status_t' and 
'graphite2::errors')
>   197 | || e.test(m_cPConstraint.status() != 
Code::loaded, m_cPConstraint.status() + E_CODEFAILURE))
>   |   
 ~~~ ^ ~

etc. as reported now with --with-latest-c++ (i.e., in C++26 mode) by Clang 
18
trunk since


"[Clang] Implement P2864R2 Remove Deprecated Arithmetic Conversion on
Enumerations (#73105)"

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

diff --git a/external/graphite/UnpackedTarball_graphite.mk 
b/external/graphite/UnpackedTarball_graphite.mk
index 464fcc256069..0f678542e80f 100644
--- a/external/graphite/UnpackedTarball_graphite.mk
+++ b/external/graphite/UnpackedTarball_graphite.mk
@@ -15,6 +15,7 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,graphite,0))
 
 $(eval $(call gb_UnpackedTarball_add_patches,graphite, \
 external/graphite/ubsan.patch \
+external/graphite/enumarith.patch \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/external/graphite/enumarith.patch 
b/external/graphite/enumarith.patch
new file mode 100644
index ..f5b83097f2b6
--- /dev/null
+++ b/external/graphite/enumarith.patch
@@ -0,0 +1,22 @@
+--- src/Pass.cpp
 src/Pass.cpp
+@@ -194,7 +194,7 @@
+ m_cPConstraint = vm::Machine::Code(true, pcCode, pcCode + 
pass_constraint_len,
+   precontext[0], be::peek(sort_keys), 
*m_silf, face, PASS_TYPE_UNKNOWN);
+ if (e.test(!m_cPConstraint, E_OUTOFMEM)
+-|| e.test(m_cPConstraint.status() != Code::loaded, 
m_cPConstraint.status() + E_CODEFAILURE))
++|| e.test(m_cPConstraint.status() != Code::loaded, 
+m_cPConstraint.status() + E_CODEFAILURE))
+ return face.error(e);
+ face.error_context(face.error_context() - 1);
+ }
+@@ -266,8 +266,8 @@
+ r->constraint = new (m_codes+n*2-1) vm::Machine::Code(true,  
rc_begin, rc_end, r->preContext, r->sort, *m_silf, face, pt, _pool_free);
+ 
+ if (e.test(!r->action || !r->constraint, E_OUTOFMEM)
+-|| e.test(r->action->status() != Code::loaded, 
r->action->status() + E_CODEFAILURE)
+-|| e.test(r->constraint->status() != Code::loaded, 
r->constraint->status() + E_CODEFAILURE)
++|| e.test(r->action->status() != Code::loaded, 
+r->action->status() + E_CODEFAILURE)
++|| e.test(r->constraint->status() != Code::loaded, 
+r->constraint->status() + E_CODEFAILURE)
+ || e.test(!r->constraint->immutable(), E_MUTABLECCODE))
+ return face.error(e);
+ }


core.git: Branch 'refs/tags/7.2.7.2.M15' - 0 commits -

2023-12-10 Thread (via logerrit)
Rebased ref, commits from common ancestor:


core.git: basic/source include/tools sc/source tools/source vcl/source

2023-12-10 Thread Mike Kaganski (via logerrit)
 basic/source/classes/image.cxx  |3 +-
 basic/source/runtime/iosys.cxx  |2 -
 include/tools/stream.hxx|   32 ++-
 sc/source/filter/dif/difexp.cxx |2 -
 sc/source/ui/docshell/docsh.cxx |   13 +
 sc/source/ui/docshell/impex.cxx |   54 +++-
 sc/source/ui/inc/impex.hxx  |1 
 tools/source/stream/stream.cxx  |   17 +++-
 vcl/source/filter/wmf/wmfwr.cxx |2 -
 9 files changed, 37 insertions(+), 89 deletions(-)

New commits:
commit 2b4094195eb89d9bfd41908cbb32a8b964efd9fe
Author: Mike Kaganski 
AuthorDate: Sun Dec 10 21:11:32 2023 +0300
Commit: Mike Kaganski 
CommitDate: Mon Dec 11 07:10:31 2023 +0100

Clean up SvStream API a bit

Change-Id: Ic9847185e8f551eeb05715902374d7a9a9032f60
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160546
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/basic/source/classes/image.cxx b/basic/source/classes/image.cxx
index ee490947029e..eafb129894ab 100644
--- a/basic/source/classes/image.cxx
+++ b/basic/source/classes/image.cxx
@@ -440,7 +440,8 @@ bool SbiImage::Save( SvStream& r, sal_uInt32 nVer )
 // old readers will not read this data after having read legacy data, 
and will proceed
 // straight to the end of the record. So no version restriction here.
 r.WriteUInt32(nUnicodeDataMagicNumber);
-write_uInt16s_FromOUString(r, std::u16string_view(pStrings.get(), 
nStringSize));
+r.WriteUnicodeOrByteText(std::u16string_view(pStrings.get(), 
nStringSize),
+ RTL_TEXTENCODING_UNICODE);
 
 SbiCloseRecord( r, nPos );
 }
diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx
index be056aaf61e8..3d03274c46c0 100644
--- a/basic/source/runtime/iosys.cxx
+++ b/basic/source/runtime/iosys.cxx
@@ -562,7 +562,7 @@ namespace
 void WriteLines(SvStream , const OString& rStr)
 {
 OString aStr(convertLineEnd(rStr, rStream.GetLineDelimiter()) );
-write_uInt8s_FromOString(rStream, aStr);
+rStream.WriteBytes(aStr.getStr(), aStr.getLength());
 endl( rStream );
 }
 }
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index a6349c0be066..ad8a90ac70b3 100644
--- a/include/tools/stream.hxx
+++ b/include/tools/stream.hxx
@@ -364,10 +364,10 @@ public:
  sal_Int32 nMaxCodepointsToRead = 
0xFFFE );
 /** Write a sequence of Unicode characters if
 eDestCharSet==RTL_TEXTENCODING_UNICODE, otherwise write a sequence of
-Bytecodes converted to eDestCharSet */
-boolWriteUnicodeOrByteText(std::u16string_view rStr, 
rtl_TextEncoding eDestCharSet );
-boolWriteUnicodeOrByteText(std::u16string_view rStr )
-{ return WriteUnicodeOrByteText( rStr, GetStreamCharSet() 
); }
+Bytecodes converted to eDestCharSet. Write trailing zero, if bZero is 
true. */
+boolWriteUnicodeOrByteText(std::u16string_view rStr, 
rtl_TextEncoding eDestCharSet, bool bZero = false);
+boolWriteUnicodeOrByteText(std::u16string_view rStr, bool 
bZero = false)
+{ return WriteUnicodeOrByteText(rStr, GetStreamCharSet(), 
bZero); }
 
 /** Write a Unicode character if eDestCharSet==RTL_TEXTENCODING_UNICODE,
 otherwise write as Bytecode converted to eDestCharSet.
@@ -475,17 +475,6 @@ inline OUString 
read_uInt32_lenPrefixed_uInt16s_ToOUString(SvStream& rStrm)
 return read_uInt16s_ToOUString(rStrm, nUnits);
 }
 
-/// Attempt to write a prefixed sequence of nUnits 16bit units from an 
OUString,
-/// returned value is number of bytes written
-TOOLS_DLLPUBLIC std::size_t write_uInt16s_FromOUString(SvStream& rStrm,
-std::u16string_view rStr, std::size_t nUnits);
-
-inline std::size_t write_uInt16s_FromOUString(SvStream& rStrm,
-std::u16string_view rStr)
-{
-return write_uInt16s_FromOUString(rStrm, rStr, rStr.size());
-}
-
 /// Attempt to write a pascal-style length (of type prefix) prefixed sequence
 /// of 16bit units from an OUString, returned value is number of bytes written
 /// (including byte-count of prefix)
@@ -544,19 +533,6 @@ inline OUString 
read_uInt8_lenPrefixed_uInt8s_ToOUString(SvStream& rStrm,
 return OStringToOUString(read_uInt8_lenPrefixed_uInt8s_ToOString(rStrm), 
eEnc);
 }
 
-/// Attempt to write a prefixed sequence of nUnits 8bit units from an OString,
-/// returned value is number of bytes written
-inline std::size_t write_uInt8s_FromOString(SvStream& rStrm, std::string_view 
rStr,
- std::size_t nUnits)
-{
-return rStrm.WriteBytes(rStr.data(), nUnits);
-}
-
-inline std::size_t write_uInt8s_FromOString(SvStream& rStrm, std::string_view 
rStr)
-{
-return write_uInt8s_FromOString(rStrm, rStr, rStr.size());
-}
-
 /// Attempt to write a pascal-style length (of type prefix) 

[Bug 144407] New document opens in full screen mode (expected windowed) same as 'source'

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144407

Buovjaga  changed:

   What|Removed |Added

   Severity|normal  |minor

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

[Bug 158303] LibreOffice not working on 1280x1024 screen

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158303

Steven Casey  changed:

   What|Removed |Added

 CC||stca...@csumb.edu
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #5 from Steven Casey  ---
Not repro on Windows. Everything seems to be working as intended. I did just
change a 1080p monitor to 1280x1024 and tested it that way.

Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 32; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

(In reply to updradedsam3000 from comment #0)
> Additional Info:
> It was working without issues until recently. The only recent change was
> replacing a 1440p monitor that broke with a 4k monitor, although I can't say
> for sure that is when it stopped working normally. Though I suspect it might
> be related to adjusting between 4k monitor and a much lower resolution
> monitor.

My main monitor is 5120x1440p, which is close to 4k in the amount of pixels but
not quite so I can't get a 1 for 1 representation of your setup. Since this
happened after swapping monitors it might be related to that? is your 4k
monitor plugged into the same "device" (graphics card or other) as the 1280 x
1024 screen? Regardless, more testers will try and see if this occurs for them
:)

Would you mind also providing the exact build you are using? 
Help > About LibreOffice > Click the button next to "Version Information" 
Once you do, please change the status back to UNCOMFIRMED. Thanks!

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

[Bug 158373] Presentation window (one-screen workstation) won't close on kf6 - Neon Unstabel

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158373

--- Comment #1 from pieter kristensen  ---
So I just tried again.
When I start a presentation using F5 that happens as expected. But when I close
the presentation, using esc, the presentation remains on my screen and the
whole system appears to be stuck.
But when I do alt-tab there is no presentation in the row of open applications.
Only the main-screen of Impress...

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

[Bug 103341] [META] AutoCorrect and Word Completion bugs and enhancements

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103341
Bug 103341 depends on bug 117651, which changed state.

Bug 117651 Summary: AutoCorrect does not change preexisting text inside 
/slashes/ to italics, nor change -strikethrough-
https://bugs.documentfoundation.org/show_bug.cgi?id=117651

   What|Removed |Added

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

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

core.git: sw/source

2023-12-10 Thread Matt K (via logerrit)
 sw/source/core/edit/autofmt.cxx |   16 +++-
 1 file changed, 11 insertions(+), 5 deletions(-)

New commits:
commit 90d732a5311551ae79969ee24d98cf21ffbacac7
Author: Matt K 
AuthorDate: Sun Dec 10 12:32:51 2023 -0600
Commit: Mike Kaganski 
CommitDate: Mon Dec 11 05:38:43 2023 +0100

tdf#117651 Fix AutoCorrect crash for italic, strike, bold, and underline

This change fixes correction of indices when autocorrecting for one
of the categories of bold, italic, strike, or underline.  Previously,
the code would hit a debug assert when selecting "Apply" because of
incorrect indices into the string being autocorrected.

Change-Id: I5484c589ff43cd2fc78332cdc0d63e74cdc8e256
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160547
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/sw/source/core/edit/autofmt.cxx b/sw/source/core/edit/autofmt.cxx
index fda00e5dfa4c..b569ca389ed8 100644
--- a/sw/source/core/edit/autofmt.cxx
+++ b/sw/source/core/edit/autofmt.cxx
@@ -2092,8 +2092,12 @@ void SwAutoFormat::AutoCorrect(TextFrameIndex nPos)
 aFInfo.SetFrame( nullptr );
 }
 //#125102# in case of the mode 
RedlineFlags::ShowDelete the ** are still contained in pText
-
if(!(m_pDoc->getIDocumentRedlineAccess().GetRedlineFlags() & 
RedlineFlags::ShowDelete))
-nPos = 
m_pCurTextFrame->MapModelToViewPos(*m_aDelPam.GetPoint()) - TextFrameIndex(1);
+if 
(m_pDoc->getIDocumentRedlineAccess().GetRedlineFlags() & 
RedlineFlags::ShowDelete)
+{
+nPos = 
m_pCurTextFrame->MapModelToViewPos(*m_aDelPam.GetPoint())
+   - TextFrameIndex(1);
+bBreak++;
+}
 // Was a character deleted before starting?
 if (cBlank && cBlank != 
(*pText)[sal_Int32(nSttPos) - 1])
 --nSttPos;
@@ -2141,11 +2145,13 @@ void SwAutoFormat::AutoCorrect(TextFrameIndex nPos)
 m_aDelPam.DeleteMark();
 aFInfo.SetFrame(nullptr);
 }
-//#125102# in case of the mode 
RedlineFlags::ShowDelete the ** are still contained in pText
-if 
(!(m_pDoc->getIDocumentRedlineAccess().GetRedlineFlags()
-  & RedlineFlags::ShowDelete))
+//#125102# in case of the mode 
RedlineFlags::ShowDelete the // or -- are still contained in pText
+if 
(m_pDoc->getIDocumentRedlineAccess().GetRedlineFlags() & 
RedlineFlags::ShowDelete)
+{
 nPos = 
m_pCurTextFrame->MapModelToViewPos(*m_aDelPam.GetPoint())
- TextFrameIndex(1);
+bBreak++;
+}
 // Was a character deleted before starting?
 if (cBlank && cBlank != 
(*pText)[sal_Int32(nSttPos) - 1])
 --nSttPos;


core.git: sw/source

2023-12-10 Thread Matt K (via logerrit)
 sw/source/core/edit/autofmt.cxx |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit dc8b69e3393d4f71900ea871db5598a5f7af567e
Author: Matt K 
AuthorDate: Sun Dec 10 12:20:32 2023 -0600
Commit: Mike Kaganski 
CommitDate: Mon Dec 11 05:35:53 2023 +0100

tdf#117651 Fix AutoCorrect support for italic, strike, bold, and underline

The previous change for italic had a "break" for "/", but it turns out
that code path is hit when trying to "Apply" with slashes around
some text, so we just move the "break" inside the check for French
language handling.  Note that trying "Apply" with this change will
crash on a debug build -- there is another fix for that problem
in a subsequent change.

Change-Id: I4bd76505b3fdfc9f5660eb6ae4a5c5c23e9672ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160529
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/sw/source/core/edit/autofmt.cxx b/sw/source/core/edit/autofmt.cxx
index 65324e0eb296..fda00e5dfa4c 100644
--- a/sw/source/core/edit/autofmt.cxx
+++ b/sw/source/core/edit/autofmt.cxx
@@ -2110,8 +2110,10 @@ void SwAutoFormat::AutoCorrect(TextFrameIndex nPos)
 
 SetRedlineText( STR_AUTOFMTREDL_NON_BREAK_SPACE );
 if (pATst->FnAddNonBrkSpace(aACorrDoc, *pText, 
sal_Int32(nPos), eLang, bNbspRunNext))
+{
 --nPos;
-break;
+break;
+}
 }
 [[fallthrough]];
 case '-':


[Bug 76131] Existing pinned icon on Win7/8/10/11's taskbar is invalid after re-installation/update and start menu icons are swapped (W10/W11)

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76131

João Paulo  changed:

   What|Removed |Added

 CC||joaopauloag-freedesktop@yah
   ||oo.com.br
Summary|Existing pinned icon on |Existing pinned icon on
   |Win7/8/10/11 is taskbar |Win7/8/10/11's taskbar is
   |invalid after   |invalid after
   |re-installation/update and  |re-installation/update and
   |start menu icons are|start menu icons are
   |swapped (W10/W11)   |swapped (W10/W11)

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

[Bug 158634] Something is wrong with dates: they are not visible in filter by formatted columns and are almost impossible to edit.

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158634

--- Comment #2 from DerkMuncoster  ---
3. Using the shortcut keys "Ctrl+;" You can insert the current date. In the
Russian locale with an English keyboard layout, this does not work; It works
with the Russian keyboard layout only.

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

[Bug 158633] Something is wrong with dates: they are not visible in filter by formatted columns and are almost impossible to edit.

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158633

ady  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from ady  ---
Considering tdf#158634, we should take this one as a "fake dupe". Setting this
report bug 158633 as invalid.

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

[Bug 158378] Word count don't update when select text by moving Shift and Arrow on keyboard in Chinese.

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158378

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 138863] Superordinate object of cells should be sheet, not page

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138863

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

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

[Bug 158374] When printing labels one entry of the database is omitted on each page change

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158374

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 158373] Presentation window (one-screen workstation) won't close on kf6 - Neon Unstabel

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158373

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 103030] [META] Navigator sidebar deck and floating window

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103030
Bug 103030 depends on bug 143606, which changed state.

Bug 143606 Summary: Write Navigator no longer remembers 2nd monitor
https://bugs.documentfoundation.org/show_bug.cgi?id=143606

   What|Removed |Added

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

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

[Bug 143606] Write Navigator no longer remembers 2nd monitor

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143606

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

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.

[Bug 143606] Write Navigator no longer remembers 2nd monitor

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143606

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 146685] LibreOffice manages to use signing certificate without knowing the certificate password.

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146685

--- Comment #5 from QA Administrators  ---
Dear Stephan,

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.

[Bug 146211] export to PDF/A-2b removes (qualified) signature

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146211

--- Comment #4 from QA Administrators  ---
Dear Ralf Hauser,

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.

[Bug 74576] Fileopen XLS: Text Box in Chart wrong positioned (OK in XLSX)

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74576

--- Comment #9 from QA Administrators  ---
Dear Robert Marks,

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.

[Bug 96066] ODF does not allow negative values in attribute fo:padding, but LO writes negative values

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96066

--- Comment #14 from QA Administrators  ---
Dear Regina Henschel,

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.

[Bug 132015] page layout in content.xml is not read

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132015

--- Comment #3 from QA Administrators  ---
Dear Regina Henschel,

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.

[Bug 50795] FORMATTING: Drawing issue with image-based list bullets

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50795

--- Comment #12 from QA Administrators  ---
Dear Alexey,

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.

[Bug 139636] UI: Thumbnail in start center shows changes. Hidden expected

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139636

--- Comment #5 from QA Administrators  ---
Dear Telesto,

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.

[Bug 128206] FILEOPEN PPTX text z-Rotation does not work together with shape rotation

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128206

--- Comment #6 from QA Administrators  ---
Dear Regina Henschel,

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.

[Bug 123350] FILEOPEN | PPTX, Shape gets its tilting removed when opened in LO

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123350

--- Comment #6 from QA Administrators  ---
Dear NISZ LibreOffice Team,

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.

[Bug 118688] Filled form fields exported to PDF show as empty after converting to JPEG with ImageMagick

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118688

--- Comment #10 from QA Administrators  ---
Dear Justin,

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.

[Bug 112275] Find & Replace all for cell styles in empty cells shows an empty results window

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112275

--- Comment #7 from QA Administrators  ---
Dear Emil Tanev,

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.

[Bug 118256] PDF export of presentation with svg image with stroke-miterlimit is wrong.

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118256

--- Comment #5 from QA Administrators  ---
Dear Regina Henschel,

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.

[Bug 103906] LO uses deprecated mime type "image/x-wmf" for WMF files instead of "image/wmf"

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103906

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

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.

[Bug 111340] cropped image aspect ratio (jpeg, eps, at least) fails on saving and re-opening .odp file and on export to PDF.

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111340

--- Comment #7 from QA Administrators  ---
Dear Eric M,

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.

[Bug 106934] Image Control property style:repeat="scale" is not valid

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106934

--- Comment #8 from QA Administrators  ---
Dear Regina Henschel,

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.

[Bug 101758] Do not use loext:graphic-properties for vertical-align in table in Draw/Impress

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101758

--- Comment #9 from QA Administrators  ---
Dear Regina Henschel,

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.

[Bug 155266] VIEWING / SCROLLING: very laggy jerky scrolling on macOS Intel Writer: scroll lag

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155266

John Milton  changed:

   What|Removed |Added

Version|7.5.3.2 release |7.5.9.2 release
  Component|Writer  |Calc

--- Comment #59 from John Milton  ---
Libra office 7.5.9.2 was supposed to fix jerky scrolling, but for me this
version introduced it.

Scrolling doesn't respond to mouse wheel or track pad. Seems to scroll to the
right of selected cell but not to the left. Then suddenly corrects itself.

Selection of cell with mouse click is also unreliable.

Such random behaviour makes libra office unusable until this is fixed.
This is a MAJOR bug. It's not just normal. The product is unusable.

MAC OS is Ventura 13.6.1

JohnM

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

[Bug 144407] New document opens in full screen mode (expected windowed) same as 'source'

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144407

--- Comment #8 from Steven Casey  ---
Created attachment 191350
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191350=edit
Demonstration of bibisect findings

Screen capture demonstrating findings.

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

[Bug 144407] New document opens in full screen mode (expected windowed) same as 'source'

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144407

Steven Casey  changed:

   What|Removed |Added

 CC||caolan.mcnamara@collabora.c
   ||om, stca...@csumb.edu
   Keywords|bibisectRequest |bibisected, bisected
  Regression By||Caolán McNamara

--- Comment #7 from Steven Casey  ---
I have attempted to bibisect this issue. This bug is also present in the newest
version:

Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 0ddd9f7e055a0c1ecb120de3e40c3fdb8373e9dc
CPU threads: 32; OS: Windows 10.0 Build 22631; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

Regression introduced by:
https://git.libreoffice.org/core/+/c910d1dae1a9fcf0591098244debc863dd59618a

commit  c910d1dae1a9fcf0591098244debc863dd59618a[log]
author  Caolán McNamara Fri Feb 17 16:23:28 2017 +
committer   Caolán McNamara Fri Feb 17 16:23:32
2017 +
treeb2fc297ab8533ab533fa8280b31ad68d7b04ee9b
parent  2006ac5ffb879c20155af20d3c1c6dda4324678c [diff]

Adding CC to: Caolán McNamara

bibisected using: win32-5.4 repo

Previous commit opens Writer in a windowed tab, however it is still not at the
same size as the main window. Not sure if it matters, but I am using an
uncommon aspect ratio of 32:9 (5120x1440p) so that may cause some
complications.

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

[Bug 158634] Something is wrong with dates: they are not visible in filter by formatted columns and are almost impossible to edit.

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158634

--- Comment #1 from DerkMuncoster  ---
Created attachment 191349
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191349=edit
Formatted with dates columns A, Q and X at first sheet. Another two sheets
contain screenshots.

The screenshot in the bad_date-3 sheet was made for the Russian locale. Please
don't let the Russian letters bother you. You need to see what dates look like
for different numbered versions of Libreoffice in AutoFilter: with or without
years.

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

[Bug 158635] New: AutoRecovery cannot be turned off

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158635

Bug ID: 158635
   Summary: AutoRecovery cannot be turned off
   Product: LibreOffice
   Version: 7.3.7.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: vazqe...@gmail.com

After disabling AutoRecovery and restarting my profile, it keeps on doing it
every 10 minutes. I don't know what else to do.

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

[Bug 158634] New: Something is wrong with dates: they are not visible in filter by formatted columns and are almost impossible to edit.

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158634

Bug ID: 158634
   Summary: Something is wrong with dates: they are not visible in
filter by formatted columns and are almost impossible
to edit.
   Product: LibreOffice
   Version: 7.3.7.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: der...@laafd.com

Description:
At formatted columns without year digits AutoFilter doesn't work properly.
It is no longer possible to use digital values to insert and edit dates.






Steps to Reproduce:
1.1. I have some formatted file from 2018; see Dealwth sheet at bad_date.ods.
It has two columns with formatted dates without years digits: Q and X(the X
column is a link to column Q). These columns have AutoFlilter for them. 
 When I try to make filter by dates for them, the filter don't expose years
digits for them, thus they cannot be filtered correctly by dates taking into
account the year.
 1a) I can filter dates by the way.To do this, I convert the dates into a
number format and apply a Standard Filter. For example for filtering May, 2018: 
Column Q > 43220
AND Column Q < 43252
See bad_date-2 sheet at bad_date.ods. I do this trick in a copy of the file so
as not to spoil the main file.
 1b) For version 6.4.7.2 AutoFilter works fine, see bad_date-3 sheet at
bad_date.ods.  
2. From version 7.6.3.2 something strange is happening with the dates
inserting.
Previously I could write in the Russian keyboard layout:
02.10. then press Enter and get the date in the current year => 02.10.2023. 
Moreover, in the Russian locale I could use the English keyboard layout to
quickly set the date:
02/10/ then press Enter and get the date in the current year => 02.10.2023 or
another formatted date.
 Today this method has stopped working. Moreover, full date entry does not
work:
02/10/2023 or 02.10.2023 are not formatted as a date anymore.
 The only way left to enter the date is to enter the day and name of month for
the current year or the day, name of month and year for other years:
Dec 05 => 12/05/2023
Dec 05 2021 => 12/05/2021.
This input method does not allow you to substitute dates in formatted cells.
For example, in the table from the file bad_date.ods, in column A, you can
substitute the current date in the drop-down window. In the English locale this
formatting works, but in the Russian locale it does not work: numbers are
substituted, but they are not formatted as a date!

Actual Results:
1. Autofilter doesn't see formatted dates without year digits.
2. Entering date with digits only is impossible. 

Expected Results:
1. Autofilter must to see full dates when formatted cells doesn't contain year
digits.
2. Entering dates with digits must to format cells as date formatted. 


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.6.3.2 (X86_64) / LibreOffice Community
Build ID: 60(Build:2)
CPU threads: 2; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-US (ru_RU.UTF-8); UI: en-US
Ubuntu package version: 4:7.6.3-0ubuntu0.22.04.1~lo1
Calc: threaded

Version 6.4.7.2 doesn't has these troubles.

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

Need help for bug 158451

2023-12-10 Thread Regina Henschel

Hi all,

I need help for bug 158451. Problem: A group or a drawing canvas in a 
docx file crashes Writer, in case it is anchored 'inline' and has a 
child shape with text. The crash happens in 
SwAnchoredObject::GetObjRectWithSpaces(). There is no crash, if such 
group is in an odt file.


It is not a new problem, but it will effect more users now, because the 
drawing canvas and not the VML fallback is imported now and the drawing 
canvas is anchored 'inline' as default in Word.


Steps before the crash are
SwTextFormatter::NewPortion()
SwTextFormatter::CalcFlyWidth()
SwTextFly::GetFrame()
SwTextFly::ForEach()
SwAnchoredObject::GetObjRectWithSpaces()

I think the crash should be fixed till release, but I'm not familiar 
with these frames. Do you have tips for me?
Do you have an idea why a group from docx is different from a group from 
odt, for example?


Attila Bakos had worked in that area, but NISZ does no longer exist.

Kind regards,
Regina


[Bug 158633] New: Something is wrong with dates: they are not visible in filter by formatted columns and are almost impossible to edit.

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158633

Bug ID: 158633
   Summary: Something is wrong with dates: they are not visible in
filter by formatted columns and are almost impossible
to edit.
   Product: LibreOffice
   Version: 7.3.7.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: der...@laafd.com

Description:
At formatted columns without year digits AutoFilter doesn't work properly.
It is no longer possible to use digital values to insert and edit dates.






Steps to Reproduce:
1.1. I have some formatted file from 2018; see bad_date-1.ods. It has two
columns with formatted dates without years digits: Q and X(the X column is a
link to column Q). These columns have AutoFlilter for them. 
 When I try to make filter by dates for them, the filter don't expose years
digits for them, thus they cannot be filtered correctly by dates taking into
account the year.
 1a) I can filter dates by the way.To do this, I convert the dates into a
number format and apply a Standard Filter. For example for filtering May, 2018: 
Column Q > 43220
AND Column Q < 43252
See bad_date-2.png. I do this trick in a copy of the file so as not to spoil
the main file.
 1b) For version 6.4.7.2 AutoFilter works fine, see bad_date-3.png .  
2. From version 7.6.3.2 something strange is happening with the dates
inserting.
Previously I could write in the Russian keyboard layout:
02.10. then press Enter and get the date in the current year => 02.10.2023. 
Moreover, in the Russian locale I could use the English keyboard layout to
quickly set the date:
02/10/ then press Enter and get the date in the current year => 02.10.2023 or
another formatted date.
 Today this method has stopped working. Moreover, full date entry does not
work:
02/10/2023 or 02.10.2023 are not formatted as a date anymore.
 The only way left to enter the date is to enter the day and name of month for
the current year or the day, name of month and year for other years:
Dec 05 => 12/05/2023
Dec 05 2021 => 12/05/2021.
This input method does not allow you to substitute dates in formatted cells.
For example, in the table from the file bad_date-1.ods, in column A, you can
substitute the current date in the drop-down window. In the English locale this
formatting works, but in the Russian locale it does not work: numbers are
substituted, but they are not formatted as a date!

Actual Results:
1. Autofilter doesn't see formatted dates without year digits.
2. Entering date with digits only is impossible. 

Expected Results:
1. Autofilter must to see full dates when formatted cells doesn't contain year
digits.
2. Entering dates with digits must to format cells as date formatted. 


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.6.3.2 (X86_64) / LibreOffice Community
Build ID: 60(Build:2)
CPU threads: 2; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-US (ru_RU.UTF-8); UI: en-US
Ubuntu package version: 4:7.6.3-0ubuntu0.22.04.1~lo1
Calc: threaded

Version 6.4.7.2 doesn't has these troubles.

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

[Bug 156662] Always using direct connection to api.languagetool.org (bypasses proxy setting)

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156662

--- Comment #8 from Norimasa Yamamoto  ---
Not fixed at 7.5.9.1 release.

I'm waiting to fix bug 158352 related.

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

[Bug 89323] undo option after entering values in table is not working in Libreoffice Impress

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89323

--- Comment #12 from Tex2002ans  ---
I CAN'T reproduce in:

Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

- - -

I tried all sorts of insert table + type + undo steps:

- Comment #0, Comment #1, Comment #3, even the steps in Comment #5's document

and LO Impress undid everything perfectly fine.

(The undo table bug may have already been fixed in these past 7 years.)

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

[Bug 158407] Deactivate "Toggle Point Edit Mode" (.uno:ToggleObjectBezierMode ) for selected shapes that cannot use the "Edit Points" toolbar

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158407

--- Comment #7 from Regina Henschel  ---
The point edit mode is not only used to edit points (A), but it is used to
enable handles (B) for some shape types as well. In the latter case the command
does not open a toolbar, but changes the shape view between 'handle' and
'normal'.

The point edit mode is needed for the shape types:
legacy rectangles (B)
legacy arc, pie and segment (B)
lines (A)
Polygons, polylines, Bezier curves, freeform objects (A)

Text box shapes, related callout shapes, and presentation objects (title, ...
in Impress) are always in mode (B). The toolbar icon has no effect. The icon is
not drawn as 'on'. Not sure how to handle the icon.

A point edit mode does not exist for custom shapes, including Fontwork shapes.
The toggle item should be removed from context menu. Users coming from
PowerPoint might expect it, but it is not implemented in LibreOffice. Feature
request is in bug 144041.

A point edit mode does note exist for measure lines, not for connectors and not
for QR-code shapes. The toggle item should be removed from context menu.

A point edit mode does not exist for controls, images and media shapes. But
they have already no item in context menu, so nothing to do for them.

Math-objects and comments in Calc are rendered as if mode (B) exists, but the
handle is not moveable. => Bug


If a point edit mode is not possible for an object, then the icon "Toggle Point
Edit Mode" in a toolbar should be drawn as inactive.

I have tested the above with current master.

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

[Bug 158630] Writer unable to save inserted audio objects in Microsoft compatible formats

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158630

--- Comment #3 from FLS  ---
Gooling "How to insert multimedia objects" in a MS Word doc?", you´ll see many
links that indicate it is actually possible to include any kind of multimedia
objects, not only audios, videos as well.

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

[Bug 158627] spam

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158627

V Stuart Foote  changed:

   What|Removed |Added

Summary|Login Fail  |spam

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

[Bug 158629] spam

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158629

V Stuart Foote  changed:

   What|Removed |Added

Summary|Login Fail  |spam

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

[Bug 158632] spam

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158632

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID
  Component|Writer  |deletionRequest
 CC||vsfo...@libreoffice.org
Summary|Login Fail  |spam

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

[Bug 149085] The "Protect" section on the Options tab of {Image, Frame, Object} Properties dialog should be on the "Position and Size" tab

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149085

--- Comment #13 from sdc.bla...@youmail.dk ---
Code pointers are given, but maybe this should also be noted as an EasyHack?

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

core.git: Changes to 'refs/tags/mimo-7.5.9.2.M1'

2023-12-10 Thread Mike Kaganski (via logerrit)
Tag 'mimo-7.5.9.2.M1' created by Aron Budea  at 
2023-12-11 00:23 +

mimo-7.5.9.2.M1

Changes since mimo-7.5.7.1.M1-73:
---
 0 files changed
---


[Bug 154934] Disappearing Edit Points toolbar set by View>Toolbars>Edit Points

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154934

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 CC||sdc.bla...@youmail.dk

--- Comment #2 from sdc.bla...@youmail.dk ---
This particular case is probably a special case of bug 38850, bug 106846 or bug
107495.  Maybe should be marked as a DUP of one of these?

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

core.git: Changes to 'refs/tags/mimo-7.3.7.2.M8'

2023-12-10 Thread Henry Castro (via logerrit)
Tag 'mimo-7.3.7.2.M8' created by Aron Budea  at 
2023-12-11 00:21 +

mimo-7.3.7.2.M8

Changes since mimo-7.3.7.2.M7-30:
---
 0 files changed
---


core.git: Changes to 'refs/tags/mimo-7.2.7.2.M15'

2023-12-10 Thread Aron Budea (via logerrit)
Tag 'mimo-7.2.7.2.M15' created by Aron Budea  at 
2023-12-11 00:17 +

mimo-7.2.7.2.M15

Changes since mimo-7.2.7.2.M14-7:
---
 0 files changed
---


[Bug 158632] New: Login Fail

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158632

Bug ID: 158632
   Summary: Login Fail
   Product: LibreOffice
   Version: 3.3.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: trungthien23102...@gmail.com

Description:
login fail

Steps to Reproduce:
1. kjhk
2. lkjk
3.

Actual Results:
loi

Expected Results:
vao trang 


Reproducible: Always


User Profile Reset: No

Additional Info:
no

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

core.git: Changes to 'refs/tags/7.2.7.2.M15'

2023-12-10 Thread Aron Budea (via logerrit)
Tag '7.2.7.2.M15' created by Aron Budea  at 
2023-12-11 00:14 +

7.2.7.2.M15

Changes since mimo-7.2.7.2.M14-7:
---
 0 files changed
---


[Bug 158407] Deactivate "Toggle Point Edit Mode" (.uno:ToggleObjectBezierMode ) for selected shapes that cannot use the "Edit Points" toolbar

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158407

--- Comment #6 from sdc.bla...@youmail.dk ---
(In reply to Dieter from comment #3)
> command should be at least greyed out and docmentation should be updated.
bug 130024 notes many other problems in help for "Edit Points" toolbar.

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

core.git: Changes to 'refs/tags/mimo-7.1.8.1.M6'

2023-12-10 Thread Aron Budea (via logerrit)
Tag 'mimo-7.1.8.1.M6' created by Aron Budea  at 
2023-12-11 00:11 +

mimo-7.1.8.1.M6

Changes since mimo-7.1.8.1.M5-7:
---
 0 files changed
---


core.git: Changes to 'refs/tags/mimo-7.0.7.0.M14'

2023-12-10 Thread Aron Budea (via logerrit)
Tag 'mimo-7.0.7.0.M14' created by Aron Budea  at 
2023-12-11 00:09 +

mimo-7.0.7.0.M14

Changes since mimo-7.0.7.0.M13-7:
---
 0 files changed
---


core.git: Changes to 'refs/tags/mimo-6.4.7.2.M10'

2023-12-10 Thread Aron Budea (via logerrit)
Tag 'mimo-6.4.7.2.M10' created by Aron Budea  at 
2023-12-11 00:07 +

mimo-6.4.7.2.M10

Changes since mimo-6.4.7.2.M9-7:
---
 0 files changed
---


core.git: Changes to 'refs/tags/mimo-6.2.8.2.M13'

2023-12-10 Thread Aron Budea (via logerrit)
Tag 'mimo-6.2.8.2.M13' created by Aron Budea  at 
2023-12-11 00:02 +

mimo-6.2.8.2.M13

Changes since mimo-6.2.8.2.M12-7:
---
 0 files changed
---


[Bug 158630] Writer unable to save inserted audio objects in Microsoft compatible formats

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158630

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---
Open the odt file with Word, the media file is also missing.

I think it is not possible to insert audio files in Word.

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

[Bug 158407] Deactivate "Toggle Point Edit Mode" (.uno:ToggleObjectBezierMode ) for selected shapes that cannot use the "Edit Points" toolbar

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158407

sdc.bla...@youmail.dk changed:

   What|Removed |Added

Summary|Deactivate "Toggle Point|Deactivate "Toggle Point
   |Edit Mode"  |Edit Mode"
   |(.uno:ToggleBezierEditMode) |(.uno:ToggleObjectBezierMod
   |for selected shapes that|e ) for selected shapes
   |cannot use the "Edit|that cannot use the "Edit
   |Points" toolbar |Points" toolbar

--- Comment #5 from sdc.bla...@youmail.dk ---
In reply to sdc.blanco from comment #4)
> 1. The "Toggle Point Edit Mode" (.uno:ToggleBezierEditMode) 
Spelling clarification:  should be: .uno:ToggleObjectBezierMode

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

[Bug 144113] "Optimizing could fail with beziers!"

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144113

Eyal Rozenberg  changed:

   What|Removed |Added

 Blocks||140879


Referenced Bugs:

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

[Bug 140879] [META] Console noise

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140879

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||144113


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=144113
[Bug 144113] "Optimizing could fail with beziers!"
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158625] Dateformat not preserved in calc

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158625

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  ---
Works for me with:
Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 0ddd9f7e055a0c1ecb120de3e40c3fdb8373e9dc
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL threaded

Please attach a sample file, and paste the information in Menu/Help/About
LibreOffice, there is an icon to copy.

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

[Bug 140879] [META] Console noise

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140879
Bug 140879 depends on bug 145171, which changed state.

Bug 145171 Summary: Use of questionable polygon optimization on startup
https://bugs.documentfoundation.org/show_bug.cgi?id=145171

   What|Removed |Added

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

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

[Bug 144113] "Optimizing could fail with beziers!"

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144113

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 CC||eyalr...@gmx.com

--- Comment #5 from sdc.bla...@youmail.dk ---
*** Bug 145171 has been marked as a duplicate of this bug. ***

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

[Bug 145171] Use of questionable polygon optimization on startup

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145171

sdc.bla...@youmail.dk changed:

   What|Removed |Added

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

--- Comment #4 from sdc.bla...@youmail.dk ---


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

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

[Bug 158619] a diaporama made with Powerpoint and imported in Impress is blank when opened again with PowerPoint

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158619

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #4 from m.a.riosv  ---
Created attachment 191348
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191348=edit
PowerPoint screenshot.

Seems to me the issue is on PowerPoint side, not being able to open properly
the file in odp format, saving as pptx with LibreOffice opens fine with
PowerPoint.

I have tested saving different odp version and the issue it's the same.

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

[Bug 144444] [UI] Inconsistency in UI for curve points

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=14

sdc.bla...@youmail.dk changed:

   What|Removed |Added

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

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

[Bug 111807] Inconsistent Function Names for ".uno:ToggleObjectBezierMode"

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111807

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 CC||sdc.bla...@youmail.dk
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||

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

[Bug 158618] Picture made with draw and pasted in Writer disappear when you modify or/and register Writer file

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158618

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #3 from m.a.riosv  ---
I can't reproduce with:
Version: 7.6.3.2 (X86_64) / LibreOffice Community
Build ID: 29d686fea9f6705b262d369fede658f824154cc0
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL threaded

Please paste here the information on Menu/Help/About LibreOffice (There is an
icon to copy)

Please test in safe mode, Menu/Help/Restart in Safe Mode

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

[Bug 158617] Underlining no vertical separation from text

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158617

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---
Please paste here the information on Menu/Help/About LibreOffice (There is an
icon to copy)

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

translations.git: Changes to 'refs/tags/co-21.06.40-1'

2023-12-10 Thread Andras Timar (via logerrit)
Tag 'co-21.06.40-1' created by Andras Timar  at 
2023-12-10 22:48 +

co-21.06.40-1

Changes since cp-21.06.13-1-1:
---
 0 files changed
---


help.git: Changes to 'refs/tags/co-21.06.40-1'

2023-12-10 Thread Adolfo Jayme Barrientos (via logerrit)
Tag 'co-21.06.40-1' created by Andras Timar  at 
2023-12-10 22:48 +

co-21.06.40-1

Changes since co-2021-branch-point-10:
---
 0 files changed
---


core.git: Changes to 'refs/tags/co-21.06.40-1'

2023-12-10 Thread Andras Timar (via logerrit)
Tag 'co-21.06.40-1' created by Andras Timar  at 
2023-12-10 22:48 +

co-21.06.40-1

Changes since cp-21.06.39-1-4:
---
 0 files changed
---


dictionaries.git: Changes to 'refs/tags/co-21.06.40-1'

2023-12-10 Thread Andras Timar (via logerrit)
Tag 'co-21.06.40-1' created by Andras Timar  at 
2023-12-10 22:48 +

co-21.06.40-1

Changes since libreoffice-7-1-branch-point-5:
---
 0 files changed
---


core.git: Branch 'distro/collabora/co-2021' - configure.ac

2023-12-10 Thread Andras Timar (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8d6af3cd9d61fbb716ee249cd480dc4c6d089f9d
Author: Andras Timar 
AuthorDate: Sun Dec 10 23:47:47 2023 +0100
Commit: Andras Timar 
CommitDate: Sun Dec 10 23:47:47 2023 +0100

Bump version to 21.06.40.1

Change-Id: Ie5d0223adf004cca64318cb7631e06cc34ef3064

diff --git a/configure.ac b/configure.ac
index 0792e181547c..cff196ca6e17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([Collabora Office],[21.06.39.1],[],[],[https://collaboraoffice.com/])
+AC_INIT([Collabora Office],[21.06.40.1],[],[],[https://collaboraoffice.com/])
 
 dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just 
fine if it is installed
 dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails 
hard


translations.git: Changes to 'refs/tags/co-22.05.21-1'

2023-12-10 Thread Andras Timar (via logerrit)
Tag 'co-22.05.21-1' created by Andras Timar  at 
2023-11-25 19:35 +

co-22.05.21-1

Changes since cp-22.05.10-1-1:
---
 0 files changed
---


core.git: Changes to 'refs/tags/co-22.05.21-1'

2023-12-10 Thread Andras Timar (via logerrit)
Tag 'co-22.05.21-1' created by Andras Timar  at 
2023-11-25 19:35 +

co-22.05.21-1

Changes since cp-22.05.20-1-10:
---
 0 files changed
---


dictionaries.git: Changes to 'refs/tags/co-22.05.21-1'

2023-12-10 Thread Aron Budea (via logerrit)
Tag 'co-22.05.21-1' created by Andras Timar  at 
2023-11-25 19:35 +

co-22.05.21-1

Changes since cp-22.05.5-2:
Aron Budea (1):
  Add Persian (fa-IR) dictionary

---
 Dictionary_fa.mk  |   21 
 Module_dictionaries.mk|1 
 fa_IR/LICENSE |   15 
 fa_IR/META-INF/manifest.xml   |6 
 fa_IR/README_fa_IR.txt|   26 
 fa_IR/description.xml |   22 
 fa_IR/dictionaries.xcu|   19 
 fa_IR/fa-IR.aff   |  217 
 fa_IR/fa-IR.dic   |104025 
++
 fa_IR/icon.png|binary
 fa_IR/package-description.txt |4 
 11 files changed, 104356 insertions(+)
---


help.git: Changes to 'refs/tags/co-22.05.21-1'

2023-12-10 Thread Andras Timar (via logerrit)
Tag 'co-22.05.21-1' created by Andras Timar  at 
2023-11-25 19:35 +

co-22.05.21-1

Changes since cp-22.05.20-1-3:
---
 0 files changed
---


[Bug 158407] Deactivate "Toggle Point Edit Mode" (.uno:ToggleBezierEditMode) for selected shapes that cannot use the "Edit Points" toolbar

2023-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158407

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 CC||heiko.tietze@documentfounda
   ||tion.org,
   ||rb.hensc...@t-online.de
Summary|Remove "Toggle Point Edit   |Deactivate "Toggle Point
   |Mode" from context menu for |Edit Mode"
   |all shapes, where you can't |(.uno:ToggleBezierEditMode)
   |use that command|for selected shapes that
   ||cannot use the "Edit
   ||Points" toolbar

--- Comment #4 from sdc.bla...@youmail.dk ---
Thanks Dieter.  I can now revise the OP to the following:

1. The "Toggle Point Edit Mode" (.uno:ToggleBezierEditMode) works for all
Shapes (in the sense that the icon in the context menu and Drawing toolbar is
highlighted or not, depending on the Toggle.

2. When "Toggle Point Edit Mode" icon is clicked with a selected "Line",
"Curve" or "Polygon" (i.e., Bézier objects), then the toggle turns on (and off)
the "Edit Points" toolbar.   (I believe this is the correct/expected behavior).

3. For other Shapes (e.g., Circle, Basic Shapes, Symbol Shapes, Block Arrows),
then "Toggle Point Edit Mode" toggles, but has no effect (i.e., the Edit Points
toolbar is not shown).  

The assumption is that the "Edit Points" toolbar is not relevant for these
other shapes, and therefore the "Toggle Point Edit Mode" command should not be
active for those cases.  (adding @Regina to check/confirm that this is true).

But one additional question in this connection. According to [1], it should be
possible to use "Toggle Point Edit Mode" to round the corners of rectangles,
but I did not see " a small frame at the upper left corner of the object" or a
"hand symbol" when placing the cursor over the object, as described in the help
page.  The additional question:  Is it possible in principle to round corners
on all shapes, and therefore "Toggle Edit Point Mode" is relevant (i.e., should
be active) for all shapes?  Or should some shapes have the "Toggle Point Edit
Mode" be deactivated? 

If some deactivation is needed, then adding @Heiko to check whether this change
is an Easy Hack.

[1]
https://help.libreoffice.org/24.2/en-GB/text/shared/guide/round_corner.html?=WRITER=WIN

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

  1   2   3   >