summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Collapse)Author
2003-11-04#i16754# - Move of rhino patching to external moduleDuncan Foster
2003-11-04#i22116# - Complete XPropertySet implementationDuncan Foster
2003-11-03#i16574#Duncan Foster
Renaming bsh-1.2b7.jar -> bsh.jar
2003-10-31#i21624#Duncan Foster
Needed dep on the tools lib. Hence the changes to the makefile.
2003-10-29#i21624#Duncan Foster
Added security check to the ScriptProtocolHandler. Needed dep on the sfx2 lib. Hence the changes to the makefile.
2003-10-29#i21858# - removal of framework namespace from namespace hierarchy ofTomas O'Connor
Scripting Framework UNO services and interfaces
2003-10-29#i21858# - removal of framework namespace from namespace ofTomas O'Connor
UNO interfaces and services
2003-10-28#i21580# cannot execute simple basic script via initiate event on buttonThomas Benisch
2003-10-17#i21260# - use vnd.sun.star.script as scripting framework protocolDuncan Foster
2003-10-17#i19258# - implement prototype java script selector, add ability to invokeDuncan Foster
Basic IDE
2003-10-15#i19258# - add java script selector prototype, add edit functionalityTomas O'Connor
2003-10-15#i19258# - implement java script selector prototype, add edit functionalityTomas O'Connor
2003-10-15#i21260#Noel Power
Change use of script:// protocol to new vnd.sun.star.script://....
2003-10-15#i21211#Noel Power
Incorrent name of method, changed getFunctionName() to getLanguageName()
2003-10-15#i21211#Noel Power
Changes to this class to make sure that the function name and logical name now return the same item
2003-10-15#i21216#Noel Power
Change masterscript provider to set up the invocation context correctly for the case where a new document is used.
2003-10-15#i21213#Noel Power
#i21214# changes to basic provider to ensure that scripts get displayed ( implemented XPropertySet on script node implementation basmethnode. Also changed basprov ( basic provider ) to handle application context invoke requests ( also display of share scripts ). Now when basic provider is created ( regardless of context ) it will always be able to execute a script, whatever the location.
2003-10-15#i21209#Noel Power
Removing calls to create new security setting when a document is opened ( or script executed ) and also calls to check permissions.
2003-10-15#i21211#Noel Power
Changes to support new uri format ( e.g. one that doesn't depend on old logical name -> function name mapping ). Briefly theses changes are temporary in that they basically make sure that the logical name and function name are the same. From the point of view of the parcel-descriptIon.xml the logical name is ignored. Also updated the ExampleSpreadSheet.scx with new binding to reflect the changes.
2003-10-09#i12906# - pass XComponentContext to BrowseNode hierarchy to allow properDuncan Foster
computing of script locations
2003-09-23#i18767# added LanguageScriptProvider and ScriptProvider to supported ↵Thomas Benisch
service names
2003-09-23#i18767# added XBrowseNodeThomas Benisch
2003-09-23#i18767# integration of Starbasic runtime to ScriptingFramework providerThomas Benisch
2003-09-23#i18767# added baslibnode.obj, basmodnode.obj, basmethnode.objThomas Benisch
2003-09-16#i18767# integration of Starbasic runtime to ScriptingFramework providerThomas Benisch
2003-09-16Ongoing support for existing 0.3 release of scripting framework, removed ↵Noel Power
hard coded check for valid versions of office and staroffice, now displays any version in sversion[rc]ini file that supports pkgchk
2003-09-15#19595#Noel Power
Adding changes to use createContentEnumeration to determine/discover scriptProviders
2003-09-10#i19399#Duncan Foster
Catch and rethrow the AccessControlException that could be raised by a checkPermission call. Dispose of the filesys storage if an exception is caught. Fixed the buid.xml so that all dependent jar files are located in the solar.jar.
2003-09-10#i12906#Noel Power
Removing XScriptProvider type for building ( interface removed )
2003-09-10#i19331#Tomas O'Connor
Script Framework package names have changed
2003-09-10#i19331#Tomas O'Connor
Reorganisation of Java source files, directories and package structures ScriptFramework.jar now contains main Script Framework support classes
2003-09-10#i19331#Tomas O'Connor
Reorganisation of Java package structure
2003-09-10#i19331#Tomas O'Connor
Reorganisation of Java packages and directory structure of sources
2003-09-10#i19331#Tomas O'Connor
Reorganisation of Java packages and directories. ParcelDescriptor and support classes are now part of ScriptFramework.jar
2003-09-10#i19331#Tomas O'Connor
Reorganise package and directory structure of Java classes to better reflect the UNO interface hierarchy being implemented. Move ParcelDescriptor class from idesupport package.
2003-09-10#i12906#Noel Power
Updates from code inspection
2003-09-04IssueZilla 12906Tomas O'Connor
Add org.openoffice.idesupport classes to ScriptProviderForJava.jar as they are used by XBrowseNode implementations
2003-09-04IssueZilla 12906Tomas O'Connor
Add gif files for Script Selector example
2003-09-04IssueZilla 12906Tomas O'Connor
Add Script Selector Java GUI as example java script
2003-09-04#i12906#Noel Power
add ProviderCache and ActiveMSPList to makefile
2003-09-04#i12906#Noel Power
Modifications to MasterScriptProvider to implement the XBrowseNode interface, changes to use new classed ProviderCache and ActiveMSPList
2003-09-04#i12906#Noel Power
New class for browse support, ActiveMSPList is a list of MasterScriptPRoviders i n each contex
2003-09-04#i12906#Noel Power
New class for browse support, ActiveMSPList is a list of MasterScriptPRoviders in each context.
2003-09-04#i12906#Noel Power
New class for browse support, ProviderCache is a cache of Language script providers for a MasterScriptProvider context
2003-09-04#i12906#Noel Power
new file for browse functionality, ProviderCache provdes a cache of language runtimes for a particular MasterScriptProvider context
2003-09-04#i12906#Noel Power
adding XScriptProviderAccess to types
2003-08-28#i18637#Noel Power
Added XBrowseNode type
2003-08-27IssueZilla 18637Tomas O'Connor
Code cleanup based on review after move to Provider architecture.
2003-08-27#i18637#Noel Power
Change service spec for MasterScriptProvider as a result of code inspection changes
2003-08-21IssueZilla 15986 - move build.xml file to examples/java directory to buildTomas O'Connor
Java examples and zip up files using makefile.mk so that files get unzipped by installed with correct mixed case names.