Searched refs:nScrollLines (Results 1 – 4 of 4) sorted by relevance
142 sal_uLong nScrollLines,178 sal_uLong nScrollLines, in CommandWheelData() argument184 mnLines = nScrollLines; in CommandWheelData()
763 sal_uLong nScrollLines = pData->GetScrollLines(); in HandleScrollCommand() local765 nScrollLines = COMMAND_WHEEL_PAGESCROLL; in HandleScrollCommand()767 nScrollLines,pData->GetMode(),pData->GetModifier(),pData->IsHorz() ); in HandleScrollCommand()
1210 sal_uLong nScrollLines = pData->GetScrollLines(); in HandleScrollCommand() local1212 if ( nScrollLines == COMMAND_WHEEL_PAGESCROLL ) in HandleScrollCommand()1220 nLines = pData->GetNotchDelta() * (long)nScrollLines; in HandleScrollCommand()
2742 sal_uLong nScrollLines = pData->GetScrollLines(); in HandleScrollCommand() local2743 if( nScrollLines == COMMAND_WHEEL_PAGESCROLL ) in HandleScrollCommand()2751 nScrollDY = pData->GetNotchDelta() * (long)nScrollLines; in HandleScrollCommand()
Completed in 121 milliseconds