Searched refs:aKeySeq (Results 1 – 2 of 2) sorted by relevance
1091 …Sequence<sal_Int32> aKeySeq = xNumberFormats->queryKeys( util::NumberFormat::DATE, rLocaleDataWra… in lcl_switchToDateCategories() local1092 if( aKeySeq.getLength() ) in lcl_switchToDateCategories()1094 … xAxisProps->setPropertyValue( C2U("NumberFormat"), uno::makeAny(aKeySeq[0]) ); in lcl_switchToDateCategories()1185 Sequence<sal_Int32> aKeySeq = xNumberFormats->queryKeys( util::NumberFormat::DATE, in getDateNumberFormat() local1187 if( aKeySeq.getLength() ) in getDateNumberFormat()1189 nRet = aKeySeq[0]; in getDateNumberFormat()1213 Sequence<sal_Int32> aKeySeq = xNumberFormats->queryKeys( util::NumberFormat::PERCENT, in getPercentNumberFormat() local1215 if( aKeySeq.getLength() ) in getPercentNumberFormat()1217 nRet = aKeySeq[0]; in getPercentNumberFormat()
2123 hashTypeProviderKey_Impl aKeySeq( xPropSetInfo, aImpIdSeq ); in implInspect() local2125 TypeProviderAccessCacheMap::iterator aIt = aTPCache.find( aKeySeq ); in implInspect()2160 aKeySeq.nHitCount = 1; in implInspect()2161 aTPCache[ aKeySeq ] = pAccess; in implInspect()2175 hashIntrospectionKey_Impl aKeySeq( SupportedClassSeq, xPropSetInfo, xImplClass ); in implInspect() local2177 IntrospectionAccessCacheMap::iterator aIt = aCache.find( aKeySeq ); in implInspect()2212 aKeySeq.nHitCount = 1; in implInspect()2213 aCache[ aKeySeq ] = pAccess; in implInspect()
Completed in 43 milliseconds