Searched refs:nSelectedRow (Results 1 – 2 of 2) sorted by relevance
438 sal_uInt32 nSelectedRow = (pImpl->nSelectedAddress + 1)/ pImpl->nColumns; in KeyInput() local439 sal_uInt32 nSelectedColumn = pImpl->nSelectedAddress % nSelectedRow; in KeyInput()443 if(nSelectedRow) in KeyInput()444 --nSelectedRow; in KeyInput()448 ++nSelectedRow; in KeyInput()460 sal_uInt32 nSelect = nSelectedRow * pImpl->nColumns + nSelectedColumn; in KeyInput()
577 sal_Int32 nSelectedRow( 0 ); in addCompatibleSelectionDescription() local578 OSL_VERIFY( *pSelRows >>= nSelectedRow ); in addCompatibleSelectionDescription()580 m_sCompatibleObjectDescription += ::rtl::OUString::valueOf((sal_Int32)nSelectedRow); in addCompatibleSelectionDescription()
Completed in 21 milliseconds