LibreOffice Module sfx2 (master) 1
|
Public Member Functions | |
void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) 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 |
Public Attributes | |
OUString | aWinState |
SfxChildWindow * | pMgr |
bool | bClosing |
Idle | aMoveIdle { "SfxModelessDialog_Impl aMoveIdle" } |
Definition at line 38 of file basedlgs.cxx.
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 49 of file basedlgs.cxx.
References SfxChildWindow::Destroy(), SfxHint::GetId(), and pMgr.
Idle SfxModelessDialog_Impl::aMoveIdle { "SfxModelessDialog_Impl aMoveIdle" } |
Definition at line 46 of file basedlgs.cxx.
OUString SfxModelessDialog_Impl::aWinState |
Definition at line 41 of file basedlgs.cxx.
bool SfxModelessDialog_Impl::bClosing |
Definition at line 43 of file basedlgs.cxx.
SfxChildWindow* SfxModelessDialog_Impl::pMgr |
Definition at line 42 of file basedlgs.cxx.
Referenced by Notify().