Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx706 const PivotCacheItem* pInterval = aLimits.getCacheItem( 2 ); in importPCDFRangePr() local
707 if( pStartValue && pEndValue && pInterval ) in importPCDFRangePr()
711 …pStartValue->getType() == XML_d) && (pEndValue->getType() == XML_d) && (pInterval->getType() == XM… in importPCDFRangePr()
717 maFieldGroupModel.mfInterval = pInterval->getValue().get< sal_Int16 >(); in importPCDFRangePr()
722 …pStartValue->getType() == XML_n) && (pEndValue->getType() == XML_n) && (pInterval->getType() == XM… in importPCDFRangePr()
728 maFieldGroupModel.mfInterval = pInterval->getValue().get< double >(); in importPCDFRangePr()

Completed in 15 milliseconds