Searched refs:pWh1 (Results 1 – 1 of 1) sorted by relevance
1092 sal_uInt16* pWh1 = _pWhichRanges; in Intersect() local1096 for( sal_uInt16 n = 0; *pWh1 && *pWh2; ++pWh1, ++pWh2, ++n ) in Intersect()1098 if( *pWh1 != *pWh2 ) in Intersect()1104 nSize += ( *(pWh1) - *(pWh1-1) ) + 1; in Intersect()1164 sal_uInt16* pWh1 = _pWhichRanges; in Differentiate() local1168 for( sal_uInt16 n = 0; *pWh1 && *pWh2; ++pWh1, ++pWh2, ++n ) in Differentiate()1170 if( *pWh1 != *pWh2 ) in Differentiate()1176 nSize += ( *(pWh1) - *(pWh1-1) ) + 1; in Differentiate()1386 for( sal_uInt16 n = 0; *pWh1 && *pWh2; ++pWh1, ++pWh2, ++n ) in MergeValues()1388 if( *pWh1 != *pWh2 ) in MergeValues()[all …]
Completed in 16 milliseconds