Lines Matching refs:sal_Int8
70 sal_Int8*& pDataBuffer, in bindParameter()
71 sal_Int8* pLenBuffer, in bindParameter()
118 sal_Int8 *&_pData, in bindData()
140 _pData = (sal_Int8*)((rtl::OUString*)_pData)->getStr(); in bindData()
148 ((sal_Int8*)_pData)[aString.getLength()] = '\0'; in bindData()
166 _pData = (sal_Int8*)((rtl::OUString*)_pData)->getStr(); in bindData()
174 ((sal_Int8*)_pData)[_nColumnSize] = '\0'; in bindData()
178 *((sal_Int8*)_pData) = *(sal_Int8*)_pValue; in bindData()
179 *pLen = sizeof(sal_Int8); in bindData()
202 …nst ::com::sun::star::uno::Sequence< sal_Int8 >* pSeq = static_cast< const ::com::sun::star::uno::… in bindData()
207 _pData = (sal_Int8*)pSeq->getConstArray(); in bindData()
215 nLen = ((const ::com::sun::star::uno::Sequence< sal_Int8 > *)_pValue)->getLength(); in bindData()
336 *((sal_Int8*)_pData) = *(sal_Int8*)_pValue; in bindValue()
337 *pLen = sizeof(sal_Int8); in bindValue()
361 … _pData = (void*)((const ::com::sun::star::uno::Sequence< sal_Int8 > *)_pValue)->getConstArray(); in bindValue()
362 … *pLen = ((const ::com::sun::star::uno::Sequence< sal_Int8 > *)_pValue)->getLength(); in bindValue()
368 … nLen = ((const ::com::sun::star::uno::Sequence< sal_Int8 > *)_pValue)->getLength(); in bindValue()
470 Sequence<sal_Int8> OTools::getBytesValue(OConnection* _pConnection, in getBytesValue()
494 return Sequence<sal_Int8>(); in getBytesValue()
499 Sequence<sal_Int8> aData((sal_Int8*)aCharArray, nBytes); in getBytesValue()