To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=24250





------- Additional comments from astrola...@openoffice.org Sat Sep 12 11:23:59 
+0000 2009 -------
Is a problem of field codes that 
Microsoft Word allows you to edit (without dialog-box)
Writer allows you to edit only through dialog-box

The basic XE field in Microsoft word looks like this. 
To see them, make hidden text visible. 
     
{XE "main heading:subheading:sub-subheading"}

1)In theory, you can have as many sublevels as you want, separating them all 
with colons. 
For formatting purposes, remember that each sublevel is given its own style; 
just make sure that the styles are properly designed. 

Writer has only three levels.

2) Cross reference (Using Something Other Than Page Numbers)
You can suppress the appearance of page numbers and replace them with some 
other hardcoded text of your choosing using the \t flag.

Here are some examples of its use: 
{XE "main heading:subheading one" \t "See cross reference"}
{XE "main heading:subheading two" \t "See inside back cover"}

Not supported by Writer
see issue
http://qa.openoffice.org/issues/show_bug.cgi?id=104691


3) Bookmark (Page Ranges)
To create page ranges, use the \r flag.

{XE "main heading:subheading:sub-subheading" \r "bookmark"}

Not supported by Writer

4)Identifying Groups of Index Fields
When you are building more than one index and want particular index entries to 
appear only within particular indexes, use the \f flag to label those entries. 
For example, if you are building a name index, a command index, 
and a general index (in which names and commands are included), you'll need two 
different arguments for the \f flag: 
one for the names, and one for the commands. 
The general index is the standard default index produced without the \f flags. 

{XE "main heading:name one" \f "names"}     
{XE "main heading:command one" \f "commands"}     
{XE "main heading:general stuff one"}     
{XE "main heading:name two" \f "names"}     
{XE "main heading:command two" \f "commands"}    
{XE "main heading:general stuff two"}

Not supported by Writer
see old  issue
http://qa.openoffice.org/issues/show_bug.cgi?id=6401

5)Formatting the Page Numbers
Microsoft Word allows for the use of boldface and italics page numbers. 
The flags needed to do this are quite simple: 

\b for boldface 
{XE \b "main heading:subheading:sub-subheading one"}

Supported by Writer
(Click Insert > Indexes and Tables > Entry > "Insert Index Entry" dialog-box 
> "Main entry")
http://wiki.services.openoffice.org/w/images/2/20/WG12-13.png

\i for italics
{XE \i "main heading:subheading:sub-subheading two"}

Not supported by Writer


For more information:
http://taxonomist.tripod.com/indexing/wordflags.html


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to