Searched refs:pWh2 (Results 1 – 1 of 1) sorted by relevance
1093 sal_uInt16* pWh2 = rSet._pWhichRanges; in Intersect() local1096 for( sal_uInt16 n = 0; *pWh1 && *pWh2; ++pWh1, ++pWh2, ++n ) in Intersect()1098 if( *pWh1 != *pWh2 ) in Intersect()1106 bEqual = *pWh1 == *pWh2; // auch die 0 abpruefen in Intersect()1165 sal_uInt16* pWh2 = rSet._pWhichRanges; in Differentiate() local1168 for( sal_uInt16 n = 0; *pWh1 && *pWh2; ++pWh1, ++pWh2, ++n ) in Differentiate()1170 if( *pWh1 != *pWh2 ) in Differentiate()1383 sal_uInt16* pWh2 = rSet._pWhichRanges; in MergeValues() local1386 for( sal_uInt16 n = 0; *pWh1 && *pWh2; ++pWh1, ++pWh2, ++n ) in MergeValues()1388 if( *pWh1 != *pWh2 ) in MergeValues()[all …]
Completed in 22 milliseconds