Commit Graph

8 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
Michael Meeks
39669162e0 re-base on ALv2 code. 2012-06-12 17:03:23 +01:00
August Sodora
e505b16440 Remove superfluous includes and forward decls 2011-11-07 12:55:26 +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
7a1bc8e003 INTEGRATION: CWS changefileheader (1.2.244); FILE MERGED
2008/04/01 15:00:40 thb 1.2.244.2: #i85898# Stripping all external header guards
2008/03/28 16:04:57 rt 1.2.244.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:07:04 +00:00
Rüdiger Timm
8f69c50741 INTEGRATION: CWS ooo19126 (1.1.394); FILE MERGED
2005/09/05 13:56:00 rt 1.1.394.1: #i54170# Change license header: remove SISSL
2005-09-07 19:18:04 +00:00
Thomas Benisch
5f08c97979 #92152# Wrong caption bar icon in BasicIDE 2001-10-10 15:23:05 +00:00