Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gnumeric
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
356
Issues
356
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnumeric
Commits
0a2c2b13
Commit
0a2c2b13
authored
Dec 31, 2001
by
Jody Goldberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adrians cleanups, and my update to number formating.
parent
5c4588c3
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
376 additions
and
253 deletions
+376
-253
doc/C/func-header.sgml
doc/C/func-header.sgml
+1
-1
doc/C/gnumeric.sgml
doc/C/gnumeric.sgml
+2
-2
doc/C/gui-elements.sgml
doc/C/gui-elements.sgml
+3
-1
doc/C/menus.sgml
doc/C/menus.sgml
+250
-185
doc/C/number-format.sgml
doc/C/number-format.sgml
+57
-39
doc/C/toolbars.sgml
doc/C/toolbars.sgml
+63
-25
No files found.
doc/C/func-header.sgml
View file @
0a2c2b13
<sect1 id="reference">
<title>
Reference
</title>
<title>
Alphabetical List of Gnumeric Functions
</title>
doc/C/gnumeric.sgml
View file @
0a2c2b13
...
...
@@ -140,12 +140,12 @@
<title>
Auto Correct Tool
</title>
&autocorrect;
</chapter>
<!-- disabled for now.
<chapter id="tutorials">
<title>Tutorials</title>
<para>Nothing yet, will be some walkthroughs eventually.</para>
</chapter>
-->
<chapter
id=
"cell-elements"
>
<title>
Drawing on a worksheet
</title>
<para>
boxes, labels, etc eventually.
</para>
...
...
doc/C/gui-elements.sgml
View file @
0a2c2b13
...
...
@@ -132,7 +132,9 @@
<para>This toolbar enables the user to draw graphic
elements on the sheet, such as text labels, big red circles
or thin green arrows. These can be used to bring attention
to a particular part of a worksheet. </para>
to a particular part of a worksheet. The object toolbar is
explained in <xref linkend="obj-toolbar"> in the <xref
linkend="toolbars"> portion of the manual.</para>
</listitem>
</varlistentry>
...
...
doc/C/menus.sgml
View file @
0a2c2b13
This diff is collapsed.
Click to expand it.
doc/C/number-format.sgml
View file @
0a2c2b13
...
...
@@ -396,8 +396,10 @@ as needed. There are several justification options. See
</para>
<para> <xref linkend="formula-example-1"> is an example of some of
the many variations of formatting one can apply to a number with
the preset formats. </para>
the many variations of formatting one can apply to a number with
the preset formats. The currency and its placement is locale
specific
</para>
<example id="formula-example-1">
<title>Some examples of number formatting</title>
...
...
@@ -430,50 +432,66 @@ as needed. There are several justification options. See
information.</para>
<para>In <xref linkend="number-format-date-time-examples"> 'd' is a day,
'm' is a month, 'y' is a year, 'h' is an hour, and 's' is a second.</para>
'm' is a month, 'y' is a year, 'h' is an hour, and 's' is a second. The default set
of formats is locale specific. <application>Gnumeric</application> attempts
to guess whether the locale puts months before days or vice versa.
</para>
<example id="number-format-date-time-examples">
<title>Date and Time Formatting.</title>
<programlisting>
Date
Format Sample
Serial number 36068.7
m/d/yyyy 10/1/1998
d-mmm-yy 1-Oct-98
d-mmm-yyyy 1-Oct-1998
d-mmm 1-Oct
d-mm 1-10
mmm/d Oct/1
mm/d 10/1
mm/dd/yy 10/01/98
mm/dd/yyyy 10/01/1998
mmm/dd/yy Oct/01/98
mmm/dd/yyyy Oct/01/1998
mmm/ddd/yy Oct/Thu/98
mmm/ddd/yyyy 10/01/1998
mm/ddd/yy 10/Thu/98
mm/ddd/yyyy 10/Thu/1998
mmm-yy Oct-98
mmm-yyyy Oct-1998
m/d/yy h:mm 10/1/98 16:48
m/d/yyyy h:mm 10/1/1998 16:48
Time
Format Sample
General 36068.755
m/d/yy d/m/yy 9/30/98 (30/9/98)
m/d/yyyy d/m/yyyy 9/30/1998 (30/9/1998)
d-mmm-yy mmm-d-yy 30-Sep-98 (Sep-30-98)
d-mmm-yyyy mmm-d-yyyy 30-Sep-1998 (Sep-30-9198)
d-mmm mmm-d 30-Sep (Sep-30)
d-mm mm-d 30-09 (09-30)
mmm/d d/mmm Sep/30 (30/Sep)
mm/d d/mm 09/30 (30/09)
mm/dd/yy dd/mm/yy 09/30/98 (30/09/98)
mm/dd/yyyy dd/mm/yyyy 09/30/1998 (30/09/1998)
mmm/dd/yy dd/mmm/yy Sep/30/98 (30/Sep/98)
mmm/dd/yyyy dd/mmm/yyyy Sep/30/1998 (30/Sep/1998)
mmm/ddd/yy ddd/mmm/yy Sep/Wed/98 (Wed/Sep/98)
mmm/ddd/yyyy ddd/mmm/yyyy Sep/Wed/1998 (Wed/Sep/1998)
mm/ddd/yy ddd/mm/yy 09/Wed/98 (Wed/09/98)
mm/ddd/yyyy ddd/mm/yyyy 09/Wed/1998 (Wed/09/1998)
mmm-yy Sep-98
mmm-yyyy Sep-1998
mmmm-yy September-98
mmmm-yyyy September-1998
d/m/yy h:mm m/d/yy h:mm 9/30/98 18:07 (30/9/98 187:07)
d/m/yyyy h:mm m/d/yyyy h:mm 9/30/1998 18:07 (30/9/1998 187:07)
yyyy/mm/d 1998/09/30
yyyy/mmm/d 1998/Sep/30
yyyy/mm/dd 1998/09/30
yyyy/mmm/dd 1998/Sep/30
yyyy-mm-d 1998-09-30
yyyy-mmm-d 1998-Sep-30
yyyy-mm-dd 1998-09-30
yyyy-mmm-dd 1998-Sep-30
yy
yyyy
Format Sample
Serial number 36068.7
h:mm:ss AM/PM 4:51 PM
h:mm:ss AM/PM 4:51:18 PM
h:mm 16:51
h:mm:ss 16:51:18
m/d/yy h:mm 10/1/98 16:51
mm:ss 10:18
mm:ss.0 10:1836068.7
[h]:mm:ss :10:18
Time
Format Sample
General 36068.755
h:mm AM/PM 6:07 PM
h:mm:ss AM/PM 6:07:12 PM
h:mm 18:07
h:mm:ss 18:07:12
m/d/yy h:mm (d/m/yy h:mm) 9/30/98 18:07 (30/9/98 18:07)
mm:ss 07:12
[h]:mm:ss 865650:07:12
[h]:mm 865650:07
[mm]:ss 51939007:12
[ss] 3116340432
</programlisting>
</example>
...
...
doc/C/toolbars.sgml
View file @
0a2c2b13
...
...
@@ -3,12 +3,14 @@
<para>The toolbars contain many icons representative of some the more common
operations a user may need to use. It is intended to provide fast access to these
tools.</para>
tools. Almost all of these functions is also available through the menu
system.
</para>
<para>Gnumeric has three toolbars, the standard toolbar, the format toolbar
and the object toolbar. These toolbars are essentialy groups of icons
(pictures) which represent some of the more common tasks that users need. The
three toolbars are shown in <xRef linkend="toolbars.png"></para
and the object toolbar. The three toolbars are shown in
<xRef linkend="toolbars.png">
</para>
<figure id="toolbars.png">
<title>The Three Gnumeric Toolbars.</title>
...
...
@@ -18,16 +20,39 @@ three toolbars are shown in <xRef linkend="toolbars.png"></para
</screenshot>
</figure>
<para> These toolbars will be discussed separately in the subsequent
sections of the Manual. User intreaction with each toolbar happens in
essentially the same way. Similarly, the toobars can be configured in the same
way. The next section explains the standard behaviour of Gnumeric toolbars.</para>
sections of the Manual. User intreaction with each toolbar happens in
essentially the same way. Similarly, the toobars can be configured in the same
way. The next section explains the standard behaviour of Gnumeric toolbars.</para>
<sect2 id="toolbar-use">
<title>General Toolbar Behaviour</title>
<para></para>
<para>In the same way that menus can be moved around, as was explained
<xref linkend="menu-bars">, toolbars can be moved around the Gnumeric
window by dragging the little tag on the leftmost portion of the
toolbar.
</para>
<para>
If the Gnumeric window is too small to fit all of the toolbar buttons,
gnumeric may display a little right pointing black arrow to indicate
that there are more options. If the user clicks on this arrow, a window
will open with the remaining buttons.
</para>
<para>
Certain toolbar options, such as the zoom box, are combinations of a
button or text entry area and a downward pointing arrow. If the user
clicks on the arrow, a list of avaliable options appears. It is also
posible to "tear off" these options into a separate window in the same
way as was explained for menus in <xref linkend="Menus-General">.
</para>
<para>
The toolbars can be configured by a context-menu which opens when the
user clicks with a particular mouse button on an empty part of the
toolbars or on the toolbar handle. This menu is explained in
<xref linkend="menu-context-toolbars">.
</para>
</sect2>
</sect1>
...
...
@@ -122,7 +147,9 @@ system.</para>
</guiicon>
</term>
<listitem>
<para>Copy the cells in the current selection to the cut buffer and delete them.</para>
<para>Copy the cells in the current selection to the clipboard buffer and mark them to
be deleted from the current position. The cells will only be removed if
they are pasted into a new position.</para>
</listitem>
</varlistentry>
...
...
@@ -134,7 +161,7 @@ system.</para>
</guiicon>
</term>
<listitem>
<para>Copy the cells in the current selection to the c
ut
buffer.</para>
<para>Copy the cells in the current selection to the c
lipboard
buffer.</para>
</listitem>
</varlistentry>
...
...
@@ -146,7 +173,7 @@ system.</para>
</guiicon>
</term>
<listitem>
<para>Paste the contents of the c
ut
buffer into the active cell.</para>
<para>Paste the contents of the c
lipboard
buffer into the active cell.</para>
</listitem>
</varlistentry>
...
...
@@ -181,18 +208,24 @@ system.</para>
</guiicon>
</term>
<listitem>
<para>Sums the selected region in the selected cell.</para>
<para>Starts a simple sum formula in the selected cell with Gnumeric
simply waiting for a selection to be made to complete the sum. The user
selects the destination cell, pushes this button, enters the range to be
summed and pushes the confirm button (green arrow) in the data entry area
or types the return key.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<guiicon><inlinegraphic fileref="figures/button-fx.png"></inlinegraphic>
Sum into the current cell
The function guru
</guiicon>
</term>
<listitem>
<para>Sums the selected region in the selected cell.</para>
<para>This button will start a formula in the current cell using the
function guru.</para>
</listitem>
</varlistentry>
...
...
@@ -235,12 +268,15 @@ system.</para>
<varlistentry>
<term>
<guiicon><inlinegraphic fileref="figures/button-insert-object.png"></inlinegraphic>
Sort Descending
</guiicon>
Insert Object
</guiicon>
</term>
<listitem>
<para>Sorts the selected region in descending order based on the
first column selected.</para>
<para>This button will insert a component object into the current
worksheet. Components are the way that the GNOME project has chosen to
enable certain programs to use others within themselves. Gnumeric is able
to use the Guppi plotting program and the Dia diagramming program in this
way.</para>
</listitem>
</varlistentry>
...
...
@@ -248,24 +284,26 @@ system.</para>
<varlistentry>
<term>
<guiicon><inlinegraphic fileref="figures/button-insert-component.png"></inlinegraphic>
Sort Ascending
Insert Shaped Component
</guiicon>
</term>
<listitem>
<para>Sorts the selected region in ascending order based on the
first column selected.</para>
<para>This button allows user to insert a component into Gnumeric that is
not a simple rectangle but may have an arbitrary shape. This
functionality is currently not used but provided for future needs.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<guiicon><inlinegraphic fileref="figures/button-zoom.png"></inlinegraphic>
Sort Descending
</guiicon>
Zoom
</guiicon>
</term>
<listitem>
<para>Sorts the selected region in descending order based on the
first column selected.</para>
<para>The zoom button allows the users to tradeoff the extent of the
worksheet which is visible against the size of the visible text and cells.
</para>
</listitem>
</varlistentry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment