Lines Matching refs:pProp
372 SbxVariable* pProp = ( SbxVariable* ) pProperty; in getValue() local
373 if ( pProp->GetType() == SbxEMPTY ) in getValue()
376 Any aRet = sbxToUnoValue( pProp ); in getValue()
624 SbProperty* pProp = p ? PTR_CAST(SbProperty,p) : NULL; in GetProperty() local
625 if( p && !pProp ) in GetProperty()
627 if( !pProp ) in GetProperty()
629 pProp = new SbProperty( rName, t, this ); in GetProperty()
630 pProp->SetFlag( SBX_READWRITE ); in GetProperty()
631 pProp->SetParent( this ); in GetProperty()
632 pProps->Put( pProp, pProps->Count() ); in GetProperty()
633 StartListening( pProp->GetBroadcaster(), sal_True ); in GetProperty()
635 return pProp; in GetProperty()
642 SbProcedureProperty* pProp = p ? PTR_CAST(SbProcedureProperty,p) : NULL; in GetProcedureProperty() local
643 if( p && !pProp ) in GetProcedureProperty()
645 if( !pProp ) in GetProcedureProperty()
647 pProp = new SbProcedureProperty( rName, t ); in GetProcedureProperty()
648 pProp->SetFlag( SBX_READWRITE ); in GetProcedureProperty()
649 pProp->SetParent( this ); in GetProcedureProperty()
650 pProps->Put( pProp, pProps->Count() ); in GetProcedureProperty()
651 StartListening( pProp->GetBroadcaster(), sal_True ); in GetProcedureProperty()
653 return pProp; in GetProcedureProperty()
778 SbProperty* pProp = PTR_CAST(SbProperty,pVar); in SFX_NOTIFY() local
780 if( pProp ) in SFX_NOTIFY()
782 if( pProp->GetModule() != this ) in SFX_NOTIFY()