Home
last modified time | relevance | path

Searched refs:styleExists (Results 1 – 13 of 13) sorted by relevance

/plugin/divalign2/
H A Dcommon.php138 if (!$renderer->styleExists('Plugin_DivAlign2')) {
155 if (!$renderer->styleExists($style_name)) {
/plugin/keyboard/
H A Dsyntax.php171 if (!$renderer->styleExists('Plugin_Keyboard')) {
192 if (!$renderer->styleExists($style_name)) {
213 if (!$renderer->styleExists($style_name)) {
/plugin/wrap/
H A Dhelper.php432 if (!$renderer->styleExists('Plugin_Wrap_Paragraphs')) {
443 if (!$renderer->styleExists($style_name)) {
587 if (!$renderer->styleExists('Plugin_Wrap_Spans')) {
598 if (!$renderer->styleExists($style_name)) {
/plugin/odt/ODT/
H A DODTImage.php50 if (empty($style) || !$params->document->styleExists($style)) {
145 if (!$style or !$params->document->styleExists($style)) {
H A DODTParagraph.php61 if (!$params->document->styleExists($styleNameFirst)) {
H A Dstyleset.php240 public function styleExists ($name) { function in ODTStyleSet
H A DODTList.php245 if (!$params->document->styleExists($style_name)) {
H A DODTUtility.php651 if (!isset($styleName) || !$params->document->styleExists($styleName)) {
674 if (!isset($styleName) || !$params->document->styleExists($styleName)) {
H A DODTDocument.php935 if ( !$this->styleExists($style_name) ) {
2153 public function styleExists ($name) { function in ODTDocument
2154 return $this->styleset->styleExists($name);
H A DODTTable.php56 if (!$params->document->styleExists($style_name)) {
/plugin/odt/renderer/
H A Dpage.php1062 if (!$this->document->styleExists($style_name)) {
1074 if (!$this->document->styleExists($style_name)) {
1086 if (!$this->document->styleExists($style_name)) {
2194 public function styleExists ($style_name) { function in renderer_plugin_odt_page
2195 return $this->document->styleExists($style_name);
/plugin/definitionlist/
H A Dsyntax.php331 if (!$renderer->styleExists('Plugin_DivAlign2')) {
/plugin/cli/
H A Dsyntax.php310 if(!$renderer->styleExists('Command Line Interface')) {