Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx259 long nGridHeight = maFieldSize.Height() + maSpaceSize.Height(); in GetFieldIndex() local
261 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() local
284 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()
/trunk/main/svtools/source/contnr/
H A Dimivctl.hxx622 …c sal_uLong GetGridCount( const Size& rSizePixel, sal_uInt16 nGridWidth, sal_uInt16 nGridHeight );

Completed in 20 milliseconds