summaryrefslogtreecommitdiff
path: root/basctl/sdi
AgeCommit message (Collapse)AuthorFilesLines
2016-02-08remove unused HelpText attribute from *.sdi filesNoel Grandin1-1/+0
Change-Id: I21bcf66c552cd38eaae1bdc85626aa9bd1782ebd
2016-02-08remove unnecessary module GUIDs in *.sdi filesNoel Grandin1-2/+0
Change-Id: I78784abc1031027d69bbe31d150bc78c8bfbfcf4
2016-02-05remove unused UUID and VERSION from .SDI filesNoel Grandin1-6/+0
Change-Id: Ieb3e47c10c497a6f642f28a6741ac0fd2ecfd419
2016-02-05remove unused Automation from .SDI filesNoel Grandin1-2/+2
Change-Id: I65e1ca6e022dc76ac96ed75da2c5e78e9356a3e9 Reviewed-on: https://gerrit.libreoffice.org/22107 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-02-25Remove visual noise from basctlAlexander Wilms2-9/+9
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-01-22Related: #i50481# improve Select All command in Basic IDETsutomu Uchino1-0/+1
see also fdo#37211 i.e. commit 4bc2724240b11ce4dfb7adafbe1f1c260fa44030 (cherry picked from commit f841659faf09fec69c962959b9da032fa0bc2b16) Conflicts: basctl/source/basicide/baside2.cxx basctl/source/basicide/baside2b.cxx basctl/source/basicide/baside3.cxx Change-Id: Id679b1e16b87ec8d81fb78039318728320b9d5bc
2013-09-02GSOC work, Tool/Options/Basic IDE Options createdGergo Mocsi1-6/+0
Created a new tab in Tools/Options/Basic IDE options instead of the ModalDialog. The original dialog under Basic IDE/View/IDE Options was removed. Tab page is disabled when experimetal flag is off, entry node in the treebox is visible. Change-Id: Iaad1ea5fadc3f05ca81f2240dceb513f25be35b9
2013-09-02GSOC work, renaming for consistencyGergo Mocsi1-1/+1
Menu enrty was renamed to IDE Options under View. SID_BASICIDE_CODECOMPLETE was renamed to SID_BASICIDE_IDEOPTIONS. CodeCompleteDlg was rename to BasicIDEOptionDlg. Ui file was renamed to basicideoptionsdialog.ui. Checkbox for extended types is now independent from code complete one. Change-Id: Id862df0ee56cdf2aa81e19a34099fe679ad5d311
2013-09-02GSOC work, code complete option, menu entry fixesGergo Mocsi1-6/+7
Menu entry is added under View->Enable Code Completition when in Experimental mode. Fixed the call of funtion SbModule::GetCodeCompleteDataFromParse() to be called only when code completition is enabled. Replaced the occurences of SvtMiscOptions to CodeCompleteOptions. Change-Id: If0520123ab5f612d7d24fb98f8e9bf6881af76cb
2013-09-02GSOC work menu entry + code fixGergo Mocsi1-0/+6
Fixed the definition of GLOB_KEY, NOT_FOUND from const to static const. Added a new menu entry for code completition under View->Enable Code Completition. Change-Id: If8ac25ee43a7ba780ccdee2e5e909777115a1f27
2013-05-08svx: remove Package_sdiMichael Stahl1-3/+3
Change-Id: I0c648ca1b1f3cc22244d660e032bacbdbe0f642e
2013-05-08sfx2: remove Package_sdiMichael Stahl1-2/+2
There are just a handful of sdi files in sfx2 anyway so just put sfx2/sdi on include path. Change-Id: Ia9be889a63ba9a2f330b505613ae38158a4b7bdf
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim1-0/+3
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2012-08-29Basic IDE: namespace basctlUray M. János1-2/+2
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 Meeks3-75/+48
2012-01-10some misc tidyup ( that was reverted )Noel Power1-7/+7
some id and string renaming from b08e273015d72251b68bca86535cf5919dd9e40e was reverted, those parts of the changes are reapplied here
2012-01-10Revert "remove duplicated images for basic dialog form controls ( & misc ↵Noel Power1-7/+7
tidyup )" This reverts commit 83a28682f21f7b284aa57f9c336bae551621da03.
2011-12-06remove duplicated images for basic dialog form controls ( & misc tidyup )Noel Power1-7/+7
2011-12-05add some form control support for basic dialogsNoel Power1-0/+42
2011-11-17Preparing to add option for line numbers in the basic ideAugust Sodora1-0/+5
2011-11-16add new 'Goto Line' menu item to Basic IDENoel Power1-0/+6
2011-07-27Convert basctl to gbuildMatúš Kukan1-53/+0
2011-05-18Fix 'Ctrl+A' in the Basic IDE - fdo#37211.Noel Power1-0/+5
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2011-02-02Clean up makefilesThomas Arnhold1-1/+0
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov4-18/+5
Notes: split repo tag: components_ooo/DEV300_m72 split repo tag: components_ooo/DEV300_m73
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien4-18/+5
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-08#i107450#: build all other modules with new editeng libMathias Bauer1-1/+1
2009-09-25merge commitMathias Bauer2-2/+8
2009-09-19better dependencies for sdi filesMathias Bauer2-5/+11
2009-09-16CWS-TOOLING: integrate CWS l10nframework01Ivo Hinkelmann1-2/+2
2009-09-11CWS-TOOLING: integrate CWS ab70Kurt Zenker1-0/+6
2009-09-10 15:12:54 +0200 jsk r276034 : #i85434# - mandatory automatic update test 2009-09-10 15:11:06 +0200 jsk r276033 : #i85434# - mandatory automatic update test 2009-09-02 09:49:24 +0200 ab r275698 : #i85434# Dialog Import
2008-04-11INTEGRATION: CWS changefileheader (1.6.172); FILE MERGEDRüdiger Timm1-23/+19
2008/03/28 16:04:39 rt 1.6.172.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.244); FILE MERGEDRüdiger Timm1-23/+18
2008/03/28 16:04:39 rt 1.3.244.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.244); FILE MERGEDRüdiger Timm1-23/+18
2008/03/28 16:04:38 rt 1.3.244.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.14.62); FILE MERGEDRüdiger Timm1-23/+18
2008/03/28 16:04:38 rt 1.14.62.1: #i87441# Change license header to LPGL v3.
2007-06-26INTEGRATION: CWS ab35 (1.13.46); FILE MERGEDJens-Heiner Rechtien1-2/+8
2007/05/25 11:15:12 ab 1.13.46.1: #i77640# SID_EXPORT_DIAlOG
2007-01-02INTEGRATION: CWS ab31 (1.12.72); FILE MERGEDJens-Heiner Rechtien1-3/+15
2006/12/07 07:52:30 pb 1.12.72.2: fix: #i72282# GetState for _MANAGE_LANG 2006/12/06 15:31:08 pb 1.12.72.1: fix: #i72282# SID_BASICIDE_MANAGE_LANG, _CURRENT_LANG added
2006-05-24INTEGRATION: CWS vq32 (1.5.80); FILE MERGEDVladimir Glazounov1-5/+5
2006/05/20 21:42:08 vq 1.5.80.1: #i65415# Use SDI1xxxx instead of SDIxxxx.
2006-05-02INTEGRATION: CWS sfxcleanup (1.11.50); FILE MERGEDRüdiger Timm1-6/+4
2006/03/02 09:30:18 mba 1.11.50.1: #132394#: remove superfluous code
2005-09-07INTEGRATION: CWS ooo19126 (1.4.380); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 13:55:20 rt 1.4.380.1: #i54170# Change license header: remove SISSL
2005-09-07INTEGRATION: CWS ooo19126 (1.2.380); FILE MERGEDRüdiger Timm2-94/+42
2005/09/05 13:55:20 rt 1.2.380.1: #i54170# Change license header: remove SISSL
2005-09-07INTEGRATION: CWS ooo19126 (1.10.126); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:55:19 rt 1.10.126.1: #i54170# Change license header: remove SISSL
2004-08-31INTEGRATION: CWS xmlsec05 (1.8.86); FILE MERGEDKurt Zenker1-2/+8
2004/08/13 18:19:56 mt 1.8.86.2: RESYNC: (1.8-1.9); FILE MERGED 2004/07/21 06:57:02 mt 1.8.86.1: #i21596# Digital Signatures...
2004-07-23INTEGRATION: CWS tbe11 (1.8.74); FILE MERGEDKurt Zenker1-3/+2
2004/07/09 15:49:27 tbe 1.8.74.1: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer
2003-11-18INTEGRATION: CWS scriptingf1 (1.7.8); FILE MERGEDKurt Zenker1-2/+7
2003/11/07 13:35:45 tbe 1.7.8.1: #i21560# editing a basic macro using script selector
2003-09-26#110356# SID_SHOW_HIDDEN/FORMS removedOliver Specht1-14/+2
2003-05-22INTEGRATION: CWS uno4 (1.5.12); FILE MERGEDVladimir Glazounov1-2/+8
2003/05/13 08:02:51 tbe 1.5.12.1: #109481# IDE: get no focus after Find & Replace dialog while searching over modules
2003-04-11INTEGRATION: CWS vcl07 (1.4.40); FILE MERGEDVladimir Glazounov1-5/+17
2003/03/26 11:27:23 tbe 1.4.40.1: #106204# added SID_BASICIDE_MANAGEBRKPNTS and SID_BASICIDE_TOGGLEBRKPNTENABLED
2002-05-14#65293#: cleanupJens-Heiner Rechtien1-6/+3
2002-05-13#98419# Slot configuration must use configuration serviceThomas Benisch1-2/+3