[Libreoffice-bugs] [Bug 142000] Need alternative to KeyID language pack for non-English languages

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

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

   What|Removed |Added

  Component|UI  |Localization
 Blocks||113969
 CC||79045_79...@mail.ru,
   ||so...@libreoffice.org


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113969
[Bug 113969] [META] Bugs to reduce localization efforts by translators
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155228] Syntax error in PDF for Tab key of page object

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

Michael Stahl (allotropia)  changed:

   What|Removed |Added

   Keywords||regression
 Resolution|--- |FIXED
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||8934
   Assignee|libreoffice-b...@lists.free |michael.st...@allotropia.de
   |desktop.org |
 Status|UNCONFIRMED |RESOLVED

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

[Libreoffice-bugs] [Bug 142679] When entering data, can the cell background be transparent so you can see the image underneath?

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

ady  changed:

   What|Removed |Added

   Keywords||needsUXEval

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

[Libreoffice-bugs] [Bug 112279] EDITING: Improve error text when adding named cells

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

Mike Kaganski  changed:

   What|Removed |Added

 CC||er...@redhat.com

--- Comment #16 from Mike Kaganski  ---
By the way: a range name like "12f" is gladly accepted when assigned using the
Name Box of main UI. Eike: is this a bug?

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

[Libreoffice-bugs] [Bug 112279] EDITING: Improve error text when adding named cells

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

