constants group KeyFunction in module com::sun::star::awt::

(Global Index)

Syntax

constants group KeyFunction;

Description

These values are used to specify logical key functions.

Constants Summary

DONTKNOW

NEW

OPEN

SAVE

SAVEAS

PRINT

CLOSE

QUIT

CUT

COPY

PASTE

UNDO

REDO

DELETE

REPEAT

FIND

FINDBACKWARD

PROPERTIES

FRONT

Field Details



DONTKNOW

Syntax

const short  DONTKNOW = 0;

NEW

Syntax

const short  NEW = 1;

OPEN

Syntax

const short  OPEN = 2;

SAVE

Syntax

const short  SAVE = 3;

SAVEAS

Syntax

const short  SAVEAS = 4;

PRINT

Syntax

const short  PRINT = 5;

CLOSE

Syntax

const short  CLOSE = 6;

QUIT

Syntax

const short  QUIT = 7;

CUT

Syntax

const short  CUT = 8;

COPY

Syntax

const short  COPY = 9;

PASTE

Syntax

const short  PASTE = 10;

UNDO

Syntax

const short  UNDO = 11;

REDO

Syntax

const short  REDO = 12;

DELETE

Syntax

const short  DELETE = 13;

REPEAT

Syntax

const short  REPEAT = 14;

FIND

Syntax

const short  FIND = 15;

FINDBACKWARD

Syntax

const short  FINDBACKWARD = 16;

PROPERTIES

Syntax

const short  PROPERTIES = 17;

FRONT

Syntax

const short  FRONT = 18;
Top of Page