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
2091d5a4
Kaydet (Commit)
2091d5a4
authored
Haz 03, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
forms: expand DECLARE_DEFAULT_DTOR
Change-Id: I52b091402ec23f9c5eb87ae2212cc5b4986c6435
üst
f634cda2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
refvaluecomponent.hxx
forms/source/component/refvaluecomponent.hxx
+1
-1
FormComponent.hxx
forms/source/inc/FormComponent.hxx
+3
-8
No files found.
forms/source/component/refvaluecomponent.hxx
Dosyayı görüntüle @
2091d5a4
...
...
@@ -57,7 +57,7 @@ namespace frm
bool
_bSupportNoCheckRefValue
=
false
);
DECLARE_DEFAULT_CLONE_CTOR
(
OReferenceValueComponent
)
DECLARE_DEFAULT_DTOR
(
OReferenceValueComponent
);
virtual
~
OReferenceValueComponent
(
);
// OPropertySet and friends
virtual
void
SAL_CALL
getFastPropertyValue
(
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
,
sal_Int32
nHandle
)
const
SAL_OVERRIDE
;
...
...
forms/source/inc/FormComponent.hxx
Dosyayı görüntüle @
2091d5a4
...
...
@@ -523,11 +523,6 @@ public:
getInstanceMutex
()
{
return
m_aMutex
;
}
};
// simple destructor
#define DECLARE_DEFAULT_DTOR( classname ) \
virtual ~classname()
// constructor for cloning a class
#define DECLARE_DEFAULT_CLONE_CTOR( classname ) \
classname( \
...
...
@@ -543,7 +538,7 @@ public:
const OUString& _rDefault \
); \
DECLARE_DEFAULT_CLONE_CTOR( classname ) \
DECLARE_DEFAULT_DTOR( classname )
\
virtual ~classname()
\
// all xtors for an inner class of the object hierarchy which is *bound*
#define DECLARE_DEFAULT_BOUND_XTOR( classname ) \
...
...
@@ -555,7 +550,7 @@ public:
const bool _bSupportsValidation \
); \
DECLARE_DEFAULT_CLONE_CTOR( classname ) \
DECLARE_DEFAULT_DTOR( classname )
\
virtual ~classname()
\
// all xtors for a leas class of the object hierarchy
#define DECLARE_DEFAULT_LEAF_XTOR( classname ) \
...
...
@@ -566,7 +561,7 @@ public:
const classname* _pOriginal, \
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext>& _rxFactory \
); \
DECLARE_DEFAULT_DTOR( classname )
\
virtual ~classname()
\
// XCloneable
...
...
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