Home
last modified time | relevance | path

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

/trunk/main/l10ntools/source/filter/utils/
H A DCache.java111 public static final java.lang.String PROPNAME_FLAGS = "Flags"; field in Cache
833 sData.append(aMap.get(PROPNAME_FLAGS)); in convertFilterPropsToExternal()
880 aResultMap.put(PROPNAME_FLAGS, lFlags); in convertFilterPropsToExternal()
1236 java.util.Vector lFlags = (java.util.Vector)aMap.get(PROPNAME_FLAGS); in convertFilterPropsToInternal()
1238 aResultMap.put(PROPNAME_FLAGS, nFlags); in convertFilterPropsToInternal()
2033 (!aFilter.containsKey(PROPNAME_FLAGS )) || in validateFilters()
2043 if (((java.lang.Integer)aFilter.get(PROPNAME_FLAGS)).intValue() < 1) in validateFilters()
2227 aFilter.put(PROPNAME_FLAGS, new java.lang.Integer(flags1)); in transform60to6Y()
2235 aFilter.put(PROPNAME_FLAGS, new java.lang.Integer(flags1)); in transform60to6Y()
2241 aFilter.put(PROPNAME_FLAGS, new java.lang.Integer(flags1)); in transform60to6Y()
[all …]
H A DXMLHelper.java272 (sTag.equals(Cache.PROPNAME_FLAGS )) || in getTypeForTag()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx1254 aPrefFilter[PROPNAME_FLAGS] >>= nFlags; in impl_validateAndOptimize()
1873 if (xItem->getByName(PROPNAME_FLAGS) >>= lFlagNames) in impl_loadItem()
1874 … aItem[PROPNAME_FLAGS] <<= FilterCache::impl_convertFlagNames2FlagField(lFlagNames); in impl_loadItem()
2061 pIt = aItem.find(PROPNAME_FLAGS); in impl_saveItem()
2067 xItem->replaceByName(PROPNAME_FLAGS, aFlagNameList); in impl_saveItem()
2321 case 4: rItem[PROPNAME_FLAGS] <<= sValue.toInt32(); in impl_interpretDataVal4Filter()
H A Dfilterfactory.cxx435 sal_Int32 nCheckValue = aFilter.getUnpackedValueOrDefault(PROPNAME_FLAGS, (sal_Int32)0); in impl_queryMatchByDocumentService()
496 … sal_Int32 nFlags = aFilter.getUnpackedValueOrDefault(PROPNAME_FLAGS, ((sal_Int32)0)); in operator ()()
H A Dregistration.cxx80 PROPNAME_FLAGS; in InitConstants()
H A Dconstant.hxx72 #define PROPNAME_FLAGS PROPNAME_DECL(14, "Flags" ) macro
H A Dtypedetection.cxx304 aFilter[PROPNAME_FLAGS] >>= nFlags; in impl_checkResultsAndAddBestFilter()
387 aFilter[PROPNAME_FLAGS] >>= nFlags; in impl_checkResultsAndAddBestFilter()

Completed in 57 milliseconds