BEGIN { domatch = 0; } { if ($0 ~ /use_external(s)?,/ ) { if (index($0, "))")) { gsub(/.*,/, ""); gsub(/\)+/, ""); if (!($0 in exts)) { exts[$0]; print $0; } } else { domatch = 1; } } else if ($0 ~ /\)\)/ ) { domatch = 0; } else if (domatch == 1) { if (!($1 in exts)) { exts[$1]; print $1; } } } >index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/relationdesign
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-06 13:14:14 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-06 13:14:14 +0000
commit465c3b28b001a465416af7bac4d6e486caeaa1f1 (patch)
tree1319295b5dfb52dbf44231bcea4e52e3387ac9ba /dbaccess/source/ui/relationdesign
parent376222422742020b9aa9a0be1b4b966982ba0d69 (diff)
INTEGRATION: CWS dba30c (1.53.4); FILE MERGED