Lines Matching refs:style_data
227 static $style_data = array();
229 $this->_set_odt_styles_new($renderer, $style_data, $dl_properties);
239 $properties ['width'] = $style_data ['margin-left'];
249 $properties ['border-bottom'] = $style_data ['border-bottom'];
258 $properties ['border-bottom'] = $style_data ['border-bottom'];
261 if (!empty($style_data ['image'])) {
263 $properties ['margin-right'] = $style_data ['padding-left'];
264 … $renderer->_odtAddImageUseProperties($style_data ['image'], $properties);
323 * @param Array $style_data Array for returning relevant properties to the caller
326 protected function _set_odt_styles_new(Doku_Renderer $renderer, &$style_data, &$dl_properties) { argument
366 $style_data ['border-bottom'] = $dt_properties ['border-top'];
367 $style_data ['image'] = $dd_properties ['background-image'];
368 $style_data ['margin-left'] = $dd_properties ['margin-left'];
369 $style_data ['padding-left'] = $dd_properties ['padding-left'];