Searched refs:m_bytes (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/adapter/ |
H A D | ByteArrayToXInputStreamAdapter.java | 46 byte[] m_bytes; field in ByteArrayToXInputStreamAdapter 59 m_bytes = bytes; in init() 66 if (m_bytes == null) { in _check() 104 System.arraycopy(m_bytes, m_pos, values[0], 0, param); in readBytes() 134 if (m_bytes != null) return m_length; in getLength() 140 if (m_bytes != null) return m_pos; in getPosition() 146 if (m_bytes != null){ in seek()
|
/aoo42x/main/stoc/source/registry_tdprovider/ |
H A D | functiondescription.cxx | 56 m_manager(manager), m_bytes(bytes), m_index(index), m_exceptionsInit(false) in FunctionDescription() 110 m_bytes.getConstArray(), m_bytes.getLength(), false, TYPEREG_VERSION_1); in getReader()
|
H A D | functiondescription.hxx | 65 com::sun::star::uno::Sequence< sal_Int8 > m_bytes; member in stoc::registry_tdprovider::FunctionDescription
|
Completed in 14 milliseconds