Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-13 | tdf#123936 Formatting files in module basctl with clang-format | Philipp Hofer | |
Change-Id: I428d5642a19588456ff4af09e2f9f39ae17b2e4d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105644 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | |||
2020-01-27 | tdf#124176:Use pragma once instead of include guards | ayhanyalcinsoy | |
Change-Id: Ie00f05a3661a9fd6159c424e01f11e7bb1ea45fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85640 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | |||
2017-07-31 | loplugin:constparams in basctl | Noel Grandin | |
Change-Id: If6c2b980a2916c4ee8ac108fbb84b006a35f49c5 Reviewed-on: https://gerrit.libreoffice.org/40570 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> | |||
2014-04-19 | fixincludeguards.sh: basctl | Thomas Arnhold | |
2012-08-29 | Basic IDE: namespace basctl | Uray M. János | |
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-06-12 | re-base on ALv2 code. | Michael Meeks | |
2011-08-24 | hide this class | Caolán McNamara | |
2011-08-24 | rearrange this to not leak search configitem | Caolán McNamara | |
2011-07-29 | callcatcher: remove unused methods | Thomas Arnhold | |
2010-10-28 | add modelines to .hxx files as well | Caolán McNamara | |
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||
2008-04-11 | INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED | Rüdiger Timm | |
2008/03/28 16:04:37 rt 1.4.244.1: #i87441# Change license header to LPGL v3. | |||
2005-09-07 | INTEGRATION: CWS ooo19126 (1.3.238); FILE MERGED | Rüdiger Timm | |
2005/09/05 13:55:18 rt 1.3.238.1: #i54170# Change license header: remove SISSL | |||
2003-09-19 | INTEGRATION: CWS fwkq1 (1.2.104); FILE MERGED | Rüdiger Timm | |
2003/07/14 16:09:48 mba 1.2.104.1: #110843#: get rid of factories | |||
2001-07-25 | #88563# BasicIDE load on demand | Thomas Benisch | |
2001-07-25 | #88563# BasicIDE load on demand | Thomas Benisch | |