summaryrefslogtreecommitdiff
path: root/basctl/source/inc/scriptdocument.hxx
AgeCommit message (Collapse)AuthorFilesLines
2012-10-27OUString cleanup and some identationRicardo Montania1-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>
2012-08-29Basic IDE: namespace basctlUray M. János1-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>
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-12re-base on ALv2 code.Michael Meeks1-23/+14
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-0/+3
2010-03-02npower13_objectmodule: #i109734# object module stuffnpower Developer1-0/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.3.38); FILE MERGEDRüdiger Timm1-23/+18
2008/03/28 16:05:07 rt 1.3.38.1: #i87441# Change license header to LPGL v3.
2007-10-09INTEGRATION: CWS basmgr03 (1.2.12); FILE MERGEDKurt Zenker1-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
2007-03-15INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDEDOliver Bolte1-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)