LibreOffice Module idl (master) 1
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | List of all members
SvMetaObject Class Reference

#include <basobj.hxx>

Inheritance diagram for SvMetaObject:
[legend]
Collaboration diagram for SvMetaObject:
[legend]

Public Member Functions

 SvMetaObject ()
 
void SetName (const OString &rName)
 
virtual const OString & GetName () const
 
virtual bool ReadSvIdl (SvIdlDataBase &, SvTokenStream &rInStm)
 
- Public Member Functions inherited from SvRefBase
 SvRefBase ()
 
 SvRefBase (const SvRefBase &)
 
SvRefBaseoperator= (const SvRefBase &)
 
void RestoreNoDelete ()
 
void AddNextRef ()
 
void AddFirstRef ()
 
void ReleaseRef ()
 
unsigned int GetRefCount () const
 

Static Public Member Functions

static void WriteTab (SvStream &rOutStm, sal_uInt16 nTab)
 
static void Back2Delimiter (SvStream &)
 
static void WriteStars (SvStream &)
 

Protected Member Functions

bool ReadNameSvIdl (SvTokenStream &rInStm)
 
void DoReadContextSvIdl (SvIdlDataBase &, SvTokenStream &rInStm)
 
virtual void ReadContextSvIdl (SvIdlDataBase &, SvTokenStream &rInStm)
 
virtual void ReadAttributesSvIdl (SvIdlDataBase &rBase, SvTokenStream &rInStm)
 
- Protected Member Functions inherited from SvRefBase
virtual ~SvRefBase () COVERITY_NOEXCEPT_FALSE
 

Private Attributes

OString aName
 

Detailed Description

Definition at line 83 of file basobj.hxx.

Constructor & Destructor Documentation

◆ SvMetaObject()

SvMetaObject::SvMetaObject ( )

Definition at line 62 of file basobj.cxx.

Member Function Documentation

◆ Back2Delimiter()

void SvMetaObject::Back2Delimiter ( SvStream rOutStm)
static

◆ DoReadContextSvIdl()

void SvMetaObject::DoReadContextSvIdl ( SvIdlDataBase rBase,
SvTokenStream rInStm 
)
protected

◆ GetName()

virtual const OString & SvMetaObject::GetName ( ) const
inlinevirtual

Reimplemented in SvMetaReference.

Definition at line 101 of file basobj.hxx.

References aName.

Referenced by SvMetaReference::GetName().

◆ ReadAttributesSvIdl()

void SvMetaObject::ReadAttributesSvIdl ( SvIdlDataBase rBase,
SvTokenStream rInStm 
)
protectedvirtual

Reimplemented in SvMetaSlot.

Definition at line 87 of file basobj.cxx.

Referenced by SvMetaSlot::ReadAttributesSvIdl(), and ReadSvIdl().

◆ ReadContextSvIdl()

void SvMetaObject::ReadContextSvIdl ( SvIdlDataBase ,
SvTokenStream rInStm 
)
protectedvirtual

Reimplemented in SvMetaClass, and SvMetaType.

Definition at line 104 of file basobj.cxx.

Referenced by DoReadContextSvIdl().

◆ ReadNameSvIdl()

bool SvMetaObject::ReadNameSvIdl ( SvTokenStream rInStm)
protected

◆ ReadSvIdl()

bool SvMetaObject::ReadSvIdl ( SvIdlDataBase rBase,
SvTokenStream rInStm 
)
virtual

◆ SetName()

void SvMetaObject::SetName ( const OString &  rName)

◆ WriteStars()

void SvMetaObject::WriteStars ( SvStream rOutStm)
static

Definition at line 33 of file basobj.cxx.

References endl(), i, SvStream::WriteChar(), and SvStream::WriteOString().

Referenced by SvMetaClass::WriteSfx(), and SvMetaType::WriteSfxItem().

◆ WriteTab()

void SvMetaObject::WriteTab ( SvStream rOutStm,
sal_uInt16  nTab 
)
static

Member Data Documentation

◆ aName

OString SvMetaObject::aName
private

Definition at line 85 of file basobj.hxx.

Referenced by GetName(), and SetName().


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