Commit graph

13 commits

Author SHA1 Message Date
Thomas Arnhold
5973c2d34a fixincludeguards.sh: basctl 2014-04-19 11:10:07 +02:00
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
Caolán McNamara
a47d863ddc hide this class 2011-08-24 11:21:43 +01:00
Caolán McNamara
8d2d9ce5f4 rearrange this to not leak search configitem 2011-08-24 11:21:43 +01:00
Thomas Arnhold
499a46c030 callcatcher: remove unused methods 2011-07-29 11:07:54 +02: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
db61eed6c4 INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED
2008/03/28 16:04:37 rt 1.4.244.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:27:37 +00:00
Rüdiger Timm
9399a4d0e6 INTEGRATION: CWS ooo19126 (1.3.238); FILE MERGED
2005/09/05 13:55:18 rt 1.3.238.1: #i54170# Change license header: remove SISSL
2005-09-07 18:51:47 +00:00
Rüdiger Timm
e4348db249 INTEGRATION: CWS fwkq1 (1.2.104); FILE MERGED
2003/07/14 16:09:48 mba 1.2.104.1: #110843#: get rid of factories
2003-09-19 07:28:52 +00:00
Thomas Benisch
c8a56afbf7 #88563# BasicIDE load on demand 2001-07-25 10:40:36 +00:00
Thomas Benisch
f3a1181ddb #88563# BasicIDE load on demand 2001-07-25 07:43:16 +00:00