Lines Matching refs:nLeft

171     long nLeft = 0;  in lcl_Box2LeftBorder()  local
179 return nLeft; in lcl_Box2LeftBorder()
180 nLeft += pBox->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_Box2LeftBorder()
183 return nLeft; in lcl_Box2LeftBorder()
202 SwTableBox* lcl_LeftBorder2Box( long nLeft, const SwTableLine* pLine ) in lcl_LeftBorder2Box() argument
212 if( nCurrLeft >= nLeft && pBox->GetFrmFmt()->GetFrmSize().GetWidth() ) in lcl_LeftBorder2Box()
214 ASSERT( nCurrLeft == nLeft, "Wrong box found" ); in lcl_LeftBorder2Box()
383 long nLeft = 0; in CollectBoxSelection() local
391 nLeft = nRight; in CollectBoxSelection()
405 if( nLeft < nMin ) in CollectBoxSelection()
407 if( nRight >= nMid || nRight + nLeft >= nMin + nMin ) in CollectBoxSelection()
414 nDiff = nMin - nLeft; in CollectBoxSelection()
455 else if( nLeft < nMax ) in CollectBoxSelection()
457 if( nLeft <= nMid || nRight + nLeft <= nMax ) in CollectBoxSelection()
473 nDiff = nLeft - nMax; in CollectBoxSelection()
1562 long nLeft = lcl_Box2LeftBorder( *pBox ); in PrepareDelBoxes() local
1571 pBox = lcl_LeftBorder2Box( nLeft, pLine ); in PrepareDelBoxes()
1582 pBox = lcl_LeftBorder2Box( nLeft, pLine ); in PrepareDelBoxes()
1613 long nLeft = 0; in lcl_SearchSelBox() local
1627 bAdd = nLeft >= nMin || nRight >= nMid || in lcl_SearchSelBox()
1628 nRight - nMin > nMin - nLeft; in lcl_SearchSelBox()
1630 bAdd = nLeft <= nMid || nRight - nMax < nMax - nLeft; in lcl_SearchSelBox()
1649 nLeft = nRight; in lcl_SearchSelBox()
1882 long nLeft = 0; in ExpandColumnSelection() local
1886 nLeft = nRight; in ExpandColumnSelection()
1889 if( nLeft >= rMin && nRight <= rMax ) in ExpandColumnSelection()
1912 long nLeft = 0; in PrepareDeleteCol() local
1916 nLeft = nRight; in PrepareDeleteCol()
1921 if( nLeft > nMax ) in PrepareDeleteCol()
1924 if( nLeft < nMin ) in PrepareDeleteCol()
1927 nNewWidth = nMid - nLeft; in PrepareDeleteCol()
2153 SwTwips nLeft; member
2185 ASSERT( aIter->nLeft == nWidth && aIter->nRight == nNewWidth, in CheckConsistency()
2202 aEntry.nLeft = nWidth; in CheckConsistency()