Home
last modified time | relevance | path

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

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

Completed in 22 milliseconds