Lines Matching refs:_lTabPos
1851 void SvxRuler::DrawLine_Impl(long &_lTabPos, int nNew, sal_Bool Hori) in DrawLine_Impl() argument
1864 if(_lTabPos!=-1) in DrawLine_Impl()
1866 Rectangle( Point(_lTabPos, -aZero.Y()), in DrawLine_Impl()
1867 Point(_lTabPos, -aZero.Y()+nHeight)), in DrawLine_Impl()
1872 _lTabPos = ConvertHSizeLogic( in DrawLine_Impl()
1876 _lTabPos += pPagePosItem->GetPos().X(); in DrawLine_Impl()
1878 Rectangle(Point(_lTabPos, -aZero.Y()), in DrawLine_Impl()
1879 Point(_lTabPos, -aZero.Y()+nHeight)), in DrawLine_Impl()
1887 if(_lTabPos != -1) in DrawLine_Impl()
1890 Rectangle( Point(-aZero.X(), _lTabPos), in DrawLine_Impl()
1891 Point(-aZero.X()+nWidth, _lTabPos)), in DrawLine_Impl()
1897 _lTabPos = ConvertVSizeLogic(GetCorrectedDragPos()+GetNullOffset()); in DrawLine_Impl()
1899 _lTabPos += pPagePosItem->GetPos().Y(); in DrawLine_Impl()
1901 Rectangle( Point(-aZero.X(), _lTabPos), in DrawLine_Impl()
1902 Point(-aZero.X()+nWidth, _lTabPos)), in DrawLine_Impl()