Searched refs:xInfoStream (Results 1 – 1 of 1) sorted by relevance
1568 uno::Reference< io::XStream > xInfoStream; in implStoreLibraryIndexFile() local1575 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() local1687 xInput = xInfoStream->getInputStream(); in implLoadLibraryIndexFile()2048 uno::Reference< io::XStream > xInfoStream; in storeLibraries_Impl() local2055 …xInfoStream = xTargetLibrariesStor->openStreamElement( aStreamName, embed::ElementModes::READWRITE… in storeLibraries_Impl()2056 uno::Reference< beans::XPropertySet > xProps( xInfoStream, uno::UNO_QUERY ); in storeLibraries_Impl()[all …]
Completed in 1540 milliseconds