office-gobmx/basctl
Uray M. János 81f72a3c3a Cleanup in basctl (raw pointers)
Lots of raw pointers have been converted to boost::scoped_ptr to reduce
the number of 'delete's and the possibility of memory leaks.
Some pointers have been converted to references, to reduce the needless
checking for nullptrs, and so simplifying the code.
Also some #define-s have been converted to C++ constants or enumerations.

Change-Id: Ifbeb78f744bac7a96c8a446ff4db90dedf85fe26
2012-09-07 11:20:48 +02:00
..
inc Basic IDE: namespace basctl 2012-08-29 20:48:28 +00:00
prj
sdi Basic IDE: namespace basctl 2012-08-29 20:48:28 +00:00
source Cleanup in basctl (raw pointers) 2012-09-07 11:20:48 +02:00
uiconfig/basicide
util remove unused module-description xml files 2012-08-22 23:27:34 +02:00
AllLangResTarget_basctl.mk
Library_basctl.mk
Makefile
Module_basctl.mk more old module-description xml files 2012-08-22 23:27:34 +02:00
Package_uiconfig.mk more old module-description xml files 2012-08-22 23:27:34 +02:00
README

Controls and dialogs for Basic. Contains the Basic IDE.