Searched refs:nGridHeight (Results 1 – 2 of 2) sorted by relevance
259 long nGridHeight = maFieldSize.Height() + maSpaceSize.Height(); in GetFieldIndex() local261 size_t nRow = static_cast< size_t >( rWindowPos.Y() / nGridHeight ); in GetFieldIndex()265 long nRowOffset = rWindowPos.Y() % nGridHeight; in GetFieldIndex()282 long nGridHeight = maFieldSize.Height() + maSpaceSize.Height(); in GetDropIndex() local284 size_t nRow = static_cast< size_t >( rWindowPos.Y() / nGridHeight ); in GetDropIndex()289 long nRowOffset = rWindowPos.Y() % nGridHeight; in GetDropIndex()291 … if( (mnColCount == 1) ? (nRowOffset * 3 > nGridHeight * 2) : (nColOffset * 3 > nGridWidth * 2) ) in GetDropIndex()
622 …c sal_uLong GetGridCount( const Size& rSizePixel, sal_uInt16 nGridWidth, sal_uInt16 nGridHeight );
Completed in 17 milliseconds