LibreOffice Module svtools (master) 1
Public Member Functions | Private Attributes | List of all members
SvObjectServerList Class Reference

#include <insdlg.hxx>

Public Member Functions

const SvObjectServerGet (std::u16string_view rHumanName) const
 
const SvObjectServerGet (const SvGlobalName &) const
 
void Remove (const SvGlobalName &)
 
void FillInsertObjects ()
 
size_t Count () const
 
const SvObjectServeroperator[] (size_t n) const
 

Private Attributes

std::vector< SvObjectServeraObjectServerList
 

Detailed Description

Definition at line 44 of file insdlg.hxx.

Member Function Documentation

◆ Count()

size_t SvObjectServerList::Count ( ) const
inline

Definition at line 54 of file insdlg.hxx.

◆ FillInsertObjects()

void SvObjectServerList::FillInsertObjects ( )

◆ Get() [1/2]

const SvObjectServer * SvObjectServerList::Get ( const SvGlobalName rName) const

Definition at line 88 of file insdlg.cxx.

References aObjectServerList, and i.

◆ Get() [2/2]

const SvObjectServer * SvObjectServerList::Get ( std::u16string_view  rHumanName) const

Definition at line 78 of file insdlg.cxx.

References aObjectServerList, and i.

Referenced by FillInsertObjects().

◆ operator[]()

const SvObjectServer & SvObjectServerList::operator[] ( size_t  n) const
inline

Definition at line 59 of file insdlg.hxx.

References n.

◆ Remove()

void SvObjectServerList::Remove ( const SvGlobalName rName)

Definition at line 98 of file insdlg.cxx.

References aObjectServerList.

Member Data Documentation

◆ aObjectServerList

std::vector< SvObjectServer > SvObjectServerList::aObjectServerList
private

Definition at line 47 of file insdlg.hxx.

Referenced by FillInsertObjects(), Get(), and Remove().


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