Home
last modified time | relevance | path

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

/trunk/main/desktop/source/app/
H A Dlockfile.cxx84 int tmpByte = 0; in Lockfile() local
86 tmpByte = rand( ) % 0xFF; in Lockfile()
87 sprintf( tmpId+i*2, "%02X", tmpByte ); // #100211# - checked in Lockfile()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenEncoder.java123 Byte tmpByte = (Byte) e.nextElement(); in getByte() local
124 s = s + tmpByte + " "; in getByte()
125 cellRefArray[i] = tmpByte.byteValue(); in getByte()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx1820 SVBT8 tmpByte; in WriteBmp() local
1828 ByteToSVBT8(n, tmpByte); \ in WriteBmp()
1829 if ((rOut.Write(tmpByte, sizeof(SVBT8))) != sizeof(SVBT8)) goto error; in WriteBmp()

Completed in 27 milliseconds