From 4ad52186048e023234039f8344612b5123bb5700 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 16 Aug 2017 03:03:04 +0200 Subject: introduce a way to write a simple data representation to a stream The format used is column orientated and allows quick import and export of the table content. This will be used for the external data to cache the results of each transformation step in the UI. Change-Id: I6e1bfd3b3384cbfadeb98fb995dfd0b03d5e6eb6 Reviewed-on: https://gerrit.libreoffice.org/41198 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- sc/inc/column.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/inc/column.hxx') diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 35693f87aa8b..d76f3f0bd992 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -672,6 +672,8 @@ public: void EnsureFormulaCellResults( SCROW nRow1, SCROW nRow2 ); + void StoreToCache(SvStream& rStrm) const; + #if DUMP_COLUMN_STORAGE void DumpColumnStorage() const; #endif -- cgit