| 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]
