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
3ab04ef5
Kaydet (Commit)
3ab04ef5
authored
Şub 20, 2012
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
unusedcode.easy: SwProtocol::GetVar
üst
f4fbdf7f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
dbg_lay.hxx
sw/source/core/inc/dbg_lay.hxx
+0
-3
dbg_lay.cxx
sw/source/core/layout/dbg_lay.cxx
+0
-8
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
sw/source/core/inc/dbg_lay.hxx
Dosyayı görüntüle @
3ab04ef5
...
...
@@ -84,7 +84,6 @@ public:
static
void
Record
(
const
SwFrm
*
pFrm
,
sal_uLong
nFunction
,
sal_uLong
nAction
,
void
*
pParam
);
static
void
Init
();
static
void
Stop
();
static
void
GetVar
(
const
sal_uInt16
nNo
,
long
&
rVar
);
};
class
SwEnterLeave
...
...
@@ -103,7 +102,6 @@ public:
#define PROTOCOL_INIT SwProtocol::Init();
#define PROTOCOL_STOP SwProtocol::Stop();
#define PROTOCOL_ENTER( pFrm, nFunc, nAct, pPar ) SwEnterLeave aEnter( pFrm, nFunc, nAct, pPar );
#define GET_VARIABLE( nNo, nVar ) SwProtocol::GetVar( nNo, nVar );
#else
...
...
@@ -111,7 +109,6 @@ public:
#define PROTOCOL_INIT
#define PROTOCOL_STOP
#define PROTOCOL_ENTER( pFrm, nFunc, nAct, pPar )
#define GET_VARIABLE( nNo, nVar )
#endif
...
...
sw/source/core/layout/dbg_lay.cxx
Dosyayı görüntüle @
3ab04ef5
...
...
@@ -161,8 +161,6 @@ public:
sal_Bool
DeleteFrm
(
sal_uInt16
nFrmId
);
// FrmId entfernen, diesen nicht mehr Aufzeichnen
void
FileInit
();
// Auslesen der INI-Datei
void
ChkStream
()
{
if
(
!
pStream
)
NewStream
();
}
void
GetVar
(
const
sal_uInt16
nNo
,
long
&
rVar
)
{
if
(
nNo
<
aVars
.
size
()
)
rVar
=
aVars
[
nNo
];
}
};
/* --------------------------------------------------
...
...
@@ -273,12 +271,6 @@ void SwProtocol::Stop()
nRecord
=
0
;
}
void
SwProtocol
::
GetVar
(
const
sal_uInt16
nNo
,
long
&
rVar
)
{
if
(
pImpl
)
pImpl
->
GetVar
(
nNo
,
rVar
);
}
SwImplProtocol
::
SwImplProtocol
()
:
pStream
(
NULL
),
pFrmIds
(
NULL
),
nTypes
(
0xffff
),
nLineCount
(
0
),
nMaxLines
(
USHRT_MAX
),
nTestMode
(
0
)
...
...
unusedcode.easy
Dosyayı görüntüle @
3ab04ef5
...
...
@@ -375,7 +375,6 @@ SwPosFlyFrms::Insert(SwPosFlyFrm* const*, unsigned short)
SwPosFlyFrms::Insert(SwPosFlyFrms const*, unsigned short, unsigned short)
SwPosFlyFrms::Remove(SwPosFlyFrm* const&, unsigned short)
SwPosFlyFrms::Remove(unsigned short, unsigned short)
SwProtocol::GetVar(unsigned short, long&)
SwRects::Replace(SwRect const&, unsigned short)
SwRects::Replace(SwRect const*, unsigned short, unsigned short)
SwRects::_ForEach(unsigned short, unsigned short, unsigned char (*)(SwRect const&, void*), void*)
...
...
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