X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet.graph%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fgraph%2Ffunction%2FAll.java;fp=bundles%2Forg.simantics.spreadsheet.graph%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fgraph%2Ffunction%2FAll.java;h=0f6f422eb982c8229ce37fa200b66c8e8ba70a43;hb=e5871be84f8ba53a1c80be728bcfb67231c29279;hp=bc034086c7d1841eddc76d778b0d9c12e3b80171;hpb=fb89ec6bace6b3eef93a4c437171bb173fc861b6;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/function/All.java b/bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/function/All.java index bc034086c..0f6f422eb 100644 --- a/bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/function/All.java +++ b/bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/function/All.java @@ -208,7 +208,7 @@ public class All { StandardRealm realm = SpreadsheetSessionManager.getInstance().getOrCreateRealm(graph, sessionName); SpreadsheetBook book = realm.getEngine(); SpreadsheetCell sc = book.get(sheet.getName(graph), r.startRow, r.startColumn); - sc.setContent(value); + //sc.setContent(value); realm.asyncExec(new Runnable() { @Override @@ -714,7 +714,6 @@ public class All { if (style != null) styleId = graph.getPossibleRelatedValue(style, SR.Style_id, Bindings.INTEGER); if (styleId == null) { - System.err.println("Style " + style + " has no ID or either cell "+ repr + " has no style attached to it !!"); styleId = SpreadsheetStyle.empty().getStyleId(); } @@ -898,7 +897,6 @@ public class All { } if (runCell != null) { - System.out.println("All.edit " + runCell.getURI(graph)); runCell.setPropertyValue(graph, SHEET.Cell_content, value, Bindings.VARIANT); } }