summaryrefslogtreecommitdiff
path: root/unusedcode.exclude
diff options
context:
space:
mode:
authorEnrico Weigelt, metux ITS <metuxitservice@googlemail.com>2012-11-15 19:45:28 +0100
committerAndras Timar <atimar@suse.com>2012-11-19 11:44:19 +0000
commit4e0766bced731504dc141857b865dfcbc9b4fdfa (patch)
treea847d0c0caa599a5246b554951fd4da964226399 /unusedcode.exclude
parentfe71e7bd0c7630b6452e418df14d780dd87ba946 (diff)
unusedcode exclude file: symbols known to be required
The file unused.easy contains a lot of symbols which are known to be required, even they're currently not referenced by anyone. Change-Id: I048c1656b240f7d601e4c99b8d9c4969b3954c87 Reviewed-on: https://gerrit.libreoffice.org/1084 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'unusedcode.exclude')
-rw-r--r--unusedcode.exclude26
1 files changed, 26 insertions, 0 deletions
diff --git a/unusedcode.exclude b/unusedcode.exclude
new file mode 100644
index 000000000000..f6dc906d6ac8
--- /dev/null
+++ b/unusedcode.exclude
@@ -0,0 +1,26 @@
+#
+# list of symbols that should not be dropped, even they're not
+# referenced in current (linux) builds
+#
+
+# test functions that aren't used yet, but will be in near future
+# https://gerrit.libreoffice.org/#/c/1077/
+
+ScFiltersTest::testColorScaleODS()
+ScFiltersTest::testColorScaleXLSX()
+apitest::XCellRangesQuery::testQueryFormulaCells()
+apitest::XDataPilotDescriptor::testGetHiddenFields()
+apitest::XDataPilotFieldGrouping::testCreateDateGroup()
+apitest::XCellRangesQuery::testQueryFormulaCells()
+apitest::XElementAccess::testGetElementType()
+apitest::XElementAccess::testHasElements()
+apitest::XIndexAccess::XIndexAccess(int)
+apitest::XIndexAccess::testGetByIndex()
+apitest::XIndexAccess::testGetByIndexException()
+apitest::XIndexAccess::testGetCount()
+apitest::XNameReplace::testReplaceByName()
+apitest::XPropertySet::testAddPropertyChangeListener()
+apitest::XPropertySet::testAddVetoableChangeListener()
+apitest::XPropertySet::testRemovePropertyChangeListener()
+apitest::XPropertySet::testRemoveVetoableChangeListener()
+apitest::XSpreadsheetDocument::testGetSheets()