LibreOffice Module sw (master) 1
Public Attributes | List of all members
sw::ParagraphIdleData Struct Reference

#include <ndtxt.hxx>

Public Attributes

std::unique_ptr< SwWrongListpWrong
 
std::unique_ptr< SwGrammarMarkUppGrammarCheck
 
std::unique_ptr< SwWrongListpSmartTags
 
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...
 

Detailed Description

Definition at line 89 of file ndtxt.hxx.

Member Data Documentation

◆ bAutoComplDirty

bool sw::ParagraphIdleData::bAutoComplDirty = true

auto complete list dirty

Definition at line 102 of file ndtxt.hxx.

Referenced by SwTextNode::IsAutoCompleteWordDirty(), and SwTextNode::SetAutoCompleteWordDirty().

◆ bGrammarCheckDirty

bool sw::ParagraphIdleData::bGrammarCheckDirty = true

Definition at line 100 of file ndtxt.hxx.

Referenced by SwTextNode::IsGrammarCheckDirty(), and SwTextNode::SetGrammarCheckDirty().

◆ bSmartTagDirty

bool sw::ParagraphIdleData::bSmartTagDirty = true

Definition at line 101 of file ndtxt.hxx.

Referenced by SwTextNode::IsSmartTagDirty(), and SwTextNode::SetSmartTagDirty().

◆ bWordCountDirty

bool sw::ParagraphIdleData::bWordCountDirty = true

Definition at line 98 of file ndtxt.hxx.

Referenced by SwTextNode::IsWordCountDirty(), and SwTextNode::SetWordCountDirty().

◆ eWrongDirty

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().

◆ nNumberOfAsianWords

sal_uLong sw::ParagraphIdleData::nNumberOfAsianWords = 0

Definition at line 95 of file ndtxt.hxx.

Referenced by SwTextNode::CountWords().

◆ nNumberOfChars

sal_uLong sw::ParagraphIdleData::nNumberOfChars = 0

Definition at line 96 of file ndtxt.hxx.

Referenced by SwTextNode::CountWords().

◆ nNumberOfCharsExcludingSpaces

sal_uLong sw::ParagraphIdleData::nNumberOfCharsExcludingSpaces = 0

Definition at line 97 of file ndtxt.hxx.

Referenced by SwTextNode::CountWords().

◆ nNumberOfWords

sal_uLong sw::ParagraphIdleData::nNumberOfWords = 0

Definition at line 94 of file ndtxt.hxx.

Referenced by SwTextNode::CountWords().

◆ pGrammarCheck

std::unique_ptr<SwGrammarMarkUp> sw::ParagraphIdleData::pGrammarCheck

◆ pSmartTags

std::unique_ptr<SwWrongList> sw::ParagraphIdleData::pSmartTags

◆ pWrong

std::unique_ptr<SwWrongList> sw::ParagraphIdleData::pWrong

The documentation for this struct was generated from the following file: