[Libreoffice-bugs] [Bug 108497] Converting OpenType Font Variation instances before printing and exporting to PDF or EPUB

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108497

--- Comment #28 from Pablo  ---
Can fonttools help?
https://github.com/fonttools/fonttools

A python library to create a static instance from a variable font:
https://fonttools.readthedocs.io/en/latest/varLib/instancer.html

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

[Libreoffice-bugs] [Bug 148991] Chinese characters break when other chinese characters are inserted ahead

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148991

--- Comment #5 from Fudo Altto  ---
(In reply to Ayush Jain from comment #4)
> Thank you for reporting the bug. I can confirm that the bug is present in
> 
> 7.3.3.2 (x64)

It is a pleasure for me! And it is me that should thank all of you for your
contribution to this program set that helps me in dealing with elextronic
diagrams, slides, and especially documents. Thank you!

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

[Libreoffice-bugs] [Bug 149543] New: right click on the writer not working

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149543

Bug ID: 149543
   Summary: right click on the writer not working
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kkalaiselvigane...@gmail.com

Description:
When i tried to copy some content and try to paste in the writer through
mouse(right click and paste) its not working, but keyboard shortcut(ctrl + v)
working fine.

Steps to Reproduce:
1.copy some content 
2.open writer and paste using ctrl+ v. 
3.try to paste using mouse(right click and paste)

Actual Results:
options does not display

Expected Results:
display the options to perform some operation


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 988285410f8883ad49f32c4b804c4f5bd14569d0
CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 149490] multiple copies of dialogs can be opened from undocked toolbars

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149490

--- Comment #8 from Commit Notification 
 ---
Caolán McNamara committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/7fee3f624370bd2911842bb8ed35d8cb27af8062

Related: tdf#149490 OLE Object dialog should be modal

It will be available in 7.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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

[Libreoffice-bugs] [Bug 149490] multiple copies of dialogs can be opened from undocked toolbars

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149490

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.5.0

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

[Libreoffice-bugs] [Bug 52602] Excel Visual Basic compatibility issue in LibreOffice Calc: NumberFormat to date/time

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52602

--- Comment #14 from Óvári  ---
It seems that color (e.g. RED) is case-sensitive and the currency symbol needs
quotes to make it a string (e.g. "$")

(In reply to Óvári from comment #12)

Microsoft Excel  →   LibreOffice Calc
dd mmm   →   DD MMM 
$#,##0.00;[Red]$#,##0.00 →   $#,##0.00;[RED]"$"#,##0.00
$#,##0.00" Cr";[Red]$#,##0.00" Dr"   →   $#,##0.00" Cr";[RED]"$"#,##0.00" Dr"

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

[Libreoffice-bugs] [Bug 52602] Excel Visual Basic compatibility issue in LibreOffice Calc: NumberFormat to date/time

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52602

--- Comment #13 from Óvári  ---
Created attachment 180703
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180703=edit
Excel_VBA_Test_Working.xls

It seems that LibreOffice Calc Macros are case-sensitive.

Change:
d → D
m → M
y → Y
h → H
m → M
s → S

Does it work for you?

Thank you

(In reply to Tor24_1975314 from comment #0)
Modified Excel test file with macro

Modified Excel Visual Basic Date/time formatting to make it work, Excel macro
code examples:

Example macro:

Sub Test_NumberFormat_DateTime()
' Preparing Test:
Range("A3").FormulaR1C1 = "40969.638889"
Range("B3").FormulaR1C1 = "40969.638889"
Range("C3").FormulaR1C1 = "40969.638889"
Range("D3").FormulaR1C1 = "40969.638889"
Range("E3").FormulaR1C1 = "40969.638889"
Range("F3").FormulaR1C1 = "40969.638889"
Range("A3").Select

' Testing Excel VBA Code in Libre Office:
Range("A3").NumberFormat = "HH:MM"
Range("B3").NumberFormat = "MM/DD/ HH:MM"
Range("C3").NumberFormat = "MM/DD/ HH:MM:SS"
Range("D3").NumberFormat = "D/M/YY H:MM"
Range("E3").NumberFormat = "D/  "
Range("F3").NumberFormat = "D/ MMM "
End Sub

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

[Libreoffice-bugs] [Bug 149363] Inserted table defaults to alternating-gray-rows regardless of template

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149363

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 149362] Indicate slide direction when it is out-of-view

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149362

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 149358] Autotext should be available in Impress

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149358

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 149357] Libre office Menu items tic marc icon nor clear while using 4K display

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149357

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 149356] Choose which adjacent column of a "double clicked" formula dictates the extent of the fill

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149356

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 149529] Calc Insert Sheet + save Freeze

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149529

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

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

[Libreoffice-bugs] [Bug 149529] Calc Insert Sheet + save Freeze

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149529

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 145947] Save a file - specific folder can not be selected - drills always down to then deepest folder level

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145947

--- Comment #2 from QA Administrators  ---
Dear Dr. Wilfried Benner,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 145607] Very slow startup when network drive is mounted in Windows 10 Pro

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145607

--- Comment #2 from QA Administrators  ---
Dear Julien Pierre,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 106179] [META] Writer comment bugs and enhancements

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106179

Aron Budea  changed:

   What|Removed |Added

 Depends on|148623  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148623
[Bug 148623] [DOCX] Comments in headers and footers are not saved in DOCX files
(in ODT all is OK)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148623] [DOCX] Comments in headers and footers are not saved in DOCX files (in ODT all is OK)

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148623

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
 Blocks|106179  |88173


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88173
[Bug 88173] [META] DOCX (OOXML) format limitations
https://bugs.documentfoundation.org/show_bug.cgi?id=106179
[Bug 106179] [META] Writer comment bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 88173] [META] DOCX (OOXML) format limitations

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88173

Aron Budea  changed:

   What|Removed |Added

 Depends on||148623


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148623
[Bug 148623] [DOCX] Comments in headers and footers are not saved in DOCX files
(in ODT all is OK)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149542] New: "Save As" dlg doesn't persist window size change

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149542

