Home
last modified time | relevance | path

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

/aoo42x/main/l10ntools/source/filter/utils/
H A DCache.java112 public static final java.lang.String PROPNAME_ORDER = "Order"; // -6.y field in Cache
825 sData.append(aMap.get(PROPNAME_ORDER)); in convertFilterPropsToExternal()
1182 aResultMap.put(PROPNAME_ORDER, new java.lang.Integer(sToken)); in convertFilterPropsToInternal()
1228 aResultMap.put(PROPNAME_ORDER, new java.lang.Integer(0)); in convertFilterPropsToInternal()
1243 aResultMap.put(PROPNAME_FILTERSERVICE , aMap.get(PROPNAME_ORDER )); in convertFilterPropsToInternal()
2052 (!aFilter.containsKey(PROPNAME_ORDER )) || in validateFilters()
2059 if (((java.lang.Integer)aFilter.get(PROPNAME_ORDER)).intValue() < 0) in validateFilters()
2248 java.lang.Integer nOrder = (java.lang.Integer)aFilter.get(PROPNAME_ORDER); in transform60to6Y()

Completed in 68 milliseconds