Home
last modified time | relevance | path

Searched refs:aKeySeq (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx1092 …Sequence<sal_Int32> aKeySeq = xNumberFormats->queryKeys( util::NumberFormat::DATE, rLocaleDataWra… in lcl_switchToDateCategories() local
1093 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() local
1188 if( aKeySeq.getLength() ) in getDateNumberFormat()
1190 nRet = aKeySeq[0]; in getDateNumberFormat()
1214 Sequence<sal_Int32> aKeySeq = xNumberFormats->queryKeys( util::NumberFormat::PERCENT, in getPercentNumberFormat() local
1216 if( aKeySeq.getLength() ) in getPercentNumberFormat()
1218 nRet = aKeySeq[0]; in getPercentNumberFormat()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx2053 hashTypeProviderKey_Impl aKeySeq( xPropSetInfo, aImpIdSeq ); in implInspect() local
2055 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() local
2107 IntrospectionAccessCacheMap::iterator aIt = aCache.find( aKeySeq ); in implInspect()
2142 aKeySeq.nHitCount = 1; in implInspect()
2143 aCache[ aKeySeq ] = pAccess; in implInspect()