Lines Matching refs:aLibName

874 			    OUString aLibName = rLib.aName;  in init_Impl()  local
878 if( nPass == 1 && hasByName( aLibName ) ) in init_Impl()
885 createLibraryLink( aLibName, rLib.aStorageURL, rLib.bReadOnly ); in init_Impl()
890 Reference< XNameContainer > xLib = createLibrary( aLibName ); in init_Impl()
929 if( bLoaded && aLibName != rLib.aName ) in init_Impl()
935 removeLibrary( aLibName ); in init_Impl()
1126 OUString aLibName = pNames[ i ]; in init_Impl() local
1127 if( hasByName( aLibName ) ) in init_Impl()
1129 if( aLibName == aStandardStr ) in init_Impl()
1142 SfxLibrary* pImplLib = pPrevCont->getImplLib( aLibName ); in init_Impl()
1155 createLibraryLink( aLibName, pImplLib->maStorageURL, pImplLib->mbReadOnly ); in init_Impl()
1161 aUserBasicLibFolderInetObj.Append( aLibName ); in init_Impl()
1165 aPrevUserBasicLibFolderInetObj.Append( aLibName ); in init_Impl()
1171 if( aLibName == aStandardStr ) in init_Impl()
1172 maNameContainer.removeByName( aLibName ); in init_Impl()
1175 Reference< XNameContainer > xLib = createLibrary( aLibName ); in init_Impl()
1257 OUString aLibName = aLibURL.copy( indexLastSlash + 1, nLen - indexLastSlash - nReduceCopy - 1 ); in implScanExtensions() local
1260 if( hasByName( aLibName ) ) in implScanExtensions()
1273 createLibraryLink( aLibName, aIndexFileURL, bReadOnly ); in implScanExtensions()
2864 String aLibName = pBasMgr->GetName(); in setVBACompatibilityMode() local
2865 if ( aLibName.Len() == 0 ) in setVBACompatibilityMode()
2866 aLibName = String( RTL_CONSTASCII_USTRINGPARAM( "Standard" ) ); in setVBACompatibilityMode()
2868 if( StarBASIC* pBasic = pBasMgr->GetLib( aLibName ) ) in setVBACompatibilityMode()