Description: When a long text is specified in a cell in a right-most column (relative to data), when SinglePageSheet is set to `true`, text in a cell is being trimmed by cell width, even though printing a document with SinglePageSheet=false results in all text being printed. Steps to Reproduce: 1. Create an empty calc document 2. Write the following line in any cell without modifying cell width: "this is a long and boring text line that does not fit in a cell" 3. Run the following CLI command: `libreoffice --convert-to 'pdf:calc_pdf_Export:{"SinglePageSheets":{"type":"boolean","value":"true"}}' <doc_name>` Actual Results: A pdf document is created that displays "this is a long a" Expected Results: A pdf document is created that at least displays "this is a long and boring text line that does not fit in a cell" Reproducible: Always User Profile Reset: Yes Additional Info: Version: 24.2.7.2 (X86_64) / LibreOffice Community Build ID: 420(Build:2) CPU threads: 12; OS: Linux 6.8; UI render: default; VCL: kf5 (cairo+xcb) Locale: en-US (en_US.UTF-8); UI: en-US Ubuntu package version: 4:24.2.7-0ubuntu0.24.04.4 Calc: threaded
*** This bug has been marked as a duplicate of bug 164683 ***