| /aoo4110/main/ucb/source/ucp/ext/ | 
| H A D | ucpext_datasupplier.cxx | 176 …        ::ucbhelper::Content aWrappedContent( sPackageLocation, getResultSet()->getEnvironment() );  in fetchData()331 …xRow = Content::getArtificialNodePropertyValues( m_pImpl->m_xSMgr, getResultSet()->getProperties()…  in queryPropertyValues()
 339                 getResultSet()->getProperties(), getResultSet()->getEnvironment() );  in queryPropertyValues()
 
 | 
| /aoo4110/main/ucb/source/ucp/gvfs/ | 
| H A D | gvfs_directory.cxx | 299             pContent->getPropertyValues( getResultSet()->getProperties(),  in queryPropertyValues()300                              getResultSet()->getEnvironment() );  in queryPropertyValues()
 339             Authentication aAuth( getResultSet()->getEnvironment() );  in getData()
 395         getResultSet()->rowCountFinal();  in getData()
 
 | 
| /aoo4110/main/ucb/source/ucp/webdav/ | 
| H A D | webdavdatasupplier.cxx | 313                 getResultSet()->getProperties(),  in queryPropertyValues()359 						getResultSet()->getProperties(), propertyNames );  in getData()
 390 						   getResultSet()->getEnvironment() );  in getData()
 504 		getResultSet()->rowCountFinal();  in getData()
 
 | 
| /aoo4110/main/connectivity/qa/complex/connectivity/hsqldb/ | 
| H A D | TestCacheSize.java | 323                 XResultSet rs = mrs.getResultSet();  in fillUpBigTable()423             rs = mrs.getResultSet();  in checkResults()
 434             rs = mrs.getResultSet();  in checkResults()
 445             rs = mrs.getResultSet();  in checkResults()
 
 | 
| /aoo4110/main/offapi/com/sun/star/sdbc/ | 
| H A D | XMultipleResults.idl | 51 	<member scope="com::sun::star::sdbc">XMultipleResults::getResultSet()</member>72 	XResultSet getResultSet() raises (SQLException);
 92 		closes any current ResultSet obtained with getResultSet.
 
 | 
| H A D | XStatement.idl | 99 		<member scope="com::sun::star::sdbc">XStatement::getResultSet()</member>
 | 
| /aoo4110/main/ucbhelper/workben/myucp/ | 
| H A D | myucp_datasupplier.cxx | 273 	rtl::Reference< ::ucbhelper::ResultSet > xResultSet = getResultSet().get();  in getResult()309 	rtl::Reference< ::ucbhelper::ResultSet > xResultSet = getResultSet().get();  in totalCount()
 360 									getResultSet()->getProperties(),  in queryPropertyValues()
 
 | 
| /aoo4110/main/ucb/source/ucp/hierarchy/ | 
| H A D | hierarchydatasupplier.cxx | 280     rtl::Reference< ::ucbhelper::ResultSet > xResultSet = getResultSet().get();  in getResult()317     rtl::Reference< ::ucbhelper::ResultSet > xResultSet = getResultSet().get();  in totalCount()
 378                 getResultSet()->getProperties(),  in queryPropertyValues()
 
 | 
| /aoo4110/main/ucb/source/ucp/odma/ | 
| H A D | odma_datasupplier.cxx | 333 	rtl::Reference< ucbhelper::ResultSet > xResultSet = getResultSet();  in getResult()369 	rtl::Reference< ucbhelper::ResultSet > xResultSet = getResultSet();  in totalCount()
 419 									getResultSet()->getProperties(),  in queryPropertyValues()
 
 | 
