LibreOffice Module sw (master) 1
|
#include <ndtxt.hxx>
Public Attributes | |
std::unique_ptr< SwWrongList > | pWrong |
std::unique_ptr< SwGrammarMarkUp > | pGrammarCheck |
std::unique_ptr< SwWrongList > | pSmartTags |
sal_uLong | nNumberOfWords = 0 |
sal_uLong | nNumberOfAsianWords = 0 |
sal_uLong | nNumberOfChars = 0 |
sal_uLong | nNumberOfCharsExcludingSpaces = 0 |
bool | bWordCountDirty = true |
WrongState | eWrongDirty = WrongState::TODO |
online spell checking needed/done? More... | |
bool | bGrammarCheckDirty = true |
bool | bSmartTagDirty = true |
bool | bAutoComplDirty = true |
auto complete list dirty More... | |
bool sw::ParagraphIdleData::bAutoComplDirty = true |
auto complete list dirty
Definition at line 102 of file ndtxt.hxx.
Referenced by SwTextNode::IsAutoCompleteWordDirty(), and SwTextNode::SetAutoCompleteWordDirty().
bool sw::ParagraphIdleData::bGrammarCheckDirty = true |
Definition at line 100 of file ndtxt.hxx.
Referenced by SwTextNode::IsGrammarCheckDirty(), and SwTextNode::SetGrammarCheckDirty().
bool sw::ParagraphIdleData::bSmartTagDirty = true |
Definition at line 101 of file ndtxt.hxx.
Referenced by SwTextNode::IsSmartTagDirty(), and SwTextNode::SetSmartTagDirty().
bool sw::ParagraphIdleData::bWordCountDirty = true |
Definition at line 98 of file ndtxt.hxx.
Referenced by SwTextNode::IsWordCountDirty(), and SwTextNode::SetWordCountDirty().
WrongState sw::ParagraphIdleData::eWrongDirty = WrongState::TODO |
online spell checking needed/done?
Definition at line 99 of file ndtxt.hxx.
Referenced by SwTextNode::GetWrongDirty(), SwTextNode::IsWrongDirty(), and SwTextNode::SetWrongDirty().
sal_uLong sw::ParagraphIdleData::nNumberOfAsianWords = 0 |
Definition at line 95 of file ndtxt.hxx.
Referenced by SwTextNode::CountWords().
sal_uLong sw::ParagraphIdleData::nNumberOfChars = 0 |
Definition at line 96 of file ndtxt.hxx.
Referenced by SwTextNode::CountWords().
sal_uLong sw::ParagraphIdleData::nNumberOfCharsExcludingSpaces = 0 |
Definition at line 97 of file ndtxt.hxx.
Referenced by SwTextNode::CountWords().
sal_uLong sw::ParagraphIdleData::nNumberOfWords = 0 |
Definition at line 94 of file ndtxt.hxx.
Referenced by SwTextNode::CountWords().
std::unique_ptr<SwGrammarMarkUp> sw::ParagraphIdleData::pGrammarCheck |
Definition at line 92 of file ndtxt.hxx.
Referenced by SwTextNode::ClearGrammarCheck(), SwTextNode::GetGrammarCheck(), SwTextNode::ReleaseGrammarCheck(), and SwTextNode::SetGrammarCheck().
std::unique_ptr<SwWrongList> sw::ParagraphIdleData::pSmartTags |
Definition at line 93 of file ndtxt.hxx.
Referenced by SwTextNode::ClearSmartTags(), SwTextNode::GetSmartTags(), SwTextNode::ReleaseSmartTags(), and SwTextNode::SetSmartTags().
std::unique_ptr<SwWrongList> sw::ParagraphIdleData::pWrong |
Definition at line 91 of file ndtxt.hxx.
Referenced by SwTextNode::ClearWrong(), SwTextNode::GetWrong(), SwTextNode::ReleaseWrong(), and SwTextNode::SetWrong().