Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx704 const PivotCacheItem* pStartValue = aLimits.getCacheItem( 0 ); in importPCDFRangePr() local
707 if( pStartValue && pEndValue && pInterval ) in importPCDFRangePr()
711 …bool bHasTypes = (pStartValue->getType() == XML_d) && (pEndValue->getType() == XML_d) && (pInterva… in importPCDFRangePr()
715 maFieldGroupModel.maStartDate = pStartValue->getValue().get< DateTime >(); in importPCDFRangePr()
722 …bool bHasTypes = (pStartValue->getType() == XML_n) && (pEndValue->getType() == XML_n) && (pInterva… in importPCDFRangePr()
726 maFieldGroupModel.mfStartValue = pStartValue->getValue().get< double >(); in importPCDFRangePr()

Completed in 17 milliseconds