--- Comment #15 from Mike Kaganski  ---
(In reply to BogdanB from comment #13)
> numbers instead of digits

Please do not confuse "numbers" (anything like e.g. "123" or "0.15*10^-123")
with "digits" (= symbols used do represent the math decimal notation elements).
Indeed, the "decimal" is implied, and we also do not consider e.g. Chinese 一二三.

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

[Libreoffice-bugs] [Bug 155262] New: LibreOffice crashes in server mode with "free(): corrupted unsorted chunks"

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

Bug ID: 155262
   Summary: LibreOffice crashes in server mode with "free():
corrupted unsorted chunks"
   Product: LibreOffice
   Version: 7.4.5.1 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mity...@debian.org

Created attachment 187223
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187223=edit
gdb trace

We are using libreoffice to convert docx files to PDF in server mode. It is
started with the following flags:

libreoffice --headless --invisible --nocrashreport --nodefault --nologo
--nofirststartwizard --norestore
--accept='socket,host=127.0.0.1,port=44970,tcpNoDelay=1;urp;StarOffice.ComponentContext'

As the client code, we are using unoconvert (the client part of unoserver):

https://github.com/unoconv/unoserver/blob/master/src/unoserver/converter.py

After a few hours of running, libreoffice crashes with "free(): corrupted
unsorted chunks" error (SIGABRT). Usually it happens when it receives two
requests within the same second. Sometimes, the error message is printed, but
the process keeps running and does not respond to requests.

You can make it crash much faster (after a few seconds) if you increase load
and send multiple requests every second.

Stack trace:

#0  __pthread_kill_implementation (threadid=,
signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44
#1  0x7fb6898a9d2f in __pthread_kill_internal (signo=6, threadid=) at ./nptl/pthread_kill.c:78
#2  0x7fb68985aef2 in __GI_raise (sig=sig@entry=6) at
../sysdeps/posix/raise.c:26
#3  0x7fb689845472 in __GI_abort () at ./stdlib/abort.c:79
#4  0x7fb68989e2d0 in __libc_message (action=action@entry=do_abort,
fmt=fmt@entry=0x7fb6899b8459 "%s\n") at ../sysdeps/posix/libc_fatal.c:155
#5  0x7fb6898b364a in malloc_printerr (str=str@entry=0x7fb6899bb1c0
"free(): corrupted unsorted chunks") at ./malloc/malloc.c:5660
#6  0x7fb6898b573c in _int_free (av=0x7fb66430, p=0x7fb664652210,
have_lock=, have_lock@entry=0) at ./malloc/malloc.c:4626
#7  0x7fb6898b7d2f in __GI___libc_free (mem=) at
./malloc/malloc.c:3385
#8  0x7fb68de34413 in rtl::OUString::~OUString() (this=0x7fb61c8fef78,
__in_chrg=) at ./include/rtl/ustring.hxx:526
#9  bridges::cpp_uno::shared::UnoInterfaceProxy::~UnoInterfaceProxy()
(this=0x7fb61c8fef40, __in_chrg=) at
./bridges/source/cpp_uno/shared/unointerfaceproxy.cxx:122
#10 bridges::cpp_uno::shared::freeUnoInterfaceProxy(uno_ExtEnvironment*, void*)
(pEnv=, pProxy=0x7fb61c8fef40) at
./bridges/source/cpp_uno/shared/unointerfaceproxy.cxx:49
#11 0x7fb6877a3b32 in (anonymous
namespace)::s_stub_defenv_revokeInterface(va_list*) (pParam=) at
./cppu/source/uno/lbenv.cxx:372
#12 0x7fb68779ead6 in s_environment_invoke_v(uno_Environment*,
uno_Environment*, uno_EnvCallee*, va_list*) (pCurrEnv=0x0,
pTargetEnv=, pCallee=0x7fb6877a38a0 <(anonymous n
amespace)::s_stub_defenv_revokeInterface(va_list*)>,
pParam=pParam@entry=0x7fb670ff7120) at ./cppu/source/uno/EnvStack.cxx:293
#13 0x7fb68779ec27 in uno_Environment_invoke_v(uno_Environment*,
uno_EnvCallee*, va_list*) (pTargetEnv=, pCallee=,
pParam=pParam@entry=0x7fb670ff7120) at ./
cppu/source/uno/EnvStack.cxx:312
#14 0x7fb68779ecc4 in uno_Environment_invoke(uno_Environment*,
uno_EnvCallee*, ...) (pEnv=, pCallee=) at
./cppu/source/uno/EnvStack.cxx:321
#15 0x7fb683239caa in
com::sun::star::uno::UnoInterfaceReference::~UnoInterfaceReference()
(this=, this=) at
./include/uno/dispatcher.hxx:107
#16 binaryurp::Bridge::releaseStub(rtl::OUString const&,
com::sun::star::uno::TypeDescription const&) (type=...,
oid="560086a7ac30;gcc3[0];99a260952b14ad884c4eb10855e962", this=0x7fb67800154
0) at ./binaryurp/source/bridge.cxx:514
#17 binaryurp::IncomingRequest::execute_throw(binaryurp::BinaryAny*,
std::vector >*)
const (outArguments=, returnVal
ue=, this=0x7fb650249ab0) at
./binaryurp/source/incomingrequest.cxx:138
#18 binaryurp::IncomingRequest::execute() const (this=0x7fb650249ab0) at
./binaryurp/source/incomingrequest.cxx:79
#19 binaryurp::(anonymous namespace)::request(void*)
(pThreadSpecificData=0x7fb650249ab0) at ./binaryurp/source/reader.cxx:86
#20 0x7fb68778ee17 in cppu_threadpool::JobQueue::enter(void const*, bool)
(this=0x7fb6503926f0, nDisposeId=nDisposeId@entry=0x7fb6182fd3a0,
bReturnWhenNoJob=bReturnWhenNoJob@entry=true) 
at ./cppu/source/threadpool/jobqueue.cxx:100
#21 0x7fb68778f4d1 in cppu_threadpool::ORequestThread::run()
(this=0x7fb6182fd3a0) at ./cppu/source/threadpool/thread.cxx:165
#22 0x7fb68778f720 in osl::threadFunc(void*) (param=0x7fb6182fd3b0) at
./include/osl/thread.hxx:189
#23 0x7fb68de73c3b in osl_thread_start_Impl(void*) (pData=0x7fb61876fa60)
at 

[Libreoffice-bugs] [Bug 155261] Wrap fails at certain image sizes in DOCX if exported with master (not in ODT). Shape in front of text

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

Telesto  changed:

   What|Removed |Added

Summary|Wrap fails at certain image |Wrap fails at certain image
   |sizes in DOCX (not in ODT). |sizes in DOCX if exported
   |Shape in front of text  |with master (not in ODT).
   ||Shape in front of text

--- Comment #1 from Telesto  ---
This fails if the document is exported with Master (7.6.0.0) and opened with
older versions.

If you export the same file to DOCX with 4.4.7.2 it works fine. But not if you
reimport the 4.4.7.2 DOCX into Master

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

[Libreoffice-bugs] [Bug 155261] New: Wrap fails at certain image sizes in DOCX (not in ODT). Shape in front of text

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

Bug ID: 155261
   Summary: Wrap fails at certain image sizes in DOCX (not in
ODT). Shape in front of text
   Product: LibreOffice
   Version: 4.4.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Wrap fails at certain image sizes in DOCX (not in ODT). Shape in front of text

Steps to Reproduce:
1. Open attachment 164476
2. Save as DOCX
3. Select the smiley
4. Drag the right bottom corner to expand the image

