Home
last modified time | relevance | path

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

/aoo4110/main/l10ntools/source/filter/utils/
H A DFileHelper.java421 int nByte1 , in logEncodingData() argument
429 sLog.append("\t"+nByteOrg1+"/"+nByte1); in logEncodingData()
437 private static char impl_convertBytesToChar(int nByte1, int nByte2, int nByte3, int nByte4) in impl_convertBytesToChar() argument
439 return (char)((nByte1*0x40000)+(nByte2*0x1000)+(nByte3*0x40)+nByte4); in impl_convertBytesToChar()
/aoo4110/main/sw/source/core/unocore/
H A Dunofield.cxx1051 sal_Int8 nByte1; member
1066 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()
/aoo4110/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx71 sal_uInt8 nByte1; // 'I', wenn Format LittleEndian member in TIFFReader
1010 if ( nByte1 == 'I' ) in ConvertScanline()

Completed in 41 milliseconds