Searched refs:pDfltProp (Results 1 – 2 of 2) sorted by relevance
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()[all …]
48 SbxProperty* pDfltProp; // Default-Property member in SbxObject