Bug ID: 149542
   Summary: "Save As" dlg doesn't persist window size change
   Product: LibreOffice
   Version: 7.3.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: web...@att.net

The file "Save As" dlg doesn't persist window size changes.
1) start a new document
2) Save cmd
3) resize the "Save As" dlg
4) give filename, Save
5) "Save As" cmd - observe the window is back to its original size

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

[Libreoffice-bugs] [Bug 149530] Under the draw tab in Notebookbar, the position tool does not work correctly.

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149530

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #3 from Maxim Monastirsky  ---
(In reply to raal from comment #2)
> Works in Draw correctly.
Writer is more complex than Draw. In Writer we take anchor settings into
account. The default anchor is "To Paragraph", so "align to bottom" would mean
in this context "align to the bottom of the paragraph".

> The context menu Align was enabled in commit
> 1a72dbb390e9cf6e61b6503f3c575ba531d547d8
The commit message clearly says "Just exposes the existing position settings
from the "Position and Size" dialog." So whatever is done by the dialog is just
exposed by these commands.

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

[Libreoffice-bugs] [Bug 149541] frame has blank background

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149541

--- Comment #1 from tor...@yahoo.com ---
Created attachment 180702
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180702=edit
file with 2 new figures

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

[Libreoffice-bugs] [Bug 149541] New: frame has blank background

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149541

Bug ID: 149541
   Summary: frame has blank background
   Product: LibreOffice
   Version: 7.3.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tor...@yahoo.com

Description:
In FigsColo.odt, Fig·8 and Fig·12 have style Figure, but Fig·12 has blank
background; why? Double-clicking the style Figure does nothing.


Steps to Reproduce:
1.open FigsColo.odt



Actual Results:
Fig·12 has blank background

Expected Results:
It should have orange background


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.3.0.3 (x64) / LibreOffice Community
Build ID: 0f246aa12d0eee4a0f7adcefbf7c878fc2238db3
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: en-CA (en_CA); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 149540] Optimal wrap behaves oddly (likely because original image size being larger compared to in document size))

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149540

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

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

[Libreoffice-bugs] [Bug 149540] New: Optimal wrap behaves oddly (likely because original image size being larger compared to in document size))

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149540

Bug ID: 149540
   Summary: Optimal wrap behaves oddly (likely because original
image size being larger compared to in document size))
   Product: LibreOffice
   Version: 7.4.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Optimal wrap behaves oddly (likely because original image size being larger
compared to in document size))

Steps to Reproduce:
1. Open the attached file
2. Select the image
3. Press arrow left

Actual Results:
Text jumps to the right of the image

Expected Results:
Distance between image and text reduced


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.4.0.0.alpha1+ / LibreOffice Community
Build ID: 62531ec1091c7b3f6a3577889a18234790ec716d
CPU threads: 8; OS: Mac OS X 12.3.1; UI render: Skia/Metal; VCL: osx
Locale: nl-NL (nl_NL.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 149539] Anchor to character anchors to different character on paste compared to the character it anchored to on cut

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149539

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

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

[Libreoffice-bugs] [Bug 149539] New: Anchor to character anchors to different character on paste compared to the character it anchored to on cut

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149539

Bug ID: 149539
   Summary: Anchor to character anchors to different character on
paste compared to the character it anchored to on cut
   Product: LibreOffice
   Version: 7.4.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Anchor to character anchors to different character on paste compared to the
character it anchored to on cut

Steps to Reproduce:
1. Open the attached file
2. Select the image or shape. notice anchor being anchored behind 'ghi' 
3. Double click ghi (in one of both lines)
4. CTRL+X
5. CTRL+V
6. Select the image again

Actual Results:
Anchor has moved

Expected Results:
The image was included in the selection. I would expect the anchor being at the
same spot


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.4.0.0.alpha1+ / LibreOffice Community
Build ID: 62531ec1091c7b3f6a3577889a18234790ec716d
CPU threads: 8; OS: Mac OS X 12.3.1; UI render: Skia/Metal; VCL: osx
Locale: nl-NL (nl_NL.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 149530] Under the draw tab in Notebookbar, the position tool does not work correctly.

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149530

raal  changed:

   What|Removed |Added

 Ever confirmed|0   |1
Version|7.3.4.2 release |6.3.0.4 release
 CC||momonas...@gmail.com,
   ||r...@post.cz
 OS|Windows (All)   |All
 Status|UNCONFIRMED |NEW

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

Works in Draw correctly.

The context menu Align was enabled in commit
1a72dbb390e9cf6e61b6503f3c575ba531d547d8 and Bottom option move shape up.

Adding Cc: to Maxim Monastirsky; Could you possibly take a look at this one?
Thanks

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

[Libreoffice-bugs] [Bug 149527] Calc crashes when I scroll up and down very quickly within a document.

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149527

raal  changed:

   What|Removed |Added

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

--- Comment #1 from raal  ---
Hello,

Thank you for filing the bug. Please send us a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO', so please do change it back to
'UNCONFIRMED' once you have attached a document.
(Please note that the attachment will be public, remove any sensitive
information before attaching it.)
How can I eliminate confidential data from a sample document?
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
Thank you

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

[Libreoffice-bugs] [Bug 149531] Excel Visual Basic compatibility issue in LibreOffice Calc: .Delete

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149531

raal  changed:

   What|Removed |Added

   Keywords||bibisected, bisected
Version|7.3.4.2 release |6.1.0.3 release
 CC||er...@redhat.com
  Regression By||Eike Rathke

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

8484b5fb178bca2a8e569694b9896665a6b27ede is the first bad commit
commit 8484b5fb178bca2a8e569694b9896665a6b27ede
Author: Jenkins Build User 
Date:   Tue Jun 27 17:11:16 2017 +0200

source sha:a962f1465a8db9b6c4dfdfd8fef9141f07d7fd06
https://git.libreoffice.org/core/+/a962f1465a8db9b6c4dfdfd8fef9141f07d7fd06

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

