Lines Matching refs:readLong
103 virtual sal_Int32 SAL_CALL readLong(void) throw (IOException, RuntimeException);
271 sal_Int32 ODataInputStream::readLong(void) throw (IOException, RuntimeException) in readLong() function in io_stm::ODataInputStream
307 a.n = readLong(); in readFloat()
318 a.ad.n2 = readLong(); in readDouble()
319 a.ad.n1 = readLong(); in readDouble()
324 a.ad.n1 = readLong(); in readDouble()
325 a.ad.n2 = readLong(); in readDouble()
339 nUTFLen = readLong(); in readUTF()
1359 virtual sal_Int32 SAL_CALL readLong(void) throw (IOException, RuntimeException) in readLong() function in io_stm::OObjectInputStream
1360 { return ODataInputStream::readLong(); } in readLong()
1441 sal_uInt32 nId = readLong(); in readObject()
1448 sal_Int32 nObjLen = readLong(); in readObject()