summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.hxx
diff options
context:
space:
mode:
authorLaurent Godard <lgodard.libre@laposte.net>2013-09-11 09:06:24 +0200
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-23 10:44:20 -0400
commit759bdbbc348d320994813a9de1a7927b795580a3 (patch)
tree897cb53c217866ce6b365f76943390e3e6368529 /sc/qa/unit/ucalc.hxx
parentae88290f87acf693fed02140ca384ec15589616b (diff)
Re-implement cell note storage using mdds::multi_type_vector.
Change-Id: I34ea91e360e2a6b85d65f970c6e43db687d213ca
Diffstat (limited to 'sc/qa/unit/ucalc.hxx')
-rw-r--r--sc/qa/unit/ucalc.hxx16
1 files changed, 10 insertions, 6 deletions
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index 27bdaff58f1c..56894352cd2b 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -217,6 +217,8 @@ public:
void testDataArea();
void testAutofilter();
void testCopyPaste();
+ void testCopyPasteTranspose();
+ void testMoveBlock();
void testCopyPasteRelativeFormula();
void testMergedCells();
void testUpdateReference();
@@ -270,9 +272,9 @@ public:
void testSort();
void testSortWithFormulaRefs();
void testShiftCells();
- void testDeleteRow();
- void testDeleteCol();
- void testDeleteArea();
+ void testNoteDeleteRow();
+ void testNoteDeleteCol();
+ void testAerasWithNotes();
void testAnchoredRotatedShape();
void testCellTextWidth();
void testEditTextIterator();
@@ -353,6 +355,8 @@ public:
CPPUNIT_TEST(testToggleRefFlag);
CPPUNIT_TEST(testAutofilter);
CPPUNIT_TEST(testCopyPaste);
+ CPPUNIT_TEST(testMoveBlock);
+ CPPUNIT_TEST(testCopyPasteTranspose);
CPPUNIT_TEST(testCopyPasteRelativeFormula);
CPPUNIT_TEST(testMergedCells);
CPPUNIT_TEST(testUpdateReference);
@@ -373,9 +377,9 @@ public:
CPPUNIT_TEST(testSort);
CPPUNIT_TEST(testSortWithFormulaRefs);
CPPUNIT_TEST(testShiftCells);
- CPPUNIT_TEST(testDeleteRow);
- CPPUNIT_TEST(testDeleteCol);
- CPPUNIT_TEST(testDeleteArea);
+ CPPUNIT_TEST(testNoteDeleteRow);
+ CPPUNIT_TEST(testNoteDeleteCol);
+ CPPUNIT_TEST(testAerasWithNotes);
CPPUNIT_TEST(testAnchoredRotatedShape);
CPPUNIT_TEST(testCellTextWidth);
CPPUNIT_TEST(testEditTextIterator);