20 #ifndef INCLUDED_SC_SOURCE_FILTER_INC_TABLECOLUMNSBUFFER_HXX
21 #define INCLUDED_SC_SOURCE_FILTER_INC_TABLECOLUMNSBUFFER_HXX
26 namespace oox {
class AttributeList; }
27 namespace oox {
class SequenceInputStream; }
44 const OUString&
getName()
const;
Helper class to provide access to global workbook data.
TableColumn & createTableColumn()
Creates a new table column and stores it internally.
void importTableColumn(const AttributeList &rAttribs)
Imports table column settings from the tableColumn element.
TableColumn(const WorkbookHelper &rHelper)
A column in a table (database range).
TableColumnVector maTableColumnVector
RefVector< TableColumns > TableColumnsVector
void importTableColumns(const AttributeList &rAttribs)
Imports settings from the tableColumns element.
RefVector< TableColumn > TableColumnVector
TableColumns & createTableColumns()
Creates a new table columns object and stores it internally.
bool finalizeImport(ScDBData *pDBData)
Applies the columns to the passed database range.
const OUString & getName() const
Gets the name of this column.
TableColumnsBuffer(const WorkbookHelper &rHelper)
void finalizeImport(ScDBData *pDBData)
Applies the table columns to the passed database range.
TableColumnsVector maTableColumnsVector
TableColumns * getActiveTableColumns()
Returns the table columns object used.
TableColumns(const WorkbookHelper &rHelper)