Searched refs:nColLeft (Results 1 – 2 of 2) sorted by relevance
1312 long nColLeft = i == 0 ? rCols.GetLeft() : rCols[i-1]; in lcl_CalcSubColValues() local1314 nColLeft += rCols.GetLeftMin(); in lcl_CalcSubColValues()1321 nColLeft += nDiff; in lcl_CalcSubColValues()1329 if ( nColLeft <= nCellLeft && nColRight >= (nCellLeft+COLFUZZY) ) in lcl_CalcSubColValues()1331 else if ( nColLeft <= (nCellRight-COLFUZZY) && nColRight >= nCellRight ) in lcl_CalcSubColValues()1332 nWidth = nCellRight - nColLeft; in lcl_CalcSubColValues()1333 else if ( nColLeft >= nCellLeft && nColRight <= nCellRight ) in lcl_CalcSubColValues()1334 nWidth = nColRight - nColLeft; in lcl_CalcSubColValues()1390 long nColLeft = i == 0 ? rCols.GetLeft() : rCols[i-1]; in lcl_CalcColValues() local1396 nColRight = rCols.GetRight() - nColLeft; in lcl_CalcColValues()[all …]
1092 const sal_uInt16 nColLeft = aCol.CalcPrtColWidth(0, aCol.GetWishWidth()); in StateTabWin() local1095 if ( abs(nColLeft - nColRight) <= 10 ) in StateTabWin()1099 else if( abs(nColLeft - nColRight*2) < 20 ) in StateTabWin()1103 else if( abs(nColLeft*2 - nColRight) < 20 ) in StateTabWin()