required/CWS SB19 : BasicManager now needs BaseURL for link treatment

[email protected] Wed, 21 Sep 2005 13:11:41 +0200 (CEST)
Newsgroups gmane.comp.openoffice.announce.interface
Message-ID <20835230.1127301101078.JavaMail.root@sd-web1>
Type
required

Title
BasicManager now needs BaseURL for link treatment

Posted by
[email protected]

Affected
,all

Effective from
CWS SB19

Summary

- Basicmanager::BasicManager( SotStorage& rStorage, StarBASIC* pParentFromStdLib = NULL, String* pLibPath = NULL );
- static BOOL BasicManager::HasBasicWithModules( const SotStorage& rStorage);
- static BOOL BasicManager::CopyBasicData( SotStorage* pFrom, const String& rSourceURL, SotStorage* pTo);
- void BasicManager::Merge( SotStorage& rFromStorage);
- void BasicManager::Store( SotStorage& rStorage);
- void BasicManager::Store( SotStorage& rStorage, BOOL bStoreLibs );

+ Basicmanager::BasicManager( SotStorage& rStorage, StarBASIC* pParentFromStdLib = NULL, String* pLibPath = NULL );
+ static BOOL BasicManager::HasBasicWithModules( const SotStorage& rStorage, const String& rBaseURL );
+ static BOOL BasicManager::CopyBasicData( SotStorage* pFrom, const String& rSourceURL, const String& rBaseURL, SotStorage* pTo);
+ void BasicManager::Merge( SotStorage& rFromStorage, const String&rBaseURL );
+ void BasicManager::Store( SotStorage& rStorage, const String& rBaseURL );
+ void BasicManager::Store( SotStorage& rStorage, const String& rBaseURL, BOOL bStoreLibs );

Description

Due to the removal of the static BaseURL all code that tries to make
URLs relative or absolute must be provided with a BaseURL parameter.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]