LibreOffice Module sc (master) 1
|
#include <forbiuno.hxx>
Public Member Functions | |
ScForbiddenCharsObj (ScDocShell *pDocSh) | |
virtual | ~ScForbiddenCharsObj () override |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
Public Member Functions inherited from SvxUnoForbiddenCharsTable | |
SvxUnoForbiddenCharsTable (std::shared_ptr< SvxForbiddenCharactersTable > xForbiddenChars) | |
virtual | ~SvxUnoForbiddenCharsTable () override |
virtual css::i18n::ForbiddenCharacters SAL_CALL | getForbiddenCharacters (const css::lang::Locale &rLocale) override |
virtual sal_Bool SAL_CALL | hasForbiddenCharacters (const css::lang::Locale &rLocale) override |
virtual void SAL_CALL | setForbiddenCharacters (const css::lang::Locale &rLocale, const css::i18n::ForbiddenCharacters &rForbiddenCharacters) override |
virtual void SAL_CALL | removeForbiddenCharacters (const css::lang::Locale &rLocale) override |
virtual css::uno::Sequence< css::lang::Locale > SAL_CALL | getLocales () override |
virtual sal_Bool SAL_CALL | hasLocale (const css::lang::Locale &aLocale) override |
Public Member Functions inherited from SfxListener | |
SfxListener () | |
SfxListener (const SfxListener &rCopy) | |
virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
void | EndListeningAll () |
bool | IsListening (SfxBroadcaster &rBroadcaster) const |
sal_uInt16 | GetBroadcasterCount () const |
SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
virtual bool | IsSdrView () const |
Private Member Functions | |
virtual void | onChange () override |
Private Attributes | |
ScDocShell * | pDocShell |
Additional Inherited Members | |
virtual void | onChange () |
Protected Attributes inherited from SvxUnoForbiddenCharsTable | |
std::shared_ptr< SvxForbiddenCharactersTable > | mxForbiddenChars |
Definition at line 29 of file forbiuno.hxx.
ScForbiddenCharsObj::ScForbiddenCharsObj | ( | ScDocShell * | pDocSh | ) |
Definition at line 47 of file forbiuno.cxx.
References ScDocument::AddUnoObject(), ScDocShell::GetDocument(), and pDocShell.
|
overridevirtual |
Definition at line 55 of file forbiuno.cxx.
References ScDocShell::GetDocument(), pDocShell, and ScDocument::RemoveUnoObject().
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 63 of file forbiuno.cxx.
References SfxHint::GetId(), and pDocShell.
|
overrideprivatevirtual |
Reimplemented from SvxUnoForbiddenCharsTable.
Definition at line 71 of file forbiuno.cxx.
References ScDocShell::GetDocument(), SvxUnoForbiddenCharsTable::mxForbiddenChars, pDocShell, ScDocShell::PostPaintGridAll(), ScDocShell::SetDocumentModified(), and ScDocument::SetForbiddenCharacters().
|
private |
Definition at line 31 of file forbiuno.hxx.
Referenced by Notify(), onChange(), ScForbiddenCharsObj(), and ~ScForbiddenCharsObj().