Access2Base - Internal redesign of root structure into a separate class module

Desktop / LibreOffice - Jean-Pierre Ledure [ledure.be] - 17 October 2014 10:15 UTC

Redesign of CurrentDb, CurrentDoc interfaces. Creation of new Root_.xba class module. Console logs, TempVars and Dialog collections are unchanged.

f55a0a5 Access2Base - Internal redesign of root structure into a separate class module
wizards/Package_access2base.mk | 1 +
wizards/source/access2base/Application.xba | 173 +--------------
wizards/source/access2base/Collect.xba | 8 +-
wizards/source/access2base/Dialog.xba | 4 +-
wizards/source/access2base/Event.xba | 4 +-
wizards/source/access2base/Form.xba | 4 +-
wizards/source/access2base/PropertiesGet.xba | 2 +-
wizards/source/access2base/PropertiesSet.xba | 2 +-
wizards/source/access2base/Root_.xba | 293 ++++++++++++++++++++++++++
wizards/source/access2base/Utils.xba | 29 +--
wizards/source/access2base/acConstants.xba | 2 +-
wizards/source/access2base/script.xlb | 3 +-
12 files changed, 322 insertions(+), 203 deletions(-)

Upstream: cgit.freedesktop.org


  • Share