Searched refs:newTCS (Results 1 – 1 of 1) sorted by relevance
823 … com.sun.star.text.TableColumnSeparator newTCS = new com.sun.star.text.TableColumnSeparator(); in changePValue() local824 newTCS.IsVisible = !(oldTCS.IsVisible); in changePValue()825 newTCS.Position = (short) (oldTCS.Position+(short) 1); in changePValue()826 newValue = newTCS; in changePValue()
Completed in 16 milliseconds