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
67161578
Kaydet (Commit)
67161578
authored
Agu 18, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
branch is unconditional, remove dead alternative
üst
7502d401
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
23 deletions
+1
-23
sfxhtml.cxx
sfx2/source/bastyp/sfxhtml.cxx
+1
-23
No files found.
sfx2/source/bastyp/sfxhtml.cxx
Dosyayı görüntüle @
67161578
...
...
@@ -253,29 +253,7 @@ void SfxHTMLParser::StartFileDownload( const String& rURL, int nToken,
pSh
->
RegisterTransfer
(
*
pDLMedium
);
}
// Push Download (Note: Can also be synchronous).
if
(
sal_True
/*pMedium->GetDoneLink() == Link()*/
)
pDLMedium
->
DownLoad
();
else
{
// Set Downloading-Flag to TRUE. When we get into the Pending-status
// we will then also have Data-Available-Links.
SetDownloadingFile
(
sal_True
);
pDLMedium
->
DownLoad
(
STATIC_LINK
(
this
,
SfxHTMLParser
,
FileDownloadDone
)
);
// If the Downloading-Flag is still set downloading will be done
// asynchronously. We will go into Pedning-status and wait there.
// As long as we are there all calls to the Data-Link Avaialble are
// locked.
if
(
IsDownloadingFile
()
)
{
// Unfreeze the current state and go into the Pending-Status.
// When the download is completed or aborted, a Continue with
// the transfer token will be pushed by passedNewDataRead.
SaveState
(
nToken
);
eState
=
SVPAR_PENDING
;
}
}
pDLMedium
->
DownLoad
();
}
sal_Bool
SfxHTMLParser
::
FinishFileDownload
(
String
&
rStr
)
...
...
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