Searched refs:pType2 (Results 1 – 4 of 4) sorted by relevance
191 typelib_TypeDescriptionReference * pType1, typelib_TypeDescriptionReference * pType2 ) in _type_equals() argument194 return (pType1 == pType2 || in _type_equals()195 (pType1->eTypeClass == pType2->eTypeClass && in _type_equals()196 pType1->pTypeName->length == pType2->pTypeName->length && in _type_equals()197 ::rtl_ustr_compare( pType1->pTypeName->buffer, pType2->pTypeName->buffer ) == 0)); in _type_equals()
574 SwFieldType* pType2 = m_pDoc->GetFldType(nResTypeId, sTypeName, sal_False); in setPropertyValue() local581 if(pType2 || in setPropertyValue()595 pType2 = m_pDoc->InsertFldType(aType); in setPropertyValue()596 ((SwUserFieldType*)pType2)->SetContent(sParam1); in setPropertyValue()597 ((SwUserFieldType*)pType2)->SetValue(fParam1); in setPropertyValue()598 …((SwUserFieldType*)pType2)->SetType(bParam1 ? nsSwGetSetExpType::GSE_EXPR : nsSwGetSetExpType::GSE… in setPropertyValue()605 pType2 = m_pDoc->InsertFldType(aType); in setPropertyValue()615 pType2 = m_pDoc->InsertFldType(aType); in setPropertyValue()625 if(pType2) in setPropertyValue()627 pType2->Add(this); in setPropertyValue()[all …]
263 typelib_TypeDescriptionReference * pType2 ) in type_equals() argument266 return (pType1 == pType2 || in type_equals()267 (pType1->pTypeName->length == pType2->pTypeName->length && in type_equals()269 pType1->pTypeName->buffer, pType2->pTypeName->buffer ))); in type_equals()
903 SvMetaType* pType2 = GetType(); in Write() local904 SvMetaType* pBaseType2 = pType2->GetBaseType(); in Write()912 pType2->WriteMethodArgs( rBase, rOutStm, nTab, nT ); in Write()
Completed in 43 milliseconds