Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: sheet ::

service GlobalSheetSettings

Description
the settings for all spreadsheets.


Exported Interfaces

com::sun::star::beans::XPropertySet
Description
provides information about and access to the properties from an implementation.

Properties' Summary

MoveSelection if this property is set, the cursor is moved after entering into cells.
MoveDirection contains the direction the cursor is moved after entering cells.
EnterEdit if this property is set, the enter key can be used to start editing a cell.
ExtendFormat if this property is set, cell formatting is extended when entering data.
RangeFinder if this property is set, ranges are highlighted on the sheet when editing a formula.
ExpandReferences if this property is set, formula references are extended when cells are inserted below or to the right of them.
MarkHeader if this property is set, the current selection is highlighted in column and row headers.
UseTabCol if this property is set, the enter key moves the cursor to the column it was in before using the tab key to change columns.
Metric contains the metric for all spreadsheet documents.
Scale contains the default scale for new spreadsheet documents.
DoAutoComplete enables automatic completion of text in a cell.
StatusBarFunction contains the function that is displayed in the status bar.
UserLists contains the string lists used for sorting and filling.

Properties' Details

MoveSelection
 
boolean MoveSelection;
Description
if this property is set, the cursor is moved after entering into cells.
MoveDirection
 
short MoveDirection;
Description
contains the direction the cursor is moved after entering cells.
EnterEdit
 
boolean EnterEdit;
Description
if this property is set, the enter key can be used to start editing a cell.
ExtendFormat
 
boolean ExtendFormat;
Description
if this property is set, cell formatting is extended when entering data.
RangeFinder
 
boolean RangeFinder;
Description
if this property is set, ranges are highlighted on the sheet when editing a formula.
ExpandReferences
 
boolean ExpandReferences;
Description
if this property is set, formula references are extended when cells are inserted below or to the right of them.
MarkHeader
 
boolean MarkHeader;
Description
if this property is set, the current selection is highlighted in column and row headers.
UseTabCol
 
boolean UseTabCol;
Description
if this property is set, the enter key moves the cursor to the column it was in before using the tab key to change columns.
Metric
 
short Metric;
Description
contains the metric for all spreadsheet documents.
Scale
 
short Scale;
Description
contains the default scale for new spreadsheet documents.
DoAutoComplete
 
boolean DoAutoComplete;
Description
enables automatic completion of text in a cell.
StatusBarFunction
 
short StatusBarFunction;
Description
contains the function that is displayed in the status bar.
UserLists
 
sequence< string > UserLists;
Description
contains the string lists used for sorting and filling.

Each string contains the members of a list, separated by commas.


Top of Page