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
5b83b465
Kaydet (Commit)
5b83b465
authored
Eyl 16, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sw/source/core/inc/retrieveinputstreamconsumer.hxx to OUString
Change-Id: Ia1c8f2d7a9bcad87767f3714514c40496e0c1e6b
üst
2a317749
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
retrieveinputstreamconsumer.cxx
sw/source/core/docnode/retrieveinputstreamconsumer.cxx
+1
-1
retrieveinputstreamconsumer.hxx
sw/source/core/inc/retrieveinputstreamconsumer.hxx
+1
-2
No files found.
sw/source/core/docnode/retrieveinputstreamconsumer.cxx
Dosyayı görüntüle @
5b83b465
...
@@ -39,7 +39,7 @@ SwAsyncRetrieveInputStreamThreadConsumer::~SwAsyncRetrieveInputStreamThreadConsu
...
@@ -39,7 +39,7 @@ SwAsyncRetrieveInputStreamThreadConsumer::~SwAsyncRetrieveInputStreamThreadConsu
SwThreadManager
::
GetThreadManager
().
RemoveThread
(
mnThreadID
);
SwThreadManager
::
GetThreadManager
().
RemoveThread
(
mnThreadID
);
}
}
void
SwAsyncRetrieveInputStreamThreadConsumer
::
CreateThread
(
const
String
&
rURL
)
void
SwAsyncRetrieveInputStreamThreadConsumer
::
CreateThread
(
const
OU
String
&
rURL
)
{
{
// Get new data container for input stream data
// Get new data container for input stream data
SwRetrievedInputStreamDataManager
::
tDataKey
nDataKey
=
SwRetrievedInputStreamDataManager
::
tDataKey
nDataKey
=
...
...
sw/source/core/inc/retrieveinputstreamconsumer.hxx
Dosyayı görüntüle @
5b83b465
...
@@ -25,7 +25,6 @@
...
@@ -25,7 +25,6 @@
#include <retrievedinputstreamdata.hxx>
#include <retrievedinputstreamdata.hxx>
class
SwGrfNode
;
class
SwGrfNode
;
class
String
;
/** class to provide creation of a thread to retrieve an input stream given by
/** class to provide creation of a thread to retrieve an input stream given by
an URL and to consume the retrieved input stream.
an URL and to consume the retrieved input stream.
...
@@ -41,7 +40,7 @@ class SwAsyncRetrieveInputStreamThreadConsumer
...
@@ -41,7 +40,7 @@ class SwAsyncRetrieveInputStreamThreadConsumer
/** method to create thread
/** method to create thread
*/
*/
void
CreateThread
(
const
String
&
rURL
);
void
CreateThread
(
const
OU
String
&
rURL
);
/** method called to provide the retrieved input stream to the thread Consumer
/** method called to provide the retrieved input stream to the thread Consumer
*/
*/
...
...
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