Lines Matching refs:GetStorageName
471 const String& GetStorageName() const { return aStorageName; } in GetStorageName() function in BasicLibInfo
569 if ( ! GetStorageName().EqualsAscii(szImbedded) ) in Store()
571 …String aSName = INetURLObject( GetStorageName(), INET_PROT_FILE).GetMainURL( INetURLObject::NO_DEC… in Store()
662 UniString aRelURL = INetURLObject::GetRelURL( aPath, GetStorageName() ); in CalcRelStorageName()
1165 String aStorageName( pLibInfo->GetStorageName() ); in ImpLoadLibary()
1167 aStorageName = GetStorageName(); in ImpLoadLibary()
1435 ( !pLibInfo->IsExtern() || SotStorage::IsStorageFile( pLibInfo->GetStorageName() ) ) ) in RemoveLib()
1439 xStorage = new SotStorage( sal_False, GetStorageName() ); in RemoveLib()
1441 xStorage = new SotStorage( sal_False, pLibInfo->GetStorageName() ); in RemoveLib()
2441 aLinkTargetURL = pLibInfo->GetStorageName(); in getByName()
2443 aExternaleSourceURL = pLibInfo->GetStorageName(); in getByName()