Searched refs:nStreamLength (Results 1 – 3 of 3) sorted by relevance
76 sal_Int32 nStreamLength = (sal_Int32)xSeekable->getLength(); in GetVisualRepresentationInNativeFormat_Impl() local77 uno::Sequence< sal_Int8 > aRepresent( nStreamLength ); in GetVisualRepresentationInNativeFormat_Impl()78 xInStream->readBytes( aRepresent, nStreamLength ); in GetVisualRepresentationInNativeFormat_Impl()
347 sal_Size nStreamLength = rStCtrl.Tell(); in import() local355 aRootRecordHeader.nRecLen = nStreamLength; in import()
784 const sal_Int64 nStreamLength( rIStm.Seek( STREAM_SEEK_TO_END ) ); in ImplReadDIBFileHeader() local810 if ( rOffset >= nStreamLength ) in ImplReadDIBFileHeader()
Completed in 33 milliseconds