Lines Matching refs:SbxProperty
34 TYPEINIT1(SbxProperty,SbxVariable)
308 SbxProperty* SbxObject::GetDfltProperty() in GetDfltProperty()
312 pDfltProp = (SbxProperty*) Find( aDfltPropName, SbxCLASS_PROPERTY ); in GetDfltProperty()
314 pDfltProp = (SbxProperty*) Make( aDfltPropName, SbxCLASS_PROPERTY, SbxVARIANT ); in GetDfltProperty()
326 void SbxObject::SetDfltProperty( SbxProperty* p ) in SetDfltProperty()
422 pVar = new SbxProperty( rName, dt ); in Make()
518 pDfltProp = (SbxProperty*) pVar; in Insert()
765 pDfltProp = (SbxProperty*) pProps->Find( aDfltProp, SbxCLASS_PROPERTY ); in LoadData()
806 SbxPropertyRef xProp = (SbxProperty*) xProps->Get(nProp); in GenerateSource()
985 if( !pVar->IsA( TYPE(SbxProperty) ) ) in Dump()
1045 SbxClassType SbxProperty::GetClass() const in GetClass()