Home
last modified time | relevance | path

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

12345

/trunk/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLRef.java25 import com.sun.star.sdbc.XRef;
27 public class JavaSQLRef extends WeakBase implements XRef {
H A DJavaSQLCallableStatement.java35 import com.sun.star.sdbc.XRef;
217 public synchronized XRef getRef(int columnIndex) throws SQLException { in getRef()
H A DJavaSQLPreparedStatement.java49 import com.sun.star.sdbc.XRef;
357 public void setRef(int index, XRef x) throws SQLException { in setRef()
H A DJavaSQLResultSet.java56 import com.sun.star.sdbc.XRef;
429 public XRef getRef(int columnIndex) throws SQLException { in getRef()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java44 import com.sun.star.sdbc.XRef;
234 public void setRef(int arg0, XRef arg1) throws SQLException { in setRef()
H A DPostgresqlResultSet.java41 import com.sun.star.sdbc.XRef;
233 public XRef getRef(int arg0) throws SQLException { in getRef()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java38 import com.sun.star.sdbc.XRef;
297 public synchronized XRef getRef(int columnIndex) throws SQLException { in getRef()
H A DDatabaseMetaDataResultSet.java46 import com.sun.star.sdbc.XRef;
319 public synchronized XRef getRef(int columnIndex) throws SQLException { in getRef()
/trunk/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 DXRow.idl56 published interface XRef;
299 XRef getRef([in]long columnIndex) raises (SQLException);
H A DXRef.idl42 published interface XRef: com::sun::star::uno::XInterface
/trunk/main/connectivity/source/inc/java/sql/
H A DRef.hxx37 public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XRef>
/trunk/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);
/trunk/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()
/trunk/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()

Completed in 72 milliseconds

12345