Lines Matching refs:xStrm
2091 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()
2192 xStrm->SetProperty( aPropName, aAny ); in SaveExceptList_Imp()
2207 uno::Reference < io::XOutputStream> xOut = new utl::OOutputStreamWrapper( *xStrm ); in SaveExceptList_Imp()
2219 xStrm->Commit(); in SaveExceptList_Imp()
2220 if( xStrm->GetError() == SVSTREAM_OK ) in SaveExceptList_Imp()
2222 xStrm.Clear(); in SaveExceptList_Imp()
2252 …uno::Reference < io::XStream > xStrm = xStg->openStreamElement( aXMLWordListName, embed::ElementMo… in LoadAutocorrWordList() local
2257 aParserInput.aInputStream = xStrm->getInputStream(); in LoadAutocorrWordList()