Home
last modified time | relevance | path

Searched refs:endOfSwBlock (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dtblafmt.cxx127 sal_uInt64 endOfSwBlock = rStream.Tell(); in EndSwBlock() local
129 rStream.WriteUInt64( endOfSwBlock ); in EndSwBlock()
130 rStream.Seek(endOfSwBlock); in EndSwBlock()
161 sal_uInt64 endOfSwBlock = 0; in WriterSpecificBlockExists() local
162 stream.ReadUInt64( endOfSwBlock ); in WriterSpecificBlockExists()
165 return endOfSwBlock - stream.Tell(); in WriterSpecificBlockExists()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dtblafmt.cxx127 sal_uInt64 endOfSwBlock = rStream.Tell(); in EndSwBlock() local
129 rStream.WriteUInt64( endOfSwBlock ); in EndSwBlock()
130 rStream.Seek(endOfSwBlock); in EndSwBlock()
163 sal_uInt64 endOfSwBlock = 0; in WriterSpecificBlockExists() local
164 stream.ReadUInt64( endOfSwBlock ); in WriterSpecificBlockExists()
167 return endOfSwBlock - stream.Tell(); in WriterSpecificBlockExists()