Actual Results:
Frame before text (no optimal wrap)

Expected Results:
Optimal wrap similar to ODT


Reproducible: Always


User Profile Reset: No

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

and in
Versie: 4.4.7.2 
Build ID: f3153a8b245191196a4b6b9abd1d0da16eead600
Locale: nl_NL

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

[Libreoffice-bugs] [Bug 140091] Suggestion: burger menu for sheets in Calc

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

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

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 155260] Lots of CPU time spend in SwFieldType::GetXObject while spell-checking

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

Telesto  changed:

   What|Removed |Added

   Keywords||perf

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

[Libreoffice-bugs] [Bug 155260] New: Lots of CPU time spend in SwFieldType::GetXObject while spell-checking

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

Bug ID: 155260
   Summary: Lots of CPU time spend in SwFieldType::GetXObject
while spell-checking
   Product: LibreOffice
   Version: 7.6.0.0 alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Lots of CPU time spend in SwFieldType::GetXObject while spell-checking

Steps to Reproduce:
1. Have a Swedish dictionary installed and automatic spell checking disabled 
2. Open attachment 155192. 90 seconds until on screen (OK)
3. Wait until  CPU drops to 0% 
4. Enable spell automatic spell checking.. I waited 300 seconds, but it didn't
finish. Memory usage keeps incrementing in small steps too

SwFieldType::GetXObject swlo
linguistic_DicList_get_implementation   mergedlo
linguistic_DicList_get_implementation   mergedlo
osl_getTempDirURL   sal3

Nearly all the time is spend in SwFieldType::GetXObject 

Actual Results:
Idle process keeps going.. 

Expected Results:
I'm lacking a decent benchmark. 4.4.7.2 has different idle timers. LibreOffice
5.2 is spending lots of time layouting tables 

So random guess would be 180 seconds


Reproducible: Always


User Profile Reset: No

Additional Info:
Found in
Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 99a88c9e55872214ce01d89447d18708e47e956b
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL threaded

and in
Version: 5.2.5.0.0+
Build ID: a4d4fbeb623013f6377b30711ceedb38ea4b49f8
CPU Threads: 4; OS Version: Windows 6.2; UI Render: GL; 
TinderBox: Win-x86@62-merge-TDF, Branch:libreoffice-5-2, Time:
2016-12-24_14:43:55
Locale: nl-NL (nl_NL); Calc: CL

Note the trace for 5.2.5 is different. Time isn't spend in
SwFieldType::GetXObject  as such more in SwFrame::ImplFindTabFrame

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

[Libreoffice-bugs] [Bug 155070] An easier way to access the skia.log

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

Heiko Tietze  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |heiko.tietze@documentfounda
   |desktop.org |tion.org

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

[Libreoffice-bugs] [Bug 136524] [META] Performance/hang/lag/high CPU issues

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

Bug 144494 Summary: Resizing image causes hang (see comment 2)
https://bugs.documentfoundation.org/show_bug.cgi?id=144494

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 144494] Resizing image causes hang (see comment 2)

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

Michael Stahl (allotropia)  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED
   Assignee|libreoffice-b...@lists.free |michael.st...@allotropia.de
   |desktop.org |

--- Comment #6 from Michael Stahl (allotropia)  ---
fixed on master

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

[Libreoffice-bugs] [Bug 108479] [META] Paste special bugs and enhancements

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

Bug 139858 Summary: Paste Special > Comments must not overwrite cell content
https://bugs.documentfoundation.org/show_bug.cgi?id=139858

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 155218] Printing: selecting different page orientation does not relayout printed content

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

