Home
last modified time | relevance | path

Searched refs:BlobHelper (Results 1 – 6 of 6) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A DBlobHelper.cxx34 BlobHelper::BlobHelper(const ::com::sun::star::uno::Sequence< sal_Int8 >& _val) : m_aValue(_val) in BlobHelper() function in BlobHelper
38 ::sal_Int64 SAL_CALL BlobHelper::length( ) in length()
43 ::com::sun::star::uno::Sequence< ::sal_Int8 > SAL_CALL BlobHelper::getBytes( ::sal_Int64 pos, ::sal… in getBytes()
50 ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL BlobHelper::getBina… in getBinaryStream()
55 ::sal_Int64 SAL_CALL BlobHelper::position( const ::com::sun::star::uno::Sequence< ::sal_Int8 >& /*p… in position()
61 ::sal_Int64 SAL_CALL BlobHelper::positionOfBlob( const ::com::sun::star::uno::Reference< ::com::sun… in positionOfBlob()
H A Dmakefile.mk84 $(SLO)$/BlobHelper.obj \
/trunk/main/connectivity/inc/connectivity/
H A DBlobHelper.hxx32 …class OOO_DLLPUBLIC_DBTOOLS BlobHelper : public ::cppu::WeakImplHelper1< com::sun::star::sdbc::XBl… class
36 BlobHelper(const ::com::sun::star::uno::Sequence< sal_Int8 >& _val);
/trunk/main/connectivity/
H A DPackage_inc.mk26 …ll gb_Package_add_file,connectivity_inc,inc/connectivity/BlobHelper.hxx,connectivity/BlobHelper.hx…
H A DLibrary_dbtools.mk131 connectivity/source/commontools/BlobHelper \
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx1442 …return new ::connectivity::BlobHelper(((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex = colu… in getBlob()