Home
last modified time | relevance | path

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

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