Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/common/
H A DHelper.java104 int MaxCount = CurPropertyValue.length; in getPropertyValue() local
105 for (int i = 0; i < MaxCount; i++) in getPropertyValue()
148 int MaxCount = CurPropertyValue.length; in getPropertyValuefromAny() local
149 for (int i = 0; i < MaxCount; i++) in getPropertyValuefromAny()
171 int MaxCount = CurPropertyValue.length; in getPropertyValuefromAny() local
172 for (int i = 0; i < MaxCount; i++) in getPropertyValuefromAny()
H A DSystemDialog.java280 int MaxCount = xPropertyValue.length; in getFilterUIName_() local
281 for (int i = 0; i < MaxCount; i++) in getFilterUIName_()

Completed in 18 milliseconds