[Libreoffice-bugs] [Bug 149538] OOXML bad import, export and rendering for property "upright"

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149538

--- Comment #1 from Regina Henschel  ---
Created attachment 180699
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180699=edit
Source file for shape with upright text

This is the source file for the shape.

Open the file in Word and rotate the shape. Notice that the text is always
upright.

When opening the file in Writer you cannot see any text area rotation, because
unconditionally all shapes are imported with text box and a text box cannot
rotate. The wrong position of the text box is a different error and not related
to "upright". In the InteropGrabBag you will find that "upright" is here read
too.

If you disable creating a textbox (WpsContext.cxx#296), you will see that
Writer does not render it as "upright".

Save the unchanged file in format docx. Open the saved file in Word. Rotate the
shape. Notice that the text rotates with the file. So here too the property
"upright" is lost.

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

[Libreoffice-bugs] [Bug 149536] [UI] The Data Table dialog enables the button Move Row Up and disables the button Move Row Down when the opposite is needed (and vice versa).

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149536

LeroyG  changed:

   What|Removed |Added

 Attachment #180696|Dialog screenshot (from |Dialog screenshot (from
description|Linux version). |Linux version, Elementary
   ||icon style).

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

[Libreoffice-bugs] [Bug 149538] New: OOXML bad import, export and rendering for property "upright"

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149538

Bug ID: 149538
   Summary: OOXML bad import, export and rendering for property
"upright"
   Product: LibreOffice
   Version: 7.4.0.0 alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 180698
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180698=edit
shape with property "upright" set

Open attached file in PowerPoint. Rotate the shape and make sure, that the text
remains upright. The OOXML property "upright" works in PowerPoint too, but
PowerPoint has no UI for it (at least I found none). I have got the shape with
copy from a text document to the presentation.

Open the attached file in LibreOffice. Notice, that the text in sheared. This
shearing happens, because the shape rotation is stored to property
"TextPreRotateAngle". But that property is designed for the writing directions
"vert" and "vert270" and because in rendering it is applied before scaling, it
may only be used with 90deg and 270deg (and 0deg and 180deg). Any other angle
produces shearing. And because "TextPreRotateAngle" is for writing direction,
it is the wrong property anyway. The property for text area rotation is
"TextRotateAngle".

Resave the file without any changes with file format pptx. Open the resaved
file in PowerPoint. At a first glance it looks correct. But rotate the shape.
The text will rotate together with the shape. The property "upright" is lost.
That is an export error. If you look into the InteroperGrabBag you see that
"upright" has been read on import.

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

[Libreoffice-bugs] [Bug 149536] [UI] The Data Table dialog enables the button Move Row Up and disables the button Move Row Down when the opposite is needed (and vice versa).

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149536

--- Comment #2 from LeroyG  ---
Created attachment 180697
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180697=edit
Dialog screenshot (from Windows version).

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

[Libreoffice-bugs] [Bug 149531] Excel Visual Basic compatibility issue in LibreOffice Calc: .Delete

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149531

raal  changed:

   What|Removed |Added

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

--- Comment #6 from raal  ---
Confirm crash with Version: 7.4.0.0.alpha1+ / LibreOffice Community
Build ID: d4123356c61db269651e950a0a2cc93e6d801c90
CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: x11
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo

no crash in Version 4.1.0.0.alpha0+ (Build ID:
efca6f15609322f62a35619619a6d5fe5c9bd5a)

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

[Libreoffice-bugs] [Bug 149536] [UI] The Data Table dialog enables the button Move Row Up and disables the button Move Row Down when the opposite is needed (and vice versa).

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149536

--- Comment #1 from LeroyG  ---
Created attachment 180696
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180696=edit
Dialog screenshot (from Linux version).

Buttons are highlighted.

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

[Libreoffice-bugs] [Bug 149537] Context menu completely missing for graphic elements in 7.5 alpha

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149537

--- Comment #2 from xordevore...@gmail.com ---
New testing -- 
1. I drew a box, the context menu showed up
2. Drew another box, no context menu
3. Right-clicking between the two boxes, the context menu eventually failed to
appear for both.

Please fix.

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

[Libreoffice-bugs] [Bug 96723] FILESAVE: custom cell number format with embedded text in decimal part not saved in ods

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96723

Laurent BP  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 149537] Context menu completely missing for graphic elements in 7.5 alpha

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149537

xordevore...@gmail.com changed:

   What|Removed |Added

 CC||xordevore...@gmail.com

--- Comment #1 from xordevore...@gmail.com ---
Correction: Right-click context menu seems to be missing from nearly
everything.

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

[Libreoffice-bugs] [Bug 96723] FILESAVE: custom cell number format with embedded text in decimal part not saved in ods

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96723

Laurent BP  changed:

   What|Removed |Added

 CC||jumbo4...@yahoo.fr
Summary|FILESAVE: breaks custom |FILESAVE: custom cell
   |cell number format in ods   |number format with embedded
   ||text in decimal part not
   ||saved in ods

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

[Libreoffice-bugs] [Bug 149537] New: Context menu completely missing for graphic elements in 7.5 alpha

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149537

Bug ID: 149537
   Summary: Context menu completely missing for graphic elements
in 7.5 alpha
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: xordevore...@gmail.com

Description:
One of the main reasons I selected LO Draw over other programs was the ability
to right-click an image and replace it in-situ (not having to navigate and
position an image, just update the image already placed).

This feature is gone. The context menu is completely missing. 
Please restore.

Steps to Reproduce:
1. Open a draw program containing a photo
2. Right-click the image


Actual Results:
Nothing happens

Expected Results:
Context menu should appear as it did 7.3 and earlier.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 988285410f8883ad49f32c4b804c4f5bd14569d0
CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

I had to mark this bug's version of LO "unspecified" because I did not see 7.5
available to select.

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

