Searched refs:m_byte (Results 1 – 6 of 6) sorted by relevance
52 Private m_byte As Byte102 m_byte = nByte137 m_byte = io_byte177 o_byte = m_byte210 Return m_byte 213 m_byte = value
401 m_byte( 42 ), in MyPersistObject()463 sal_Int8 m_byte; member in MyPersistObject500 aValue >>= m_byte; in setPropertyValue()540 aValue <<= m_byte; in getPropertyValue()611 rOut->writeByte( m_byte ); in write()625 m_byte = rIn->readByte(); in read()
439 BYTE m_byte; member in MyPersistObject473 m_byte = aValue.getBYTE(); in setPropertyValue()518 aValue.setBYTE( m_byte ); in getPropertyValue()595 rOut->writeByte( m_byte ); in write()609 m_byte = rIn->readByte(); in read()
62 m_byte = val; in inByte()134 *val = m_byte; in inoutByte()135 m_byte = aByte; in inoutByte()228 *val= m_byte; in outByte()
178 unsigned char m_byte;
219 sal_uInt8 m_byte[8]; member710 rtl_copyMemory (ctx->m_iv.m_byte, pArgData, nArgLen); in __rtl_cipherBF_init()880 iv = ctx->m_iv.m_byte; in __rtl_cipherBF_updateCFB()
Completed in 297 milliseconds