You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2020/07/06 17:05:37 UTC

[Issue 128394] New: There is no section template access - couldn't assign content to multi column design

https://bz.apache.org/ooo/show_bug.cgi?id=128394

          Issue ID: 128394
        Issue Type: DEFECT
           Summary: There is no section template access - couldn't assign
                    content to multi column design
           Product: Writer
           Version: 4.1.7
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P5 (lowest)
         Component: formatting
          Assignee: issues@openoffice.apache.org
          Reporter: avollbracht@gmx.de
  Target Milestone: ---

Created attachment 86963
  --> https://bz.apache.org/ooo/attachment.cgi?id=86963&action=edit
ToC Style in Styles.xml

In earlier days OOo has had columns in paragraph templates. Now we have columns
in sections. But there is no access to a section's design so that I could
assign it to an other section.
Currently I have a hundred xhtml files that need to be formatted for umpteen
pages each, containing sections that should be multi column and others that
shouldn't.

By now a section's styling information is in office:automatic-styles within
content.xml It would be best if it were handled as per sample of paragraph
styles. I fail to see why style:family="section" shouldn't appear in
office:styles/style:style but in office:automatic-styles/style:style only. So
there's no need to change odt format for this.

Current version will just ignore section styling in Styles.xml as you can see
in attached tInStyles.odt

Same section styling in office:automatic-styles is regarded with minor
problems.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128394] There is no section template access - couldn't assign content to multi column design

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128394

oooforum (fr) <oo...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oooforum@free.fr

--- Comment #3 from oooforum (fr) <oo...@free.fr> ---
I see in meta XML file:
<meta:generator>LibreOffice/7.0.0.0.beta2$Linux_X86_64
LibreOffice_project/00$Build-0</meta:generator>

So, please provide same document build from scratch with AOO.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128394] There is no section template access - couldn't assign content to multi column design

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128394

--- Comment #5 from vollbracht <av...@gmx.de> ---
(In reply to oooforum (fr) from comment #3)
> I see in meta XML file:
> <meta:generator>LibreOffice/7.0.0.0.beta2$Linux_X86_64
> LibreOffice_project/00$Build-0</meta:generator>
> 
> So, please provide same document build from scratch with AOO.

Sorry! Right now I have no access to my Windows AOO installation due to
temporal incompatibility between Linux kernel 5.7.5 and VMWare Player.

Although the template for the provided document had been built using LO, the
document itself given as proof of concept had been built using saxon9 and xslt
from html source.

Last thing I saw within my Windows OOo installation was the necessity for that
enhancement same way as in LO.

Until now the given document cannot be provided from scratch - neither in AOO
nor in LO. Its's meant to show how current versions react on documents created
with future versions containing the enhancement.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128394] There is no section template access - couldn't assign content to multi column design

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128394

--- Comment #1 from vollbracht <av...@gmx.de> ---
Created attachment 86964
  --> https://bz.apache.org/ooo/attachment.cgi?id=86964&action=edit
ToC Style in Styles.xml

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128394] There is no section template access - couldn't assign content to multi column design

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128394

Keith N. McKenna <kn...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Issue Type|DEFECT                      |ENHANCEMENT
                 CC|                            |knmc@apache.org

--- Comment #4 from Keith N. McKenna <kn...@apache.org> ---
Setting as Enhancement

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128394] There is no section template access - couldn't assign content to multi column design

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128394

--- Comment #6 from oooforum (fr) <oo...@free.fr> ---
(In reply to vollbracht from comment #5)
> Until now the given document cannot be provided from scratch - neither in
> AOO nor in LO. Its's meant to show how current versions react on documents
> created with future versions containing the enhancement.

We wait the same document but build with AOO.
We need to reproduce and compare XML content.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128394] There is no section template access - couldn't assign content to multi column design

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128394

oooforum (fr) <oo...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #9 from oooforum (fr) <oo...@free.fr> ---
According with Peter to comment #7
AOO must add support ODF 1.3

*** This issue has been marked as a duplicate of issue 128282 ***

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128394] There is no section template access - couldn't assign content to multi column design

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128394

--- Comment #8 from vollbracht <av...@gmx.de> ---
Thanks for comparing!
The problem still is that there is no access to section templates within office
suite. There is no need for open document format change. We can create
documents using a single section template for several sections. (unzip - edit
source - zip) But within office suite every section has its own automatic
style. So there's no possibility to change a style for a bunch of sections
sharing it except by editing the source.
We are able to open a document with a shared section style. We should be able
to edit this style and keep it shared when saving the document.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128394] There is no section template access - couldn't assign content to multi column design

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128394

--- Comment #2 from vollbracht <av...@gmx.de> ---
Created attachment 86965
  --> https://bz.apache.org/ooo/attachment.cgi?id=86965&action=edit
ToC Style in office:automatic-styles

Generated file showing 2 sections sharing a style

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128394] There is no section template access - couldn't assign content to multi column design

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128394

Peter <pe...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petko@apache.org

--- Comment #7 from Peter <pe...@apache.org> ---
I compared LO5 with AOO (Dev build) and I could not find any differences.
If it is created with LO7, could it be some changes made in ODF 1.3 instead of
ODF 1.2 extended?

Can you describe where something should look different?

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128394] There is no section template access - couldn't assign content to multi column design

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128394

Marcus <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

-- 
You are receiving this mail because:
You are the assignee for the issue.