Ticket #4915 (closed task: fixed)

Opened 2 years ago

Last modified 1 year ago

Books: Investigate document page styles being lost

Reported by: debyld Assigned to: octalina
Priority: P2 Milestone: icerscycle 2007-10-04
Component: ICE Books Version: 1.2
Severity: normal Keywords:
Cc: debyld@usq.edu.au Estimate: 2
Revised:

Description (Last modified by debyld)

refs #4914

If use file insert to add a document into another document the page styles used are kept in tact. However, if you use ICE (maybe a uno issue) the page styles are slightly broken.

Using ICE:

  • If inserting an OOo document the page style of the first page of the first document is not the one from the document but rather the page style of the last page in the Book template.
  • If inserting a Word document the pages styles used are that of the Book and not the document being inserted.

In both these cases it is not a problem if you manually insert the documents in OOo.

In regards to the Word documents being inserted when you manually insert a Word document it appears to create pages styles such as "convert0", this is not the case when using ICE.

Break this up into required tasks and fix on the trunk.

Attachments

template.book.odt (28.2 kB) - added by debyld on 07/04/07 10:22:59.
book template used
chp1_with_headers.odt (30.7 kB) - added by debyld on 07/04/07 10:23:37.
OOo document used
chp2_with_header.doc (112.0 kB) - added by debyld on 07/04/07 10:24:01.
sample word doc used
chp3_with_header.doc (112.0 kB) - added by debyld on 07/04/07 10:24:30.
2nd sample word doc used

Change History

07/04/07 10:22:59 changed by debyld

  • attachment template.book.odt added.

book template used

07/04/07 10:23:37 changed by debyld

  • attachment chp1_with_headers.odt added.

OOo document used

07/04/07 10:24:01 changed by debyld

  • attachment chp2_with_header.doc added.

sample word doc used

07/04/07 10:24:30 changed by debyld

  • attachment chp3_with_header.doc added.

2nd sample word doc used

07/04/07 10:26:03 changed by debyld

  • cc set to debyld@usq.edu.au.
  • description changed.

07/04/07 10:26:54 changed by debyld

  • description changed.

07/20/07 09:08:24 changed by debyld

  • owner changed from ward to octalina.
  • priority changed from P3 to P2.

07/26/07 09:23:49 changed by octalina

  • milestone changed from icerscycle 2007-07-26 to icerscycle 2007-08-09.

07/26/07 15:15:17 changed by octalina

  • version changed from 1.3 to 1.2.

07/27/07 16:24:04 changed by octalina

(In [7479]) refs #4977 #1973 #4915 added test case for building book in ooo_automation_test.py and ooo_converter_test.py

07/27/07 16:25:42 changed by octalina

(In [7480]) refs #4977 #4973 #4915 added test case for building book in ooo_automation_test.py and ooo_converter_test.py

08/10/07 09:09:16 changed by octalina

  • milestone changed from icerscycle 2007-08-09 to icerscycle 2007-08-23.

08/24/07 08:51:31 changed by octalina

  • milestone changed from icerscycle 2007-08-23 to icerscycle 2007-09-06.

09/06/07 14:49:14 changed by octalina

  • milestone changed from icerscycle 2007-09-06 to icerscycle 2007-09-20.

09/20/07 09:11:38 changed by octalina

  • status changed from new to assigned.
  • milestone changed from icerscycle 2007-09-20 to icerscycle 2007-10-04.

09/26/07 11:26:40 changed by octalina

Word Document: When .doc document being inserted to book, "Default" page style of word document will be converted as "Standard" in book. For page style other than "Default" in .doc, open office will convert to Convert_20_1, Convert_20_2, etc and book will set the parent-style-name based on the converted name.

Office Document: When .odt document has it's own page style like New01, New01 will be added to book page style.

NOTE: For each .odt document, if there are new creation of page style for each book, each page style name must be "UNIQUE"

09/26/07 12:57:37 changed by octalina

(In [7891]) refs #5136 #5134 #5135 #4977 #4973 #4915 Adding support for importing page style during buildbook. Note: first page of the book is standard style

09/26/07 12:57:57 changed by octalina

  • status changed from assigned to closed.
  • resolution set to fixed.

09/26/07 13:49:41 changed by octalina

(In [7893]) refs #5134 #4915