LibreOffice Module sw (master) 1
|
Go to the source code of this file.
Classes | |
class | IGrammarContact |
Organizer of the contact between SwTextNodes and grammar checker. More... | |
Functions | |
IGrammarContact * | createGrammarContact () |
Factory for a grammar contact. More... | |
IGrammarContact * | getGrammarContact (const SwTextNode &) |
getGrammarContact() delivers the grammar contact of the document (for a given textnode) More... | |
void | finishGrammarCheck (SwTextNode &) |
finishGrammarCheck() calls the same function of the grammar contact of the document (for a given textnode) More... | |
IGrammarContact * createGrammarContact | ( | ) |
Factory for a grammar contact.
Definition at line 178 of file SwGrammarContact.cxx.
void finishGrammarCheck | ( | SwTextNode & | rTextNode | ) |
finishGrammarCheck() calls the same function of the grammar contact of the document (for a given textnode)
Definition at line 183 of file SwGrammarContact.cxx.
References IGrammarContact::finishGrammarCheck(), and getGrammarContact().
Referenced by SwXTextMarkup::commitMultiTextMarkup(), SwXTextMarkup::commitStringMarkup(), and SwXFlatParagraph::setChecked().
IGrammarContact * getGrammarContact | ( | const SwTextNode & | rTextNode | ) |
getGrammarContact() delivers the grammar contact of the document (for a given textnode)
Definition at line 806 of file docnew.cxx.
References SwNode::GetDoc(), SwDoc::getGrammarContact(), and SwDoc::IsInDtor().
Referenced by SwXTextMarkup::commitMultiTextMarkup(), SwXTextMarkup::commitStringMarkup(), finishGrammarCheck(), and lcl_SetWrong().