|
LibreOffice Module writerfilter (master) 1
|
Class containing the data to describe a table cell. More...
#include <TableData.hxx>
Public Types | |
| typedef tools::SvRef< CellData > | Pointer_t |
Public Member Functions | |
| CellData (css::uno::Reference< css::text::XTextRange > const &start, TablePropertyMapPtr pProps) | |
| void | setEnd (css::uno::Reference< css::text::XTextRange > const &end) |
| Set the end handle of a cell. More... | |
| void | insertProperties (TablePropertyMapPtr pProps) |
| Adds properties to the cell. More... | |
| const css::uno::Reference< css::text::XTextRange > & | getStart () const |
| Return start handle of the cell. More... | |
| const css::uno::Reference< css::text::XTextRange > & | getEnd () const |
| Return end handle of the cell. More... | |
| const TablePropertyMapPtr & | getProperties () const |
| Return properties of the cell. More... | |
| bool | isOpen () const |
| sal_uInt32 | getGridSpan () const |
| void | setGridSpan (sal_uInt32 nSpan) |
Public Member Functions inherited from SvRefBase | |
| SvRefBase () | |
| SvRefBase (const SvRefBase &) | |
| SvRefBase & | operator= (const SvRefBase &) |
| void | RestoreNoDelete () |
| void | AddNextRef () |
| void | AddFirstRef () |
| void | ReleaseRef () |
| unsigned int | GetRefCount () const |
Private Attributes | |
| css::uno::Reference< css::text::XTextRange > | mStart |
| Handle to start of cell. More... | |
| css::uno::Reference< css::text::XTextRange > | mEnd |
| Handle to end of cell. More... | |
| TablePropertyMapPtr | mpProps |
| Pointer to properties of cell. More... | |
| bool | mbOpen |
| sal_uInt32 | m_nGridSpan |
| number of grid columns in the parent table's table grid which this cell defines More... | |
Additional Inherited Members | |
Protected Member Functions inherited from SvRefBase | |
| virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Class containing the data to describe a table cell.
Definition at line 35 of file TableData.hxx.
Definition at line 57 of file TableData.hxx.
|
inline |
Definition at line 59 of file TableData.hxx.
References start.
|
inline |
|
inline |
Definition at line 102 of file TableData.hxx.
References m_nGridSpan.
|
inline |
|
inline |
|
inline |
Adds properties to the cell.
| pProps | the properties to add |
Definition at line 77 of file TableData.hxx.
References tools::SvRef< typename T >::get(), and mpProps.
|
inline |
Definition at line 100 of file TableData.hxx.
References mbOpen.
|
inline |
Set the end handle of a cell.
| end | the end handle of the cell |
Definition at line 70 of file TableData.hxx.
|
inline |
Definition at line 103 of file TableData.hxx.
References m_nGridSpan.
|
private |
number of grid columns in the parent table's table grid which this cell defines
Definition at line 54 of file TableData.hxx.
Referenced by getGridSpan(), and setGridSpan().
|
private |
Definition at line 52 of file TableData.hxx.
|
private |
Handle to end of cell.
Definition at line 45 of file TableData.hxx.
|
private |
Pointer to properties of cell.
Definition at line 50 of file TableData.hxx.
Referenced by getProperties(), and insertProperties().
|
private |