summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/unomodel.cxx
AgeCommit message (Collapse)Author
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
2014-12-05Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini
It compiles on Windows and Linux, here, with flags: --with-help --with-java --with-lang="it" Made with the ignorant brute force of removing each include one by one. The tree with each commit (used to bisect) it's here: https://github.com/Gelma/core/commits/gr_push_brute_force_slot_2 Conflicts: basctl/source/basicide/bastype2.cxx Change-Id: If88eebb6ecba6ae7ab1e98713b66b10f1ad57dca Reviewed-on: https://gerrit.libreoffice.org/12963 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
Now that we have default values for Exception constructor params, remove lots of boilerplate code. Change-Id: I620bd641eecfed38e6123873b3b94aaf47922e74
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
Change-Id: Iab50c52a132c90389992ef68c2d31df95a193ab9
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi
Change-Id: I60128dbb5bf83f25eea847fe655d7126c9077414 Reviewed-on: https://gerrit.libreoffice.org/7756 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Souza <marcos.souza.org@gmail.com>
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
Convert code like: if( aStr == OUString("xxxx") ) to this: if( aStr == "xxxx" ) Change-Id: I8d201f048477731eff590fb988259ef0935c080c
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-01write even better codeThomas Arnhold
Change-Id: I0f193b9c17da5855fd515251543afc68b8885b9b
2012-12-04fix for fdo#57836 throw when attempting to store basicide modelNoel Power
Change-Id: I8769a63be61d45817757be3ad23ffc7b01173041
2012-10-22OUString cleanup in basctlRicardo Montania
Change-Id: I9644427f6d3bb4b2f488325eb520b365115a8e82 Reviewed-on: https://gerrit.libreoffice.org/892 Reviewed-by: Ivan Timofeev <timofeev.i.s@gmail.com> Tested-by: Ivan Timofeev <timofeev.i.s@gmail.com>
2012-09-28::rtl::OUString to OUString in basctlRicardo Montania
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-08-29Basic IDE: namespace basctlUray 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-12re-base on ALv2 code.Michael Meeks
2011-11-27remove include of pch header in basctlNorbert Thiebaud
2011-08-24rearrange this to not leak search configitemCaolán McNamara
2010-11-09Remove comment blocks, and other unnecessaries.Kevin Hunter
2010-10-25migrate vos::OModule to osl:ModuleNorbert Thiebaud
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.8.86); FILE MERGEDRüdiger Timm
2008/04/01 15:00:39 thb 1.8.86.2: #i85898# Stripping all external header guards 2008/03/28 16:04:50 rt 1.8.86.1: #i87441# Change license header to LPGL v3.
2007-03-15INTEGRATION: CWS basmgr02 (1.7.4); FILE MERGEDOliver Bolte
2007/02/21 09:37:44 fs 1.7.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class
2007-01-16INTEGRATION: CWS ab33 (1.6.40); FILE MERGEDVladimir Glazounov
2007/01/10 16:34:48 ab 1.6.40.1: #i69280# Removed warnings
2006-09-16INTEGRATION: CWS pchfix02 (1.5.102); FILE MERGEDOliver Bolte
2006/09/01 17:16:22 kaib 1.5.102.1: #i68856# Added header markers and pch files
2005-09-07INTEGRATION: CWS ooo19126 (1.4.206); FILE MERGEDRüdiger Timm
2005/09/05 13:55:50 rt 1.4.206.1: #i54170# Change license header: remove SISSL
2004-02-25INTEGRATION: CWS layoutmanager (1.2.4); FILE MERGEDKurt Zenker
2004/01/26 08:58:25 as 1.2.4.1: #111770# correct service name handling
2004-01-28INTEGRATION: CWS filtercfg (1.2.8); FILE MERGEDKurt Zenker
2003/11/10 08:01:32 as 1.2.8.1: #111770# dont register for generic uno services
2003-09-19INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDEDRüdiger Timm
2003/07/18 07:19:08 mba 1.1.2.3: #110843#: get rid of factories 2003/07/17 11:17:43 mba 1.1.2.2: #110843#: get rid of factories 2003/07/14 16:11:06 mba 1.1.2.1: #110843#: get rid of factories