/aoo4110/test/testcommon/source/org/openoffice/test/vcl/client/ |
H A D | CommandCaller.java | 97 private int readChar() { in readChar() method in CommandCaller 110 int type = readChar(); in nextType() 129 if (readChar() != BinUSHORT) in readUShort() 155 if (readChar() != BinULONG) in readULong() 175 if (readChar() != BinBool) in readBoolean() 202 if (readChar() != BinString) in readString() 204 int len = readChar(); in readString() 207 chars[i] = (char) readChar(); in readString()
|
/aoo4110/main/udkapi/com/sun/star/io/ |
H A D | XDataInputStream.idl | 67 // DocMerge from xml: method com::sun::star::io::XDataInputStream::readChar 70 char readChar()
|
/aoo4110/main/io/source/stm/ |
H A D | odata.cxx | 101 virtual sal_Unicode SAL_CALL readChar(void) throw (IOException, RuntimeException); 246 sal_Unicode ODataInputStream::readChar(void) throw (IOException, RuntimeException) in readChar() function in io_stm::ODataInputStream 1355 virtual sal_Unicode SAL_CALL readChar(void) throw (IOException, RuntimeException) in readChar() function in io_stm::OObjectInputStream 1356 { return ODataInputStream::readChar(); } in readChar()
|
/aoo4110/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 170 void readChar(); 382 void Parser::readChar() in readChar() function in pdfi::__anonf6b7910c0111::Parser 799 readChar(); break; in parseLine()
|
/aoo4110/main/qadevOOo/objdsc/stm/ |
H A D | com.sun.star.comp.io.stm.DataInputStream.csv | 7 "DataInputStream";"com::sun::star::io::XDataInputStream";"readChar()"
|
H A D | com.sun.star.comp.io.stm.ObjectInputStream.csv | 8 "ObjectInputStream";"com::sun::star::io::XDataInputStream";"readChar()"
|
/aoo4110/main/qadevOOo/objdsc/streams.uno/ |
H A D | com.sun.star.comp.io.stm.DataInputStream.csv | 7 "DataInputStream";"com::sun::star::io::XDataInputStream";"readChar()"
|
H A D | com.sun.star.comp.io.stm.ObjectInputStream.csv | 8 "ObjectInputStream";"com::sun::star::io::XDataInputStream";"readChar()"
|
/aoo4110/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/ |
H A D | MyPersistObject.java | 146 c = inStream.readChar(); in read()
|
/aoo4110/main/qadevOOo/tests/java/ifc/io/ |
H A D | _XDataInputStream.java | 206 readElem = oObj.readChar() ; in _readChar()
|
/aoo4110/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
H A D | Unmarshal.java | 266 return new Character(input.readChar()); in readCharValue()
|
/aoo4110/main/extensions/test/stm/ |
H A D | datatest.cxx | 610 m_c = rIn->readChar(); in read()
|
/aoo4110/main/io/test/stm/ |
H A D | datatest.cxx | 626 m_c = rIn->readChar(); in read()
|
/aoo4110/test/testassistant/lib/ |
H A D | testcommon.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/openoffice/
org/openoffice/test/
org/openoffice/test/common/
... |