Searched refs:pNewCollection (Results 1 – 2 of 2) sorted by relevance
624 …BasicCollection* pNewCollection = new BasicCollection( String( RTL_CONSTASCII_USTRINGPARAM(pCollec… in StepSET_Impl() local625 pNewCollection->SetName( rItem.m_aObjName ); in StepSET_Impl()626 pNewCollection->SetParent( rItem.m_pObjParent ); in StepSET_Impl()627 refVar->PutObject( pNewCollection ); in StepSET_Impl()
745 BasicCollection* pNewCollection = new BasicCollection( aCollectionName ); in TYPEINIT1() local746 pNewCollection->SetName( pProp->GetName() ); in TYPEINIT1()747 pNewCollection->SetParent( pClassModule->pParent ); in TYPEINIT1()748 pNewProp->PutObject( pNewCollection ); in TYPEINIT1()
Completed in 27 milliseconds