Home
last modified time | relevance | path

Searched refs:styleObj (Results 1 – 6 of 6) sorted by relevance

/plugin/odt/ODT/
DODTParagraph.php72 $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);
DODTState.php146 $styleObj = $this->document->getStyle($element->getStyleName());
147 $element->setStyle($styleObj);
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
Dfckplugin.js239 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/
Dfckplugin.js239 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/
DmxGraphMlCodec.js2048 mxGraphMlCodec.prototype.addEdgeStyle = function (edge, styleObj, styleMap) argument
2155 this.mapObject(styleObj, {
/plugin/strata/
Dplotly-2.25.2.min.js8styleObj=null,this.traceHash={},this.layerList=[],this.belowLookup={},this.dragging=!1,this.wheeli…