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()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()1397 nColLeft = rCols.GetRight() - nTmpRight; in lcl_CalcColValues()1400 nColLeft += rCols.GetLeftMin(); in lcl_CalcColValues()[all …]
1102 const sal_uInt16 nColLeft = aCol.CalcPrtColWidth(0, aCol.GetWishWidth()); in StateTabWin() local1105 if ( abs(nColLeft - nColRight) <= 10 ) in StateTabWin()1109 else if( abs(nColLeft - nColRight*2) < 20 ) in StateTabWin()1113 else if( abs(nColLeft*2 - nColRight) < 20 ) in StateTabWin()
Completed in 85 milliseconds