Lines Matching refs:pResult
177 SvxIconChoiceCtrlEntry* pResult = 0; in SearchCol() local
193 pResult = pEntry; in SearchCol()
198 return pResult; in SearchCol()
252 SvxIconChoiceCtrlEntry* pResult = 0; in SearchRow() local
268 pResult = pEntry; in SearchRow()
273 return pResult; in SearchRow()
297 SvxIconChoiceCtrlEntry* pResult; in GoLeftRight() local
306 pResult = SearchRow( in GoLeftRight()
309 pResult = SearchRow( nY, nX ,0, nX, sal_False, sal_True ); in GoLeftRight()
310 if( pResult ) in GoLeftRight()
311 return pResult; in GoLeftRight()
415 SvxIconChoiceCtrlEntry* pResult; in GoUpDown() local
425 pResult = SearchCol( in GoUpDown()
428 pResult = SearchCol( nX, nY ,0, nY, sal_False, sal_True ); in GoUpDown()
429 if( pResult ) in GoUpDown()
430 return pResult; in GoUpDown()