Lines Matching refs:content

25         $params->content .= '<index-placeholder no="'.($index_count+1).'"/>';
81 …$params->content = str_replace ('<index-placeholder no="'.($index_no+1).'"/>', $indexContent, $par…
259 …$content = '<text:'.$tag.' text:style-name="Standard" text:protected="true" text:name="'.$name.'"…
260 $content .= '<text:'.$tag.'-source '.$source_attrs.'>';
262 …$content .= '<text:index-title-template text:style-name="'.$title_style.'">'.$title.'</text:index-…
264 $content .= '<text:index-title-template text:style-name="'.$title_style.'"/>';
273 …$content .= '<text:'.$tag.'-entry-template text:outline-level="'.$level.'" text:style-name="'.$p_s…
274 … $content .= '<text:index-entry-link-start text:style-name="'.$stylesLNames [$level].'"/>';
275 $content .= '<text:index-entry-chapter/>';
277 $content .= '<text:index-entry-span> </text:index-entry-span>';
279 $content .= '<text:index-entry-text/>';
280 …$content .= '<text:index-entry-tab-stop style:type="right" style:leader-char="'.$leader_sign.'"/>';
281 $content .= '<text:index-entry-page-number/>';
282 $content .= '<text:index-entry-link-end/>';
283 $content .= '</text:'.$tag.'-entry-template>';
286 $content .= '</text:'.$tag.'-source>';
287 $content .= '<text:index-body>';
289 … $content .= '<text:index-title text:style-name="Standard" text:name="'.$index_name.'_Head">';
290 $content .= '<text:p text:style-name="'.$title_style.'">'.$title.'</text:p>';
291 $content .= '</text:index-title>';
298 … $content .= self::getTOCBody ($toc, $p_styles_auto, $stylesLNames, $max_outline_level, $links);
301 …$content .= self::getChapterIndexBody ($toc, $p_styles_auto, $stylesLNames, $max_outline_level, $l…
304 $content .= '</text:index-body>';
305 $content .= '</text:'.$tag.'>';
310 $content .= '<text:p text:style-name="'.$style_name.'"/>';
314 return $content;
329 $content = '';
336 $content .= '<text:p text:style-name="'.$p_styles [$level].'">';
338 …$content .= '<text:a xlink:type="simple" xlink:href="#'.$params [0].'" text:style-name="'.$stylesL…
340 $content .= $params [2];
341 $content .= '<text:tab/>';
343 $content .= $page;
345 $content .= '</text:a>';
347 $content .= '</text:p>';
350 return $content;
368 $content = '';
383 $content .= '<text:p text:style-name="'.$p_styles [$level].'">';
385 …$content .= '<text:a xlink:type="simple" xlink:href="#'.$params [0].'" text:style-name="'.$stylesL…
387 $content .= $params [2];
388 $content .= '<text:tab/>';
390 $content .= $page;
392 $content .= '</text:a>';
394 $content .= '</text:p>';
399 return $content;