| /aoo4110/main/dbaccess/source/core/dataaccess/ | 
| H A D | myucp_datasupplier.cxx | 306 	rtl::Reference< ::ucbhelper::ResultSet > xResultSet = getResultSet().get();  in getResult()344 	rtl::Reference< ::ucbhelper::ResultSet > xResultSet = getResultSet().get();  in totalCount()
 396 …Reference< XRow > xRow = m_pImpl->m_aResults[ nIndex ]->xContent->getPropertyValues(getResultSet()…  in queryPropertyValues()
 
 | 
| /aoo4110/main/ucb/source/ucp/package/ | 
| H A D | pkgdatasupplier.cxx | 306     rtl::Reference< ::ucbhelper::ResultSet > xResultSet = getResultSet().get();  in getResult()376     rtl::Reference< ::ucbhelper::ResultSet > xResultSet = getResultSet().get();  in totalCount()
 427 						getResultSet()->getProperties(),  in queryPropertyValues()
 
 | 
| /aoo4110/main/ucb/source/ucp/tdoc/ | 
| H A D | tdoc_datasupplier.cxx | 286     rtl::Reference< ::ucbhelper::ResultSet > xResultSet = getResultSet().get();  in getResult()339     rtl::Reference< ::ucbhelper::ResultSet > xResultSet = getResultSet().get();  in totalCount()
 389 						getResultSet()->getProperties(),  in queryPropertyValues()
 
 | 
| /aoo4110/main/connectivity/source/drivers/odbcbase/ | 
| H A D | OStatement.cxx | 402 Reference< XResultSet > OStatement_Base::getResultSet (sal_Bool checkCount) throw( SQLException)  in getResultSet()  function in OStatement_Base468 		xRS = getResultSet (sal_False);  in executeQuery()
 567 Reference< XResultSet > SAL_CALL OStatement_Base::getResultSet(  ) throw(SQLException, RuntimeExcep…  in getResultSet()  function in OStatement_Base
 573 	m_xResultSet = getResultSet(sal_True);  in getResultSet()
 
 | 
| /aoo4110/main/ucb/source/ucp/gio/ | 
| H A D | gio_datasupplier.cxx | 246                 aCmd.Argument <<= getResultSet()->getProperties();  in queryPropertyValues()248                     aCmd, nCmdId, getResultSet()->getEnvironment() ) );  in queryPropertyValues()
 
 | 
| /aoo4110/main/mysqlc/source/ | 
| H A D | mysqlc_statement.cxx | 308 Reference< XResultSet > SAL_CALL OCommonStatement::getResultSet()  in getResultSet()  function in OCommonStatement317 		std::auto_ptr< sql::ResultSet > rset(cppStatement->getResultSet());  in getResultSet()
 
 | 
| H A D | mysqlc_statement.hxx | 154 			::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getResultSet()
 | 
| /aoo4110/main/connectivity/source/inc/odbc/ | 
| H A D | OStatement.hxx | 120 …::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > getResultSet (sal_Bool chec…185 …::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getResultSet(  ) throw(::com…
 
 | 
| /aoo4110/main/dbaccess/source/core/api/ | 
| H A D | statement.cxx | 383 Reference< XResultSet > SAL_CALL OStatementBase::getResultSet(  ) throw(SQLException, RuntimeExcept…  in getResultSet()  function in OStatementBase394 	return Reference< XMultipleResults >(m_xAggregateAsSet, UNO_QUERY)->getResultSet();  in getResultSet()
 
 | 
| /aoo4110/main/connectivity/source/inc/java/sql/ | 
| H A D | Array.hxx | 53 …::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getResultSet( const ::com::s…
 | 
| /aoo4110/main/sd/source/ui/animations/ | 
| H A D | CustomAnimationDialog.hxx | 161 	STLPropertySet* getResultSet();
 | 
| /aoo4110/main/connectivity/source/drivers/jdbc/ | 
| H A D | Array.cxx | 101 …erence< ::com::sun::star::sdbc::XResultSet > SAL_CALL java_sql_Array::getResultSet( const ::com::s…  in getResultSet()  function in java_sql_Array
 | 
| /aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ | 
| H A D | SStatement.hxx | 121 …::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getResultSet(  ) throw(::com…
 | 
| H A D | SStatement.cxx | 210 Reference< XResultSet > SAL_CALL OStatement_Base::getResultSet(  ) throw(SQLException, RuntimeExcep…  in getResultSet()  function in OStatement_Base
 | 
| /aoo4110/main/connectivity/source/drivers/evoab2/ | 
| H A D | NPreparedStatement.cxx | 317 Reference< XResultSet > SAL_CALL OEvoabPreparedStatement::getResultSet(  ) throw(SQLException, Runt…  in getResultSet()  function in OEvoabPreparedStatement
 | 
| /aoo4110/main/dbaccess/source/core/inc/ | 
| H A D | statement.hxx | 146 …::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getResultSet(  ) throw(::com…
 |