LibreOffice Module sw (master)
1
|
#include <authfld.hxx>
Public Member Functions | |
SwAuthEntry ()=default | |
SwAuthEntry (const SwAuthEntry &rCopy) | |
bool | operator== (const SwAuthEntry &rComp) const |
OUString const & | GetAuthorField (ToxAuthorityField ePos) const |
void | SetAuthorField (ToxAuthorityField ePos, const OUString &rField) |
![]() | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Private Attributes | |
OUString | m_aAuthFields [AUTH_FIELD_END] |
Friends | |
class | SwAuthorityFieldType |
Additional Inherited Members | |
![]() | |
static void * | operator new (std::size_t nSize) |
static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
static void | operator delete (void *pPtr) |
static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
![]() | |
virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
![]() | |
oslInterlockedCount | m_nCount |
Definition at line 32 of file authfld.hxx.
|
default |
SwAuthEntry::SwAuthEntry | ( | const SwAuthEntry & | rCopy | ) |
Definition at line 49 of file authfld.cxx.
References AUTH_FIELD_END, i, and m_aAuthFields.
|
inline |
Definition at line 181 of file authfld.hxx.
References AUTH_FIELD_END, m_aAuthFields, and SAL_WARN_IF.
Referenced by SwAuthorityFieldType::ChangeEntryContent(), IMPL_LINK(), IMPL_LINK_NOARG(), and SwAuthorMarkPane::InitControls().
bool SwAuthEntry::operator== | ( | const SwAuthEntry & | rComp | ) | const |
Definition at line 56 of file authfld.cxx.
References AUTH_FIELD_END, i, and m_aAuthFields.
|
inline |
Definition at line 186 of file authfld.hxx.
References AUTH_FIELD_END, m_aAuthFields, and SAL_WARN_IF.
|
friend |
Definition at line 34 of file authfld.hxx.
|
private |
Definition at line 35 of file authfld.hxx.
Referenced by GetAuthorField(), operator==(), SetAuthorField(), and SwAuthEntry().