Home
last modified time | relevance | path

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

/aoo42x/main/qadevOOo/runner/util/
H A DValueChanger.java823 … com.sun.star.text.TableColumnSeparator newTCS = new com.sun.star.text.TableColumnSeparator(); in changePValue() local
824 newTCS.IsVisible = !(oldTCS.IsVisible); in changePValue()
825 newTCS.Position = (short) (oldTCS.Position+(short) 1); in changePValue()
826 newValue = newTCS; in changePValue()

Completed in 19 milliseconds