Home
last modified time | relevance | path

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

/trunk/main/basic/source/uno/
H A Ddlgcont.cxx380 uno::Reference< embed::XStorage > xLibrariesStor; in implCreateStringResource() local
383xLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READ ); in implCreateStringResource()
385 if ( !xLibrariesStor.is() ) in implCreateStringResource()
388 … xLibraryStor = xLibrariesStor->openStorageElement( aLibName, embed::ElementModes::READ ); in implCreateStringResource()
457 Reference< embed::XStorage > xLibrariesStor; in onNewRootStorage() local
460xLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READWRITE ); in onNewRootStorage()
461 if ( !xLibrariesStor.is() ) in onNewRootStorage()
465 … xLibraryStor = xLibrariesStor->openStorageElement( aLibName, embed::ElementModes::READWRITE ); in onNewRootStorage()
H A Dnamecont.cxx668 uno::Reference< embed::XStorage > xLibrariesStor; in init_Impl() local
683xLibrariesStor = xStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READ ); in init_Impl()
688 if ( xLibrariesStor.is() ) in init_Impl()
695 … xStream = xLibrariesStor->openStreamElement( aFileName, embed::ElementModes::READ ); in init_Impl()
710 … xStream = xLibrariesStor->openStreamElement( aFileName, embed::ElementModes::READ ); in init_Impl()
720 … xStream = xLibrariesStor->openStreamElement( aFileName, embed::ElementModes::READ ); in init_Impl()
895 xLibraryStor = xLibrariesStor->openStorageElement( rLib.aName, in init_Impl()
2313 uno::Reference< embed::XStorage > xLibrariesStor; in loadLibrary() local
2318xLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READ ); in loadLibrary()
2319 …OSL_ENSURE( xLibrariesStor.is(), "The method must either throw exception or return a storage!\n" ); in loadLibrary()
[all …]
H A Dscriptcont.cxx913 uno::Reference< embed::XStorage > xLibrariesStor; in implLoadPasswordLibrary() local
918xLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READ ); in implLoadPasswordLibrary()
919 if ( !xLibrariesStor.is() ) in implLoadPasswordLibrary()
922 … xLibraryStor = xLibrariesStor->openStorageElement( Name, embed::ElementModes::READ ); in implLoadPasswordLibrary()