[Libreoffice-bugs] [Bug 149536] New: [UI] The Data Table dialog enables the button Move Row Up and disables the button Move Row Down when the opposite is needed (and vice versa).

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149536

Bug ID: 149536
   Summary: [UI] The Data Table dialog enables the button Move Row
Up and disables the button Move Row Down when the
opposite is needed (and vice versa).
   Product: LibreOffice
   Version: 7.2.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: iavs.le...@gmail.com

Created attachment 180695
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180695=edit
File with a simple chart with data table.

In the Data Table dialog, for a chart, Move Row Up button is enabled for the
first row, and Move Row Down button is enabled for the last row, when the
opposite was expected.

Steps to reproduce:
1. Edit the data table of a chart (open the attached sample file)
2. Choose menu View - Data Table (you can access it from the chart context
menu)
3. Select the first (and last) row
4. See the two rightmost buttons.

Tested with:
Version: 7.2.3.2 / LibreOffice Community
Build ID: 20(Build:2)
CPU threads: 1; OS: Linux 5.3; UI render: default; VCL: gtk3
Locale: es-MX (es_ES.UTF-8); UI: en-US
Calc: threaded

Version: 7.2.7.2 (x86) / LibreOffice Community
Build ID: 8d71d29d553c0f7dcbfa38fbfda25ee34cce99a2
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: es-MX (es_MX); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 107575] [META] Number format bugs and enhancements

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107575
Bug 107575 depends on bug 149428, which changed state.

Bug 149428 Summary: Formatting of number AFTER the decimal point not saved in 
.ods
https://bugs.documentfoundation.org/show_bug.cgi?id=149428

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 96723] FILESAVE: breaks custom cell number format in ods

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96723

Laurent BP  changed:

   What|Removed |Added

 CC||r435g391b823-comp176456@yah
   ||oo.com.au

--- Comment #5 from Laurent BP  ---
*** Bug 149428 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 149428] Formatting of number AFTER the decimal point not saved in .ods

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149428

Laurent BP  changed:

   What|Removed |Added

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

--- Comment #6 from Laurent BP  ---


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

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

[Libreoffice-bugs] [Bug 149529] Calc Insert Sheet + save Freeze

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149529

--- Comment #2 from ib.200...@gmail.com ---
Created attachment 180694
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180694=edit
isolated tab that was causing the freeze when inserted into other files,
including new blank files

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

[Libreoffice-bugs] [Bug 149523] EDITING: Copy/Paste does not work in Calc if it is part of a link.

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149523

--- Comment #3 from Valter Mura  ---
Hi All

tried to copy > paste a link from a cell to another cell, and from the input
formula box to another cell (directly o via the input formula box) and it works
for me, using the following release and system:

Version: 7.3.4.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 8; OS: Linux 5.13; UI render: default; VCL: kf5 (cairo+xcb)
Locale: it-IT (it_IT.UTF-8); UI: it-IT
Ubuntu package version: 1:7.3.4~rc2-0ubuntu0.20.04.1~lo1
Calc: threaded

LibreOffice downloaded and installed via package manager from
libreoffice-ubuntu-ppa repository

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

[Libreoffice-bugs] [Bug 115591] Rotate text in form when rotate the form

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115591

--- Comment #3 from Regina Henschel  ---
Created attachment 180692
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180692=edit
Macros to rotate text in custom shape

The attached file contains the macros "MakeTextUpright" and
"ManuallySetTextRotation" to determine the direction of the text. The other
macros are helpers. It does not work for shapes in Writer, which have a text
box, because a text box cannot rotate. And the macros do not have an "undo". So
not really ready for production. But the macros show, what is already
implemented in LibreOffice.

Import the file into an empty Basic module. Select the shape, press Alt+F11 and
choose the desired macro.

As always with such macros, there is not warranty; work on a copy of your
document.

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

[Libreoffice-bugs] [Bug 144942] user interface for attribute "draw:text-rotate-angle" is missing

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144942

Regina Henschel  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 115591] Rotate text in form when rotate the form

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115591

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #2 from Regina Henschel  ---
The technic for rotation of the text exists, but there is no UI, see bug
144942.

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

[Libreoffice-bugs] [Bug 149533] Spell checking: superfluous message when cursor is at end of document

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149533

libby  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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

[Libreoffice-bugs] [Bug 149535] New: Add highlighting (background color) to options for marking misspelled words in the spelling checker

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149535

Bug ID: 149535
   Summary: Add highlighting (background color) to options for
marking misspelled words in the spelling checker
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: floris...@gmail.com

This was brought up in the topic
https://ask.libreoffice.org/t/change-wavy-line-to-text-highlight-during-spell-grammar-check/78483/3
in The Ask site. Some visually impaired people have trouble with wavy
underlining and would be happy with a colored background. So - could you add an
option to highlight text instead of wavy underlining it?

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

[Libreoffice-bugs] [Bug 149534] Japanese character spacing does not work correctly when grid is enabled

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149534

nnn1590+libreoff...@nnn1590.org changed:

   What|Removed |Added

 CC||nnn1590+libreoffice@nnn1590
   ||.org

--- Comment #1 from nnn1590+libreoff...@nnn1590.org ---
Created attachment 180691
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180691=edit
Recorded video

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

[Libreoffice-bugs] [Bug 149534] New: Japanese character spacing does not work correctly when grid is enabled

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149534

Bug ID: 149534
   Summary: Japanese character spacing does not work correctly
when grid is enabled
   Product: LibreOffice
   Version: 6.2.8.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nnn1590+libreoff...@nnn1590.org

Description:
Character spacing setting is only applied to some characters when Japanese
characters are used and grid (lines and characters) is enabled.

