Searched refs:xLibraryStor (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/basic/source/uno/ |
| H A D | dlgcont.cxx | 382 uno::Reference< embed::XStorage > xLibraryStor; in implCreateStringResource() local 389 … xLibraryStor = xLibrariesStor->openStorageElement( aLibName, embed::ElementModes::READ ); in implCreateStringResource() 391 if ( !xLibraryStor.is() ) in implCreateStringResource() 394 aArgs[0] <<= xLibraryStor; in implCreateStringResource() 459 Reference< embed::XStorage > xLibraryStor; in onNewRootStorage() local 466 … xLibraryStor = xLibrariesStor->openStorageElement( aLibName, embed::ElementModes::READWRITE ); in onNewRootStorage() 467 if ( !xLibraryStor.is() ) in onNewRootStorage() 473 xStringResourceWithStorage->setStorage( xLibraryStor ); in onNewRootStorage()
|
| H A D | namecont.cxx | 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() [all …]
|
| H A D | scriptcont.cxx | 920 uno::Reference< embed::XStorage > xLibraryStor; in implLoadPasswordLibrary() local 928 … xLibraryStor = xLibrariesStor->openStorageElement( Name, embed::ElementModes::READ ); in implLoadPasswordLibrary() 929 if ( !xLibraryStor.is() ) in implLoadPasswordLibrary() 958 uno::Reference< io::XStream > xCodeStream = xLibraryStor->openStreamElement( in implLoadPasswordLibrary() 991 … uno::Reference< io::XStream > xSourceStream = xLibraryStor->openEncryptedStreamElement( in implLoadPasswordLibrary()
|