constants group SpellFailure in module com::sun::star::linguistic2::

(Global Index)

Syntax

constants group SpellFailure;

Description

these define the various return types for spellchecking to fail verification.

A value of this type may be obtained as part of the XSpellAlternatives interface that is the return type for an unsuccessfull spelling attempt.

See also

XSpellChecker

Constants Summary

IS_NEGATIVE_WORD The word is a negative one, that is, it should not be used.

CAPTION_ERROR The caption of the word is wrong.

SPELLING_ERROR The spelling of the word is wrong (or at least not known to be correct).

Field Details



IS_NEGATIVE_WORD

Syntax

const short  IS_NEGATIVE_WORD = 2;

Description

The word is a negative one, that is, it should not be used.


CAPTION_ERROR

Syntax

const short  CAPTION_ERROR = 3;

Description

The caption of the word is wrong.


SPELLING_ERROR

Syntax

const short  SPELLING_ERROR = 4;

Description

The spelling of the word is wrong (or at least not known to be correct).

Top of Page