office-gobmx/basctl
Noel Grandin fa135fd0e0 remove unused SID constants and associated code
found with a python script that looks like:

process = subprocess.Popen(
  "git ls-files *.hrc | xargs grep -hE '#define +SID_' | cut -d ' ' -f 2 | sort -u",
  shell=True, stdout=subprocess.PIPE)
for line in iter(process.stdout.readline, b''):
  line = line.strip()
  if line.startswith("//"): continue
  if line.startswith("sfx"): continue
  if len(line) < 10: continue
  i = subprocess.check_output("git grep -nP \"#define +" + line + " \"",
                              shell=True)
  if i.count("#define") < 2: continue
  print line + "
" + i

Change-Id: I40eac2569c2b5b129d9459cb723a9d6f26d09264
Reviewed-on: https://gerrit.libreoffice.org/25715
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-06-01 06:48:13 +00:00
..
inc connectivity: replace boost::remove_reference with std::remove_reference 2016-05-06 23:37:10 +02:00
sdi remove unused HelpText attribute from *.sdi files 2016-02-08 14:00:37 +02:00
source remove unused SID constants and associated code 2016-06-01 06:48:13 +00:00
uiconfig/basicide tdf#93837 Convert RID_POPUP_DLGED to xml 2016-02-21 16:41:31 +02:00
util Adapt all (non-extension, SharedLibrary) .components to environment="..." 2013-12-17 11:06:00 +01:00
AllLangResTarget_basctl.mk drop now-needless deps 2016-03-07 17:43:29 +01:00
Library_basctl.mk Convert dialog controls button to the generic controller 2015-07-17 14:48:38 +03:00
Makefile
Module_basctl.mk Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTING 2014-10-22 09:30:23 +03:00
README
UIConfig_basicide.mk tdf#93837 Convert RID_POPUP_DLGED to xml 2016-02-21 16:41:31 +02:00

Controls and dialogs for Basic. Contains the Basic IDE.