19 #ifndef _RTL_BYTESEQ_H_
20 #define _RTL_BYTESEQ_H_
170 inline static void * SAL_CALL
operator new (
size_t nSize )
SAL_THROW(())
172 inline static void SAL_CALL
operator delete (
void * pMem )
SAL_THROW(())
174 inline static void * SAL_CALL
operator new ( size_t,
void * pMem )
SAL_THROW(())
176 inline static void SAL_CALL
operator delete (
void *,
void * )
SAL_THROW(())
236 inline sal_Int32 SAL_CALL getLength() const SAL_THROW(())
237 {
return _pSequence->nElements; }
244 inline const sal_Int8 * SAL_CALL getConstArray() const SAL_THROW(())
245 {
return (
const sal_Int8 *)_pSequence->elements; }
253 inline sal_Int8 * SAL_CALL getArray();
267 inline sal_Int8 & SAL_CALL operator [] ( sal_Int32 nIndex );
276 {
return getConstArray()[ nIndex ]; }
297 inline void SAL_CALL realloc( sal_Int32 nSize );
304 {
return _pSequence; }
310 {
return _pSequence; }