service GlobalSheetSettings in module com::sun::star::sheet::

(Global Index)

Syntax

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.


Property 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.

Property Details



MoveSelection

Syntax

boolean MoveSelection;

Description

if this property is set, the cursor is moved after entering into cells.


MoveDirection

Syntax

short MoveDirection;

Description

contains the direction the cursor is moved after entering cells.


EnterEdit

Syntax

boolean EnterEdit;

Description

if this property is set, the enter key can be used to start editing a cell.


ExtendFormat

Syntax

boolean ExtendFormat;

Description

if this property is set, cell formatting is extended when entering data.


RangeFinder

Syntax

boolean RangeFinder;

Description

if this property is set, ranges are highlighted on the sheet when editing a formula.


ExpandReferences

Syntax

boolean ExpandReferences;

Description

if this property is set, formula references are extended when cells are inserted below or to the right of them.


MarkHeader

Syntax

boolean MarkHeader;

Description

if this property is set, the current selection is highlighted in column and row headers.


UseTabCol

Syntax

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

Syntax

short Metric;

Description

contains the metric for all spreadsheet documents.


Scale

Syntax

short Scale;

Description

contains the default scale for new spreadsheet documents.


DoAutoComplete

Syntax

boolean DoAutoComplete;

Description

enables automatic completion of text in a cell.


StatusBarFunction

Syntax

short StatusBarFunction;

Description

contains the function that is displayed in the status bar.


UserLists

Syntax

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