LibreOffice Module sc (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
ScForbiddenCharsObj Class Referencefinal

#include <forbiuno.hxx>

Inheritance diagram for ScForbiddenCharsObj:
[legend]
Collaboration diagram for ScForbiddenCharsObj:
[legend]

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
 
SfxBroadcasterGetBroadcasterJOE (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

ScDocShellpDocShell
 

Additional Inherited Members

virtual void onChange ()
 
- Protected Attributes inherited from SvxUnoForbiddenCharsTable
std::shared_ptr< SvxForbiddenCharactersTablemxForbiddenChars
 

Detailed Description

Definition at line 29 of file forbiuno.hxx.

Constructor & Destructor Documentation

◆ ScForbiddenCharsObj()

ScForbiddenCharsObj::ScForbiddenCharsObj ( ScDocShell pDocSh)

Definition at line 47 of file forbiuno.cxx.

References ScDocument::AddUnoObject(), ScDocShell::GetDocument(), and pDocShell.

◆ ~ScForbiddenCharsObj()

ScForbiddenCharsObj::~ScForbiddenCharsObj ( )
overridevirtual

Definition at line 55 of file forbiuno.cxx.

References ScDocShell::GetDocument(), pDocShell, and ScDocument::RemoveUnoObject().

Member Function Documentation

◆ Notify()

void ScForbiddenCharsObj::Notify ( SfxBroadcaster rBC,
const SfxHint rHint 
)
overridevirtual

Reimplemented from SfxListener.

Definition at line 63 of file forbiuno.cxx.

References SfxHint::GetId(), and pDocShell.

◆ onChange()

void ScForbiddenCharsObj::onChange ( )
overrideprivatevirtual

Member Data Documentation

◆ pDocShell

ScDocShell* ScForbiddenCharsObj::pDocShell
private

Definition at line 31 of file forbiuno.hxx.

Referenced by Notify(), onChange(), ScForbiddenCharsObj(), and ~ScForbiddenCharsObj().


The documentation for this class was generated from the following files: