Home
last modified time | relevance | path

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

/trunk/main/l10ntools/source/filter/utils/
H A DCache.java113 public static final java.lang.String PROPNAME_TEMPLATENAME = "TemplateName"; field in Cache
847 sData.append(aMap.get(PROPNAME_TEMPLATENAME)); in convertFilterPropsToExternal()
873 aResultMap.put(PROPNAME_TEMPLATENAME , aMap.get(PROPNAME_TEMPLATENAME )); in convertFilterPropsToExternal()
1203 aResultMap.put(PROPNAME_TEMPLATENAME, sToken); in convertFilterPropsToInternal()
1215 if (!aResultMap.containsKey(PROPNAME_TEMPLATENAME)) in convertFilterPropsToInternal()
1216 aResultMap.put(PROPNAME_TEMPLATENAME, new java.lang.String("")); in convertFilterPropsToInternal()
1246 aResultMap.put(PROPNAME_TEMPLATENAME , aMap.get(PROPNAME_TEMPLATENAME )); in convertFilterPropsToInternal()
2034 (!aFilter.containsKey(PROPNAME_TEMPLATENAME )) || in validateFilters()
H A DXMLHelper.java249 (sTag.equals(Cache.PROPNAME_TEMPLATENAME )) || in getTypeForTag()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx1884 aItem[PROPNAME_TEMPLATENAME] = xItem->getByName(PROPNAME_TEMPLATENAME); in impl_loadItem()
2052 pIt = aItem.find(PROPNAME_TEMPLATENAME); in impl_saveItem()
2054 xItem->replaceByName(PROPNAME_TEMPLATENAME, pIt->second); in impl_saveItem()
2330 …case 7: rItem[PROPNAME_TEMPLATENAME] <<= ::rtl::Uri::decode(sValue, rtl_UriDecodeWithCharset, … in impl_interpretDataVal4Filter()
H A Dregistration.cxx82 PROPNAME_TEMPLATENAME; in InitConstants()
H A Dconstant.hxx74 #define PROPNAME_TEMPLATENAME PROPNAME_DECL(16, "TemplateName" ) macro

Completed in 49 milliseconds