Lines Matching refs:sal_Int32

62 sal_Int32 nRow = m_nRow;								\
63 sal_Int32 nFetchSize = m_nFetchSize; \
64 sal_Int32 nFetchDirection = m_nFetchDirection; \
157 ::hasRow( sal_Int32 row ) in hasRow()
171 sal_Int32 SAL_CALL CachedContentResultSet::CCRS_Cache
198 ::hasCausedException( sal_Int32 nRow ) in hasCausedException()
213 ::getRowAny( sal_Int32 nRow ) in getRowAny()
232 ::remindMapped( sal_Int32 nRow ) in remindMapped()
246 ::isRowMapped( sal_Int32 nRow ) in isRowMapped()
270 sal_Int32 nCount = m_pResult->Rows.getLength(); in getMappedReminder()
279 ::getAny( sal_Int32 nRow, sal_Int32 nColumnIndex ) in getAny()
308 ::getContentIdentifierString( sal_Int32 nRow ) in getContentIdentifierString()
331 ::getContentIdentifier( sal_Int32 nRow ) in getContentIdentifier()
354 ::getContent( sal_Int32 nRow ) in getContent()
403 sal_Int32 SAL_CALL
410 sal_Int32 SAL_CALL
471 sal_Int32 nFetchSize = impl_getPos( m_aPropertyNameForFetchSize ); in CCRS_PropertySetInfo()
472 sal_Int32 nFetchDirection = impl_getPos( m_aPropertyNameForFetchDirection ); in CCRS_PropertySetInfo()
473 sal_Int32 nDeleted = 0; in CCRS_PropertySetInfo()
480 sal_Int32 nOrigProps = pOrigProps->getLength(); in CCRS_PropertySetInfo()
483 for( sal_Int32 n = 0, m = 0; n < nOrigProps; n++, m++ ) in CCRS_PropertySetInfo()
493 rMyProp.Type = getCppuType( static_cast< const sal_Int32 * >( 0 ) ); in CCRS_PropertySetInfo()
579 sal_Int32 SAL_CALL CCRS_PropertySetInfo
582 for( sal_Int32 nN = m_pProperties->getLength(); nN--; ) in impl_getPos()
594 for( sal_Int32 nN = m_pProperties->getLength(); nN--; ) in impl_queryProperty()
620 sal_Int32 SAL_CALL CCRS_PropertySetInfo
623 sal_Int32 nHandle = 1; in impl_getRemainedHandle()
634 for( sal_Int32 nN = m_pProperties->getLength(); nN--; ) in impl_getRemainedHandle()
708 ::applyPositionToOrigin( sal_Int32 nRow ) in applyPositionToOrigin()
729 sal_Int32 nLastAppliedPos = m_nLastAppliedPos; in applyPositionToOrigin()
732 sal_Int32 nForwardOnly = m_nForwardOnly; in applyPositionToOrigin()
743 sal_Int32 nN = nRow - nLastAppliedPos; in applyPositionToOrigin()
744 sal_Int32 nM; in applyPositionToOrigin()
793 sal_Int32 nN = nRow - nLastAppliedPos; in applyPositionToOrigin()
794 sal_Int32 nM; in applyPositionToOrigin()
827 sal_Int32 nMax = aCache.getMaxRow(); \
828 sal_Int32 nCurCount = m_nKnownCount; \
838 ::impl_fetchData( sal_Int32 nRow in impl_fetchData()
839 , sal_Int32 nFetchSize, sal_Int32 nFetchDirection ) in impl_fetchData()
846 ::impl_changeRowCount( sal_Int32 nOld, sal_Int32 nNew ) in impl_changeRowCount()
892 ::impl_isKnownValidPosition( sal_Int32 nRow ) in impl_isKnownValidPosition()
899 ::impl_isKnownInvalidPosition( sal_Int32 nRow ) in impl_isKnownInvalidPosition()
1009 sal_Int32 nNew; in setPropertyValue()
1047 sal_Int32 nNew; in setPropertyValue()
1198 sal_Int32 nNew = 0; in impl_propertyChange()
1258 sal_Int32 nRow = m_nRow; \
1259 sal_Int32 nFetchSize = m_nFetchSize; \
1260 sal_Int32 nFetchDirection = m_nFetchDirection; \
1350 sal_Int32 nRow = m_nRow; in next()
1391 sal_Int32 nRow = m_nRow; in previous()
1404 ::absolute( sal_Int32 row ) in absolute()
1427 sal_Int32 nNewRow = m_nKnownCount + 1 + row; in absolute()
1457 sal_Int32 nNewRow = m_nKnownCount + 1 + row; in absolute()
1467 sal_Int32 nCurRow = m_xResultSetOrigin->getRow(); in absolute()
1496 sal_Int32 nNewRow = row; in absolute()
1511 sal_Int32 nCurRow = m_xResultSetOrigin->getRow(); in absolute()
1523 ::relative( sal_Int32 rows ) in relative()
1539 sal_Int32 nNewRow = m_nRow + rows; in relative()
1649 sal_Int32 nCurRow = m_xResultSetOrigin->getRow(); in last()
1769 sal_Int32 nRow = 0; in isFirst()
1804 sal_Int32 nRow = 0; in isLast()
1830 sal_Int32 SAL_CALL CachedContentResultSet
1928 ::getString( sal_Int32 columnIndex ) in getString()
1937 ::getBoolean( sal_Int32 columnIndex ) in getBoolean()
1946 ::getByte( sal_Int32 columnIndex ) in getByte()
1955 ::getShort( sal_Int32 columnIndex ) in getShort()
1963 sal_Int32 SAL_CALL CachedContentResultSet
1964 ::getInt( sal_Int32 columnIndex ) in getInt()
1968 XROW_GETXXX( getInt, sal_Int32 ); in getInt()
1973 ::getLong( sal_Int32 columnIndex ) in getLong()
1982 ::getFloat( sal_Int32 columnIndex ) in getFloat()
1991 ::getDouble( sal_Int32 columnIndex ) in getDouble()
2000 ::getBytes( sal_Int32 columnIndex ) in getBytes()
2009 ::getDate( sal_Int32 columnIndex ) in getDate()
2018 ::getTime( sal_Int32 columnIndex ) in getTime()
2027 ::getTimestamp( sal_Int32 columnIndex ) in getTimestamp()
2037 ::getBinaryStream( sal_Int32 columnIndex ) in getBinaryStream()
2047 ::getCharacterStream( sal_Int32 columnIndex ) in getCharacterStream()
2056 ::getObject( sal_Int32 columnIndex, in getObject()
2066 sal_Int32 nRow = m_nRow; in getObject()
2067 sal_Int32 nFetchSize = m_nFetchSize; in getObject()
2068 sal_Int32 nFetchDirection = m_nFetchDirection; in getObject()
2102 ::getRef( sal_Int32 columnIndex ) in getRef()
2111 ::getBlob( sal_Int32 columnIndex ) in getBlob()
2120 ::getClob( sal_Int32 columnIndex ) in getClob()
2129 ::getArray( sal_Int32 columnIndex ) in getArray()