LibreOffice Module sc (master) 1
|
Parameter used during call to ScOrcusFilters::loadXMLStructure(). More...
#include <orcusxml.hxx>
Classes | |
struct | EntryData |
Custom data stored with each tree item. More... | |
Public Types | |
enum | EntryType { ElementDefault , ElementRepeat , Attribute } |
typedef std::vector< std::unique_ptr< EntryData > > | UserDataStoreType |
Static Public Member Functions | |
static EntryData * | getUserData (const weld::TreeView &rControl, const weld::TreeIter &rEntry) |
Public Attributes | |
OUString | maImgElementDefault |
OUString | maImgElementRepeat |
OUString | maImgAttribute |
UserDataStoreType | m_UserDataStore |
Store all custom data instances since the tree control doesn't manage the life cycle of user data. More... | |
Parameter used during call to ScOrcusFilters::loadXMLStructure().
Definition at line 26 of file orcusxml.hxx.
typedef std::vector<std::unique_ptr<EntryData> > ScOrcusXMLTreeParam::UserDataStoreType |
Definition at line 42 of file orcusxml.hxx.
Enumerator | |
---|---|
ElementDefault | |
ElementRepeat | |
Attribute |
Definition at line 28 of file orcusxml.hxx.
|
static |
Definition at line 23 of file orcusxml.cxx.
References weld::TreeView::get_id().
Referenced by ScXMLSourceDlg::AttributeSelected(), ScXMLSourceDlg::DefaultElementSelected(), ScXMLSourceDlg::IsChildrenDirty(), ScXMLSourceDlg::IsParentDirty(), ScXMLSourceDlg::OkPressed(), ScXMLSourceDlg::RefEditModified(), and ScXMLSourceDlg::TreeItemSelected().
UserDataStoreType ScOrcusXMLTreeParam::m_UserDataStore |
Store all custom data instances since the tree control doesn't manage the life cycle of user data.
Definition at line 52 of file orcusxml.hxx.
Referenced by ScOrcusXMLContextImpl::loadXMLStructure().
OUString ScOrcusXMLTreeParam::maImgAttribute |
Definition at line 46 of file orcusxml.hxx.
Referenced by ScXMLSourceDlg::ScXMLSourceDlg().
OUString ScOrcusXMLTreeParam::maImgElementDefault |
Definition at line 44 of file orcusxml.hxx.
Referenced by ScXMLSourceDlg::ScXMLSourceDlg().
OUString ScOrcusXMLTreeParam::maImgElementRepeat |
Definition at line 45 of file orcusxml.hxx.
Referenced by ScXMLSourceDlg::ScXMLSourceDlg().