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
b89c5145
Kaydet (Commit)
b89c5145
authored
Agu 08, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher unused methods
üst
0617784e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
cmdbasestream.hxx
automation/source/inc/cmdbasestream.hxx
+0
-1
cmdbasestream.cxx
automation/source/server/cmdbasestream.cxx
+0
-10
retstrm.hxx
automation/source/server/retstrm.hxx
+0
-1
No files found.
automation/source/inc/cmdbasestream.hxx
Dosyayı görüntüle @
b89c5145
...
@@ -66,7 +66,6 @@ public:
...
@@ -66,7 +66,6 @@ public:
void
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
*
pUId
,
comm_UINT16
nMethod
);
// also used outside MacroRecorder
void
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
*
pUId
,
comm_UINT16
nMethod
);
// also used outside MacroRecorder
void
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
*
pUId
,
comm_UINT16
nMethod
,
comm_String
*
pString
);
void
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
*
pUId
,
comm_UINT16
nMethod
,
comm_String
*
pString
);
void
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
*
pUId
,
comm_UINT16
nMethod
,
comm_String
*
pString
,
comm_BOOL
bBool
);
void
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
*
pUId
,
comm_UINT16
nMethod
,
comm_String
*
pString
,
comm_BOOL
bBool
);
void
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
*
pUId
,
comm_UINT16
nMethod
,
comm_BOOL
bBool
);
void
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
*
pUId
,
comm_UINT16
nMethod
,
comm_UINT32
nNr
);
void
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
*
pUId
,
comm_UINT16
nMethod
,
comm_UINT32
nNr
);
void
Read
(
comm_UINT16
&
nNr
);
void
Read
(
comm_UINT16
&
nNr
);
...
...
automation/source/server/cmdbasestream.cxx
Dosyayı görüntüle @
b89c5145
...
@@ -184,16 +184,6 @@ void CmdBaseStream::GenReturn( comm_UINT16 nRet, rtl::OString *pUId, comm_UINT16
...
@@ -184,16 +184,6 @@ void CmdBaseStream::GenReturn( comm_UINT16 nRet, rtl::OString *pUId, comm_UINT16
Write
(
bBool
);
Write
(
bBool
);
}
}
void
CmdBaseStream
::
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
*
pUId
,
comm_UINT16
nMethod
,
comm_BOOL
bBool
)
{
Write
(
comm_UINT16
(
SIReturn
));
Write
(
nRet
);
Write
(
pUId
);
Write
(
comm_UINT16
(
PARAM_UINT16_1
|
PARAM_BOOL_1
));
// Typ der folgenden Parameter
Write
(
nMethod
);
Write
(
bBool
);
}
void
CmdBaseStream
::
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
*
pUId
,
comm_UINT16
nMethod
,
comm_UINT32
nNr
)
void
CmdBaseStream
::
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
*
pUId
,
comm_UINT16
nMethod
,
comm_UINT32
nNr
)
{
{
Write
(
comm_UINT16
(
SIReturn
));
Write
(
comm_UINT16
(
SIReturn
));
...
...
automation/source/server/retstrm.hxx
Dosyayı görüntüle @
b89c5145
...
@@ -50,7 +50,6 @@ public:
...
@@ -50,7 +50,6 @@ public:
// MacroRecorder
// MacroRecorder
void
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
aUId
,
comm_UINT16
nMethod
){
CmdBaseStream
::
GenReturn
(
nRet
,
&
aUId
,
nMethod
);}
// also used outside MacroRecorder
void
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
aUId
,
comm_UINT16
nMethod
){
CmdBaseStream
::
GenReturn
(
nRet
,
&
aUId
,
nMethod
);}
// also used outside MacroRecorder
void
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
aUId
,
comm_UINT16
nMethod
,
comm_BOOL
bBool
){
CmdBaseStream
::
GenReturn
(
nRet
,
&
aUId
,
nMethod
,
bBool
);}
void
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
aUId
,
comm_UINT16
nMethod
,
comm_UINT32
nNr
){
CmdBaseStream
::
GenReturn
(
nRet
,
&
aUId
,
nMethod
,
nNr
);}
void
GenReturn
(
comm_UINT16
nRet
,
rtl
::
OString
aUId
,
comm_UINT16
nMethod
,
comm_UINT32
nNr
){
CmdBaseStream
::
GenReturn
(
nRet
,
&
aUId
,
nMethod
,
nNr
);}
void
GenReturn
(
sal_uInt16
nRet
,
rtl
::
OString
aUId
,
String
aString
);
void
GenReturn
(
sal_uInt16
nRet
,
rtl
::
OString
aUId
,
String
aString
);
...
...
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