--- Comment #12 from Gabor Kelemen (allotropia)  ---
(In reply to Mike Kaganski from comment #11)
> PDF export has "Whole sheet export" feature. Indeed, this is not what is
> discussed here. But my idea is: can we possibly introduce something called
> "draft" print mode here, to address the issue?
> 
> The context: the printout depends on:
> 
> 1. Selection in the Print dialog (Range: All pages / defined pages; More ->
> Print All Sheets / Selected Sheets / Selected Cells);
> 2. Print styles of the sheets to print, which define virtual page size, and
> scaling when outputting to that virtual page;
> 3. Print ranges (menu Format) on each of the sheet;
> 4. The physical page and its layout selected in Print dialog, on which the
> virtual page is placed.
> 
> The printing is really complex; and I believe we should not introduce *more*
> complexity by adding (default or not) settings to override specific
> properties of styles in the Print dialog.
> 
> But something *temporary*, clearly targeting a printout for quick-n-dirty
> analysis, which would use some simple setup, but *does not* change any
> document settings, would IMO be a reasonable thing to add. Which would, as
> asked here, ignore page orientation - but not only that: page size; margins;
> maybe header/footer; page borders; scaling; maybe print ranges ... so that
> it would not create impression that it replaces the proper setup for
> publishing.
> 
> What do you think?

Yes, that makes sense. No need to change style from the Print dialog - just
make the Paper size and Orientation dropdowns "work" - i.e. align the virtual
page size / print range and the physical page selected by the user.

Having styles and using them is nice when you understand them in depth, but in
larger organizations it's common that not everyone is like that. It's also
common to have a document made by experts (of some area, also Office) be
printed & tweaked by a less expert colleague.
For such use cases overriding the style settings on a "just do it, NOW!!!" base
makes sense.

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

[Libreoffice-bugs] [Bug 112279] EDITING: Improve error text when adding named cells

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

--- Comment #14 from ady  ---
(In reply to BogdanB from comment #13)
> I like "3. Use only underscores, digits and letters. Do not start with
> digit." but with numbers instead of digits: "3. Use only underscores,
> numbers and letters. Do not start with numbers."

"Digit" is shorter than "number", and plural is not needed (nor wanted) at the
end of that sentence. That's why :). I don't know what's the acceptable length
for the (English) message.

The point about cell addresses is also relevant. Is that part handled by some
other message? If it isn't, and if the length is not a problem for alternative
1, I would go with it:

Use only underscores, digits and letters. Do not start with digit. Cell address
not allowed.

If the cell address point is not handled by some other message and the length
is a problem for alternative 1, then alternative 7:

Use only "_", [1-9] and letters. Do not start with digit. Cell address not
allowed.

or:

Use only "_", 1...9 and letters. Do not start with digit. Cell address not
allowed.

It all depends on the restrictions, which I don't know.

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

[Libreoffice-bugs] [Bug 152122] Improve Business Card Help Page (/text/shared/01/01010300.xhp) (bug summary in comment 8)

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

BogdanB  changed:

   What|Removed |Added

   Assignee|buzea.bog...@libreoffice.or |libreoffice-b...@lists.free
   |g   |desktop.org

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

[Libreoffice-bugs] [Bug 131688] RemoveDirectCharFormats ++X usage tip

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

BogdanB  changed:

   What|Removed |Added

   Assignee|buzea.bog...@libreoffice.or |libreoffice-b...@lists.free
   |g   |desktop.org

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

[Libreoffice-bugs] [Bug 31480] Find/replace non-printing characters easily

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

--- Comment #65 from anton  ---
Non-printing characters, such as tabs, line breaks, and spaces, can often cause
unexpected formatting issues in documents, making it essential to be able to
locate and replace them quickly and efficiently. Fortunately, most text editors
and word processing software offer tools and commands that allow users to
easily find and replace these hidden characters, saving time and effort when
working with text-based files. By mastering these tools and techniques, you can
improve your productivity and ensure that your documents are free of unwanted
formatting issues.
https://topbettingsitesinindia.com/

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

[Libreoffice-bugs] [Bug 31480] Find/replace non-printing characters easily

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

--- Comment #64 from anton  ---
Being able to quickly find and replace non-printing characters is a valuable
skill for anyone working with text-based documents, especially when dealing
with formatting issues or special characters that may not be visible. Using the
right tools and techniques can save you time and frustration, and ensure that
your documents are free of hidden surprises that could cause problems down the
line.
https://badshahcric.net/

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

[Libreoffice-bugs] [Bug 116966] "Add to dictionary" button in some cases disabled

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

Buovjaga  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |---
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Status|RESOLVED|NEW

--- Comment #2 from Buovjaga  ---
I believe the closing of this was a misunderstanding, but I don't have time to
test now. In any case, one should only close as worksforme, if reproducing in
an older version.

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

[Libreoffice-bugs] [Bug 138158] Send to email does not append the spreadsheet

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

Peter Roelofsen  changed:

   What|Removed |Added

 CC||floris...@gmail.com

--- Comment #10 from Peter Roelofsen  ---
Confirmed for LibreOffice 7.2 and Version: 7.5.3.2 (X86_64) / LibreOffice
Community Build ID: 67bf5ab3e8553b11738d1302ab7051a12dd8b40d CPU threads: 4;
OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: nl-NL (nl_NL.UTF-8); UI:
en-US Calc: threaded
Works for Writer as well. 
Open an existing document or enter some text in an unsaved blank document;
select File - Send etc, Thunderbird opens with the file name as subject, but no
attachment is included. In OpenOffice 4.1 for Ubuntu, enter some text in a
blank, unsaved document and select File - Send etc, Thunderbird will open with
a tmp file as attachment.

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

[Libreoffice-bugs] [Bug 155190] FILESAVE Acrobat Accessibility checker reports "Associated with content" error in alternative text check

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

--- Comment #5 from devsepp...@gmail.com ---

FYI, as far as I can tell, the only alternative text changes in LO 7.4.4 were.

tdf#57423 PDF: "Description" and "Title/Text Alternative" is only PDF-exported
for Images, but not for Shapes, Formula, Frames, and OLE Objects [Michael
Stahl]

tdf#141386 Alternative text from screenshots is only recognised by the PDF
Accessibility Checker (PAC 3) after closing and reopening when exporting to a
PDF file. [Michael Stahl]

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

[Libreoffice-bugs] [Bug 155206] Updater says 7.5 is up to date, misses point releases

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #6 from Stéphane Guillou (stragu) 
 ---
Thanks Sam!

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

[Libreoffice-bugs] [Bug 147879] Cell formula reference is broken when I delete several columns which are not referenced by the formula

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

ady  changed:

   What|Removed |Added

   Keywords||filter:xlsx

--- Comment #11 from ady  ---
(In reply to bunkem from comment #10)
> I wanted to rule out that there is a problem with the spreadsheet. 
> 
> 1) The file if saved to ODS shows the same #VALUE error when recreating the
> steps. 

Not if you close the new file first, whether ODS or XLSX.

> 
> 2) I opened the spreadsheet submitted with Excel 365.  Excel deletes the
> columns and the formula calculates and shows the value correctly.  
> 
> Please note the formula in the cell W12 in the Excel screenshot and compare
> it to the formula in the Calc screenshot.  The actual formula is correct in
> Calc even if it shows #VALUE.  

Not when following the steps posted in comment 5. Those steps show that the
"Precedent" cells don't even have to move in order to trigger the problem in
column AC (that's the original column with the _first_ error, before deleting
other column(s)).

So, my experiences with attachment 178753 from comment 0 (using STR from
comment 5) have been slightly different than bunkem's.

1. Open the file with a recent version of LO (in my case, I tested with
7.6.alpha built this week).

2. Without changes, save the file with a different name.

3. Close the file. This is key!

4. Open the new file. Delete column AB. > No problem in any formula nor in the
calculated results.

* The original XLSX file is 12KB whereas the new XLSX file is 9KB in size.

* The result is independent of the file format (XLSX or ODS); the key is to
close the new file after saving with a new name.

> 
> It would appear to me to be calculation engine issue.

* Re-saving, closing and opening the new file works correctly in the same
version of LO Calc. This is unnecessary with other spreadsheet tools.

I guess someone with enough knowledge of the XLSX format could check the
differences between the original file and a re-saved copy in order to find out
what's the difference that triggers the error, so it can be solved without
having to re-save and reopen the original XLSX file.

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

[Libreoffice-bugs] [Bug 155224] Libreoffice Writer Freezes and Crashes with multiple windows open

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 OS|All |Linux (All)
   Hardware|All |x86-64 (AMD64)

--- Comment #3 from Stéphane Guillou (stragu) 
 ---
Does the crash occur when you send the document via email?
If so, do you use File > Send > Email document, or something else? Which email
client? Is one of the documents in read-only mode because opened from the email
client?

Would be good to have more precise steps for us to test, keeping them as
minimal as possible (for example: is writing with MS fonts actually necessary
to reproduce the crash?).

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

[Libreoffice-bugs] [Bug 102732] [META] OS file dialog bugs and enhancements

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||155176


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=155176
[Bug 155176] Windows file picker does not find files with accented letters
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155232] LibreOffice and LanguageTool extension: LibreOffice doesn't free RAM for special interface XFlatParagraph

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

