LibreOffice Module sc (master) 1
|
Custom data stored with each tree item. More...
#include <orcusxml.hxx>
Public Member Functions | |
SC_DLLPUBLIC | EntryData (EntryType eType) |
Leaf if it has no child elements. Child Attributes don't count. More... | |
Public Attributes | |
size_t | mnNamespaceID |
EntryType | meType |
numerical ID for xml namespace More... | |
ScAddress | maLinkedPos |
bool | mbRangeParent:1 |
linked cell position (invalid if unlinked) More... | |
bool | mbLeafNode:1 |
Custom data stored with each tree item.
Definition at line 31 of file orcusxml.hxx.
ScOrcusXMLTreeParam::EntryData::EntryData | ( | EntryType | eType | ) |
Leaf if it has no child elements. Child Attributes don't count.
Definition at line 15 of file orcusxml.cxx.
ScAddress ScOrcusXMLTreeParam::EntryData::maLinkedPos |
Definition at line 35 of file orcusxml.hxx.
Referenced by ScXMLSourceDlg::AttributeSelected(), ScXMLSourceDlg::IsChildrenDirty(), ScXMLSourceDlg::IsParentDirty(), ScXMLSourceDlg::OkPressed(), ScXMLSourceDlg::RefEditModified(), and ScXMLSourceDlg::TreeItemSelected().
bool ScOrcusXMLTreeParam::EntryData::mbLeafNode |
Definition at line 37 of file orcusxml.hxx.
bool ScOrcusXMLTreeParam::EntryData::mbRangeParent |
linked cell position (invalid if unlinked)
Definition at line 36 of file orcusxml.hxx.
Referenced by ScXMLSourceDlg::AttributeSelected(), and ScXMLSourceDlg::RefEditModified().
EntryType ScOrcusXMLTreeParam::EntryData::meType |
numerical ID for xml namespace
Definition at line 34 of file orcusxml.hxx.
Referenced by ScXMLSourceDlg::DefaultElementSelected(), ScXMLSourceDlg::IsChildrenDirty(), ScXMLSourceDlg::RefEditModified(), and ScXMLSourceDlg::TreeItemSelected().
size_t ScOrcusXMLTreeParam::EntryData::mnNamespaceID |
Definition at line 33 of file orcusxml.hxx.