|
LibreOffice Module sw (master) 1
|
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 |
Definition at line 1072 of file xmltbli.cxx.
|
inline |
Definition at line 1079 of file xmltbli.cxx.
References aName.
|
inline |
Definition at line 1086 of file xmltbli.cxx.
References mbProtected, mnWidth, and msName.
| bool TableBoxIndex::mbProtected |
Definition at line 1077 of file xmltbli.cxx.
Referenced by TableBoxIndexHasher::operator()(), and operator==().
| sal_Int32 TableBoxIndex::mnWidth |
Definition at line 1076 of file xmltbli.cxx.
Referenced by TableBoxIndexHasher::operator()(), and operator==().
| OUString TableBoxIndex::msName |
Definition at line 1075 of file xmltbli.cxx.
Referenced by TableBoxIndexHasher::operator()(), and operator==().