Home
last modified time | relevance | path

Searched refs:getBlob (Results 1 – 25 of 85) sorted by relevance

1234

/aoo41x/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx317 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()
/aoo41x/main/idlc/source/
H A Dastdump.cxx96 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 Dastenum.cxx103 void const * pBlob = aBlob.getBlob(&aBlobSize); in dump()
H A Daststruct.cxx174 void const * pBlob = aBlob.getBlob(&aBlobSize); in dump()
/aoo41x/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java269 XBlob getBlob( int _colIndex ) throws SQLException in getBlob() method in ResultSet
271 return m_row.getBlob( _colIndex ); in getBlob()
/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java272 public XBlob getBlob(int i) throws SQLException in getBlob() method in RowSet
274 return m_row.getBlob(i); in getBlob()
/aoo41x/main/connectivity/qa/connectivity/tools/
H A DRowSet.java273 public XBlob getBlob(int i) throws SQLException in getBlob() method in RowSet
275 return m_row.getBlob(i); in getBlob()
/aoo41x/main/svx/source/form/
H A Dsdbdatacolumn.cxx180 Reference< XBlob> DataColumn::getBlob() throw( SQLException, RuntimeException ) in getBlob() function in svxform::DataColumn
182 return m_xColumn->getBlob(); in getBlob()
/aoo41x/main/connectivity/source/commontools/
H A DFValue.cxx2026 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()
/aoo41x/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx314 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 Ddatacolumn.cxx302 Reference< XBlob > ODataColumn::getBlob(void) throw( SQLException, RuntimeException ) in getBlob() function in ODataColumn
307 return m_xRow->getBlob(m_nPos); in getBlob()
H A DCacheSet.cxx586 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 DPrivateRow.cxx123 …Reference< XBlob > SAL_CALL OPrivateRow::getBlob( ::sal_Int32 columnIndex ) throw (SQLException, R… in getBlob() function in OPrivateRow
H A DPrivateRow.hxx57 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( ::sal_…
/aoo41x/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx259 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
/aoo41x/main/registry/inc/registry/
H A Dwriter.hxx282 void const * getBlob(sal_uInt32 * size) { in getBlob() function in typereg::Writer
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx321 getBlob( in getBlob() function in ftp::ResultSetBase
327 return m_aItems[m_nRow]->getBlob( columnIndex ); in getBlob()
/aoo41x/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1373 ::getBlob( sal_Int32 columnIndex ) in getBlob() function in ContentResultSetWrapper
1377 XROW_GETXXX( getBlob ); in getBlob()
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx309 getBlob( in getBlob() function in chelp::ResultSetBase
315 return m_aItems[m_nRow]->getBlob( columnIndex ); in getBlob()
/aoo41x/main/ucb/source/ucp/file/
H A Dfilrset.hxx366 getBlob( in getBlob() function in fileaccess::XResultSet_impl
372 return m_aItems[m_nRow]->getBlob( columnIndex ); in getBlob()
H A Dfilrow.hxx172 getBlob(
/aoo41x/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx206 Reference< XBlob > SAL_CALL OCallableStatement::getBlob( sal_Int32 /*columnIndex*/ ) throw(SQLExcep… in getBlob() function in OCallableStatement
/aoo41x/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx234 aValue <<= m_xRow->getBlob(*aIter); in insertNewRow()
/aoo41x/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx73 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_In…
/aoo41x/main/connectivity/source/inc/java/sql/
H A DCallableStatement.hxx78 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_In…

Completed in 86 milliseconds

1234