Mike Kaganski  changed:

   What|Removed |Added

   Keywords||difficultyBeginner,
   ||skillCpp

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

[Libreoffice-bugs] [Bug 154504] Font and Paragraph style drop-downs remain visible after minimizing or resizing the window

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||caol...@redhat.com
Version|7.5.2.2 release |7.3.7.2 release

--- Comment #10 from Stéphane Guillou (stragu) 
 ---
Caolán, any idea what might be going on here?

kalaiarasan (from duplicate) could already see it with 7.3, so maybe not a
regression, rather something that popped up with a more recent version of
Ubuntu/GNOME.

Kavin, kalaiarasan and Senthilkumar: please share you distribution and desktop
environment versions.

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

[Libreoffice-bugs] [Bug 155232] LibreOffice and LanguageTool extension: LibreOffice doesn't free RAM for special interface XFlatParagraph

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

Mike Kaganski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Keywords||easyHack

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

[Libreoffice-bugs] [Bug 155232] LibreOffice and LanguageTool extension: LibreOffice doesn't free RAM for special interface XFlatParagraph

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

--- Comment #3 from Mike Kaganski  ---
Created attachment 187221
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187221=edit
A reproducer for ever-growing memory consumption

Repro with the attached document.

It has several hundred lorem ipsum paragraphs, and a macro to produce the
problem:

