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
ca3700c4
Kaydet (Commit)
ca3700c4
authored
Mar 06, 2015
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
v612: obfuscated if/goto
Change-Id: Ia12b325e41238b9e12e2f388273bd01b96d61c08
üst
8da61f23
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
svdfppt.cxx
filter/source/msfilter/svdfppt.cxx
+4
-9
No files found.
filter/source/msfilter/svdfppt.cxx
Dosyayı görüntüle @
ca3700c4
...
...
@@ -3178,11 +3178,10 @@ PPTExtParaProv::PPTExtParaProv( SdrPowerPointImport& rMan, SvStream& rSt, const
DffRecordHeader
aContentDataHd
;
const
DffRecordHeader
*
pListHd
=
rMan
.
aDocRecManager
.
GetRecordHeader
(
PPT_PST_List
,
SEEK_FROM_BEGINNING
);
while( pListHd )
{
if
(
pListHd
)
pListHd
->
SeekToContent
(
rSt
);
if ( !
rMan.SeekToContentOfProgTag( 9, rSt, *pListHd, aContentDataHd ) )
break;
if
(
pListHd
&&
rMan
.
SeekToContentOfProgTag
(
9
,
rSt
,
*
pListHd
,
aContentDataHd
)
)
{
while
(
(
rSt
.
GetError
()
==
0
)
&&
(
rSt
.
Tell
()
<
aContentDataHd
.
GetRecEndFilePos
()
)
)
{
ReadDffRecordHeader
(
rSt
,
aHd
);
...
...
@@ -3257,13 +3256,10 @@ PPTExtParaProv::PPTExtParaProv( SdrPowerPointImport& rMan, SvStream& rSt, const
}
aHd
.
SeekToEndOfRecord
(
rSt
);
}
break;
}
while( pHd
)
if
(
pHd
&&
rMan
.
SeekToContentOfProgTag
(
9
,
rSt
,
*
pHd
,
aContentDataHd
)
)
{
// get the extended paragraph styles on mainmaster ( graphical bullets, num ruling ... )
if ( !rMan.SeekToContentOfProgTag( 9, rSt, *pHd, aContentDataHd ) )
break;
while
(
(
rSt
.
GetError
()
==
0
)
&&
(
rSt
.
Tell
()
<
aContentDataHd
.
GetRecEndFilePos
()
)
)
{
ReadDffRecordHeader
(
rSt
,
aHd
);
...
...
@@ -3308,7 +3304,6 @@ PPTExtParaProv::PPTExtParaProv( SdrPowerPointImport& rMan, SvStream& rSt, const
}
aHd
.
SeekToEndOfRecord
(
rSt
);
}
break;
}
rSt
.
Seek
(
nOldPos
);
}
...
...
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