Home
last modified time | relevance | path

Searched refs:nScrollLines (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dcmdevt.hxx142 sal_uLong nScrollLines,
178 sal_uLong nScrollLines, in CommandWheelData() argument
184 mnLines = nScrollLines; in CommandWheelData()
/trunk/main/sd/source/ui/view/
H A Dviewshel.cxx763 sal_uLong nScrollLines = pData->GetScrollLines(); in HandleScrollCommand() local
765 nScrollLines = COMMAND_WHEEL_PAGESCROLL; in HandleScrollCommand()
767 nScrollLines,pData->GetMode(),pData->GetModifier(),pData->IsHorz() ); in HandleScrollCommand()
/trunk/main/vcl/source/window/
H A Dwindow2.cxx1210 sal_uLong nScrollLines = pData->GetScrollLines(); in HandleScrollCommand() local
1212 if ( nScrollLines == COMMAND_WHEEL_PAGESCROLL ) in HandleScrollCommand()
1220 nLines = pData->GetNotchDelta() * (long)nScrollLines; in HandleScrollCommand()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx2742 sal_uLong nScrollLines = pData->GetScrollLines(); in HandleScrollCommand() local
2743 if( nScrollLines == COMMAND_WHEEL_PAGESCROLL ) in HandleScrollCommand()
2751 nScrollDY = pData->GetNotchDelta() * (long)nScrollLines; in HandleScrollCommand()

Completed in 44 milliseconds