summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xestream.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-01-07 09:10:34 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-01-07 09:10:34 -0500
commita0bd898b3d425063b55503bcd7b5af8eb0f6ef62 (patch)
tree8809e9cb3c56db5082ffc26bc6a6462025fb5381 /sc/source/filter/inc/xestream.hxx
parent50e1b982ff532184892b63dd2634571b2ef6ce8e (diff)
parent989eab85ffddf68cff47d562c55812ad6689ef03 (diff)
kohei03: rebased to DEV300_m68.
Diffstat (limited to 'sc/source/filter/inc/xestream.hxx')
-rw-r--r--sc/source/filter/inc/xestream.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/filter/inc/xestream.hxx b/sc/source/filter/inc/xestream.hxx
index 95d172baf9c2..e7a2da370772 100644
--- a/sc/source/filter/inc/xestream.hxx
+++ b/sc/source/filter/inc/xestream.hxx
@@ -126,6 +126,9 @@ public:
sal_Size Write( const void* pData, sal_Size nBytes );
/** Writes a sequence of nBytes zero bytes (respects slice setting). */
void WriteZeroBytes( sal_Size nBytes );
+
+ void WriteZeroBytesToRecord( sal_Size nBytes );
+
/** Copies nBytes bytes from current position of the stream rInStrm.
@descr Omitting the second parameter means: read to end of stream. */
sal_Size CopyFromStream( SvStream& rInStrm, sal_Size nBytes = STREAM_SEEK_TO_END );