Searched refs:bHasTypes (Results 1 – 1 of 1) sorted by relevance
711 …bool bHasTypes = (pStartValue->getType() == XML_d) && (pEndValue->getType() == XML_d) && (pInterva… in importPCDFRangePr() local712 …OSL_ENSURE( bHasTypes, "PivotCacheField::importPCDFRangePr - wrong data types in grouping items" ); in importPCDFRangePr()713 if( bHasTypes ) in importPCDFRangePr()722 …bool bHasTypes = (pStartValue->getType() == XML_n) && (pEndValue->getType() == XML_n) && (pInterva… in importPCDFRangePr() local723 …OSL_ENSURE( bHasTypes, "PivotCacheField::importPCDFRangePr - wrong data types in grouping items" ); in importPCDFRangePr()724 if( bHasTypes ) in importPCDFRangePr()
Completed in 39 milliseconds