Home
last modified time | relevance | path

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

/aoo4110/main/l10ntools/source/filter/utils/
H A DCache.java111 public static final java.lang.String PROPNAME_ORDER = "Order"; // -6.y field in Cache
824 sData.append(aMap.get(PROPNAME_ORDER)); in convertFilterPropsToExternal()
1181 aResultMap.put(PROPNAME_ORDER, new java.lang.Integer(sToken)); in convertFilterPropsToInternal()
1227 aResultMap.put(PROPNAME_ORDER, new java.lang.Integer(0)); in convertFilterPropsToInternal()
1242 aResultMap.put(PROPNAME_FILTERSERVICE , aMap.get(PROPNAME_ORDER )); in convertFilterPropsToInternal()
2051 (!aFilter.containsKey(PROPNAME_ORDER )) || in validateFilters()
2058 if (((java.lang.Integer)aFilter.get(PROPNAME_ORDER)).intValue() < 0) in validateFilters()
2247 java.lang.Integer nOrder = (java.lang.Integer)aFilter.get(PROPNAME_ORDER); in transform60to6Y()

Completed in 25 milliseconds