Lines Matching refs:actualSection
91 private OutlineSection $actualSection; // the actual section that is created variable in ComboStrap\\Outline
143 $this->actualSection = $this->rootSection;
245 if ($this->actualSection->hasParent()) {
247 … $this->actualSection->setEndPosition($actualCall->getFirstMatchedCharacterPosition() - 1);
249 $actualSectionLevel = $this->actualSection->getLevel();
277 $this->actualSection->appendChild($newOutlineSection);
293 …SectionLevel) has the level ($newSectionLevel) but is parent ({$this->actualSection->getLabel()}) …
307 $parent = $this->actualSection->getParent();
325 $this->actualSection->appendChild($newOutlineSection);
333 $this->actualSection = $newOutlineSection;
345 $this->actualSection->incrementLineNumber();
350 $this->actualSection->incrementLineNumber();
725 …if ($this->actualHeadingParsingState === DOKU_LEXER_ENTER && !$this->actualSection->hasContentCall…
726 $this->actualSection->addHeaderCall($actualCall);
729 $this->actualSection->addContentCall($actualCall);