<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Semantic and syntax for .uno:RowHeight and .uno:ColumnWidth have been changed"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107806">107806</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Semantic and syntax for .uno:RowHeight and .uno:ColumnWidth have been changed
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>5.3.3.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>BASIC
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>rb.henschel@t-online.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=133274" name="attach_133274" title="CellSizeNew">attachment 133274</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=133274&action=edit" title="CellSizeNew">[details]</a></span>
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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>