Commit Graph

10 Commits

Author SHA1 Message Date
Uray M. János
c20f15c1eb Basic IDE: namespace basctl
Now all names in basctl are in namespace 'basctl'.
There were lots of names that included the word 'Basic' or 'BasicIDE' in
it, e.g. BasicIDEData, BasicDocumentEntry, BasicTreeListBox,
BasicIDEModule, IDEBaseWindow etc. This information is now stored in the
namespace name, so the names could be shortened: basctl::DocumentEntry,
basctl::TreeListBox, basctl::Module, basctl::BaseWindow etc.
Some other minor changes:
* LibInfos, LibInfoItem, LibInfoKey ->
  LibInfos, LibInfos::Item, LibInfos::Key
* The header guards are now uniformly BASCTL_FILENAME_HXX, instead of
  e.g. _FILENAME_HXX, which is undefined behaviour because of the '_'.
* namespace BasicIDE, BasicIDEGlobals, basicide -> namespace basctl
* BASICIDE_TYPE_MODULE, ... -> basctl::TYPE_MODULE, ...

Change-Id: I2a9b493562d0d8a2510d569798fbe9e1161b7c9b
Reviewed-on: https://gerrit.libreoffice.org/501
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
2012-08-29 20:48:28 +00:00
Thomas Arnhold
c064aad68b Remove unused header guards and options
Change-Id: I391358363a9d30e089b249d894b7abea5a2d1434
2012-06-29 09:25:13 +02:00
Thomas Arnhold
66cd9eeb90 Remove various commented out defines
Most of them in hrc files.

Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
2012-06-25 14:12:57 +02:00
Michael Meeks
39669162e0 re-base on ALv2 code. 2012-06-12 17:03:23 +01:00
mikew
5c76e221fe Some German to English comment translations. 2011-11-25 11:18:19 +00:00
Caolán McNamara
b77940e5af add modelines to .hxx files as well 2010-10-28 15:48:02 +01:00
Jens-Heiner Rechtien
36de66bdf0 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Rüdiger Timm
1baa3a32cd INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED
2008/03/28 16:05:07 rt 1.3.244.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:13:56 +00:00
Rüdiger Timm
38f4b695b0 INTEGRATION: CWS ooo19126 (1.2.336); FILE MERGED
2005/09/05 13:56:06 rt 1.2.336.1: #i54170# Change license header: remove SISSL
2005-09-07 19:22:21 +00:00
Vladimir Glazounov
bd5a8715f1 INTEGRATION: CWS tbe3 (1.1.2); FILE ADDED
2003/02/27 14:12:10 tbe 1.1.2.1: #103595# moved from basctl/source/basicide to basctl/source/inc
2003-03-26 11:51:56 +00:00