LibreOffice Module basctl (master) 1
|
#include <iderdll2.hxx>
Public Member Functions | |
ExtraData () | |
~ExtraData () | |
LibInfo & | GetLibInfo () |
EntryDescriptor & | GetLastEntryDescriptor () |
void | SetLastEntryDescriptor (EntryDescriptor const &rDesc) |
bool & | ChoosingMacro () |
bool & | ShellInCriticalSection () |
const OUString & | GetAddLibPath () const |
void | SetAddLibPath (const OUString &rPath) |
const OUString & | GetAddLibFilter () const |
void | SetAddLibFilter (const OUString &rFilter) |
Private Member Functions | |
DECL_STATIC_LINK (ExtraData, GlobalBasicBreakHdl, StarBASIC *, BasicDebugFlags) | |
Private Attributes | |
LibInfo | aLibInfo |
EntryDescriptor | m_aLastEntryDesc |
OUString | aAddLibPath |
OUString | aAddLibFilter |
bool | bChoosingMacro |
bool | bShellInCriticalSection |
Definition at line 32 of file iderdll2.hxx.
basctl::ExtraData::ExtraData | ( | ) |
Definition at line 147 of file iderdll.cxx.
References LINK, and StarBASIC::SetGlobalBreakHdl().
basctl::ExtraData::~ExtraData | ( | ) |
Definition at line 154 of file iderdll.cxx.
|
inline |
Definition at line 55 of file iderdll2.hxx.
References bChoosingMacro.
Referenced by basctl::ChooseMacro().
|
private |
|
inline |
Definition at line 61 of file iderdll2.hxx.
References aAddLibFilter.
|
inline |
Definition at line 58 of file iderdll2.hxx.
References aAddLibPath.
Referenced by basctl::LibPage::ExportAsBasic().
|
inline |
Definition at line 52 of file iderdll2.hxx.
References m_aLastEntryDesc.
|
inline |
Definition at line 50 of file iderdll2.hxx.
References aLibInfo.
|
inline |
Definition at line 62 of file iderdll2.hxx.
References aAddLibFilter.
Referenced by basctl::LibPage::InsertLib().
|
inline |
Definition at line 59 of file iderdll2.hxx.
References aAddLibPath.
Referenced by basctl::LibPage::ExportAsBasic(), basctl::LibPage::ExportAsPackage(), and basctl::LibPage::InsertLib().
|
inline |
Definition at line 53 of file iderdll2.hxx.
References m_aLastEntryDesc.
|
inline |
Definition at line 56 of file iderdll2.hxx.
References bShellInCriticalSection.
Referenced by basctl::Shell::Init(), and basctl::Shell::~Shell().
|
private |
Definition at line 39 of file iderdll2.hxx.
Referenced by GetAddLibFilter(), and SetAddLibFilter().
|
private |
Definition at line 38 of file iderdll2.hxx.
Referenced by GetAddLibPath(), and SetAddLibPath().
|
private |
Definition at line 34 of file iderdll2.hxx.
Referenced by GetLibInfo().
|
private |
Definition at line 41 of file iderdll2.hxx.
Referenced by ChoosingMacro().
|
private |
Definition at line 42 of file iderdll2.hxx.
Referenced by ShellInCriticalSection().
|
private |
Definition at line 36 of file iderdll2.hxx.
Referenced by GetLastEntryDescriptor(), and SetLastEntryDescriptor().