LibreOffice Module toolkit (master) 1
Namespaces | Macros | Typedefs
tabletypes.hxx File Reference
#include <sal/types.h>
Include dependency graph for tabletypes.hxx:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ COL_INVALID

#define COL_INVALID   (::svt::table::ColPos(-2))

denotes an invalid column index

Definition at line 44 of file tabletypes.hxx.

◆ COL_ROW_HEADERS

#define COL_ROW_HEADERS   (::svt::table::ColPos(-1))

denotes the column containing the row headers

Definition at line 39 of file tabletypes.hxx.

◆ ROW_COL_HEADERS

#define ROW_COL_HEADERS   (::svt::table::RowPos(-1))

denotes the row containing the column headers

Definition at line 41 of file tabletypes.hxx.

◆ ROW_INVALID

#define ROW_INVALID   (::svt::table::RowPos(-2))

denotes an invalid row index

Definition at line 46 of file tabletypes.hxx.