Searched refs:styleObj (Results 1 – 6 of 6) sorted by relevance
| /plugin/odt/ODT/ |
| D | ODTParagraph.php | 72 $styleObj = clone $styleFirstTemplate; 73 if (isset($styleObj)) { 74 $styleObj->setProperty('style-name', $styleNameFirst); 75 $styleObj->setProperty('style-parent', $styleName); 76 $styleObj->setProperty('style-display-name', $styleDisplayName); 79 … $styleObj->setProperty('margin-bottom', $styleBody->getProperty('margin-bottom')); 81 $params->document->addStyle($styleObj);
|
| D | ODTState.php | 146 $styleObj = $this->document->getStyle($element->getStyleName()); 147 $element->setStyle($styleObj);
|
| /plugin/fckg/fckeditor/editor/plugins/dragresizetable/ |
| D | fckplugin.js | 239 var styleObj = window.getComputedStyle( cell, null ) ; 240 cssGuess = parseInt( styleObj.getPropertyValue( "padding-left" ), 10 ) + 241 parseInt( styleObj.getPropertyValue( "padding-right" ), 10 ) ;
|
| /plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/ |
| D | fckplugin.js | 239 var styleObj = window.getComputedStyle( cell, null ) ; 240 cssGuess = parseInt( styleObj.getPropertyValue( "padding-left" ), 10 ) + 241 parseInt( styleObj.getPropertyValue( "padding-right" ), 10 ) ;
|
| /plugin/diagramsnet/lib/js/diagramly/graphml/ |
| D | mxGraphMlCodec.js | 2048 mxGraphMlCodec.prototype.addEdgeStyle = function (edge, styleObj, styleMap) argument 2155 this.mapObject(styleObj, {
|
| /plugin/strata/ |
| D | plotly-2.25.2.min.js | 8 …styleObj=null,this.traceHash={},this.layerList=[],this.belowLookup={},this.dragging=!1,this.wheeli…
|