Home
last modified time | relevance | path

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

/AOO41X/main/basic/source/classes/
H A Dsb.cxx539 SbxProperty* pNewProp = new SbxProperty( *pProp ); in cloneTypeObjectImpl() local
562 pNewProp->ResetFlag( SBX_FIXED ); in cloneTypeObjectImpl()
565 pNewProp->PutObject( pDest ); in cloneTypeObjectImpl()
566 pNewProp->SetFlags( nSavFlags ); in cloneTypeObjectImpl()
575 pNewProp->PutObject( pDestObj ); in cloneTypeObjectImpl()
577 pProps->PutDirect( pNewProp, i ); in cloneTypeObjectImpl()
704 SbProcedureProperty* pNewProp = new SbProcedureProperty in TYPEINIT1() local
707 pNewProp->SetFlags( nFlags_ ); // Copy flags in TYPEINIT1()
708 pNewProp->ResetFlag( SBX_NO_BROADCAST ); // except the Broadcast if it was set in TYPEINIT1()
710 pProps->PutDirect( pNewProp, i ); in TYPEINIT1()
[all …]