Kaydet (Commit) b088fc60 authored tarafından Miklos Vajna's avatar Miklos Vajna

DOC import: tokenize smart-tag data

Change-Id: I43e52c2c982ed553a53be9839feff591c99fdfca
üst 012f33f0
......@@ -5860,6 +5860,12 @@ WW8Fib::WW8Fib(SvStream& rSt, sal_uInt8 nWantedVersion, sal_uInt32 nOffset)
rSt.ReadInt32(fcPlcfBklFactoid);
rSt.ReadUInt32(lcbPlcfBklFactoid);
}
if (cfclcb > 137)
{
rSt.Seek(0x44a);
rSt.ReadInt32(fcFactoidData);
rSt.ReadUInt32(lcbFactoidData);
}
if( 0 != rSt.GetError() )
nFibError = ERR_SWG_READ_ERROR;
......
......@@ -1465,8 +1465,12 @@ public:
WW8_FC fcPlcfBklFactoid;
/// 0x446 smart-tag bookmark ends length.
sal_uInt32 lcbPlcfBklFactoid;
/// 0x44a smart tag data offset.
WW8_FC fcFactoidData;
/// 0x44e smart tag data length.
sal_uInt32 lcbFactoidData;
// 0x44a - 0x4d4 == ignore
// 0x452 - 0x4d4 == ignore
WW8_FC fcHplxsdr; //bizarrely, word xp seems to require this set to shows dates from AtrdExtra
sal_uInt32 lcbHplxsdr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment