|
LibreOffice Module sfx2 (master) 1
|
Public Member Functions | |
| SfxShell_Impl () | |
| virtual | ~SfxShell_Impl () override |
Public Member Functions inherited from SfxBroadcaster | |
| SfxBroadcaster () | |
| SfxBroadcaster (const SfxBroadcaster &rBC) | |
| virtual | ~SfxBroadcaster () COVERITY_NOEXCEPT_FALSE |
| void | Broadcast (const SfxHint &rHint) |
| bool | HasListeners () const |
| size_t | GetListenerCount () const |
| void | ForAllListeners (std::function< bool(SfxListener *)> f) const |
Public Attributes | |
| OUString | aObjectName |
| std::map< sal_uInt16, std::unique_ptr< SfxPoolItem > > | m_Items |
| SfxViewShell * | pViewSh |
| SfxViewFrame * | pFrame |
| SfxRepeatTarget * | pRepeatTarget |
| bool | bActive |
| SfxDisableFlags | nDisableFlags |
| std::unique_ptr< svtools::AsynchronLink > | pExecuter |
| std::unique_ptr< svtools::AsynchronLink > | pUpdater |
| std::vector< std::unique_ptr< SfxSlot > > | aSlotArr |
| css::uno::Sequence< css::embed::VerbDescriptor > | aVerbList |
| ::sfx2::sidebar::ContextChangeBroadcaster | maContextChangeBroadcaster |
Additional Inherited Members | |
Protected Member Functions inherited from SfxBroadcaster | |
| void | Forward (SfxBroadcaster &rBC, const SfxHint &rHint) |
|
inlineoverridevirtual |
| std::vector<std::unique_ptr<SfxSlot> > SfxShell_Impl::aSlotArr |
| css::uno::Sequence< css::embed::VerbDescriptor > SfxShell_Impl::aVerbList |
| std::map<sal_uInt16, std::unique_ptr<SfxPoolItem> > SfxShell_Impl::m_Items |
| ::sfx2::sidebar::ContextChangeBroadcaster SfxShell_Impl::maContextChangeBroadcaster |
| SfxDisableFlags SfxShell_Impl::nDisableFlags |
| std::unique_ptr<svtools::AsynchronLink> SfxShell_Impl::pExecuter |
Definition at line 67 of file shell.cxx.
Referenced by ~SfxShell_Impl().
| SfxViewFrame* SfxShell_Impl::pFrame |
| std::unique_ptr<svtools::AsynchronLink> SfxShell_Impl::pUpdater |
Definition at line 68 of file shell.cxx.
Referenced by ~SfxShell_Impl().
| SfxViewShell* SfxShell_Impl::pViewSh |