Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java236 int FieldLen = SearchList.length; in FieldInList() local
238 for (int i = 0; i < FieldLen; i++) in FieldInList()
251 int FieldLen = SearchList.length; in FieldInList() local
253 if (StartIndex < FieldLen) in FieldInList()
255 for (int i = StartIndex; i < FieldLen; i++) in FieldInList()
272 int FieldLen = SearchList.length; in FieldInTable() local
274 for (int i = 0; i < FieldLen; i++) in FieldInTable()
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx568 sal_Int32 FieldLen = SearchList.getLength(); in FieldInList() local
570 for (sal_Int32 i = 0; i < FieldLen; i++) in FieldInList()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx744 sal_Int32 FieldLen = SearchList.getLength(); in FieldInList() local
746 for (sal_Int32 i = 0; i < FieldLen; i++) in FieldInList()

Completed in 36 milliseconds