Searched refs:ps2 (Results 1 – 2 of 2) sorted by relevance
120 PropertyBag_Pointer_t ps2 = createPropertyBag(); in testCompareCompositeProperties() local121 ps2->insert(createStringProperty(NS_style::LN_font_face, "Times")); in testCompareCompositeProperties()122 ps2->insert(createIntegerProperty(NS_fo::LN_font_weight, 12)); in testCompareCompositeProperties()123 …rty::Pointer_t cp2 = createCompositeProperty(NS_style::LN_paragraph_properties, pool->insert(ps2)); in testCompareCompositeProperties()248 PropertyBag_Pointer_t ps2 = createPropertyBag(); in testPropertyPool() local249 ps2->insert(createIntegerProperty(NS_fo::LN_font_weight, 12)); in testPropertyPool()250 ps2->insert(createStringProperty(NS_style::LN_font_face, "Times")); in testPropertyPool()251 PropertyPoolHandle_Pointer_t ph2 = pool->insert(ps2); in testPropertyPool()
597 const ScRangePairNameSort* ps2 = (const ScRangePairNameSort*)p2; in ScRangePairList_QsortNameCompare() local599 const ScAddress& rStartPos2 = ps2->pPair->GetRange(0).aStart; in ScRangePairList_QsortNameCompare()607 ps2->pDoc->GetName( rStartPos2.Tab(), aStr2 ); in ScRangePairList_QsortNameCompare()632 const ScAddress& rEndPos2 = ps2->pPair->GetRange(0).aEnd; in ScRangePairList_QsortNameCompare()638 ps2->pDoc->GetName( rEndPos2.Tab(), aStr2 ); in ScRangePairList_QsortNameCompare()
Completed in 22 milliseconds