Home
last modified time | relevance | path

Searched refs:propSeq (Results 1 – 1 of 1) sorted by relevance

/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DtestProperty.cxx130 PropertyBag_Pointer_t propSeq = createPropertyBag(); in testPropertyBagAsStructure() local
133 propSeq->insert(fontWeight12); in testPropertyBagAsStructure()
140 PropertyBag_Pointer_t propSeq = createPropertyBag(); in testNoDuplicatesInPropertyBagStructures() local
142 propSeq->insert(fontWeight12); in testNoDuplicatesInPropertyBagStructures()
144 CPPUNIT_ASSERT_MESSAGE("Expect property sequence with 1 element", propSeq->size() == 1); in testNoDuplicatesInPropertyBagStructures()
148 propSeq->insert(fontWeight14); in testNoDuplicatesInPropertyBagStructures()
225 PropertyBag_Pointer_t propSeq = createPropertyBag(); in testDuplicateValuesInArray() local
228 propSeq->insert(0, fontWeight1); in testDuplicateValuesInArray()
231 propSeq->insert(1, fontWeight2); in testDuplicateValuesInArray()
235 propSeq->get(0)->getId() == propSeq->get(1)->getId() && in testDuplicateValuesInArray()
[all …]

Completed in 29 milliseconds