LibreOffice Module sfx2 (master) 1
|
#include <app.hxx>
Public Member Functions | |
virtual | ~SfxApplication () override |
bool | InitializeDde () |
const DdeService * | GetDdeService () const |
DdeService * | GetDdeService () |
void | RemoveDdeTopic (SfxObjectShell const *) |
ErrCode | LoadTemplate (SfxObjectShellLock &xDoc, const OUString &rFileName, std::unique_ptr< SfxItemSet > pArgs) |
weld::Window * | GetTopWindow () const |
SfxFilterMatcher & | GetFilterMatcher () |
SfxProgress * | GetProgress () const |
Returns the running SfxProgress for the entire application or 0 if none is running for the entire application. More... | |
sal_uInt16 | GetFreeIndex () |
void | ReleaseIndex (sal_uInt16 i) |
css::script::XLibraryContainer * | GetDialogContainer () |
css::script::XLibraryContainer * | GetBasicContainer () |
void | SaveBasicAndDialogContainer () const |
virtual void | Invalidate (sal_uInt16 nId=0) override |
With this method can the slots of the subclasses be invalidated through the slot Id or alternatively through the Which ID. More... | |
void | NotifyEvent (const SfxEventHint &rEvent, bool bSynchron=true) |
bool | IsDowning () const |
void | ResetLastDir () |
SAL_DLLPRIVATE SfxDispatcher * | GetAppDispatcher_Impl () |
SAL_DLLPRIVATE SfxDispatcher * | GetDispatcher_Impl () |
SAL_DLLPRIVATE void | Initialize_Impl () |
SAL_DLLPRIVATE SfxAppData_Impl * | Get_Impl () const |
SAL_DLLPRIVATE void | RegisterChildWindow_Impl (SfxModule *, const SfxChildWinFactory &) |
SAL_DLLPRIVATE void | RegisterStatusBarControl_Impl (SfxModule *, const SfxStbCtrlFactory &) |
SAL_DLLPRIVATE void | RegisterToolBoxControl_Impl (SfxModule *, const SfxTbxCtrlFactory &) |
SAL_DLLPRIVATE SfxTbxCtrlFactory * | GetTbxCtrlFactory (const std::type_info &rSlotType, sal_uInt16 nSlotID) const |
SAL_DLLPRIVATE SfxStbCtrlFactory * | GetStbCtrlFactory (const std::type_info &rSlotType, sal_uInt16 nSlotID) const |
SAL_DLLPRIVATE SfxChildWinFactory * | GetChildWinFactoryById (sal_uInt16 nId) const |
SAL_DLLPRIVATE std::vector< SfxViewFrame * > & | GetViewFrames_Impl () const |
SAL_DLLPRIVATE std::vector< SfxViewShell * > & | GetViewShells_Impl () const |
SAL_DLLPRIVATE std::unordered_map< OUString, css::uno::Reference< css::ui::XAcceleratorConfiguration > > & | GetAcceleratorConfs_Impl () const |
SAL_DLLPRIVATE std::vector< SfxObjectShell * > & | GetObjectShells_Impl () const |
SAL_DLLPRIVATE void | SetViewFrame_Impl (SfxViewFrame *pViewFrame) |
SAL_DLLPRIVATE void | NewDocDirectExec_Impl (SfxRequest &) |
SAL_DLLPRIVATE void | NewDocExec_Impl (SfxRequest &) |
SAL_DLLPRIVATE void | OpenDocExec_Impl (SfxRequest &) |
SAL_DLLPRIVATE void | OpenRemoteExec_Impl (SfxRequest &) |
SAL_DLLPRIVATE void | SignPDFExec_Impl (SfxRequest &) |
SAL_DLLPRIVATE void | MiscExec_Impl (SfxRequest &) |
SAL_DLLPRIVATE void | MiscState_Impl (SfxItemSet &) |
SAL_DLLPRIVATE void | OfaExec_Impl (SfxRequest &) |
SAL_DLLPRIVATE void | SetProgress_Impl (SfxProgress *) |
SAL_DLLPRIVATE const OUString & | GetLastDir_Impl () const |
SAL_DLLPRIVATE void | SetLastDir_Impl (const OUString &) |
SAL_DLLPRIVATE SfxWorkWindow * | GetWorkWindow_Impl (const SfxViewFrame *pFrame) const |
SAL_DLLPRIVATE SfxSlotPool & | GetAppSlotPool_Impl () const |
sfx2::sidebar::Theme & | GetSidebarTheme () |
this Theme contains Images so must be deleted before DeInitVCL More... | |
Public Member Functions inherited from SfxShell | |
virtual | ~SfxShell () override |
The connection to a possible corresponding SbxObject is dissolved. More... | |
virtual SfxInterface * | GetInterface () const |
With this virtual method, which is automatically overridden by each subclass with its own slots through the macro <SFX_DECL_INTERFACE>, one can access each of the <SfxInterface> instance belonging to the subclass. More... | |
void | SetName (const OUString &rName) |
Sets the name of the Shell object. More... | |
const OUString & | GetName () const |
Returns the name of the Shell object. More... | |
SfxViewShell * | GetViewShell () const |
Returns the SfxViewShell in which they are located in the subshells. More... | |
const SfxPoolItem * | GetSlotState (sal_uInt16 nSlotId, const SfxInterface *pIF=nullptr, SfxItemSet *pStateSet=nullptr) |
This method returns the status of the slot with the specified slot ID on the specified interface. More... | |
const SfxPoolItem * | ExecuteSlot (SfxRequest &rReq, const SfxInterface *pIF=nullptr) |
This method allows you to forward a <SfxRequest> to the specified base <SfxShell>. More... | |
void | ExecuteSlot (SfxRequest &rReq, bool bAsync) |
Asynchronous ExecuteSlot for the RELOAD. More... | |
SfxItemPool & | GetPool () const |
Each Subclass of SfxShell must reference a pool. More... | |
void | SetPool (SfxItemPool *pNewPool) |
With this method, the subclasses register their special <SfxItemPool> in the SfxShell. More... | |
virtual SfxUndoManager * | GetUndoManager () |
Each Subclass of SfxShell can have a <SfxUndoManager>. More... | |
void | SetUndoManager (SfxUndoManager *pNewUndoMgr) |
Sets a <SfxUndoManager> for this <SfxShell> Instance. More... | |
SfxRepeatTarget * | GetRepeatTarget () const |
Returns a pointer to the <SfxRepeatTarget> instance that is used in SID_REPEAT as repeat target when it is addressed from the <SfxUndoManager> supplied by this SfxShell. More... | |
void | SetRepeatTarget (SfxRepeatTarget *pTarget) |
Sets the <SfxRepeatTarget> instance that is used in SID_REPEAT as RepeatTarget, when the current supplied by this <SfxUndoManager> is addressed. More... | |
virtual void | Invalidate (sal_uInt16 nId=0) |
With this method can the slots of the subclasses be invalidated through the slot Id or alternatively through the Which ID. More... | |
virtual bool | IsDesignMode () const |
bool | IsActive () const |
virtual void | Activate (bool bMDI) |
Virtual method that is called when enabling the SfxShell instance, in order to give the Subclasses the opportunity to respond to the to the enabling. More... | |
virtual void | Deactivate (bool bMDI) |
Virtual method that is called when disabling the SfxShell instance, to give the Subclasses the opportunity to respond to the disabling. More... | |
SfxDispatcher * | GetDispatcher () const |
This method returns a pointer to the <SfxDispatcher>, when the SfxShell is currently <UI-active> or a NULL-pointer if it is not UI-active. More... | |
SfxViewFrame * | GetFrame () const |
This method returns a pointer to the <SfxViewFrame> to which this SfxShell instance is associated or in which they currently is <UI-active>. More... | |
virtual bool | HasUIFeature (SfxShellFeature nFeature) const |
void | UIFeatureChanged () |
const SfxPoolItem * | GetItem (sal_uInt16 nSlotId) const |
With this method any objects of <SfxPoolItemu> subclasses can be accessed. More... | |
template<class T > | |
const T * | GetItem (TypedWhichId< T > nWhich) const |
void | PutItem (const SfxPoolItem &rItem) |
With this method, any objects of subclasses of <SfxPoolItem> can be made available. More... | |
void | SetVerbs (const css::uno::Sequence< css::embed::VerbDescriptor > &aVerbs) |
const css::uno::Sequence< css::embed::VerbDescriptor > & | GetVerbs () const |
void | VerbExec (SfxRequest &) |
SAL_DLLPRIVATE const SfxSlot * | GetVerbSlot_Impl (sal_uInt16 nId) const |
virtual SfxObjectShell * | GetObjectShell () |
void | SetDisableFlags (SfxDisableFlags nFlags) |
SfxDisableFlags | GetDisableFlags () const |
virtual std::optional< SfxItemSet > | CreateItemSet (sal_uInt16 nId) |
virtual void | ApplyItemSet (sal_uInt16 nId, const SfxItemSet &rSet) |
void | SetContextName (const OUString &rsContextName) |
Set the name of the sidebar context that is broadcast on calls to Activation(). More... | |
void | BroadcastContextForActivation (const bool bIsActivated) |
Broadcast a sidebar context change. More... | |
bool | SetContextBroadcasterEnabled (const bool bIsEnabled) |
Enabled or disable the context broadcaster. More... | |
SAL_DLLPRIVATE bool | CanExecuteSlot_Impl (const SfxSlot &rSlot) |
This method determines by calling the status function whether 'rSlot' can be executed currently. More... | |
virtual bool | IsConditionalFastCall (const SfxRequest &rReq) |
This method determines whether we need to execute without checking the disabled state of the slot. More... | |
SAL_DLLPRIVATE void | DoActivate_Impl (SfxViewFrame *pFrame, bool bMDI) |
This method controls the activation of SfxShell instance. More... | |
SAL_DLLPRIVATE void | DoDeactivate_Impl (SfxViewFrame const *pFrame, bool bMDI) |
This method controls the deactivation of the SfxShell instance. More... | |
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 |
Static Public Member Functions | |
static SfxApplication * | GetOrCreate () |
static SfxApplication * | Get () |
static bool | IsXScriptURL (const OUString &rScriptURL) |
static OUString | ChooseScript (weld::Window *pParent) |
static void | MacroOrganizer (weld::Window *pParent, const css::uno::Reference< css::frame::XFrame > &xDocFrame, sal_Int16 nTabId) |
static ErrCode | CallBasic (const OUString &, BasicManager *, SbxArray *pArgs, SbxValue *pRet) |
static ErrCode | CallAppBasic (const OUString &i_macroName) |
static BasicManager * | GetBasicManager () |
static StarBASIC * | GetBasic () |
static void | GetOptions (SfxItemSet &) |
static void | SetOptions (const SfxItemSet &) |
static SAL_DLLPRIVATE void | NewDocDirectState_Impl (SfxItemSet &) |
static SAL_DLLPRIVATE void | PropExec_Impl (SfxRequest const &) |
static SAL_DLLPRIVATE void | PropState_Impl (SfxItemSet &) |
static SAL_DLLPRIVATE void | OfaState_Impl (SfxItemSet &) |
static SAL_DLLPRIVATE void | Registrations_Impl () |
static SAL_DLLPRIVATE SfxModule * | GetModule_Impl () |
static void | SetModule (SfxToolsModule nSharedLib, std::unique_ptr< SfxModule > pModule) |
static SfxModule * | GetModule (SfxToolsModule nSharedLib) |
static bool | loadBrandSvg (const char *pName, BitmapEx &rBitmap, int nWidth) |
static BitmapEx | GetApplicationLogo (tools::Long nWidth) |
loads the application logo as used in the impress slideshow pause screen More... | |
static bool | IsHeadlessOrUITest () |
if true then dialog/infobar notifications like the tip of the day or version change infobar should be suppressed More... | |
static bool | IsTipOfTheDayDue () |
Static Public Member Functions inherited from SfxShell | |
static SfxInterface * | GetStaticInterface () |
static void | EmptyExecStub (SfxShell *pShell, SfxRequest &) |
static void | EmptyStateStub (SfxShell *pShell, SfxItemSet &) |
static void | VerbState (SfxItemSet &) |
Private Member Functions | |
DECL_DLLPRIVATE_STATIC_LINK (SfxApplication, GlobalBasicErrorHdl_Impl, StarBASIC *, bool) | |
void | Deinitialize () |
SfxApplication () | |
Static Private Member Functions | |
static void | InitInterface_Impl () |
SfxInterface initializer. More... | |
Private Attributes | |
std::unique_ptr< SfxAppData_Impl > | pImpl |
Additional Inherited Members | |
Protected Member Functions inherited from SfxShell | |
SfxShell () | |
The constructor of the SfxShell class initializes only simple types, the corresponding SbxObject is only created on-demand. More... | |
SfxShell (SfxViewShell *pViewSh) | |
The constructor of the SfxShell class initializes only simple types, the corresponding SbxObject is only created on-demand. More... | |
void | SetViewShell_Impl (SfxViewShell *pView) |
SAL_DLLPRIVATE void | Invalidate_Impl (SfxBindings &rBindings, sal_uInt16 nId) |
Protected Member Functions inherited from SfxBroadcaster | |
void | Forward (SfxBroadcaster &rBC, const SfxHint &rHint) |
Static Protected Member Functions inherited from SfxShell | |
static void | HandleOpenXmlFilterSettings (SfxRequest &) |
|
private |
Definition at line 130 of file app.cxx.
References aStr, GetDdeService(), GetError(), InitializeDde(), LINK, SAL_INFO, SAL_WARN, StarBASIC::SetGlobalErrorHdl(), and SfxShell::SetName().
Referenced by GetOrCreate().
|
overridevirtual |
Definition at line 164 of file app.cxx.
References SfxBroadcaster::Broadcast(), Deinitialize(), g_pSfxApplication, GetObjectShells_Impl(), module, pImpl, SAL_WARN_IF, Application::SetHelp(), and size.
|
inlinestatic |
Definition at line 148 of file app.hxx.
References GetBasicManager().
|
static |
Definition at line 530 of file app.cxx.
References ERRCODE_BASIC_CANNOT_LOAD, and BasicManager::ExecuteMacro().
Referenced by SfxObjectShell::CallBasic().
|
static |
Definition at line 478 of file app.cxx.
References SfxAbstractDialogFactory::Create(), SfxAbstractDialogFactory::CreateScriptSelectorDialog(), SfxViewFrame::Current(), SfxViewFrame::GetFrame(), SfxFrame::GetFrameInterface(), RET_OK, SAL_INFO, and xFrame.
|
private |
References Get().
|
private |
Definition at line 39 of file appquit.cxx.
References DBG_ASSERT, SfxViewFrame::GetFirst(), SfxObjectShell::GetFirst(), pImpl, POP_UNTIL, NoChaos::ReleaseItemPool(), SaveBasicAndDialogContainer(), and StarBASIC::Stop().
Referenced by ~SfxApplication().
|
static |
Definition at line 70 of file app.cxx.
References g_pSfxApplication.
Referenced by SfxObjectShell::CloseInternal(), SfxLokHelper::createView(), SfxViewFrame::Current(), SfxLokHelper::destroyView(), SfxDispatchController_Impl::dispatch(), SfxViewShell::ExecKey_Impl(), SfxProgress::GetActiveProgress(), SfxBaseModel::getArgs2(), SfxViewFrame::GetFirst(), SfxViewFrame::GetNext(), SfxLokHelper::getViewIds(), SfxLokHelper::getViewOfId(), SfxLokHelper::getViewsCount(), SfxLokHelper::setView(), SfxDispatchController_Impl::SfxDispatchController_Impl(), SfxGetpApp(), and SfxViewFrame::~SfxViewFrame().
|
inline |
Definition at line 169 of file app.hxx.
Referenced by SfxViewFrame::Current(), SfxProgress::EnterLock(), SfxSlotPool::GetSlotPool(), SfxFrame::InsertTopFrame_Impl(), SfxProgress::LeaveLock(), SfxFrame::RemoveTopFrame_Impl(), and SfxObjectShell::SetModalMode_Impl().
std::unordered_map< OUString, css::uno::Reference< css::ui::XAcceleratorConfiguration > > & SfxApplication::GetAcceleratorConfs_Impl | ( | ) | const |
Definition at line 370 of file app.cxx.
References pImpl.
Referenced by SfxViewShell::ExecKey_Impl(), and SfxLokHelper::getAcceleratorConfs().
SfxDispatcher * SfxApplication::GetAppDispatcher_Impl | ( | ) |
Definition at line 103 of file appmisc.cxx.
References pImpl.
|
static |
loads the application logo as used in the impress slideshow pause screen
Definition at line 204 of file appmisc.cxx.
References loadBrandSvg().
Referenced by sfx2::RecentDocsView::Paint().
SfxSlotPool & SfxApplication::GetAppSlotPool_Impl | ( | ) | const |
Definition at line 104 of file appmisc.cxx.
References pImpl.
Referenced by SfxModule::Construct_Impl(), and SfxInterface::Register().
|
static |
Definition at line 100 of file appbas.cxx.
References GetBasicManager(), BasicManager::GetLib(), and utl::ConfigManager::IsFuzzing().
XLibraryContainer * SfxApplication::GetBasicContainer | ( | ) |
Definition at line 87 of file appbas.cxx.
References GetBasicManager(), utl::ConfigManager::IsFuzzing(), pImpl, and SfxBasicManagerHolder::SCRIPTS.
Referenced by SfxViewFrame::AddDispatchMacroToBasic_Impl(), com_sun_star_comp_sfx2_ApplicationScriptLibraryContainer_get_implementation(), and SfxObjectShell::GetBasicContainer().
|
static |
Definition at line 62 of file appbas.cxx.
References utl::ConfigManager::IsFuzzing().
Referenced by SfxViewFrame::AddDispatchMacroToBasic_Impl(), CallAppBasic(), SfxObjectShell::CallBasic(), com_sun_star_comp_sfx2_ApplicationDialogLibraryContainer_get_implementation(), com_sun_star_comp_sfx2_ApplicationScriptLibraryContainer_get_implementation(), GetBasic(), GetBasicContainer(), SfxObjectShell::GetBasicManager(), GetDialogContainer(), SfxMacroLoader::loadMacro(), and SfxObjectShell::SetCurrentComponent().
SfxChildWinFactory * SfxApplication::GetChildWinFactoryById | ( | sal_uInt16 | nId | ) | const |
Definition at line 48 of file appchild.cxx.
Referenced by SfxChildWindow::CreateChildWindow(), and SfxWorkWindow::InitializeChild_Impl().
DdeService * SfxApplication::GetDdeService | ( | ) |
Definition at line 502 of file appdde.cxx.
References pImpl.
const DdeService * SfxApplication::GetDdeService | ( | ) | const |
Definition at line 497 of file appdde.cxx.
References pImpl.
Referenced by SfxApplication(), and SfxObjectShell::~SfxObjectShell().
XLibraryContainer * SfxApplication::GetDialogContainer | ( | ) |
Definition at line 73 of file appbas.cxx.
References SfxBasicManagerHolder::DIALOGS, GetBasicManager(), utl::ConfigManager::IsFuzzing(), and pImpl.
Referenced by com_sun_star_comp_sfx2_ApplicationDialogLibraryContainer_get_implementation(), and SfxObjectShell::GetDialogContainer().
SfxDispatcher * SfxApplication::GetDispatcher_Impl | ( | ) |
Definition at line 228 of file app.cxx.
References pImpl.
Referenced by SfxCommonTemplateDialog_Impl::ActionSelect(), SfxCommonTemplateDialog_Impl::Execute_Impl(), SfxManageStyleSheetPage::Execute_Impl(), SfxDispatcher::ExecutePopup(), LoadTemplate(), NewDocExec_Impl(), OpenDocExec_Impl(), OpenRemoteExec_Impl(), and SignPDFExec_Impl().
SfxFilterMatcher & SfxApplication::GetFilterMatcher | ( | ) |
Definition at line 27 of file appmain.cxx.
References LINK, pImpl, and URIHelper::SetMaybeFileHdl().
Referenced by sfx2::FileDialogHelper_Impl::addFilters(), IMPL_LINK(), lcl_getServiceName(), SfxBaseModel::load(), LoadTemplate(), OpenDocExec_Impl(), SfxSaveAsTemplateDialog::SaveTemplate(), SfxObjectShell::SaveTo_Impl(), and SfxBaseModel::storeToStorage().
sal_uInt16 SfxApplication::GetFreeIndex | ( | ) |
Definition at line 312 of file app.cxx.
References pImpl.
Referenced by SfxObjectShell::SetNamedVisibility_Impl().
const OUString & SfxApplication::GetLastDir_Impl | ( | ) | const |
Definition at line 185 of file app.cxx.
References pImpl.
Referenced by sfx2::FileDialogHelper_Impl::getInitPath().
|
static |
Definition at line 82 of file app.cxx.
References g_pSfxApplication, and pImpl.
|
static |
Definition at line 88 of file appmisc.cxx.
References SfxModule::GetActiveModule(), and SfxViewFrame::GetFirst().
Referenced by SfxManageStyleSheetPage::SfxManageStyleSheetPage().
std::vector< SfxObjectShell * > & SfxApplication::GetObjectShells_Impl | ( | ) | const |
Definition at line 375 of file app.cxx.
References pImpl.
Referenced by SfxObjectShell::CloseInternal(), SfxObjectShell::GetFirst(), SfxObjectShell::GetNext(), SfxObjectShell_Impl::SfxObjectShell_Impl(), and ~SfxApplication().
|
static |
Definition at line 132 of file appcfg.cxx.
References SfxItemSet::DisableItem(), SfxWhichIter::FirstWhich(), ShutdownIcon::GetAutostart(), SvtSecurityOptions::GetSecureURLs(), comphelper::LibreOfficeKit::isActive(), ShutdownIcon::IsQuickstarterInstalled(), SvtSecurityOptions::IsReadOnly(), SfxWhichIter::NextWhich(), SfxItemSet::Put(), rSet, SAL_INFO, SAL_WARN_IF, and SvtSecurityOptions::SecureUrls.
|
static |
Definition at line 89 of file app.cxx.
References Help::DisableBalloonHelp(), Help::DisableQuickHelp(), Help::EnableBalloonHelp(), Help::EnableQuickHelp(), g_pSfxApplication, Initialize_Impl(), IsDockingWindowVisible(), utl::ConfigManager::IsFuzzing(), RefreshToolbars(), SAL_INFO, Application::SetHelp(), SfxApplication(), SfxDockingWindowFactory(), SfxStatusBarControllerFactory(), and SfxToolBoxControllerFactory().
Referenced by SfxModule::Construct_Impl(), and SfxLokHelper::getAcceleratorConfs().
SfxProgress * SfxApplication::GetProgress | ( | ) | const |
Returns the running SfxProgress for the entire application or 0 if none is running for the entire application.
[Cross-reference]
<SfxProgress::GetActiveProgress(SfxViewFrame*)> <SfxViewFrame::GetProgress()const>
Definition at line 83 of file appmisc.cxx.
References pImpl.
Referenced by SfxProgress::GetActiveProgress().
sfx2::sidebar::Theme & SfxApplication::GetSidebarTheme | ( | ) |
this Theme contains Images so must be deleted before DeInitVCL
Definition at line 544 of file app.cxx.
References pImpl.
Referenced by sfx2::sidebar::Theme::GetCurrentTheme().
SfxStbCtrlFactory * SfxApplication::GetStbCtrlFactory | ( | const std::type_info & | rSlotType, |
sal_uInt16 | nSlotID | ||
) | const |
Definition at line 351 of file app.cxx.
References pImpl.
Referenced by SfxStatusBarControl::CreateControl().
SfxTbxCtrlFactory * SfxApplication::GetTbxCtrlFactory | ( | const std::type_info & | rSlotType, |
sal_uInt16 | nSlotID | ||
) | const |
Definition at line 335 of file app.cxx.
References pImpl.
Referenced by SfxToolBoxControl::CreateControl().
weld::Window * SfxApplication::GetTopWindow | ( | ) | const |
Definition at line 324 of file app.cxx.
References SfxViewFrame::Current(), vcl::Window::GetFrameWeld(), SfxWorkWindow::GetWindow(), and GetWorkWindow_Impl().
Referenced by SfxViewShell::ExecMisc_Impl(), NewDocExec_Impl(), and OpenDocExec_Impl().
std::vector< SfxViewFrame * > & SfxApplication::GetViewFrames_Impl | ( | ) | const |
Definition at line 360 of file app.cxx.
References pImpl.
Referenced by SfxViewFrame::Construct_Impl(), SfxViewFrame::GetFirst(), SfxViewFrame::GetNext(), SfxViewShell::Notify(), and SfxViewFrame::~SfxViewFrame().
std::vector< SfxViewShell * > & SfxApplication::GetViewShells_Impl | ( | ) | const |
Definition at line 365 of file app.cxx.
References pImpl.
Referenced by SfxLokHelper::createView(), SfxLokHelper::destroyView(), SfxViewShell::GetFirst(), SfxViewShell::GetNext(), SfxLokHelper::getViewOfId(), SfxLokHelper::getViewTimezone(), SfxLokHelper::setAccessibilityState(), SfxLokHelper::setView(), SfxLokHelper::setViewLanguage(), SfxLokHelper::setViewLocale(), SfxLokHelper::setViewTimezone(), SfxViewShell::SfxViewShell(), and SfxViewShell::~SfxViewShell().
SfxWorkWindow * SfxApplication::GetWorkWindow_Impl | ( | const SfxViewFrame * | pFrame | ) | const |
Definition at line 56 of file appchild.cxx.
References SfxViewFrame::GetFrame(), SfxFrame::GetWorkWindow_Impl(), and pImpl.
Referenced by GetTopWindow(), and SfxProgress::SetState().
void SfxApplication::Initialize_Impl | ( | ) |
Definition at line 172 of file appinit.cxx.
References BasResLocale(), DBG_ASSERT, Help::EnableContextHelp(), Help::EnableExtHelp(), Error, NoChaos::GetItemPool(), utl::ConfigManager::IsFuzzing(), LINK, pImpl, Registrations_Impl(), RID_BASIC_START, RID_ERRHDL, RID_SO_ERROR_HANDLER, vcl::SetGetSpecialCharsFunction(), SfxShell::SetPool(), SfxGetSpecialCharsForEdit(), and SvtResLocale().
Referenced by GetOrCreate().
bool SfxApplication::InitializeDde | ( | ) |
Definition at line 406 of file appdde.cxx.
References DBG_ASSERT, Application::GetAppName(), INetURLObject::GetMainURL(), INetURLObject::insertName(), pImpl, INetURLObject::ToIUri, and u.
Referenced by SfxApplication().
|
staticprivate |
|
overridevirtual |
With this method can the slots of the subclasses be invalidated through the slot Id or alternatively through the Which ID.
Slot IDs, which are inherited by the subclass are also invalidated.
[Cross-reference]
<SfxBindings::Invalidate(sal_uInt16)> <SfxBindings::InvalidateAll(sal_Bool)>
Reimplemented from SfxShell.
Definition at line 380 of file app.cxx.
References SfxViewFrame::GetFirst(), SfxViewFrame::GetNext(), SfxShell::Invalidate_Impl(), and nId.
Referenced by MiscExec_Impl().
bool SfxApplication::IsDowning | ( | ) | const |
Definition at line 102 of file appmisc.cxx.
References pImpl.
Referenced by SfxDispatcher::DoDeactivate_Impl(), SfxDispatcher::FlushImpl(), SfxBindings::NextJob_Impl(), SfxDispatcher::Pop(), SfxObjectShell::PostActivateEvent_Impl(), and SfxDispatcher::~SfxDispatcher().
|
static |
if true then dialog/infobar notifications like the tip of the day or version change infobar should be suppressed
Definition at line 1404 of file viewfrm.cxx.
References Application::GetCommandLineParam(), Application::GetCommandLineParamCount(), i, Application::IsHeadlessModeEnabled(), and nCount.
Referenced by SfxViewFrame::Notify().
|
static |
Definition at line 1421 of file viewfrm.cxx.
Referenced by SfxViewFrame::Notify().
|
static |
Definition at line 129 of file appmisc.cxx.
References vcl::unotools::bitmapExFromXBitmap(), basegfx::utils::createTranslateB2DHomMatrix(), FileExists(), basegfx::Range2D< typename TYPE, typename TRAITS >::getHeight(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMinX(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMinY(), VectorGraphicData::getPrimitive2DSequence(), VectorGraphicData::getRange(), basegfx::Range2D< typename TYPE, typename TRAITS >::getWidth(), INetURLObject::PathToFileName(), pName, basegfx::B2DHomMatrix::scale(), TOOLS_WARN_EXCEPTION, and drawinglayer::primitive2d::Primitive2DContainer::toSequence().
Referenced by GetApplicationLogo(), and BrandImage::LoadImageForWidth().
ErrCode SfxApplication::LoadTemplate | ( | SfxObjectShellLock & | xDoc, |
const OUString & | rFileName, | ||
std::unique_ptr< SfxItemSet > | pArgs | ||
) |
pArgs | Takes ownership |
Definition at line 290 of file appopen.cxx.
References aName, SfxObjectShellLock::Clear(), SfxItemSet::Clone(), SfxObjectShell::CreateObject(), DBG_ASSERT, SfxObjectShell::DoClose(), SfxObjectShell::DoLoad(), SfxObjectShell::DoSaveCompleted(), ERRCODE_NONE, ERRCODE_SFX_DOLOADFAILED, ERRCODE_SFX_GENERAL, ERRCODE_SFX_NOTATEMPLATE, SfxDispatcher::ExecuteList(), GetDispatcher_Impl(), SfxMedium::GetError(), SfxMedium::GetErrorCode(), SfxObjectShell::GetErrorCode(), GetFilterMatcher(), SfxViewFrameItem::GetFrame(), SfxMedium::GetInStream(), SfxMedium::GetItemSet(), SfxObjectShell::GetMedium(), SfxObjectShell::GetModel(), SfxViewFrame::GetObjectShell(), SfxObjectItem::GetShell(), SfxObjectShell::GetStorage(), SfxMedium::GetStorage(), comphelper::OStorageHelper::GetTemporaryStorage(), SfxObjectShell::GetTitle(), SfxFilterMatcher::GuessFilter(), SfxObjectShell::InvalidateName(), SfxObjectShellLock::Is(), nLength, SfxObjectShell::ResetError(), SfxObjectShell::SetModified(), SfxObjectShell::SetNoName(), SetTemplate_Impl(), SFX_TITLE_DETECT, SYNCHRON, TransformItems(), SfxMedium::UseInteractionHandler(), and xModel.
Referenced by IMPL_LINK_NOARG().
|
static |
Definition at line 508 of file app.cxx.
References basicide_macro_organizer().
Referenced by OfaExec_Impl().
void SfxApplication::MiscExec_Impl | ( | SfxRequest & | rReq | ) |
Definition at line 320 of file appserv.cxx.
References Any, SfxRequest::AppendItem(), ASYNCHRON, BasicDLL::BasicBreak(), DevelopmentToolDockingWindow::changeToCurrentSelection(), utl::OConfigurationTreeRoot::commit(), comphelper::containerToSequence(), comphelper::ConfigurationChanges::create(), SfxAbstractDialogFactory::Create(), SfxAbstractDialogFactory::CreateAboutDialog(), SfxAbstractDialogFactory::CreateCustomizeTabDialog(), SfxAbstractDialogFactory::CreateTipOfTheDayDialog(), SfxAbstractDialogFactory::CreateToolbarmodeDialog(), SfxAbstractDialogFactory::CreateWidgetTestDialog(), SfxObjectShell::Current(), SfxViewFrame::Current(), SfxViewShell::Current(), Help::DisableBalloonHelp(), Help::DisableQuickHelp(), SfxRequest::Done(), Help::EnableBalloonHelp(), Help::EnableQuickHelp(), Exception, SfxDispatcher::ExecuteList(), svtools::executeRestartDialog(), sfx2::sidebar::SidebarController::FadeIn(), sfx2::sidebar::SidebarController::FadeOut(), SfxRequest::ForgetAllArgs(), utl::ConfigManager::getAboutBoxProductVersion(), vcl::EnumContext::GetApplicationEnum(), SfxRequest::GetArg(), SfxRequest::GetArgs(), LanguageTag::getBcp47(), comphelper::getBOOL(), SfxViewFrame::GetChildWindow(), SfxViewShell::GetColorConfigName(), SfxHelp::GetCurrentModuleIdentifier(), svtools::EditableColorConfig::GetCurrentSchemeName(), SfxViewFrame::GetDispatcher(), SfxShell::GetDispatcher(), Application::GetDispatchLevel(), SfxViewFrame::GetFirst(), SfxObjectShell::GetFirst(), SfxViewFrame::GetFrame(), SfxFrame::GetFrameInterface(), SfxRequest::GetFrameWeld(), Application::GetHelp(), LanguageTag::getLanguage(), SfxObjectShell::GetNext(), SfxViewFrame::GetNext(), utl::OConfigurationNode::getNodeNames(), utl::OConfigurationNode::getNodeValue(), SfxShell::GetPool(), comphelper::getProcessComponentContext(), utl::ConfigManager::getProductVersion(), SfxRequest::GetReturnValue(), sfx2::sidebar::SidebarController::GetSidebarControllerForFrame(), SfxRequest::GetSlot(), comphelper::getString(), utl::ConfigManager::getUILocale(), CntUnencodedStringItem::GetValue(), SfxBoolItem::GetValue(), SfxViewShell::GetViewFrame(), SfxChildWindow::GetWindow(), SfxViewFrame::GetWindow(), Invalidate(), comphelper::LibreOfficeKit::isActive(), SfxRequest::IsAPI(), Help::IsBalloonHelpEnabled(), Help::IsQuickHelpEnabled(), vcl::Window::IsReallyVisible(), utl::OConfigurationNode::isValid(), lcl_getAppName(), svtools::EditableColorConfig::LoadScheme(), module, n, vcl::EnumContext::NONE, nType, utl::OConfigurationNode::openNode(), sfx2::openUriExternally(), OPTIMAL, PAGEWIDTH, PERCENT, pImpl, sfx2::sidebar::SidebarController::RequestCloseDeck(), sfx2::sidebar::SidebarController::RequestOpenDeck(), svtools::RESTART_REASON_UI_CHANGE, SfxTemplateManagerDlg::run(), SAL_INFO, SAL_WARN, utl::OConfigurationNode::setNodeValue(), SetOptions(), SfxRequest::SetReturnValue(), SvxZoomItem::SetType(), CntUInt16Item::SetValue(), SfxViewFrame::ShowChildWindow(), showDocument(), SLOT, Help::Start(), Help::StartExtHelp(), StarBASIC::Stop(), SYNCHRON, SfxViewFrame::ToggleChildWindow(), sfx2::SfxNotebookBar::ToggleMenubar(), WHOLEPAGE, and xFrame.
void SfxApplication::MiscState_Impl | ( | SfxItemSet & | rSet | ) |
Definition at line 1152 of file appserv.cxx.
References ToolBox::AlwaysLocked(), Any, SfxObjectShell::Current(), SfxViewShell::Current(), SvtModuleOptions::DATABASE, DBG_ASSERT, SfxItemSet::DisableItem(), WhichRangesContainer::empty(), SfxShell::GetDispatcher(), SfxObjectShell::GetFirst(), SfxObjectShell::GetNext(), SfxItemSet::GetRanges(), Help::IsBalloonHelpEnabled(), Help::IsQuickHelpEnabled(), StarBASIC::IsRunning(), Application::IsSafeModeEnabled(), pImpl, SfxItemSet::Put(), SfxDispatcher::QueryState(), rSet, SfxResId(), and xFrame.
void SfxApplication::NewDocDirectExec_Impl | ( | SfxRequest & | rReq | ) |
Definition at line 407 of file appopen.cxx.
References SfxRequest::AppendItem(), SfxShell::ExecuteSlot(), SfxRequest::GetArg(), SvtModuleOptions::GetDefaultModuleName(), SfxShell::GetFrame(), SfxViewFrameItem::GetFrame(), SfxShell::GetPool(), SfxRequest::GetReturnValue(), CntUnencodedStringItem::GetValue(), SfxRequest::SetReturnValue(), SfxGetpApp(), and SYNCHRON.
|
static |
Definition at line 435 of file appopen.cxx.
References SfxItemSet::Put(), and rSet.
void SfxApplication::NewDocExec_Impl | ( | SfxRequest & | rReq | ) |
Definition at line 440 of file appopen.cxx.
References aName, SfxObjectShell::Current(), DBG_ASSERT, SfxRequest::Done(), eMode, ERRCODE_NONE, ERRCODE_SFX_TEMPLATENOTFOUND, ERRCTX_SFX_LOADTEMPLATE, ERRCTX_SFX_NEWDOC, SfxDispatcher::ExecuteList(), SfxRequest::GetArg(), GetDispatcher_Impl(), SfxRequest::GetFrameWeld(), SfxDocumentTemplates::GetFull(), INetURLObject::GetMainURL(), SfxObjectShell::GetModel(), INetURLObject::GetProtocol(), GetTopWindow(), CntUnencodedStringItem::GetValue(), ErrorHandler::HandleError(), ErrCode::IgnoreWarning(), INetURLObject::NONE, INetURLObject::PathToFileName(), weld::Window::present(), RET_OK, SfxTemplateManagerDlg::run(), SfxTemplateManagerDlg::setDocumentModel(), SfxRequest::SetReturnValue(), SYNCHRON, and xModel.
void SfxApplication::NotifyEvent | ( | const SfxEventHint & | rEvent, |
bool | bSynchron = true |
||
) |
Definition at line 338 of file appcfg.cxx.
References SfxObjectShell_Impl::bInitialized, SfxBroadcaster::Broadcast(), SfxObjectShell::Get_Impl(), SfxEventHint::GetEventName(), SfxEventHint::GetObjShell(), SfxObjectShell::IsPreview(), and SAL_INFO_IF.
Referenced by SfxBaseController::attachFrame(), SfxBaseController::dispose(), SfxViewFrame::ExecReload_Impl(), SfxObjectShell::GetStorage(), SfxBaseModel::impl_store(), SfxObjectShell::ModifyChanged(), SfxObjectShell::PostActivateEvent_Impl(), SfxObjectShell::PrepareClose(), SfxFrame::PrepareClose_Impl(), SfxObjectShell::SaveCompleted(), SfxObjectShell::SetInitialized_Impl(), SetViewFrame_Impl(), SfxObjectShell::SetVisArea(), and SfxBaseModel::storeSelf().
void SfxApplication::OfaExec_Impl | ( | SfxRequest & | rReq | ) |
!!SfxIniManager::CheckPLZ( aPLZ )
Definition at line 1449 of file appserv.cxx.
References aEvent, Any, SfxFrame::Appear(), args, aSeq, SfxObjectShell::CallXScript(), ChooseMacro(), SfxAbstractDialogFactory::Create(), SfxAbstractDialogFactory::CreateAutoCorrTabDialog(), SfxFrame::CreateBlankFrame(), SfxAbstractDialogFactory::CreateFrameDialog(), Application::CreateMessageDialog(), SfxObjectShell::CreateObject(), SfxAbstractDialogFactory::CreateScriptSelectorDialog(), SfxAbstractDialogFactory::CreateSvxScriptOrgDialog(), SfxObjectShell::Current(), SfxViewFrame::Current(), DBG_UNHANDLED_EXCEPTION, comphelper::dispatchCommand(), VclPtr< class reference_type >::disposeAndClear(), SfxObjectShell::DoInitNew(), SfxRequest::Done(), ENSURE_OR_THROW, ERRCODE_BASIC_WRONG_ARGS, Exception, SfxShell::ExecuteSlot(), SfxRequest::GetArg(), SfxRequest::GetArgs(), SfxViewFrame::GetBindings(), SfxViewFrame::GetFirst(), SfxViewFrame::GetFrame(), SfxRequest::GetFrameWeld(), SfxShell::GetInterface(), SfxItemSet::GetItemIfSet(), SfxItemSet::GetItemState(), SfxScriptOrganizerItem::getLanguage(), SfxObjectShell::GetModel(), SfxViewFrame::GetNext(), SfxViewFrame::GetObjectShell(), SfxShell::GetPool(), comphelper::NamedValueCollection::getPropertyValues(), SfxRequest::GetSlot(), SfxInterface::GetSlot(), SfxSlot::GetUnoName(), CntUnencodedStringItem::GetValue(), SfxBoolItem::GetValue(), SfxShell::GetViewShell(), if(), SfxBindings::InvalidateAll(), SvtModuleOptions::IsImpress(), MacroOrganizer(), comphelper::makePropertyValue(), comphelper::NamedValueCollection::put(), SfxItemSet::Put(), RET_OK, SAL_INFO, SAL_WARN, SfxRequest::SetArgs(), SfxObjectShell::SetConfigOptionsChecked(), SbxBase::SetError(), SfxObjectShell::SetModified(), SfxShell::SetName(), SfxRequest::SetReturnValue(), SfxResId(), SYNCHRON, TransformItems(), xController, and xFrame.
|
static |
Definition at line 1778 of file appserv.cxx.
References SfxItemSet::DisableItem(), comphelper::LibreOfficeKit::isActive(), SvtModuleOptions::IsWriter(), and rSet.
void SfxApplication::OpenDocExec_Impl | ( | SfxRequest & | rReq | ) |
Definition at line 576 of file appopen.cxx.
References aCommand, Any, SfxRequest::AppendItem(), aURL, createInstance(), Application::CreateMessageDialog(), SfxViewFrame::Current(), DBG_ASSERT, comphelper::SynchronousDispatch::dispatch(), eMode, ERRCODE_ABORT, ERRCODE_IO_ACCESSDENIED, ERRCODE_SFX_NOMOREDOCUMENTSALLOWED, ERRCTX_SFX_OPENDOC, SfxDispatcher::Execute(), sfx2::FileOpenDialog_Impl(), cppu::UnoType< typename T >::get(), SfxRequest::GetArg(), SfxRequest::GetArgs(), SfxFrame::GetCurrentDocument(), SfxFrame::GetCurrentViewFrame(), GetDispatcher_Impl(), SfxFilterMatcher::GetFilter4EA(), GetFilterMatcher(), SfxViewShell::GetFirst(), SfxFrameItem::GetFrame(), SfxUnoFrameItem::GetFrame(), SfxFrame::GetFrameInterface(), SfxRequest::GetFrameWeld(), SfxShell::GetInterface(), SfxViewShell::GetNext(), comphelper::getProcessComponentContext(), comphelper::getProcessServiceFactory(), INetURLObject::GetProtocol(), SfxRequest::GetReturnValue(), SfxRequest::GetSlot(), SfxInterface::GetSlot(), SfxStringListItem::GetStringList(), SvtPathOptions::GetTemplatePath(), GetTopWindow(), CntUnencodedStringItem::GetValue(), SfxBoolItem::GetValue(), SfxUnoAnyItem::GetValue(), SfxShell::GetViewShell(), ErrorHandler::HandleError(), SvtSecurityOptions::isSecureMacroUri(), SfxRequest::IsSynchronCall(), SfxViewShell::JumpToMark(), sfx2::PreventDuplicateInteraction::InteractionInfo::m_nCallCount, sfx2::PreventDuplicateInteraction::InteractionInfo::m_xRequest, WildCard::Matches(), MultiSelection, nIndex, SvtExtendedSecurityOptions::OPEN_NEVER, sfx2::openUriExternally(), comphelper::removeElementAt(), SfxRequest::RemoveItem(), SfxRequest::SetArgs(), SfxRequest::SetReturnValue(), SfxRequest::SetSlot(), SFX2_IMPL_DIALOG_CONFIG, SFX2_IMPL_DIALOG_OOO, SFX2_IMPL_DIALOG_REMOTE, SFX2_IMPL_DIALOG_SYSTEM, SfxGetpApp(), SfxResId(), SignPDF, sStandardDir, SYNCHRON, o3tl::toInt32(), TransformItems(), URL, xController, and xModel.
void SfxApplication::OpenRemoteExec_Impl | ( | SfxRequest & | rReq | ) |
Definition at line 1135 of file appopen.cxx.
References SfxRequest::AppendItem(), SfxDispatcher::Execute(), SfxRequest::GetArgs(), GetDispatcher_Impl(), and SYNCHRON.
|
static |
Definition at line 111 of file appbas.cxx.
References comphelper::ConfigurationChanges::create(), SfxRequest::GetArg(), and SfxRequest::GetSlot().
|
static |
Definition at line 134 of file appbas.cxx.
References SfxWhichIter::FirstWhich(), SfxWhichIter::NextWhich(), SfxItemSet::Put(), and rSet.
void SfxApplication::RegisterChildWindow_Impl | ( | SfxModule * | pMod, |
const SfxChildWinFactory & | rFact | ||
) |
Definition at line 29 of file appchild.cxx.
References SfxChildWinFactory::nId, pImpl, and SfxModule::RegisterChildWindow().
Referenced by SfxChildWindow::RegisterChildWindow().
void SfxApplication::RegisterStatusBarControl_Impl | ( | SfxModule * | pMod, |
const SfxStbCtrlFactory & | rFact | ||
) |
Definition at line 82 of file appreg.cxx.
References n, SfxStbCtrlFactory::nSlotId, SfxStbCtrlFactory::nTypeId, pImpl, SfxModule::RegisterStatusBarControl(), and SAL_INFO.
Referenced by SfxStatusBarControl::RegisterStatusBarControl().
void SfxApplication::RegisterToolBoxControl_Impl | ( | SfxModule * | pMod, |
const SfxTbxCtrlFactory & | rFact | ||
) |
Definition at line 58 of file appreg.cxx.
References n, SfxTbxCtrlFactory::nSlotId, SfxTbxCtrlFactory::nTypeId, pImpl, SfxModule::RegisterToolBoxControl(), and SAL_INFO.
Referenced by SfxToolBoxControl::RegisterToolBoxControl().
|
static |
Definition at line 37 of file appreg.cxx.
References NEVERHIDE, and SfxChildWindow::RegisterChildWindow().
Referenced by Initialize_Impl().
void SfxApplication::ReleaseIndex | ( | sal_uInt16 | i | ) |
Definition at line 318 of file app.cxx.
Referenced by SfxObjectShell::SetTitle(), and SfxObjectShell::~SfxObjectShell().
void SfxApplication::RemoveDdeTopic | ( | SfxObjectShell const * | pSh | ) |
Definition at line 475 of file appdde.cxx.
Referenced by SfxObjectShell::~SfxObjectShell().
void SfxApplication::SaveBasicAndDialogContainer | ( | ) | const |
void SfxApplication::SetLastDir_Impl | ( | const OUString & | rNewDir | ) |
Definition at line 203 of file app.cxx.
References pImpl.
Referenced by sfx2::FileDialogHelper_Impl::saveConfig().
|
static |
Definition at line 75 of file app.cxx.
References g_pSfxApplication, and pImpl.
|
static |
Definition at line 234 of file appcfg.cxx.
References comphelper::ConfigurationChanges::create(), SfxDispatcher::Flush(), SfxViewFrame::GetFirst(), SfxItemSet::GetItemIfSet(), SfxViewFrame::GetNext(), SfxDispatcher::GetShell(), rSet, ShutdownIcon::SetAutostart(), SfxUndoManager::SetMaxUndoActionCount(), and SvtSecurityOptions::SetSecureURLs().
Referenced by MiscExec_Impl().
void SfxApplication::SetProgress_Impl | ( | SfxProgress * | pProgress | ) |
Definition at line 293 of file app.cxx.
References DBG_ASSERT, and pImpl.
Referenced by SfxProgress::SfxProgress(), and SfxProgress::Stop().
void SfxApplication::SetViewFrame_Impl | ( | SfxViewFrame * | pViewFrame | ) |
Definition at line 234 of file app.cxx.
References ActivateDoc, DeactivateDoc, SfxViewFrame::DoActivate(), SfxViewFrame::DoDeactivate(), SfxDispatcher::Flush(), SfxFrame::GetController(), GlobalEventConfig::GetEventName(), SfxViewFrame::GetFrame(), SfxViewFrame::GetObjectShell(), SfxViewFrame::GetProgress(), SfxProgress::GetState(), SfxShell::GetViewShell(), SfxProgress::IsSuspended(), NotifyEvent(), pImpl, SfxObjectShell::PostActivateEvent_Impl(), SfxProgress::Resume(), SfxViewShell::SetCurrentDocument(), SfxProgress::SetState(), SfxProgress::Suspend(), and SfxDispatcher::Update_Impl().
Referenced by SfxViewFrame::SetViewFrame().
void SfxApplication::SignPDFExec_Impl | ( | SfxRequest & | rReq | ) |
Definition at line 1141 of file appopen.cxx.
References SfxRequest::AppendItem(), SfxDispatcher::Execute(), SfxRequest::GetArgs(), GetDispatcher_Impl(), and SYNCHRON.
|
private |
Definition at line 97 of file app.hxx.
Referenced by Deinitialize(), GetAcceleratorConfs_Impl(), GetAppDispatcher_Impl(), GetAppSlotPool_Impl(), GetBasicContainer(), GetChildWinFactoryById(), GetDdeService(), GetDialogContainer(), GetDispatcher_Impl(), GetFilterMatcher(), GetFreeIndex(), GetLastDir_Impl(), GetModule(), GetObjectShells_Impl(), GetProgress(), GetSidebarTheme(), GetStbCtrlFactory(), GetTbxCtrlFactory(), GetViewFrames_Impl(), GetViewShells_Impl(), GetWorkWindow_Impl(), Initialize_Impl(), InitializeDde(), IsDowning(), MiscExec_Impl(), MiscState_Impl(), RegisterChildWindow_Impl(), RegisterStatusBarControl_Impl(), RegisterToolBoxControl_Impl(), ReleaseIndex(), RemoveDdeTopic(), ResetLastDir(), SaveBasicAndDialogContainer(), SetLastDir_Impl(), SetModule(), SetProgress_Impl(), SetViewFrame_Impl(), and ~SfxApplication().