Home
last modified time | relevance | path

Searched refs:xIn (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddb.cxx88 Reference< XInputStream > xIn = m_xSFA->openFileRead( m_aFileURL ); in createHashMap() local
89 if( xIn.is() ) in createHashMap()
93 sal_Int32 nRead = xIn->readBytes( aData, nSize ); in createHashMap()
128 xIn->closeInput(); in createHashMap()
172 if( xIn.is() ) in getValueForKey()
174 Reference< XSeekable > xXSeekable( xIn, UNO_QUERY ); in getValueForKey()
180 sal_Int32 nRead = xIn->readBytes( aData, nValueLen ); in getValueForKey()
188 xIn->closeInput(); in getValueForKey()
221 Reference< XInputStream > xIn = m_xSFA->openFileRead( m_aFileURL ); in startIteration() local
222 if( xIn.is() ) in startIteration()
[all …]
/trunk/main/connectivity/source/drivers/hsqldb/
H A DStorageNativeInputStream.cxx159 Reference<XInputStream> xIn = pHelper->getInputStream(); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_skip() local
160 if ( xIn.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_skip()
177 xIn->skipBytes(tmpIntVal); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_skip()
219 …Reference<XInputStream> xIn = pHelper.get() ? pHelper->getInputStream() : Reference<XInputStream>(… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_available() local
220 if ( xIn.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_available()
224 jint nAvailable = xIn->available(); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_available()
262 …Reference< XInputStream> xIn = pHelper.get() ? pHelper->getInputStream() : Reference< XInputStream… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B() local
263 OSL_ENSURE(xIn.is(),"Input stream is NULL!"); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B()
265 if ( xIn.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B()
272 nBytesRead = xIn->readBytes(aData,nLen); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B()
H A DHStorageAccess.cxx160 OSL_ENSURE(xIn.is(),"Input stream is NULL!"); in read_from_storage_stream()
161 if ( xIn.is() ) in read_from_storage_stream()
167 nBytesRead = xIn->readBytes(aData,1); in read_from_storage_stream()
228 …Reference< XInputStream> xIn = pHelper.get() ? pHelper->getInputStream() : Reference< XInputStream… in read_from_storage_stream_into_buffer() local
229 OSL_ENSURE(xIn.is(),"Input stream is NULL!"); in read_from_storage_stream_into_buffer()
230 if ( xIn.is() ) in read_from_storage_stream_into_buffer()
245 nBytesRead = xIn->readBytes(aData, len); in read_from_storage_stream_into_buffer()
305 …Reference< XInputStream> xIn = pHelper.get() ? pHelper->getInputStream() : Reference< XInputStream… in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt() local
306 OSL_ENSURE(xIn.is(),"Input stream is NULL!"); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
307 if ( xIn.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
[all …]
/trunk/main/filter/source/xmlfilterdetect/
H A Dfilterdetect.cxx106 com::sun::star::uno::Reference< com::sun::star::io::XInputStream > xIn; in detect() local
135 pValue[i].Value >>= xIn ; in detect()
199 if(xIn.is()) in detect()
201 XSLT::UOF2Storage aUOF2Storage(mxMSF, xIn); in detect()
204 xIn->skipBytes(0); in detect()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_cnt/
H A DCntUnoDataContainer.java91 Object xIn = null; in createTestEnvironment() local
108 xIn = xMSF.createInstance in createTestEnvironment()
121 tEnv.addObjRelation("InputStream", xIn) ; in createTestEnvironment()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1419 Content::copyData( uno::Reference< io::XInputStream > xIn, in copyData() argument
1424 g_return_if_fail( xIn.is() && xOut.is() ); in copyData()
1426 while ( xIn->readBytes( theData, TRANSFER_BUFFER_SIZE ) > 0 ) in copyData()
1469 uno::Reference<io::XInputStream > xIn; in createInputStream() local
1501 xIn = new ::gvfs::Stream( handle, &m_info ); in createInputStream()
1503 return xIn; in createInputStream()
1521 uno::Reference< io::XInputStream > xIn = createInputStream( xEnv ); in feedSink() local
1522 if ( !xIn.is() ) in feedSink()
1526 copyData( xIn, xOut ); in feedSink()
1529 xDataSink->setInputStream( xIn ); in feedSink()
/trunk/main/linguistic/source/
H A Dconvdic.cxx92 uno::Reference< io::XInputStream > xIn; in ReadThroughDic() local
97 xIn = xAccess->openFileRead( rMainURL ); in ReadThroughDic()
104 if (!xIn.is()) in ReadThroughDic()
107 SvStreamPtr pStream = SvStreamPtr( utl::UcbStreamHelper::CreateStream( xIn ) ); in ReadThroughDic()
113 aParserInput.aInputStream = xIn; in ReadThroughDic()
/trunk/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx450 Reference<XInterface> xIn(m_aDataSourceOrName,UNO_QUERY); in getCurrentDataSource() local
451 if ( !xIn.is() ) in getCurrentDataSource()
460 xIn = m_xDatasource; in getCurrentDataSource()
466 m_xModel.set(getDataSourceOrModel(xIn),UNO_QUERY); in getCurrentDataSource()
468 m_xDatasource.set(xIn,UNO_QUERY); in getCurrentDataSource()
471 m_xDatasource.set(getDataSourceOrModel(xIn),UNO_QUERY); in getCurrentDataSource()
472 m_xModel.set(xIn,UNO_QUERY); in getCurrentDataSource()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx789 void Content::copyData( uno::Reference< io::XInputStream > xIn, in copyData() argument
794 g_return_if_fail( xIn.is() && xOut.is() ); in copyData()
796 while ( xIn->readBytes( theData, TRANSFER_BUFFER_SIZE ) > 0 ) in copyData()
819 uno::Reference< io::XInputStream > xIn = new ::gio::InputStream(pStream); in feedSink() local
820 if ( !xIn.is() ) in feedSink()
824 copyData( xIn, xOut ); in feedSink()
827 xDataSink->setInputStream( xIn ); in feedSink()
/trunk/main/embeddedobj/source/msole/
H A Dgraphconvert.cxx58 uno::Reference < io::XInputStream > xIn = new comphelper::SequenceInputStream( aData ); in ConvertBufferToFormat() local
66 aMediaProperties[0].Value <<= xIn; in ConvertBufferToFormat()
/trunk/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx353 css::uno::Reference< css::io::XInputStream > xIn; in reload() local
355 xIn = xStream->getInputStream(); in reload()
356 if (!xIn.is()) in reload()
368 impl_ts_load(xIn); in reload()
374 xIn = xStreamNoLang->getInputStream(); in reload()
375 if (xIn.is()) in reload()
376 impl_ts_load(xIn); in reload()
/trunk/main/desktop/source/migration/services/
H A Doo3extensionmigration.cxx241 uno::Reference< io::XInputStream > xIn = in scanDescriptionXml() local
244 if ( xIn.is() ) in scanDescriptionXml()
246 uno::Reference< xml::dom::XDocument > xDoc = m_xDocBuilder->parse( xIn ); in scanDescriptionXml()
/trunk/main/odk/examples/java/Storage/
H A DTestHelper.java743 XInputStream xIn = xStream.getInputStream(); in CreateTempFile() local
744 if ( xIn != null ) in CreateTempFile()
745 xIn.closeInput(); in CreateTempFile()
/trunk/main/comphelper/source/streaming/
H A Dseekableinput.cxx39 void copyInputToOutput_Impl( const uno::Reference< io::XInputStream >& xIn, in copyInputToOutput_Impl() argument
47 nRead = xIn->readBytes( aSequence, nConstBufferSize ); in copyInputToOutput_Impl()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx210 Reference<css::io::XInputStream> xIn; in ExtensionDescription() local
213 xIn = descContent.openStream(); in ExtensionDescription()
221 if (!xIn.is()) in ExtensionDescription()
242 Reference<css::xml::dom::XDocument> xDoc = xDocBuilder->parse(xIn); in ExtensionDescription()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx1580 uno::Reference< io::XInputStream > xIn = getInputStream( xEnv ); in open() local
1581 if ( !xIn.is() ) in open()
1607 sal_Int32 nRead = xIn->readSomeBytes( aBuffer, 65536 ); in open()
1614 nRead = xIn->readSomeBytes( aBuffer, 65536 ); in open()
1641 uno::Reference< io::XInputStream > xIn = getInputStream( xEnv ); in open() local
1642 if ( !xIn.is() ) in open()
1668 xDataSink->setInputStream( xIn ); in open()
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx1562 uno::Reference< io::XInputStream > xIn = getInputStream(); in open() local
1563 if ( !xIn.is() ) in open()
1589 sal_Int32 nRead = xIn->readSomeBytes( aBuffer, 65536 ); in open()
1596 nRead = xIn->readSomeBytes( aBuffer, 65536 ); in open()
1622 uno::Reference< io::XInputStream > xIn = getInputStream(); in open() local
1623 if ( !xIn.is() ) in open()
1649 xDataSink->setInputStream( xIn ); in open()
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx2024 Reference< XInputStream > xIn( xStmResolver->getInputStream( rGraphicObjectURL ) ); in AddEmbeddedGraphicObjectAsBase64() local
2026 if( xIn.is() ) in AddEmbeddedGraphicObjectAsBase64()
2029 bRet = aBase64Exp.exportOfficeBinaryDataElement( xIn ); in AddEmbeddedGraphicObjectAsBase64()
2068 Reference < XInputStream > xIn; in AddEmbeddedObjectAsBase64() local
2069 aAny >>= xIn; in AddEmbeddedObjectAsBase64()
2070 if( xIn.is() ) in AddEmbeddedObjectAsBase64()
2073 bRet = aBase64Exp.exportOfficeBinaryDataElement( xIn ); in AddEmbeddedObjectAsBase64()
/trunk/main/sfx2/source/doc/
H A DDocumentMetadataAccess.cxx1307 uno::Reference<io::XInputStream> xIn; in loadMetadataFromMedium() local
1314 md[ ::comphelper::MediaDescriptor::PROP_INPUTSTREAM() ] >>= xIn; in loadMetadataFromMedium()
1316 if (!xIn.is() && URL.equalsAscii("")) { in loadMetadataFromMedium()
1325 if (xIn.is()) { in loadMetadataFromMedium()
1327 xIn, xMsf); in loadMetadataFromMedium()
/trunk/main/package/qa/ofopxmlstorages/
H A DTestHelper.java770 XInputStream xIn = xStream.getInputStream(); in CreateTempFile() local
771 if ( xIn != null ) in CreateTempFile()
772 xIn.closeInput(); in CreateTempFile()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_content.cxx389 uno::Reference< io::XInputStream > xIn; in execute() local
392 xIn = m_pContent->openStream(); in execute()
398 xDataSink->setInputStream( xIn ); in execute()
/trunk/main/forms/source/component/
H A DFormattedField.cxx957 Reference< XDataInputStream > xIn(_rxInStream, UNO_QUERY); in read() local
958 OStreamSection aDownCompat(xIn); in read()
966 OStreamSection aDownCompat2(xIn); in read()
/trunk/main/package/qa/storages/
H A DTestHelper.java1294 XInputStream xIn = xStream.getInputStream(); in CreateTempFile() local
1295 if ( xIn != null ) in CreateTempFile()
1296 xIn.closeInput(); in CreateTempFile()
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx374 uno::Reference< io::XInputStream > xIn in execute() local
376 xDataSink->setInputStream( xIn ); in execute()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx92 Reference<css::io::XInputStream> xIn = descContent.openStream(); in getDocument() local
93 m_doc = xDocBuilder->parse(xIn); in getDocument()

Completed in 174 milliseconds

12