summaryrefslogtreecommitdiff
path: root/basctl/source/inc/dlgresid.hrc
AgeCommit message (Collapse)AuthorFilesLines
2014-08-25convert RID_QRYBOX_LANGUAGE with custom title to .uiCaolán McNamara1-6/+1
Change-Id: I007820c7717a437414bc43936e3138f7e63d090e
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-2/+0
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-02-25Remove visual noise from basctlAlexander Wilms1-1/+1
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-02-11convert manage languages dialog to .uiCaolán McNamara1-2/+4
Change-Id: I1a50f8715040e64758cf18bee8ca6ac1d04652c8
2014-01-03convert default language dialog to .uiCaolán McNamara1-1/+0
Change-Id: Ia4d5b983168d6645fce8e2549db2b6c3fd410690
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim1-0/+2
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-3/+3
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-15hrc cleanup: Remove completely unused RIDsThomas Arnhold1-3/+1
These RID definitions aren't used at any other point. So remove them. Unused START and END definitions were commented out for documentation purpose. All definitions in basctl/source/basicide/tbxctl.hrc were unused, so I removed this file. Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
2012-06-12re-base on ALv2 code.Michael Meeks1-23/+14
2011-11-29add spinbutton control to insertcontrolbar for basic dialog editorNoel Power1-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)
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer1-1/+1
2008-04-11INTEGRATION: CWS changefileheader (1.9.62); FILE MERGEDRüdiger Timm1-23/+18
2008/03/28 16:05:05 rt 1.9.62.1: #i87441# Change license header to LPGL v3.
2007-07-03INTEGRATION: CWS tkr01 (1.8.60); FILE MERGEDRüdiger Timm1-3/+3
2007/06/26 10:01:53 tkr 1.8.60.1: #i78846# Enable TreeControl support
2007-01-02INTEGRATION: CWS ab31 (1.7.130); FILE MERGEDJens-Heiner Rechtien1-3/+12
2006/12/13 17:05:38 pb 1.7.130.2: fix: #i72282# RID_STR_TRANSLATION_... added 2006/12/06 15:16:59 pb 1.7.130.1: fix: #i72282# resids for managing languages dialogs added
2005-09-07INTEGRATION: CWS ooo19126 (1.6.394); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:56:05 rt 1.6.394.1: #i54170# Change license header: remove SISSL
2001-09-17#92082# Add additional controls to the dialog editorThomas Benisch1-2/+10
2001-08-17#91159# dialog editor handling of unknown controlsThomas Benisch1-15/+16
2001-05-04added FixedLineThomas Benisch1-2/+3
2001-05-02added ScrollBarThomas Benisch1-2/+3
2001-04-26added ProgressBarThomas Benisch1-2/+3
2001-03-16resource ids for dialog editorThomas Benisch1-0/+90