LibreOffice Module sfx2 (master) 1
|
#include <frame.hxx>
Public Member Functions | |
vcl::Window & | GetWindow () const |
void | CancelTransfers () |
bool | DoClose () |
void | SetPresentationMode (bool bSet) |
SystemWindow * | GetSystemWindow () const |
SAL_WARN_UNUSED_RESULT SfxObjectShell * | GetCurrentDocument () const |
SAL_WARN_UNUSED_RESULT SfxViewFrame * | GetCurrentViewFrame () const |
bool | GetHasTitle () const |
void | UpdateDescriptor (SfxObjectShell const *pDoc) |
void | Resize () |
const css::uno::Reference< css::frame::XFrame > & | GetFrameInterface () const |
void | Appear () |
void | AppearWithUpdate () |
css::uno::Reference< css::frame::XController > | GetController () const |
bool | IsInPlace () const |
SAL_DLLPRIVATE void | DoClose_Impl () |
SAL_DLLPRIVATE void | SetFrameInterface_Impl (const css::uno::Reference< css::frame::XFrame > &rFrame) |
SAL_DLLPRIVATE void | ReleasingComponent_Impl () |
SAL_DLLPRIVATE void | GetViewData_Impl () |
SAL_DLLPRIVATE void | SetHasTitle (bool) |
SAL_DLLPRIVATE bool | PrepareClose_Impl (bool bUI) |
SAL_DLLPRIVATE bool | DocIsModified_Impl () |
SAL_DLLPRIVATE void | SetCurrentViewFrame_Impl (SfxViewFrame *) |
bool | IsClosing_Impl () const |
SAL_DLLPRIVATE void | SetIsClosing_Impl () |
SAL_DLLPRIVATE SfxFrameDescriptor * | GetDescriptor () const |
SAL_DLLPRIVATE bool | IsAutoLoadLocked_Impl () const |
SAL_DLLPRIVATE void | SetOwnsBindings_Impl (bool bSet) |
SAL_DLLPRIVATE bool | OwnsBindings_Impl () const |
SAL_DLLPRIVATE SfxWorkWindow * | GetWorkWindow_Impl () const |
SAL_DLLPRIVATE void | SetToolSpaceBorderPixel_Impl (const SvBorder &) |
SAL_DLLPRIVATE tools::Rectangle | GetTopOuterRectPixel_Impl () const |
SAL_DLLPRIVATE void | CreateWorkWindow_Impl () |
SAL_DLLPRIVATE void | GrabFocusOnComponent_Impl () |
SAL_DLLPRIVATE void | PrepareForDoc_Impl (const SfxObjectShell &i_rDoc) |
SAL_DLLPRIVATE void | LockResize_Impl (bool bLock) |
SAL_DLLPRIVATE void | SetMenuBarOn_Impl (bool bOn) |
SAL_DLLPRIVATE bool | IsMenuBarOn_Impl () const |
SAL_DLLPRIVATE SystemWindow * | GetTopWindow_Impl () const |
SAL_DLLPRIVATE bool | IsMarkedHidden_Impl () const |
Public Member Functions inherited from SvCompatWeakBase< SfxFrame > | |
SvCompatWeakBase (T *pObj) | |
~SvCompatWeakBase () | |
SvCompatWeakHdl< T > * | GetHdl () |
Static Public Member Functions | |
static SfxFrame * | Create (const css::uno::Reference< css::frame::XFrame > &xFrame) |
static css::uno::Reference< css::frame::XFrame > | CreateBlankFrame () |
static SfxFrame * | CreateHidden (SfxObjectShell const &rDoc, vcl::Window &rWindow, SfxInterfaceId nViewId) |
static SAL_WARN_UNUSED_RESULT SfxFrame * | GetFirst () |
static SAL_WARN_UNUSED_RESULT SfxFrame * | GetNext (SfxFrame &) |
static void | GetDefaultTargetList (TargetList &) |
static SAL_DLLPRIVATE void | InsertTopFrame_Impl (SfxFrame *pFrame) |
static SAL_DLLPRIVATE void | RemoveTopFrame_Impl (SfxFrame *pFrame) |
Private Member Functions | |
virtual | ~SfxFrame () |
SAL_DLLPRIVATE | SfxFrame (vcl::Window &i_rContainerWindow) |
SAL_DLLPRIVATE void | Construct_Impl () |
Private Attributes | |
std::unique_ptr< SfxFrame_Impl > | m_pImpl |
VclPtr< vcl::Window > | m_pWindow |
Friends | |
class | SfxFrameIterator |
class | SfxFrameWindow_Impl |
|
privatevirtual |
Definition at line 77 of file frame.cxx.
References VclPtr< class reference_type >::disposeAndClear(), gaFramesArr_Impl, m_pImpl, m_pWindow, and RemoveTopFrame_Impl().
|
private |
Definition at line 293 of file frame2.cxx.
References Construct_Impl(), VclPtr< class reference_type >::Create(), InsertTopFrame_Impl(), m_pImpl, and m_pWindow.
Referenced by Create().
void SfxFrame::Appear | ( | ) |
Definition at line 528 of file frame.cxx.
References GetCurrentViewFrame(), GetWindow(), m_pImpl, SfxViewFrame::Show(), and vcl::Window::Show().
Referenced by AppearWithUpdate(), SfxObjectShell::ExecView_Impl(), SfxApplication::OfaExec_Impl(), SfxViewShell::OutplaceActivated(), SfxObjectShell::PrepareClose(), and SfxViewFrame::ToTop().
void SfxFrame::AppearWithUpdate | ( | ) |
Definition at line 541 of file frame.cxx.
References Appear(), GetCurrentViewFrame(), SfxViewFrame::GetDispatcher(), and SfxDispatcher::Update_Impl().
void SfxFrame::CancelTransfers | ( | ) |
Definition at line 207 of file frame.cxx.
References SfxBroadcaster::Broadcast(), SfxObjectShell::CancelTransfers(), GetCurrentDocument(), SfxViewFrame::GetFirst(), SfxViewFrame::GetFrame(), SfxViewFrame::GetNext(), SvCompatWeakRef< typename T >::is(), and m_pImpl.
Referenced by DoClose().
|
private |
Definition at line 70 of file frame.cxx.
References gaFramesArr_Impl, and m_pImpl.
Referenced by SfxFrame().
|
static |
Definition at line 281 of file frame2.cxx.
References ENSURE_OR_THROW, VCLUnoHelper::GetWindow(), SetFrameInterface_Impl(), and SfxFrame().
Referenced by SfxBaseModel::FindOrCreateViewFrame_Impl().
|
static |
Definition at line 209 of file frame2.cxx.
References DBG_UNHANDLED_EXCEPTION, Exception, and xFrame.
Referenced by SfxApplication::OfaExec_Impl().
|
static |
Definition at line 224 of file frame2.cxx.
References DBG_UNHANDLED_EXCEPTION, Exception, GetFirst(), GetFrameInterface(), VCLUnoHelper::GetInterface(), SfxMedium::GetItemSet(), SfxObjectShell::GetMedium(), SfxObjectShell::GetModel(), GetNext(), comphelper::NamedValueCollection::getPropertyValues(), comphelper::NamedValueCollection::put(), SFX_INTERFACE_NONE, TransformItems(), and xFrame.
void SfxFrame::CreateWorkWindow_Impl | ( | ) |
Definition at line 593 of file frame.cxx.
References Exception, GetCurrentDocument(), GetFirst(), GetFrameInterface(), GetNext(), GetWindow(), IsInPlace(), m_pImpl, TOOLS_WARN_EXCEPTION, and xFrame.
Referenced by SfxViewFrame::SfxViewFrame().
bool SfxFrame::DocIsModified_Impl | ( | ) |
Definition at line 149 of file frame.cxx.
References m_pImpl.
Referenced by SfxViewFrame::ExecReload_Impl().
bool SfxFrame::DoClose | ( | ) |
Definition at line 89 of file frame.cxx.
References CancelTransfers(), DoClose_Impl(), m_pImpl, and xFrame.
Referenced by SfxViewFrame::DoClose(), and SfxViewFrame::Notify().
void SfxFrame::DoClose_Impl | ( | ) |
Definition at line 127 of file frame.cxx.
References m_pImpl.
Referenced by SfxBaseController::dispose(), and DoClose().
css::uno::Reference< css::frame::XController > SfxFrame::GetController | ( | ) | const |
Definition at line 507 of file frame.cxx.
References m_pImpl.
Referenced by GetViewData_Impl(), SfxObjectShell::PostActivateEvent_Impl(), PrepareClose_Impl(), and SfxApplication::SetViewFrame_Impl().
SfxObjectShell * SfxFrame::GetCurrentDocument | ( | ) | const |
Definition at line 250 of file frame.cxx.
References m_pImpl.
Referenced by CancelTransfers(), CreateWorkWindow_Impl(), GetDescriptor(), SfxMacroLoader::GetObjectShell(), IsAutoLoadLocked_Impl(), SfxApplication::OpenDocExec_Impl(), and PrepareClose_Impl().
SfxViewFrame * SfxFrame::GetCurrentViewFrame | ( | ) | const |
Definition at line 234 of file frame.cxx.
References m_pImpl.
Referenced by Appear(), AppearWithUpdate(), SfxWorkWindow::ArrangeChildren_Impl(), SfxFrameWindow_Impl::EventNotify(), SfxFrameWindow_Impl::GetFocus(), SfxViewFrame::GetTopViewFrame(), GetViewData_Impl(), GrabFocusOnComponent_Impl(), SfxApplication::OpenDocExec_Impl(), SfxFrameWindow_Impl::PreNotify(), SfxObjectShell::PrepareClose(), PrepareClose_Impl(), Resize(), SetFrameInterface_Impl(), SetPresentationMode(), SetToolSpaceBorderPixel_Impl(), SfxWorkWindow::SfxWorkWindow(), and SfxFrameWindow_Impl::StateChanged().
|
static |
Definition at line 356 of file frame.cxx.
Referenced by SfxViewFrame::GetTargetList().
SfxFrameDescriptor * SfxFrame::GetDescriptor | ( | ) | const |
Definition at line 341 of file frame.cxx.
References DBG_ASSERT, GetCurrentDocument(), and m_pImpl.
Referenced by GetViewData_Impl(), and UpdateDescriptor().
|
static |
Definition at line 706 of file frame.cxx.
References gaFramesArr_Impl.
Referenced by CreateHidden(), CreateWorkWindow_Impl(), SfxBaseModel::FindOrCreateViewFrame_Impl(), SfxMacroLoader::GetObjectShell(), lcl_getWorkWindowFromXFrame(), SfxFrameItem::PutValue(), and RefreshToolbars().
const css::uno::Reference< css::frame::XFrame > & SfxFrame::GetFrameInterface | ( | ) | const |
Definition at line 515 of file frame.cxx.
References m_pImpl.
Referenced by SfxViewFrame::AddDispatchMacroToBasic_Impl(), SfxShell::BroadcastContextForActivation(), SfxViewFrame::ChildWindowExecute(), SfxViewFrame::ChildWindowState(), SfxApplication::ChooseScript(), SfxBaseController::ConnectSfxFrame_Impl(), sfx2::sidebar::SidebarController::create(), CreateHidden(), CreateWorkWindow_Impl(), SfxDispatchController_Impl::dispatch(), SfxDispatcher::DoDeactivate_Impl(), SfxFrameWindow_Impl::EventNotify(), SfxViewShell::ExecKey_Impl(), SfxViewShell::ExecMisc_Impl(), SfxViewFrame::ExecReload_Impl(), SfxEvents_Impl::Execute(), SfxBaseModel::FindOrCreateViewFrame_Impl(), SfxBindings::GetActiveFrame(), SfxObjectShell::GetDialogParent(), SfxFrameWindow_Impl::GetFocus(), SfxInPlaceClient_Impl::GetFrame(), SfxWorkWindow::GetFrameInterface(), SfxRequest::GetMacroRecorder(), SfxModule::GetModuleFieldUnit(), SfxMacroLoader::GetObjectShell(), SfxBaseController::getSidebar(), GetSlotDispatchWithFallback(), SfxStateCache::GetSlotServer(), SfxViewShell::GetState_Impl(), SfxDispatcher::HideUI(), IMPL_LINK_NOARG(), SfxWorkWindow::InitializeChild_Impl(), lcl_getWorkWindowFromXFrame(), SfxViewFrame::LoadDocumentIntoFrame(), SfxViewFrame::MakeActive_Impl(), SfxApplication::MiscExec_Impl(), SfxViewFrame::MiscExec_Impl(), SfxApplication::OpenDocExec_Impl(), SfxFrameItem::PutValue(), RefreshToolbars(), SfxBindings::SetActiveFrame(), SfxBindings::SetDispatcher(), SfxDispatcher::SetMenu_Impl(), SetMenuBarOn_Impl(), SetPresentationMode(), SfxLokHelper::setView(), SfxBaseModel::setVisualAreaSize(), SfxDockingWrapper::SfxDockingWrapper(), SfxPartDockWnd_Impl::SfxPartDockWnd_Impl(), sfx2::sidebar::Sidebar::ShowDeck(), sfx2::SfxNotebookBar::ShowMenubar(), SfxRedactionHelper::showRedactionToolbar(), NotebookbarTabControl::StateChanged(), sfx2::SfxNotebookBar::StateMethod(), StyleList::StyleList(), sfx2::SfxNotebookBar::ToggleMenubar(), and SfxViewShell::UIActivating().
Definition at line 711 of file frame.cxx.
References gaFramesArr_Impl.
Referenced by CreateHidden(), CreateWorkWindow_Impl(), SfxBaseModel::FindOrCreateViewFrame_Impl(), SfxMacroLoader::GetObjectShell(), lcl_getWorkWindowFromXFrame(), SfxFrameItem::PutValue(), and RefreshToolbars().
SystemWindow * SfxFrame::GetSystemWindow | ( | ) | const |
Definition at line 336 of file frame2.cxx.
References GetTopWindow_Impl().
Referenced by sfx2::SfxNotebookBar::CloseMethod(), and sfx2::SfxNotebookBar::StateMethod().
tools::Rectangle SfxFrame::GetTopOuterRectPixel_Impl | ( | ) | const |
Definition at line 582 of file frame.cxx.
References GetWindow().
Referenced by SfxWorkWindow::GetTopRect_Impl().
SystemWindow * SfxFrame::GetTopWindow_Impl | ( | ) | const |
Definition at line 341 of file frame2.cxx.
References m_pImpl.
Referenced by GetSystemWindow(), and SfxViewFrame::MiscState_Impl().
void SfxFrame::GetViewData_Impl | ( | ) |
Definition at line 272 of file frame.cxx.
References aData, SfxFrameDescriptor::GetArgs(), GetController(), GetCurrentViewFrame(), SfxViewFrame::GetCurViewId(), GetDescriptor(), SfxItemSet::GetItemState(), SfxShell::GetViewShell(), and SfxItemSet::Put().
Referenced by SfxViewFrame::ExecView_Impl().
|
inline |
Definition at line 85 of file frame.hxx.
Referenced by Appear(), SfxBaseController::ConnectSfxFrame_Impl(), SfxBaseModel::createViewController(), CreateWorkWindow_Impl(), SfxViewFrame::Enable(), GetTopOuterRectPixel_Impl(), SfxViewFrame::GetWindow(), GrabFocusOnComponent_Impl(), SfxViewFrame::IsInModalMode(), Resize(), SetToolSpaceBorderPixel_Impl(), SfxViewFrame::SfxViewFrame(), and SfxViewFrame::Show().
SfxWorkWindow * SfxFrame::GetWorkWindow_Impl | ( | ) | const |
Definition at line 588 of file frame.cxx.
References m_pImpl.
Referenced by SfxBaseController::ConnectSfxFrame_Impl(), SfxBaseModel::createViewController(), SfxFrameWindow_Impl::DataChanged(), SfxViewFrame::Exec_Impl(), SfxViewFrame::GetWorkWindow_Impl(), SfxApplication::GetWorkWindow_Impl(), SfxObjectShell::IsUIActive(), lcl_getWorkWindowFromXFrame(), SfxViewFrame::MiscExec_Impl(), SfxFrameWindow_Impl::PreNotify(), RefreshToolbars(), Resize(), and SetPresentationMode().
void SfxFrame::GrabFocusOnComponent_Impl | ( | ) |
Definition at line 636 of file frame.cxx.
References GetCurrentViewFrame(), SfxShell::GetViewShell(), GetWindow(), SfxViewShell::GetWindow(), vcl::Window::GrabFocus(), vcl::Window::HasChildPathFocus(), and m_pImpl.
Referenced by SfxViewFrame::MakeActive_Impl().
|
static |
Definition at line 366 of file frame.cxx.
References SfxApplication::Get_Impl(), SfxGetpApp(), and SfxAppData_Impl::vTopFrames.
Referenced by SfxFrame().
bool SfxFrame::IsAutoLoadLocked_Impl | ( | ) | const |
Definition at line 239 of file frame.cxx.
References GetCurrentDocument(), and SfxObjectShell::IsAutoLoadLocked().
Referenced by SfxViewFrame::ExecReload_Impl().
bool SfxFrame::IsClosing_Impl | ( | ) | const |
Definition at line 197 of file frame.cxx.
References m_pImpl.
Referenced by SfxWorkWindow::ArrangeChildren_Impl(), SfxFrameWindow_Impl::EventNotify(), SfxFrameWindow_Impl::GetFocus(), SfxObjectShell::PostActivateEvent_Impl(), Resize(), SfxInPlaceClient::SetObject(), SfxViewShell::UIDeactivated(), and SfxWorkWindow::UpdateObjectBars_Impl().
bool SfxFrame::IsInPlace | ( | ) | const |
Definition at line 657 of file frame.cxx.
References m_pImpl.
Referenced by SfxBaseController::ConnectSfxFrame_Impl(), CreateWorkWindow_Impl(), SfxFrameWindow_Impl::EventNotify(), GetSlotDispatchWithFallback(), SfxObjectShell::IsInPlaceActive(), SfxObjectShell::IsUIActive(), Resize(), SfxBaseModel::setVisualAreaSize(), and SfxFrameWindow_Impl::StateChanged().
bool SfxFrame::IsMarkedHidden_Impl | ( | ) | const |
Definition at line 401 of file frame2.cxx.
References m_pImpl.
Referenced by SfxBaseController::ConnectSfxFrame_Impl().
bool SfxFrame::IsMenuBarOn_Impl | ( | ) | const |
Definition at line 379 of file frame2.cxx.
References m_pImpl.
Referenced by SfxDispatcher::HideUI(), and SfxDispatcher::SetMenu_Impl().
void SfxFrame::LockResize_Impl | ( | bool | bLock | ) |
Definition at line 350 of file frame2.cxx.
References m_pImpl.
Referenced by SfxInPlaceClient::DeactivateObject(), and SfxInPlaceClient::DoVerb().
bool SfxFrame::OwnsBindings_Impl | ( | ) | const |
Definition at line 553 of file frame.cxx.
References m_pImpl.
Referenced by SfxBaseController::dispose(), and Resize().
bool SfxFrame::PrepareClose_Impl | ( | bool | bUI | ) |
Definition at line 155 of file frame.cxx.
References GetController(), GetCurrentDocument(), GetCurrentViewFrame(), GlobalEventConfig::GetEventName(), SfxViewFrame::GetFirst(), SfxViewFrame::GetNext(), SfxShell::GetViewShell(), m_pImpl, SfxApplication::NotifyEvent(), SfxObjectShell::PrepareClose(), SfxViewShell::PrepareClose(), PrepareCloseView, and SfxGetpApp().
Referenced by SfxObjectShell::PrepareClose().
void SfxFrame::PrepareForDoc_Impl | ( | const SfxObjectShell & | i_rDoc | ) |
Definition at line 384 of file frame2.cxx.
References SfxObjectShell::GetModel(), m_pImpl, and UpdateDescriptor().
Referenced by SfxBaseModel::FindOrCreateViewFrame_Impl().
void SfxFrame::ReleasingComponent_Impl | ( | ) |
Definition at line 652 of file frame.cxx.
References m_pImpl.
Referenced by SfxViewFrame::ReleaseObjectShell_Impl().
|
static |
Definition at line 372 of file frame.cxx.
References SfxApplication::Get_Impl(), SfxGetpApp(), and SfxAppData_Impl::vTopFrames.
Referenced by ~SfxFrame().
void SfxFrame::Resize | ( | ) |
Definition at line 662 of file frame.cxx.
References SfxWorkWindow::ArrangeChildren_Impl(), GetCurrentViewFrame(), SfxViewFrame::GetFirst(), SfxViewFrame::GetFrame(), SfxInPlaceClient::GetObject(), SfxObjectShell::GetShellFromComponent(), SfxViewShell::GetUIActiveIPClient_Impl(), SfxShell::GetViewShell(), GetWindow(), GetWorkWindow_Impl(), IsClosing_Impl(), IsInPlace(), m_pImpl, OwnsBindings_Impl(), SetToolSpaceBorderPixel_Impl(), and SfxWorkWindow::ShowChildren_Impl().
Referenced by SfxInPlaceClient::DeactivateObject(), SfxFrameWindow_Impl::DoResize(), and SfxInPlaceClient::DoVerb().
void SfxFrame::SetCurrentViewFrame_Impl | ( | SfxViewFrame * | pFrame | ) |
Definition at line 257 of file frame.cxx.
References m_pImpl.
Referenced by SfxViewFrame::SfxViewFrame(), and SfxViewFrame::~SfxViewFrame().
void SfxFrame::SetFrameInterface_Impl | ( | const css::uno::Reference< css::frame::XFrame > & | rFrame | ) |
Definition at line 520 of file frame.cxx.
References SfxViewFrame::GetBindings(), GetCurrentViewFrame(), m_pImpl, and SfxBindings::SetRecorder_Impl().
Referenced by Create(), and SfxBaseController::dispose().
void SfxFrame::SetHasTitle | ( | bool | n | ) |
Definition at line 267 of file frame.cxx.
Referenced by SfxViewFrame::SfxViewFrame().
void SfxFrame::SetIsClosing_Impl | ( | ) |
Definition at line 202 of file frame.cxx.
References m_pImpl.
Referenced by SfxBaseController::dispose().
void SfxFrame::SetMenuBarOn_Impl | ( | bool | bOn | ) |
Definition at line 355 of file frame2.cxx.
References Any, GetFrameInterface(), and m_pImpl.
Referenced by SfxBaseModel::createViewController(), and SetPresentationMode().
void SfxFrame::SetOwnsBindings_Impl | ( | bool | bSet | ) |
Definition at line 548 of file frame.cxx.
References m_pImpl.
Referenced by SfxViewFrame::SfxViewFrame().
void SfxFrame::SetPresentationMode | ( | bool | bSet | ) |
Definition at line 312 of file frame2.cxx.
References Any, GetCurrentViewFrame(), SfxViewFrame::GetDispatcher(), GetFrameInterface(), SfxViewFrame::GetWindow(), GetWorkWindow_Impl(), vcl::Window::SetBorderStyle(), SfxWorkWindow::SetDockingAllowed(), SetMenuBarOn_Impl(), and SfxDispatcher::Update_Impl().
void SfxFrame::SetToolSpaceBorderPixel_Impl | ( | const SvBorder & | rBorder | ) |
Definition at line 558 of file frame.cxx.
References Size::AdjustHeight(), Size::AdjustWidth(), SvBorder::Bottom(), GetCurrentViewFrame(), GetWindow(), SfxViewFrame::GetWindow(), Size::Height(), SvBorder::Left(), m_pImpl, SvBorder::Right(), Size::setHeight(), vcl::Window::SetPosSizePixel(), Size::setWidth(), SvBorder::Top(), and Size::Width().
Referenced by SfxWorkWindow::ArrangeChildren_Impl(), and Resize().
void SfxFrame::UpdateDescriptor | ( | SfxObjectShell const * | pDoc | ) |
Definition at line 293 of file frame.cxx.
References SfxItemSet::ClearItem(), SfxFrameDescriptor::GetArgs(), GetDescriptor(), SfxMedium::GetFilter(), SfxItemSet::GetItem(), SfxMedium::GetItemSet(), SfxObjectShell::GetMedium(), and SfxFrameDescriptor::SetActualURL().
Referenced by PrepareForDoc_Impl().
|
friend |
|
private |
Definition at line 72 of file frame.hxx.
Referenced by Appear(), CancelTransfers(), Construct_Impl(), CreateWorkWindow_Impl(), DocIsModified_Impl(), DoClose(), DoClose_Impl(), SfxFrameWindow_Impl::DoResize(), GetController(), GetCurrentDocument(), GetCurrentViewFrame(), GetDescriptor(), GetFrameInterface(), GetHasTitle(), GetTopWindow_Impl(), GetWorkWindow_Impl(), GrabFocusOnComponent_Impl(), IsClosing_Impl(), IsInPlace(), IsMarkedHidden_Impl(), IsMenuBarOn_Impl(), LockResize_Impl(), OwnsBindings_Impl(), PrepareClose_Impl(), PrepareForDoc_Impl(), ReleasingComponent_Impl(), Resize(), SetCurrentViewFrame_Impl(), SetFrameInterface_Impl(), SetHasTitle(), SetIsClosing_Impl(), SetMenuBarOn_Impl(), SetOwnsBindings_Impl(), SetToolSpaceBorderPixel_Impl(), SfxFrame(), SfxFrameWindow_Impl::StateChanged(), and ~SfxFrame().
|
private |
Definition at line 73 of file frame.hxx.
Referenced by SfxFrame(), and ~SfxFrame().