LibreOffice Module vcl (master) 1
|
#include <stdlib.h>
#include <rtl/strbuf.hxx>
#include <tools/stream.hxx>
#include <o3tl/string_view.hxx>
#include "dxfgrprd.hxx"
Go to the source code of this file.
Functions | |
static OString | DXFReadLine (SvStream &rIStm) |
static void | DXFSkipLine (SvStream &rIStm) |
|
static |
Definition at line 30 of file dxfgrprd.cxx.
References aBuf, SvStream::GetError(), n, SvStream::ReadBytes(), SvStream::Seek(), and SvStream::Tell().
Referenced by DXFGroupReader::ReadF(), DXFGroupReader::ReadI(), and DXFGroupReader::ReadS().
|
static |
Definition at line 87 of file dxfgrprd.cxx.
References SvStream::good(), n, SvStream::ReadBytes(), and SvStream::SeekRel().
Referenced by DXFGroupReader::Read().