MCPcopy Create free account
hub / github.com/LibreOffice/core / seek

Method seek

scripting/source/stringresource/stringresource.cxx:1296–1302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1294}
1295
1296void BinaryInput::seek( sal_Int32 nPos )
1297{
1298 if( nPos <= m_nSize )
1299 m_nCurPos = nPos;
1300 else
1301 OSL_FAIL( "BinaryInput::seek(): Position past end" );
1302}
1303
1304
1305sal_Int16 BinaryInput::readInt16()

Callers 3

closeAndGetDataMethod · 0.45
importBinaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected