LibreOffice Module sw (master) 1
|
Public Member Functions | |
SpellState () | |
void | Reset () |
Public Attributes | |
bool | m_bInitialCall |
bool | m_bLockFocus |
bool | m_bLostFocus |
bool | m_bBodySpelled |
bool | m_bOtherSpelled |
bool | m_bStartedInOther |
bool | m_bStartedInSelection |
std::unique_ptr< SwPaM > | pOtherCursor |
bool | m_bDrawingsSpelled |
Reference< XTextRange > | m_xStartRange |
const SdrObject * | m_pStartDrawing |
ESelection | m_aStartDrawingSelection |
bool | m_bRestartDrawing |
ShellMode | m_eSelMode |
const SwNode * | m_pPointNode |
const SwNode * | m_pMarkNode |
sal_Int32 | m_nPointPos |
sal_Int32 | m_nMarkPos |
const SdrOutliner * | m_pOutliner |
ESelection | m_aESelection |
std::list< SdrTextObj * > | m_aTextObjects |
bool | m_bTextObjectsCollected |
Definition at line 57 of file SwSpellDialogChildWindow.cxx.
|
inline |
Definition at line 89 of file SwSpellDialogChildWindow.cxx.
References Object.
|
inline |
Definition at line 111 of file SwSpellDialogChildWindow.cxx.
ESelection SpellState::m_aESelection |
Definition at line 83 of file SwSpellDialogChildWindow.cxx.
ESelection SpellState::m_aStartDrawingSelection |
Definition at line 73 of file SwSpellDialogChildWindow.cxx.
std::list<SdrTextObj*> SpellState::m_aTextObjects |
Definition at line 86 of file SwSpellDialogChildWindow.cxx.
bool SpellState::m_bBodySpelled |
Definition at line 64 of file SwSpellDialogChildWindow.cxx.
bool SpellState::m_bDrawingsSpelled |
Definition at line 70 of file SwSpellDialogChildWindow.cxx.
bool SpellState::m_bInitialCall |
Definition at line 59 of file SwSpellDialogChildWindow.cxx.
bool SpellState::m_bLockFocus |
Definition at line 60 of file SwSpellDialogChildWindow.cxx.
bool SpellState::m_bLostFocus |
Definition at line 61 of file SwSpellDialogChildWindow.cxx.
bool SpellState::m_bOtherSpelled |
Definition at line 65 of file SwSpellDialogChildWindow.cxx.
bool SpellState::m_bRestartDrawing |
Definition at line 74 of file SwSpellDialogChildWindow.cxx.
bool SpellState::m_bStartedInOther |
Definition at line 66 of file SwSpellDialogChildWindow.cxx.
bool SpellState::m_bStartedInSelection |
Definition at line 67 of file SwSpellDialogChildWindow.cxx.
bool SpellState::m_bTextObjectsCollected |
Definition at line 87 of file SwSpellDialogChildWindow.cxx.
ShellMode SpellState::m_eSelMode |
Definition at line 77 of file SwSpellDialogChildWindow.cxx.
sal_Int32 SpellState::m_nMarkPos |
Definition at line 81 of file SwSpellDialogChildWindow.cxx.
sal_Int32 SpellState::m_nPointPos |
Definition at line 80 of file SwSpellDialogChildWindow.cxx.
const SwNode* SpellState::m_pMarkNode |
Definition at line 79 of file SwSpellDialogChildWindow.cxx.
const SdrOutliner* SpellState::m_pOutliner |
Definition at line 82 of file SwSpellDialogChildWindow.cxx.
const SwNode* SpellState::m_pPointNode |
Definition at line 78 of file SwSpellDialogChildWindow.cxx.
const SdrObject* SpellState::m_pStartDrawing |
Definition at line 72 of file SwSpellDialogChildWindow.cxx.
Reference<XTextRange> SpellState::m_xStartRange |
Definition at line 71 of file SwSpellDialogChildWindow.cxx.
std::unique_ptr<SwPaM> SpellState::pOtherCursor |
Definition at line 69 of file SwSpellDialogChildWindow.cxx.