summaryrefslogtreecommitdiff
path: root/include/svtools/table/tablecontrolinterface.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/table/tablecontrolinterface.hxx')
-rw-r--r--include/svtools/table/tablecontrolinterface.hxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/include/svtools/table/tablecontrolinterface.hxx b/include/svtools/table/tablecontrolinterface.hxx
index 362f5e82cad5..553ce4078729 100644
--- a/include/svtools/table/tablecontrolinterface.hxx
+++ b/include/svtools/table/tablecontrolinterface.hxx
@@ -29,14 +29,14 @@
class Pointer;
-//......................................................................................................................
+
namespace svt { namespace table
{
-//......................................................................................................................
- //==================================================================================================================
+
+
//= TableControlAction
- //==================================================================================================================
+
enum TableControlAction
{
/// moves the cursor in the table control one row up, if possible, by keeping the current column
@@ -78,18 +78,18 @@ namespace svt { namespace table
invalidTableControlAction
};
- //==================================================================================================================
+
//= TableCellArea
- //==================================================================================================================
+
enum TableCellArea
{
CellContent,
ColumnDivider
};
- //==================================================================================================================
+
//= TableCell
- //==================================================================================================================
+
struct TableCell
{
ColPos nColumn;
@@ -111,9 +111,9 @@ namespace svt { namespace table
}
};
- //==================================================================================================================
+
//= ColumnMetrics
- //==================================================================================================================
+
struct ColumnMetrics
{
/** the start of the column, in pixels. Might be negative, in case the column is scrolled out of the visible
@@ -147,9 +147,9 @@ namespace svt { namespace table
}
};
- //==================================================================================================================
+
//= TableArea
- //==================================================================================================================
+
enum TableArea
{
TableAreaColumnHeaders,
@@ -158,9 +158,9 @@ namespace svt { namespace table
TableAreaAll
};
- //==================================================================================================================
+
//= ITableControl
- //==================================================================================================================
+
/** defines a callback interface to be implemented by a concrete table control
*/
class SAL_NO_VTABLE ITableControl
@@ -248,9 +248,9 @@ namespace svt { namespace table
virtual ~ITableControl() {};
};
-//......................................................................................................................
+
} } // namespace svt::table
-//......................................................................................................................
+
#endif // INCLUDED_SVTOOLS_TABLE_TABLECONTROLINTERFACE_HXX