https://bugs.documentfoundation.org/show_bug.cgi?id=151031
--- Comment #4 from Justin L <[email protected]> --- commit e623ee66dfde0d5a2705e222aaa7ce580e409506 Author: Noel Power on Tue May 22 10:08:26 2012 +0100 make row heights ( incl default row height ) from excel are saved absolute QUOTE: "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" " This has aXMLScFromXLSRowStylesProperties force optimal-row-height to be false with XML_TYPE_BOOL_FALSE, since it isAlienExcelDoc. Since this is very intentional, and the explanation is complete gobbledygook, I'm walking away... -- You are receiving this mail because: You are the assignee for the bug.