I tried with:
LibreOffice 6.2.8.2 f82ddfca21ebc1e222a662a32b25c0c9d20169ee
(LibreOffice-still.standard-x86_64.AppImage)
LibreOffice 7.3.3.2 30(Build:2) (APT-Sources: 
 http://ppa.launchpad.net/libreoffice/ppa/ubuntu focal/main amd64 Packages)

(I'm sorry if my English is wrong.)

Steps to Reproduce:
1. Open LibreOffice Writer
2. Open "Page Style" dialog
3. On the "Text Grid" tab, select "Grid (lines and characters)"
4. Click "OK" button (or press enter key)
5. Enter Japanese text (e.g., "")
6. Select some text and set character spacing


Actual Results:
The character spacing is applied to only a portion of the set area

Expected Results:
Applies to all parts of the set area


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Version: 7.3.3.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Ubuntu package version: 1:7.3.3~rc2-0ubuntu0.20.04.1~lo1
Calc: threaded

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

[Libreoffice-bugs] [Bug 149533] Spell checking: superfluous message when cursor is at end of document

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149533

--- Comment #5 from libby  ---
This bug irritates the user by opening windows with different content depending
on the position of the cursor after F7 activation. 

If the cursor is at the beginning or within the text then the window shows
"normal" content, at the end of the text however the window remains empty and
no language is displayed or can be selected from the drop-down list.

Although this error is not very serious, it makes the user's work very
difficult because the user wastes a lot of time trying to figure out the reason
behind this strange error.

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

[Libreoffice-bugs] [Bug 149533] Spell checking: superfluous message when cursor is at end of document

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149533

--- Comment #4 from libby  ---
This bug irritates the user by opening windows with different content depending
on the position of the cursor after F7 activation. 

If the cursor is at the beginning or within the text then the window shows
"normal" content, at the end of the text however the window remains empty and
no language is displayed or can be selected from the drop-down list.

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

[Libreoffice-bugs] [Bug 149533] Spell checking: superfluous message when cursor is at end of document

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149533

libby  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #3 from libby  ---
This bug irritates the user by opening windows with different content depending
on the position of the cursor after F7 activation. 
If the cursor is at the beginning or within the text then the window shows
"normal" content, at the end of the text however the window remains empty and
no language is displayed or can be selected from the drop-down list.

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

[Libreoffice-bugs] [Bug 149533] Spell checking: superfluous message when cursor is at end of document

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149533

Daniel Lenhardt  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

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

[Libreoffice-bugs] [Bug 149533] Spell checking: superfluous message when cursor is at end of document

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149533

--- Comment #2 from karolus  ---
I can confirm with 6.1.2 on debian 10.

but about smart guessing… what does $User probably expect at the very End of
LARGE writer-docs (eg 500 Pages +) ??

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

[Libreoffice-bugs] [Bug 127655] [UI] Wrong font in formula bar (input line)

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127655

--- Comment #17 from Buovjaga  ---
Yep, Korrawit, see my comment 11 :)

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

[Libreoffice-bugs] [Bug 149533] Spell checking: superfluous message when cursor is at end of document

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149533

--- Comment #1 from Daniel Lenhardt  ---

I can confirm that this acurres.
It would be more elegant, if the question would not apear when you start the
checking at the end of the document.

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

[Libreoffice-bugs] [Bug 128309] Apple PICT: "Quicktime and a TIFF uncompressed decompressor are needed to see this picture"

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128309

--- Comment #9 from Julien Nabet  ---
(In reply to osnola from comment #8)
> >   1508   case 0x8201: {
> > ...
> >   1512 MWAW_DEBUG_MSG(("ApplePictParser::readZone: reading compressed 
> > Quicktime is not implemented\n"));
> > ...
> >   1515 break;
> 
> Most probably, a bad comment. I guess this comment was at first about
> opcodes 8200 and 8201, and then I found some files with opcode 8200 ( so I
> tried to reverse its format ).
> 
> > What does disable pct filter in libmwaw?
> 
> Oops, I was talking nonsense. I just checked that the libmwaw code for
> ApplePicture can be called in LibreOffice by hand selecting the Mac Legacy
> Drawing filter. This means that the ipict filter is called first and accepts
> to convert the given image ( which I will send you by mail )
Received but it seems the same as
https://bugs.documentfoundation.org/attachment.cgi?id=155279

> 
> > Perhaps LO ipict part could  use libmwaw which could itself use libtiff 
> > when tiff is concerned.
> > Now if it's the case, I don't know how to do this.
> 
> For this picture, I suppose that it is possible to modify ipict and add a
> function to try to retrieve a bitmap by mimicking the code of
> "ApplePictParser::readQuicktime".
> 
> Note:
> Apple Picture can be a mixture of bitmaps and vector graphics. ipict can
> call codes to work on bitmaps (for example, draw a rectangle in XOR mode,
> ...), so it is often better. In libmwaw, I don't have such a code, so I
> create only a vector graphic, (i.e. in this case, I add a rectangle and
> ignore the XOR mode).
Ok, I'm not good enough at dev to do this but it seems to be a good starting
point for some devs.

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

[Libreoffice-bugs] [Bug 47528] FILEOPEN: Writer 3.5.x, 3.6.x does not open FODT-files with BOM (unlike LO 3.4.x and OOo 3.3)

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47528

Korrawit Pruegsanusak  changed:

   What|Removed |Added

  Attachment #58701|application/force-download  |application/zip
  mime type||

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

[Libreoffice-bugs] [Bug 127655] [UI] Wrong font in formula bar (input line)

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127655

--- Comment #16 from Korrawit Pruegsanusak  ---
Created attachment 180690
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180690=edit
animated gif version 5.3 and 5.4 -- half of the bug

In version 5.3.7.2 and 5.4.1.2, the bug was introduced.
The font in formula bar is wrong, as it is not the default system font as in
version 5.2. Anyway, the font is not switching as in version 6.

So, the bug was introduced in version 5.3 (wrong font, no font switching), and
it was worse in version 6 and later (wrong font and font switching when click).

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

[Libreoffice-bugs] [Bug 127655] [UI] Wrong font in formula bar (input line)

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127655

--- Comment #15 from Korrawit Pruegsanusak  ---
Created attachment 180689
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180689=edit
animated gif file version 5.2.7.2 - no bug

In version 5.2.7.2, the behavior and the font were correct.
The font in the formula bar is the default system font and it was not
switching.

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

[Libreoffice-bugs] [Bug 149533] Spell checking: superfluous message when cursor is at end of document

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149533

Gerhard Weydt  changed:

   What|Removed |Added

 Blocks||96000


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 96000] [META] Spelling and grammar checking bugs and enhancements

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96000

Gerhard Weydt  changed:

   What|Removed |Added

 Depends on||149533


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149533
[Bug 149533] Spell checking: superfluous message when cursor is at end of
document
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 127655] [UI] Wrong font in formula bar (input line)

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127655

Korrawit Pruegsanusak  changed:

   What|Removed |Added

Version|6.3.1.2 release |6.0.5.2 release

--- Comment #14 from Korrawit Pruegsanusak  ---
Reproducible with:
Version: 6.0.5.2
Build ID: 54c8cbb85f300ac59db32fe8a675ff7683cd5a16
CPU threads: 4; OS: Windows 10.0; UI render: GL; 
Locale: en-US (en_US); Calc: CL

So I set the version field accordingly.

In this 6.0 version, the behavior is same as in attachment 154315. The font
switches between correct and wrong font when clicking formular bar.

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

[Libreoffice-bugs] [Bug 149533] New: Spell checking: superfluous message when cursor is at end of document

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149533

Bug ID: 149533
   Summary: Spell checking: superfluous message when cursor is at
end of document
   Product: LibreOffice
   Version: 5.4.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gerhard.we...@t-online.de

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

When the cursor is at the end of a writer document (it seems there must be at
least two paragraphs) and you press F7 or start the spellchecking via menu, you
get the message "Continue checking at beginning of document?".
This is unnecessary, as the user expilicitly started the spell checking, and
the entire document is checked regardless of the cursor position in any cas
except the end of document.
To test, download the test document, put the cursor at the second line and
press F7.

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

[Libreoffice-bugs] [Bug 149532] 使用 Cale 时非常卡顿

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149532

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Buovjaga  ---
Please copy and paste here the contents of your Help - About by clicking the
copy button. This allows us to know more about your system.

Please also write in English and modify the summary to be in English.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

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

[Libreoffice-bugs] [Bug 127655] [UI] Wrong font in formula bar (input line)

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127655

--- Comment #13 from Korrawit Pruegsanusak  ---
Still reproducible using the following version; and I've resetted my user
profile already.

Version: 7.3.3.2 (x64) / LibreOffice Community
Build ID: d1d0ea68f081ee2800a922cac8f79445e4603348
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 106045] [META] Vertical and rotated text direction issues

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106045
Bug 106045 depends on bug 144378, which changed state.

Bug 144378 Summary: Calc: Characters rotated when printed in Asian layout mode 
of vertical writing
https://bugs.documentfoundation.org/show_bug.cgi?id=144378

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 83066] [META] CJK (Chinese, Japanese, Korean, and Vietnamese) language issues

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83066
Bug 83066 depends on bug 144378, which changed state.

Bug 144378 Summary: Calc: Characters rotated when printed in Asian layout mode 
of vertical writing
https://bugs.documentfoundation.org/show_bug.cgi?id=144378

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 144378] Calc: Characters rotated when printed in Asian layout mode of vertical writing

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144378

