Home
last modified time | relevance | path

Searched refs:nSelectedRow (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx438 sal_uInt32 nSelectedRow = (pImpl->nSelectedAddress + 1)/ pImpl->nColumns; in KeyInput() local
439 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()
/trunk/main/svx/source/fmcomp/
H A Ddbaexchange.cxx577 sal_Int32 nSelectedRow( 0 ); in addCompatibleSelectionDescription() local
578 OSL_VERIFY( *pSelRows >>= nSelectedRow ); in addCompatibleSelectionDescription()
580 m_sCompatibleObjectDescription += ::rtl::OUString::valueOf((sal_Int32)nSelectedRow); in addCompatibleSelectionDescription()

Completed in 33 milliseconds