===

sub oneLoop(iter)
start = iter.getNextPara()
Dim paragraphs(0 to 25350) ' Just the number of paragraphs in this document
dim para as object
para = start
n = 0
do while not IsNull(para)
  paragraphs(n) = para
  n = n + 1
  para = iter.getParaBefore(para)
loop
para = iter.getParaAfter(start)
do while not IsNull(para)
  paragraphs(n) = para
  n = n + 1
  para = iter.getParaAfter(para)
loop
end sub

sub testOOM
  doc = thisComponent
  iter =
doc.getFlatParagraphIterator(com.sun.star.text.TextMarkupType.PROOFREADING,
true)
  for i = 0 to 100
oneLoop(iter)
  next i
end sub

===

Running 'testOOM' would result in slowly, but steadily growing memory
consumption, and will OOM eventually.

The problem is the m_aFlatParaList member in the implementation of
XFlatParagraphIterator [1]. It was introduced in the initial commits that
introduced the API: [2] [3]. It is not used elsewhere, and its use to keep
references to objects managed by UNO refcounting mechanism is questionable.

The easyhack is to just drop the list.

[1]
https://git.libreoffice.org/core/+/master/sw/source/core/inc/unoflatpara.hxx#127
[2]
https://git.libreoffice.org/core/+/677eba2322d2753951024c688d59553182bf2fbd%5E%21/
[3]
https://git.libreoffice.org/core/+/ba76230f6f64b0d333da946a7e487acbeb0b%5E%21/

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

[Libreoffice-bugs] [Bug 155206] Updater says 7.5 is up to date, misses point releases

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

--- Comment #5 from Sam  ---
Created attachment 187222
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187222=edit
Working

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

[Libreoffice-bugs] [Bug 155206] Updater says 7.5 is up to date, misses point releases

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

--- Comment #4 from Sam  ---
Works now! I just tested today and it detected the new version and asked me to
download.

Thanks, you can close this off.

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

[Libreoffice-bugs] [Bug 155192] Libreoffice takes long time to convert docx to pdf which has more than 500 pages.

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

Noel Grandin  changed:

   What|Removed |Added

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

--- Comment #7 from Noel Grandin  ---
On my machine, using current master, this is already below 45seconds, so I
think we can consider this fixed (probably by various other patches I have done
to writer)

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

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

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

Bug 155192 Summary: Libreoffice takes long time to convert docx to pdf which 
has more than 500 pages.
https://bugs.documentfoundation.org/show_bug.cgi?id=155192

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 155232] LibreOffice and LanguageTool extension: LibreOffice doesn't free RAM for special interface XFlatParagraph

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

--- Comment #2 from Mike Kaganski  ---
Created attachment 187220
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187220=edit
Source code of the extension from comment 1

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

[Libreoffice-bugs] [Bug 155235] Draw crashes on close: SIGSEGV in SalInstance:GetYieldMutex()

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #6 from Stéphane Guillou (stragu) 
 ---
Verified the fix in :

Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 99a88c9e55872214ce01d89447d18708e47e956b
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Thanks Noel!

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

[Libreoffice-bugs] [Bug 155246] Undocking sidebar crashing

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

--- Comment #5 from Stéphane Guillou (stragu) 
 ---
