Home
last modified time | relevance | path

Searched refs:xStrm (Results 1 – 10 of 10) sorted by relevance

/AOO41X/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx51 SvStorageStreamRef xStrm; variable
335 WW8PLCFspecial aStarts( &xStrm, pWwFib->fcPlcfbkf, pWwFib->lcbPlcfbkf, 4 ); in DumpBookLow()
336 WW8PLCFspecial aEnds( &xStrm, pWwFib->fcPlcfbkl, pWwFib->lcbPlcfbkl, 0, -1, sal_True ); in DumpBookLow()
366 WW8PLCFx_Book aBook( &xStrm, &xTableStream, *pWwFib, 0 ); in DumpBookHigh()
505 end( *pOut, *xStrm ) << "Plcx." << pName << endl1 << endl1; in DumpField1()
783 xStrm->Read( &c, sizeof(c) ); in DumpIt()
891 xStrm->Seek( nPos ); in DumpSepx()
892 begin( *pOut, *xStrm ) << "Sepx, Len: "; in DumpSepx()
893 xStrm->Read( &nLen, 2 ); in DumpSepx()
896 DumpSprms( nVersion, *xStrm, nLen ); in DumpSepx()
[all …]
H A Dww8dout.cxx37 extern SvStorageStreamRef xStrm;
95 if( &rSt == &xStrm ) in filepos()
H A Ddump8.cxx76 extern SvStorageStreamRef xStrm;
/AOO41X/main/svx/source/xml/
H A Dxmleohlp.cxx669 Reference < XOutputStream > xStrm; in getByName() local
675 xStrm = aIter->second; in getByName()
677 if( !xStrm.is() ) in getByName()
684 xStrm = pOut; in getByName()
687 aRet <<= xStrm; in getByName()
693 Reference < XInputStream > xStrm; in getByName() local
713 xStrm = ImplGetReplacementImage( xObj ); in getByName()
745 xStrm = xStream->getInputStream(); in getByName()
755 aRet <<= xStrm; in getByName()
/AOO41X/main/sc/source/filter/ftools/
H A Dftools.cxx188 SotStorageStreamRef xStrm; in OpenStorageStreamRead() local
190 xStrm = xStrg->OpenSotStream( rStrmName, STREAM_STD_READ ); in OpenStorageStreamRead()
191 return xStrm; in OpenStorageStreamRead()
197 SotStorageStreamRef xStrm; in OpenStorageStreamWrite() local
199 xStrm = xStrg->OpenSotStream( rStrmName, STREAM_STD_WRITE | STREAM_TRUNC ); in OpenStorageStreamWrite()
200 return xStrm; in OpenStorageStreamWrite()
/AOO41X/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx1641 SotStorageStreamRef xStrm; in _PasteFileContent() local
1670 if( rData.GetSotStorageStream( nFmt, xStrm ) ) in _PasteFileContent()
1675 pStream = aMSE40ClpObj.IsValid( *xStrm ); in _PasteFileContent()
1686 pStream = &xStrm; in _PasteFileContent()
1720 if( pStream && !xStrm.Is() ) in _PasteFileContent()
1737 uno::Reference < io::XInputStream > xStrm; in _PasteOLE() local
1751 if( nId && rData.GetInputStream( nId, xStrm ) && xStrm.is() ) in _PasteOLE()
1757 xStore = comphelper::OStorageHelper::GetStorageFromInputStream( xStrm ); in _PasteOLE()
1807 if ( xStrm.is() ) in _PasteOLE()
1811 DBG_ASSERT( !xStrm.is(), "An object without descriptor in clipboard!"); in _PasteOLE()
[all …]
/AOO41X/main/editeng/source/misc/
H A Dsvxacorr.cxx2091 SvStorageStreamRef xStrm = rStg->OpenSotStream( sTmp, in LoadXMLExceptList_Imp() local
2093 if( SVSTREAM_OK != xStrm->GetError()) in LoadXMLExceptList_Imp()
2095 xStrm.Clear(); in LoadXMLExceptList_Imp()
2113 xStrm->Seek( 0L ); in LoadXMLExceptList_Imp()
2114 xStrm->SetBufferSize( 8 * 1024 ); in LoadXMLExceptList_Imp()
2115 aParserInput.aInputStream = new utl::OInputStreamWrapper( *xStrm ); in LoadXMLExceptList_Imp()
2182 SotStorageStreamRef xStrm = rStg->OpenSotStream( sStrmName, in SaveExceptList_Imp() local
2184 if( xStrm.Is() ) in SaveExceptList_Imp()
2186 xStrm->SetSize( 0 ); in SaveExceptList_Imp()
2187 xStrm->SetBufferSize( 8192 ); in SaveExceptList_Imp()
[all …]
/AOO41X/main/sfx2/source/doc/
H A Doleprops.cxx1085 SotStorageStreamRef xStrm = pStrg->OpenSotStream( rStrmName, STREAM_STD_READ ); in LoadPropertySet() local
1086 if( xStrm.Is() && (xStrm->GetError() == SVSTREAM_OK) ) in LoadPropertySet()
1088 xStrm->SetBufferSize( STREAM_BUFFER_SIZE ); in LoadPropertySet()
1089 Load( *xStrm ); in LoadPropertySet()
1103 … SotStorageStreamRef xStrm = pStrg->OpenSotStream( rStrmName, STREAM_TRUNC | STREAM_STD_WRITE ); in SavePropertySet() local
1104 if( xStrm.Is() ) in SavePropertySet()
1105 Save( *xStrm ); in SavePropertySet()
/AOO41X/main/starmath/source/
H A Dview.cxx1490 uno::Reference < io::XInputStream > xStrm; in Execute() local
1496 aData.GetInputStream( nId, xStrm ) && xStrm.is() ) in Execute()
1501 …::comphelper::OStorageHelper::GetStorageFromInputStream( xStrm, ::comphelper::getProcessServiceFac… in Execute()
/AOO41X/main/starmath/inc/
H A Ddocument.hxx151 void ImplSave( SvStorageStreamRef xStrm );