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
7ff0a5b0
Kaydet (Commit)
7ff0a5b0
authored
Ock 29, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: remove unused NextChannel
üst
e2160782
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
13 deletions
+0
-13
iosys.hxx
basic/source/inc/iosys.hxx
+0
-1
iosys.cxx
basic/source/runtime/iosys.cxx
+0
-11
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
basic/source/inc/iosys.hxx
Dosyayı görüntüle @
7ff0a5b0
...
@@ -103,7 +103,6 @@ public:
...
@@ -103,7 +103,6 @@ public:
void
Read
(
rtl
::
OString
&
,
short
=
0
);
void
Read
(
rtl
::
OString
&
,
short
=
0
);
char
Read
();
char
Read
();
void
Write
(
const
rtl
::
OString
&
,
short
=
0
);
void
Write
(
const
rtl
::
OString
&
,
short
=
0
);
short
NextChannel
();
// 0 == bad channel or no SvStream (nChannel=0..CHANNELS-1)
// 0 == bad channel or no SvStream (nChannel=0..CHANNELS-1)
SbiStream
*
GetStream
(
short
nChannel
)
const
;
SbiStream
*
GetStream
(
short
nChannel
)
const
;
void
CloseAll
();
// JSM
void
CloseAll
();
// JSM
...
...
basic/source/runtime/iosys.cxx
Dosyayı görüntüle @
7ff0a5b0
...
@@ -876,17 +876,6 @@ void SbiIoSystem::Write(const rtl::OString& rBuf, short n)
...
@@ -876,17 +876,6 @@ void SbiIoSystem::Write(const rtl::OString& rBuf, short n)
nError
=
pChan
[
nChan
]
->
Write
(
rBuf
,
n
);
nError
=
pChan
[
nChan
]
->
Write
(
rBuf
,
n
);
}
}
short
SbiIoSystem
::
NextChannel
()
{
for
(
short
i
=
1
;
i
<
CHANNELS
;
i
++
)
{
if
(
!
pChan
[
i
]
)
return
i
;
}
nError
=
SbERR_TOO_MANY_FILES
;
return
CHANNELS
;
}
// nChannel == 0..CHANNELS-1
// nChannel == 0..CHANNELS-1
SbiStream
*
SbiIoSystem
::
GetStream
(
short
nChannel
)
const
SbiStream
*
SbiIoSystem
::
GetStream
(
short
nChannel
)
const
...
...
unusedcode.easy
Dosyayı görüntüle @
7ff0a5b0
...
@@ -130,7 +130,6 @@ SanExtensionImpl::extractCertExt()
...
@@ -130,7 +130,6 @@ SanExtensionImpl::extractCertExt()
SanExtensionImpl::setCertExtn(com::sun::star::uno::Sequence<signed char>, com::sun::star::uno::Sequence<signed char>, unsigned char)
SanExtensionImpl::setCertExtn(com::sun::star::uno::Sequence<signed char>, com::sun::star::uno::Sequence<signed char>, unsigned char)
SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char)
SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char)
SbiExpression::VBA_Imp()
SbiExpression::VBA_Imp()
SbiIoSystem::NextChannel()
SbiRuntime::GetParams()
SbiRuntime::GetParams()
SbiSymPool::Clear()
SbiSymPool::Clear()
SbxDecimal::getByte(unsigned char&)
SbxDecimal::getByte(unsigned char&)
...
...
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