Home
last modified time | relevance | path

Searched refs:OInputStreamWrapper (Results 1 – 24 of 24) sorted by relevance

/trunk/main/unotools/source/streaming/
H A Dstreamwrap.cxx40 DBG_NAME(OInputStreamWrapper) in DBG_NAME() argument
42 OInputStreamWrapper::OInputStreamWrapper( SvStream& _rStream ) in DBG_NAME()
46 DBG_CTOR(OInputStreamWrapper,NULL); in DBG_NAME()
51 OInputStreamWrapper::OInputStreamWrapper( SvStream* pStream, sal_Bool bOwner ) in OInputStreamWrapper() function in utl::OInputStreamWrapper
55 DBG_CTOR(OInputStreamWrapper,NULL); in OInputStreamWrapper()
60 OInputStreamWrapper::~OInputStreamWrapper() in ~OInputStreamWrapper()
65 DBG_DTOR(OInputStreamWrapper,NULL); in ~OInputStreamWrapper()
69 sal_Int32 SAL_CALL OInputStreamWrapper::readBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32 n… in readBytes()
146 void SAL_CALL OInputStreamWrapper::closeInput() throw( stario::NotConnectedException, staruno::Runt… in closeInput()
158 void OInputStreamWrapper::checkConnected() const in checkConnected()
[all …]
/trunk/main/unotools/inc/unotools/
H A Dstreamwrap.hxx50 class UNOTOOLS_DLLPUBLIC OInputStreamWrapper : public InputStreamWrapper_Base class
56 OInputStreamWrapper() in OInputStreamWrapper() function in utl::OInputStreamWrapper
62 OInputStreamWrapper(SvStream& _rStream);
63 OInputStreamWrapper(SvStream* pStream, sal_Bool bOwner=sal_False);
64 virtual ~OInputStreamWrapper();
88 …ekableInputStreamWrapper : public ::cppu::ImplInheritanceHelper1 < OInputStreamWrapper, com::sun::…
/trunk/main/unotools/source/ucbhelper/
H A Ducbstreamhelper.cxx93 ::utl::OInputStreamWrapper* pInput = new ::utl::OInputStreamWrapper( aStream ); in lcl_CreateStream()
/trunk/main/unotools/source/config/
H A Daccelcfg.cxx141 ::utl::OInputStreamWrapper aHelper( *pStream ); in SvtAcceleratorConfiguration()
174 ::utl::OInputStreamWrapper aHelper( rStream ); in CreateFromStream()
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx1652 xStream.set( new utl::OInputStreamWrapper( pStream, sal_True ) ); in getInputStream()
1669 xStream.set( new utl::OInputStreamWrapper( pStream, sal_True ) ); in getInputStream()
1678 xStream.set( new utl::OInputStreamWrapper( pStream ) ); in getInputStream()
/trunk/main/framework/source/fwe/xml/
H A Deventsconfiguration.cxx92 (::cppu::OWeakObject *)new utl::OInputStreamWrapper( rInStream ), in LoadEventsConfig()
/trunk/main/framework/source/xml/
H A Dimagesconfiguration.cxx95 (::cppu::OWeakObject *)new utl::OInputStreamWrapper( rInStream ), in LoadImages()
/trunk/main/editeng/source/xml/
H A Dxmltxtimp.cxx185 uno::Reference<io::XInputStream> xInputStream = new utl::OInputStreamWrapper( rStream ); in SvxReadXML()
/trunk/main/fileaccess/source/
H A DFileAccess.cxx710 ::utl::OInputStreamWrapper* pInput = new ::utl::OInputStreamWrapper( aStream ); in openFileReadWrite()
/trunk/main/svl/source/misc/
H A Dsharecontrolfile.cxx112 … uno::Reference< io::XInputStream > xInput( new ::utl::OInputStreamWrapper( aStream ) ); in OpenStream()
/trunk/main/svx/source/gallery2/
H A Dgalmisc.cxx172 uno::Reference< io::XInputStream > xInputStream( new utl::OInputStreamWrapper( rIStm ) ); in GallerySvDrawImport()
/trunk/main/svx/workben/msview/
H A Dxmlconfig.cxx316 Reference<XInputStream> xInputStream( new utl::OInputStreamWrapper( pIStm, sal_True ) ); in load_config()
/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx264 Reference<XInputStream> xInputStream( new utl::OInputStreamWrapper( pIStm, sal_True ) ); in implImportEffects()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx774 aResult = new ::utl::OInputStreamWrapper( m_pStream, sal_True ); in GetXInputStream()
1878 … ::utl::OInputStreamWrapper* pHelper = new ::utl::OInputStreamWrapper( *pStream );
/trunk/main/sc/source/ui/view/
H A Dviewfun5.cxx497 …eference< com::sun::star::io::XInputStream > xInputStream( new utl::OInputStreamWrapper( *xStm ) ); in PasteDataFormat()
/trunk/main/chart2/source/controller/main/
H A DChartController_Tools.cxx318 … Reference< io::XInputStream > xInputStream( new utl::OInputStreamWrapper( *xStm ) ); in executeDispatch_Paste()
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx160 mxStmWrapper = new ::utl::OInputStreamWrapper( pStm, sal_True ); in SvXMLGraphicInputStream()
/trunk/main/oox/source/export/
H A Dooxml-export-notes.txt120 - OInputStreamWrapper in <unotools/streamwrap.hxx>
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx518 Reference< XInputStream > xIS( new utl::OInputStreamWrapper( aInputStream ) ); in insertOrEdit()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx1359 uno::Reference< io::XInputStream > xInputStream( new utl::OInputStreamWrapper( rStrm ) ); in Paste()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx702 …eference< com::sun::star::io::XInputStream > xInputStream( new utl::OInputStreamWrapper( *xStm ) ); in InsertData()
/trunk/main/starmath/source/
H A Dview.cxx1665 …uno::Reference<com::sun::star::io::XInputStream> xStrm( new ::utl::OInputStreamWrapper( *pStrm ) ); in Execute()
H A Dmathmlimport.cxx237 new utl::OInputStreamWrapper(rMedium.GetInStream()); in Import()
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx2115 aParserInput.aInputStream = new utl::OInputStreamWrapper( *xStrm ); in LoadXMLExceptList_Imp()

Completed in 134 milliseconds