Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTTable.php258 …DTInternalParams $params, $colspan = 1, $rowspan = 1, $align = "left", $cellStyle=NULL, $paragraph… argument
263 if (empty($cellStyle)) {
264 $cellStyle = $params->document->getStyleName('table header');
279 ($cellStyle, $colspan, $rowspan);
307 …DTInternalParams $params, $colspan = 1, $rowspan = 1, $align = "left", $cellStyle=NULL, $paragraph… argument
319 if (empty($cellStyle)) {
320 $cellStyle = $params->document->getStyleName('table cell');
334 ($cellStyle, $colspan, $rowspan);
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js118 var cellStyle = graph.getModel().getStyle(state.cell);
119 var tokens = (cellStyle != null) ? cellStyle.split(';') : [];
248 var cellStyle = model.getStyle(cell);
249 var tokens = (cellStyle != null) ? cellStyle.split(';') : [];
H A DGraph.js2290 var cellStyle = this.model.getStyle(cell);
2291 var tokens = (cellStyle != null) ? cellStyle.split(';') : [];
5807 …createTable = function(rowCount, colCount, w, h, title, startSize, tableStyle, rowStyle, cellStyle) argument
5816cellStyle = (cellStyle != null) ? cellStyle : 'shape=partialRectangle;html=1;whiteSpace=wrap;conne…
5822 this.createVertex(null, null, '', 0, 0, w, h, cellStyle),
5860 …imlane = function(rowCount, colCount, w, h, title, tableStyle, rowStyle, firstCellStyle, cellStyle) argument
5874 cellStyle = (cellStyle != null) ? cellStyle : 'swimlane;connectable=0;startSize=' +
5893 this.createVertex(null, null, '', t, 0, w, h, cellStyle),
H A DSidebar.js2227 var cellStyle = graph.getModel().getStyle(source);
2245 graph.getModel().setStyle(targetCell, cellStyle);
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js13687 …var txtStyles = [], marginW = 25, marginH = 40, imgSize = 54, hasImage = true, cellStyle = addAllS…
13691cellStyle += 'spacingTop=' + imgSize + ';imageWidth=' + imgSize + ';imageHeight=' + imgSize + ';im…
13696cellStyle += 'spacingLeft=' + imgSize + ';imageWidth=' + (imgSize - 4) + ';imageHeight=' + (imgSiz…
13727 cellStyle + (hasImage? imgUrl : ''));
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs11015 …o[o.length] = ('<cellStyles count="1"><cellStyle name="Normal" xfId="0" builtinId="0"/></cellStyle…