LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwDBTreeList_Impl Class Reference
Inheritance diagram for SwDBTreeList_Impl:
[legend]
Collaboration diagram for SwDBTreeList_Impl:
[legend]

Public Member Functions

 SwDBTreeList_Impl ()
 
virtual ~SwDBTreeList_Impl () override
 
virtual void SAL_CALL elementInserted (const ContainerEvent &Event) override
 
virtual void SAL_CALL elementRemoved (const ContainerEvent &Event) override
 
virtual void SAL_CALL elementReplaced (const ContainerEvent &Event) override
 
virtual void SAL_CALL disposing (const EventObject &Source) override
 
bool HasContext ()
 
SwWrtShellGetWrtShell ()
 
void SetWrtShell (SwWrtShell &rSh)
 
const Reference< XDatabaseContext > & GetContext () const
 
Reference< XConnection > GetConnection (const OUString &rSourceName)
 

Private Attributes

Reference< XDatabaseContext > m_xDatabaseContext
 
SwWrtShellm_pWrtShell
 

Detailed Description

Definition at line 52 of file dbtree.cxx.

Constructor & Destructor Documentation

◆ SwDBTreeList_Impl()

SwDBTreeList_Impl::SwDBTreeList_Impl ( )
inlineexplicit

Definition at line 58 of file dbtree.cxx.

◆ ~SwDBTreeList_Impl()

SwDBTreeList_Impl::~SwDBTreeList_Impl ( )
overridevirtual

Definition at line 76 of file dbtree.cxx.

References m_refCount, and m_xDatabaseContext.

Member Function Documentation

◆ disposing()

void SwDBTreeList_Impl::disposing ( const EventObject &  Source)
overridevirtual

Definition at line 99 of file dbtree.cxx.

References m_xDatabaseContext.

◆ elementInserted()

void SwDBTreeList_Impl::elementInserted ( const ContainerEvent &  Event)
overridevirtual

Definition at line 90 of file dbtree.cxx.

◆ elementRemoved()

void SwDBTreeList_Impl::elementRemoved ( const ContainerEvent &  Event)
overridevirtual

Definition at line 95 of file dbtree.cxx.

Referenced by elementReplaced().

◆ elementReplaced()

void SwDBTreeList_Impl::elementReplaced ( const ContainerEvent &  Event)
overridevirtual

Definition at line 104 of file dbtree.cxx.

References elementRemoved().

◆ GetConnection()

Reference< XConnection > SwDBTreeList_Impl::GetConnection ( const OUString &  rSourceName)

◆ GetContext()

const Reference< XDatabaseContext > & SwDBTreeList_Impl::GetContext ( ) const
inline

Definition at line 72 of file dbtree.cxx.

References m_xDatabaseContext.

◆ GetWrtShell()

SwWrtShell * SwDBTreeList_Impl::GetWrtShell ( )
inline

Definition at line 70 of file dbtree.cxx.

References m_pWrtShell.

◆ HasContext()

bool SwDBTreeList_Impl::HasContext ( )

Definition at line 109 of file dbtree.cxx.

References m_xDatabaseContext.

◆ SetWrtShell()

void SwDBTreeList_Impl::SetWrtShell ( SwWrtShell rSh)
inline

Definition at line 71 of file dbtree.cxx.

References m_pWrtShell.

Member Data Documentation

◆ m_pWrtShell

SwWrtShell* SwDBTreeList_Impl::m_pWrtShell
private

Definition at line 55 of file dbtree.cxx.

Referenced by GetConnection(), GetWrtShell(), and SetWrtShell().

◆ m_xDatabaseContext

Reference< XDatabaseContext > SwDBTreeList_Impl::m_xDatabaseContext
private

Definition at line 54 of file dbtree.cxx.

Referenced by disposing(), GetConnection(), GetContext(), HasContext(), and ~SwDBTreeList_Impl().


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