/aoo42x/main/xmlsecurity/tools/uno/ |
H A D | SAXEventPrinter.java | 71 fileOutputStream.write(" ".getBytes()); in outputIndent() 122 fileOutputStream.write("\n".getBytes()); in display() 137 fileOutputStream.write("</".getBytes()); in display() 139 fileOutputStream.write(">".getBytes()); in display() 143 fileOutputStream.write("\n".getBytes()); in display() 172 fileOutputStream.write("<?".getBytes()); in display() 175 fileOutputStream.write("?>".getBytes()); in display() 179 fileOutputStream.write("\n".getBytes()); in display() 247 m_fileOutputStream.write("</".getBytes()); in endElement() 249 m_fileOutputStream.write(">".getBytes()); in endElement() [all …]
|
H A D | TestTool.java | 495 parseStream(new ByteArrayInputStream(text.getBytes("UTF-8"))); in openDocument() 913 m_logFileOutputStream.write(("start \""+command+"\" ...\n").getBytes()); in runBatch() 916 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch() 920 m_logFileOutputStream.write(("start \""+command+"\" ...\n").getBytes()); in runBatch() 922 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch() 928 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch() 960 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch() 967 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch() 1132 byte [] b = msg.getBytes(); in showMessage() 1133 m_logFileOutputStream.write(" ".getBytes()); in showMessage() [all …]
|
/aoo42x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | WSEncoder.java | 138 System.arraycopy(header.getBytes(), 0, in getRecords() 143 System.arraycopy(ft.getBytes(), 0, currRec, currRecLen, in getRecords() 148 System.arraycopy(ct.getBytes(), 0, currRec, currRecLen, in getRecords() 158 System.arraycopy(e.getBytes(), 0, currRec, currRecLen, length); in getRecords() 164 System.arraycopy(e.getBytes(), 0, currRec, currRecLen, in getRecords() 171 System.arraycopy(e.getBytes(), firstPartLen, currRec, in getRecords()
|
H A D | WSDecoder.java | 72 HeaderInfo header = readHeader(recs[0].getBytes()); in parseRecords() 83 byteArrays[i-1] = decompress(recs[i].getBytes(), in parseRecords() 92 byteArrays[i-1] = recs[i].getBytes(); in parseRecords()
|
H A D | textRecord.java | 86 byte[] getBytes() { in getBytes() method in textRecord 98 os.write(e.getBytes()); in getBytes()
|
H A D | WseFontTable.java | 194 byte[] getBytes() { in getBytes() method in WseFontTable 206 byte bname[] = name.getBytes(); in getBytes()
|
H A D | WseTextRun.java | 241 byte[] getBytes() { in getBytes() method in WseTextRun 251 byte[] txtBytes = text.getBytes(); in getBytes()
|
/aoo42x/main/sal/qa/rtl/random/ |
H A D | rtl_random.cxx | 209 class getBytes : public ::testing::Test class 222 TEST_F(getBytes, getBytes_000) in TEST_F() argument 243 TEST_F(getBytes, getBytes_001) in TEST_F() argument 260 TEST_F(getBytes, getBytes_002) in TEST_F() argument 281 TEST_F(getBytes, getBytes_003) in TEST_F() argument 313 TEST_F(getBytes, getBytes_003_1) in TEST_F() argument
|
/aoo42x/main/jurt/test/com/sun/star/lib/uno/environments/remote/ |
H A D | ThreadId_Test.java | 40 byte[] i1bytes = i1.getBytes(); in test() 45 assure(Arrays.equals(i1bytes, i1.getBytes())); in test() 50 assure(!Arrays.equals(i1bytes, i2.getBytes())); in test() 57 assure(Arrays.equals(i1bytes, i3.getBytes())); in test()
|
/aoo42x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | pdbcomparison.java | 396 raf.write(msg.getBytes()); in writeToLog() 397 raf.write("\n".getBytes()); in writeToLog() 435 raf.write(msg.getBytes()); in writeToOutputFile() 436 raf.write("\n".getBytes()); in writeToOutputFile()
|
/aoo42x/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
H A D | DocDecoder.java | 71 HeaderInfo header = readHeader(recs[0].getBytes()); in parseRecords() 83 byte[] bytes = decompress(recs[i].getBytes(), in parseRecords() 95 byte[] bytes = recs[i].getBytes(); in parseRecords()
|
/aoo42x/main/qadevOOo/runner/basicrunner/basichelper/ |
H A D | Connector.java | 79 return toString().getBytes(); in getImplementationId() 209 return toString().getBytes(); in getImplementationId() 253 oConnection.write(connStr.getBytes()); in run()
|
H A D | DispatchProviderInterceptor.java | 66 return toString().getBytes(); in getImplementationId() 175 return toString().getBytes(); in getImplementationId()
|
H A D | Filter.java | 79 return toString().getBytes(); in getImplementationId() 194 return toString().getBytes(); in getImplementationId()
|
/aoo42x/main/xmerge/java/XMergeBridge/src/main/java/ |
H A D | XMergeBridge.java | 421 xOutStream.writeBytes(str.getBytes("UTF-8")); in startElement() 434 xOutStream.writeBytes(str.getBytes("UTF-8")); in endElement() 446 xOutStream.writeBytes(str.getBytes("UTF-8")); in characters() 639 byteReturn = new String( "" + this.hashCode() ).getBytes(); in getImplementationId()
|
/aoo42x/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/ |
H A D | Log.java | 82 maOut.write(msIndentation.getBytes()); in printf() 83 maOut.write(String.format(sFormat, aArgumentList).getBytes()); in printf()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/ |
H A D | ThreadId.java | 39 return new ThreadId((PREFIX + c).getBytes("UTF-8")); in createFresh() 81 public byte[] getBytes() { in getBytes() method in ThreadId
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLBlob.java | 71 public byte[] getBytes(long pos, int length) throws SQLException { in getBytes() method in JavaSQLBlob 73 return jdbcBlob.getBytes(pos, length); in getBytes()
|
/aoo42x/main/qadevOOo/tests/java/mod/_streams.uno/ |
H A D | Pump.java | 128 bytes[0] = resStr.getBytes() ; in readBytes() 132 bytes[0] = str.getBytes() ; in readBytes()
|
/aoo42x/main/qadevOOo/tests/java/mod/_stm/ |
H A D | Pump.java | 131 bytes[0] = resStr.getBytes() ; in readBytes() 135 bytes[0] = str.getBytes() ; in readBytes()
|
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRowUpdate.java | 140 if (rowData.get(i) instanceof byte[]) row.getBytes(i + 1) ; in _updateNull() 419 byte[] newVal = row.getBytes(idx) ; in _updateBytes() 426 byte[] getVal = row.getBytes(idx) ; in _updateBytes()
|
/aoo42x/test/testcommon/source/org/openoffice/test/common/ |
H A D | ReportUploader.java | 110 out.write(params.toString().getBytes()); in upload() 122 out.write(params.toString().getBytes()); in upload()
|
/aoo42x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 221 byte[] getBytes( int _colIndex ) throws SQLException in getBytes() method in ResultSet 223 return m_row.getBytes( _colIndex ); in getBytes()
|
/aoo42x/main/vcl/aqua/source/dtrans/ |
H A D | PictToBmpFlt.cxx | 154 [pOut getBytes: rPngData.getArray() length: nPngSize]; in ImageToPNG() 189 [pOut getBytes: rImgData.getArray() length: nImgSize]; in PNGToImage()
|
/aoo42x/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | PocketWordDocument.java | 374 fontData.write(new String("Tahoma").getBytes("UTF-16LE")); in loadFonts() 385 fontData.write(new String("Courier New").getBytes("UTF-16LE")); in loadFonts()
|