Mark Hung  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 149532] New: 使用 Cale 时非常卡顿

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149532

Bug ID: 149532
   Summary: 使用 Cale 时非常卡顿
   Product: LibreOffice
   Version: 7.3.3.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 974365...@qq.com

Description:
使用 Cale 操作xls或者ods格式的文件时都非常卡顿,每个操作需要等待 2-3s 的时间,甚至会出现表格错位的现象。
笔记本是2020款联想拯救者Y7000P,操作系统是Windows10家庭版。

Steps to Reproduce:
1.打开一个表格
2.选中表格、拖动滚动条、右键复制
3.

Actual Results:
操作卡顿。

Expected Results:
望优化程序,流程使用即可。


Reproducible: Always


User Profile Reset: No



Additional Info:
[Information automatically included from LibreOffice]
Locale: zh-CN
Module: SpreadsheetDocument
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: Yes

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

[Libreoffice-bugs] [Bug 128309] Apple PICT: "Quicktime and a TIFF uncompressed decompressor are needed to see this picture"

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128309

--- Comment #8 from osnola  ---
>   1508   case 0x8201: {
> ...
>   1512 MWAW_DEBUG_MSG(("ApplePictParser::readZone: reading compressed 
> Quicktime is not implemented\n"));
> ...
>   1515 break;

Most probably, a bad comment. I guess this comment was at first about opcodes
8200 and 8201, and then I found some files with opcode 8200 ( so I tried to
reverse its format ).

> What does disable pct filter in libmwaw?

Oops, I was talking nonsense. I just checked that the libmwaw code for
ApplePicture can be called in LibreOffice by hand selecting the Mac Legacy
Drawing filter. This means that the ipict filter is called first and accepts to
convert the given image ( which I will send you by mail )

> Perhaps LO ipict part could  use libmwaw which could itself use libtiff when 
> tiff is concerned.
> Now if it's the case, I don't know how to do this.

For this picture, I suppose that it is possible to modify ipict and add a
function to try to retrieve a bitmap by mimicking the code of
"ApplePictParser::readQuicktime".

Note:
Apple Picture can be a mixture of bitmaps and vector graphics. ipict can call
codes to work on bitmaps (for example, draw a rectangle in XOR mode, ...), so
it is often better. In libmwaw, I don't have such a code, so I create only a
vector graphic, (i.e. in this case, I add a rectangle and ignore the XOR mode).

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

[Libreoffice-bugs] [Bug 106045] [META] Vertical and rotated text direction issues

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106045
Bug 106045 depends on bug 145322, which changed state.

Bug 145322 Summary: Writer: All characters rotate when printing a vertical 
writing page
https://bugs.documentfoundation.org/show_bug.cgi?id=145322

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 83066] [META] CJK (Chinese, Japanese, Korean, and Vietnamese) language issues

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83066
Bug 83066 depends on bug 145322, which changed state.

Bug 145322 Summary: Writer: All characters rotate when printing a vertical 
writing page
https://bugs.documentfoundation.org/show_bug.cgi?id=145322

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 145322] Writer: All characters rotate when printing a vertical writing page

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145322

Mark Hung  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 128309] Apple PICT: "Quicktime and a TIFF uncompressed decompressor are needed to see this picture"

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128309

