Home
last modified time | relevance | path

Searched refs:getBytes (Results 1 – 25 of 174) sorted by relevance

1234567

/trunk/main/xmlsecurity/tools/uno/
H A DSAXEventPrinter.java71 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 DTestTool.java495 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 …]
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSEncoder.java138 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 DWSDecoder.java72 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 DtextRecord.java86 byte[] getBytes() { in getBytes() method in textRecord
98 os.write(e.getBytes()); in getBytes()
H A DWseFontTable.java194 byte[] getBytes() { in getBytes() method in WseFontTable
206 byte bname[] = name.getBytes(); in getBytes()
H A DWseTextRun.java241 byte[] getBytes() { in getBytes() method in WseTextRun
251 byte[] txtBytes = text.getBytes(); in getBytes()
/trunk/main/sal/qa/rtl/random/
H A Drtl_random.cxx209 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
/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DThreadId_Test.java40 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()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A Dpdbcomparison.java396 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()
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocDecoder.java71 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DConnector.java79 return toString().getBytes(); in getImplementationId()
209 return toString().getBytes(); in getImplementationId()
253 oConnection.write(connStr.getBytes()); in run()
H A DDispatchProviderInterceptor.java66 return toString().getBytes(); in getImplementationId()
175 return toString().getBytes(); in getImplementationId()
H A DFilter.java79 return toString().getBytes(); in getImplementationId()
194 return toString().getBytes(); in getImplementationId()
/trunk/main/xmerge/java/XMergeBridge/src/main/java/
H A DXMergeBridge.java421 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()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DLog.java82 maOut.write(msIndentation.getBytes()); in printf()
83 maOut.write(String.format(sFormat, aArgumentList).getBytes()); in printf()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DThreadId.java39 return new ThreadId((PREFIX + c).getBytes("UTF-8")); in createFresh()
81 public byte[] getBytes() { in getBytes() method in ThreadId
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLBlob.java71 public byte[] getBytes(long pos, int length) throws SQLException { in getBytes() method in JavaSQLBlob
73 return jdbcBlob.getBytes(pos, length); in getBytes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_stm/
H A DPump.java131 bytes[0] = resStr.getBytes() ; in readBytes()
135 bytes[0] = str.getBytes() ; in readBytes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_streams.uno/
H A DPump.java128 bytes[0] = resStr.getBytes() ; in readBytes()
132 bytes[0] = str.getBytes() ; in readBytes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRowUpdate.java140 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()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DReportUploader.java110 out.write(params.toString().getBytes()); in upload()
122 out.write(params.toString().getBytes()); in upload()
/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java221 byte[] getBytes( int _colIndex ) throws SQLException in getBytes() method in ResultSet
223 return m_row.getBytes( _colIndex ); in getBytes()
/trunk/main/vcl/aqua/source/dtrans/
H A DPictToBmpFlt.cxx154 [pOut getBytes: rPngData.getArray() length: nPngSize]; in ImageToPNG()
189 [pOut getBytes: rImgData.getArray() length: nImgSize]; in PNGToImage()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DPocketWordDocument.java374 fontData.write(new String("Tahoma").getBytes("UTF-16LE")); in loadFonts()
385 fontData.write(new String("Courier New").getBytes("UTF-16LE")); in loadFonts()

Completed in 84 milliseconds

1234567