// get the current ToXBase, which is not necessarily the same instance that existed there before static SwTOXBase & GetTOX(SwDoc & rDoc, SwNodeOffset const nNodeIndex)
{
SwSectionNode *const pNode(rDoc.GetNodes()[nNodeIndex]->GetSectionNode());
assert(pNode);
assert(dynamic_cast<SwTOXBaseSection*>(&pNode->GetSection())); auto & rTOX(static_cast<SwTOXBaseSection&>(pNode->GetSection())); return rTOX;
}
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.