Home
last modified time | relevance | path

Searched refs:XRef (Results 1 – 25 of 104) sorted by relevance

12345

/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XRow.java37 import com.sun.star.sdbc.XRef;
453 int col = findColumnOfType(XRef.class) ; in _getRef()
457 XRef getVal = oObj.getRef(col) ; in _getRef()
/aoo41x/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx109 Reference< XRef > xRef; // getRef
595 Reference< XRef > SAL_CALL PropertyValueSet::getRef( sal_Int32 columnIndex ) in getRef()
598 GETVALUE_IMPL( Reference< XRef >, REF_VALUE_SET, xRef ); in getRef()
790 const Reference< XRef >& rValue ) in appendRef()
/aoo41x/main/ucbhelper/inc/ucbhelper/
H A Dpropertyvalueset.hxx167 ::com::sun::star::sdbc::XRef > SAL_CALL
354 …tring& rPropName, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef >& rValue );
355 …r* pAsciiPropName, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef >& rValue ) in appendRef()
359 …::Property& rProp, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef >& rValue ) in appendRef()
/aoo41x/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java35 import com.sun.star.sdbc.XRef;
263 XRef getRef( int _colIndex ) throws SQLException in getRef()
/aoo41x/main/dbaccess/source/core/api/
H A DPrivateRow.cxx118 …Reference< XRef > SAL_CALL OPrivateRow::getRef( ::sal_Int32 columnIndex ) throw (SQLException, Run… in getRef()
121 return Reference< XRef >(m_aRow[m_nPos].makeAny(),UNO_QUERY); in getRef()
H A DPrivateRow.hxx56 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef( ::sal_In…
/aoo41x/main/ucb/source/ucp/file/
H A Dfilrow.cxx358 uno::Reference< sdbc::XRef > SAL_CALL
366 uno::Reference< sdbc::XRef > Value; in getRef()
368 m_nWasNull = ::convert<uno::Reference< sdbc::XRef> >( m_pMyShell, in getRef()
H A Dfilrset.hxx353 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XRef > SAL_CALL
362 return com::sun::star::uno::Reference< com::sun::star::sdbc::XRef >(); in getRef()
H A Dfilrow.hxx165 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XRef > SAL_CALL
/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java33 import com.sun.star.sdbc.XRef;
267 public XRef getRef(int i) throws SQLException in getRef()
/aoo41x/main/connectivity/qa/connectivity/tools/
H A DRowSet.java36 import com.sun.star.sdbc.XRef;
268 public XRef getRef(int i) throws SQLException in getRef()
/aoo41x/main/connectivity/source/inc/java/sql/
H A DRef.hxx37 public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XRef>
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DXSQLInput.idl52 published interface XRef;
251 XRef readRef() raises (SQLException);
H A DXSQLOutput.idl52 published interface XRef;
261 void writeRef([in]XRef x) raises (SQLException);
H A Dmakefile.mk94 XRef.idl \
H A DXRef.idl42 published interface XRef: com::sun::star::uno::XInterface
H A DXRow.idl56 published interface XRef;
299 XRef getRef([in]long columnIndex) raises (SQLException);
/aoo41x/main/offapi/com/sun/star/sdb/
H A DXColumn.idl55 published interface XRef;
264 com::sun::star::sdbc::XRef getRef() raises (com::sun::star::sdbc::SQLException);
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx307 com::sun::star::sdbc::XRef > SAL_CALL
316 return com::sun::star::uno::Reference< com::sun::star::sdbc::XRef >(); in getRef()
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx296 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XRef > SAL_CALL
305 return com::sun::star::uno::Reference< com::sun::star::sdbc::XRef >(); in getRef()
/aoo41x/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx213 Reference< XRef > SAL_CALL OCallableStatement::getRef( sal_Int32 /*columnIndex*/) throw(SQLExceptio… in getRef()
/aoo41x/main/mysqlc/source/
H A Dmysqlc_preparedstatement.hxx150 void SAL_CALL setRef(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XRef >& x)
/aoo41x/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx72 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef( sal_Int3…
/aoo41x/main/svx/source/form/
H A Dsdbdatacolumn.cxx175 Reference< XRef> DataColumn::getRef() throw( SQLException, RuntimeException ) in getRef()
/aoo41x/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx257 void SAL_CALL OEvoabPreparedStatement::setRef( sal_Int32 /*parameterIndex*/, const Reference< XRef in setRef() argument

Completed in 80 milliseconds

12345