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
8fd3b094
Kaydet (Commit)
8fd3b094
authored
Agu 20, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
staruno -> css::uno
Change-Id: I29a8aa8168f604f1e71323b5a19c3f67c67e2c1a
üst
892f4c2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
streamwrap.hxx
filter/source/xmlfilteradaptor/streamwrap.hxx
+3
-5
No files found.
filter/source/xmlfilteradaptor/streamwrap.hxx
Dosyayı görüntüle @
8fd3b094
...
@@ -32,8 +32,6 @@ namespace osl
...
@@ -32,8 +32,6 @@ namespace osl
namespace
foo
namespace
foo
{
{
namespace
staruno
=
::
com
::
sun
::
star
::
uno
;
//= OOutputStreamWrapper
//= OOutputStreamWrapper
...
@@ -47,9 +45,9 @@ public:
...
@@ -47,9 +45,9 @@ public:
OOutputStreamWrapper
(
::
osl
::
File
&
_rStream
)
:
rStream
(
_rStream
)
{
}
OOutputStreamWrapper
(
::
osl
::
File
&
_rStream
)
:
rStream
(
_rStream
)
{
}
// css::io::XOutputStream
// css::io::XOutputStream
virtual
void
SAL_CALL
writeBytes
(
const
staruno
::
Sequence
<
sal_Int8
>&
aData
)
throw
(
css
::
io
::
NotConnectedException
,
css
::
io
::
BufferSizeExceededException
,
star
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
writeBytes
(
const
css
::
uno
::
Sequence
<
sal_Int8
>&
aData
)
throw
(
css
::
io
::
NotConnectedException
,
css
::
io
::
BufferSizeExceededException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
flush
()
throw
(
css
::
io
::
NotConnectedException
,
css
::
io
::
BufferSizeExceededException
,
star
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
flush
()
throw
(
css
::
io
::
NotConnectedException
,
css
::
io
::
BufferSizeExceededException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
closeOutput
()
throw
(
css
::
io
::
NotConnectedException
,
css
::
io
::
BufferSizeExceededException
,
star
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
closeOutput
()
throw
(
css
::
io
::
NotConnectedException
,
css
::
io
::
BufferSizeExceededException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
};
};
}
// namespace utl
}
// namespace utl
...
...
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