Lines Matching refs:SAL_CALL

115     virtual uno::Sequence< beans::Property > SAL_CALL getProperties()
117 virtual beans::Property SAL_CALL getPropertyByName(
120 virtual sal_Bool SAL_CALL hasPropertyByName( const rtl::OUString& Name )
317 void SAL_CALL ResultSet::dispose() in dispose()
342 void SAL_CALL ResultSet::addEventListener( in addEventListener()
357 void SAL_CALL ResultSet::removeEventListener( in removeEventListener()
374 uno::Reference< sdbc::XResultSetMetaData > SAL_CALL ResultSet::getMetaData() in getMetaData()
393 sal_Bool SAL_CALL ResultSet::next() in next()
422 sal_Bool SAL_CALL ResultSet::isBeforeFirst() in isBeforeFirst()
444 sal_Bool SAL_CALL ResultSet::isAfterLast() in isAfterLast()
453 sal_Bool SAL_CALL ResultSet::isFirst() in isFirst()
468 sal_Bool SAL_CALL ResultSet::isLast() in isLast()
490 void SAL_CALL ResultSet::beforeFirst() in beforeFirst()
501 void SAL_CALL ResultSet::afterLast() in afterLast()
511 sal_Bool SAL_CALL ResultSet::first() in first()
530 sal_Bool SAL_CALL ResultSet::last() in last()
549 sal_Int32 SAL_CALL ResultSet::getRow() in getRow()
564 sal_Bool SAL_CALL ResultSet::absolute( sal_Int32 row ) in absolute()
637 sal_Bool SAL_CALL ResultSet::relative( sal_Int32 rows ) in relative()
707 sal_Bool SAL_CALL ResultSet::previous() in previous()
737 void SAL_CALL ResultSet::refreshRow() in refreshRow()
750 sal_Bool SAL_CALL ResultSet::rowUpdated() in rowUpdated()
759 sal_Bool SAL_CALL ResultSet::rowInserted() in rowInserted()
768 sal_Bool SAL_CALL ResultSet::rowDeleted() in rowDeleted()
777 uno::Reference< uno::XInterface > SAL_CALL ResultSet::getStatement() in getStatement()
795 sal_Bool SAL_CALL ResultSet::wasNull() in wasNull()
820 rtl::OUString SAL_CALL ResultSet::getString( sal_Int32 columnIndex ) in getString()
843 sal_Bool SAL_CALL ResultSet::getBoolean( sal_Int32 columnIndex ) in getBoolean()
866 sal_Int8 SAL_CALL ResultSet::getByte( sal_Int32 columnIndex ) in getByte()
889 sal_Int16 SAL_CALL ResultSet::getShort( sal_Int32 columnIndex ) in getShort()
912 sal_Int32 SAL_CALL ResultSet::getInt( sal_Int32 columnIndex ) in getInt()
935 sal_Int64 SAL_CALL ResultSet::getLong( sal_Int32 columnIndex ) in getLong()
958 float SAL_CALL ResultSet::getFloat( sal_Int32 columnIndex ) in getFloat()
981 double SAL_CALL ResultSet::getDouble( sal_Int32 columnIndex ) in getDouble()
1004 uno::Sequence< sal_Int8 > SAL_CALL
1028 util::Date SAL_CALL ResultSet::getDate( sal_Int32 columnIndex ) in getDate()
1051 util::Time SAL_CALL ResultSet::getTime( sal_Int32 columnIndex ) in getTime()
1074 util::DateTime SAL_CALL
1098 uno::Reference< io::XInputStream > SAL_CALL
1122 uno::Reference< io::XInputStream > SAL_CALL
1146 uno::Any SAL_CALL ResultSet::getObject( in getObject()
1171 uno::Reference< sdbc::XRef > SAL_CALL
1195 uno::Reference< sdbc::XBlob > SAL_CALL
1219 uno::Reference< sdbc::XClob > SAL_CALL
1243 uno::Reference< sdbc::XArray > SAL_CALL
1272 void SAL_CALL ResultSet::close() in close()
1286 rtl::OUString SAL_CALL ResultSet::queryContentIdentifierString() in queryContentIdentifierString()
1298 uno::Reference< com::sun::star::ucb::XContentIdentifier > SAL_CALL
1311 uno::Reference< com::sun::star::ucb::XContent > SAL_CALL
1328 uno::Reference< beans::XPropertySetInfo > SAL_CALL
1344 void SAL_CALL ResultSet::setPropertyValue( const rtl::OUString& aPropertyName, in setPropertyValue()
1375 uno::Any SAL_CALL ResultSet::getPropertyValue( in getPropertyValue()
1406 void SAL_CALL ResultSet::addPropertyChangeListener( in addPropertyChangeListener()
1434 void SAL_CALL ResultSet::removePropertyChangeListener( in removePropertyChangeListener()
1458 void SAL_CALL ResultSet::addVetoableChangeListener( in addVetoableChangeListener()
1470 void SAL_CALL ResultSet::removeVetoableChangeListener( in removeVetoableChangeListener()
1643 uno::Sequence< beans::Property > SAL_CALL PropertySetInfo::getProperties() in getProperties()
1651 beans::Property SAL_CALL PropertySetInfo::getPropertyByName( in getPropertyByName()
1664 sal_Bool SAL_CALL PropertySetInfo::hasPropertyByName( in hasPropertyByName()