Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Ditemset.cxx1093 sal_uInt16* pWh2 = rSet._pWhichRanges; in Intersect() local
1096 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() local
1168 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() local
1386 for( sal_uInt16 n = 0; *pWh1 && *pWh2; ++pWh1, ++pWh2, ++n ) in MergeValues()
1388 if( *pWh1 != *pWh2 ) in MergeValues()
[all …]

Completed in 23 milliseconds