Searched refs:lDragPos (Results 1 – 1 of 1) sorted by relevance
1628 long lDragPos = GetDragPos() + lNullPix; in GetCorrectedDragPos() local1629 ADD_DEBUG_TEXT("lDragPos: ", String::CreateFromInt32(lDragPos)) in GetCorrectedDragPos()1631 if((bLeft || (bHoriRows)) && lDragPos < nMaxLeft) in GetCorrectedDragPos()1632 lDragPos = nMaxLeft; in GetCorrectedDragPos()1633 else if((bRight||bHoriRows) && lDragPos > nMaxRight) in GetCorrectedDragPos()1634 lDragPos = nMaxRight; in GetCorrectedDragPos()1635 return lDragPos - lNullPix; in GetCorrectedDragPos()1669 const long lDragPos = GetCorrectedDragPos( !TAB_FLAG || !NEG_FLAG, sal_True ); in DragMargin1() local1675 AdjustMargin1(lDragPos); in DragMargin1()1680 const long lDragPos = lDiff; in AdjustMargin1() local[all …]