LibreOffice Module basctl (master) 1
|
#include <bastype2.hxx>
Public Member Functions | |
EntryDescriptor () | |
EntryDescriptor (ScriptDocument aDocument, LibraryLocation eLocation, OUString aLibName, OUString aLibSubName, OUString aName, EntryType eType) | |
EntryDescriptor (ScriptDocument aDocument, LibraryLocation eLocation, OUString aLibName, OUString aLibSubName, OUString aName, OUString aMethodName, EntryType eType) | |
ScriptDocument const & | GetDocument () const |
LibraryLocation | GetLocation () const |
const OUString & | GetLibName () const |
const OUString & | GetLibSubName () const |
const OUString & | GetName () const |
const OUString & | GetMethodName () const |
void | SetMethodName (const OUString &aMethodName) |
EntryType | GetType () const |
void | SetType (EntryType eType) |
Private Attributes | |
ScriptDocument | m_aDocument |
LibraryLocation | m_eLocation |
OUString | m_aLibName |
OUString | m_aLibSubName |
OUString | m_aName |
OUString | m_aMethodName |
EntryType | m_eType |
Definition at line 119 of file bastype2.hxx.
basctl::EntryDescriptor::EntryDescriptor | ( | ) |
Definition at line 117 of file bastype2.cxx.
References m_eType.
basctl::EntryDescriptor::EntryDescriptor | ( | ScriptDocument | aDocument, |
LibraryLocation | eLocation, | ||
OUString | aLibName, | ||
OUString | aLibSubName, | ||
OUString | aName, | ||
EntryType | eType | ||
) |
Definition at line 123 of file bastype2.cxx.
References aName, eType, basctl::ScriptDocument::isValid(), m_aDocument, m_aName, and m_eType.
basctl::EntryDescriptor::EntryDescriptor | ( | ScriptDocument | aDocument, |
LibraryLocation | eLocation, | ||
OUString | aLibName, | ||
OUString | aLibSubName, | ||
OUString | aName, | ||
OUString | aMethodName, | ||
EntryType | eType | ||
) |
Definition at line 141 of file bastype2.cxx.
References aName, eType, basctl::ScriptDocument::isValid(), m_aDocument, m_aName, and m_eType.
|
inline |
Definition at line 149 of file bastype2.hxx.
References m_aDocument.
Referenced by basctl::SbTreeListBoxDropTarget::AcceptDrop(), basctl::MacroChooser::CheckButtons(), basctl::ObjectPage::CheckButtons(), basctl::MacroChooser::CreateMacro(), basctl::ObjectPage::DeleteCurrent(), basctl::SbTreeListBoxDropTarget::ExecuteDrop(), basctl::ObjectPage::GetSelection(), basctl::IMPL_LINK(), basctl::IMPL_LINK_NOARG(), basctl::SbTreeListBox::IsEntryProtected(), basctl::SbTreeListBox::IsValidEntry(), basctl::SbTreeListBoxDropTarget::NotifyCopyingMoving(), basctl::SbTreeListBox::RemoveEntry(), basctl::MacroChooser::run(), and basctl::SbTreeListBox::SetCurrentEntry().
|
inline |
Definition at line 152 of file bastype2.hxx.
References m_aLibName.
Referenced by basctl::SbTreeListBoxDropTarget::AcceptDrop(), basctl::MacroChooser::CheckButtons(), basctl::ObjectPage::CheckButtons(), basctl::MacroChooser::CreateMacro(), basctl::ObjectPage::DeleteCurrent(), basctl::SbTreeListBoxDropTarget::ExecuteDrop(), basctl::ObjectPage::GetSelection(), basctl::IMPL_LINK(), basctl::IMPL_LINK_NOARG(), basctl::SbTreeListBox::IsEntryProtected(), basctl::SbTreeListBox::IsValidEntry(), basctl::SbTreeListBoxDropTarget::NotifyCopyingMoving(), and basctl::SbTreeListBox::SetCurrentEntry().
|
inline |
Definition at line 153 of file bastype2.hxx.
References m_aLibSubName.
Referenced by basctl::ObjectPage::CheckButtons(), basctl::MacroChooser::CreateMacro(), basctl::IMPL_LINK(), and basctl::SbTreeListBox::SetCurrentEntry().
|
inline |
Definition at line 150 of file bastype2.hxx.
References m_eLocation.
Referenced by basctl::MacroChooser::CheckButtons(), basctl::ObjectPage::CheckButtons(), basctl::IMPL_LINK(), basctl::SbTreeListBox::IsValidEntry(), and basctl::SbTreeListBox::SetCurrentEntry().
|
inline |
Definition at line 155 of file bastype2.hxx.
References m_aMethodName.
Referenced by basctl::IMPL_LINK(), basctl::IMPL_LINK_NOARG(), basctl::SbTreeListBox::IsValidEntry(), basctl::MacroChooser::RestoreMacroDescription(), and basctl::SbTreeListBox::SetCurrentEntry().
|
inline |
Definition at line 154 of file bastype2.hxx.
References m_aName.
Referenced by basctl::MacroChooser::CreateMacro(), basctl::ObjectPage::DeleteCurrent(), basctl::SbTreeListBoxDropTarget::ExecuteDrop(), basctl::IMPL_LINK(), basctl::IMPL_LINK_NOARG(), basctl::SbTreeListBox::IsValidEntry(), basctl::SbTreeListBoxDropTarget::NotifyCopyingMoving(), and basctl::SbTreeListBox::SetCurrentEntry().
|
inline |
Definition at line 158 of file bastype2.hxx.
References m_eType.
Referenced by basctl::ObjectPage::DeleteCurrent(), basctl::SbTreeListBoxDropTarget::ExecuteDrop(), basctl::SbTreeListBox::ImpCreateLibSubSubEntriesInVBAMode(), basctl::IMPL_LINK(), basctl::IMPL_LINK_NOARG(), basctl::SbTreeListBox::IsValidEntry(), basctl::SbTreeListBoxDropTarget::NotifyCopyingMoving(), and basctl::SbTreeListBox::SetCurrentEntry().
|
inline |
Definition at line 156 of file bastype2.hxx.
References m_aMethodName.
Referenced by basctl::MacroChooser::StoreMacroDescription().
|
inline |
Definition at line 159 of file bastype2.hxx.
References eType, and m_eType.
Referenced by basctl::MacroChooser::StoreMacroDescription().
|
private |
Definition at line 121 of file bastype2.hxx.
Referenced by EntryDescriptor(), and GetDocument().
|
private |
Definition at line 123 of file bastype2.hxx.
Referenced by GetLibName().
|
private |
Definition at line 124 of file bastype2.hxx.
Referenced by GetLibSubName().
|
private |
Definition at line 126 of file bastype2.hxx.
Referenced by GetMethodName(), and SetMethodName().
|
private |
Definition at line 125 of file bastype2.hxx.
Referenced by GetName().
|
private |
Definition at line 122 of file bastype2.hxx.
Referenced by GetLocation().
|
private |
Definition at line 127 of file bastype2.hxx.