LibreOffice Module writerfilter (master) 1
Public Types | Public Member Functions | Protected Member Functions | List of all members
writerfilter::Table Class Referenceabstract

Handler for tables. More...

#include <resourcemodel.hxx>

Inheritance diagram for writerfilter::Table:
[legend]
Collaboration diagram for writerfilter::Table:
[legend]

Public Types

typedef tools::SvRef< TablePointer_t
 

Public Member Functions

virtual void entry (int pos, writerfilter::Reference< Properties >::Pointer_t ref)=0
 Receives an entry of the table. More...
 
- 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
 

Protected Member Functions

 ~Table () override
 
- Protected Member Functions inherited from SvRefBase
virtual ~SvRefBase () COVERITY_NOEXCEPT_FALSE
 

Detailed Description

Handler for tables.

Definition at line 141 of file resourcemodel.hxx.

Member Typedef Documentation

◆ Pointer_t

typedef tools::SvRef<Table> writerfilter::Table::Pointer_t

Definition at line 144 of file resourcemodel.hxx.

Constructor & Destructor Documentation

◆ ~Table()

writerfilter::Table::~Table ( )
inlineoverrideprotected

Definition at line 155 of file resourcemodel.hxx.

Member Function Documentation

◆ entry()

virtual void writerfilter::Table::entry ( int  pos,
writerfilter::Reference< Properties >::Pointer_t  ref 
)
pure virtual

Receives an entry of the table.

Parameters
posposition of the entry in the table
refreference to properties of the entry

Implemented in writerfilter::LoggedTable.

Referenced by writerfilter::rtftok::RTFReferenceTable::resolve(), and writerfilter::ooxml::OOXMLTable::resolve().


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