LibreOffice Module sfx2 (master) 1
|
#include <appdata.hxx>
Public Member Functions | |
SfxAppData_Impl () | |
~SfxAppData_Impl () | |
SfxDocumentTemplates * | GetDocumentTemplates () |
void | DeInitDDE () |
void | OnApplicationBasicManagerCreated (BasicManager &_rManager) |
called when the Application's BasicManager has been created. More... | |
Definition at line 60 of file appdata.hxx.
SfxAppData_Impl::SfxAppData_Impl | ( | ) |
Definition at line 72 of file appdata.cxx.
References pBasic, and pBasMgrListener.
SfxAppData_Impl::~SfxAppData_Impl | ( | ) |
Definition at line 91 of file appdata.cxx.
References DeInitDDE(), pBasic, pBasicManager, and pBasMgrListener.
void SfxAppData_Impl::DeInitDDE | ( | ) |
Definition at line 435 of file appdde.cxx.
References maDocTopics, pDdeService, pDdeService2, and pTriggerTopic.
Referenced by ~SfxAppData_Impl().
SfxDocumentTemplates * SfxAppData_Impl::GetDocumentTemplates | ( | ) |
Definition at line 104 of file appdata.cxx.
References pTemplates.
void SfxAppData_Impl::OnApplicationBasicManagerCreated | ( | BasicManager & | _rManager | ) |
called when the Application's BasicManager has been created.
This can happen explicitly in SfxApplication::GetBasicManager, or implicitly if a document's BasicManager is created before the application's BasicManager exists.
Definition at line 113 of file appdata.cxx.
References SfxObjectShell::GetCurrentComponent(), pBasicManager, and BasicManager::SetGlobalUNOConstant().
Referenced by SfxBasicManagerCreationListener::onBasicManagerCreated().
IndexBitSet SfxAppData_Impl::aIndexBitSet |
Definition at line 63 of file appdata.hxx.
OUString SfxAppData_Impl::aLastDir |
Definition at line 64 of file appdata.hxx.
o3tl::enumarray<SfxToolsModule, std::unique_ptr<SfxModule> > SfxAppData_Impl::aModules |
Definition at line 124 of file appdata.hxx.
bool SfxAppData_Impl::bDowning |
Definition at line 115 of file appdata.hxx.
bool SfxAppData_Impl::bInQuit |
Definition at line 116 of file appdata.hxx.
::rtl::Reference<sfx2::sidebar::Theme> SfxAppData_Impl::m_pSidebarTheme |
Definition at line 113 of file appdata.hxx.
std::optional<SfxErrorHandler> SfxAppData_Impl::m_pSoErrorHdl |
Definition at line 79 of file appdata.hxx.
std::optional<SfxErrorHandler> SfxAppData_Impl::m_pToolsErrorHdl |
Definition at line 78 of file appdata.hxx.
std::unordered_map<OUString, css::uno::Reference<css::ui::XAcceleratorConfiguration> > SfxAppData_Impl::maAcceleratorConfs |
Definition at line 102 of file appdata.hxx.
std::vector<SfxDdeDocTopic_Impl*> SfxAppData_Impl::maDocTopics |
Definition at line 68 of file appdata.hxx.
Referenced by DeInitDDE().
std::vector<SfxChildWinFactory> SfxAppData_Impl::maFactories |
Definition at line 73 of file appdata.hxx.
std::vector<SfxObjectShell*> SfxAppData_Impl::maObjShells |
Definition at line 104 of file appdata.hxx.
std::vector<SfxStbCtrlFactory> SfxAppData_Impl::maStbCtrlFactories |
Definition at line 99 of file appdata.hxx.
std::vector<SfxTbxCtrlFactory> SfxAppData_Impl::maTbxCtrlFactories |
Definition at line 97 of file appdata.hxx.
std::vector<SfxViewFrame*> SfxAppData_Impl::maViewFrames |
Definition at line 100 of file appdata.hxx.
std::vector<SfxViewShell*> SfxAppData_Impl::maViewShells |
Definition at line 101 of file appdata.hxx.
rtl::Reference<SfxStatusDispatcher> SfxAppData_Impl::mxAppDispatch |
Definition at line 83 of file appdata.hxx.
std::optional<SfxPickList> SfxAppData_Impl::mxAppPickList |
Definition at line 84 of file appdata.hxx.
sal_uInt16 SfxAppData_Impl::nDocModalMode |
Definition at line 93 of file appdata.hxx.
Referenced by SfxObjectShell::SetModalMode_Impl().
sal_uInt16 SfxAppData_Impl::nRescheduleLocks |
Definition at line 94 of file appdata.hxx.
Referenced by SfxProgress::EnterLock(), and SfxProgress::LeaveLock().
std::optional<SfxDispatcher> SfxAppData_Impl::pAppDispat |
Definition at line 112 of file appdata.hxx.
std::unique_ptr<SfxBasicManagerHolder> SfxAppData_Impl::pBasicManager |
Definition at line 106 of file appdata.hxx.
Referenced by OnApplicationBasicManagerCreated(), and ~SfxAppData_Impl().
std::unique_ptr<SfxBasicManagerCreationListener> SfxAppData_Impl::pBasMgrListener |
Definition at line 108 of file appdata.hxx.
Referenced by SfxAppData_Impl(), and ~SfxAppData_Impl().
std::unique_ptr<DdeService> SfxAppData_Impl::pDdeService |
Definition at line 67 of file appdata.hxx.
Referenced by DeInitDDE().
std::unique_ptr<DdeService> SfxAppData_Impl::pDdeService2 |
Definition at line 70 of file appdata.hxx.
Referenced by DeInitDDE().
std::optional<SfxFilterMatcher> SfxAppData_Impl::pMatcher |
Definition at line 77 of file appdata.hxx.
SfxItemPool* SfxAppData_Impl::pPool |
Definition at line 88 of file appdata.hxx.
SfxProgress* SfxAppData_Impl::pProgress |
Definition at line 91 of file appdata.hxx.
std::optional<SfxSlotPool> SfxAppData_Impl::pSlotPool |
Definition at line 110 of file appdata.hxx.
Referenced by SfxSlotPool::GetSlotPool().
std::optional<SfxDocumentTemplates> SfxAppData_Impl::pTemplates |
Definition at line 85 of file appdata.hxx.
Referenced by GetDocumentTemplates().
std::unique_ptr<SfxDdeTriggerTopic_Impl> SfxAppData_Impl::pTriggerTopic |
Definition at line 69 of file appdata.hxx.
Referenced by DeInitDDE().
SfxViewFrame* SfxAppData_Impl::pViewFrame |
Definition at line 109 of file appdata.hxx.
Referenced by SfxViewFrame::Current().
std::vector<SfxFrame*> SfxAppData_Impl::vTopFrames |
Definition at line 74 of file appdata.hxx.
Referenced by SfxFrame::InsertTopFrame_Impl(), and SfxFrame::RemoveTopFrame_Impl().