Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/uno/
H A Dnamecont.cxx1568 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
2055xInfoStream = 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 25 milliseconds