Searched refs:nByte1 (Results 1 – 3 of 3) sorted by relevance
421 int nByte1 , in logEncodingData() argument429 sLog.append("\t"+nByteOrg1+"/"+nByte1); in logEncodingData()437 private static char impl_convertBytesToChar(int nByte1, int nByte2, int nByte3, int nByte4) in impl_convertBytesToChar() argument439 return (char)((nByte1*0x40000)+(nByte2*0x1000)+(nByte3*0x40)+nByte4); in impl_convertBytesToChar()
1051 sal_Int8 nByte1; member1066 nByte1(0), in SwFieldProperties_Impl()1332 ((SwChapterField*)pFld)->SetLevel(m_pProps->nByte1); in attachToRange()2063 rValue >>= m_pProps->nByte1; in setPropertyValue()2267 aRet <<= m_pProps->nByte1; in getPropertyValue()
71 sal_uInt8 nByte1; // 'I', wenn Format LittleEndian member in TIFFReader1010 if ( nByte1 == 'I' ) in ConvertScanline()
Completed in 29 milliseconds