Searched refs:pInterval (Results 1 – 1 of 1) sorted by relevance
706 const PivotCacheItem* pInterval = aLimits.getCacheItem( 2 ); in importPCDFRangePr() local707 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 28 milliseconds