Searched refs:xLibraryStor (Results 1 – 3 of 3) sorted by relevance
/trunk/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() 1919 uno::Reference< embed::XStorage > xLibraryStor; in storeLibraries_Impl() local 1924 xLibraryStor = xTargetLibrariesStor->openStorageElement( in storeLibraries_Impl() 1951 implStoreLibrary( pImplLib, rLib.aName, xLibraryStor ); in storeLibraries_Impl() 1953 implStoreLibraryIndexFile( pImplLib, rLib, xLibraryStor ); in storeLibraries_Impl() 2337 uno::Reference< embed::XStorage > xLibraryStor; in loadLibrary() local 2346 xLibraryStor = xLibrariesStor->openStorageElement( Name, embed::ElementModes::READ ); in loadLibrary() 2384 xElementStream = xLibraryStor->openStreamElement( aFile, embed::ElementModes::READ ); in loadLibrary() [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()
|
Completed in 29 milliseconds