Lines Matching refs:xInfoStream
1568 uno::Reference< io::XStream > xInfoStream; in implStoreLibraryIndexFile() local
1575 xInfoStream = xStorage->openStreamElement( aStreamName, embed::ElementModes::READWRITE ); in implStoreLibraryIndexFile()
1576 OSL_ENSURE( xInfoStream.is(), "No stream!\n" ); in implStoreLibraryIndexFile()
1577 uno::Reference< beans::XPropertySet > xProps( xInfoStream, uno::UNO_QUERY ); in implStoreLibraryIndexFile()
1592 xOut = xInfoStream->getOutputStream(); in implStoreLibraryIndexFile()
1685 uno::Reference< io::XStream > xInfoStream = in implLoadLibraryIndexFile() local
1687 xInput = xInfoStream->getInputStream(); in implLoadLibraryIndexFile()
2048 uno::Reference< io::XStream > xInfoStream; in storeLibraries_Impl() local
2055 …xInfoStream = xTargetLibrariesStor->openStreamElement( aStreamName, embed::ElementModes::READWRITE… in storeLibraries_Impl()
2056 uno::Reference< beans::XPropertySet > xProps( xInfoStream, uno::UNO_QUERY ); in storeLibraries_Impl()
2069 xOut = xInfoStream->getOutputStream(); in storeLibraries_Impl()