Home
last modified time | relevance | path

Searched +full:format +(+path:plugin +path:odt) -(+path:plugin +path:odt +path:lang) (Results 1 – 25 of 37) sorted by last modified time

12

/plugin/odt/ODT/
H A DODTFootnote.php75 …$params->content .= '<text:note-ref text:note-class="footnote" text:reference-format="text" text:r…
H A DODTHeading.php28 // Change page format if pending
34 // Delete pagebreak, the format change will also introduce a pagebreak.
H A DODTImport.php220 // Workaround for ODT format, see end of loop
284 $style->setPropertyForLevel($level, 'num-format', $numbering);
314 // Workaround for ODT format:
362 // Workaround for ODT format, see end of loop
461 // Workaround for ODT format:
H A DODTParagraph.php101 // Delete pagebreak, the format change will also introduce a pagebreak.
H A DODTUtility.php124 * Paragraphs can be used for pagebreaks/changing page format.
268 if ($width >= 17){ // FIXME : this assumes A4 page format with 2cm margins
321 * - short color values like #fff are converted to the long format, e.g #ffffff
409 * - short color values like #fff are converted to the long format, e.g #ffffff
472 * for the ODT format and changes URLs to local paths if required, using $baseURL).
502 * Finally the CSS properties are converted to ODT format if neccessary.
538 * Finally the CSS properties are converted to ODT format if neccessary.
696 * Convenience function for converting some HTML code to ODT format.
H A Dpage.php16 var $format = 'A4'; variable in pageFormat
31 * @param string $format
62 * If $format is unknown, then format 'A4' will be assumed.
64 * @param string $format
68 switch ($format) {
225 $dest ['format'] = $format;
239 * Set format. Sets all values according to $format.
241 * @param string $format
247 // Query format data
251 $this->format = $data ['format'];
[all …]
/plugin/odt/ODT/styles/
H A DODTMasterPageStyle.php101 * @param $xmlCode Style definition in ODT XML format
H A DODTPageLayoutStyle.php27 …'num-format' => array ('style:num-format', 'props', true),
214 * @param $xmlCode Style definition in ODT XML format
354 …s ['width'].'cm" fo:page-height="'.$properties ['height'].'cm" style:num-format="1" style:print-or…
H A DODTParagraphStyle.php194 * @param $xmlCode Style definition in ODT XML format
H A DODTStyle.php110 * @param $xmlCode Style definition in ODT XML format
184 * @param $xmlCode Style definition in ODT XML format
192 // in ODT XML '<text:outline-level-style text:level="3" style:num-format="" >'
H A DODTStyleStyle.php182 * @param $xmlCode Style definition in ODT XML format
H A DODTTableCellStyle.php145 * @param $xmlCode Style definition in ODT XML format
H A DODTTableColumnStyle.php89 * @param $xmlCode Style definition in ODT XML format
151 // Convert width to ODT format
H A DODTTableRowStyle.php108 * @param $xmlCode Style definition in ODT XML format
H A DODTTableStyle.php118 * @param $xmlCode Style definition in ODT XML format
H A DODTTextListStyle.php29 …'num-format' => array ('style:num-format', 'style-a…
129 * @param $xmlCode Style definition in ODT XML format
H A DODTTextOutlineStyle.php25 …'num-format' => array ('style:num-format', 'level',…
104 * @param $xmlCode Style definition in ODT XML format
H A DODTTextStyle.php181 * @param $xmlCode Style definition in ODT XML format
H A DODTUnknownStyle.php94 * @param $xmlCode Style definition in ODT XML format
/plugin/odt/
H A DREADME.txt3 This plugin lets you export wiki pages to ODT, the OpenDocument Text format as
6 Further documentation on the OpenDocument format is available here :
H A Dexample.css10 * which are not known to CSS but exist in ODT format as ODT XML
/plugin/odt/action/
H A Dexport.php135 $format = NULL;
145 // check conversion format
147 $format = 'pdf';
170 $this->config->setConvertTo($format);
/plugin/odt/conf/
H A Ddefault.php32 // Page format, orientation and margins in 'cm'
33 $conf['format'] = 'A4';
H A Dmetadata.php25 $meta['format'] = array('multichoice', '_choices' => array('A6', 'A5', 'A4', 'A3',
/plugin/odt/helper/
H A Dconfig.php268 // Page format, orientation and margins
270 // This settings also have a syntax tag changing the page format
272 // page format and may only be set if at the start of the document.
274 // change the format of the first page!
275 $this->config ['format'] =
694 * @param string $format Conversion format (e.g. 'pdf')
696 public function setConvertTo($format) { argument
697 $this->convert_to = $format;
704 * or NULL (output ODT format)

12