class SwAutoCorrDoc final : public SvxAutoCorrDoc
{
SwEditShell& m_rEditSh;
SwPaM& m_rCursor;
std::optional<SwNodeIndex> m_oIndex; int m_nEndUndoCounter; bool m_bUndoIdInitialized;
// return text of a previous paragraph // If it does not exist or if there is nothing before, return blank. // - true: paragraph before "normal" insertion position // - false: paragraph in that the corrected word was inserted // (does not need to be the same paragraph) virtual OUString const* GetPrevPara(bool bAtNormalPos) override;
// Will be called after swapping characters by the functions // - FnCapitalStartWord and // - FnCapitalStartSentence. // Afterwards the words can be added into exception list if needed. virtualvoid SaveCpltSttWord( ACFlags nFlag, sal_Int32 nPos, const OUString& rExceptWord, sal_Unicode cChar ) override; virtual LanguageType GetLanguage( sal_Int32 nPos ) const override;
};
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.