Home
last modified time | relevance | path

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

/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DtestProperty.cxx131 Property::Pointer_t fontWeight12 = createIntegerProperty(NS_fo::LN_font_weight, 12); in testPropertyBagAsStructure() local
133 propSeq->insert(fontWeight12); in testPropertyBagAsStructure()
141 Property::Pointer_t fontWeight12 = createIntegerProperty(NS_fo::LN_font_weight, 12); in testNoDuplicatesInPropertyBagStructures() local
142 propSeq->insert(fontWeight12); in testNoDuplicatesInPropertyBagStructures()
157 Property::Pointer_t fontWeight12 = createIntegerProperty(NS_fo::LN_font_weight, 12); in testPropertyBagAsArray() local
159 pb->insert(0, fontWeight12); in testPropertyBagAsArray()
175 Property::Pointer_t fontWeight12 = createIntegerProperty(NS_fo::LN_font_weight, 12); in testCopyPropertyBag() local
177 propBag->insert(0, fontWeight12); in testCopyPropertyBag()

Completed in 14 milliseconds