LibreOffice Module sfx2 (master) 1
|
#include <impframe.hxx>
Public Member Functions | |
SfxFrame_Impl () | |
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 | |
css::uno::Reference< css::frame::XFrame > | xFrame |
bool | mbHasTitle |
SfxViewFrame * | pCurrentViewFrame |
SfxFrameDescriptor * | pDescr |
bool | bClosing: 1 |
bool | bPrepClosing: 1 |
bool | bInCancelTransfers: 1 |
bool | bOwnsBindings: 1 |
bool | bReleasingComponent: 1 |
bool | bInPlace: 1 |
SfxWorkWindow * | pWorkWin |
SvBorder | aBorder |
VclPtr< vcl::Window > | pExternalContainerWindow |
bool | bHidden |
bool | bLockResize |
bool | bMenuBarOn |
Additional Inherited Members | |
Protected Member Functions inherited from SfxBroadcaster | |
void | Forward (SfxBroadcaster &rBC, const SfxHint &rHint) |
Definition at line 29 of file impframe.hxx.
|
inlineexplicit |
Definition at line 50 of file impframe.hxx.
SvBorder SfxFrame_Impl::aBorder |
Definition at line 43 of file impframe.hxx.
bool SfxFrame_Impl::bClosing |
Definition at line 36 of file impframe.hxx.
bool SfxFrame_Impl::bHidden |
Definition at line 46 of file impframe.hxx.
bool SfxFrame_Impl::bInCancelTransfers |
Definition at line 38 of file impframe.hxx.
bool SfxFrame_Impl::bInPlace |
Definition at line 41 of file impframe.hxx.
bool SfxFrame_Impl::bLockResize |
Definition at line 47 of file impframe.hxx.
bool SfxFrame_Impl::bMenuBarOn |
Definition at line 48 of file impframe.hxx.
bool SfxFrame_Impl::bOwnsBindings |
Definition at line 39 of file impframe.hxx.
bool SfxFrame_Impl::bPrepClosing |
Definition at line 37 of file impframe.hxx.
bool SfxFrame_Impl::bReleasingComponent |
Definition at line 40 of file impframe.hxx.
bool SfxFrame_Impl::mbHasTitle |
Definition at line 33 of file impframe.hxx.
SfxViewFrame* SfxFrame_Impl::pCurrentViewFrame |
Definition at line 34 of file impframe.hxx.
SfxFrameDescriptor* SfxFrame_Impl::pDescr |
Definition at line 35 of file impframe.hxx.
VclPtr<vcl::Window> SfxFrame_Impl::pExternalContainerWindow |
Definition at line 45 of file impframe.hxx.
SfxWorkWindow* SfxFrame_Impl::pWorkWin |
Definition at line 42 of file impframe.hxx.
css::uno::Reference< css::frame::XFrame > SfxFrame_Impl::xFrame |
Definition at line 32 of file impframe.hxx.