Lines Matching refs:nX
46 const sal_Int32 nX,
350 sal_Int32 nX (0); in Layout() local
355 nX, in Layout()
358 nX += maColumnDescriptors[nColumnIndex].GetWidth(); in Layout()
367 const sal_Int32 nX, in LayoutColumn() argument
371 const sal_Int32 nLeft (nX + rDescriptor.GetLeftPadding()); in LayoutColumn()
532 sal_Int32 nX (0); in Paint() local
540 nX,0, in Paint()
541 nX+iColumn->GetLeftPadding(),aParentSize.Height())); in Paint()
544 nX += iColumn->GetWidth(); in Paint()
547 nX = 0; in Paint()
553 const sal_Int32 nRight (nX + iColumn->GetWidth()); in Paint()
560 nX += iColumn->GetWidth(); in Paint()
563 nX = 0; in Paint()
568 mrParent.DrawLine(Point(nX,0), Point(nX,aParentSize.Height())); in Paint()
569 nX += iColumn->GetWidth(); in Paint()