Home
last modified time | relevance | path

Searched refs:toByteArray (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DPocketWordDocument.java148 byte[] contentData = bos.toByteArray(); in read()
165 paragraphs.add(new Paragraph(paragraph.toByteArray())); in read()
186 paragraphs.add(new Paragraph(paragraph.toByteArray())); in read()
262 dos.write(fontData.toByteArray()); in write()
H A DParagraph.java158 parseText(bos.toByteArray()); in Paragraph()
567 bos.write(segs.toByteArray()); in getParagraphData()
634 return bos.toByteArray(); in getParagraphData()
851 return bos.toByteArray(); in getDescriptorInfo()
H A DDocumentDescriptor.java128 return descStream.toByteArray(); in getDescriptor()
228 return desc.toByteArray(); in getDescriptor()
H A DParagraphTextSegment.java196 return data.toByteArray(); in getData()
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java629 return new String( baos.toByteArray(), PREFERRED_ENCODING ); in encodeObject()
633 return new String( baos.toByteArray() ); in encodeObject()
758 return new String( baos.toByteArray(), PREFERRED_ENCODING ); in encodeBytes()
762 return new String( baos.toByteArray() ); in encodeBytes()
1040 bytes = baos.toByteArray(); in decode()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java254 return produceFromByteArray(bout.toByteArray()); in produceFromBlob()
350 final byte[] data = bout.toByteArray(); in produceFromString()
425 final byte[] data = bout.toByteArray(); in produceFromURL()
/trunk/main/scripting/java/org/openoffice/idesupport/xml/
H A DManifest.java126 result = new ByteArrayInputStream(out.toByteArray()); in getInputStream()
159 result = new ByteArrayInputStream(out.toByteArray()); in replaceNewlines()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java137 sxwDoc.read(new ByteArrayInputStream(bos.toByteArray())); in readStyleCatalog()
461 origSxwDoc.read(new ByteArrayInputStream(bos.toByteArray())); in buildDocument()
H A DWseHeader.java137 return bs.toByteArray(); in getBytes()
H A DtextRecord.java106 return bs.toByteArray(); in getBytes()
H A DWSEncoder.java197 allRecs.insertElementAt(new Record(bos.toByteArray()), 0); in getRecords()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPalmDocument.java110 byte[] bytearr = baos.toByteArray(); in read()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlZipExtract.java136 return baos.toByteArray(); in readStream()
H A DOfficeZip.java111 entry.bytes = baos.toByteArray(); in read()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaHelper.java90 return bytes.toByteArray(); in convertCalcToPXL()
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocEncoder.java202 byte[] bytes = bos.toByteArray(); in getHeaderBytes()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/
H A DDocumentDeserializerImpl.java138 sxwDoc.setContentDOM(dBuilder.parse(new ByteArrayInputStream(baos.toByteArray()))); in deserialize()
H A DDocumentSerializerImpl.java189 …MDocument)pluginFactory.createDeviceDocument(docName,new ByteArrayInputStream(baos.toByteArray())); in serialize()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java760 retValue = new String(toByteArray((aValue))); in toString()
865 public static byte[] toByteArray(Object anArrayValue) in toByteArray() method in NumericalHelper
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeZip.java110 byte bytes[] = baos.toByteArray(); in read()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java353 byte bytes[] = baos.toByteArray(); in docToBytes()
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcEncoder.java176 byte cBytes[] = bos.toByteArray(); in getRecords()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcel.java238 bis = new ByteArrayInputStream( bos.toByteArray() ); in writeParcelDescriptor()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java188 byte[] data = buffer.toByteArray(); in reset()
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java311 byte[] data = dataOutput.toByteArray(); in send()

Completed in 91 milliseconds

12