/trunk/main/unodevtools/source/unodevtools/ |
H A D | typeblob.cxx | 317 const void* p = writer.getBlob(blobsize); in getTypeBlob() 359 const void* p = writer.getBlob(blobsize); in getTypeBlob() 471 const void* p = writer.getBlob(blobsize); in getTypeBlob() 531 const void* p = writer.getBlob(blobsize); in getTypeBlob() 573 const void* p = writer.getBlob(blobsize); in getTypeBlob() 604 const void* p = writer.getBlob(blobsize); in getTypeBlob() 624 const void* p = writer.getBlob(blobsize); in getTypeBlob() 761 const void* p = writer.getBlob(blobsize); in getTypeBlob() 786 const void* p = writer.getBlob(blobsize); in getTypeBlob()
|
/trunk/main/idlc/source/ |
H A D | astdump.cxx | 96 void const * pBlob = aBlob.getBlob(&aBlobSize); in dump() 119 void const * pBlob = aBlob.getBlob(&aBlobSize); in dump() 162 void const * pBlob = aBlob.getBlob(&aBlobSize); in dump() 338 void const * blob = writer.getBlob(&size); in dump()
|
H A D | astenum.cxx | 103 void const * pBlob = aBlob.getBlob(&aBlobSize); in dump()
|
H A D | aststruct.cxx | 174 void const * pBlob = aBlob.getBlob(&aBlobSize); in dump()
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLCallableStatement.java | 69 XBlob blob = getBlob(columnIndex); in getBinaryStream() 202 public synchronized XBlob getBlob(int columnIndex) throws SQLException { in getBlob() method in JavaSQLCallableStatement 205 java.sql.Blob blob = ((java.sql.CallableStatement)jdbcStatement).getBlob(columnIndex); in getBlob()
|
H A D | JavaSQLResultSet.java | 415 public XBlob getBlob(int columnIndex) throws SQLException { in getBlob() method in JavaSQLResultSet 417 java.sql.Blob blob = jdbcResultSet.getBlob(columnIndex); in getBlob()
|
/trunk/main/forms/qa/integration/complex/forms/tools/ |
H A D | ResultSet.java | 269 XBlob getBlob( int _colIndex ) throws SQLException in getBlob() method in ResultSet 271 return m_row.getBlob( _colIndex ); in getBlob()
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 272 public XBlob getBlob(int i) throws SQLException in getBlob() method in RowSet 274 return m_row.getBlob(i); in getBlob()
|
/trunk/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 273 public XBlob getBlob(int i) throws SQLException in getBlob() method in RowSet 275 return m_row.getBlob(i); in getBlob()
|
/trunk/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 180 Reference< XBlob> DataColumn::getBlob() throw( SQLException, RuntimeException ) in getBlob() function in svxform::DataColumn 182 return m_xColumn->getBlob(); in getBlob()
|
/trunk/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 2026 virtual Reference< XBlob > getBlob() const = 0; 2058 virtual Reference< XBlob > getBlob() const { return m_xRow->getBlob( m_nPos ); }; in getBlob() function in connectivity::detail::RowValue 2091 virtual Reference< XBlob > getBlob() const { return m_xColumn->getBlob(); }; in getBlob() function in connectivity::detail::ColumnValue 2193 (*this) = ::com::sun::star::uno::makeAny(_rValueSource.getBlob()); in impl_fill()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | callablestatement.cxx | 314 Reference< XBlob > SAL_CALL OCallableStatement::getBlob( sal_Int32 columnIndex ) throw(SQLException… in getBlob() function in OCallableStatement 319 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getBlob( columnIndex ); in getBlob()
|
H A D | datacolumn.cxx | 302 Reference< XBlob > ODataColumn::getBlob(void) throw( SQLException, RuntimeException ) in getBlob() function in ODataColumn 307 return m_xRow->getBlob(m_nPos); in getBlob()
|
H A D | CacheSet.cxx | 586 Reference< XBlob > SAL_CALL OCacheSet::getBlob( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getBlob() function in OCacheSet 589 return m_xDriverRow->getBlob(columnIndex); in getBlob()
|
H A D | PrivateRow.cxx | 123 …Reference< XBlob > SAL_CALL OPrivateRow::getBlob( ::sal_Int32 columnIndex ) throw (SQLException, R… in getBlob() function in OPrivateRow
|
H A D | PrivateRow.hxx | 57 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( ::sal_…
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlResultSet.java | 185 public XBlob getBlob(int arg0) throws SQLException { in getBlob() method in PostgresqlResultSet 186 return implRow.getBlob(arg0); in getBlob()
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | CallableStatement.cxx | 259 Reference< starsdbc::XBlob > xBlob = getBlob(columnIndex); in getBinaryStream() 287 Reference< starsdbc::XBlob > SAL_CALL java_sql_CallableStatement::getBlob( sal_Int32 columnIndex ) … in getBlob() function in java_sql_CallableStatement
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 309 getBlob( in getBlob() function in chelp::ResultSetBase 315 return m_aItems[m_nRow]->getBlob( columnIndex ); in getBlob()
|
/trunk/main/ucb/source/cacher/ |
H A D | contentresultsetwrapper.cxx | 1373 ::getBlob( sal_Int32 columnIndex ) in getBlob() function in ContentResultSetWrapper 1377 XROW_GETXXX( getBlob ); in getBlob()
|
/trunk/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.hxx | 321 getBlob( in getBlob() function in ftp::ResultSetBase 327 return m_aItems[m_nRow]->getBlob( columnIndex ); in getBlob()
|
/trunk/main/registry/inc/registry/ |
H A D | writer.hxx | 282 void const * getBlob(sal_uInt32 * size) { in getBlob() function in typereg::Writer
|
/trunk/main/ucb/source/ucp/file/ |
H A D | filrset.hxx | 366 getBlob( in getBlob() function in fileaccess::XResultSet_impl 372 return m_aItems[m_nRow]->getBlob( columnIndex ); in getBlob()
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | ACallableStatement.cxx | 206 Reference< XBlob > SAL_CALL OCallableStatement::getBlob( sal_Int32 /*columnIndex*/ ) throw(SQLExcep… in getBlob() function in OCallableStatement
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | ACallableStatement.hxx | 73 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_In…
|