--- Comment #7 from Julien Nabet  ---
(In reply to osnola from comment #6)
> Regarding the documentation, "Inside Macintosh: Imaging With Quickdraw" has
> a lot of information about the Apple Pict format, but the information about
> the CompressedQuickTime opcode 8200 is not very useful. 
:-(

> I assumed that this code only encapsulated basic QuickTime data, so we need
> to find some documentation on the QuickTime format, perhaps
> https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/
> QTFFPreface/qtffPreface.html .
It seems to talk about movie format.

> 
> Note:
> - A long time ago, I added a .pct filter in libmwaw (which is disabled in
> LibreOffice, in fact writerperfect checks if libmwaw finds an apple image
> file, and if so, refuses to convert it). This filter allows to retrieve some
> 8200 data. You can look for ApplePictParser::readQuicktime in
> src/lib/ApplePictParser.cxx...

Reading code from src/lib/ApplePictParser.cxx, I see:
   1494   case 0x8200: {
   1495 MWAWEmbeddedObject picture;
   1496 MWAWBox2f bdBox;
   1497 if (!readQuicktime(picture,bdBox))
   1498   return false;
...
   1506 break;
   1507   }
   1508   case 0x8201: {
...
   1512 MWAW_DEBUG_MSG(("ApplePictParser::readZone: reading compressed
Quicktime is not implemented\n"));
...
   1515 break;
   1516   }


but according to
https://developer.apple.com/library/archive/documentation/mac/QuickDraw/QuickDraw-461.html
8200 is for compressed code and 8201 for uncompressed mode.

I see in LO that libmwaw is still used and uses its last version.
download.lst contains:
184 export MWAW_VERSION_MICRO := 21
185 export MWAW_TARBALL := libmwaw-0.3.$(MWAW_VERSION_MICRO).tar.xz

What does disable pct filter in libmwaw?
I mean "ApplePictParser" is present in Library_mwaw.mk since:
commit 6b0585a5b7e32d9acb6d8bc5f15d187959c7cc5b
Author: David Tardon 
Date:   Mon Aug 24 20:49:00 2015 +0200

upload libmwaw 0.3.6

Perhaps LO ipict part could  use libmwaw which could itself use libtiff when
tiff is concerned.
Now if it's the case, I don't know how to do this.

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

[Libreoffice-bugs] [Bug 149531] Excel Visual Basic compatibility issue in LibreOffice Calc: .Delete

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149531

--- Comment #5 from Óvári  ---
Workaround which seems to work:
Replace the line
.Cells.Delete
with
.Cells.Clear

Seems to delete the contents and also clears the formatting.

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

[Libreoffice-bugs] [Bug 149531] Excel Visual Basic compatibility issue in LibreOffice Calc: .Delete

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149531

Óvári  changed:

   What|Removed |Added

Summary|Excel Visual Basic  |Excel Visual Basic
   |compatibility issue in  |compatibility issue in
   |LibreOffice Calc:   |LibreOffice Calc: .Delete
   |.ColumnWidth|

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

[Libreoffice-bugs] [Bug 149531] Excel Visual Basic compatibility issue in LibreOffice Calc: .ColumnWidth

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149531

--- Comment #4 from Óvári  ---
Created attachment 180687
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180687=edit
CellsDelete3.xls does not crash as .ColumnWidth lines are commented out

Only change from CellsDelete.xls are apostrophes (') to comment out lines with:
.ColumnWidth

With this change LibreOffice Calc does not crash.

Thank you

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

[Libreoffice-bugs] [Bug 149531] Excel Visual Basic compatibility issue in LibreOffice Calc: .ColumnWidth

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149531

--- Comment #3 from Óvári  ---
Created attachment 180686
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180686=edit
CellsDelete2.xls does not crash as .Cells.Delete line commented out

Only change from CellsDelete.xls is an apostrophe (') to comment out:
.Cells.Delete

With this change LibreOffice Calc does not crash.

Thank you

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

[Libreoffice-bugs] [Bug 149531] Excel Visual Basic compatibility issue in LibreOffice Calc: .ColumnWidth

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149531

Óvári  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 108908] [META] Visual Basic for Applications (VBA) macro issues

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108908
Bug 108908 depends on bug 149531, which changed state.

Bug 149531 Summary: Excel Visual Basic compatibility issue in LibreOffice Calc: 
.ColumnWidth
https://bugs.documentfoundation.org/show_bug.cgi?id=149531

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 149531] Excel Visual Basic compatibility issue in LibreOffice Calc: .ColumnWidth

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149531

--- Comment #2 from Óvári  ---
Created attachment 180685
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180685=edit
CellsDelete.xls which crashes

1. Open attachment in LibreOffice Calc.
2. Click on "ColumnWidth" button in Sheet1.
3. LibreOffice Calc show a MsgBox with the text:
Here I am! Next line crashes with LibreOffice Calc!
4. Click "OK"
5. Crash

There is no crash is the following line is removed:
.Cells.Delete

Likewise there is no crash if .Cells.Delete remains and the .ColumnWidth lines
are removed

Are you able to reproduce this strange behavior?

Thank you

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

[Libreoffice-bugs] [Bug 149325] Statement.xls crash when Excel VBA code is run

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149325

Óvári  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 108908] [META] Visual Basic for Applications (VBA) macro issues

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108908

Óvári  changed:

   What|Removed |Added

 Depends on||149531


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149531
[Bug 149531] Excel Visual Basic compatibility issue in LibreOffice Calc:
.ColumnWidth
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149531] Excel Visual Basic compatibility issue in LibreOffice Calc: .ColumnWidth

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149531

Óvári  changed:

   What|Removed |Added

 Blocks||108908
 Resolution|--- |WORKSFORME
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||9325
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Óvári  ---
Sorry, ColumnWidth does work. It was the previous lines' code that doesn't
work, i.e.

.Cells.Delete

Closing this issue


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108908
[Bug 108908] [META] Visual Basic for Applications (VBA) macro issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108908] [META] Visual Basic for Applications (VBA) macro issues

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108908
Bug 108908 depends on bug 149531, which changed state.

Bug 149531 Summary: Excel Visual Basic compatibility issue in LibreOffice Calc: 
.ColumnWidth
https://bugs.documentfoundation.org/show_bug.cgi?id=149531

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 128309] Apple PICT: "Quicktime and a TIFF uncompressed decompressor are needed to see this picture"

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128309

