Commit Graph

20 Commits

Author SHA1 Message Date
Stephan Bergmann
d25b49fb17 loplugin:deletedspecial
Change-Id: I71bfb6628bb746498ff47d6d9aba50e150757144
2015-02-07 12:35:55 +01:00
Thomas Arnhold
5973c2d34a fixincludeguards.sh: basctl 2014-04-19 11:10:07 +02:00
Stephan Bergmann
567ef6d578 Second batch of adding SAL_OVERRIDE to overriding function declarations
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.

Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-27 18:12:18 +01:00
Stephan Bergmann
5fb78604c1 Split TYPEINFO into plain and TYPEINFO_OVERRIDE
...where the latter contains SAL_OVERRIDE annotations

Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
2014-03-26 11:54:55 +01:00
Alexander Wilms
2fbd9825bc Remove visual noise from basctl
Change-Id: I3e6a238a0bafbb70a7c22bde1f2258b8014ed2d2
Reviewed-on: https://gerrit.libreoffice.org/8232
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-25 17:01:07 +00:00
Thomas Arnhold
08b91c6313 remove unused GetCurDocViewWin
Change-Id: I7fe825cd1fb9e988eb8037e1f5dca7252c192f33
2013-04-01 13:20:10 +02:00
Thomas Arnhold
5b04c9063c remove unused and commented out code
This code gets never called.

Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
2013-03-04 11:34: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
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
Norbert Thiebaud
6ed0bcdd5b FASTBOOL to bool conversion 2010-10-07 19:06:00 -05: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
d0813fbc8a INTEGRATION: CWS changefileheader (1.6.86); FILE MERGED
2008/04/01 15:00:41 thb 1.6.86.2: #i85898# Stripping all external header guards
2008/03/28 16:05:03 rt 1.6.86.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:10:00 +00:00
Oliver Bolte
03784af870 INTEGRATION: CWS basmgr02 (1.5.4); FILE MERGED
2007/02/21 09:33:04 fs 1.5.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class
2007-03-15 15:02:20 +00:00
Vladimir Glazounov
cff45e761b INTEGRATION: CWS ab33 (1.4.138); FILE MERGED
2007/01/10 16:34:50 ab 1.4.138.1: #i69280# Removed warnings
2007-01-16 15:37:11 +00:00
Rüdiger Timm
05f20126fb INTEGRATION: CWS ooo19126 (1.3.122); FILE MERGED
2005/09/05 13:56:03 rt 1.3.122.1: #i54170# Change license header: remove SISSL
2005-09-07 19:20:17 +00:00
Kurt Zenker
50bd49fb30 INTEGRATION: CWS mav09 (1.2.208); FILE MERGED
2004/04/14 13:56:20 mba 1.2.208.1: #i27773#: remove so3; new storage API
2004-10-04 18:41:05 +00:00
Thomas Benisch
d6d355d11d removed StarBASIC and code cleanup 2001-03-23 15:13:46 +00:00
Thomas Benisch
217e383398 dialog editor model 2001-02-26 09:56:29 +00:00