Home
last modified time | relevance | path

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

/trunk/main/l10ntools/source/filter/utils/
H A DCache.java110 public static final java.lang.String PROPNAME_FILTERSERVICE = "FilterService"; field in Cache
831 sData.append(aMap.get(PROPNAME_FILTERSERVICE)); in convertFilterPropsToExternal()
870 aResultMap.put(PROPNAME_FILTERSERVICE , aMap.get(PROPNAME_FILTERSERVICE )); in convertFilterPropsToExternal()
1191 aResultMap.put(PROPNAME_FILTERSERVICE, sToken); in convertFilterPropsToInternal()
1243 aResultMap.put(PROPNAME_FILTERSERVICE , aMap.get(PROPNAME_ORDER )); in convertFilterPropsToInternal()
2032 (!aFilter.containsKey(PROPNAME_FILTERSERVICE )) || in validateFilters()
2159 (((java.lang.String)aFilter.get(PROPNAME_FILTERSERVICE)).length() < 1) in transform60to6Y()
H A DXMLHelper.java248 (sTag.equals(Cache.PROPNAME_FILTERSERVICE )) || in getTypeForTag()
/trunk/main/filter/source/config/cache/
H A Dfilterfactory.cxx173 aFilter[PROPNAME_FILTERSERVICE] >>= sFilterService; in createInstanceWithArguments()
218 lEProps[PROPNAME_FILTERSERVICE] <<= ::rtl::OUString(); in getAvailableServiceNames()
H A Dfiltercache.cxx1867 aItem[PROPNAME_FILTERSERVICE ] = xItem->getByName(PROPNAME_FILTERSERVICE ); in impl_loadItem()
2043 pIt = aItem.find(PROPNAME_FILTERSERVICE); in impl_saveItem()
2045 xItem->replaceByName(PROPNAME_FILTERSERVICE, pIt->second); in impl_saveItem()
2318 …case 3: rItem[PROPNAME_FILTERSERVICE] <<= ::rtl::Uri::decode(sValue, rtl_UriDecodeWithCharset,… in impl_interpretDataVal4Filter()
H A Dregistration.cxx78 PROPNAME_FILTERSERVICE; in InitConstants()
H A Dconstant.hxx70 #define PROPNAME_FILTERSERVICE PROPNAME_DECL(12, "FilterService" ) macro

Completed in 49 milliseconds