Lines Matching refs:nDiff
169 void _NoteFarPoint( long nPx, long nPyDiff, long nDiff );
170 void NoteFarPoint( long nPx, long nPyDiff, long nDiff ) in NoteFarPoint() argument
171 { if( nDiff ) _NoteFarPoint( nPx, nPyDiff, nDiff ); } in NoteFarPoint()
270 void SvxBoundArgs::_NoteFarPoint( long nPa, long nPbDiff, long nDiff ) in _NoteFarPoint() argument
273 double nQuot = 2 * nDiff - nPbDiff; in _NoteFarPoint()
276 nQuot /= nDiff; in _NoteFarPoint()
323 sal_uInt16 nDiff = nMaxIdx - nIdx; in NoteRange() local
325 if( nDiff ) in NoteRange()
327 (*pLongArr).Remove( nIdx + 1, nDiff ); in NoteRange()
328 nDiff /= 2; in NoteRange()
329 sal_uInt16 nStop = nMaxIdx + nDiff; in NoteRange()
332 aBoolArr.erase( aBoolArr.begin() + nMaxIdx, aBoolArr.begin() + (nMaxIdx + nDiff) ); in NoteRange()