Searched refs:PROPNAME_EXTENSIONS (Results 1 – 6 of 6) sorted by relevance
99 public static final java.lang.String PROPNAME_EXTENSIONS = "Extensions"; field in Cache745 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()
270 (sTag.equals(Cache.PROPNAME_EXTENSIONS )) || in getTypeForTag()
1105 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()
75 PROPNAME_EXTENSIONS; in InitConstants()
62 #define PROPNAME_EXTENSIONS PROPNAME_DECL(9, "Extensions" ) macro
476 OUStringList lExtensions(aType[PROPNAME_EXTENSIONS]); in impl_getPreselectionForType()
Completed in 47 milliseconds