Lines Matching refs:nCount
370 sal_Int32 nCount = impl_getRowCount_throw(); in getState() local
379 if ( !nCount && !::dbtools::canInsert( m_xCursorProperties ) ) in getState()
386 nPosition = ++nCount; in getState()
403 sal_Int32 nCount = impl_getRowCount_throw(); in getState() local
407 ++nCount; in getState()
409 ::rtl::OUString sValue = ::rtl::OUString::valueOf( sal_Int32( nCount ) ); in getState()
569 sal_uInt32 nCount = impl_getRowCount_throw(); in execute() local
572 sal_Bool bLeft = m_xCursor->isLast() && ( nCount > 1 ); in execute()
768 sal_Int32 nCount = impl_getRowCount_throw(); in executeWithArguments() local
771 if ( bFinalCount && ( (sal_Int32)nPosition > nCount ) ) in executeWithArguments()
772 nPosition = nCount; in executeWithArguments()
1456 sal_Int32 nCount( xContainer->getCount() ); in impl_resetAllControls_nothrow() local
1457 for ( sal_Int32 i = 0; i < nCount; ++i ) in impl_resetAllControls_nothrow()