Searched refs:nScrollFlags (Results 1 – 1 of 1) sorted by relevance
2724 sal_uInt16 nScrollFlags = 0; in HandleScrollCommand() local2726 nScrollFlags |= AUTOSCROLL_HORZ; in HandleScrollCommand()2728 nScrollFlags |= AUTOSCROLL_VERT; in HandleScrollCommand()2729 if( nScrollFlags ) in HandleScrollCommand()2731 pView->StartAutoScroll( nScrollFlags ); in HandleScrollCommand()
Completed in 43 milliseconds