Searched refs:xStrm (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | dump8a.cxx | 51 SvStorageStreamRef xStrm; variable 891 xStrm->Seek( nPos ); in DumpSepx() 893 xStrm->Read( &nLen, 2 ); in DumpSepx() 948 xStrm->Seek( nPos+511 ); in DumpFkp() 976 xStrm->Read( &c, 1 ); in DumpFkp() 979 xStrm->Read( &c, 1 ); in DumpFkp() 1589 begin( *pOut, *xStrm ) in DumpTxtStoryEntry() 2588 xStrm->Seek( 0 ); in PrepareConvert() 2609 xStrm->Seek( 0 ); in PrepareConvert() 2620 xStrm->Seek( 0 ); in DoConvert() [all …]
|
H A D | ww8dout.cxx | 37 extern SvStorageStreamRef xStrm; 95 if( &rSt == &xStrm ) in filepos()
|
H A D | dump8.cxx | 76 extern SvStorageStreamRef xStrm;
|
/aoo41x/main/svx/source/xml/ |
H A D | xmleohlp.cxx | 669 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 D | ftools.cxx | 188 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 D | swdtflvr.cxx | 1641 SotStorageStreamRef xStrm; in _PasteFileContent() local 1675 pStream = aMSE40ClpObj.IsValid( *xStrm ); in _PasteFileContent() 1686 pStream = &xStrm; in _PasteFileContent() 1720 if( pStream && !xStrm.Is() ) in _PasteFileContent() 1751 if( nId && rData.GetInputStream( nId, xStrm ) && xStrm.is() ) in _PasteOLE() 1807 if ( xStrm.is() ) in _PasteOLE() 1821 if ( !xStrm.is() ) in _PasteOLE() 1847 if ( xStrm.is() && !xObj.is() ) in _PasteOLE() 2085 SotStorageStreamRef xStrm; in _PasteDDE() local 2248 SotStorageStreamRef xStrm; in _PasteSdrFormat() local [all …]
|
/aoo41x/main/editeng/source/misc/ |
H A D | svxacorr.cxx | 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() 2184 if( xStrm.Is() ) in SaveExceptList_Imp() 2186 xStrm->SetSize( 0 ); in SaveExceptList_Imp() 2187 xStrm->SetBufferSize( 8192 ); in SaveExceptList_Imp() 2192 xStrm->SetProperty( aPropName, aAny ); in SaveExceptList_Imp() 2219 xStrm->Commit(); in SaveExceptList_Imp() 2220 if( xStrm->GetError() == SVSTREAM_OK ) in SaveExceptList_Imp() [all …]
|
/aoo41x/main/sfx2/source/doc/ |
H A D | oleprops.cxx | 1085 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 D | view.cxx | 1495 uno::Reference < io::XInputStream > xStrm; in Execute() local 1501 aData.GetInputStream( nId, xStrm ) && xStrm.is() ) in Execute() 1506 …::comphelper::OStorageHelper::GetStorageFromInputStream( xStrm, ::comphelper::getProcessServiceFac… in Execute()
|
/aoo41x/main/starmath/inc/ |
H A D | document.hxx | 151 void ImplSave( SvStorageStreamRef xStrm );
|
Completed in 88 milliseconds