Home
last modified time | relevance | path

Searched +full:empty +(+path:plugin +path:odt) -(+path:plugin +path:odt +path:lang) (Results 26 – 41 of 41) sorted by relevance

12

/plugin/odt/ODT/
H A DODTImport.php187 if (empty($width) || empty($height)) {
546 if ( !empty ($properties ['border-collapse']) ) {
712 if (!empty($media_sel)) {
723 if (!empty($media_sel)) {
731 if (!empty($media_sel)) {
746 if (!empty($properties ['background-color'])) {
752 if (!empty($media_sel)) {
H A DODTParagraph.php33 if ( empty($styleName) ) {
203 if ( !empty ($picture) ) {
H A DODTHeading.php76 if(empty($title)) {
H A DODTExport.php108 if ( !empty($page) ) {
228 if ( !empty($page) ) {
H A DODTSpan.php81 if ( !empty ($picture) ) {
/plugin/odt/
H A Dsyntax.php272 if (empty($pagename)) {
315 if (empty($properties ['page'])) {
318 if (empty($properties ['wrap'])) {
324 if (empty($properties ['vertical-pos'])) {
327 if (empty($properties ['vertical-rel'])) {
342 if (empty($properties ['margin-top'])) {
345 if (empty($properties ['margin-right'])) {
351 if (empty($properties ['margin-left'])) {
354 if (empty($properties ['padding-top'])) {
366 if (empty($properties ['border-top'])) {
[all …]
H A DChangeLog.txt25 * Fixed issue 'IntelliJ IDEA inspections doesn't like "empty ($picture) === true" lines #41'
177 * renderer.php: Remove empty paragraphs from output
/plugin/odt/ODT/elements/
H A DODTElementTableColumn.php101 if (empty($style_name)) {
H A DODTStateElement.php27 // Empty for now.
/plugin/odt/ODT/css/
H A Dcssdocument.php278 if (!empty($pseudo_classes)) {
281 if (!empty($pseudo_elements)) {
/plugin/odt/helper/
H A Dstylefactory.php97 * The function returns the name of the new style or NULL if all relevant properties are empty.
118 * The function returns the name of the new style or NULL if all relevant properties are empty.
138 * The function returns the name of the new style or NULL if all relevant properties are empty.
159 * The function returns the name of the new style or NULL if all relevant properties are empty.
179 * The function returns the name of the new style or NULL if all relevant properties are empty.
199 * The function returns the name of the new style or NULL if all relevant properties are empty.
222 * The function returns the name of the new style or NULL if all relevant properties are empty.
243 * The function returns the name of the new style or NULL if all relevant properties are empty.
H A Dconfig.php104 // Set up empty array with known config parameters
429 if (!empty($name)) {
451 if (!empty($name)) {
464 if (!empty($name)) {
477 if (!empty($name)) {
490 if (!empty($name)) {
503 if (!empty($name)) {
516 if (!empty($name)) {
530 if (!empty($name) and $this->isMetaSetting($name)) {
587 if ( $name == 'template' && !empty($template) ) {
[all …]
H A Dcssimport.php71 if ( empty ($this->property) ) {
329 if (empty ($font_family)) {
335 if (!empty ($font_family)) {
1017 if ( !empty($classString) ) {
1231 if ( empty($filename) ) {
1255 if ( empty($filename) ) {
1363 if ( empty ($name) ) {
1387 if ( empty ($classString) || empty ($name) ) {
1402 if ( empty ($element) && empty ($classString) && empty ($cssId) ) {
1430 if ( !empty ($rep) ) {
[all …]
H A Ddwcssloader.php20 /** var string Usually empty, can be used for debugging */
/plugin/odt/action/
H A Dexport.php165 if (!empty($warning)) {
274 } elseif(isset($_COOKIE['list-pagelist']) && !empty($_COOKIE['list-pagelist'])) {
291 // print $this->getLang('empty');
297 if(!is_array($list) || empty($list)) {
299 print $this->getLang('empty');
305 if(empty($title)) {
312 //show empty bookcreator message
313 $this->showPageWithErrorMsg($event, 'empty');
329 if(!$INPUT->bool('book_skipforbiddenpages') && !empty($skippedpages)) {
353 if (!empty($msglangkey)) {
/plugin/odt/renderer/
H A Dpage.php38 // Set up empty array with known config parameters
219 if (!empty($fontFize)) {
221 if (!empty($fontFizeInPx)) {
406 // Default for chapter index is empty.
1080 if (empty($properties ['color'])) {
1131 if (empty($language)) {
1187 if (empty($title)) {
1211 if (empty($title)) {$title=explode(':',$src); $title=end($title);}
1241 if (empty($title)) {
2235 if (!empty($template)) {

12