/aoo41x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 245 XInputStream getBinaryStream( int _colIndex ) throws SQLException in getBinaryStream() method in ResultSet 247 return m_row.getBinaryStream( _colIndex ); in getBinaryStream()
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 252 public XInputStream getBinaryStream(int i) throws SQLException in getBinaryStream() method in RowSet 254 return m_row.getBinaryStream(i); in getBinaryStream()
|
/aoo41x/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 253 public XInputStream getBinaryStream(int i) throws SQLException in getBinaryStream() method in RowSet 255 return m_row.getBinaryStream(i); in getBinaryStream()
|
/aoo41x/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 160 Reference< XInputStream> DataColumn::getBinaryStream() throw( SQLException, RuntimeException ) in getBinaryStream() function in svxform::DataColumn 162 return m_xColumn->getBinaryStream(); in getBinaryStream()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 1729 xStream = xBlob->getBinaryStream(); in getSequence() 2024 virtual Reference< XInputStream > getBinaryStream() const = 0; 2056 …virtual Reference< XInputStream > getBinaryStream() const { return m_xRow->getBinaryStream( … in getBinaryStream() function in connectivity::detail::RowValue 2089 …virtual Reference< XInputStream > getBinaryStream() const { return m_xColumn->getBinaryStrea… in getBinaryStream() function in connectivity::detail::ColumnValue
|
H A D | BlobHelper.cxx | 50 …Reference< ::com::sun::star::io::XInputStream > SAL_CALL BlobHelper::getBinaryStream( ) throw (::… in getBinaryStream() function in BlobHelper
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | callablestatement.cxx | 275 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OCallableStatement::getBinaryStream( sal_I… in getBinaryStream() function in OCallableStatement 281 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getBinaryStream( columnIndex ); in getBinaryStream()
|
H A D | datacolumn.cxx | 266 Reference< ::com::sun::star::io::XInputStream > ODataColumn::getBinaryStream(void) throw( SQLExcep… in getBinaryStream() function in ODataColumn 271 return m_xRow->getBinaryStream(m_nPos); in getBinaryStream()
|
H A D | CacheSet.cxx | 562 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OCacheSet::getBinaryStream( sal_Int32 colu… in getBinaryStream() function in OCacheSet 565 return m_xDriverRow->getBinaryStream(columnIndex); in getBinaryStream()
|
H A D | PrivateRow.cxx | 103 …Reference< ::com::sun::star::io::XInputStream > SAL_CALL OPrivateRow::getBinaryStream( ::sal_Int32… in getBinaryStream() function in OPrivateRow
|
H A D | PrivateRow.hxx | 53 …:star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( ::sal_Int32 …
|
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRowUpdate.java | 146 row.getBinaryStream(i + 1) ; in _updateNull() 550 XInputStream getVal = row.getBinaryStream(idx) ; in _updateBinaryStream()
|
H A D | _XRow.java | 397 XInputStream getVal = oObj.getBinaryStream(col) ; in _getBinaryStream()
|
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | CallableStatement.cxx | 257 …::sun::star::io::XInputStream > SAL_CALL java_sql_CallableStatement::getBinaryStream( sal_Int32 co… in getBinaryStream() function in java_sql_CallableStatement 260 return xBlob.is() ? xBlob->getBinaryStream() : Reference< ::com::sun::star::io::XInputStream >(); in getBinaryStream()
|
H A D | Blob.cxx | 103 …erence< ::com::sun::star::io::XInputStream > SAL_CALL java_sql_Blob::getBinaryStream( ) throw(::c… in getBinaryStream() function in java_sql_Blob
|
/aoo41x/main/connectivity/source/inc/java/sql/ |
H A D | Blob.hxx | 53 …:star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( ) throw(::c…
|
H A D | CallableStatement.hxx | 74 …:star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( sal_Int32 co…
|
/aoo41x/main/connectivity/inc/connectivity/ |
H A D | BlobHelper.hxx | 40 …:star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( ) throw (::…
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.hxx | 266 getBinaryStream( in getBinaryStream() function in ftp::ResultSetBase 272 return m_aItems[m_nRow]->getBinaryStream( columnIndex ); in getBinaryStream()
|
/aoo41x/main/ucb/source/cacher/ |
H A D | contentresultsetwrapper.cxx | 1324 ::getBinaryStream( sal_Int32 columnIndex ) in getBinaryStream() function in ContentResultSetWrapper 1328 XROW_GETXXX( getBinaryStream ); in getBinaryStream()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 260 getBinaryStream( in getBinaryStream() function in chelp::ResultSetBase 266 return m_aItems[m_nRow]->getBinaryStream( columnIndex ); in getBinaryStream()
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | filrset.hxx | 317 getBinaryStream( in getBinaryStream() function in fileaccess::XResultSet_impl 323 return m_aItems[m_nRow]->getBinaryStream( columnIndex ); in getBinaryStream()
|
H A D | filrow.hxx | 147 getBinaryStream(
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | ACallableStatement.cxx | 180 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OCallableStatement::getBinaryStream( sal_I… in getBinaryStream() function in OCallableStatement
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | ACallableStatement.hxx | 69 …:star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( sal_Int32 co…
|