https://bugs.freedesktop.org/show_bug.cgi?id=77961

Michael Stahl <mst...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Whiteboard|NeedAdvice                  |odf
                 CC|                            |mst...@redhat.com
            Summary|FILEOPEN: ODT exported from |FILEOPEN: ODT exported from
                   |ms office has table lines   |MS Office has text grid
                   |in it                       |enabled

--- Comment #8 from Michael Stahl <mst...@redhat.com> ---
apparently the document has a text grid applied in its PL0 page style:

    <style:page-layout style:name="PL0">
      <style:page-layout-properties 
        ...
        style:layout-grid-mode="line" style:layout-grid-lines="44"

so since a text grid exists on the page, it's not much of a
surprise that grid lines are displayed.

you can check that on Format->Page, Text Grid tab, it says "Grid (lines only)"

Word does not display a grid when opening the file.

saving the document with LO, some additional attributes appear:

    style:layout-grid-print="true" style:layout-grid-display="true"

these explicitly control whether the grid is displayed.

so probably what happens is that Word has fixed default off for these
attributes while OOo/LO has the default depending on whether the other
attributes are present.

according to Microsoft's Office ODF conformance document,
the style:layout-grid-display attribute is not supported by Word.

http://msdn.microsoft.com/en-us/library/jj671891%28v=office.12%29.aspx

although on Page Layout -> Page Setup -> Document Grid
in Word 2010 it says that a line grid is enabled... but Word does not
display grid lines, even if you click View->Show->Gridlines checkbox.

hmm.... there is actually a grid displayed in Word, but apparently
only in those places where there is no text, such as at the bottom
of the first page.  if you add more text the grid disappears.

an obvious difference is that in Writer the text grid has a 10pt
space for Ruby text, whereas the same is much smaller in Word,
or actually it looks like Word only provides space for Ruby text
if such exists;
this is controlled by the style:layout-grid-ruby-height attribute.

so i don't think there is a bug here really.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to