Writer/ToDo/Layout/View Concepts

From Apache OpenOffice Wiki
< Writer‎ | ToDo‎ | Layout(Redirected from Writer/View Concepts)
Jump to: navigation, search

Writer Icon.png

Writer Project

Please view the guidelines
before contributing.

Popular Subcategories: The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id, rev_user, rev_user_text, rev_comment, rev_timestamp FROM `revision` AS rev, `page` WHERE 1=1 AND `page`.page_namespace IN (14) AND `page`.page_is_redirect=0 AND `page`.page_id=rev.rev_page AND rev.rev_timestamp=( SELECT MAX(rev_aux.rev_timestamp) FROM `revision` AS rev_aux WHERE rev_aux.rev_page=rev.rev_page ) ORDER BY rev_timestamp DESC LIMIT 5 OFFSET 0

Error message is:
Unknown column 'rev_user' in 'field list' (127.0.0.1)


Internal Documentation: The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id, rev_user, rev_user_text, rev_comment, rev_timestamp FROM `revision` AS rev, `page` WHERE 1=1 AND `page`.page_namespace IN (0) AND `page`.page_is_redirect=0 AND `page`.page_id=rev.rev_page AND rev.rev_timestamp=( SELECT MAX(rev_aux.rev_timestamp) FROM `revision` AS rev_aux WHERE rev_aux.rev_page=rev.rev_page ) ORDER BY rev_timestamp DESC LIMIT 5 OFFSET 0

Error message is:
Unknown column 'rev_user' in 'field list' (127.0.0.1)


API Documentation:

Ongoing Efforts: The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id, rev_user, rev_user_text, rev_comment, rev_timestamp FROM `revision` AS rev, `page` WHERE 1=1 AND `page`.page_namespace IN (0) AND `page`.page_is_redirect=0 AND `page`.page_id=rev.rev_page AND rev.rev_timestamp=( SELECT MAX(rev_aux.rev_timestamp) FROM `revision` AS rev_aux WHERE rev_aux.rev_page=rev.rev_page ) ORDER BY rev_timestamp DESC LIMIT 5 OFFSET 0

Error message is:
Unknown column 'rev_user' in 'field list' (127.0.0.1)


Sw.OpenOffice.org

Intro

Here are the basic ideas how the "Outline", "Online" and "Draft" layout should work:


Layouts

Online Layout

- no margins

- no page breaks

- text is wrapped at window boundaries

- no display of page bound elements (header/footer, objects anchored at a page)

- display all other content

- preserve all other formatting


Outline Layout

- present structure of a document (paragraphs, chapters, sections)

- text indentations created from level of structural element

- normal text should be displayed below its heading

- no margins

- no page breaks visible

- no preferred way of text wrapping; open for discussions

- no display of page bound elements (header/footer, objects anchored at a page)

- no preferred way of treating any non-textual content; why not display it?

- no preferred way of treating formatting; why not display it?

- additional control elements that allow to promote/demote paragraphs, fold/unfold structural elements

- creating, moving and deleting structural elements by keyboard commands or D&D


Drafts Layout

- text indentations as usual (paragraph attributes)

- no margins

- page breaks shown as e.g. dotted lines between the text lines

- no multi column display

- text wrapped at page or column boundaries

- no preferred way of non-textual content; why not display it?

- no display of header/footer

- no preferred way of displaying page-bound objects; why not display them?

- no preferred way of treating formatting; why not display it?


There seems to be a lot of common ground. Perhaps this can be combined into a common view that provides optional space for additional control elements (outline controls, rulers) and provides space where the document can be shown with indentation and wrapping controlled from the outside. Which elements of the document are shown is also controlled from the outside so that e.g. page bound objects can be made invisible or collapsed paragraphs in the outline view etc.

Personal tools