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 path

12

/plugin/exttab3/helper/
H A Dodt.php3 * ODT (Open Document format) export for Exttab3 plugin
58 // There is no caption in ODT table format.
82 // There is no caption in ODT table format.
/plugin/odt/
H A DChangeLog.txt3 * Added syntax tag for changing the page format, orientation and page margins.
4 E.g. '{{odt>page:A3,landscape,1,1,1,1}}' sets the page format to A3, landscape orientation
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 :
/plugin/odt/ODT/
H A DODTDefaultStyles.php22 …layout-properties fo:page-width="21cm" fo:page-height="29.7cm" style:num-format="1" style:print-or…
H A DODTDocument.php393 * Automatically generate ODT format for $HTMLCode
554 * Check if a page format change is pending
869 * page format is equal to the required page format.
1630 * @param string $format e.g. 'A4', 'A3'
1638 // Setup page format.
1656 * This function sets the page format.
1660 * @param string $format e.g. 'A4', 'A3'
1671 if ( empty($format) ) {
1672 $format = $this->page->getFormat();
1690 // Adjust given parameters, query resulting format data and get format-string
[all …]
H A DODTExport.php159 // Evtl. copy page format of first page to different style
164 // then used by us for the first page. Copy the page format settings.
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

12