LibreOffice Module sw (master) 1
|
#include <acorrect.hxx>
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 |
Definition at line 96 of file acorrect.hxx.
|
inline |
Definition at line 107 of file acorrect.hxx.
void SwAutoCorrExceptWord::CheckChar | ( | const SwPosition & | rPos, |
sal_Unicode | cChar | ||
) |
Definition at line 625 of file acorrect.cxx.
References SvxAutoCorrect::AddCplSttException(), SvxAutoCorrect::AddWordStartException(), SvxAutoCorrCfg::Get(), SvxAutoCorrCfg::GetAutoCorrect(), SwPosition::GetContentIndex(), SwPosition::GetNodeIndex(), m_cChar, m_eLanguage, m_nContent, m_nFlags, m_nNode, and m_sWord.
Referenced by sw::DocumentContentOperationsManager::InsertString(), sw::DocumentContentOperationsManager::Overwrite(), SwUndoReplace::Impl::UndoImpl(), and SwUndoOverwrite::UndoImpl().
bool SwAutoCorrExceptWord::CheckDelChar | ( | const SwPosition & | rPos | ) |
Definition at line 642 of file acorrect.cxx.
References SwPosition::GetContentIndex(), SwPosition::GetNodeIndex(), m_bDeleted, m_nContent, and m_nNode.
Referenced by sw::DocumentContentOperationsManager::DeleteRangeImplImpl().
|
inline |
Definition at line 114 of file acorrect.hxx.
References m_bDeleted.
Referenced by sw::DocumentContentOperationsManager::DeleteRangeImplImpl(), sw::DocumentContentOperationsManager::InsertString(), and sw::DocumentStateManager::SetModified().
|
private |
Definition at line 104 of file acorrect.hxx.
Referenced by CheckDelChar(), and IsDeleted().
|
private |
Definition at line 102 of file acorrect.hxx.
Referenced by CheckChar().
|
private |
Definition at line 103 of file acorrect.hxx.
Referenced by CheckChar().
|
private |
Definition at line 101 of file acorrect.hxx.
Referenced by CheckChar(), and CheckDelChar().
|
private |
Definition at line 100 of file acorrect.hxx.
Referenced by CheckChar().
|
private |
Definition at line 99 of file acorrect.hxx.
Referenced by CheckChar(), and CheckDelChar().
|
private |
Definition at line 98 of file acorrect.hxx.
Referenced by CheckChar().