Lines Matching refs:bDown
127 sal_uInt16, sal_Bool bDown, sal_Bool bSimple ) in SearchCol() argument
141 if( bDown ) in SearchCol()
343 …xIconChoiceCtrlEntry* IcnCursor_Impl::GoPageUpDown( SvxIconChoiceCtrlEntry* pStart, sal_Bool bDown) in GoPageUpDown() argument
352 if( bDown ) in GoPageUpDown()
369 if( bDown ) in GoPageUpDown()
385 SvxIconChoiceCtrlEntry* pNext = GoUpDown( pStart, bDown ); in GoPageUpDown()
396 pNext = GoUpDown( pNext, bDown ); in GoPageUpDown()
403 …xIconChoiceCtrlEntry* IcnCursor_Impl::GoUpDown( SvxIconChoiceCtrlEntry* pCtrlEntry, sal_Bool bDown) in GoUpDown() argument
408 if( bDown && nPos < (pView->aEntries.Count() - 1) ) in GoUpDown()
410 else if( !bDown && nPos > 0 ) in GoUpDown()
424 if( bDown ) in GoUpDown()
435 if( bDown ) in GoUpDown()