Lines Matching refs:nTargetPos
2517 sal_uInt16 nTargetPos = 0; in NotifyMoving() local
2520 nTargetPos = USHRT_MAX; in NotifyMoving()
2522 nTargetPos = (( SwOutlineContent* )pTarget->GetUserData())->GetPos(); in NotifyMoving()
2524 nTargetPos != USHRT_MAX) in NotifyMoving()
2528 nTargetPos = (( SwOutlineContent* )pNext->GetUserData())->GetPos() -1; in NotifyMoving()
2530 …nTargetPos = static_cast<sal_uInt16>(GetWrtShell()->getIDocumentOutlineNodesAccess()->getOutlineNo… in NotifyMoving()
2537 nTargetPos, in NotifyMoving()
2557 sal_uInt16 nTargetPos = 0; in NotifyCopying() local
2560 nTargetPos = USHRT_MAX; in NotifyCopying()
2562 nTargetPos = (( SwOutlineContent* )pTarget->GetUserData())->GetPos(); in NotifyCopying()
2565 nTargetPos != USHRT_MAX) in NotifyCopying()
2569 nTargetPos = (( SwOutlineContent* )pNext->GetUserData())->GetPos() - 1; in NotifyCopying()
2571 …nTargetPos = static_cast<sal_uInt16>(GetWrtShell()->getIDocumentOutlineNodesAccess()->getOutlineNo… in NotifyCopying()
2578 GetParentWindow()->MoveOutline( nSourcePos, nTargetPos, sal_False); in NotifyCopying()