LibreOffice Module sw (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwDLL Class Reference

#include <swdllimpl.hxx>

Collaboration diagram for SwDLL:
[legend]

Public Member Functions

 SwDLL ()
 
 ~SwDLL () COVERITY_NOEXCEPT_FALSE
 
sw::FiltersgetFilters ()
 

Static Public Member Functions

static void RegisterFactories ()
 
static void RegisterInterfaces ()
 
static void RegisterControls ()
 

Private Member Functions

 SwDLL (SwDLL const &)=delete
 
SwDLLoperator= (SwDLL const &)=delete
 

Private Attributes

std::unique_ptr< sw::Filtersm_pFilters
 
SvxAutoCorrCfgm_pAutoCorrCfg
 

Detailed Description

Definition at line 26 of file swdllimpl.hxx.

Constructor & Destructor Documentation

◆ SwDLL() [1/2]

SwDLL::SwDLL ( )

◆ ~SwDLL()

SwDLL::~SwDLL ( )

◆ SwDLL() [2/2]

SwDLL::SwDLL ( SwDLL const &  )
privatedelete

Member Function Documentation

◆ getFilters()

sw::Filters & SwDLL::getFilters ( )

Definition at line 168 of file swdll.cxx.

References m_pFilters.

◆ operator=()

SwDLL & SwDLL::operator= ( SwDLL const &  )
privatedelete

◆ RegisterControls()

void SwDLL::RegisterControls ( )
static

◆ RegisterFactories()

void SwDLL::RegisterFactories ( )
static

Definition at line 210 of file swmodule.cxx.

References utl::ConfigManager::IsFuzzing(), SFX_INTERFACE_SFXDOCSH, and SFX_INTERFACE_SFXMODULE.

Referenced by SwDLL().

◆ RegisterInterfaces()

void SwDLL::RegisterInterfaces ( )
static

Definition at line 228 of file swmodule.cxx.

References SW_MOD.

Referenced by SwDLL().

Member Data Documentation

◆ m_pAutoCorrCfg

SvxAutoCorrCfg* SwDLL::m_pAutoCorrCfg
private

Definition at line 43 of file swdllimpl.hxx.

Referenced by SwDLL(), and ~SwDLL().

◆ m_pFilters

std::unique_ptr<sw::Filters> SwDLL::m_pFilters
private

Definition at line 42 of file swdllimpl.hxx.

Referenced by getFilters(), SwDLL(), and ~SwDLL().


The documentation for this class was generated from the following files: