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

            Bug ID: 95243
           Summary: Broken parsing custom style in ODT
           Product: LibreOffice
           Version: 4.4.4.3 release
          Hardware: x86 (IA32)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: djbal...@gmail.com

Created attachment 119864
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119864&action=edit
Flat XML ODF Text Document

I have a Flat XML files that no longer correctly display 
information(style) in version 4.4 and above. The latest version of 
Libreoffice, which opens the document correctly - this 4.3.7.2 for 
Windows. In the new versions just do not displays the whole block 
of documents.

Style:

    <style:style style:name="ParagraphVerbatim" style:family="paragraph"
        style:display-name="Paragraph Verbatim">
        <style:paragraph-properties
            fo:text-indent="0.3cm"
            fo:background-color="#E0E0E0"
            style:shadow="none"/>
        <style:text-properties
            fo:font-size="10pt"
            style:font-name="Courier"/>
    </style:style>

    <style:style style:name="ParagraphSynopsis" style:family="paragraph"
        style:display-name="Paragraph Synopsis"
        style:parent-style-name="ParagraphVerbatim"
        style:next-style-name="ParagraphSynopsis">
        <style:paragraph-properties
            fo:padding-top="0.20cm"
            fo:padding-bottom="0.20cm"
            fo:background-color=""
            fo:border-left="0.2cm solid #303030"/>
        <style:text-properties/>
    </style:style>

The block of text that is not displayed:

    <text:p text:style-name="ParagraphSynopsis">№: 1793</text:p>
    <text:p text:style-name="ParagraphSynopsis">Дата: 21 октября 2015 г.
15:12:31</text:p>
    <text:p text:style-name="ParagraphSynopsis">Со склада: Главный
склад</text:p>
    <text:p text:style-name="ParagraphSynopsis">На склад: Бар 1</text:p>


I think that broken interoperability between versions 4.3 and 4.4.

-- 
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