LibreOffice Module sw (master) 1
|
Functions | |
sal_uInt16 | GetVersion (sal_uInt16) |
void | Create (SwFormatVertOrient &rItem, SvStream &rStrm, sal_uInt16 nVersionAbusedAsSize) |
SvStream & | Store (const SwFormatVertOrient &rItem, SvStream &rStrm, sal_uInt16) |
void legacy::SwFormatVert::Create | ( | SwFormatVertOrient & | rItem, |
SvStream & | rStrm, | ||
sal_uInt16 | nVersionAbusedAsSize | ||
) |
Definition at line 32 of file legacyitem.cxx.
References n, orient, SvStream::ReadInt16(), SvStream::ReadInt32(), SvStream::ReadInt64(), rStrm, SAL_WARN, SwFormatVertOrient::SetPos(), SwFormatVertOrient::SetRelationOrient(), and SwFormatVertOrient::SetVertOrient().
Referenced by SwBoxAutoFormat::Load().
sal_uInt16 legacy::SwFormatVert::GetVersion | ( | sal_uInt16 | ) |
Definition at line 27 of file legacyitem.cxx.
Referenced by SwBoxAutoFormat::Save(), and SwAfVersions::Write().
SvStream & legacy::SwFormatVert::Store | ( | const SwFormatVertOrient & | rItem, |
SvStream & | rStrm, | ||
sal_uInt16 | |||
) |
Definition at line 67 of file legacyitem.cxx.
References SwFormatVertOrient::GetPos(), SwFormatVertOrient::GetRelationOrient(), SwFormatVertOrient::GetVertOrient(), rStrm, SvStream::WriteInt16(), SvStream::WriteInt32(), and SvStream::WriteInt64().
Referenced by SwBoxAutoFormat::Save().