LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwAutoCorrExceptWord Class Reference

#include <acorrect.hxx>

Collaboration diagram for SwAutoCorrExceptWord:
[legend]

Public Member Functions

 SwAutoCorrExceptWord (ACFlags nAFlags, SwNodeOffset nNd, sal_Int32 nContent, OUString aWord, sal_Unicode cChr, LanguageType eLang)
 
bool IsDeleted () const
 
void CheckChar (const SwPosition &rPos, sal_Unicode cChar)
 
bool CheckDelChar (const SwPosition &rPos)
 

Private Attributes

OUString m_sWord
 
SwNodeOffset m_nNode
 
ACFlags m_nFlags
 
sal_Int32 m_nContent
 
sal_Unicode m_cChar
 
LanguageType m_eLanguage
 
bool m_bDeleted
 

Detailed Description

Definition at line 96 of file acorrect.hxx.

Constructor & Destructor Documentation

◆ SwAutoCorrExceptWord()

SwAutoCorrExceptWord::SwAutoCorrExceptWord ( ACFlags  nAFlags,
SwNodeOffset  nNd,
sal_Int32  nContent,
OUString  aWord,
sal_Unicode  cChr,
LanguageType  eLang 
)
inline

Definition at line 107 of file acorrect.hxx.

Member Function Documentation

◆ CheckChar()

void SwAutoCorrExceptWord::CheckChar ( const SwPosition rPos,
sal_Unicode  cChar 
)

◆ CheckDelChar()

bool SwAutoCorrExceptWord::CheckDelChar ( const SwPosition rPos)

◆ IsDeleted()

bool SwAutoCorrExceptWord::IsDeleted ( ) const
inline

Member Data Documentation

◆ m_bDeleted

bool SwAutoCorrExceptWord::m_bDeleted
private

Definition at line 104 of file acorrect.hxx.

Referenced by CheckDelChar(), and IsDeleted().

◆ m_cChar

sal_Unicode SwAutoCorrExceptWord::m_cChar
private

Definition at line 102 of file acorrect.hxx.

Referenced by CheckChar().

◆ m_eLanguage

LanguageType SwAutoCorrExceptWord::m_eLanguage
private

Definition at line 103 of file acorrect.hxx.

Referenced by CheckChar().

◆ m_nContent

sal_Int32 SwAutoCorrExceptWord::m_nContent
private

Definition at line 101 of file acorrect.hxx.

Referenced by CheckChar(), and CheckDelChar().

◆ m_nFlags

ACFlags SwAutoCorrExceptWord::m_nFlags
private

Definition at line 100 of file acorrect.hxx.

Referenced by CheckChar().

◆ m_nNode

SwNodeOffset SwAutoCorrExceptWord::m_nNode
private

Definition at line 99 of file acorrect.hxx.

Referenced by CheckChar(), and CheckDelChar().

◆ m_sWord

OUString SwAutoCorrExceptWord::m_sWord
private

Definition at line 98 of file acorrect.hxx.

Referenced by CheckChar().


The documentation for this class was generated from the following files: