Home
last modified time | relevance | path

Searched refs:nNewColWidth (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx1276 sal_uInt32 nNewColWidth = nMinColWidth; in GetAutoColumnWidth() local
1283 nNewColWidth = std::max(nNewColWidth,GetTotalCellWidth(i,nColId) + 12); in GetAutoColumnWidth()
1285 if (nNewColWidth == nCurColWidth) // size has not changed in GetAutoColumnWidth()
1286 nNewColWidth = GetDefaultColumnWidth(GetColumnTitle(nColId)); in GetAutoColumnWidth()
1289 nNewColWidth = GetDefaultColumnWidth(GetColumnTitle(nColId)); in GetAutoColumnWidth()
1290 return nNewColWidth; in GetAutoColumnWidth()
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx1223 long nNewColWidth = 0; in MouseButtonUp() local
1229nNewColWidth = (long) ( PixelToLogic( Point( rMEvt.GetPosPixel().X() - nRight[ nColNumberButttonDo… in MouseButtonUp()
1230nNewColWidth += pDocShell->GetDocument()->GetColWidth( nColNumberButttonDown, nTab ); in MouseButtonUp()
1235nNewColWidth = (long) ( PixelToLogic( Point( nRight[ nColNumberButttonDown ] - rMEvt.GetPosPixel()… in MouseButtonUp()
1236nNewColWidth += pDocShell->GetDocument()->GetColWidth( nColNumberButttonDown, nTab ); in MouseButtonUp()
1239 if( nNewColWidth >= 0 ) in MouseButtonUp()
1241 …etWidthOrHeight( sal_True, 1,nCols, nTab, SC_SIZE_DIRECT, (sal_uInt16)nNewColWidth, sal_True, sal_… in MouseButtonUp()

Completed in 29 milliseconds