--- Comment #6 from osnola  ---
Regarding the documentation, "Inside Macintosh: Imaging With Quickdraw" has a
lot of information about the Apple Pict format, but the information about the
CompressedQuickTime opcode 8200 is not very useful. 

I assumed that this code only encapsulated basic QuickTime data, so we need to
find some documentation on the QuickTime format, perhaps
https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html
.

Note:
- A long time ago, I added a .pct filter in libmwaw (which is disabled in
LibreOffice, in fact writerperfect checks if libmwaw finds an apple image file,
and if so, refuses to convert it). This filter allows to retrieve some 8200
data. You can look for ApplePictParser::readQuicktime in
src/lib/ApplePictParser.cxx...

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

[Libreoffice-bugs] [Bug 146125] Calc(as Excel) Incompatibility betwen new and last version and also between MS Office including OpenOffice

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146125

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Status|UNCONFIRMED |NEEDINFO

--- Comment #4 from Buovjaga  ---
Which version was the previous version? 7.1?

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

[Libreoffice-bugs] [Bug 149531] New: Excel Visual Basic compatibility issue in LibreOffice Calc: .ColumnWidth

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149531

Bug ID: 149531
   Summary: Excel Visual Basic compatibility issue in LibreOffice
Calc: .ColumnWidth
   Product: LibreOffice
   Version: 7.3.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ovari...@zoho.com

Description:
VBA .ColumnWidth crashes LibreOffice Calc

Steps to Reproduce:
VBA code with ColumnWidth crashes LibreOffice Calc 7.4.3.2

Sheets(1).Columns(1).ColumnWidth = 13

Actual Results:
Crashes LibreOffice Calc

Expected Results:
Update the column width in a LibreOffice Calc spreadsheet without crashing.


Reproducible: Always


User Profile Reset: No



Additional Info:
Above code in steps to reproduce modified from Statement.xls attachment in bug
149325.

Thank you

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

[Libreoffice-bugs] [Bug 104444] [META] DOCX (OOXML) table-related issues

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||137788


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=137788
[Bug 137788] FILEOPEN DOCX: Table in frame positioned wrongly
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 137788] FILEOPEN DOCX: Table in frame positioned wrongly

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137788

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
   Keywords|bibisectRequest |
 Blocks||10

--- Comment #11 from Aron Budea  ---
(In reply to Telesto from comment #10)
> FWIW.. the content below the frame is 'NEW' since 6.4. Previously both where
> overlapping.
> 
> Adding bibisectrequest more to get grasp of code area.. but well NISZ surely
> better in assessing of this is worthwhile
Probably not that helpful, but this was the change in 7.0.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=358f654af36fa12102685237f6eadebae4610fb5
author  Tibor Nagy 2020-05-20 13:31:51
+0200
committer   László Németh2020-05-25 10:12:44
+0200

tdf#107119 DOCX import: fix parallel text wrap around frames


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=10
[Bug 10] [META] DOCX (OOXML) table-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149325] Statement.xls crash when Excel VBA code is run

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149325

Óvári  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 52602] Excel Visual Basic compatibility issue in LibreOffice Calc: NumberFormat to date/time

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52602

Óvári  changed:

   What|Removed |Added

 CC||ovari...@zoho.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||9325

--- Comment #12 from Óvári  ---
The problem still exists in LibreOffice 7.3.4.2 with Linux Mint 20.3 Cinnamon.

Another variations on the Number format which don't exist are shown below.

Sheets(1).Columns(1).NumberFormat = "@"
Sheets(1).Columns(2).NumberFormat = "$#,##0.00;[Red]$#,##0.00"
Sheets(1).Columns(3).NumberFormat = "$#,##0.00"" Cr"";[Red]$#,##0.00"" Dr"""

Above code modified from Statement.xls attachment in bug 149325.

Thank you

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

[Libreoffice-bugs] [Bug 140645] Undo breaks bookmark fields

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140645

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
   Keywords|bibisectRequest, regression |
Version|5.0.0.5 release |3.4.0 release

--- Comment #7 from Aron Budea  ---
I can already reproduce this with 3.4.0. You have to wait a bit after Ctrl+X (a
few seconds after content is gone), else if you undo quickly, there's a chance
that it'll be fine.

In 3.3.0 it opens with errors in the bookmark field.

Can't confirm this is a regression.

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

[Libreoffice-bugs] [Bug 149528] Have to Undo twice to remove quote

2022-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149528

raal  changed:

   What|Removed |Added

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

--- Comment #3 from raal  ---
Confirm with Version: 7.4.0.0.alpha1+ / LibreOffice Community
Build ID: d4123356c61db269651e950a0a2cc93e6d801c90
CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: x11
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo

not in Version 4.1.0.0.alpha0+ (Build ID:
efca6f15609322f62a35619619a6d5fe5c9bd5a), but here is simplified quote written.

Please try turn off Tools - Autocorrect - tab Localized Options - Single quotes
replace. So, second undo is for autocorrect replacement. For me not a bug.

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

  1   2   >