|
LibreOffice Module cui (master) 1
|
Public Member Functions | |
| SpellUndoAction_Impl (sal_uInt16 nId, const Link< SpellUndoAction_Impl &, void > &rActionLink) | |
| virtual void | Undo () override |
| sal_uInt16 | GetId () const |
| void | SetEnableChangePB () |
| bool | IsEnableChangePB () const |
| void | SetEnableChangeAllPB () |
| bool | IsEnableChangeAllPB () const |
| void | SetErrorMove (tools::Long nOldStart, tools::Long nOldEnd) |
| tools::Long | GetOldErrorStart () const |
| tools::Long | GetOldErrorEnd () const |
| void | SetErrorLanguageSelected (bool bSet) |
| bool | IsErrorLanguageSelected () const |
| void | SetDictionary (const Reference< XDictionary > &xDict) |
| const Reference< XDictionary > & | GetDictionary () const |
| void | SetAddedWord (const OUString &rWord) |
| const OUString & | GetAddedWord () const |
| void | SetOffset (tools::Long nSet) |
| tools::Long | GetOffset () const |
Public Member Functions inherited from SfxUndoAction | |
| SfxUndoAction () | |
| virtual | ~SfxUndoAction () COVERITY_NOEXCEPT_FALSE |
| virtual void | Undo () |
| virtual void | UndoWithContext (SfxUndoContext &i_context) |
| virtual void | Redo () |
| virtual void | RedoWithContext (SfxUndoContext &i_context) |
| virtual void | Repeat (SfxRepeatTarget &) |
| virtual bool | CanRepeat (SfxRepeatTarget &) const |
| virtual bool | Merge (SfxUndoAction *pNextAction) |
| virtual OUString | GetComment () const |
| virtual OUString | GetRepeatComment (SfxRepeatTarget &) const |
| virtual ViewShellId | GetViewShellId () const |
| const DateTime & | GetDateTime () const |
| virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Private Attributes | |
| sal_uInt16 | m_nId |
| const Link< SpellUndoAction_Impl &, void > & | m_rActionLink |
| bool | m_bEnableChangePB |
| bool | m_bEnableChangeAllPB |
| tools::Long | m_nOldErrorStart |
| tools::Long | m_nOldErrorEnd |
| bool | m_bIsErrorLanguageSelected |
| Reference< XDictionary > | m_xDictionary |
| OUString | m_sAddedWord |
| tools::Long | m_nOffset |
Definition at line 86 of file SpellDialog.cxx.
|
inline |
Definition at line 104 of file SpellDialog.cxx.
References nId.
|
inline |
Definition at line 138 of file SpellDialog.cxx.
References m_sAddedWord.
|
inline |
Definition at line 136 of file SpellDialog.cxx.
References m_xDictionary.
| sal_uInt16 SpellUndoAction_Impl::GetId | ( | ) | const |
Definition at line 152 of file SpellDialog.cxx.
Referenced by svx::SentenceEditWindow_Impl::Undo().
|
inline |
Definition at line 141 of file SpellDialog.cxx.
References m_nOffset.
|
inline |
Definition at line 130 of file SpellDialog.cxx.
References m_nOldErrorEnd.
|
inline |
Definition at line 129 of file SpellDialog.cxx.
References m_nOldErrorStart.
|
inline |
Definition at line 122 of file SpellDialog.cxx.
References m_bEnableChangeAllPB.
|
inline |
Definition at line 119 of file SpellDialog.cxx.
References m_bEnableChangePB.
|
inline |
Definition at line 133 of file SpellDialog.cxx.
References m_bIsErrorLanguageSelected.
|
inline |
Definition at line 137 of file SpellDialog.cxx.
References m_sAddedWord.
|
inline |
Definition at line 135 of file SpellDialog.cxx.
References m_xDictionary.
|
inline |
Definition at line 121 of file SpellDialog.cxx.
References m_bEnableChangeAllPB.
|
inline |
Definition at line 118 of file SpellDialog.cxx.
References m_bEnableChangePB.
|
inline |
Definition at line 132 of file SpellDialog.cxx.
References m_bIsErrorLanguageSelected.
|
inline |
Definition at line 124 of file SpellDialog.cxx.
References m_nOldErrorEnd, and m_nOldErrorStart.
|
inline |
Definition at line 140 of file SpellDialog.cxx.
References m_nOffset.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 146 of file SpellDialog.cxx.
|
private |
Definition at line 92 of file SpellDialog.cxx.
Referenced by IsEnableChangeAllPB(), and SetEnableChangeAllPB().
|
private |
Definition at line 91 of file SpellDialog.cxx.
Referenced by IsEnableChangePB(), and SetEnableChangePB().
|
private |
Definition at line 96 of file SpellDialog.cxx.
Referenced by IsErrorLanguageSelected(), and SetErrorLanguageSelected().
|
private |
Definition at line 88 of file SpellDialog.cxx.
|
private |
Definition at line 101 of file SpellDialog.cxx.
Referenced by GetOffset(), and SetOffset().
|
private |
Definition at line 95 of file SpellDialog.cxx.
Referenced by GetOldErrorEnd(), and SetErrorMove().
|
private |
Definition at line 94 of file SpellDialog.cxx.
Referenced by GetOldErrorStart(), and SetErrorMove().
|
private |
Definition at line 89 of file SpellDialog.cxx.
|
private |
Definition at line 99 of file SpellDialog.cxx.
Referenced by GetAddedWord(), and SetAddedWord().
|
private |
Definition at line 98 of file SpellDialog.cxx.
Referenced by GetDictionary(), and SetDictionary().