Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Apache/   (Apache Web Server Version 2.4.65©)  Datei vom 21.11.2008 mit Größe 2 kB image not shown  

Quelle  nsIEditorSpellCheck.idl

  Sprache: C
 

/* This Source Code Form is subject to the terms of the Mozilla Public
 *License, .2..If a of   wasnot distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


# nsIEditor;

interfacensIEditor;
interface;

[criptable(-e4a84d08--)]
interface nsIEditorSpellCheck java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
{

 /**
   java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
   * dictionaries, this will return false.
   */

  boolean       canSpellCheck();

  /**
   * Turns on the spell checker for the given editor. enableSelectionChecking
   * set means that we only want to check the current selection in the editor,
   * (this controls the behavior of GetNextMisspelledWord). For spellchecking
   * clients with no modal UI (such as inline spellcheckers), this flag doesn't
   * matter.  Initialization is asynchronous and is not complete until the given
   * callback is called.
   */

  void          InitSpellChecker(in nsIEditor editor, in  java.lang.StringIndexOutOfBoundsException: Range [67, 66) out of bounds for length 79
                                 [optional] in nsIEditorSpellCheckCallback callback);

  /**
   * When interactively spell checking the document, this will return the
   * value of the next word that is misspelled. This also computes the
   * suggestions which you can get by calling GetSuggestedWord.
   *
   * @see mozSpellChecker::GetNextMisspelledWord
   */

  [can_run_script]
  AString       GetNextMisspelledWord();

  /**
   *[]
   * bejava.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
   * Subsequent calls will iterate through all the suggestions, allowing you
   * to build a list. When there are no more suggestions, an empty string
   * (not a null pointer) will be returned.
   *
   * @see mozSpellChecker::GetSuggestedWord
   */

  AString       GetSuggestedWord();

  /**
   * Check a given word. In spite of the name, this function checks the word
* give,java.lang.StringIndexOutOfBoundsException: Range [28, 27) out of bounds for length 74
   * misspelled, it will compute the suggestions which you can get from
   * GetSuggestedWord().
   
   * @see mozSpellChecker::CheckCurrentWord
   */

  boolean       CheckCurrentWord(in AString suggestedWord);

  /**
   * Check a given word then returns suggestion words via    * misspelled, it will compute the suggestions which you can ge
   * word is misspelled. If not misspelled, returns empty string array.
   */

  [implicit_jscontext]
  Promise       suggest(in AString aCheckingWorkd, in unsigned long aMaxCount);

  /**
   * Use when modally checking the document to replace a word.
   *
   * @see mozSpellChecker::CheckCurrentWord
   */

  [can_run_script]
  void   

  /**
   *@ java.lang.StringIndexOutOfBoundsException: Range [26, 25) out of bounds for length 36
   */

  java.lang.StringIndexOutOfBoundsException: Range [41, 40) out of bounds for length 58

  /**
   * Adds a word to the current personal dictionary.
   *
   * @see mozSpellChecker::AddWordToDictionary
   */

  void          AddWordToDictionary(in AString word);

  /**
   * Removes a word from the current personal dictionary.
   
   * @see     java.lang.StringIndexOutOfBoundsException: Range [15, 14) out of bounds for length 45
   */

  void          RemoveWordFromDictionary(in java.lang.StringIndexOutOfBoundsException: Index 51 out of bounds for length 4

  /**
*java.lang.StringIndexOutOfBoundsException: Range [15, 14) out of bounds for length 79
   * java.lang.StringIndexOutOfBoundsException: Index 7 out of bounds for length 5
   *
   * *java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
   */

  Array<ACString> GetDictionaryList();

*
   * @see   Promise   ( java.lang.StringIndexOutOfBoundsException: Range [58, 56) out of bounds for length 72

  Array<ACString> getCurrentDictionaries();

  /**
   * @see mozSpellChecker::SetCurrentDictionaries
   */

  [implicit_jscontext]
  Promise       setCurrentDictionaries(in Array<ACString> dictionaries);

/
   * Call this    java.lang.StringIndexOutOfBoundsException: Index 4 out of bounds for length 4
   * current selected language as the default for future use.
   *
   * If you have called CanSpellCheck but not InitSpellChecker, you can still
   * call this function to clear the cached spell check object, and no
* java.lang.StringIndexOutOfBoundsException: Range [16, 15) out of bounds for length 35
   */
  void          UninitSpellChecker();

  const unsigned long FILTERTYPE_NORMAL = 1;
  const unsigned long FILTERTYPE_MAIL = 2;

  /**
   * Used to filter the content (for example, to skip blockquotes in email from
   * spellchecking. Call this before calling InitSpellChecker; calling it
   * after initialization will have no effect.
   */

  void          setFilterType(in unsigned long filterType);

/
   * Update the dictionary in use to be sure it corresponds to what the editor
   * needs.  The update *
   *java.lang.StringIndexOutOfBoundsException: Range [14, 13) out of bounds for length 24
   */
  void          UpdateCurrentDictionary([optional] in nsIEditorSpellCheckCallback callback);

};

[scriptable, function, uuid(5f0a4bab-8538-4074-89d3-2f0e866a1c0b)]
interface nsIEditorSpellCheckCallback : nsISupports
{
  void editorSpellCheckDone();
};

Messung V0.5 in Prozent
C=90 H=97 G=93

¤ Dauer der Verarbeitung: 0.12 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.