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
051c5cf3
Kaydet (Commit)
051c5cf3
authored
Ara 14, 2005
tarafından
Rüdiger Timm
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS cyb2 (1.15.36); FILE MERGED
2005/10/28 19:10:59 cyb 1.15.36.1: Issue number: #54433#
üst
105f06f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
XInputStream.idl
udkapi/com/sun/star/io/XInputStream.idl
+6
-2
No files found.
udkapi/com/sun/star/io/XInputStream.idl
Dosyayı görüntüle @
051c5cf3
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
*
*
*
$
RCSfile
:
XInputStream
.
idl
,
v
$
*
$
RCSfile
:
XInputStream
.
idl
,
v
$
*
*
*
$
Revision
:
1.1
6
$
*
$
Revision
:
1.1
7
$
*
*
*
last
change
:
$
Author
:
rt
$
$
Date
:
2005
-
09
-
09
15
:
31
:
59
$
*
last
change
:
$
Author
:
rt
$
$
Date
:
2005
-
12
-
14
13
:
23
:
03
$
*
*
*
The
Contents
of
this
file
are
made
available
subject
to
*
The
Contents
of
this
file
are
made
available
subject
to
*
the
terms
of
GNU
Lesser
General
Public
License
Version
2.1
.
*
the
terms
of
GNU
Lesser
General
Public
License
Version
2.1
.
...
@@ -97,6 +97,8 @@ published interface XInputStream: com::sun::star::uno::XInterface
...
@@ -97,6 +97,8 @@ published interface XInputStream: com::sun::star::uno::XInterface
there
is
an
unnecessary
memory
allocation
/
deallocation
(
the
out
parameter
there
is
an
unnecessary
memory
allocation
/
deallocation
(
the
out
parameter
is
of
course
NOT
transported
over
the
connection
),
but
this
should
is
of
course
NOT
transported
over
the
connection
),
but
this
should
be
negligible
compared
to
a
synchron
call
.
be
negligible
compared
to
a
synchron
call
.
@
param
nBytesToRead
the
total
number
of
bytes
to
read
*/
*/
long
readBytes
(
[
out
]
sequence
<
byte
>
aData
,
long
readBytes
(
[
out
]
sequence
<
byte
>
aData
,
[
in
]
long
nBytesToRead
)
[
in
]
long
nBytesToRead
)
...
@@ -135,6 +137,8 @@ published interface XInputStream: com::sun::star::uno::XInterface
...
@@ -135,6 +137,8 @@ published interface XInputStream: com::sun::star::uno::XInterface
<
p
>
It
is
up
to
the
implementation
whether
this
method
is
<
p
>
It
is
up
to
the
implementation
whether
this
method
is
blocking
the
thread
or
not
.
</
p
>
blocking
the
thread
or
not
.
</
p
>
@
param
nBytesToSkip
number
of
bytes
to
skip
*/
*/
void
skipBytes
(
[
in
]
long
nBytesToSkip
)
void
skipBytes
(
[
in
]
long
nBytesToSkip
)
raises
(
com
::
sun
::
star
::
io
::
NotConnectedException
,
raises
(
com
::
sun
::
star
::
io
::
NotConnectedException
,
...
...
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