Home
last modified time | relevance | path

Searched refs:GetStream (Results 1 – 25 of 47) sorted by relevance

12

/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx237 if (rFib.GetStream().Seek(rFib.GetFIB().fcStshfGet()) in Ww1StyleSheet()
240 && rFib.GetStream().Read(del, cbStshf) == (sal_uLong)cbStshf) in Ww1StyleSheet()
334 if (rFib.GetStream().Seek(rFib.GetFIB().fcSttbfffnGet()) in Ww1Fonts()
336 if (rFib.GetStream().Read(nCountBytes, sizeof(nCountBytes)) in Ww1Fonts()
345 if (rFib.GetStream().Read(pA, rFib.GetFIB().cbSttbfffnGet() in Ww1Fonts()
403 bOK = rFib.GetStream().Seek(rFib.GetFIB().fcDopGet()) == in Ww1Dop()
405 rFib.GetStream().Read(&aDop, nRead) == (sal_uLong)nRead; in Ww1Dop()
1041 && rFib.GetStream().Seek(rFib.GetFIB().fcSttbfAssocGet()) == in Ww1Assoc()
1043 && rFib.GetStream().Read(pBuffer, cb) == cb) in Ww1Assoc()
1089 pPap = new Ww1FkpPap(rFib.GetStream(), in Where()
[all …]
H A Dw1class.hxx115 SvStream& GetStream() { return rStream; } in GetStream() function in Ww1Fib
1016 Ww1StringList( rFib.GetStream(), rFib.GetFIB().fcSttbfbkmkGet(), in Ww1PlcBookmarkTxt()
1087 SvStream& GetStream() { return rStream; } in GetStream() function in Ww1FkpChp
1119 : Ww1Sprm(rFib.GetStream(), ulFilePos) in Ww1SprmSep()
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx131 aIo.GetStream() >> nIndex; in Read()
133 aIo.GetStream() >> nOffset; in Read()
143 aIo.GetStream() >> nIndex in Read()
156 aIo.GetStream() >> nPgNum >> nIndex in Read()
224 aIo.GetStream() << static_cast<sal_uInt32>(nNdIdx); in Write()
226 … aIo.GetStream() << static_cast<sal_uInt32>(((SwTxtFrm*)pTmp)->GetOfst()); in Write()
265 aIo.GetStream() << static_cast<sal_uInt32>(nNdIdx) in Write()
329 aIo.GetStream() << nPageNum << nOrdNum in Write()
H A Dlayhelp.hxx182 SvStream& GetStream() const { return *pStream; } in GetStream() function in SwLayCacheIoImpl
/trunk/main/forms/source/component/
H A Dimgprod.cxx109 if( GetStream() ) in ReadAt()
111 ( (SvStream*) GetStream() )->ResetError(); in ReadAt()
113 ( (SvStream*) GetStream() )->ResetError(); in ReadAt()
140 if( GetStream() ) in WriteAt()
160 if( GetStream() ) in SetSize()
173 if( GetStream() ) in Stat()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx1426 SvStream& rSt = rEx.GetStream(); in WriteData()
1607 aPropOpt.Commit( GetStream() ); in WriteGrfBullet()
1609 GetStream() << (sal_uInt32)0x80000000; in WriteGrfBullet()
1689 aPropOpt.Commit( GetStream() ); in WriteGrfFlyFrame()
1850 aPropOpt.Commit(GetStream()); in WriteOLEFlyFrame()
2239 GetStream() << (sal_Char)i; in SwEscherEx()
2356 GetStream() << 1L; in SwEscherEx()
2840 GetStream() << 0L; in WriteFrmExtraData()
2843 GetStream() << 1L; in WriteFrmExtraData()
2994 aPropOpt.Commit( GetStream() ); in WriteTxtFlyFrame()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx108 rEscherEx.GetStream() << mnFlags << maAnchor; in WriteDffData()
201 rStrm.CopyFromStream( mrEscherEx.GetStream(), mrEscherEx.GetDffFragmentSize( mnFragmentKey ) ); in WriteBody()
209 SvStream& rDffStrm = mrEscherEx.GetStream(); in XclExpMsoDrawingGroup()
420 aPropOpt.Commit( mrEscherEx.GetStream() ); in XclExpOcxControlObj()
566 aPropOpt.Commit( mrEscherEx.GetStream() ); in XclExpTbxControlObj()
942 aPropOpt.Commit( mrEscherEx.GetStream() ); in XclExpChartObj()
/trunk/main/svx/source/xml/
H A Dxmleohlp.cxx97 SvStream* GetStream();
105 pStream = aTempFile.GetStream( STREAM_READWRITE ); in OutputStorageWrapper_Impl()
113 SvStream *OutputStorageWrapper_Impl::GetStream() in GetStream() function in OutputStorageWrapper_Impl
515 …ImplReadObject( aContainerStorageName, aObjectStorageName, pClassId, pOut ? pOut->GetStream() : 0 … in ImplInsertEmbeddedObjectURL()
/trunk/main/sfx2/inc/sfx2/
H A Dmieclip.hxx52 const SvStream* GetStream() const { return pStrm; } in GetStream() function in MSE40HTMLClipFormatObj
53 SvStream* GetStream() { return pStrm; } in GetStream() function in MSE40HTMLClipFormatObj
/trunk/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx1334 SvStream* pFileStream = aCmdFile.GetStream(STREAM_WRITE); in generateInitFile()
1355 SvStream* pFileStream = aInitFile.GetStream(STREAM_WRITE); in getDatabaseInitFile()
1472 SvStream* pFileStream = aCmdFile.GetStream(STREAM_SHARE_DENYALL); in checkAndRestart()
1542 SvStream* pFileStream = aCmdFile.GetStream(STREAM_STD_READWRITE); in isVersion()
1592 SvStream* pFileStream = aCmdFile.GetStream(STREAM_STD_READWRITE); in checkAndInsertNewDevSpace()
1637 SvStream* pFileStream = aCmdFile.GetStream(STREAM_STD_READWRITE); in isKernelVersion()
/trunk/main/filter/source/flash/
H A Dswfwriter.cxx64 mpMovieStream = maMovieTempFile.GetStream( STREAM_WRITE|STREAM_TRUNC ); in Writer()
65 mpFontsStream = maFontsTempFile.GetStream( STREAM_WRITE|STREAM_TRUNC ); in Writer()
H A Dswfexporter.cxx752 aFilter.ImportGraphic( aGraphic, String(aFile.GetURL()), *aFile.GetStream( STREAM_READ ) ); in getMetaFile()
780 rMtf.Read( *aFile.GetStream( STREAM_READ ) ); in getMetaFile()
/trunk/main/tools/source/ref/
H A Dpstm.cxx839 SvStream * pOldStm = rThis.GetStream(); in operator <<()
866 SvStream * pOldStm = rThis.GetStream(); in operator >>()
/trunk/main/unotools/inc/unotools/
H A Dtempfile.hxx118 SvStream* GetStream( StreamMode eMode );
/trunk/main/editeng/source/editeng/
H A Deeobj.hxx50 SvMemoryStream& GetStream() { return maBinData; } in GetStream() function in EditDataObject
H A Deeobj.cxx71 … SvMemoryStream* pStream = ( nT == SOT_FORMATSTR_ID_EDITENGINE ) ? &GetStream() : &GetRTFStream(); in getTransferData()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx3146 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3186 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3213 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3251 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3281 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3837 SbiStream* pStrm = pIO->GetStream( nChannel ); in RTLFUNC()
/trunk/main/basic/source/inc/
H A Diosys.hxx104 SbiStream* GetStream( short nChannel ) const;
/trunk/main/automation/source/server/
H A Dretstrm.cxx110 SvStream* RetStream::GetStream() in GetStream() function in RetStream
H A Dretstrm.hxx65 SvStream* GetStream();
/trunk/main/package/source/xstor/
H A Dowriteablestream.hxx231 ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > GetStream(
236 ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > GetStream(
H A Dowriteablestream.cxx1235 …uno::Reference< io::XStream > xOwnStream = GetStream( embed::ElementModes::READ, aEncryptionData, … in CopyInternallyTo_Impl()
1275 uno::Reference< io::XStream > xOwnStream = GetStream( embed::ElementModes::READ, sal_False ); in CopyInternallyTo_Impl()
1284 uno::Reference< io::XStream > OWriteStream_Impl::GetStream( sal_Int32 nStreamMode, const ::comphelp… in GetStream() function in OWriteStream_Impl
1345 uno::Reference< io::XStream > OWriteStream_Impl::GetStream( sal_Int32 nStreamMode, sal_Bool bHierar… in GetStream() function in OWriteStream_Impl
1371 xResultStream = GetStream( nStreamMode, aGlobalEncryptionData, bHierarchyAccess ); in GetStream()
/trunk/main/tools/inc/tools/
H A Dpstm.hxx228 SvStream * GetStream() const { return pStm; } in GetStream() function in SvPersistStream
/trunk/main/idl/inc/
H A Dlex.hxx192 SvStream & GetStream() { return rInStream; } in GetStream() function in SvTokenStream
/trunk/main/svtools/source/misc/
H A Dembedtransfer.cxx127 pStream = aTmp.GetStream( STREAM_STD_READWRITE ); in GetData()

Completed in 165 milliseconds

12