LibreOffice Module sw (master) 1
|
#include <swdllimpl.hxx>
Public Member Functions | |
SwDLL () | |
~SwDLL () COVERITY_NOEXCEPT_FALSE | |
sw::Filters & | getFilters () |
Static Public Member Functions | |
static void | RegisterFactories () |
static void | RegisterInterfaces () |
static void | RegisterControls () |
Private Member Functions | |
SwDLL (SwDLL const &)=delete | |
SwDLL & | operator= (SwDLL const &)=delete |
Private Attributes | |
std::unique_ptr< sw::Filters > | m_pFilters |
SvxAutoCorrCfg * | m_pAutoCorrCfg |
Definition at line 26 of file swdllimpl.hxx.
SwDLL::SwDLL | ( | ) |
Definition at line 83 of file swdll.cxx.
References aSwObjectFactory, SvxAutoCorrCfg::Get(), SvxAutoCorrCfg::GetAutoCorrect(), SfxApplication::GetModule(), SwModule::InitAttrPool(), InitCore(), InitUI(), SdrObjFactory::InsertMakeObjectHdl(), utl::ConfigManager::IsFuzzing(), LINK, m_pAutoCorrCfg, m_pFilters, RegisterControls(), RegisterFactories(), RegisterInterfaces(), SAL_INFO, SvxAutoCorrCfg::SetAutoCorrect(), SfxObjectFactory::SetDocumentServiceName(), and SfxApplication::SetModule().
SwDLL::~SwDLL | ( | ) |
Definition at line 150 of file swdll.cxx.
References aSwObjectFactory, FinitCore(), FinitUI(), LINK, m_pAutoCorrCfg, m_pFilters, SdrObjFactory::RemoveMakeObjectHdl(), SvxAutoCorrCfg::SetAutoCorrect(), and SW_MOD.
|
privatedelete |
sw::Filters & SwDLL::getFilters | ( | ) |
Definition at line 168 of file swdll.cxx.
References m_pFilters.
|
static |
Definition at line 265 of file swmodule.cxx.
References FN_GLOSSARY_DLG, FN_PREVIEW_ZOOM, FN_STAT_ACCESSIBILITY_CHECK, FN_STAT_PAGE, FN_STAT_SELMODE, FN_STAT_TEMPLATE, FN_STAT_WORDCOUNT, comphelper::LibreOfficeKit::isActive(), SfxChildWindow::RegisterChildWindow(), SID_JUMP_TO_SPECIFIC_PAGE, SID_TRACK_CHANGES_BAR, and SW_MOD.
Referenced by SwDLL().
|
static |
Definition at line 210 of file swmodule.cxx.
References utl::ConfigManager::IsFuzzing(), SFX_INTERFACE_SFXDOCSH, and SFX_INTERFACE_SFXMODULE.
Referenced by SwDLL().
|
static |
|
private |
Definition at line 43 of file swdllimpl.hxx.
|
private |
Definition at line 42 of file swdllimpl.hxx.
Referenced by getFilters(), SwDLL(), and ~SwDLL().