summaryrefslogtreecommitdiffstats
path: root/basctl/source/inc/scriptdocument.hxx
Commit message (Collapse)AuthorAgeFilesLines
* clang-tidy modernize-use-equals-default in basctlJochen Nitschke2017-09-211-6/+0
| | | | | | | | | | | to find unneeded explicit defined or default able copy assignments and copy constructors. Remove the default destructor if it's not needed. Change-Id: I8c53a8622a53398889397132ec1f464e996ac49d Reviewed-on: https://gerrit.libreoffice.org/42525 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
| | | | | | | | | | ...from function definitions occurring within class definitions. Done with a rewriting Clang plugin (to be pushed later). Change-Id: I9c6f2818a57ccdb361548895a7743107cbacdff8 Reviewed-on: https://gerrit.libreoffice.org/34874 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* Drop :: prefix from std in [a-b]*/Tor Lillqvist2017-02-151-1/+1
| | | | | | | Change-Id: I0422aaf39bbce889c95ed9a81a0784cb03a1badd Reviewed-on: https://gerrit.libreoffice.org/34320 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
* loplugin:unusedenumconstants in basctlNoel Grandin2017-02-061-6/+5
| | | | | | | | | drop UNKNOWN constant and convert to scoped enum Change-Id: Iffeb27193cd0df47c781f2b84144d6f85a6b49e0 Reviewed-on: https://gerrit.libreoffice.org/33888 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:expandablemethodds in basctl..chart2Noel Grandin2016-10-191-6/+0
| | | | | | | Change-Id: I96f565a974fe3e316ae2ab04f8731b8bbfb87993 Reviewed-on: https://gerrit.libreoffice.org/29998 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:unusedenumconstants in basctl..editengNoel Grandin2016-08-171-3/+0
| | | | Change-Id: I49a23a197969d58a3a2d6b2be1fbe4a647c7fa08
* Fix typosAndrea Gelmini2016-02-051-2/+2
| | | | | | | Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3 Reviewed-on: https://gerrit.libreoffice.org/21797 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
* loplugin:unusedmethods unused return value in basctlNoel Grandin2016-01-111-1/+1
| | | | Change-Id: I23590020acbb9a6760edd755affa121a572aaea5
* boost->stdCaolán McNamara2015-09-141-2/+2
| | | | | | | | Change-Id: I3fd9e1599c5ad812879a58cf1dabbcd393105e1c Reviewed-on: https://gerrit.libreoffice.org/18564 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* com::sun::star->css in basctlNoel Grandin2015-07-171-13/+13
| | | | | | | Change-Id: If0013cdd734a58397ab4972f9cca5584f05d1715 Reviewed-on: https://gerrit.libreoffice.org/17164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-151-7/+0
| | | | | | | Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4 Reviewed-on: https://gerrit.libreoffice.org/15712 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* various: remove SAL_THROW macroNoel Grandin2014-06-051-2/+1
| | | | Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
* fixincludeguards.sh: basctlThomas Arnhold2014-04-191-3/+3
|
* Remove visual noise from basctlAlexander Wilms2014-02-251-8/+8
| | | | | | | 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>
* OUString cleanup and some identationRicardo Montania2012-10-271-35/+31
| | | | | | | Change-Id: Id222047750b7527e35977b73213ceeb12a53b57a Reviewed-on: https://gerrit.libreoffice.org/924 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Basic IDE: namespace basctlUray M. János2012-08-291-24/+7
| | | | | | | | | | | | | | | | | | | | | 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>
* Remove UNO includes commentsThomas Arnhold2012-06-291-2/+0
| | | | Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
* re-base on ALv2 code.Michael Meeks2012-06-121-23/+14
|
* add modelines to .hxx files as wellCaolán McNamara2010-10-281-0/+3
|
* npower13_objectmodule: #i109734# object module stuffnpower Developer2010-03-021-0/+1
|
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-4/+1
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* INTEGRATION: CWS changefileheader (1.3.38); FILE MERGEDRüdiger Timm2008-04-111-23/+18
| | | | 2008/03/28 16:05:07 rt 1.3.38.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS basmgr03 (1.2.12); FILE MERGEDKurt Zenker2007-10-091-41/+59
| | | | | | | | | | | 2007/09/24 11:04:49 fs 1.2.12.8: #i81767# getAllScriptDocuments: sort documents by title, if requested 2007/08/01 08:29:31 fs 1.2.12.7: #i73331# last LEGACY_* methods removed 2007/07/31 12:31:25 fs 1.2.12.6: #i73331# signature functionality outsourced to DocumentSignature class 2007/07/31 08:51:11 fs 1.2.12.5: #i73331# LEGACY_startDocumentListening removed 2007/07/31 07:53:40 fs 1.2.12.4: #i73331# removed ctor-with-SfxObjectShell 2007/07/30 13:38:29 fs 1.2.12.3: #i73331# distinguish between being valid and being alive 2007/07/27 20:44:11 fs 1.2.12.2: #i73331# disallowMacros -> allowMacros 2007/07/26 08:56:34 fs 1.2.12.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents
* INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDEDOliver Bolte2007-03-151-0/+526
2007/02/21 09:32:02 fs 1.1.2.1: #i73331# moved herein from ../../inc, to be able to include files from there (not exported to outside the module, so there's no need for it to reside in $(PRJ)/inc)