:: com :: sun :: star :: linguistic2 ::
|
constants group SpellFailure |
- Description
- these define the various return types for spell checking to fail verification.
A value of this type is part of the
XSpellAlternatives
interface which is the return type for an unsuccessful
spelling attempt.
- See also
- XSpellChecker
|
Constants |
IS_NEGATIVE_WORD |
The word is a negative one, that is, it should not be used.
|
CAPTION_ERROR |
The capitalization of the word is wrong.
|
SPELLING_ERROR |
The spelling of the word is wrong (or at least not known to be correct).
|
Constants' Details |
IS_NEGATIVE_WORD
const short IS_NEGATIVE_WORD = 2;
- Description
- The word is a negative one, that is, it should not be used.
|
|
CAPTION_ERROR
const short CAPTION_ERROR = 3;
- Description
- The capitalization of the word is wrong.
|
|
SPELLING_ERROR
const short SPELLING_ERROR = 4;
- Description
- The spelling of the word is wrong (or at least not known to be correct).
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.