| /AOO41X/main/io/source/stm/ |
| H A D | odata.cxx | 100 virtual sal_Int8 SAL_CALL readByte(void) throw (IOException, RuntimeException); 233 return readByte(); in readBoolean() 236 sal_Int8 ODataInputStream::readByte(void) throw (IOException, RuntimeException) in readByte() function in io_stm::ODataInputStream 353 sal_uInt8 c = (sal_uInt8)readByte(); in readUTF() 371 char2 = (sal_uInt8)readByte(); in readUTF() 388 char2 = (sal_uInt8)readByte(); in readUTF() 389 char3 = (sal_uInt8)readByte(); in readUTF() 1353 virtual sal_Int8 SAL_CALL readByte(void) throw (IOException, RuntimeException) in readByte() function in io_stm::OObjectInputStream 1354 { return ODataInputStream::readByte(); } in readByte()
|
| /AOO41X/main/xmerge/source/aportisdoc/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
| H A D | DocDecoder.java | 220 dis.readByte(); in readHeader() 221 header.version = dis.readByte(); in readHeader()
|
| /AOO41X/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
| H A D | WSDecoder.java | 280 dis.readByte(); in readHeader() 281 header.version = dis.readByte(); in readHeader()
|
| /AOO41X/main/udkapi/com/sun/star/io/ |
| H A D | XDataInputStream.idl | 59 // DocMerge from xml: method com::sun::star::io::XDataInputStream::readByte 62 byte readByte()
|
| /AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/ |
| H A D | Record.java | 162 attributes = in.readByte(); in read()
|
| /AOO41X/main/qadevOOo/objdsc/stm/ |
| H A D | com.sun.star.comp.io.stm.DataInputStream.csv | 6 "DataInputStream";"com::sun::star::io::XDataInputStream";"readByte()"
|
| H A D | com.sun.star.comp.io.stm.ObjectInputStream.csv | 7 "ObjectInputStream";"com::sun::star::io::XDataInputStream";"readByte()"
|
| /AOO41X/main/qadevOOo/objdsc/streams.uno/ |
| H A D | com.sun.star.comp.io.stm.DataInputStream.csv | 6 "DataInputStream";"com::sun::star::io::XDataInputStream";"readByte()"
|
| H A D | com.sun.star.comp.io.stm.ObjectInputStream.csv | 7 "ObjectInputStream";"com::sun::star::io::XDataInputStream";"readByte()"
|
| /AOO41X/test/testcommon/source/org/openoffice/test/vcl/client/ |
| H A D | CommunicationManager.java | 141 byte checkByte = is.readByte(); in run()
|
| /AOO41X/main/extensions/test/stm/ |
| H A D | datatest.cxx | 264 ERROR_ASSERT( 0x87 == rInput->readByte() , "byte read/write mismatch" ); in testSimple() 609 m_byte = rIn->readByte(); in read()
|
| /AOO41X/main/io/test/stm/ |
| H A D | datatest.cxx | 274 ERROR_ASSERT( 0x77 == rInput->readByte() , "byte read/write mismatch" ); in testSimple() 625 m_byte = rIn->readByte(); in read()
|
| /AOO41X/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/ |
| H A D | MyPersistObject.java | 145 by = inStream.readByte(); in read()
|
| /AOO41X/main/qadevOOo/tests/java/ifc/io/ |
| H A D | _XDataInputStream.java | 175 readElem = oObj.readByte() ; in _readByte()
|
| /AOO41X/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
| H A D | Unmarshal.java | 218 return new Byte(input.readByte()); in readByteValue()
|
| /AOO41X/main/offapi/com/sun/star/sdbc/ |
| H A D | XSQLInput.idl | 114 byte readByte() raises (SQLException);
|