|
LibreOffice Module toolkit (master) 1
|
#include <sal/types.h>Go to the source code of this file.
Namespaces | |
| namespace | svt |
| namespace | svt::table |
Macros | |
| #define | COL_ROW_HEADERS (::svt::table::ColPos(-1)) |
| denotes the column containing the row headers More... | |
| #define | ROW_COL_HEADERS (::svt::table::RowPos(-1)) |
| denotes the row containing the column headers More... | |
| #define | COL_INVALID (::svt::table::ColPos(-2)) |
| denotes an invalid column index More... | |
| #define | ROW_INVALID (::svt::table::RowPos(-2)) |
| denotes an invalid row index More... | |
Typedefs | |
| typedef sal_Int32 | svt::table::TableSize |
| a value denoting the size of a table More... | |
| typedef sal_Int32 | svt::table::ColPos |
| a value denoting a column position within a table More... | |
| typedef sal_Int32 | svt::table::RowPos |
| a value denoting a row position within a table More... | |
| typedef sal_Int32 | svt::table::TableMetrics |
| #define COL_INVALID (::svt::table::ColPos(-2)) |
denotes an invalid column index
Definition at line 44 of file tabletypes.hxx.
| #define COL_ROW_HEADERS (::svt::table::ColPos(-1)) |
denotes the column containing the row headers
Definition at line 39 of file tabletypes.hxx.
| #define ROW_COL_HEADERS (::svt::table::RowPos(-1)) |
denotes the row containing the column headers
Definition at line 41 of file tabletypes.hxx.
| #define ROW_INVALID (::svt::table::RowPos(-2)) |
denotes an invalid row index
Definition at line 46 of file tabletypes.hxx.