https://bugs.documentfoundation.org/show_bug.cgi?id=107806

            Bug ID: 107806
           Summary: Semantic and syntax for .uno:RowHeight and
                    .uno:ColumnWidth have been changed
           Product: LibreOffice
           Version: 5.3.3.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 133274
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133274&action=edit
CellSizeNew

>From LO 5.2 to LO 5.3 the semantic and syntax of .uno:RowHeight and
.uno:ColumnWidth have been changed significant.

In LO 5.2 .uno:RowHeight and .uno:ColumnWidth have one parameter for height and
width respectively, and the values where in 1/100 mm. The new height/width was
applied to the current cell.
If you use such macro (attachment CellSizeOld) in LO 5.3, the row height/column
width dialog opens.

In LO 5.3 .uno:RowHeight and .uno:ColumnWidth have two parameters. The first
one to select row/column and the second one for height/width. The row and
column is not zero based as it is in other commands, but e.g. row=4 is indeed
row=4 and column=4 is column D. The height and width are no longer in 1/100 mm,
but you need a magic number to get the desired size.
If you use such macro (attachment CellSizeNew) in LO 5.2, the row height/column
width dialog opens.

If the change was intended, then announcement and documentation is missing. But
the strange values, which are needed in LO 5.3, look suspicious to me, so it
seems to be a bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to