Home
last modified time | relevance | path

Searched refs:updateFormattingScores (Results 1 – 2 of 2) sorted by relevance

/plugin/wordimport/docx/
DParagraph.php35 $this->updateFormattingScores();
97 protected function updateFormattingScores() function in dokuwiki\\plugin\\wordimport\\docx\\Paragraph
102 $this->texts[$i]->updateFormattingScores($this->texts[$i + 1]);
DTextRun.php120 public function updateFormattingScores(TextRun $nextRun) function in dokuwiki\\plugin\\wordimport\\docx\\TextRun