LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScOrcusXMLTreeParam::EntryData Struct Reference

Custom data stored with each tree item. More...

#include <orcusxml.hxx>

Collaboration diagram for ScOrcusXMLTreeParam::EntryData:
[legend]

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
 

Detailed Description

Custom data stored with each tree item.

Definition at line 31 of file orcusxml.hxx.

Constructor & Destructor Documentation

◆ EntryData()

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.

References eType, and meType.

Member Data Documentation

◆ maLinkedPos

ScAddress ScOrcusXMLTreeParam::EntryData::maLinkedPos

◆ mbLeafNode

bool ScOrcusXMLTreeParam::EntryData::mbLeafNode

Definition at line 37 of file orcusxml.hxx.

◆ mbRangeParent

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().

◆ meType

EntryType ScOrcusXMLTreeParam::EntryData::meType

◆ mnNamespaceID

size_t ScOrcusXMLTreeParam::EntryData::mnNamespaceID

Definition at line 33 of file orcusxml.hxx.


The documentation for this struct was generated from the following files: