Warning, /office/calligra/sheets/doc/Toolbars.dox is written in an unsupported language. File is not indexed.

0001 /**
0002 \page toolbars Toolbars
0003 \author Ariya Hidayat (<a href="mailto:ariya@kde.org">ariya@kde.org</a>)
0004 \date 2004
0005 
0006 \par Status:
0007     IN PROGRESS
0008 
0009 <p>Relevant mailing-list threads:</p>
0010 
0011 <ul>
0012 <li><a href="http://lists.kde.org/?l=kde-usability&m=110751297906231&w=2">
0013 http://lists.kde.org/?l=kde-usability&amp;m=110751297906231&amp;w=2</a></li>
0014 <li><a href="http://lists.kde.org/?l=calligra-devel&m=110723903332496&w=2">
0015 http://lists.kde.org/?l=calligra-devel&amp;m=110723903332496&amp;w=2</a></li>
0016 </ul>
0017 
0018 <p>Toolbars are utilized to place most frequently used actions. It is
0019 important to present the user with default toolbars which make
0020 sense, i.e. they do not contain unnecessary buttons. In-depth usability
0021 analysis and/or further discussions are needed to make decision which
0022 buttons need to be in the toolbar and which don't.</p>
0023 
0024 <p>For reference, here is a list of default shown toolbars in
0025 some spreadsheet applications:</p>
0026 
0027 <p><b>Microsoft Excel 2002</b>:</p>
0028 
0029 <ul>
0030 <li><em>Standard toolbar</em>: New, Open, Save, Search, Print, Print Preview,
0031 Spelling, Cut, Copy, Paste, Format Painter, Undo, Redo, Insert Hyperlink,
0032 Autosum, Sort Ascending, Sort Descending, Chart Wizard, Drawing, Zoom, Help</li>
0033 <li><em>Formatting toolbar:</em>: Font, Font Size, Bold, Italic, Align Left,
0034 Align Center, Align Right, Merge and Center, Format Currency, Format Percent,
0035 Comma Style, Increase Precision, Decrease Precision, Increase Indent,
0036 Decrease Indent, Merge Cells, Unmerge Cells, Merge Across, Borders,
0037 Fill Color, Font Color</li>
0038 </ul>
0039 
0040 
0041 <p><b>OpenOffice 2.0</b>:</p>
0042 
0043 <ul>
0044 <li><em>Standard toolbar</em>: New, Open, Save, E-mail, Edit, PDF, Print,
0045 Page Preview, Spellcheck, Cut, Copy, Paste, Format Paintbrush, Undo, Redo,
0046 Hyperlink, Sort Ascending, Sort Descending, Insert Chart, Navigator, Styles,
0047 Gallery, Zoom</li>
0048 <li><em>Format Object toolbar:</em> Font Name, Font Size, Bold, Italic,
0049 Underline, Font Color, Align Left, Align Center, Align Right, Justified,
0050 Merge Cells, Format as Currency, Format as Percent, Format Standard,
0051 Increase Precision, Decrease Precision, Increase Indent, Decrease Indent,
0052 Borders, Line Style, Line Color, Background Color, Align Top, Align Center
0053 Vertically, Align Bottom </li>
0054 </ul>
0055 
0056 <p><b>Gnumeric 1.4</b>:</p>
0057 
0058 <ul>
0059 <li><em>Standard toolbar</em>: New, Open, Save, Print, Print Preview,
0060 Cut, Copy, Paste, Undo, Redo, Hyperlink, Autosum, Function/Formula,
0061 Insert Chart, Zoom</li>
0062 <li><em>Format toolbar:</em> Font Family, Font Size, Bold, Italic,
0063 Underline, Align Left, Align Center, Align Right, Merge and Center,
0064 Merge Cells, Split Cell, Format Currency, Format Percent, Thousand Separator,
0065 Increase Precision, Decrease Precision, Decrease Indent, Increase Indent,
0066 Borders, Background, Foreground</li>
0067 </ul>
0068 
0069 */