|
LibreOffice Module basctl (master) 1
|
#include <bastype2.hxx>
Public Member Functions | |
| 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 | |
| ScriptDocument | m_aDocument |
| LibraryLocation | m_eLocation |
Definition at line 85 of file bastype2.hxx.
| basctl::DocumentEntry::DocumentEntry | ( | ScriptDocument | aDocument, |
| LibraryLocation | eLocation, | ||
| EntryType | eType = OBJ_TYPE_DOCUMENT |
||
| ) |
Definition at line 90 of file bastype2.cxx.
References eType, basctl::ScriptDocument::isValid(), and m_aDocument.
|
overridevirtual |
Definition at line 102 of file bastype2.cxx.
|
inline |
Definition at line 99 of file bastype2.hxx.
References m_aDocument.
Referenced by basctl::SbTreeListBox::FindRootEntry(), basctl::IMPL_LINK(), basctl::LibBox::NotifyIDE(), and basctl::LibPage::SetCurLib().
|
inline |
Definition at line 100 of file bastype2.hxx.
References m_eLocation.
Referenced by basctl::SbTreeListBox::FindRootEntry(), and basctl::LibPage::SetCurLib().
|
private |
Definition at line 88 of file bastype2.hxx.
Referenced by DocumentEntry(), and GetDocument().
|
private |
Definition at line 89 of file bastype2.hxx.
Referenced by GetLocation().