(In reply to Stéphane Guillou (stragu) from comment #4)
> Wondering if it is the same a bug .

*bug 155235.

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

[Libreoffice-bugs] [Bug 111888] change method of creating variables in Writer's "Fields" dialogue to allow creating variables without inserting

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

--- Comment #19 from Mike Kaganski  ---
(In reply to Eyal Rozenberg from comment #18)
> Why? Suppose I want a variable to have value '234' for a while, then to have
> value '123' - but without anything being visible on the document. Say,
> because I intend to use this value in other fields which do result in text
> appearing in the document. Is that not a reasonable request?

You are mixing two things: inserting and being visible. You are free to insert
with hidden flag; insertion creates a *point* at which the field changes its
value, and Eike's phrase means that having a variable definition not bound to a
point in document doesn't make sense (but actually it makes, to manage the
*initial* value).

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

[Libreoffice-bugs] [Bug 155246] Undocking sidebar crashing

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Wondering if it is the same a bug .
Can you please test a build that includes the fix, and report back?
https://dev-builds.libreoffice.org/daily/master/current.html

Are you using the GTK VCL, as reported by Help > About LibreOffice?

Thank you.

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

[Libreoffice-bugs] [Bug 111888] change method of creating variables in Writer's "Fields" dialogue to allow creating variables without inserting

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

--- Comment #18 from Eyal Rozenberg  ---
(In reply to Eike Rathke from comment #17)
> Note that "Set variable" sets the variable to its value _at the position
> where it is inserted to the document_. Setting and inserting the same
> variable with a different value at another position sets the variable to
> that value _from that position_ on.
> 
> I doubt that setting a variable without inserting it would make sense at all.

Why? Suppose I want a variable to have value '234' for a while, then to have
value '123' - but without anything being visible on the document. Say, because
I intend to use this value in other fields which do result in text appearing in
the document. Is that not a reasonable request?

Of course, there's the problem of how to indicate this has happened when the
field results in no text.

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

[Libreoffice-bugs] [Bug 113360] [META] Solver-related bugs and enhancements

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

Bug 155179 Summary: Strange "=>" used in solver dialog for "greater or equal"
https://bugs.documentfoundation.org/show_bug.cgi?id=155179

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 154977] Changing the paragraph area of a style makes LO crash

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Keywords||haveBacktrace

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

[Libreoffice-bugs] [Bug 155241] Calc: Column Width Accepts Invalid Input Resulting in Sheet Corruption

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

Caolán McNamara  changed:

   What|Removed |Added

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

--- Comment #5 from Caolán McNamara  ---
caolan->timur: does that solve the problem from your perspective?

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

[Libreoffice-bugs] [Bug 108364] [META] Table/Row/Column/Cell management function bugs and enhancements

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

Bug 155241 Summary: Calc: Column Width Accepts Invalid Input Resulting in Sheet 
Corruption
https://bugs.documentfoundation.org/show_bug.cgi?id=155241

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 154993] Unable to change some print settings or print in proper orientation

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
 Whiteboard| QA:needsComment|
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #5 from Stéphane Guillou (stragu) 
 ---
Could you please share an example file?

I tested with the #10 Envelope (105×241) format, and as long as the paper size
in the Print dialog matches the paper format in the Page Style dialog, it works
as expected for me in:

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 88bd66d258de5fee3d35aba80c61fec49eb2a969
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

And:

Version: 7.5.3.2 (X86_64) / LibreOffice Community
Build ID: 9f56dff12ba03b9acd7730a5a481eea045e468f3
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 150236] Does not open full screen, ooSetupFactoryWindowAttributes not being filled ( steps in comment 21 ) ( LibreOffice 7.4 only )

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

Caolán McNamara  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[Libreoffice-bugs] [Bug 131981] LO writer continuously looses spellcheck in new versions.

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

--- Comment #13 from Hazel Akridge  ---
When writing, it is very important to stick to spelling. And more often than
not, students have a little trouble with it. That's why I found
https://www.phdresearchproposal.org/quantitative-research-proposal-topics/ and
assigned some of my assignments to writers. Since the quality of the written
work depends on the quality of my further education.

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

[Libreoffice-bugs] [Bug 155153] Calc: menu item "Format - Group" should be more clear

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

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |skillDesign
 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org
 OS|Linux (All) |All

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

[Libreoffice-bugs] [Bug 150428] Document Recovery UX can be improved

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

Heiko Tietze  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 153168] Please remove the "finished" dialog after restoring Documents

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

Heiko Tietze  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 150428] Document Recovery UX can be improved

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

--- Comment #10 from Heiko Tietze  ---
I understand your bug 155257 as a duplicate of this request.

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

[Libreoffice-bugs] [Bug 126450] Sidebar Styles get style Icon support

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

