Lines Matching refs:nTargetPos
2511 sal_uInt16 nTargetPos = 0; in NotifyMoving() local
2514 nTargetPos = USHRT_MAX; in NotifyMoving()
2516 nTargetPos = (( SwOutlineContent* )pTarget->GetUserData())->GetPos(); in NotifyMoving()
2518 nTargetPos != USHRT_MAX) in NotifyMoving()
2522 nTargetPos = (( SwOutlineContent* )pNext->GetUserData())->GetPos() -1; in NotifyMoving()
2524 …nTargetPos = static_cast<sal_uInt16>(GetWrtShell()->getIDocumentOutlineNodesAccess()->getOutlineNo… in NotifyMoving()
2531 nTargetPos, in NotifyMoving()
2551 sal_uInt16 nTargetPos = 0; in NotifyCopying() local
2554 nTargetPos = USHRT_MAX; in NotifyCopying()
2556 nTargetPos = (( SwOutlineContent* )pTarget->GetUserData())->GetPos(); in NotifyCopying()
2559 nTargetPos != USHRT_MAX) in NotifyCopying()
2563 nTargetPos = (( SwOutlineContent* )pNext->GetUserData())->GetPos() - 1; in NotifyCopying()
2565 …nTargetPos = static_cast<sal_uInt16>(GetWrtShell()->getIDocumentOutlineNodesAccess()->getOutlineNo… in NotifyCopying()
2572 GetParentWindow()->MoveOutline( nSourcePos, nTargetPos, sal_False); in NotifyCopying()