Home
last modified time | relevance | path

Searched refs:inputStream (Results 1 – 19 of 19) sorted by relevance

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java243 final InputStream inputStream = blob.getBinaryStream(); in produceFromBlob() local
249 IOUtils.getInstance().copyStreams(inputStream, bout); in produceFromBlob()
252 inputStream.close(); in produceFromBlob()
342 final InputStream inputStream = inputRepository.createInputStream(source); in produceFromString() local
345 IOUtils.getInstance().copyStreams(inputStream, bout); in produceFromString()
348 inputStream.close(); in produceFromString()
417 final InputStream inputStream = new BufferedInputStream(urlConnection.getInputStream()); in produceFromURL() local
420 IOUtils.getInstance().copyStreams(inputStream, bout); in produceFromURL()
423 inputStream.close(); in produceFromURL()
H A DOfficeDocumentReportTarget.java1053 InputStream inputStream = null; in copyMeta() local
1056 inputStream = getInputRepository().createInputStream("meta.xml"); in copyMeta()
1058 dOMParser.parse(new InputSource(inputStream)); in copyMeta()
1080 if (inputStream != null) in copyMeta()
1084 inputStream.close(); in copyMeta()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DStreamPump.java34 InputStream inputStream = null; field in StreamPump
36 public StreamPump(StringBuffer stringBuffer, InputStream inputStream) { in StreamPump() argument
38 this.inputStream = inputStream; in StreamPump()
44 reader = new InputStreamReader(inputStream); in run()
H A DLogger.java57 InputStream inputStream = new ByteArrayInputStream(loggingProperties.getBytes());
60 logManager.readConfiguration(inputStream);
H A DFileUtil.java283 public static String readStreamAsString(InputStream inputStream, String charsetName) { in readStreamAsString() argument
287 …dReader(charsetName == null ? new InputStreamReader(inputStream) : new InputStreamReader(inputStre… in readStreamAsString()
/trunk/main/oox/source/core/
H A Dencryption.cxx376 …st Reference< XComponentContext >& context, Reference< XInputStream >& inputStream ) throw ( Excep…
580 static sal_uInt16 readUInt16LE( Reference< XInputStream >& inputStream ) throw ( Exception ) in readUInt16LE() argument
583 sal_Int32 bytesRead = inputStream->readBytes( bytes, 2 ); in readUInt16LE()
589 static sal_uInt32 readUInt32LE( Reference< XInputStream >& inputStream ) throw ( Exception ) in readUInt32LE() argument
592 sal_Int32 bytesRead = inputStream->readBytes( bytes, 4 ); in readUInt32LE()
600 sal_uInt32 nReserved = readUInt32LE( inputStream ); in AgileEncryptionInfo()
609 fastParser.parseStream( inputStream, OUString::createFromAscii( "EncryptionInfo" ), false ); in AgileEncryptionInfo()
958 sal_uInt16 nVersionMajor = readUInt16LE( inputStream ); in readEncryptionInfo()
959 sal_uInt16 nVersionMinor = readUInt16LE( inputStream ); in readEncryptionInfo()
965 BinaryXInputStream aInfoStrm( inputStream, false ); in readEncryptionInfo()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java837 …XInputStream inputStream = UnoRuntime.queryInterface(XInputStream.class, AnyConverter.toObject(Obj… in updateObject() local
838 if (inputStream != null) { in updateObject()
839 … updatedObject.updateBinaryStream(columnIndex, inputStream, inputStream.available()); in updateObject()
922 …XInputStream inputStream = UnoRuntime.queryInterface(XInputStream.class, AnyConverter.toObject(Obj… in setObject() local
923 if (inputStream != null) { in setObject()
924 parameters.setBinaryStream(index, inputStream, inputStream.available()); in setObject()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLBlob.java59 InputStream inputStream = jdbcBlob.getBinaryStream(); in getBinaryStream() local
60 if (inputStream != null) { in getBinaryStream()
61 return new InputStreamToXInputStreamAdapter(inputStream); in getBinaryStream()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DManifestParser.java59 public Document parse(InputStream inputStream) { in parse() argument
67 is = new InputSource(inputStream); in parse()
/trunk/main/connectivity/source/inc/odbc/
H A DOBoundParam.hxx108 …putStream(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream>& inputStream, in setInputStream() argument
111 paramInputStream = inputStream; in setInputStream()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/
H A DPluginFactoryImpl.java108 …ocument createDeviceDocument(java.lang.String str, java.io.InputStream inputStream) throws java.io… in createDeviceDocument() argument
111 domDoc.read(inputStream); in createDeviceDocument()
/trunk/main/scripting/java/org/openoffice/idesupport/xml/
H A DManifest.java52 public Manifest(InputStream inputStream) throws IOException { in Manifest() argument
53 document = XMLParserFactory.getParser().parse(inputStream); in Manifest()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DXMLParserFactory.java70 public Document parse(InputStream inputStream) throws IOException { in parse() argument
77 is = new InputSource(inputStream); in parse()
H A DXMLParser.java32 public Document parse(InputStream inputStream) throws IOException; in parse() argument
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py157 def readTextFromStream( inputStream ): argument
161 read,out = inputStream.readBytes( None , BLOCK_SIZE )
710 inputStream = sfa.openFileRead( fileUrl )
714 parser.parseStream( InputSource( inputStream , "", fileUrl, fileUrl ) )
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx762 Reference< XInputStream> inputStream = boundParams[index - 1].getInputStream (); in putParamData() local
763 if ( !inputStream.is() ) in putParamData()
782 haveRead = inputStream->readBytes( buf, toReadThisRound ); in putParamData()
/trunk/main/oox/inc/oox/core/
H A Dencryption.hxx48 …::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream>& inputStream ) throw ( ::com…
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java582 public InputStream inputStream(String name) in inputStream() method in OpenOfficeDocFileSystem.InfoImpl

Completed in 105 milliseconds