Lines Matching refs:SAL_CALL

39 void SAL_CALL rtl_byte_sequence_reference2One(
48 void SAL_CALL rtl_byte_sequence_realloc(
56 void SAL_CALL rtl_byte_sequence_acquire(
64 void SAL_CALL rtl_byte_sequence_release(
74 void SAL_CALL rtl_byte_sequence_construct(
84 void SAL_CALL rtl_byte_sequence_constructNoDefault(
95 void SAL_CALL rtl_byte_sequence_constructFromArray(
105 void SAL_CALL rtl_byte_sequence_assign(
113 sal_Bool SAL_CALL rtl_byte_sequence_equals(
123 const sal_Int8 *SAL_CALL rtl_byte_sequence_getConstArray(
132 sal_Int32 SAL_CALL rtl_byte_sequence_getLength(
171 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in operator new()
174 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in operator delete()
177 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in operator new()
180 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in operator delete()
233 inline ByteSequence & SAL_CALL operator = ( const ByteSequence & rSeq ) SAL_THROW( () );
239 inline sal_Int32 SAL_CALL getLength() const SAL_THROW( () ) in getLength()
247 inline const sal_Int8 * SAL_CALL getConstArray() const SAL_THROW( () ) in getConstArray()
256 inline sal_Int8 * SAL_CALL getArray();
270 inline sal_Int8 & SAL_CALL operator [] ( sal_Int32 nIndex );
278 inline const sal_Int8 & SAL_CALL operator [] ( sal_Int32 nIndex ) const SAL_THROW( () ) in operator []()
286 inline sal_Bool SAL_CALL operator == ( const ByteSequence & rSeq ) const SAL_THROW( () );
292 inline sal_Bool SAL_CALL operator != ( const ByteSequence & rSeq ) const SAL_THROW( () );
300 inline void SAL_CALL realloc( sal_Int32 nSize );
306 inline sal_Sequence * SAL_CALL getHandle() const SAL_THROW( () ) in getHandle()
312 inline sal_Sequence * SAL_CALL get() const SAL_THROW( () ) in get()