--- Comment #12 from Heiko Tietze  ---
(In reply to Jim Raykowski from comment #10)
> I'm good with whatever is decided, even if it's not to do this.

Thanks Jim, hope it was not too much work.

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

[Libreoffice-bugs] [Bug 103427] [META] Styles and Formatting sidebar deck and floating window

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

Bug 126450 Summary: Sidebar Styles get style Icon support
https://bugs.documentfoundation.org/show_bug.cgi?id=126450

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

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

[Libreoffice-bugs] [Bug 103427] [META] Styles and Formatting sidebar deck and floating window

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

Heiko Tietze  changed:

   What|Removed |Added

 Depends on||126450


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=126450
[Bug 126450] Sidebar Styles get style Icon support
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 126450] Sidebar Styles get style Icon support

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

Heiko Tietze  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Blocks||103427
 Status|NEW |RESOLVED

--- Comment #11 from Heiko Tietze  ---
Let's leave the Stylist icon free. Styles are just too flexible.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103427
[Bug 103427] [META] Styles and Formatting sidebar deck and floating window
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154933] Rename "Text body" to "Body text"

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

Adolfo Jayme Barrientos  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

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

[Libreoffice-bugs] [Bug 154933] Rename "Text body" to "Body text"

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

Adolfo Jayme Barrientos  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 107326] [META] Writer style bugs and enhancements

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

Bug 154933 Summary: Rename "Text body" to "Body text"
https://bugs.documentfoundation.org/show_bug.cgi?id=154933

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 155224] Libreoffice Writer Freezes and Crashes with multiple windows open

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

--- Comment #2 from agap...@hotmail.com ---
(In reply to Stéphane Guillou (stragu) from comment #1)
> Could not reproduce in:
> 
> Version: 7.5.3.2 (X86_64) / LibreOffice Community
> Build ID: 9f56dff12ba03b9acd7730a5a481eea045e468f3
> CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
> Locale: en-AU (en_AU.UTF-8); UI: en-US
> Calc: threaded
> 
> I tried using those MS fonts, and I also tested the KF5 VCL.
> 
> Can you maybe share example documents? Or can you also reproduce from two
> brand new documents?

I cannot share those documents as they have sensitive information but it
happens even with two documents put side by side on same desktop.

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

[Libreoffice-bugs] [Bug 153463] [7.5] Every (empty) document warns about macros (policies.xcd)

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

Buovjaga  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REOPENED|RESOLVED

--- Comment #7 from Buovjaga  ---
Somebody would need to bisect what change fixed it. In any case, reopened
status is wrong.

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

[Libreoffice-bugs] [Bug 153463] [7.5] Every (empty) document warns about macros (policies.xcd)

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

klar+...@kgshemmingen.de changed:

   What|Removed |Added

 Resolution|WORKSFORME  |---
 Status|RESOLVED|REOPENED

--- Comment #6 from klar+...@kgshemmingen.de ---
The bug persists in the recently released version 7.5.3. Because of the fact
that LO 7.4 reaches end of life in exactly a month we need a solution to be
able to use LibreOffice in the future. Is there a patch for the 7.5 product
line?
Thank you.

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

[Libreoffice-bugs] [Bug 91235] appending nowidth breaking character, corrupts searching in Persian

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

--- Comment #7 from irancplusplus  ---
Roman, sorry, to test it search a word with the nowidth character at the
end

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

[Libreoffice-bugs] [Bug 91235] appending nowidth breaking character, corrupts searching in Persian

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

--- Comment #6 from irancplusplus  ---
Roman, currently I cannot test it. But there is an example file above. Open it
and copy all of its contents. Then open a new doc and paste it. If the pasted
version is the same as the original doc, the problem is solved.
regards.

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

[Libreoffice-bugs] [Bug 89369] Introduce Drawing object styles (shapes, textboxes...) to Writer & Calc like in Impress/Draw

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

--- Comment #30 from Timothy Ferriss  ---
A feature request in Bug 89369 calls for adding drawing object styles to Writer
and Calc that are comparable to those in Impress and Draw.As a result,
maintaining the formatting and look of drawing objects throughout a document
would be more effective and uniform https://blossomwordgame.io/

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

[Libreoffice-bugs] [Bug 150236] Does not open full screen, ooSetupFactoryWindowAttributes not being filled ( steps in comment 21 ) ( LibreOffice 7.4 only )

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

--- Comment #68 from Drew Binsky  ---
It may be worthwhile to see if there are any updates or patches available for
the program if LibreOffice 7.4 isn't opening in full-screen mode
https://eggy-car.com

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

[Libreoffice-bugs] [Bug 47148] [META] Image handling problems

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

--- Comment #44 from Drew Binsky  ---
Can I solve the visual glitch like I did with the https://ovo-game.com? It's
quite annoying.

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

<    1   2   3