/trunk/main/package/source/xstor/ |
H A D | xfactory.cxx | 42 const uno::Reference< io::XSeekable >& xSeekable ) in CheckPackageSignature_Impl() 44 if ( !xInputStream.is() || !xSeekable.is() ) in CheckPackageSignature_Impl() 47 if ( xSeekable->getLength() ) in CheckPackageSignature_Impl() 50 xSeekable->seek( 0 ); in CheckPackageSignature_Impl() 52 xSeekable->seek( 0 ); in CheckPackageSignature_Impl() 256 uno::Reference< io::XSeekable > xSeekable( xInputStream, uno::UNO_QUERY ); in createInstanceWithArguments() local 257 if ( !xSeekable.is() ) in createInstanceWithArguments() 263 if ( !CheckPackageSignature_Impl( xInputStream, xSeekable ) ) in createInstanceWithArguments() 276 uno::Reference< io::XSeekable > xSeekable( xStream, uno::UNO_QUERY ); in createInstanceWithArguments() local 277 if ( !xSeekable.is() ) in createInstanceWithArguments() [all …]
|
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/ |
H A D | XMLScanner.cxx | 184 uno::Reference< io::XSeekable > xSeekable; member in writerfilter::rtftok::RtfInputSourceImpl 194 xSeekable=uno::Reference< io::XSeekable >(xInputStream, uno::UNO_QUERY); in RtfInputSourceImpl() 195 if (xSeekable.is()) in RtfInputSourceImpl() 196 bytesTotal=xSeekable->getLength(); in RtfInputSourceImpl() 197 if (xStatusIndicator.is() && xSeekable.is()) in RtfInputSourceImpl() 216 if (xSeekable.is()) in read()
|
H A D | ScannerTestService.cxx | 294 uno::Reference< io::XSeekable > xSeekable; member in writerfilter::rtftok::RtfInputSourceImpl 304 xSeekable=uno::Reference< io::XSeekable >(xInputStream, uno::UNO_QUERY); in RtfInputSourceImpl() 305 if (xSeekable.is()) in RtfInputSourceImpl() 306 bytesTotal=xSeekable->getLength(); in RtfInputSourceImpl() 307 if (xStatusIndicator.is() && xSeekable.is()) in RtfInputSourceImpl() 326 if (xSeekable.is()) in read()
|
/trunk/main/unotools/source/ucbhelper/ |
H A D | ucblockbytes.cxx | 1448 Reference <XSeekable> xSeekable = getSeekable_Impl(); in ReadAt() local 1449 if ( !xSeekable.is() ) in ReadAt() 1454 xSeekable->seek( nPos ); in ReadAt() 1473 sal_uInt64 nLen = xSeekable->getLength(); in ReadAt() 1501 Reference <XSeekable> xSeekable = getSeekable_Impl(); in WriteAt() local 1503 if ( !xOutputStream.is() || !xSeekable.is() ) in WriteAt() 1508 xSeekable->seek( nPos ); in WriteAt() 1597 Reference <XSeekable> xSeekable = getSeekable_Impl(); in Stat() local 1606 else if( !xSeekable.is() ) in Stat() 1611 pStat->nSize = sal_uLong(xSeekable->getLength()); in Stat()
|
/trunk/main/embeddedobj/source/msole/ |
H A D | ownview.cxx | 270 uno::Reference< io::XSeekable > xSeekable( xInStream, uno::UNO_QUERY_THROW ); in ReadContentsAndGenerateTempFile() local 271 xSeekable->seek( 0 ); in ReadContentsAndGenerateTempFile() 351 sal_Int64 nTargetPos = xSeekable->getPosition() + nUrlSize; in ReadContentsAndGenerateTempFile() 353 xSeekable->seek( nTargetPos ); in ReadContentsAndGenerateTempFile() 397 xSeekable->seek( 40 ); in ReadContentsAndGenerateTempFile() 402 xSeekable->seek( 4 ); in ReadContentsAndGenerateTempFile()
|
H A D | olevisual.cxx | 52 uno::Reference< io::XSeekable > xSeekable( xCachedVisRepr, uno::UNO_QUERY ); in GetVisualRepresentationInNativeFormat_Impl() local 53 if ( !xInStream.is() || !xSeekable.is() ) in GetVisualRepresentationInNativeFormat_Impl() 58 xSeekable->seek( 0 ); in GetVisualRepresentationInNativeFormat_Impl() 76 sal_Int32 nStreamLength = (sal_Int32)xSeekable->getLength(); in GetVisualRepresentationInNativeFormat_Impl()
|
H A D | oleembed.cxx | 274 uno::Reference< io::XSeekable > xSeekable( m_xObjectStream, uno::UNO_QUERY_THROW ); in TryToConvertToOOo() local 275 xSeekable->seek( 0 ); in TryToConvertToOOo() 328 xSeekable->seek( 0 ); in TryToConvertToOOo() 856 uno::Reference< io::XSeekable > xSeekable( m_xObjectStream, uno::UNO_QUERY ); in doVerb() local 857 if ( xSeekable.is() ) in doVerb() 858 xSeekable->seek( 0 ); in doVerb()
|
/trunk/main/package/source/package/zippackage/ |
H A D | zipfileaccess.cxx | 192 uno::Reference< io::XSeekable > xSeekable; in initialize() local 201 xSeekable = uno::Reference< io::XSeekable >( m_xContentStream, uno::UNO_QUERY ); in initialize() 208 xSeekable = uno::Reference< io::XSeekable >( xStream, uno::UNO_QUERY ); in initialize() 212 xSeekable = uno::Reference< io::XSeekable >( m_xContentStream, uno::UNO_QUERY ); in initialize() 220 if ( !xSeekable.is() ) in initialize()
|
/trunk/main/desktop/source/deployment/ |
H A D | dp_log.cxx | 113 Reference<io::XSeekable> xSeekable( m_xLogFile, UNO_QUERY_THROW ); in ProgressLogImpl() local 114 xSeekable->seek( xSeekable->getLength() ); in ProgressLogImpl()
|
/trunk/main/framework/source/inc/pattern/ |
H A D | storages.hxx | 78 css::uno::Reference< css::io::XSeekable > xSeekable(xTempFile, css::uno::UNO_QUERY_THROW); in createTempStorageBasedOnFolder() local 79 xSeekable->seek(0); in createTempStorageBasedOnFolder()
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | bufferedinputstream.cxx | 43 Reference<XSeekable> xSeekable(xInputStream,UNO_QUERY); in turnToSeekable() local 45 if( xSeekable.is() ) in turnToSeekable()
|
/trunk/main/sdext/source/minimizer/ |
H A D | impoptimizer.cxx | 355 Reference< XSeekable > xSeekable( xInputStream, UNO_QUERY_THROW ); in ImpCompressGraphic() local 356 xSeekable->seek( 0 ); in ImpCompressGraphic() 374 Reference< XSeekable > xSeekable( xInputStream, UNO_QUERY_THROW ); in ImpCompressGraphic() local 375 xSeekable->seek( 0 ); in ImpCompressGraphic()
|
/trunk/main/svl/source/misc/ |
H A D | documentlockfile.cxx | 103 uno::Reference< io::XSeekable > xSeekable( xTempFile, uno::UNO_QUERY_THROW ); in CreateOwnLockFile() local 115 xSeekable->seek( 0 ); in CreateOwnLockFile()
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | DAVResourceAccess.cxx | 571 uno::Reference< io::XSeekable > xSeekable( in resetInputStream() local 573 if ( xSeekable.is() ) in resetInputStream() 575 xSeekable->seek( 0 ); in resetInputStream()
|
H A D | CurlSession.cxx | 1890 uno::Reference< io::XSeekable > xSeekable( xStream, uno::UNO_QUERY ); in getDataFromInputStream() local 1891 if ( xSeekable.is() ) in getDataFromInputStream() 1896 = sal::static_int_cast<sal_Int32>(xSeekable->getLength()); in getDataFromInputStream()
|
/trunk/main/oox/source/ole/ |
H A D | olestorage.cxx | 152 Reference< XSeekable > xSeekable = mxSeekable; in closeOutput() local 159 xSeekable->seek( 0 ); in closeOutput()
|
/trunk/main/comphelper/source/streaming/ |
H A D | seqinputstreamserv.cxx | 231 uno::Reference< io::XSeekable > xSeekable( xInputStream, uno::UNO_QUERY_THROW ); in initialize() local 233 m_xSeekable = xSeekable; in initialize()
|
/trunk/main/scripting/source/stringresource/ |
H A D | stringresource.cxx | 1373 Reference< io::XSeekable> xSeekable( m_xTempFile, UNO_QUERY ); in closeAndGetData() local 1374 if( !xSeekable.is() ) in closeAndGetData() 1377 sal_Int32 nSize = (sal_Int32)xSeekable->getPosition(); in closeAndGetData() 1383 xSeekable->seek( 0 ); in closeAndGetData() 1550 Reference< io::XSeekable> xSeekable( xTempOut, UNO_QUERY ); in getInputStreamForSection() local 1551 if( xSeekable.is() ) in getInputStreamForSection() 1552 xSeekable->seek( 0 ); in getInputStreamForSection()
|
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | Helper.java | 393 … XSeekable xSeekable = ( XSeekable ) UnoRuntime.queryInterface( XSeekable.class, oTempFile ); in SaveHTMLTemp() local 394 if ( xStream != null && xSeekable != null ) in SaveHTMLTemp() 404 xSeekable.seek( 0 ); in SaveHTMLTemp()
|
/trunk/main/sot/source/unoolestorage/ |
H A D | xolesimplestorage.cxx | 452 uno::Reference< io::XSeekable > xSeekable( xTempFile, uno::UNO_QUERY_THROW ); in getByName() local 522 xSeekable->seek( 0 ); in getByName()
|
/trunk/main/chart2/source/model/main/ |
H A D | ChartModel_Persistence.cxx | 331 Reference< io::XSeekable > xSeekable( xStream, uno::UNO_QUERY_THROW ); in storeToURL() local 332 xSeekable->seek( 0 ); in storeToURL()
|
/trunk/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 310 uno::Reference< io::XSeekable > xSeekable( xOutStream, uno::UNO_QUERY ); in getMetaFile() local 311 if( xSeekable.is() ) in getMetaFile() 312 xSeekable->seek(0); in getMetaFile() 331 uno::Reference< io::XSeekable > xSeekable( pStreamWrapper ); in getTransferData() local 337 if( xInStream.is() && xSeekable.is() ) in getTransferData() 339 xSeekable->seek(0); in getTransferData()
|
/trunk/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 1152 uno::Reference< io::XSeekable > xSeekable( in handleNameClashRename() local 1154 if ( xSeekable.is() ) in handleNameClashRename() 1158 xSeekable->seek( 0 ); in handleNameClashRename()
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter_impl2.cxx | 198 uno::Reference< io::XSeekable > xSeekable( xStream, UNO_QUERY_THROW ); in implWriteBitmapEx() local 215 if ( xSeekable->getLength() > nZippedFileSize ) in implWriteBitmapEx() 223 xSeekable->seek( 0 ); in implWriteBitmapEx()
|
/trunk/main/xmloff/source/draw/ |
H A D | shapeexport4.cxx | 1219 Reference< XSeekableInputStream > xSeekable( xPictureStream, UNO_QUERY_THROW ); in ImpExportTableShape() local 1220 xSeekable->seek(0); in ImpExportTableShape()
|