Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java234 private int getCorrWidth(int StartIndex, int EndIndex, int nDist, int Widthfactor) in getCorrWidth() argument
240 ShapeCount = EndIndex - StartIndex + 1; in getCorrWidth()
257 private void adjustLineWidth(int StartIndex, int EndIndex, int nDist, int WidthFactor) in adjustLineWidth() argument
259 int CorrWidth = getCorrWidth(StartIndex, EndIndex, nDist, WidthFactor); in adjustLineWidth()
261 for (int i = StartIndex; i <= EndIndex; i++) in adjustLineWidth()

Completed in 17 milliseconds