Lines Matching refs:pDfltProp
82 pDfltProp = r.pDfltProp; in operator =()
137 pDfltProp = NULL; in Clear()
310 if ( !pDfltProp && aDfltPropName.Len() ) in GetDfltProperty()
312 pDfltProp = (SbxProperty*) Find( aDfltPropName, SbxCLASS_PROPERTY ); in GetDfltProperty()
313 if( !pDfltProp ) in GetDfltProperty()
314 pDfltProp = (SbxProperty*) Make( aDfltPropName, SbxCLASS_PROPERTY, SbxVARIANT ); in GetDfltProperty()
316 return pDfltProp; in GetDfltProperty()
321 pDfltProp = NULL; in SetDfltProperty()
337 pDfltProp = p; in SetDfltProperty()
517 if( pOld == pDfltProp ) in Insert()
518 pDfltProp = (SbxProperty*) pVar; in Insert()
632 if( (SbxVariable*) pVar_ == pDfltProp ) in Remove()
633 pDfltProp = NULL; in Remove()
653 if( (SbxVariable*) xVar == pDfltProp ) in VCPtrRemove()
654 pDfltProp = NULL; in VCPtrRemove()
740 pDfltProp = NULL; in LoadData()
765 pDfltProp = (SbxProperty*) pProps->Find( aDfltProp, SbxCLASS_PROPERTY ); in LoadData()
775 if( pDfltProp ) in StoreData()
776 aDfltProp = pDfltProp->GetName(); in StoreData()