LibreOffice Module basctl (master) 1
|
#include <bastype2.hxx>
Public Member Functions | |
LibEntry (ScriptDocument const &rDocument, LibraryLocation eLocation, OUString aLibName) | |
virtual | ~LibEntry () override |
OUString const & | GetLibName () const |
Public Member Functions inherited from basctl::DocumentEntry | |
DocumentEntry (ScriptDocument aDocument, LibraryLocation eLocation, EntryType eType=OBJ_TYPE_DOCUMENT) | |
virtual | ~DocumentEntry () override |
ScriptDocument const & | GetDocument () const |
LibraryLocation | GetLocation () const |
Public Member Functions inherited from basctl::Entry | |
Entry (EntryType eType) | |
virtual | ~Entry () |
Entry (Entry const &)=default | |
Entry (Entry &&)=default | |
Entry & | operator= (Entry const &)=default |
Entry & | operator= (Entry &&)=default |
EntryType | GetType () const |
Private Attributes | |
OUString | m_aLibName |
Definition at line 103 of file bastype2.hxx.
basctl::LibEntry::LibEntry | ( | ScriptDocument const & | rDocument, |
LibraryLocation | eLocation, | ||
OUString | aLibName | ||
) |
Definition at line 105 of file bastype2.cxx.
|
overridevirtual |
Definition at line 114 of file bastype2.cxx.
|
inline |
Definition at line 116 of file bastype2.hxx.
References m_aLibName.
Referenced by basctl::LibBox::NotifyIDE().
|
private |
Definition at line 106 of file bastype2.hxx.
Referenced by GetLibName().