Lines Matching refs:nColCount

498 …ter& rLayouter, sal_Int32 nX, sal_Int32 nY, bool bHorizontal, sal_Int32 nColCount, sal_Int32 nRowC…  in impGetLine()  argument
500 if(nX >= 0 && nX <= nColCount && nY >= 0 && nY <= nRowCount) in impGetLine()
523 bMirror = (bIsRTL ? 0 != nX : nX != nColCount); in impGetLine()
552 const sal_Int32 nColCount(xTable->getColumnCount()); in createViewIndependentPrimitive2DSequence() local
553 const sal_Int32 nAllCount(nRowCount * nColCount); in createViewIndependentPrimitive2DSequence()
584 for(aCellPos.mnCol = 0; aCellPos.mnCol < nColCount; aCellPos.mnCol++) in createViewIndependentPrimitive2DSequence()
601 const sal_uInt32 nTextIndex(nColCount * aCellPos.mnRow + aCellPos.mnCol); in createViewIndependentPrimitive2DSequence()
637 const sal_Int32 nX(bIsRTL ? nColCount - aCellPos.mnCol : aCellPos.mnCol); in createViewIndependentPrimitive2DSequence()
647 impGetLine(aLeftLine, rTableLayouter, nX, nY, false, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence()
648 impGetLine(aBottomLine, rTableLayouter, nX, nYBottom, true, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence()
649 impGetLine(aRightLine, rTableLayouter, nXRight, nY, false, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence()
650 impGetLine(aTopLine, rTableLayouter, nX, nY, true, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence()
660 bIsRTL ? nX == nColCount : 0 == nX, in createViewIndependentPrimitive2DSequence()
662 bIsRTL ? 0 == nXRight : nXRight == nColCount, in createViewIndependentPrimitive2DSequence()