Lines Matching refs:aElements
1011 Object[] aElements = null; in getInternalFilterName() local
1015 aElements = (Object[]) aNameAccess.getByName(_sFilterName); in getInternalFilterName()
1016 if (aElements != null) in getInternalFilterName()
1020 for (int i=0;i<aElements.length; i++) in getInternalFilterName()
1022 PropertyValue aPropertyValue = (PropertyValue)aElements[i]; in getInternalFilterName()
1089 Object[] aElements = null; in getServiceNameFromFilterName() local
1093 aElements = (Object[]) aNameAccess.getByName(_sFilterName); in getServiceNameFromFilterName()
1094 if (aElements != null) in getServiceNameFromFilterName()
1098 for (int i=0;i<aElements.length; i++) in getServiceNameFromFilterName()
1100 PropertyValue aPropertyValue = (PropertyValue)aElements[i]; in getServiceNameFromFilterName()
1174 Object[] aElements = null; in getFileExtension() local
1178 aElements = (Object[]) aNameAccess.getByName(_sInternalFilterName); in getFileExtension()
1179 if (aElements != null) in getFileExtension()
1183 for (int i=0;i<aElements.length; i++) in getFileExtension()
1185 PropertyValue aPropertyValue = (PropertyValue)aElements[i]; in getFileExtension()