Searched refs:nNewColWidth (Results 1 – 2 of 2) sorted by relevance
/trunk/main/svtools/source/brwbox/ |
H A D | editbrowsebox.cxx | 1276 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 D | preview.cxx | 1220 long nNewColWidth = 0; in MouseButtonUp() local 1226 …nNewColWidth = (long) ( PixelToLogic( Point( rMEvt.GetPosPixel().X() - nRight[ nColNumberButttonDo… in MouseButtonUp() 1227 … nNewColWidth += pDocShell->GetDocument()->GetColWidth( nColNumberButttonDown, nTab ); in MouseButtonUp() 1232 …nNewColWidth = (long) ( PixelToLogic( Point( nRight[ nColNumberButttonDown ] - rMEvt.GetPosPixel()… in MouseButtonUp() 1233 … nNewColWidth += pDocShell->GetDocument()->GetColWidth( nColNumberButttonDown, nTab ); in MouseButtonUp() 1236 if( nNewColWidth >= 0 ) in MouseButtonUp() 1238 …etWidthOrHeight( sal_True, 1,nCols, nTab, SC_SIZE_DIRECT, (sal_uInt16)nNewColWidth, sal_True, sal_… in MouseButtonUp()
|
Completed in 25 milliseconds