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

#include <macitem.hxx>

Public Member Functions

 SvxMacroTableDtor ()
 
 SvxMacroTableDtor (const SvxMacroTableDtor &rCpy)
 
SvxMacroTableDtoroperator= (const SvxMacroTableDtor &rCpy)
 
bool operator== (const SvxMacroTableDtor &rOther) const
 
void Read (SvStream &)
 
SvStreamWrite (SvStream &) const
 
bool empty () const
 
const SvxMacroGet (SvMacroItemId nEvent) const
 
SvxMacroGet (SvMacroItemId nEvent)
 
bool IsKeyValid (SvMacroItemId nEvent) const
 
SvxMacroInsert (SvMacroItemId nEvent, const SvxMacro &rMacro)
 
void Erase (SvMacroItemId nEvent)
 

Private Attributes

SvxMacroTable aSvxMacroTable
 

Detailed Description

Definition at line 77 of file macitem.hxx.

Constructor & Destructor Documentation

◆ SvxMacroTableDtor() [1/2]

SvxMacroTableDtor::SvxMacroTableDtor ( )
inline

Definition at line 82 of file macitem.hxx.

◆ SvxMacroTableDtor() [2/2]

SvxMacroTableDtor::SvxMacroTableDtor ( const SvxMacroTableDtor rCpy)
inline

Definition at line 83 of file macitem.hxx.

Member Function Documentation

◆ empty()

bool SvxMacroTableDtor::empty ( ) const
inline

Definition at line 91 of file macitem.hxx.

◆ Erase()

void SvxMacroTableDtor::Erase ( SvMacroItemId  nEvent)

Definition at line 182 of file macitem.cxx.

References aSvxMacroTable.

◆ Get() [1/2]

SvxMacro * SvxMacroTableDtor::Get ( SvMacroItemId  nEvent)

Definition at line 162 of file macitem.cxx.

References aSvxMacroTable.

◆ Get() [2/2]

const SvxMacro * SvxMacroTableDtor::Get ( SvMacroItemId  nEvent) const

Definition at line 155 of file macitem.cxx.

References aSvxMacroTable.

Referenced by SvxMacroItem::GetMacro().

◆ Insert()

SvxMacro & SvxMacroTableDtor::Insert ( SvMacroItemId  nEvent,
const SvxMacro rMacro 
)

Definition at line 176 of file macitem.cxx.

References aSvxMacroTable.

Referenced by SvxMacroItem::SetMacro().

◆ IsKeyValid()

bool SvxMacroTableDtor::IsKeyValid ( SvMacroItemId  nEvent) const

Definition at line 169 of file macitem.cxx.

References aSvxMacroTable.

Referenced by SvxMacroItem::HasMacro().

◆ operator=()

SvxMacroTableDtor & SvxMacroTableDtor::operator= ( const SvxMacroTableDtor rCpy)

Definition at line 60 of file macitem.cxx.

References aSvxMacroTable.

◆ operator==()

bool SvxMacroTableDtor::operator== ( const SvxMacroTableDtor rOther) const

Definition at line 70 of file macitem.cxx.

References aSvxMacroTable.

◆ Read()

void SvxMacroTableDtor::Read ( SvStream rStrm)

◆ Write()

SvStream & SvxMacroTableDtor::Write ( SvStream rStream) const

Member Data Documentation

◆ aSvxMacroTable

SvxMacroTable SvxMacroTableDtor::aSvxMacroTable
private

Definition at line 80 of file macitem.hxx.

Referenced by Erase(), Get(), Insert(), IsKeyValid(), operator=(), operator==(), Read(), and Write().


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