office-gobmx/wizards
Jean-Pierre Ledure 1cbd9f7fbe Access2Base - Remove _This in Form and SubForm objects
The construction in Basic
	Set a._This = a
is useful to export the address of an object to Subs or Functions.
It increases however the risk of memory leaks.
Avoid when avoidable.

Change-Id: I81bf01badf00687526a358eda117a55b12f5d72b
2014-08-22 15:34:58 +02:00
..
com/sun/star/wizards wizards: Enhancements in JavaTools.java 2014-08-21 08:05:56 -05:00
source Access2Base - Remove _This in Form and SubForm objects 2014-08-22 15:34:58 +02:00
AllLangResTarget_dbw.mk
AllLangResTarget_eur.mk
AllLangResTarget_imp.mk
AllLangResTarget_tpl.mk
AllLangResTarget_wzi.mk
CustomTarget_share.mk
Jar_commonwizards.mk java: remove unused interfaces 2014-08-13 09:44:17 +02:00
Jar_form.mk
Jar_query.mk
Jar_report.mk
Jar_reportbuilder.mk
Jar_table.mk
Makefile
Module_wizards.mk
Package_access2base.mk
Package_depot.mk
Package_euro.mk
Package_form.mk
Package_gimmicks.mk
Package_import.mk
Package_share.mk
Package_standard.mk
Package_template.mk
Package_tools.mk
Package_tutorials.mk
Package_usr.mk
Pyuno_agenda.mk
Pyuno_commonwizards.mk
Pyuno_fax.mk
Pyuno_letter.mk
Pyuno_web.mk
README

Java wizards for db setup, importing, tutorials, etc.

There are also partially converted python copies of each wizard, which
we are hoping to migrate to in order to remove the Java dependency here.