summaryrefslogtreecommitdiff
path: root/basctl/sdi
AgeCommit message (Collapse)Author
2017-07-21de-hrc various thingsCaolán McNamara
e.g. helpid[s].hrc -> helpids.h and insert include guards where missing move "ordinary" defines into .hxx files remove .hrc entries that are used as arguments to dialog factory when a dedicated method can be added instead Change-Id: I792fb8eb0adfaa63cf354e6e57401fc943e9196e
2017-03-28tdf#39468 Translate German commentsJens Carl
Translate German comments and terms in basctl/ Change-Id: I9f284af4d92e61b53a3280c151a37b1dcbeed7c4 Reviewed-on: https://gerrit.libreoffice.org/35791 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2017-03-28remove unhandled SID commands from svxNoel Grandin
In this case, also remove those unhandled commands which are present in a *Commands.xcu file, but not in any other kind of .xcu file. Change-Id: I8b42df7357349872e28d3ee60ec2c0505358cff6 Reviewed-on: https://gerrit.libreoffice.org/35648 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-26Kill remaining PseudoSlots usageMaxim Monastirsky
Change-Id: I14a820b7c0baba8d8b17d07715bf17c42c73c8fb TODO: Remove support code from idl and sfx2 modules Reviewed-on: https://gerrit.libreoffice.org/35718 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2016-02-08remove unused HelpText attribute from *.sdi filesNoel Grandin
Change-Id: I21bcf66c552cd38eaae1bdc85626aa9bd1782ebd
2016-02-08remove unnecessary module GUIDs in *.sdi filesNoel Grandin
Change-Id: I78784abc1031027d69bbe31d150bc78c8bfbfcf4
2016-02-05remove unused UUID and VERSION from .SDI filesNoel Grandin
Change-Id: Ieb3e47c10c497a6f642f28a6741ac0fd2ecfd419
2016-02-05remove unused Automation from .SDI filesNoel Grandin
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 Wilms
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 Uchino
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 Mocsi
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 Mocsi
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 Mocsi
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 Mocsi
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 Stahl
Change-Id: I0c648ca1b1f3cc22244d660e032bacbdbe0f642e
2013-05-08sfx2: remove Package_sdiMichael Stahl
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 filesBorim
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á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
2012-01-10some misc tidyup ( that was reverted )Noel Power
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 Power
tidyup )" This reverts commit 83a28682f21f7b284aa57f9c336bae551621da03.
2011-12-06remove duplicated images for basic dialog form controls ( & misc tidyup )Noel Power
2011-12-05add some form control support for basic dialogsNoel Power
2011-11-17Preparing to add option for line numbers in the basic ideAugust Sodora
2011-11-16add new 'Goto Line' menu item to Basic IDENoel Power
2011-07-27Convert basctl to gbuildMatúš Kukan
2011-05-18Fix 'Ctrl+A' in the Basic IDE - fdo#37211.Noel Power
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2011-02-02Clean up makefilesThomas Arnhold
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
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 Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-08#i107450#: build all other modules with new editeng libMathias Bauer
2009-09-25merge commitMathias Bauer
2009-09-19better dependencies for sdi filesMathias Bauer
2009-09-16CWS-TOOLING: integrate CWS l10nframework01Ivo Hinkelmann
2009-09-11CWS-TOOLING: integrate CWS ab70Kurt Zenker
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 Timm
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 Timm
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 Timm
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 Timm
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 Rechtien
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 Rechtien
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 Glazounov
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 Timm
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 Timm
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 Timm
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 Timm
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 Zenker
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 Zenker
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 Zenker
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 Specht