• Noel Power's avatar
    make row heights ( incl default row height ) from excel are saved absolute · e623ee66
    Noel Power yazdı
    Currently default row heights imported from Excel are not adjusted Optimally ( AdjustRowHeight() is no longer called ) However to ensure correct round tripping the CR_MANUALSIZE flag *is* still set, this results in the style:use-optimal-row-height="true" being set for default row height(s) when saving as odf. So, for example absolute positions which are calculated on importing the Excel document ( where the row height is *not* optimally adjusted ) are still saved with the 'style:use-optimal-row-height' set. When the row heights are read back into calc the row sizes are changed any absolutely positioned objects are now out of place. This patch ensures *all* row heights are from an imported excel document are saved with style:use-optimal-row-height="false"
    
    Change-Id: If898b97ddb0c8b59a401d7b3c133b0eec09cd1db
    e623ee66
xmlbahdl.hxx 13.1 KB