Searched refs:GoUpDown (Results 1 – 4 of 4) sorted by relevance
/trunk/main/svtools/source/contnr/ |
H A D | imivctl2.cxx | 385 SvxIconChoiceCtrlEntry* pNext = GoUpDown( pStart, bDown ); in GoPageUpDown() 396 pNext = GoUpDown( pNext, bDown ); in GoPageUpDown() 403 SvxIconChoiceCtrlEntry* IcnCursor_Impl::GoUpDown( SvxIconChoiceCtrlEntry* pCtrlEntry, sal_Bool bDow… in GoUpDown() function in IcnCursor_Impl
|
H A D | imivctl.hxx | 503 SvxIconChoiceCtrlEntry* GoUpDown( SvxIconChoiceCtrlEntry*, sal_Bool bDown ); 571 SvxIconChoiceCtrlEntry* GoUpDown( SvxIconChoiceCtrlEntry*, sal_Bool bDown );
|
H A D | svimpicn.cxx | 686 SvLBoxEntry* GoUpDown( SvLBoxEntry*, sal_Bool bDown ); 1536 pNewCursor = pImpCursor->GoUpDown(pCursor,sal_False); in KeyInput() 1563 pNewCursor=pImpCursor->GoUpDown( pCursor,sal_True ); in KeyInput() 2986 pNewCursor = pImpCursor->GoUpDown( pCursor, sal_False ); in GetNewCursor() 2988 pNewCursor = pImpCursor->GoUpDown( pCursor, sal_True ); in GetNewCursor() 3463 SvLBoxEntry* ImpIcnCursor::GoUpDown( SvLBoxEntry* pIcnEntry, sal_Bool bDown) in GoUpDown() function in ImpIcnCursor
|
H A D | imivctl1.cxx | 1242 pNewCursor = pImpCursor->GoUpDown(pCursor,sal_False); in KeyInput() 1272 pNewCursor=pImpCursor->GoUpDown( pCursor,sal_True ); in KeyInput() 2942 pNewCursor = pImpCursor->GoUpDown( pCursor, sal_False ); in FindNewCursor() 2944 pNewCursor = pImpCursor->GoUpDown( pCursor, sal_True ); in FindNewCursor() 4065 SvxIconChoiceCtrlEntry* SvxIconChoiceCtrl_Impl::GoUpDown( SvxIconChoiceCtrlEntry* pStart, sal_Bool … in GoUpDown() function in SvxIconChoiceCtrl_Impl 4067 return pImpCursor->GoUpDown( pStart, bDown ); in GoUpDown()
|
Completed in 138 milliseconds