Lines Matching refs:nColWidth
437 nColWidth[i] = (long) nWidth; in ResetColWidth()
736 long nMin = nColWidth[0];
740 nMin = Min(nMin, nColWidth[i]);
750 nSum += nColWidth[i];
759 nColWidth[nCols - 1] += nMaxW - nSum;
761 … pColMgr->SetColWidth( 0, static_cast< sal_uInt16 >(nColWidth[0] + (sal_uInt16)nColDist[0]/2) );
765 pColMgr->SetColWidth( i, (sal_uInt16)nColWidth[i] + (sal_uInt16)nActDist );
767 …pColMgr->SetColWidth( nCols-1, static_cast< sal_uInt16 >(nColWidth[nCols-1] + nColDist[nCols -2]/2…
834 nColWidth[i] = pColMgr->GetColWidth(i); in Init()
835 nColumnWidthSum += nColWidth[i]; in Init()
847 nColWidth[i] = nColumnWidthSum; in Init()
1064 long nLeft = nColWidth[nFirstVis + nOffset]; in IMPL_LINK()
1065 long nRight = nColWidth[nFirstVis + nOffset + 1]; in IMPL_LINK()
1088 nColWidth[nFirstVis + nOffset] = nLeft; in IMPL_LINK()
1089 nColWidth[nFirstVis + nOffset + 1] = nRight; in IMPL_LINK()
1189 long nDiff = nNewWidth - nColWidth[nChanged]; in IMPL_LINK()
1194 nColWidth[0] -= nDiff; in IMPL_LINK()
1195 if(nColWidth[0] < (long)nMinWidth) in IMPL_LINK()
1197 nNewWidth -= nMinWidth - nColWidth[0]; in IMPL_LINK()
1198 nColWidth[0] = nMinWidth; in IMPL_LINK()
1204 nColWidth[nChanged + 1] -= nDiff; in IMPL_LINK()
1205 if(nColWidth[nChanged + 1] < (long) nMinWidth) in IMPL_LINK()
1207 nNewWidth -= nMinWidth - nColWidth[nChanged + 1]; in IMPL_LINK()
1208 nColWidth[nChanged + 1] = nMinWidth; in IMPL_LINK()
1211 nColWidth[nChanged] = nNewWidth; in IMPL_LINK()
1229 aEd1.SetPrcntValue(aEd1.NormalizePercent(nColWidth[nFirstVis]), FUNIT_TWIP); in Update()
1231 aEd2.SetPrcntValue(aEd2.NormalizePercent(nColWidth[nFirstVis + 1]), FUNIT_TWIP); in Update()
1235 aEd3.SetPrcntValue(aEd3.NormalizePercent(nColWidth[nFirstVis + 2]), FUNIT_TWIP); in Update()