summaryrefslogtreecommitdiff
path: root/bin/find-can-be-private-symbols.py
AgeCommit message (Expand)AuthorFilesLines
2024-03-28tdf#158803 test for membership should be 'not in', unnecessary semicolonsLeSasse1-3/+3
2024-03-18update output of scriptNoel Grandin1-0/+1
2024-03-12improve script to find classes where making the class hiddenNoel Grandin1-0/+30
2024-02-25Create an UNO service to do the cui symbol lookup in vclNoel Grandin1-1/+0
2023-12-29tdf#158803 Remove unused imports from binBogdan B1-1/+0
2022-09-14no need to load ExportPPT symbol at runtimeNoel Grandin1-1/+0
2022-08-06the "CreateWindow" function in svtools is newly removedCaolán McNamara1-1/+0
2021-12-01improve the script for reducing symbol exportsNoel Grandin1-66/+53
2021-11-03improve find-can-be-private scriptNoel Grandin1-3/+11
2021-01-22find-can-be-private-symbolsNoel1-12/+12
2020-07-07make some symbols privateNoel Grandin1-3/+4
2019-12-05make some classes module privateNoel Grandin1-0/+1
2019-11-29make some function symbols module privateNoel Grandin1-6/+23
2019-11-03make some classes module-privateNoel Grandin1-4/+34
2019-11-03find symbols that can be privateNoel Grandin1-6/+114
2019-10-29add script for finding public symbols that can be privateNoel Grandin1-0/+70