Searched refs:GetCorrectedDragPos (Results 1 – 2 of 2) sorted by relevance
1616 long SvxRuler::GetCorrectedDragPos( sal_Bool bLeft, sal_Bool bRight ) in GetCorrectedDragPos() function in SvxRuler1669 const long lDragPos = GetCorrectedDragPos( !TAB_FLAG || !NEG_FLAG, sal_True ); in DragMargin1()1801 const long lDragPos = GetCorrectedDragPos( sal_True, !TAB_FLAG || !NEG_FLAG); in DragMargin2()1834 const long lDragPos = NEG_FLAG ? GetDragPos() : GetCorrectedDragPos(); in DragIndents()1873 GetCorrectedDragPos( ( nNew&4 ) != 0, ( nNew&2 ) != 0 ) + in DrawLine_Impl()1897 _lTabPos = ConvertVSizeLogic(GetCorrectedDragPos()+GetNullOffset()); in DrawLine_Impl()1921 long lDragPos = GetCorrectedDragPos(sal_True, sal_False); in DragTabs()2076 long lPos = GetCorrectedDragPos(); in DragBorders()2287 const long lPos = GetCorrectedDragPos(); in DragObjectBorder()
100 long GetCorrectedDragPos( sal_Bool bLeft = sal_True, sal_Bool bRight = sal_True );
Completed in 24 milliseconds