From 875f47cb5a20e2ce6ed54d88fd5bbf1d6128a47d Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 3 Oct 2013 14:24:28 -0400 Subject: Add methods to turn cell strings into numeric IDs for comparison. Both in case sensitive and case insensitive comparisons. Change-Id: I356a655273f0f37157810c86e1cf3f87ea2afa09 --- sc/qa/unit/ucalc.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/qa/unit/ucalc.hxx') diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx index d01714ee700e..d1ba668e52c8 100644 --- a/sc/qa/unit/ucalc.hxx +++ b/sc/qa/unit/ucalc.hxx @@ -80,6 +80,7 @@ public: */ void testPerf(); void testCollator(); + void testCellStringPool(); void testRangeList(); void testInput(); @@ -284,6 +285,7 @@ public: CPPUNIT_TEST(testPerf); #endif CPPUNIT_TEST(testCollator); + CPPUNIT_TEST(testCellStringPool); CPPUNIT_TEST(testRangeList); CPPUNIT_TEST(testInput); CPPUNIT_TEST(testFormulaHashAndTag); -- cgit v1.2.3