Searched refs:xLibrariesStor (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/basic/source/uno/ |
H A D | dlgcont.cxx | 381 uno::Reference< embed::XStorage > xLibrariesStor; in implCreateStringResource() local 384 xLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READ ); in implCreateStringResource() 386 if ( !xLibrariesStor.is() ) in implCreateStringResource() 389 xLibraryStor = xLibrariesStor->openStorageElement( aLibName, embed::ElementModes::READ ); in implCreateStringResource() 458 Reference< embed::XStorage > xLibrariesStor; in onNewRootStorage() local 461 … xLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READWRITE ); in onNewRootStorage() 462 if ( !xLibrariesStor.is() ) in onNewRootStorage() 466 xLibraryStor = xLibrariesStor->openStorageElement( aLibName, embed::ElementModes::READWRITE ); in onNewRootStorage()
|
H A D | namecont.cxx | 680 uno::Reference< embed::XStorage > xLibrariesStor; in init_Impl() local 695 xLibrariesStor = xStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READ ); in init_Impl() 700 if ( xLibrariesStor.is() ) in init_Impl() 707 … xStream = xLibrariesStor->openStreamElement( aFileName, embed::ElementModes::READ ); in init_Impl() 907 xLibraryStor = xLibrariesStor->openStorageElement( rLib.aName, in init_Impl() 2336 uno::Reference< embed::XStorage > xLibrariesStor; in loadLibrary() local 2341 xLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READ ); in loadLibrary() 2342 …OSL_ENSURE( xLibrariesStor.is(), "The method must either throw exception or return a storage!\n" ); in loadLibrary() 2343 if ( !xLibrariesStor.is() ) in loadLibrary() 2346 xLibraryStor = xLibrariesStor->openStorageElement( Name, embed::ElementModes::READ ); in loadLibrary() [all …]
|
H A D | scriptcont.cxx | 919 uno::Reference< embed::XStorage > xLibrariesStor; in implLoadPasswordLibrary() local 924 xLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READ ); in implLoadPasswordLibrary() 925 if ( !xLibrariesStor.is() ) in implLoadPasswordLibrary() 928 xLibraryStor = xLibrariesStor->openStorageElement( Name, embed::ElementModes::READ ); in implLoadPasswordLibrary()
|
Completed in 37 milliseconds