Lines Matching refs:this

57         $noPrefix = ($this->getConf('noPrefix') && $useNoPrefix) ? $pattern($this->getConf('noPrefix')) : '';
62 $restrictedClasses = ($this->getConf('restrictedClasses')) ?
63 $pattern($this->getConf('restrictedClasses')) : '';
64 $restrictionType = $this->getConf('restrictionType');
98 if ($this->getConf('darkTpl')) {
101 if ($this->getConf('emulatedHeadings')) {
128 $attr = $this->getAttributes($data);
157 $attr = $this->getAttributes($data, false);
158 $attr_string = $this->buildAttributes($data);
208 $this->renderODTOpenSpan ($renderer, $attr ['class'], $style, $language, $attr_string);
211 $this->renderODTOpenParagraph ($renderer, $attr ['class'], $style, $attr ['dir'], $language, $is_indent, $is_outdent, true, $attr_string);
216 $wrap = $this->loadHelper('wrap');
220 $this->renderODTOpenBox ($renderer, $attr ['class'], $style, $fullattr);
222 $this->renderODTOpenTable ($renderer, $attr, $style, $attr_string);
226 $this->renderODTOpenColumns ($renderer, $attr ['class'], $style);
229 $this->renderODTOpenParagraph ($renderer, $attr ['class'], $style, $attr ['dir'], $language, $is_indent, $is_outdent, false, $attr_string);
236 $this->renderODTOpenColumn ($renderer, $attr ['class'], $style, $attr_string);
239 $this->renderODTOpenGroup ($renderer, $attr ['class'], $style);
261 $this->renderODTCloseBox ($renderer);
263 $this->renderODTCloseTable ($renderer);
267 $this->renderODTCloseColumns($renderer);
270 $this->renderODTCloseParagraph($renderer);
273 $this->renderODTCloseColumn($renderer);
276 $this->renderODTCloseGroup($renderer);
279 $this->renderODTCloseSpan($renderer);
441 $name .= $this->getODTCommonStyleName($class);
511 $this->column_count++;
512 if ( $this->column_count == 1 ) {
513 // If this is the first column opened since the group was opened
544 if ( $this->column_count > 0 ) {
550 $this->column_count = 0;
596 $name .= $this->getODTCommonStyleName($class);