Global Functions in Namespace uno
in Sourcefile Sequence.h


toUnoSequence
::com::sun::star::uno::Sequence< sal_Int8 > toUnoSequence(
const ::rtl::ByteSequence & rByteSequence ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Creates a UNO byte sequence from a SAL byte sequence.
Parameters
rByteSequence
a byte sequence
Return
a UNO byte sequence

Top of Page