// -*- C++ -*-
/* This file is part of
* ======================================================
*
* LyX, The Document Processor
*
* Copyright (C) 1995 1996 Matthias Ettrich
* and the LyX Team.
*
*======================================================*/
#ifndef _AUTOCOR_H
#define _AUTOCOR_H
#include "definitions.h"
#include "lyxparagraph.h"
// this functions returns a pointer to a corrected string
// or NULL if no correction is possible
//char const* AutoCorrectString(char const* string);
/** if AutoCorrect returns True, posend contains the new
cursor position in this paragraph
*/
bool AutoCorrect(LyXParagraph* par, int &pos, int &posend);
#endif
¤ Dauer der Verarbeitung: 0.0 Sekunden
(vorverarbeitet)
¤
|
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 ist noch experimentell.
|