LibreOffice Module sw (master)
1
|
Public Member Functions | |
TableBoxIndex (const OUString &rName, sal_Int32 nWidth, bool bProtected) | |
bool | operator== (const TableBoxIndex &rArg) const |
Public Attributes | |
OUString | msName |
sal_Int32 | mnWidth |
bool | mbProtected |
Definition at line 1044 of file xmltbli.cxx.
|
inline |
Definition at line 1051 of file xmltbli.cxx.
|
inline |
Definition at line 1058 of file xmltbli.cxx.
References mbProtected, mnWidth, and msName.
bool TableBoxIndex::mbProtected |
Definition at line 1049 of file xmltbli.cxx.
Referenced by TableBoxIndexHasher::operator()(), and operator==().
sal_Int32 TableBoxIndex::mnWidth |
Definition at line 1048 of file xmltbli.cxx.
Referenced by TableBoxIndexHasher::operator()(), and operator==().
OUString TableBoxIndex::msName |
Definition at line 1047 of file xmltbli.cxx.
Referenced by TableBoxIndexHasher::operator()(), and operator==().