Home
last modified time | relevance | path

Searched refs:m_bytes (Results 1 – 3 of 3) sorted by relevance

/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DByteArrayToXInputStreamAdapter.java46 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()
/trunk/main/stoc/source/registry_tdprovider/
H A Dfunctiondescription.cxx56 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 Dfunctiondescription.hxx65 com::sun::star::uno::Sequence< sal_Int8 > m_bytes; member in stoc::registry_tdprovider::FunctionDescription

Completed in 20 milliseconds