Lines Matching refs:Name

411 sal_Bool SAL_CALL SfxScriptLibraryContainer::isLibraryPasswordProtected( const OUString& Name )  in isLibraryPasswordProtected()  argument
415 SfxLibrary* pImplLib = getImplLib( Name ); in isLibraryPasswordProtected()
420 sal_Bool SAL_CALL SfxScriptLibraryContainer::isLibraryPasswordVerified( const OUString& Name ) in isLibraryPasswordVerified() argument
424 SfxLibrary* pImplLib = getImplLib( Name ); in isLibraryPasswordVerified()
432 ( const OUString& Name, const OUString& Password ) in verifyLibraryPassword() argument
436 SfxLibrary* pImplLib = getImplLib( Name ); in verifyLibraryPassword()
451 bSuccess = implLoadPasswordLibrary( pImplLib, Name, sal_True ); in verifyLibraryPassword()
462 implLoadPasswordLibrary( pImplLib, Name ); in verifyLibraryPassword()
468 void SAL_CALL SfxScriptLibraryContainer::changeLibraryPassword( const OUString& Name, in changeLibraryPassword() argument
473 SfxLibrary* pImplLib = getImplLib( Name ); in changeLibraryPassword()
485 loadLibrary( Name ); in changeLibraryPassword()
493 if( isLibraryPasswordVerified( Name ) ) in changeLibraryPassword()
500 if( !verifyLibraryPassword( Name, OldPassword ) ) in changeLibraryPassword()
550 OUString aLibDirPath = createAppLibraryFolder( pImplLib, Name ); in changeLibraryPassword()
872 ( SfxLibrary* pLib, const OUString& Name, sal_Bool bVerifyPasswordOnly ) in implLoadPasswordLibrary() argument
897 pBasicLib = pBasicMgr ? pBasicMgr->GetLib( Name ) : NULL; in implLoadPasswordLibrary()
928 xLibraryStor = xLibrariesStor->openStorageElement( Name, embed::ElementModes::READ ); in implLoadPasswordLibrary()
1031 OUString aLibDirPath = createAppLibraryFolder( pLib, Name ); in implLoadPasswordLibrary()