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
37785dde
Kaydet (Commit)
37785dde
authored
Ara 10, 2011
tarafından
Rafael Dominguez
Kaydeden (comit)
Caolán McNamara
Ara 12, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused macros.
üst
1190a20a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
rtti.hxx
tools/inc/tools/rtti.hxx
+0
-9
No files found.
tools/inc/tools/rtti.hxx
Dosyayı görüntüle @
37785dde
...
@@ -63,7 +63,6 @@ typedef void* (*TypeId)();
...
@@ -63,7 +63,6 @@ typedef void* (*TypeId)();
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
#define TYPEINIT_AUTOFACTORY(sType) TYPEINIT_FACTORY(sType, new sType)
#define TYPEINIT(sType) TYPEINIT_FACTORY(sType, 0)
#define TYPEINIT(sType) TYPEINIT_FACTORY(sType, 0)
#define SUPERTYPE(sSuper) \
#define SUPERTYPE(sSuper) \
...
@@ -107,8 +106,6 @@ typedef void* (*TypeId)();
...
@@ -107,8 +106,6 @@ typedef void* (*TypeId)();
SUPERTYPE(sSuper2); \
SUPERTYPE(sSuper2); \
SUPERTYPE(sSuper3); \
SUPERTYPE(sSuper3); \
TYPEINIT_END(sType)
TYPEINIT_END(sType)
#define TYPEINIT3_AUTOFACTORY(sType, sSuper1, sSuper2, sSuper3) \
TYPEINIT3_FACTORY(sType, sSuper1, sSuper2, sSuper3, new sType)
#define TYPEINIT3(sType, sSuper1, sSuper2, sSuper3) \
#define TYPEINIT3(sType, sSuper1, sSuper2, sSuper3) \
TYPEINIT3_FACTORY(sType, sSuper1, sSuper2, sSuper3, 0)
TYPEINIT3_FACTORY(sType, sSuper1, sSuper2, sSuper3, 0)
...
@@ -120,12 +117,6 @@ typedef void* (*TypeId)();
...
@@ -120,12 +117,6 @@ typedef void* (*TypeId)();
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
// On-Demand-faehige persistent-TypeId Version
// On-Demand-faehige persistent-TypeId Version
#define TYPEINFO_ID(id) \
static TypeId StaticType() { return (TypeId) ( id | 0xF000000L ); } \
static sal_Bool IsOf( TypeId aSameOrSuperType ); \
virtual TypeId Type() const; \
virtual sal_Bool IsA( TypeId aSameOrSuperType ) const
#define TYPEINIT_ID(sType) \
#define TYPEINIT_ID(sType) \
TypeId sType::Type() const { return StaticType(); } \
TypeId sType::Type() const { return StaticType(); } \
sal_Bool sType::IsOf( TypeId aSameOrSuperType ) \
sal_Bool sType::IsOf( TypeId aSameOrSuperType ) \
...
...
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