/aoo4110/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRow.java | 37 import com.sun.star.sdbc.XRef; 453 int col = findColumnOfType(XRef.class) ; in _getRef() 457 XRef getVal = oObj.getRef(col) ; in _getRef()
|
/aoo4110/main/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 109 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()
|
/aoo4110/main/ucbhelper/inc/ucbhelper/ |
H A D | propertyvalueset.hxx | 167 ::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()
|
/aoo4110/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 35 import com.sun.star.sdbc.XRef; 263 XRef getRef( int _colIndex ) throws SQLException in getRef()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | PrivateRow.cxx | 118 …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 D | PrivateRow.hxx | 56 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef( ::sal_In…
|
/aoo4110/main/ucb/source/ucp/file/ |
H A D | filrow.cxx | 358 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 D | filrset.hxx | 353 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 D | filrow.hxx | 165 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XRef > SAL_CALL
|
/aoo4110/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 33 import com.sun.star.sdbc.XRef; 267 public XRef getRef(int i) throws SQLException in getRef()
|
/aoo4110/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 36 import com.sun.star.sdbc.XRef; 268 public XRef getRef(int i) throws SQLException in getRef()
|
/aoo4110/main/connectivity/source/inc/java/sql/ |
H A D | Ref.hxx | 37 public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XRef>
|
/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | XSQLInput.idl | 52 published interface XRef; 251 XRef readRef() raises (SQLException);
|
H A D | XSQLOutput.idl | 52 published interface XRef; 261 void writeRef([in]XRef x) raises (SQLException);
|
H A D | makefile.mk | 94 XRef.idl \
|
H A D | XRef.idl | 42 published interface XRef: com::sun::star::uno::XInterface
|
H A D | XRow.idl | 56 published interface XRef; 299 XRef getRef([in]long columnIndex) raises (SQLException);
|
/aoo4110/main/offapi/com/sun/star/sdb/ |
H A D | XColumn.idl | 55 published interface XRef; 264 com::sun::star::sdbc::XRef getRef() raises (com::sun::star::sdbc::SQLException);
|
/aoo4110/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 296 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()
|
/aoo4110/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.hxx | 307 com::sun::star::sdbc::XRef > SAL_CALL 316 return com::sun::star::uno::Reference< com::sun::star::sdbc::XRef >(); in getRef()
|
/aoo4110/main/connectivity/source/drivers/ado/ |
H A D | ACallableStatement.cxx | 213 Reference< XRef > SAL_CALL OCallableStatement::getRef( sal_Int32 /*columnIndex*/) throw(SQLExceptio… in getRef()
|
/aoo4110/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.hxx | 150 void SAL_CALL setRef(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XRef >& x)
|
/aoo4110/main/connectivity/source/inc/ado/ |
H A D | ACallableStatement.hxx | 72 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef( sal_Int3…
|
/aoo4110/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 175 Reference< XRef> DataColumn::getRef() throw( SQLException, RuntimeException ) in getRef()
|
/aoo4110/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.cxx | 257 void SAL_CALL OEvoabPreparedStatement::setRef( sal_Int32 /*parameterIndex*/, const Reference< XRef … in setRef() argument
|