Home
last modified time | relevance | path

Searched refs:getStyle (Results 76 – 100 of 108) sorted by path

12345

/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak443 model.setStyle(target, model.getStyle(cells[0]));
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java1781 String initial = graph.getModel().getStyle( in actionPerformed()
H A DEditorActions.java.bak1781 String initial = graph.getModel().getStyle(
H A DSchemaGraphComponent.java95 return mxUtils.getInt(state.getStyle(), "sourceRow", -1); in getColumn()
99 return mxUtils.getInt(state.getStyle(), "targetRow", -1); in getColumn()
/plugin/odt/ODT/
H A DODTDocument.php1390 $outline_style = $this->getStyle('Outline');
2163 public function getStyle ($styleName) { function in ODTDocument
2164 return $this->styleset->getStyle($styleName);
2198 return $this->styleset->getStyle($this->styleset->getStyleName($alias));
2285 $style = $this->styleset->getStyle($name);
2358 $style = $this->styleset->getStyle($name);
H A DODTExport.php165 $source = $params->document->getStyle($params->document->getStyleName('first page'));
166 … $dest = $params->document->getStyle($first_master->getProperty('style-page-layout-name'));
H A DODTImport.php153 $style = $params->styleset->getStyle($name);
163 $style = $params->styleset->getStyle($name);
215 $style = $params->styleset->getStyle($name);
222 $firstStyle = $params->styleset->getStyle($name);
224 $lastStyle = $params->styleset->getStyle($name);
357 $style = $params->styleset->getStyle($name);
364 $firstStyle = $params->styleset->getStyle($name);
366 $lastStyle = $params->styleset->getStyle($name);
506 $style = $params->styleset->getStyle($name);
612 $style = $params->styleset->getStyle($name);
[all …]
H A DODTList.php253 $style_body = $params->document->getStyle($last_p_style);
H A DODTParagraph.php70 $styleBody = $params->document->getStyle($styleName);
H A DODTState.php146 $styleObj = $this->document->getStyle($element->getStyleName());
H A DODTTable.php44 $list_style = $params->document->getStyle($list_style_name);
57 $style_obj = clone $params->document->getStyle($tableStyleName);
593 $style_obj = $params->document->getStyle($style_name);
H A Dstyleset.php259 public function getStyle ($name) { function in ODTStyleSet
/plugin/odt/ODT/elements/
H A DODTElementFrame.php175 $frameStyle = $this->getStyle();
H A DODTElementTable.php320 $cell_style = $cell->getStyle();
339 $style_obj = $params->document->getStyle($style_name);
359 $tableStyle = $this->getStyle();
427 $style_obj = $params->document->getStyle($table_style_name);
459 $tableStyle = $this->getStyle();
470 $style_obj = $params->document->getStyle($style_name);
H A DODTStateElement.php102 public function getStyle() { function in ODTStateElement
/plugin/odt/renderer/
H A Dpage.php1065 $style = clone($this->document->getStyle($body));
1090 $style = clone($this->document->getStyle($ol));
/plugin/ol3/
H A Dscript.js8getStyle();return n&&t.setStyle(n),t},e.prototype.getGeometry=function(){return this.get(this.geom… method in e
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …n Pattern_getPattern(ctx) {\n unreachable(`Should not call Pattern.getStyle: ${ctx}`);\n }…
/plugin/refnotes/
H A Dadmin.js372 this.getStyle = function (name) {
419 this.getStyle = function (name) {
426 result = getParent().getStyle(name);
489 setSelection(current.getStyle(styleName));
497 setSelection(current.getStyle(styleName));
523 edit.val(current.getStyle(styleName));
532 edit.val(current.getStyle(styleName));
H A Dnamespace.php323 public function getStyle($name) { function in refnotes_namespace
454 switch ($this->getStyle('scoping')) {
H A Drendering.php36 protected function getStyle($name) { function in refnotes_renderer_base
37 return $this->namespace->getStyle($name);
78 $this->referenceRenderer = $this->createRenderer($this->getStyle('reference-render'));
79 $this->noteRenderer = $this->createRenderer($this->getStyle('note-render'));
125 $style = $this->getStyle('notes-separator');
339 return ($reference->getAttribute('use-' . $name) === false) ? $default : $this->getStyle($name);
442 $backRefFormat = $this->getStyle('back-ref-format');
498 switch ($this->getStyle('note-preview')) {
519 return $this->renderBase($this->getStyle('reference-base'));
533 $result = $this->renderFormat($this->getStyle('referenc
[all...]
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js95 …if(Element.getStyle(this.update, 'display')=='none') this.options.onShow(this.element, this.update…
98 (Element.getStyle(this.update, 'position')=='absolute')) {
117 …if(Element.getStyle(this.update, 'display')!='none') this.options.onHide(this.element, this.update…
498 this._originalBackground = this.element.getStyle('background-color') || 'transparent';
H A Ddragdrop.js297 parseInt(Element.getStyle(this.element,'left') || '0'),
298 parseInt(Element.getStyle(this.element,'top') || '0')]);
329 this.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0);
335 this._originallyAbsolute = (this.element.getStyle('position') == 'absolute');
H A Deffects.js380 this.originalLeft = parseFloat(this.element.getStyle('left') || '0');
418 this.elementPositioning = this.element.getStyle('position');
428 var fontSize = this.element.getStyle('font-size') || '100%';
565 position: element.getStyle('position'),
644 top: element.getStyle('top'),
645 left: element.getStyle('left'),
672 top: element.getStyle('top'),
673 left: element.getStyle('left') };
695 var oldInnerBottom = element.down().getStyle('bottom');
724 var oldInnerBottom = element.down().getStyle('bottom');
[all …]

12345