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; } } } ref='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/qa/unit/data
473739 Resource leak on an exceptional path
AgeCommit message (Expand)Author
2023-04-17tdf#130199 sw Confirm deletion of hidden sectionsBalazs Varga
2023-01-07Add content control dialogs to screenshot listOlivier Hallot
2022-10-22Add Watermark dialog to list of screenshotsOlivier Hallot
2021-12-17tdf#146019 Remove confirmation dialog about applying images EXIF rotationGabor Kelemen
2021-11-26floatingnavigation.ui is no longer usedTomoyuki Kubota
2020-12-19don't mention VclBuilder in the dialog tests docsCaolán McNamara
2019-12-20remove unused sidebarpage.uiCaolán McNamara
Caolán McNamara