LibreOffice Module sw (master)
1
|
#include <acorrect.hxx>
Public Member Functions | |
SwAutoCorrExceptWord (ACFlags nAFlags, SwNodeOffset nNd, sal_Int32 nContent, const OUString &rWord, 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 |
Definition at line 95 of file acorrect.hxx.
|
inline |
Definition at line 106 of file acorrect.hxx.
References false.
void SwAutoCorrExceptWord::CheckChar | ( | const SwPosition & | rPos, |
sal_Unicode | cChar | ||
) |
Definition at line 615 of file acorrect.cxx.
References SvxAutoCorrect::AddCplSttException(), SvxAutoCorrect::AddWordStartException(), SvxAutoCorrCfg::Get(), SvxAutoCorrCfg::GetAutoCorrect(), SwIndex::GetIndex(), SwNodeIndex::GetIndex(), m_cChar, m_eLanguage, m_nContent, m_nFlags, m_nNode, m_sWord, SwPosition::nContent, and SwPosition::nNode.
Referenced by sw::DocumentContentOperationsManager::InsertString(), sw::DocumentContentOperationsManager::Overwrite(), SwUndoOverwrite::UndoImpl(), and SwUndoReplace::Impl::UndoImpl().
bool SwAutoCorrExceptWord::CheckDelChar | ( | const SwPosition & | rPos | ) |
Definition at line 632 of file acorrect.cxx.
References SwIndex::GetIndex(), SwNodeIndex::GetIndex(), m_bDeleted, m_nContent, m_nNode, SwPosition::nContent, and SwPosition::nNode.
Referenced by sw::DocumentContentOperationsManager::DeleteRangeImplImpl().
|
inline |
Definition at line 113 of file acorrect.hxx.
References m_bDeleted.
Referenced by sw::DocumentContentOperationsManager::DeleteRangeImplImpl(), sw::DocumentContentOperationsManager::InsertString(), and sw::DocumentStateManager::SetModified().
|
private |
Definition at line 103 of file acorrect.hxx.
Referenced by CheckDelChar(), and IsDeleted().
|
private |
Definition at line 101 of file acorrect.hxx.
Referenced by CheckChar().
|
private |
Definition at line 102 of file acorrect.hxx.
Referenced by CheckChar().
|
private |
Definition at line 100 of file acorrect.hxx.
Referenced by CheckChar(), and CheckDelChar().
|
private |
Definition at line 99 of file acorrect.hxx.
Referenced by CheckChar().
|
private |
Definition at line 98 of file acorrect.hxx.
Referenced by CheckChar(), and CheckDelChar().
|
private |
Definition at line 97 of file acorrect.hxx.
Referenced by CheckChar().