https://bugs.documentfoundation.org/show_bug.cgi?id=165624
Bug ID: 165624
Summary: Limit of 200 lines in the code for RowOptimalHeight
Product: LibreOffice
Version: 25.2.1.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Description:
In the task https://bugs.documentfoundation.org/show_bug.cgi?id=124098 fixed by
specifying a limit of 200 lines in the code:
if (bHasRowOptimalHeight && nCurrentRow > 200) {
rRecalcRanges.at(nSheet).maRanges.setFalse(nFirstRow, nCurrentRow);
} else {
rRecalcRanges.at(nSheet).maRanges.setTrue(nFirstRow, nCurrentRow);
}
Because of this, when opening files with a large number of lines, the height
changes only for the first 200 lines.
Is it possible to set this limit in the parameters so that it can be changed
manually by users?
Steps to Reproduce:
1. Open a file (*.ods) containing more than 200 lines
Actual Results:
the "RowOptimalHeight" parameter is used only for the first 200 rows
Expected Results:
The "RowOptimalHeight" parameter can be configured
Reproducible: Always
User Profile Reset: No
Additional Info:
The "RowOptimalHeight" parameter can be configured manually through the
parameters and specify a limit.
--
You are receiving this mail because:
You are the assignee for the bug.