Lines Matching refs:Y
143 aScrollBarPos.Y() += nWinHeight + maSpaceSize.Height(); in ScPivotFieldWindow()
256 if( (rWindowPos.X() >= 0) && (rWindowPos.Y() >= 0) ) in GetFieldIndex()
261 size_t nRow = static_cast< size_t >( rWindowPos.Y() / nGridHeight ); in GetFieldIndex()
265 long nRowOffset = rWindowPos.Y() % nGridHeight; in GetFieldIndex()
279 if( (rWindowPos.X() >= 0) && (rWindowPos.Y() >= 0) ) in GetDropIndex()
284 size_t nRow = static_cast< size_t >( rWindowPos.Y() / nGridHeight ); in GetDropIndex()
289 long nRowOffset = rWindowPos.Y() % nGridHeight; in GetDropIndex()
851 …(bVerticalCursor ? aMainLinePos.X() : aMainLinePos.Y()) += ((bVerticalCursor ? maFieldSize.Width()… in DrawInsertionCursor()
852 else if( (bVerticalCursor ? aMainLinePos.X() : aMainLinePos.Y()) > 0 ) in DrawInsertionCursor()
853 (bVerticalCursor ? aMainLinePos.X() : aMainLinePos.Y()) -= ((CURSOR_WIDTH + 1) / 2); in DrawInsertionCursor()
858 (bVerticalCursor ? aSubLinePos.X() : aSubLinePos.Y()) -= CURSOR_WIDTH; in DrawInsertionCursor()
862 (bVerticalCursor ? aSubLinePos.Y() : aSubLinePos.X()) += (nCursorLength - CURSOR_WIDTH); in DrawInsertionCursor()