Lines Matching refs:pProp
536 SbxProperty* pProp = PTR_CAST( SbxProperty, pVar ); in cloneTypeObjectImpl() local
537 if( pProp ) in cloneTypeObjectImpl()
539 SbxProperty* pNewProp = new SbxProperty( *pProp ); in cloneTypeObjectImpl()
715 SbxProperty* pProp = PTR_CAST( SbxProperty, pVar ); in TYPEINIT1() local
716 if( pProp ) in TYPEINIT1()
718 sal_uInt16 nFlags_ = pProp->GetFlags(); in TYPEINIT1()
719 pProp->SetFlag( SBX_NO_BROADCAST ); in TYPEINIT1()
720 SbxProperty* pNewProp = new SbxProperty( *pProp ); in TYPEINIT1()
724 SbxDataType eVarType = pProp->GetType(); in TYPEINIT1()
727 SbxBase* pObjBase = pProp->GetObject(); in TYPEINIT1()
738 pNewObj->SetName( pProp->GetName() ); in TYPEINIT1()
746 pNewCollection->SetName( pProp->GetName() ); in TYPEINIT1()
756 pProp->SetFlags( nFlags_ ); in TYPEINIT1()