class SwTextNode; struct SwPosition; class SwNumRule;
class SAL_DLLPUBLIC_RTTI SwNodeNum final : public SwNumberTreeNode
{ public: explicit SwNodeNum(SwTextNode* pTextNode, bool isHiddenRedlines); // note: this is only for creating phantom nodes and root nodes; these // never have a text node explicit SwNodeNum(SwNumRule* pNumRule); virtual ~SwNodeNum() override;
// The number tree root node is deleted, when the corresponding numbering // rule is deleted. In this situation the number tree should be empty - // still registered text nodes aren't allowed. But it is possible, that // text nodes of the undo nodes array are still registered. These will be // unregistered. // Text nodes of the document nodes array aren't allowed to be registered // in this situation - this will be asserted. staticvoid HandleNumberTreeRootNodeDelete(SwNodeNum& rNodeNum);
/** determines the <SwNodeNum> instance, which is preceding the given text node
// method called before this tree node has been added to the list tree virtualvoid PreAdd() override; // method called at a child after this child has been removed from the list tree virtualvoid PostRemove() override;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.