Home
last modified time | relevance | path

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

/trunk/main/basic/source/uno/
H A Dnamecont.cxx1555 uno::Reference< io::XStream > xInfoStream; in implStoreLibraryIndexFile() local
1562xInfoStream = xStorage->openStreamElement( aStreamName, embed::ElementModes::READWRITE ); in implStoreLibraryIndexFile()
1563 OSL_ENSURE( xInfoStream.is(), "No stream!\n" ); in implStoreLibraryIndexFile()
1564 uno::Reference< beans::XPropertySet > xProps( xInfoStream, uno::UNO_QUERY ); in implStoreLibraryIndexFile()
1579 xOut = xInfoStream->getOutputStream(); in implStoreLibraryIndexFile()
1672 uno::Reference< io::XStream > xInfoStream = in implLoadLibraryIndexFile() local
1674 xInput = xInfoStream->getInputStream(); in implLoadLibraryIndexFile()
2035 uno::Reference< io::XStream > xInfoStream; in storeLibraries_Impl() local
2042xInfoStream = xTargetLibrariesStor->openStreamElement( aStreamName, embed::ElementModes::READWRITE… in storeLibraries_Impl()
2043 uno::Reference< beans::XPropertySet > xProps( xInfoStream, uno::UNO_QUERY ); in storeLibraries_Impl()
[all …]