Commit Graph

16 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
e06d6e3956 hrc cleanup: Remove completely unused RIDs
These RID definitions aren't used at any other point. So remove
them. Unused START and END definitions were commented out for
documentation purpose.

All definitions in basctl/source/basicide/tbxctl.hrc were unused,
so I removed this file.

Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
2012-06-15 08:22:09 +02:00
Michael Meeks
39669162e0 re-base on ALv2 code. 2012-06-12 17:03:23 +01:00
Noel Power
34a9faf23c add spinbutton control to insertcontrolbar for basic dialog editor 2011-11-29 10:28:44 +00: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
Mathias Bauer
fb6f5ee5ee #i103496#: split svtools; improve ConfitItems 2009-10-16 00:05:16 +02:00
Rüdiger Timm
964e2439e5 INTEGRATION: CWS changefileheader (1.9.62); FILE MERGED
2008/03/28 16:05:05 rt 1.9.62.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:11:14 +00:00
Rüdiger Timm
4258381bc8 INTEGRATION: CWS tkr01 (1.8.60); FILE MERGED
2007/06/26 10:01:53 tkr 1.8.60.1: #i78846# Enable TreeControl support
2007-07-03 12:04:58 +00:00
Jens-Heiner Rechtien
f17dbaf2b7 INTEGRATION: CWS ab31 (1.7.130); FILE MERGED
2006/12/13 17:05:38 pb 1.7.130.2: fix: #i72282# RID_STR_TRANSLATION_... added
2006/12/06 15:16:59 pb 1.7.130.1: fix: #i72282# resids for managing languages dialogs added
2007-01-02 14:52:17 +00:00
Rüdiger Timm
011ab84a85 INTEGRATION: CWS ooo19126 (1.6.394); FILE MERGED
2005/09/05 13:56:05 rt 1.6.394.1: #i54170# Change license header: remove SISSL
2005-09-07 19:21:23 +00:00
Thomas Benisch
3890a3b711 #92082# Add additional controls to the dialog editor 2001-09-17 10:24:18 +00:00
Thomas Benisch
55b087ee80 #91159# dialog editor handling of unknown controls 2001-08-17 12:57:40 +00:00
Thomas Benisch
058b0ff211 added FixedLine 2001-05-04 10:10:36 +00:00
Thomas Benisch
6d03ef54d8 added ScrollBar 2001-05-02 11:39:47 +00:00
Thomas Benisch
da78440c33 added ProgressBar 2001-04-26 11:40:09 +00:00
Thomas Benisch
43b78ff9a0 resource ids for dialog editor 2001-03-16 12:35:39 +00:00