Commit Graph

12 Commits

Author SHA1 Message Date
Ricardo Montania
6cb080ff91 ::rtl::OUString to OUString in basctl
Change-Id: I7be699102eab9cbf7184a5777a4b161db885adec
Reviewed-on: https://gerrit.libreoffice.org/711
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-09-28 10:47:07 +00: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
Uray M. János
44861f2435 Object Catalog in Dialog Editor
Change-Id: Ia74faa1452a4200c28fbd7c63130700df0a70b24

Object Catalog in Dialog Editor

Change-Id: I97f2e0497b0e87cf630bba16dd98f9f7d0bb86e7
2012-08-17 13:10:15 +01:00
Uray M. János
13b9c05133 IDE: sal_Bool to bool
Convert all occurences of sal_Bool, sal_True and sal_False in basctl
to bool, true and false -- except in prototypes of virtual function
overrides. (The virtual functions that are internal to basctl can be
and was converted.) Note that since sal_Bool and bool are implicitly
convertible to each other, for functions that take a sal_Bool (by
value), true and false can be given too.

Change-Id: Ie44740fa87f89e9fedd913840ca2b38e95e6b957
2012-08-07 11:01:01 +03: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
ab7e42c662 INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED
2008/04/01 15:00:40 thb 1.4.244.3: #i85898# Stripping all external header guards
2008/04/01 10:47:47 thb 1.4.244.2: #i85898# Stripping all external header guards
2008/03/28 16:04:56 rt 1.4.244.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:06:01 +00:00
Rüdiger Timm
c9d4cf4133 INTEGRATION: CWS ooo19126 (1.3.322); FILE MERGED
2005/09/05 13:55:58 rt 1.3.322.1: #i54170# Change license header: remove SISSL
2005-09-07 19:17:12 +00:00
Vladimir Glazounov
2e8751fdc8 INTEGRATION: CWS uaa02 (1.2.4); FILE MERGED
2003/04/11 15:37:47 mt 1.2.4.1: #108656# Moved accessibility from drafts to final
2003-04-24 17:19:51 +00:00
Vladimir Glazounov
9ae1c45e05 INTEGRATION: CWS tbe3 (1.1.2); FILE ADDED
2003/03/12 16:42:02 tbe 1.1.2.2: #103595# added FOCUSED state for AccessibleDialogControlShape
2003/02/27 13:55:15 tbe 1.1.2.1: #103595# accessibility for dialog editor
2003-03-26 11:50:10 +00:00