LibreOffice Module stoc (master) 1
|
#include <base.hxx>
Public Member Functions | |
IdlReflectionServiceImpl * | getReflection () const |
typelib_TypeDescription * | getTypeDescr () const |
typelib_TypeDescription * | getDeclTypeDescr () const |
IdlMemberImpl (IdlReflectionServiceImpl *pReflection, OUString aName, typelib_TypeDescription *pTypeDescr, typelib_TypeDescription *pDeclTypeDescr) | |
virtual | ~IdlMemberImpl () override |
virtual css::uno::Reference< css::reflection::XIdlClass > SAL_CALL | getDeclaringClass () override |
virtual OUString SAL_CALL | getName () override |
Protected Attributes | |
css::uno::Reference< css::reflection::XIdlClass > | _xDeclClass |
Private Attributes | |
rtl::Reference< IdlReflectionServiceImpl > | m_xReflection |
OUString | _aName |
typelib_TypeDescription * | _pTypeDescr |
typelib_TypeDescription * | _pDeclTypeDescr |
stoc_corefl::IdlMemberImpl::IdlMemberImpl | ( | IdlReflectionServiceImpl * | pReflection, |
OUString | aName, | ||
typelib_TypeDescription * | pTypeDescr, | ||
typelib_TypeDescription * | pDeclTypeDescr | ||
) |
Definition at line 206 of file crbase.cxx.
References _pDeclTypeDescr, _pTypeDescr, m_xReflection, typelib_typedescription_acquire(), and typelib_typedescription_complete().
|
overridevirtual |
Definition at line 222 of file crbase.cxx.
References _pDeclTypeDescr, _pTypeDescr, and typelib_typedescription_release().
|
overridevirtual |
Definition at line 230 of file crbase.cxx.
References _xDeclClass, getDeclTypeDescr(), stoc_corefl::getMutexAccess(), and getReflection().
|
inline |
Definition at line 319 of file base.hxx.
References _pDeclTypeDescr.
Referenced by getDeclaringClass().
|
overridevirtual |
Definition at line 242 of file crbase.cxx.
References _aName.
|
inline |
Definition at line 315 of file base.hxx.
References m_xReflection.
Referenced by getDeclaringClass().
|
inline |
Definition at line 317 of file base.hxx.
References _pTypeDescr.
|
private |
|
private |
Definition at line 309 of file base.hxx.
Referenced by getDeclTypeDescr(), IdlMemberImpl(), and ~IdlMemberImpl().
|
private |
Definition at line 308 of file base.hxx.
Referenced by getTypeDescr(), IdlMemberImpl(), and ~IdlMemberImpl().
|
protected |
Definition at line 312 of file base.hxx.
Referenced by getDeclaringClass().
|
private |
Definition at line 305 of file base.hxx.
Referenced by getReflection().