Searched refs:aKeySeq (Results 1 – 2 of 2) sorted by relevance
1092 …Sequence<sal_Int32> aKeySeq = xNumberFormats->queryKeys( util::NumberFormat::DATE, rLocaleDataWra… in lcl_switchToDateCategories() local1093 if( aKeySeq.getLength() ) in lcl_switchToDateCategories()1095 … xAxisProps->setPropertyValue( C2U("NumberFormat"), uno::makeAny(aKeySeq[0]) ); in lcl_switchToDateCategories()1186 Sequence<sal_Int32> aKeySeq = xNumberFormats->queryKeys( util::NumberFormat::DATE, in getDateNumberFormat() local1188 if( aKeySeq.getLength() ) in getDateNumberFormat()1190 nRet = aKeySeq[0]; in getDateNumberFormat()1214 Sequence<sal_Int32> aKeySeq = xNumberFormats->queryKeys( util::NumberFormat::PERCENT, in getPercentNumberFormat() local1216 if( aKeySeq.getLength() ) in getPercentNumberFormat()1218 nRet = aKeySeq[0]; in getPercentNumberFormat()
2053 hashTypeProviderKey_Impl aKeySeq( xPropSetInfo, aImpIdSeq ); in implInspect() local2055 TypeProviderAccessCacheMap::iterator aIt = aTPCache.find( aKeySeq ); in implInspect()2090 aKeySeq.nHitCount = 1; in implInspect()2091 aTPCache[ aKeySeq ] = pAccess; in implInspect()2105 hashIntrospectionKey_Impl aKeySeq( SupportedClassSeq, xPropSetInfo, xImplClass ); in implInspect() local2107 IntrospectionAccessCacheMap::iterator aIt = aCache.find( aKeySeq ); in implInspect()2142 aKeySeq.nHitCount = 1; in implInspect()2143 aCache[ aKeySeq ] = pAccess; in implInspect()