Lines Matching refs:pWh1
1092 sal_uInt16* pWh1 = _pWhichRanges; in Intersect() local
1096 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()
1106 bEqual = *pWh1 == *pWh2; // auch die 0 abpruefen in Intersect()
1164 sal_uInt16* pWh1 = _pWhichRanges; in Differentiate() local
1168 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()
1178 bEqual = *pWh1 == *pWh2; // auch die 0 abpruefen in Differentiate()
1382 sal_uInt16* pWh1 = _pWhichRanges; in MergeValues() local
1386 for( sal_uInt16 n = 0; *pWh1 && *pWh2; ++pWh1, ++pWh2, ++n ) in MergeValues()
1388 if( *pWh1 != *pWh2 ) in MergeValues()
1394 nSize += ( *(pWh1) - *(pWh1-1) ) + 1; in MergeValues()
1396 bEqual = *pWh1 == *pWh2; // auch die 0 abpruefen in MergeValues()