Bug 168459 - FILEOPEN: First letter not displayed in list items
Summary: FILEOPEN: First letter not displayed in list items
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Impress (show other bugs)
Version:
(earliest affected)
25.2.0.0 alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-18 07:05 UTC by Xisco Faulí
Modified: 2025-09-18 13:30 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments
sample file (11.22 KB, application/vnd.oasis.opendocument.presentation)
2025-09-18 07:05 UTC, Xisco Faulí
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xisco Faulí 2025-09-18 07:05:26 UTC
Created attachment 202869 [details]
sample file

This issue is related to bug 168424

Steps to reproduce:
1. Open attached document

-> The first letter of each line is missing. The document was created following the steps from bug 168424

Reproduced in

Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 81321560f2151ee12be26135aed65968287d1c94
CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: gtk3
Locale: es-ES (es_ES.UTF-8); UI: en-US
Calc: threaded
Comment 1 Xisco Faulí 2025-09-18 07:07:04 UTC
The letters are displayed before

commit 2cb039f570379213ffc9469a132f5b24f425b7be	[log]
author	Jonathan Clark <jonathan@libreoffice.org>	Fri Nov 08 01:12:48 2024 -0700
committer	Jonathan Clark <jonathan@libreoffice.org>	Wed Nov 13 15:01:11 2024 +0100
tree e67e7cb151de276cec6d3a4bc24d7f184aeac001
parent a095909899622ce16bac020fa7034ff162fe0df5 [diff]

tdf#36709 editeng: Layout for font-relative first-line indent
Comment 2 m_a_riosv 2025-09-18 10:30:32 UTC
The issue is with paragraph format — Indent & Spacing — First line, having 64.9 cm.
With 10 cm e.g. shows the entire words.
Comment 4 Jonathan Clark 2025-09-18 13:30:40 UTC
I'm not sure if this should be considered a bug.

Previously, we would treat any first line indent greater than 32k twips as negative due to integer overflow. Now, we can faithfully represent large indent values from the ODF (like the 64.901cm used here).