Author: kschenk
Date: Sun Nov 27 23:21:26 2011
New Revision: 1206912

URL: http://svn.apache.org/viewvc?rev=1206912&view=rev
Log:
kls -- added FunctionalDescription


Added:
    incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/
    
incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/file_picker.html  
 (with props)
    incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/index.html   
(with props)
    
incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/status_quo_navigator.html
   (with props)
    
incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/status_quo_stylist.html
   (with props)

Added: 
incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/file_picker.html
URL: 
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/file_picker.html?rev=1206912&view=auto
==============================================================================
--- 
incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/file_picker.html 
(added)
+++ 
incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/file_picker.html 
Sun Nov 27 23:21:26 2011
@@ -0,0 +1,146 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+<HEAD>
+       <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; 
charset=windows-1252">
+       <TITLE></TITLE>
+       <META NAME="GENERATOR" CONTENT="StarOffice 6.0  (Win32)">
+       <META NAME="AUTHOR" CONTENT="Gunnar Timm">
+       <META NAME="CREATED" CONTENT="20020114;16054600">
+       <META NAME="CHANGEDBY" CONTENT="Frank Sch&ouml;nheit">
+       <META NAME="CHANGED" CONTENT="20020304;18365265">
+       <STYLE>
+       <!--
+               TD P { margin-bottom: 0.1cm }
+               TD P.western { font-family: "Thorndale", serif }
+               P.western { font-family: "Thorndale", serif }
+               H2 { color: #ffffff }
+               H2.western { font-family: "Arial", sans-serif; font-size: 14pt; 
font-style: italic }
+               A:visited { color: #444488 }
+               A:link { color: #444488 }
+       -->
+       </STYLE>
+</HEAD>
+<BODY LANG="de-DE" LINK="#444488" VLINK="#444488" BGCOLOR="#eeeeff">
+<TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 
STYLE="page-break-before: always">
+       <COL WIDTH=256*>
+       <TR>
+               <TD WIDTH=100% BGCOLOR="#666699">
+                       <H1 ALIGN=CENTER><A 
HREF="http://www.openoffice.org/";><IMG SRC="../images/open_office_org_logo.gif" 
NAME="Grafik1" ALT="OpenOffice" ALIGN=RIGHT WIDTH=168 HEIGHT=71 
BORDER=0></A><FONT COLOR="#ffffff"><FONT FACE="Arial"><FONT SIZE=5>File
+                       Open Dialog<BR>rudimentary functional 
description</FONT></FONT></FONT></H1>
+               </TD>
+       </TR>
+</TABLE>
+<HR SIZE=3 NOSHADE>
+<TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 
STYLE="page-break-inside: avoid">
+       <COL WIDTH=256*>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#666699">
+                       <H2 CLASS="western">General</H2>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western">The file open dialog implementation 
allows to,
+                       well, open or save files. In a more abstract sense, it 
allows to
+                       browse a content hierarchy as provided by a <A 
HREF="http://ucb.openoffice.org/";>Universal
+                       Content Broker</A>, and pick a content in such a 
hierarchy for
+                       doing an action with this content (mostly 
&quot;load&quot; or
+                       &quot;save&quot;).</P>
+                       <P CLASS="western">A general problem is the difference 
between a
+                       specification for the file picker service, and the 
usage of this
+                       service in OOo. An example for this is the paragraph 
about
+                       settings persistence: In general, the dialog tries to 
restore some
+                       settings from it's previous incarnation. However, this 
is a
+                       feature of the service. In OOo, there may be places 
where this is
+                       explicitly disabled for whatever reasons, which then is 
a feature
+                       of the enclosing component.</P>
+                       <P CLASS="western"><BR><BR>
+                       </P>
+                       <P CLASS="western">This document is not remotely a 
complete
+                       specification. It covers things which we found to be 
usefull
+                       information, and which may be the very rudimentary base 
of what
+                       would be a real specification.</P>
+                       <P CLASS="western"><BR>
+                       </P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#666699">
+                       <H2 CLASS="western">Keyboard navigation</H2>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western">As every dialog within 
OpenOffice.org, in
+                       general controls within the dialog are reachable via a 
shortcut.
+                       For instance the filter listbox has a label called 
&quot;Fil<U>t</U><SPAN STYLE="text-decoration: none">er&quot;,
+                       where the underlined &quot;t&quot; means the filter 
list box can
+                       be activated by pressing &quot;Alt-L&quot;.</SPAN></P>
+                       <P CLASS="western"><BR><BR>
+                       </P>
+                       <P CLASS="western">This should work in the usual manner 
&ndash; no
+                       matter where the focus is, 
&quot;Alt-&lt;shortcut&gt;&quot; should
+                       travel to the respective control.</P>
+                       <P CLASS="western"><BR><BR>
+                       </P>
+                       <P CLASS="western"><BR>
+                       </P>
+               </TD>
+       </TR>
+</TABLE>
+<TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 
STYLE="page-break-inside: avoid">
+       <COL WIDTH=256*>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#666699">
+                       <H2 CLASS="western">Settings Persistence</H2>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western">In general, the file open dialog 
should
+                       remember it's last working directory, relative to it's 
context.
+                       Here, <I>context</I> means the usage of the dialog: 
&quot;as
+                       save-as dialog&quot;, &quot;as file-open dialog&quot;, 
as &quot;open
+                       graphics dialog&quot;. The context concept of the 
dialog is to be
+                       re-designed, currently, there is a lot of magics 
involved which
+                       I'd be ashamed of to tell here in more detail.</P>
+                       <P CLASS="western">In general, upon starting the 
dialog, it tries
+                       to restore the last working directory for this context 
(this can
+                       be overwritten from the outside). For file-URLs, an 
existence
+                       check is made, and if the folder does not exist 
anymore, a error
+                       message is shown. After this, the default working 
directory (as
+                       got from the configuration) is chosen as initial path 
to show.</P>
+                       <P CLASS="western"><BR><BR>
+                       </P>
+                       <P CLASS="western"><BR>
+                       </P>
+               </TD>
+       </TR>
+</TABLE>
+<P CLASS="western" STYLE="margin-bottom: 0cm"><BR>
+</P>
+<TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0>
+       <COL WIDTH=256*>
+       <TR>
+               <TD WIDTH=100%>
+                       <HR SIZE=1 NOSHADE>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% BGCOLOR="#666699">
+                       <P CLASS="western" ALIGN=LEFT><FONT 
COLOR="#ffffff">Author: <SDFIELD TYPE=DOCINFO SUBTYPE=CHANGE 
FORMAT=AUTHOR>Frank Sch&ouml;nheit</SDFIELD></FONT><A 
HREF="mailto:[email protected]";><FONT 
COLOR="#444488"><BR></FONT></A><FONT COLOR="#ffffff">Last
+                       Modified: <SDFIELD TYPE=DOCINFO SUBTYPE=CHANGE 
FORMAT=DATE SDNUM="1031;0;TT.MM.JJ">04.03.02</SDFIELD>
+                       <SDFIELD TYPE=DOCINFO SUBTYPE=CHANGE FORMAT=TIME 
SDNUM="1031;1031;HH:MM:SS">18:36:53</SDFIELD><BR><I>Copyright
+                       &copy; 2002 OpenOffice.org</I></FONT></P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100%>
+                       <HR SIZE=1 NOSHADE>
+               </TD>
+       </TR>
+</TABLE>
+<P CLASS="western" STYLE="margin-bottom: 0cm"><BR>
+</P>
+</BODY>
+</HTML>
\ No newline at end of file

Propchange: 
incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/file_picker.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/index.html
URL: 
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/index.html?rev=1206912&view=auto
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/index.html 
(added)
+++ incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/index.html 
Sun Nov 27 23:21:26 2011
@@ -0,0 +1,81 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+<HEAD>
+       <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; 
charset=windows-1252">
+       <TITLE>functional descriptions</TITLE>
+       <META NAME="GENERATOR" CONTENT="StarOffice 6.0  (Win32)">
+       <META NAME="AUTHOR" CONTENT="Gunnar Timm">
+       <META NAME="CREATED" CONTENT="20020115;8250000">
+       <META NAME="CHANGEDBY" CONTENT="Frank Sch&ouml;nheit">
+       <META NAME="CHANGED" CONTENT="20020304;18345100">
+</HEAD>
+<BODY LANG="de-DE">
+  <h1>Functional Descriptions</h1>
+  <div align="right">
+   <p><i>Last modified <csobj w="108" h="16" t="DateTime" locale="00000809" 
format="LongDate" region="0">20 October 2004</csobj></i></p>
+  </div>
+  <p>
+   <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 
STYLE="page-break-before: always">
+    <COL WIDTH=6*>
+     <COL WIDTH=74*>
+      <COL WIDTH=152*>
+       <COL WIDTH=15*>
+        <COL WIDTH=6*>
+         <COL WIDTH=3*>
+          <TR>
+           <TD COLSPAN=2 BGCOLOR="#00315a">
+            <P ALIGN=LEFT><FONT COLOR="#ffffff"><FONT SIZE=2><B>[Functional
+                       Descriptions]</B></FONT></FONT></P>
+           </TD>
+          </TR>
+          <TR>
+           <TD ROWSPAN=3 WIDTH=29% BGCOLOR="#99ccff">
+            <P ALIGN=LEFT><FONT COLOR="#00315a"><FONT 
SIZE=2><B>[Date]</B></FONT></FONT></P>
+           </TD>
+           <TD ROWSPAN=3 WIDTH=59% BGCOLOR="#99ccff">
+            <P ALIGN=LEFT><FONT COLOR="#00315a"><FONT 
SIZE=2><B>[Title]</B></FONT></FONT></P>
+           </TD>
+          </TR>
+          <TR>
+           
+          </TR>
+          <TR>
+           
+          </TR>
+          <TR>
+           <TD WIDTH=29% BGCOLOR="#f0f0f0">
+            <P>January, 15<SUP>st</SUP> 2002</P>
+           </TD>
+           <TD WIDTH=59% BGCOLOR="#f0f0f0">
+            <P><A HREF="status_quo_stylist.html">Status quo of the 
Stylist</A></P>
+           </TD>
+          </TR>
+          <TR>
+           <TD WIDTH=29% BGCOLOR="#f0f0f0">
+            <P>January, 15<SUP>st</SUP> 2002</P>
+           </TD>
+           <TD WIDTH=59% BGCOLOR="#f0f0f0">
+            <P><A HREF="status_quo_navigator.html">Status quo of the 
Navigator</A></P>
+           </TD>
+          </TR>
+          <TR>
+           <TD WIDTH=29% BGCOLOR="#f0f0f0">
+            <P>March, 04<SUP>th</SUP> 2002</P>
+           </TD>
+           <TD WIDTH=59% BGCOLOR="#f0f0f0">
+            <P><A HREF="file_picker.html">rudimentary functional description
+                       for OOo's file picker implementation</A></P>
+           </TD>
+          </TR>
+         
+        
+       
+      
+     
+    
+   </TABLE>
+  </p>
+  <h2>Related Pages</h2>
+  <p>see <a href="../proposals/index.html">ui: Spec Proposals for OOo 
1.1.x</a> for full list of specs</p>
+ </BODY>
+</HTML>
\ No newline at end of file

Propchange: 
incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/status_quo_navigator.html
URL: 
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/status_quo_navigator.html?rev=1206912&view=auto
==============================================================================
--- 
incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/status_quo_navigator.html
 (added)
+++ 
incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/status_quo_navigator.html
 Sun Nov 27 23:21:26 2011
@@ -0,0 +1,754 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+<HEAD>
+       <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; 
charset=windows-1252">
+       <TITLE></TITLE>
+       <META NAME="GENERATOR" CONTENT="StarOffice 6.0  (Win32)">
+       <META NAME="AUTHOR" CONTENT="Gunnar Timm">
+       <META NAME="CREATED" CONTENT="20020114;16054600">
+       <META NAME="CHANGEDBY" CONTENT="Hans-Peter Burow">
+       <META NAME="CHANGED" CONTENT="20020121;8092115">
+       <STYLE>
+       <!--
+               P.sdfootnote-western { margin-left: 0.5cm; text-indent: -0.5cm; 
margin-bottom: 0cm; font-family: "Thorndale", serif; font-size: 10pt }
+               P.sdfootnote-cjk { margin-left: 0.5cm; text-indent: -0.5cm; 
margin-bottom: 0cm; font-size: 10pt }
+               P.sdfootnote-ctl { margin-left: 0.5cm; text-indent: -0.5cm; 
margin-bottom: 0cm; font-size: 10pt }
+               TD P { margin-bottom: 0.1cm }
+               TD P.western { font-family: "Thorndale", serif }
+               H3 { color: #ffffff }
+               H3.western { font-family: "Arial", sans-serif; font-size: 12pt; 
font-style: italic }
+               H3.cjk { font-size: 12pt; font-weight: medium }
+               H3.ctl { font-size: 12pt; font-weight: medium }
+               H2 { color: #ffffff }
+               H2.western { font-family: "Arial", sans-serif; font-size: 14pt; 
font-style: italic }
+               H2.cjk { font-size: 12pt; font-weight: medium }
+               H2.ctl { font-size: 12pt; font-weight: medium }
+               H1.cjk { font-size: 12pt; font-weight: medium }
+               H1.ctl { font-size: 12pt; font-weight: medium }
+               P.western { font-family: "Thorndale", serif }
+               P.paragraph-western { margin-top: 0.25cm; margin-bottom: 
0.25cm; font-family: "Thorndale", serif }
+               P.paragraph-cjk { margin-top: 0.25cm; margin-bottom: 0.25cm }
+               P.paragraph-ctl { margin-top: 0.25cm; margin-bottom: 0.25cm }
+               A:visited { color: #444488 }
+               A:link { color: #444488 }
+               A.sdfootnoteanc { font-size: 57% }
+               A.sdfootnotesym-western { color: #ff0000; font-family: "Century 
Gothic", sans-serif; font-size: 16pt; font-weight: bold; background: 
transparent }
+               A.sdfootnotesym-cjk { color: #ff0000; background: transparent }
+               A.sdfootnotesym-ctl { color: #ff0000; background: transparent }
+               A.sdendnotesym-western { font-size: 12pt }
+       -->
+       </STYLE>
+</HEAD>
+<BODY LANG="en-US" LINK="#444488" VLINK="#444488" BGCOLOR="#eeeeff">
+<TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 
STYLE="page-break-before: always">
+       <COL WIDTH=256*>
+       <TR>
+               <TD WIDTH=100% BGCOLOR="#666699">
+                       <H1 CLASS="western" ALIGN=CENTER><A 
HREF="http://www.openoffice.org/";><IMG SRC="../images/open_office_org_logo.gif" 
NAME="Grafik1" ALT="OpenOffice" ALIGN=RIGHT WIDTH=168 HEIGHT=71 
BORDER=0></A><FONT COLOR="#ffffff"><FONT FACE="Arial"><FONT SIZE=5>Brief
+                       Status Quo<BR>of the Navigator</FONT></FONT></FONT></H1>
+               </TD>
+       </TR>
+</TABLE>
+<HR SIZE=3 NOSHADE>
+<TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 
STYLE="page-break-inside: avoid">
+       <COL WIDTH=256*>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#666699">
+                       <H2 CLASS="western">General</H2>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="paragraph-western">The Navigator can be used 
to jump to
+                       specific chapters and objects within a document and is 
useful for
+                       modifying the order of outline levels and inserting 
objects from
+                       other open documents.</P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western">The Navigator is a dockable or 
floating and
+                       resizable window. The Titlebar contains the Closer and 
Minimizer.</P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western"><BR>
+                       </P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#666699">
+                       <H2 CLASS="western">Buttons in Toolbar</H2>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western">Depending on the current 
application, the
+                       following buttons are available.</P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Text Document</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Toggle (toggle between 
Master View and
+                               Normal View; only Master Document)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Navigation (opens and 
closes the
+                               navigation toolbar)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Previous Object (jump to 
the previous
+                               object; selected in the navigation toolbar) 
+                               </P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Next Object (jump to the 
next object;
+                               selected in the navigation toolbar)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Page number (Enter a 
page number in this
+                               spin box and press Enter to move the cursor to 
the top of
+                               specified page)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Drag Mode (opens a 
submenu for selecting
+                               the drag mode)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Promote Chapter (move 
the selected chapter
+                               (with subpoints) towards the beginning of the 
document. To move
+                               only the selected chapter, press (Ctrl) when 
you click the icon)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Demote Chapter (move the 
selected chapter
+                               (with subpoints) towards the end of the 
document. To move only
+                               the selected chapter, press (Ctrl) when you 
click the icon)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">List Box (display or 
hide the list box of
+                               contents)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Content View (switch 
between the display
+                               of all the elements in the Navigator, or only a 
selected
+                               category)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Set Reminder (set a 
reminder (max. 5) at
+                               the current cursor position and jump to any one 
by the navigation
+                               toolbar)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Header (move the cursor 
to the header, or
+                               from the header to the document text area)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Footer (move the cursor 
to the footer, or
+                               from the footer to the document text area)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Anchor &lt;-&gt; Text 
(jump between the
+                               footnote text and the footnote anchors)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Outline Level (determine 
the outline level
+                               displayed in the Navigator. You can also access 
the Outline Level
+                               submenu via the context menu in the 
Navigator)<FONT COLOR="#ff0000"><A CLASS="sdfootnoteanc" NAME="sdfootnote1anc" 
HREF="#sdfootnote1sym" SDFIXED><SUP>!</SUP></A></FONT></P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Promote Level (shift the 
selected chapter
+                               heading (with subpoints) up one outline level. 
To promote only
+                               the selected chapter, press (Ctrl) when you 
click the icon)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Demote Level (shift the 
selected chapter
+                               heading (with subpoints) down one outline 
level. To demote only
+                               the selected chapter, press (Ctrl) when you 
click the icon)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western"><BR>
+                       </P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Master Document 
+                       </H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Toggle (Click this icon 
to switch between
+                               the Master View and the Normal View.)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Edit (Click this icon to 
edit the
+                               contents. If the selected entry is a file, the 
document will be
+                               opened for editing. If you select an index, the 
respective index
+                               dialog appears, and if you select text, the 
cursor will jump to
+                               the corresponding text position.)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Update (Click this icon 
to open a submenu,
+                               where you can select the contents to be 
updated. You may update
+                               selected contents, existing indexes, all links, 
or everything.)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Insert (Click this icon 
to insert an index
+                               or an existing document into the master 
document. The submenu
+                               displays the current selection. Files can also 
be inserted into
+                               the master document via Drag&amp;Drop. For a 
New Document, enter
+                               the name and location of the new document in 
the dialog. It will
+                               be opened and you can edit and save it.)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Save Contents (If you 
click this icon, the
+                               contents of linked files will also be saved in 
the master
+                               document. This requires twice as much space, 
but the contents
+                               will be available even if the linked files can 
not be accessed.)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Move Up (With this icon 
you can move the
+                               entry selected in the list box of the Navigator 
downward. You can
+                               also use drag-and-drop to move it. If text 
ranges are moved next
+                               to one another then they are combined to form 
one text range.)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Move Down (Click this 
icon to shift
+                               upwards the selected entry in the selection box 
of the Navigator.
+                               You can also move entries by dragging and 
dropping them. If text
+                               sections are shifted together, they will be put 
together as one
+                               text section.)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western"><BR>
+                       </P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Spreadsheet</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Column (Enter the column 
letter in this
+                               spin box. Press Enter to reposition the cell 
cursor to the same
+                               row in the specified column)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Row (Enter a row number 
in this spin box.
+                               Press Enter to reposition the cell cursor to 
the specified row in
+                               the same column)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Data Range (select the 
current data range
+                               denoted by the position of the cell cursor)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Start (go to the 
beginning of the current
+                               data range, which you can highlight using the 
Data Range button)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">End (go to the end of 
the current data
+                               range, which you can highlight using the Data 
Range button)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Contents (hide/show the 
contents)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Toggle (toggle the 
content view. Only the
+                               selected Navigator element and its subelements 
are displayed.
+                               Click the icon again to restore all elements 
for viewing)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Scenarios (displays all 
defined scenarios.
+                               Double-click a name to apply that scenario. The 
result of your
+                               choice is shown in the sheet) <SPAN 
STYLE="background: transparent"><SPAN STYLE="text-decoration: none"><B><FONT 
SIZE=4 STYLE="font-size: 16pt"><FONT FACE="Century Gothic, sans-serif"><FONT 
COLOR="#ff0000">!</FONT></FONT></FONT></B></SPAN></SPAN></P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Drag Mode (opens a 
submenu for selecting
+                               the drag mode)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western"><BR>
+                       </P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Presentation and Drawing</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Live Mode (switch on or 
off the Live Mode;
+                               only on a presentation)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Pointer (You can only 
select this icon
+                               when a presentation is running. Every time you 
click here, the
+                               pen used on the screen as a color marker, is 
switched on and off)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">First Slide (shows the 
first slide of the
+                               presentation as the active slide)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Previous Slide (shows 
the previous slide
+                               of the presentation as the active slide)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Next Slide (shows the 
next slide of the
+                               presentation as the active slide)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Last Slide (shows the 
last slide of the
+                               presentation as the active slide)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Drag Mode (opens a 
submenu for selecting
+                               the drag mode)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western"><BR>
+                       </P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#666699">
+                       <H2 CLASS="western">Treelistbox (Contents)</H2>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western">The Navigator lists various elements 
that may
+                       be available in your document. A small plus sign before 
an entry
+                       in the Navigator indicates an installed type. If you 
move the
+                       mouse over an entry, the Help Tips (Menu - Help - Tip) 
show how
+                       many elements of this type are contained in the 
document. If you
+                       click the plus sign in front of an entry, a list of 
elements in
+                       the document appears. Double-clicking one of the 
entries moves the
+                       cursor to the corresponding position in the 
document.</P>
+                       <P CLASS="western">You can use drag &amp; drop to 
insert one of
+                       these elements into a document. There are three actions 
how you
+                       can insert a element by drag and drop: Insert as 
Hyperlink, Insert
+                       as Link and Insert as Copy.</P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Text document</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western">It's possible to drag and drop a 
document from
+                       an explorer into the navigator. Then this document will 
be open in
+                       hidden mode and you will see its contents. So you can 
insert some
+                       elements from this document in your current 
document.</P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Master Document</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western">The master view shows all included 
documents.</P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Spreadsheet</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western">The scenario view is not a 
Treelistbox. It's a
+                       horizontal splitting window. The top shows a list of 
all scenarios
+                       and the bottom shows the comment of the selected 
scenario. <B><FONT SIZE=4 STYLE="font-size: 16pt"><FONT FACE="Century Gothic, 
sans-serif"><FONT COLOR="#ff0000">!</FONT></FONT></FONT></B></P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Presentation and Drawing</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western">The Treelistbox shows all pages and 
inside the
+                       pages only objects with a name (Groups and 
OLE-Objects).</P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western"><BR>
+                       </P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H2 CLASS="western">Context Menu</H2>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western">The Context Menu contains:</P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Text Document 
+                       </H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Outline Level</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Drag Mode</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Display (shows the 
entries of the
+                               Documents-Dropdown-ListBox in a submenu)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Master Document 
+                       </H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Update</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Edit</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Insert</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Delete</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Spreadsheet</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Drag Mode</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Display</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Presentation and Drawing</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">No Context Menu</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western"><BR>
+                       </P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H2 CLASS="western">Keyboard Control</H2>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Delete (deletes the 
selected content)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Cursor up / down 
(travels through the
+                               content list)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">Page up / down (travels 
through the
+                               content list)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P CLASS="western">&lt;+&gt; and &lt;-&gt; 
(opens or closes a
+                               content category)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="western"><BR>
+                       </P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#666699">
+                       <H2 CLASS="western">Dropdown-ListBox (Documents)</H2>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P CLASS="paragraph-western">The names of all open 
documents are
+                       displayed in the list box at the bottom of the 
Navigator. Simply
+                       select a document to view the respective contents in the
+                       Navigator. After each document name is an indication of 
whether
+                       the document is active or inactive.</P>
+               </TD>
+       </TR>
+</TABLE>
+<P CLASS="western"><BR><BR>
+</P>
+<TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0>
+       <COL WIDTH=256*>
+       <TR>
+               <TD WIDTH=100%>
+                       <HR SIZE=1 NOSHADE>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% BGCOLOR="#666699">
+                       <P CLASS="western" ALIGN=LEFT><FONT 
COLOR="#ffffff">Author: <SDFIELD TYPE=DOCINFO SUBTYPE=CHANGE 
FORMAT=AUTHOR>Hans-Peter Burow</SDFIELD></FONT><A 
HREF="mailto:[email protected]";><FONT 
COLOR="#444488"><BR></FONT></A><FONT COLOR="#ffffff">Last
+                       Modified: <SDFIELD TYPE=DOCINFO SUBTYPE=CHANGE 
FORMAT=DATE SDNUM="1031;1033;MM/DD/YY">01/21/02</SDFIELD>
+                       <SDFIELD TYPE=DOCINFO SUBTYPE=CHANGE FORMAT=TIME 
SDNUM="1031;1033;HH:MM:SS">08:09:21</SDFIELD><BR><I>Copyright
+                       &copy; 2002 OpenOffice.org</I></FONT></P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100%>
+                       <HR SIZE=1 NOSHADE>
+               </TD>
+       </TR>
+</TABLE>
+<P CLASS="western" STYLE="margin-bottom: 0cm"><BR>
+</P>
+<DIV ID="sdfootnote1">
+       <P CLASS="sdfootnote-western" STYLE="margin-bottom: 0.5cm"><A 
CLASS="sdfootnotesym-western" NAME="sdfootnote1sym" 
HREF="#sdfootnote1anc">!</A>No
+       generic implementation possible, because of the heavily application
+       dependency</P>
+</DIV>
+</BODY>
+</HTML>
\ No newline at end of file

Propchange: 
incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/status_quo_navigator.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/status_quo_stylist.html
URL: 
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/status_quo_stylist.html?rev=1206912&view=auto
==============================================================================
--- 
incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/status_quo_stylist.html
 (added)
+++ 
incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/status_quo_stylist.html
 Sun Nov 27 23:21:26 2011
@@ -0,0 +1,468 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+<HEAD>
+       <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; 
charset=windows-1252">
+       <TITLE></TITLE>
+       <META NAME="GENERATOR" CONTENT="StarOffice 6.0  (Win32)">
+       <META NAME="AUTHOR" CONTENT="Gunnar Timm">
+       <META NAME="CREATED" CONTENT="20020114;16054696">
+       <META NAME="CHANGED" CONTENT="16010101;0">
+       <STYLE>
+       <!--
+               TD P { margin-bottom: 0.1cm }
+               H3 { color: #ffffff }
+               H3.western { font-family: "Arial", sans-serif; font-size: 12pt; 
font-style: italic }
+               H2 { color: #ffffff }
+               H2.western { font-family: "Arial", sans-serif; font-size: 14pt; 
font-style: italic }
+               A:link { color: #444488 }
+               A:visited { color: #444488 }
+       -->
+       </STYLE>
+</HEAD>
+<BODY LANG="en-US" LINK="#444488" VLINK="#444488" BGCOLOR="#eeeeff">
+<TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 
STYLE="page-break-before: always">
+       <COL WIDTH=256*>
+       <TR>
+               <TD WIDTH=100% BGCOLOR="#666699">
+                       <H1 ALIGN=CENTER><A 
HREF="http://www.openoffice.org/";><IMG SRC="../images/open_office_org_logo.gif" 
NAME="Grafik1" ALT="OpenOffice" ALIGN=RIGHT WIDTH=109 HEIGHT=54 
BORDER=0></A><FONT COLOR="#ffffff"><FONT FACE="Arial"><FONT SIZE=5>Brief
+                       Status Quo<BR>of Stylist UI</FONT></FONT></FONT></H1>
+               </TD>
+       </TR>
+</TABLE>
+<HR SIZE=3 NOSHADE>
+<TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 
STYLE="page-break-inside: avoid">
+       <COL WIDTH=256*>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#666699">
+                       <H2 CLASS="western">General</H2>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P>The purpose of the Stylist is to view (also 
hirarchiacal) the
+                       available and applied styles and to maintain and apply 
them. Most
+                       of the functionality is triggered by the Stylist but 
excecuted by
+                       the applications.</P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P>The Stylist is a floating and resizeable window. The 
Titlebar
+                       contains the Closer and Minimizer.</P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P><BR>
+                       </P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#666699">
+                       <H2 CLASS="western">Buttons in Toolbar</H2>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P>Depending on the application, the following 
(Radio-style)
+                       buttons are available to switch between style types 
(character,
+                       paragraph, etc.)</P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Text document</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Paragraph styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Character styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Frame styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Page styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Numbering styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Spreadsheet document</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Cell styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Page styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Presentation document</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Graphic styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Presentation styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Drawing document</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Graphic styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Presentation styles (always disabled)</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P><BR>
+                       </P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P>As tools for all applications are furthermore the 
following
+                       buttons:</P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Fill Format Mode</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>New Style from Selection</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Update Style</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P><BR>
+                       </P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#666699">
+                       <H2 CLASS="western">Treelistbox for Style-list</H2>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Drag &amp; Drop</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P>It's possible to D&amp;D something from the document 
into the
+                       Treelistbox. The content is taken as a template for a 
new style
+                       and a Dialog pops up to give you the opportunity to 
create a new
+                       style. D&amp;D from the Treelistbox into the document 
is not
+                       supported.</P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P><BR>
+                       </P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Context Menue</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P>The Context Menue contains:</P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>New</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Modify</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Delete</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P><BR>
+                       </P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Keyboard Control</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Delete</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Cursor up / down</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>&lt;+&gt; and &lt;-&gt;</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P><BR>
+                       </P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#666699">
+                       <H2 CLASS="western">Dropdown-Listbox</H2>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P>Sets a kind of filter for the entries in the 
Treelistbox, e.g.
+                       listing Applied Styles or Custom Styles. Depending on 
document
+                       type there are the following entries:</P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Text document</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Hierarchical</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>All styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Applied styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Custom styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Automatic</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Text styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Chapter styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>List styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Index styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Special styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>HTML styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Conditional styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <P><BR>
+                       </P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP BGCOLOR="#9999cc">
+                       <H3 CLASS="western">Spreadsheet, Presentation and 
Drawing document</H3>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Hierarchical</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>All styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Applied styles</P>
+                       </UL>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% VALIGN=TOP>
+                       <UL>
+                               <LI><P>Custom styles</P>
+                       </UL>
+               </TD>
+       </TR>
+</TABLE>
+<P><BR><BR>
+</P>
+<TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0>
+       <COL WIDTH=256*>
+       <TR>
+               <TD WIDTH=100%>
+                       <HR SIZE=1 NOSHADE>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100% BGCOLOR="#666699">
+                       <P ALIGN=LEFT><FONT COLOR="#ffffff">Auhor: Gunnar Timm 
</FONT><A HREF="mailto:[email protected]";><FONT 
COLOR="#444488"><BR></FONT></A><FONT COLOR="#ffffff">Last
+                       Modified: 2002 01 14 16:00<BR><I>Copyright &copy; 2002
+                       OpenOffice.org</I></FONT></P>
+               </TD>
+       </TR>
+       <TR>
+               <TD WIDTH=100%>
+                       <HR SIZE=1 NOSHADE>
+               </TD>
+       </TR>
+</TABLE>
+<P STYLE="margin-bottom: 0cm"><BR>
+</P>
+</BODY>
+</HTML>
\ No newline at end of file

Propchange: 
incubator/ooo/ooo-site/trunk/content/ui/FunctionalDescription/status_quo_stylist.html
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to