LibreOffice Module sw (master)
1
|
#include <vcl/timer.hxx>
#include <IGrammarContact.hxx>
#include <pam.hxx>
#include <ndtxt.hxx>
#include <SwGrammarMarkUp.hxx>
#include <txtfrm.hxx>
#include <svl/listener.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK (SwGrammarContact, TimerRepaint, Timer *, pTimer, void) | |
IGrammarContact * | createGrammarContact () |
Factory for a grammar contact. More... | |
void | finishGrammarCheck (SwTextNode &rTextNode) |
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 & | ) |
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().
Definition at line 77 of file SwGrammarContact.cxx.
References SwTextFrame::repaintTextFrames(), and SwTextNode::SetGrammarCheck().