Lines Matching refs:nPosition
368 sal_Int32 nPosition = m_xCursor->getRow(); in getState() local
373 if ( ( nPosition >= 0 ) || bIsNew ) in getState()
386 nPosition = ++nCount; in getState()
387 aState.State <<= (sal_Int32)nPosition; in getState()
393 aState.State <<= (sal_Int32)nPosition; in getState()
752 sal_Int32 nPosition = -1; in executeWithArguments() local
755 aArguments.get_ensureType( "Position", nPosition ); in executeWithArguments()
757 if ( nPosition < 1 ) in executeWithArguments()
758 nPosition = 1; in executeWithArguments()
771 if ( bFinalCount && ( (sal_Int32)nPosition > nCount ) ) in executeWithArguments()
772 nPosition = nCount; in executeWithArguments()
774 m_xCursor->absolute( nPosition ); in executeWithArguments()