2005/02/01 15:04:20 toconnor 1.1.2.2: #i25309# fix typo in python example
Issue number:
Submitted by:
Reviewed by:
2004/12/12 19:46:22 jbu 1.1.2.1: Ã#i25309# moved scripts one level higher, as files are now also container for scripts
2005/01/16 15:56:02 jbu 1.5.40.2: RESYNC: (1.5-1.6); FILE MERGED
2004/12/12 19:46:01 jbu 1.5.40.1: Ã#i25309# moved scripts one level higher, as files are now also container for scripts
2004/11/24 12:41:44 toconnor 1.1.2.2: #i36397# rename MemoryUsage document and use button instead of keybinding
2004/11/23 17:31:59 toconnor 1.1.2.1: #i36937# clean up structure of Java examples
2004/12/15 15:40:16 toconnor 1.9.22.3: #i36937# use new file extension for spreadsheet
2004/11/24 12:41:43 toconnor 1.9.22.2: #i36397# rename MemoryUsage document and use button instead of keybinding
2004/11/23 17:31:58 toconnor 1.9.22.1: #i36937# clean up structure of Java examples
2004/10/13 09:51:55 toconnor 1.2.22.4: #i30252# ensure highlight example works
2004/09/14 15:27:52 dfoster 1.2.22.3: #i30252#
Fix the Highlight examples so that (a) they try to load the library if
they can't get the dialog on first attempt, (b) the dialog contains bindings
to the BeanShell handler code.
2004/08/03 16:12:52 dfoster 1.2.22.2: #i32502#
2004/07/23 09:55:23 dfoster 1.2.22.1: #i30606#
Add descriptions to code in examples.
2004/10/13 09:51:54 toconnor 1.7.14.4: #i30252# ensure highlight example works
2004/09/16 14:25:20 dfoster 1.7.14.3: #i33227#
Bring IDL in line with Dev Guide.
2004/09/14 15:21:15 dfoster 1.7.14.2: #i33477#
Bring the BrowseNodeViewTypes interface & code into line with the docs.
2004/08/03 16:12:52 dfoster 1.7.14.1: #i32502#
2004/09/16 14:26:45 dfoster 1.2.22.4: #i33670#
Rename the context variable to XSCRIPTCONTEXT
2004/09/14 15:27:51 dfoster 1.2.22.3: #i30252#
Fix the Highlight examples so that (a) they try to load the library if
they can't get the dialog on first attempt, (b) the dialog contains bindings
to the BeanShell handler code.
2004/08/03 16:12:49 dfoster 1.2.22.2: #i32502#
2004/07/23 09:55:17 dfoster 1.2.22.1: #i30606#
Add descriptions to code in examples.
2004/03/22 16:27:26 toconnor 1.1.2.2: #i22570# - Update URL usage in examples to new non hierarchical scheme
2004/02/19 17:48:03 toconnor 1.1.2.1: #i25271# Add Highlight example in all languages. Use DialogProvider to
create XDialog and display it.
2004/03/05 10:19:34 npower 1.2.2.1: #22570# Now using new URL service, as a side affect the format of the URL has changed slightly its now non-hierarhical so no "//" also to aid resolution the package name is prepended also so
old form =vnd.sun.star.script://ScriptBindingLibrary.Highlight?location=application
new forme = vnd.sun.star.script:ScriptBindingLibrary.Highlight?location=application
Issue number:
Submitted by:
Reviewed by:
2004/03/22 16:27:26 toconnor 1.1.2.2: #i22570# - Update URL usage in examples to new non hierarchical scheme
2004/02/19 17:50:02 toconnor 1.1.2.1: #i25271# Modify BeanShell Highlight script to use DialogProvider