Lines Matching refs:pPtr
95 const sal_uInt16* pPtr = rSource.GetRanges(); in mergeItemSetsImpl() local
97 while( *pPtr ) in mergeItemSetsImpl()
99 p1 = pPtr[0]; in mergeItemSetsImpl()
100 p2 = pPtr[1]; in mergeItemSetsImpl()
103 while(pPtr[2] && (pPtr[2] - p2 == 1)) in mergeItemSetsImpl()
105 p2 = pPtr[3]; in mergeItemSetsImpl()
106 pPtr += 2; in mergeItemSetsImpl()
109 pPtr += 2; in mergeItemSetsImpl()
247 const sal_uInt16* pPtr = aNewAttr.GetRanges(); in ExecuteDialog() local
248 sal_uInt16 p1 = pPtr[0], p2 = pPtr[1]; in ExecuteDialog()
249 while(pPtr[2] && (pPtr[2] - p2 == 1)) in ExecuteDialog()
251 p2 = pPtr[3]; in ExecuteDialog()
252 pPtr += 2; in ExecuteDialog()
254 pPtr += 2; in ExecuteDialog()