LibreOffice Module basctl (master) 1
|
Classes | |
struct | Hash |
Public Member Functions | |
Key (ScriptDocument, OUString aLibName) | |
bool | operator== (Key const &) const |
const ScriptDocument & | GetDocument () const |
Private Attributes | |
ScriptDocument | m_aDocument |
OUString | m_aLibName |
Definition at line 260 of file bastypes.hxx.
basctl::LibInfo::Key::Key | ( | ScriptDocument | aDocument, |
OUString | aLibName | ||
) |
Definition at line 720 of file bastypes.cxx.
|
inline |
Definition at line 275 of file bastypes.hxx.
References m_aDocument.
bool basctl::LibInfo::Key::operator== | ( | Key const & | rKey | ) | const |
Definition at line 724 of file bastypes.cxx.
References m_aDocument, and m_aLibName.
|
private |
Definition at line 263 of file bastypes.hxx.
Referenced by GetDocument(), basctl::LibInfo::Key::Hash::operator()(), and operator==().
|
private |
Definition at line 264 of file bastypes.hxx.
Referenced by basctl::LibInfo::Key::Hash::operator()(), and operator==().