Lines Matching refs:xLibraryStor
903 uno::Reference< embed::XStorage > xLibraryStor; in init_Impl() local
907 xLibraryStor = xLibrariesStor->openStorageElement( rLib.aName, in init_Impl()
925 if( !pImplLib->mbInitialised && (!bStorage || xLibraryStor.is()) ) in init_Impl()
928 … sal_Bool bLoaded = implLoadLibraryIndexFile( pImplLib, rLib, xLibraryStor, aIndexFileName ); in init_Impl()
1919 uno::Reference< embed::XStorage > xLibraryStor; in storeLibraries_Impl() local
1924 xLibraryStor = xTargetLibrariesStor->openStorageElement( in storeLibraries_Impl()
1948 …implStorePasswordLibrary( pImplLib, rLib.aName, xLibraryStor, uno::Reference< task::XInteractionHa… in storeLibraries_Impl()
1951 implStoreLibrary( pImplLib, rLib.aName, xLibraryStor ); in storeLibraries_Impl()
1953 implStoreLibraryIndexFile( pImplLib, rLib, xLibraryStor ); in storeLibraries_Impl()
1958 uno::Reference< embed::XTransactedObject > xTransact( xLibraryStor, uno::UNO_QUERY_THROW ); in storeLibraries_Impl()
2337 uno::Reference< embed::XStorage > xLibraryStor; in loadLibrary() local
2346 xLibraryStor = xLibrariesStor->openStorageElement( Name, embed::ElementModes::READ ); in loadLibrary()
2347 … OSL_ENSURE( xLibraryStor.is(), "The method must either throw exception or return a storage!\n" ); in loadLibrary()
2384 xElementStream = xLibraryStor->openStreamElement( aFile, embed::ElementModes::READ ); in loadLibrary()
2395 xElementStream = xLibraryStor->openStreamElement( aFile, embed::ElementModes::READ ); in loadLibrary()