Home
last modified time | relevance | path

Searched refs:StartIndex (Results 1 – 5 of 5) 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()
266 if (i != StartIndex) in adjustLineWidth()
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx161 long nStart = m_pResult->StartIndex; in hasRow()
176 long nEnd = m_pResult->StartIndex; in getMaxRow()
205 long nEnd = m_pResult->StartIndex; in hasCausedException()
224 long nDiff = nRow - m_pResult->StartIndex; in getRowAny()
237 long nDiff = nRow - m_pResult->StartIndex; in remindMapped()
250 long nDiff = nRow - m_pResult->StartIndex; in isRowMapped()
H A Dcachedcontentresultsetstub.cxx256 aRet.StartIndex = nRowStartPosition; \
/trunk/main/offapi/com/sun/star/ucb/
H A DFetchResult.idl50 <member>FetchResult::StartIndex</member> equals <code>3</code>, the
57 long StartIndex;
/trunk/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java249 public static int FieldInList(String[] SearchList, String SearchString, int StartIndex) in FieldInList() argument
253 if (StartIndex < FieldLen) in FieldInList()
255 for (int i = StartIndex; i < FieldLen; i++) in FieldInList()

Completed in 182 milliseconds