Home
last modified time | relevance | path

Searched refs:pagebreakIsPending (Results 1 – 3 of 3) sorted by relevance

/plugin/odt/ODT/
H A DODTHeading.php40 if ( $params->document->pagebreakIsPending() ) {
H A DODTParagraph.php105 if ( $params->document->pagebreakIsPending() ) {
H A DODTDocument.php318 if ( ($this->pagebreakIsPending() || $this->pageFormatChangeIsPending()) ||
549 function pagebreakIsPending() { function in ODTDocument