Home
last modified time | relevance | path

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

/trunk/main/l10ntools/source/filter/utils/
H A DCache.java99 public static final java.lang.String PROPNAME_EXTENSIONS = "Extensions"; field in Cache
745 lList = (java.util.Vector)aMap.get(PROPNAME_EXTENSIONS); in convertTypePropsToExternal()
769 aResultMap.put(PROPNAME_EXTENSIONS , aMap.get(PROPNAME_EXTENSIONS )); in convertTypePropsToExternal()
1093 … aResultMap.put(PROPNAME_EXTENSIONS, Cache.splitTokenString(sToken, ";")); in convertTypePropsToInternal()
1114 aResultMap.put(PROPNAME_EXTENSIONS , aMap.get(PROPNAME_EXTENSIONS )); in convertTypePropsToInternal()
1951 (!aType.containsKey(PROPNAME_EXTENSIONS )) || in validateTypes()
1959 (((java.util.Vector)aType.get(PROPNAME_EXTENSIONS)).isEmpty()) && in validateTypes()
H A DXMLHelper.java270 (sTag.equals(Cache.PROPNAME_EXTENSIONS )) || in getTypeForTag()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx1105 aType[PROPNAME_EXTENSIONS] >>= lExtensions; in impl_validateAndOptimize()
1838 aItem[PROPNAME_EXTENSIONS ] = xItem->getByName(PROPNAME_EXTENSIONS ); in impl_loadItem()
2012 pIt = aItem.find(PROPNAME_EXTENSIONS); in impl_saveItem()
2014 xItem->replaceByName(PROPNAME_EXTENSIONS, pIt->second); in impl_saveItem()
2287 …case 4: rItem[PROPNAME_EXTENSIONS] <<= impl_tokenizeString(sValue, (sal_Unicode)';').getAsCons… in impl_interpretDataVal4Type()
H A Dregistration.cxx75 PROPNAME_EXTENSIONS; in InitConstants()
H A Dconstant.hxx62 #define PROPNAME_EXTENSIONS PROPNAME_DECL(9, "Extensions" ) macro
H A Dtypedetection.cxx476 OUStringList lExtensions(aType[PROPNAME_EXTENSIONS]); in impl_getPreselectionForType()

Completed in 54 milliseconds