LibreOffice Module lotuswordpro (master) 1
|
#include <lwptablelayout.hxx>
Public Member Functions | |
TableConvertAttempt (sal_uInt16 nStartRow, sal_uInt16 nEndRow, sal_uInt8 nStartCol, sal_uInt8 nEndCol) | |
Public Attributes | |
sal_uInt16 | mnStartRow |
sal_uInt16 | mnEndRow |
sal_uInt8 | mnStartCol |
sal_uInt8 | mnEndCol |
Definition at line 88 of file lwptablelayout.hxx.
|
inline |
Definition at line 95 of file lwptablelayout.hxx.
sal_uInt8 TableConvertAttempt::mnEndCol |
Definition at line 93 of file lwptablelayout.hxx.
Referenced by operator==().
sal_uInt16 TableConvertAttempt::mnEndRow |
Definition at line 91 of file lwptablelayout.hxx.
Referenced by operator==().
sal_uInt8 TableConvertAttempt::mnStartCol |
Definition at line 92 of file lwptablelayout.hxx.
Referenced by operator==().
sal_uInt16 TableConvertAttempt::mnStartRow |
Definition at line 90 of file lwptablelayout.hxx.
Referenced by operator==().