=================================================================== DispatchToApiRecorder for OpenOffice.org $ Version 20060707 $ (C) Paolo Mantovani, 2005-2006 Changelog =================================================================== 07/07/2006 (Version 20060707) Minor changes and fixes 06/02/2006 (Version 20060206) Reenginered the application: Changed IDL specifications for all defined interfaces Rewritten several parts to fit new IDL specifications Now the XDispatchToApiTransformationProvider is called during recording and not during code generation (at the end of the process) This allow to translate dispatches easier and with more accuracy because the XDispatchToApiTransformer can obtain necessary information from the "live" document, just after the dispatch to translate has been executed 24/01/2006 (Version 20060124) Minor changes and fixes 09/01/2006 (Version 20060109) Added functions for pre/post optimization of the generated code 04/01/2006 (Version 20060104) Fixed a bug in the XDispatchToApiTransformationProvider.getApiRepresentation() method 03/01/2006 (Version 20060103) Fixed a bug in CodeTemplates.xcs Reenginered the application: 1. Splitted the engine in two services: DispatchToApiRecorder and DispatchToApiTransformationProvider 2. From now,transformation services will be deployed with separate packages, so for the list of mapped dispatches see the changelog of the transformer package of your interest (ehmm... ok, currently there is only one transformer... :-) 27/12/2005 (Version 20051227) fixed a number of bugs List of mapped dispatches (Calc): .uno:JumpToTable .uno:JumpToNextTable .uno:JumpToPrevTable .uno:GoToCell .uno:JumpToNextCell .uno:GoLeft .uno:GoLeftToStartOfData .uno:GoRightToEndOfData .uno:GoUpToStartOfData .uno:GoDownToEndOfData .uno:GoToStart .uno:GoToEndOfData .uno:EnterString .uno:Delete .uno:ClearContents .uno:AutoFill 20/12/2005 (Version 20051220) first release