Home
last modified time | relevance | path

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

/AOO41X/main/basic/source/sbx/
H A Dsbxobj.cxx82 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 …]
/AOO41X/main/basic/inc/basic/
H A Dsbxobj.hxx48 SbxProperty* pDfltProp; // Default-Property member in SbxObject