Home
last modified time | relevance | path

Searched refs:aMatrixSize (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/window/
H A Darrange.cxx839 Size aMatrixSize( 2*nOuterBorder, 2*nOuterBorder ); in getOptimalSize() local
877 aMatrixSize.Width() += o_rColumnWidths[i] + nDistanceX; in getOptimalSize()
879 aMatrixSize.Width() -= nDistanceX; in getOptimalSize()
882 aMatrixSize.Height() += o_rRowHeights[i] + nDistanceY; in getOptimalSize()
884 aMatrixSize.Height() -= nDistanceY; in getOptimalSize()
886 return aMatrixSize; in getOptimalSize()

Completed in 26 milliseconds