Home
last modified time | relevance | path

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

/aoo4110/main/l10ntools/source/filter/utils/
H A DCache.java100 public static final java.lang.String PROPNAME_UIORDER = "UIOrder"; field in Cache
773 aResultMap.put(PROPNAME_UIORDER , aMap.get(PROPNAME_UIORDER )); in convertTypePropsToExternal()
1046 aResultMap.put(PROPNAME_UIORDER, new java.lang.Integer(0)); in convertTypePropsToInternal()
1116 aResultMap.put(PROPNAME_UIORDER , aMap.get(PROPNAME_UIORDER )); in convertTypePropsToInternal()
1971 (!aType.containsKey(PROPNAME_UIORDER )) || in validateTypes()
1979 if (((java.lang.Integer)aType.get(PROPNAME_UIORDER)).intValue() < 0) in validateTypes()
2248 java.lang.Integer nUIOrder = (java.lang.Integer)aType.get(PROPNAME_UIORDER); in transform60to6Y()
2259 aType.put(PROPNAME_UIORDER, nOrder); in transform60to6Y()
H A DXMLHelper.java262 (sTag.equals(Cache.PROPNAME_UIORDER )) || in getTypeForTag()

Completed in 37 milliseconds