Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
b088fc60
Kaydet (Commit)
b088fc60
authored
Ara 08, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
DOC import: tokenize smart-tag data
Change-Id: I43e52c2c982ed553a53be9839feff591c99fdfca
üst
012f33f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
ww8scan.cxx
sw/source/filter/ww8/ww8scan.cxx
+6
-0
ww8scan.hxx
sw/source/filter/ww8/ww8scan.hxx
+5
-1
No files found.
sw/source/filter/ww8/ww8scan.cxx
Dosyayı görüntüle @
b088fc60
...
...
@@ -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;
...
...
sw/source/filter/ww8/ww8scan.hxx
Dosyayı görüntüle @
b088fc60
...
...
@@ -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
;
// 0x4
4a
- 0x4d4 == ignore
// 0x4
52
- 0x4d4 == ignore
WW8_FC
fcHplxsdr
;
//bizarrely, word xp seems to require this set to shows dates from AtrdExtra
sal_uInt32
lcbHplxsdr
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment