Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/tools/
H A DDiagramHelper.cxx1091 …Sequence<sal_Int32> aKeySeq = xNumberFormats->queryKeys( util::NumberFormat::DATE, rLocaleDataWra… in lcl_switchToDateCategories() local
1092 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() local
1187 if( aKeySeq.getLength() ) in getDateNumberFormat()
1189 nRet = aKeySeq[0]; in getDateNumberFormat()
1213 Sequence<sal_Int32> aKeySeq = xNumberFormats->queryKeys( util::NumberFormat::PERCENT, in getPercentNumberFormat() local
1215 if( aKeySeq.getLength() ) in getPercentNumberFormat()
1217 nRet = aKeySeq[0]; in getPercentNumberFormat()
/aoo4110/main/stoc/source/inspect/
H A Dintrospection.cxx2123 hashTypeProviderKey_Impl aKeySeq( xPropSetInfo, aImpIdSeq ); in implInspect() local
2125 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() local
2177 IntrospectionAccessCacheMap::iterator aIt = aCache.find( aKeySeq ); in implInspect()
2212 aKeySeq.nHitCount = 1; in implInspect()
2213 aCache[ aKeySeq ] = pAccess; in implInspect()

Completed in 41 milliseconds