LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
TableBoxIndex Class Reference

Public Member Functions

 TableBoxIndex (OUString aName, sal_Int32 nWidth, bool bProtected)
 
bool operator== (const TableBoxIndex &rArg) const
 

Public Attributes

OUString msName
 
sal_Int32 mnWidth
 
bool mbProtected
 

Detailed Description

Definition at line 1072 of file xmltbli.cxx.

Constructor & Destructor Documentation

◆ TableBoxIndex()

TableBoxIndex::TableBoxIndex ( OUString  aName,
sal_Int32  nWidth,
bool  bProtected 
)
inline

Definition at line 1079 of file xmltbli.cxx.

References aName.

Member Function Documentation

◆ operator==()

bool TableBoxIndex::operator== ( const TableBoxIndex rArg) const
inline

Definition at line 1086 of file xmltbli.cxx.

References mbProtected, mnWidth, and msName.

Member Data Documentation

◆ mbProtected

bool TableBoxIndex::mbProtected

Definition at line 1077 of file xmltbli.cxx.

Referenced by TableBoxIndexHasher::operator()(), and operator==().

◆ mnWidth

sal_Int32 TableBoxIndex::mnWidth

Definition at line 1076 of file xmltbli.cxx.

Referenced by TableBoxIndexHasher::operator()(), and operator==().

◆ msName

OUString TableBoxIndex::msName

Definition at line 1075 of file xmltbli.cxx.

Referenced by TableBoxIndexHasher::operator()(), and operator==().


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