Commit Graph

76 Commits

Author SHA1 Message Date
Noel Power
70fccdd470 #17307#
Adding Duncans changes for Runtime->Provider
These changes need to be reviewed/reworked
2003-08-19 08:51:53 +00:00
Duncan Foster
c78979c547 #i15986#
Clerar the hasp map after save. Otherwise crash on 2nd save.
2003-07-23 11:13:38 +00:00
Duncan Foster
29cc426bfc Elminating compiler warnings 2003-07-23 09:19:56 +00:00
Duncan Foster
6e45f65221 Made destructor virtual so as to eliminate compiler warnings on Linux 2003-07-22 13:27:59 +00:00
Duncan Foster
7fcca39511 #i17007#
Fix the ScriptStorage::save
Removed code from ScriptStorage::save that was adding incorrect <par> tags
Fixed ScriptElement so that ScriptInfo data added under, not alongside,
script element.
Added debug code to XMLElement.
2003-07-17 07:36:35 +00:00
Noel Power
789938fc2c #13805# removed lines to build shared library for storage, now done at top level where libscriptframe.so is now created. 2003-07-07 13:29:22 +00:00
Noel Power
5c41163b61 #i13805# changes to support single library for provider, runtime and storage ( previously three shared libs, now one ) 2003-07-07 13:28:47 +00:00
Noel Power
b0fe97c00f #i13805# changes to create single library for provider, storage and runtime modules. 2003-07-07 13:27:28 +00:00
Duncan Foster
7dc1cee32b Code cleanup.
Reading runtime<->file extn relationship from config.
2003-05-29 13:17:56 +00:00
Tomas O'Connor
4cddad5d4a Declare and Initialize mh_scriptLangs 2003-05-27 12:40:49 +00:00
Duncan Foster
a1bedb45a3 Code cleanup. 2003-05-23 13:59:52 +00:00
Duncan Foster
f3bf3475ca #i14018# Fixed filesys disposing. 2003-05-21 08:06:24 +00:00
Duncan Foster
6b8d30eb75 #i14018# Need to be able to bind to scripts on the filesystem
Adjusted layout of assign dialogs, and added new button to get filechooser.
Assorted changes to support filesys scripts
Fixed bug in ScriptRUntimeForBeanshell (misplaced ';')
2003-05-16 09:14:24 +00:00
Duncan Foster
c09e0ef0d6 #i12215# XScriptSecurity::checkPermissions now returns void if permission
is granted.
Removed IllegalArgumentException from specification of
XScriptInfoAccess::getScriptLogicalNames
2003-03-12 14:54:18 +00:00
John Rice
32ef4ef304 Bug #12119 Checking Add to path applied even if user selects not to run
SecurityManager - code review updates
2003-03-07 10:02:42 +00:00
Noel Power
ce97860cea #11984, changed delimiter in script uri to "&", was "+" 2003-03-05 17:24:11 +00:00
Duncan Foster
4f43509fe3 Final stage of code cleanup 2003-03-05 10:36:08 +00:00
Duncan Foster
eb941a6237 Fixed exception handling 2003-03-04 17:34:54 +00:00
Duncan Foster
223f3384d8 Fixed bug with conflict between local variable & member variable.
Fixed out-by-one error.
2003-03-04 16:39:39 +00:00
Noel Power
08baf985cd Incorrect logic in getImplementations, (should never have worked) 2003-03-04 12:26:27 +00:00
Duncan Foster
f68b400d4c #i11866#, #i11877#, #i11892# plus assorted code cleanup changes 2003-03-04 11:33:34 +00:00
Duncan Foster
cce9740dc0 #i11866#
warning dialog gets launched when adding binding to script in doc
workaround issue: no functionProvider created on doc open
2003-02-28 12:43:04 +00:00
Tomas O'Connor
8e600d76f7 Use OUStringBuffer when reading description from parcel-descriptor.xml file 2003-02-25 15:16:40 +00:00
Duncan Foster
60c8e64eef Fixes for #i11779#, #i11223# 2003-02-25 15:08:37 +00:00
Duncan Foster
ff512a779f Removed incorrect comment 2003-02-19 15:25:09 +00:00
Noel Power
3624dc4483 Changes to support resolution, getImplemetations now uses all of the info in the query uri to get best match from storage (previously only logical name was used). Also fixed bug in ScriptURI.cxx, wrong delimiter used to parse uri 2003-02-19 15:07:56 +00:00
Duncan Foster
aeb35ff740 Fixed duplicate dialog bug 2003-02-13 17:07:21 +00:00
Duncan Foster
d3e6253adb Fixed windows path comparison bug. Added "add to path list" feature. 2003-02-13 16:29:39 +00:00
Noel Power
10b627824f Fixed check for dummy path. 2003-02-13 13:23:06 +00:00
Noel Power
243c470a2a Updated code to resuse existing storage ( leak fix ) 2003-02-13 12:52:06 +00:00
Noel Power
8b6e7586b4 Bug in parsing, incorrect initialisation of valid member of Uri struct caused spurious failure 2003-02-12 15:24:37 +00:00
Noel Power
ba62f7f951 Changes for document support 2003-02-12 15:21:43 +00:00
Duncan Foster
ecd9d1d890 *** empty log message *** 2003-02-12 15:19:17 +00:00
Duncan Foster
c321a563c5 Hooking in security related dialogs.
i10516, i11245, i11246
2003-02-12 13:59:01 +00:00
Duncan Foster
5ca46cab5f Fixed some problems: (1) incorrect data type bool!=sal_Bool
(2)Must clear the url from the vector is it already exists.
2003-01-31 14:14:54 +00:00
Noel Power
b7ec4546b5 Changes needed to compile 2003-01-30 15:08:41 +00:00
Noel Power
8d79131541 Add scriptSecurtyManager to makefile 2003-01-30 15:07:54 +00:00
Tomas O'Connor
2531be843e Singletons can now be registered from their implementations, so do not
register them using the installer.
2003-01-29 11:58:11 +00:00
Duncan Foster
eeb504ffcd *** empty log message *** 2003-01-28 16:09:27 +00:00
Duncan Foster
47d686e00d Assorted changes to support StarBasic-like security feature #i10516# 2003-01-27 16:18:27 +00:00
Duncan Foster
2ee6820970 Moved from source/runtime 2003-01-23 14:57:12 +00:00
Noel Power
d654bef55e Refactored the refresh functionality and also changed internal maps to map file URL->storage idl, previously the map was cannonical URL -> storage ID. Also added method to return storage id from normal file URL. Changed func. in that instead of a URL for user and share areas now "USER" or "SHARE" are used 2003-01-16 17:50:55 +00:00
Duncan Foster
7fb4f9d032 Script Framework refactoring. Many changes. 2002-11-06 15:26:40 +00:00
Laszlo Kovacs
f823812735 comments and debug messages added 2002-11-05 09:32:50 +00:00
Laszlo Kovacs
d84e0b5e96 disposing() updated to dispose of storages from second has_map 2002-11-04 14:42:00 +00:00
Laszlo Kovacs
40229c1d89 storage refresh added 2002-11-01 12:58:33 +00:00
Duncan Foster
c327abebcf Added missing SAL_CALLs 2002-10-31 10:52:58 +00:00
Duncan Foster
7e45ebc49f Fixed bugs in getFileSetNames & getFilesInFileSet 2002-10-31 07:40:48 +00:00
Duncan Foster
16dc6bbef3 Added new methods for file(set) access
And fixed maps to hashmaps in ScriptData
2002-10-30 15:12:44 +00:00
Duncan Foster
e124cd4c8e Script frameowrk refactoring 2002-10-24 11:00:40 +00:00