Home
last modified time | relevance | path

Searched refs:aIface (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/dbaccess/source/core/api/
H A Dstatement.cxx124 Any aIface = OSubComponent::queryInterface( rType ); in queryInterface() local
125 if (!aIface.hasValue()) in queryInterface()
127 aIface = ::cppu::queryInterface( in queryInterface()
134 if ( !aIface.hasValue() ) in queryInterface()
138 aIface = ::cppu::queryInterface(rType,static_cast< XGeneratedResultSet * >( this )); in queryInterface()
140 if ( !aIface.hasValue() ) in queryInterface()
144 aIface = ::cppu::queryInterface(rType,static_cast< XPreparedBatchExecution * >( this )); in queryInterface()
147 return aIface; in queryInterface()
H A Dcallablestatement.cxx89 Any aIface = OPreparedStatement::queryInterface( rType ); in queryInterface() local
90 if (!aIface.hasValue()) in queryInterface()
91 aIface = ::cppu::queryInterface( in queryInterface()
95 return aIface; in queryInterface()
H A Dpreparedstatement.cxx109 Any aIface = OStatementBase::queryInterface( rType ); in queryInterface() local
110 if (!aIface.hasValue()) in queryInterface()
111 aIface = ::cppu::queryInterface( in queryInterface()
120 return aIface; in queryInterface()
H A Dresultset.cxx181 Any aIface = OResultSetBase::queryInterface( rType ); in queryInterface() local
182 if (!aIface.hasValue()) in queryInterface()
183 aIface = ::cppu::queryInterface( in queryInterface()
187 return aIface; in queryInterface()
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx599 Any aIface = ODatabaseSource_Base::queryInterface( rType ); in queryInterface() local
600 if ( !aIface.hasValue() ) in queryInterface()
601 aIface = ::cppu::OPropertySetHelper::queryInterface( rType ); in queryInterface()
602 return aIface; in queryInterface()

Completed in 47 milliseconds