Lines Matching refs:pDflt
72 SbxVariable* pDflt = getDefaultProp( p2 ); in StepArith() local
73 if ( pDflt ) in StepArith()
75 pDflt->Broadcast( SBX_HINT_DATAWANTED ); in StepArith()
80 pDflt->SetParent( NULL ); in StepArith()
81 p2 = new SbxVariable( *pDflt ); in StepArith()
123 SbxVariable* pDflt = getDefaultProp( p1 ); in StepCompare() local
124 if ( pDflt ) in StepCompare()
126 p1 = pDflt; in StepCompare()
129 pDflt = getDefaultProp( p2 ); in StepCompare()
130 if ( pDflt ) in StepCompare()
132 p2 = pDflt; in StepCompare()
396 SbxVariable* pDflt = getDefaultProp( refVar ); in StepPUT() local
397 if ( pDflt ) in StepPUT()
398 refVar = pDflt; in StepPUT()
402 SbxVariable* pDflt = getDefaultProp( refVal ); in StepPUT() local
403 if ( pDflt ) in StepPUT()
404 refVal = pDflt; in StepPUT()
534 SbxVariable* pDflt = getDefaultProp( refVar ); in StepSET_Impl() local
535 if ( pDflt ) in StepSET_Impl()
537 refVar = pDflt; in StepSET_Impl()
558 SbxVariable* pDflt = NULL; in StepSET_Impl() local
561 pDflt = getDefaultProp( refVal ); in StepSET_Impl()
562 if ( pDflt ) in StepSET_Impl()
563 refVal = pDflt; in StepSET_Impl()