Searched refs:xLibrariesStor (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/basic/source/uno/ |
| H A D | dlgcont.cxx | 380 uno::Reference< embed::XStorage > xLibrariesStor; in implCreateStringResource() local 383 … xLibrariesStor = 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 460 … xLibrariesStor = 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 D | namecont.cxx | 668 uno::Reference< embed::XStorage > xLibrariesStor; in init_Impl() local 683 … xLibrariesStor = 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 2318 … xLibrariesStor = 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 D | scriptcont.cxx | 913 uno::Reference< embed::XStorage > xLibrariesStor; in implLoadPasswordLibrary() local 918 … xLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READ ); in implLoadPasswordLibrary() 919 if ( !xLibrariesStor.is() ) in implLoadPasswordLibrary() 922 … xLibraryStor = xLibrariesStor->openStorageElement( Name, embed::ElementModes::READ ); in implLoadPasswordLibrary()
|